MikahS Posted August 18, 2014 Posted August 18, 2014 ooo I see. Nice Mikell, that is definitely another way of doing it without using the IE library Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy 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
careca Posted August 18, 2014 Posted August 18, 2014 (edited) 1) thanks for helping wayfarer 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 August 18, 2014 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
DSChaos Posted August 19, 2014 Author Posted August 19, 2014 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 thanks all
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now