Jump to content

Recommended Posts

Posted

ooo I see. Nice Mikell, that is definitely another way of doing it without using the IE library :)

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

Posted (edited)

1) thanks for helping wayfarer :D

2) sorry but i use google translate for speak (lool)

3) i search: how to eliminate (only eliminate) a determinate html strings and stop 

1 - Who is that wayfarer fella?

EDIT: realised you were talking about "MikahS",

who is now an adventurer as he reached 100 posts, that is just a user title or whatever.

3 - Replace something, "html strings" with nothing "" as post 13 sugests

Edited by careca
Spoiler

Renamer - Rename files and folders, remove portions of text from the filename etc.

GPO Tool - Export/Import Group policy settings.

MirrorDir - Synchronize/Backup/Mirror Folders

BeatsPlayer - Music player.

Params Tool - Right click an exe to see it's parameters or execute them.

String Trigger - Triggers pasting text or applications or internet links on specific strings.

Inconspicuous - Hide files in plain sight, not fully encrypted.

Regedit Control - Registry browsing history, quickly jump into any saved key.

Time4Shutdown - Write the time for shutdown in minutes.

Power Profiles Tool - Set a profile as active, delete, duplicate, export and import.

Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes.

NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s.

IUIAutomation - Topic with framework and examples

Au3Record.exe

Posted

 

MikahS,

The main concept is in your code

Maybe using a Shellexecute on the html can be lighter than running the _IE* funcs  ;)

A very raw illustration :

$txt = BinaryToString(InetRead("http://www.thecompletewebs.net/2014/06/malwarebytes-anti-malware-premium-v2-0-2-1012-pro-v1-75-0-1300-final-full/"))

$txt = StringRegExpReplace($txt, '(?s)<script.*?loxtk.*?/script>', "")
FileWrite("1.html", $txt)
ShellExecute("1.html")

WOW is Perfect :D thanks all

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...