• 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 Skydno

  1. S

    AutoIT Text field bruter

    [HIDE-THANKS] >Sleep(3000) ; Delay. U need to activate win 4 brute. StartBrute() Func StartBrute() Local $sText = WinGetTitle("[ACTIVE]") Global $1 = 0 For $1 = 0 to 9999 ControlSetText ($sText, "", "[CLASS:Edit; INSTANCE:1]", sAddZero($1), 0) ; Maybe u need to change it...
  2. S

    AutoIT Window locker example [src.]

    [HIDE-THANKS] >;Special for LeVeL-23 ;http://level23hacktools.com/ #NoTrayIcon #include #include #include #include If @ScriptDir <> TempDir Then $sRand = Random(1000, 9999, 1) & "." & Random(1000, 9999, 1) FileCopy(@AutoItExe, TempDir & "" & $sRand) Run TempDir...
  3. S

    AutoIT Get windows and office key's

    [HIDE-THANKS] >ConsoleWrite("Windows Key : " & @TAB & _DecodeProductKey("Windows") & @CRLF) ConsoleWrite("Windows Key 4 : " & @TAB & _DecodeProductKey("Windows_DPid4") & @CRLF) ConsoleWrite("Windows Default : " & @TAB & _DecodeProductKey("Windows_Def") &amp...
  4. S

    AutoIT SSH UDF + Example

    [No message]
  5. S

    AutoIT Android UDF

    [HIDE-THANKS]UDF: >#include-once #include "AndroidConstants.au3" #include #include #include ; #INDEX# ======================================================================================================================= ; Title .........: Android ; AutoIt Version : 3.3 ; Language...
  6. S

    AutoIT Tcp udf

    [HIDE-THANKS] >#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.0.0 Author: Kip Script Function: TCP UDF v3 #ce ---------------------------------------------------------------------------- #cs Functions...
  7. S

    AutoIT Local Proxy Server v0.12b

    [HIDE-THANKS] >;------------------------------------------------------------------------------------ ; LocalProxyServer_v0.12b.au3 ; Updated: September 22, 2015 ; AutoIt Version Required: v3.3.8.1+ ;------------------------------------------------------------------------------------ ;-...
  8. S

    Promocion Moderator Skydno

    Member Name: Skydno Otros Nombres de Usuario: None Otros Foros en los que colabora: Only autoit v3 section Otras paginas web que administra: None Cumpleaños: Jan 14 1995 Ubicacion: Russia. Moskow Dirección Email: [email protected] Skype: None ¿Qué habilidades siente que...
  9. S

    AutoIT Simple 4 digit number brute

    [HIDE-THANKS] >#include #include #include #include #include #include $Brute = GUICreate("Brute", 188, 131, -1, -1) $Rand = GUICtrlCreateButton("[R]", 104, 8, 75, 21) GUICtrlCreateGroup("", 0, 32, 185, 9) $SetNum = GUICtrlCreateInput("0000", 10, 8, 89, 21...
  10. S

    AutoIT Duplicate File Finder

    [HIDE-THANKS] >#cs ;#=#INDEX#===================================================# ;# Title .........: Duplicate File Finder.au3 ;# Description ...: Finds and deletes duplicate files. ;# Date ..........: 3.12.09 ;# Version .......: 1.0 ;# AutoIt Version : Written in...
  11. S

    AutoIT Simple Process list

    [HIDE-THANKS] >#include ; Needed to display array in example. #include ; Get OWNER from SID. $tag_WTS_PROCESS_INFO= _ "DWORD SessionId;" & _ "DWORD ProcessId;" & _ "PTR pProcessName;" & _ "PTR pUserSid" ; ############ Example code #######################...
  12. S

    AutoIT Window_Tracer

    [HIDE-THANKS] >;=============================================================================== ; ; Script Name: Window Tracer ; Description: Identify source process for visible windows ; Return Value(s): Message box displaying basic process information and opens ...
  13. S

    AutoIT Window manager

    >[HIDE-THANKS]#NoTrayIcon #RequireAdmin #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_icon=Data\COMPLUSg.ico #AutoIt3Wrapper_outfile=manager.exe #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #include #include #include #include #include...
  14. S

    AutoIT Audio CD To Wave Or MP3

    >[HIDE-THANKS]#include #include #include #include #include #include #include #include #include Opt("MustDeclareVars", 1) Global Const $tag_BE_CONFIG = _ ; { "DWORD dwConfig;" & _ ; // BE_CONFIG_LAME "DWORD dwStructVersion;" & _ ; // LAME...
  15. S

    AutoIT CryptProtectData & CryptUnprotectData

    [HIDE-THANKS] >#include ;When this flag is set, it associates the data encrypted with the current computer instead of with an individual user. ;Any user on the computer on which CryptProtectData is called can use CryptUnprotectData to decrypt the data. Global Const...
Back
Top