Search the Community
Showing results for tags 'Obfuscator'.
-
Hello what is the best way to secure autoit scripts right now? People say prebuild stripper in SciTE is not high secure. Other problem is if I use stripper in my program I use a lot of _Timer_SetTimer functions. After stripping timers not work. I seen this but now it not work https://...
- 1 reply
-
- obfuscator
- stripper
-
(and 2 more)
Tagged with:
-
Where can i find it ? TD
-
1/22/2014: re-Uploaded a new SciTE4AutoIt3.exe installer with the new SciTE v3.3.7 release. This version contains a version of AutoIt3Wrapper and SciTEConfig which are recompiled with AutoIt3 v 3.3.10.2 to avoid te hardcrash with Athlon CPU's. There are a couple of major changes: - Updated our v...
- 189 replies
-
- Tidy
- Obfuscator
-
(and 3 more)
Tagged with:
-
Referring to: and /?do=embed#entry1102929'' frameborder='0' data-embedContent>> I would like to present AU3 Tools - Quick Updater : Global $URL_Scite = 'http://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/' _INET_DownloadIfNotEqual("AutoIt3Wrapper.exe") _INET_DownloadIfN...
-
Hi guys, this script: #include <MouseOnEvent.au3> ;External UDF #NoTrayIcon Opt("WinTitleMatchMode", 2) ShellExecute("notepad.exe") Global $bPaused = 0 Global $Flag = True While 1 If WinActive("[CLASS:Notepad]") And $Flag Then _MouseSetOnEvent($MOUSE_WHEELDOWN_EVENT, "_WheelPressed", 0, 1) $Flag...
-
When using the Obfuscator option "/striponly" or "/striponlyincludes" when compiling with AutoIt3Wrapper in SciTE, is there a way to keep it from stripping Global Enums from UDFs? I'm getting errors, such as WARNING: $_IEStatus_Success: possibly used before declaration.