[HELP] Injector
ok so i was looking in the snippets vault ( i think ) and it showed how to make a very simple injector..
[CODE]
InjectDLL("ProccessID","DllPath+name+Extension")
E.g
InjectDLL("Engine.exe","C:\Combatarmshack.dll")
Which is all fine
but how do i make it so its like the regular ones, put the injector & dll as the same name?
What? I don't understand..
I thought most injectors allowed you to browse for DLLs.
well in the example above, it has an exact destination. if the .dll is not in that destination, the injector doesnt work..
How would i make it so that i could browse for it?