Just copy and paste the code to your script or download the script and add to your includes C:\Program Files\AutoIt3\Include\
Like in the second Example:
Quote:
#include <Dll_inject.au3>
ToolTip("Waiting for injection",0,0)
_InjectDll(ProcessWait("S4Client.exe"),"your dll path goes here")
if not @error Then
MsgBox(0,"Success","Succesful injected",2)
Else
MsgBox(0,"Error","Injection failed")
EndIf
#CS
_InjectDll($ProcessId,$DllPath)
$ProcessId must be expressed with processwait("yourProcess.exe")
$DllPath for Example if your dll is in the same folder of your injector you can type this @ScriptDir & "\thefucking.dll"
so with those examples we get
_InjectDll(ProcessWait("yourProcess.exe"), @ScriptDir & "\thefucking.dll")
or if we want another one
_InjectDll(ProcessWait("yourProcess.exe"), @ScriptDir & "\thefucking.dll2")
#CE
i think this will help someone who only trust on things homemade
VT:
Those who have never use autoit and want to learn something don't be affraid of asking any doubts
-.- its more easy to say that doing it , you people think of asking asking asking for one, but have you ever think of doing one but yourself or maybe learn how to... i won't make a bypass cause i don't know how to, but i will learn with time
Ok, I dont kno anything about AutoIT, How can i make a own hack? How to get adresses..
i will make you an example of a script just check your private messages inbox
Quote:
Originally Posted by Hell_AimGTX
work???
yeah just edit if you want the process and the path of the dlls and follow the instructions of the post press f5 to start or f7 to compile when you are ready
[Release] AutoInjector 01/05/2011 - S4 League Hacks, Bots, Cheats & Exploits - 27 Replies Hallu!
Ich bins mal wieder, der Pinki :eek:.
Was bringt euch der Pinki denn heute wieder?
Einen Injector!
Aber es gibt doch schon genug Injectoren :confused:
Dieser hier arbeitet aber anders. Zunächst startet er den S4 Patcher und wartet dann auf S4Client.exe, sobald diese gestartet ist wartet er kurz und injectet die AInject.dll welche dann alle DLL Dateien im Ordner "BGM"(Welcher im S4 Ordner ist) lädt. Das heißt ihr müsst nich umständlich ständig jede einzelne DLL auswählen die...