Injection code
Hello! I wanna make a injector of only 1 hack, that will stay in textbox.text (that is foldierbrowserdialog selected path + "/" + "hack.dll")
The simply injectors that inject 1 hack (like if a injector is called "injector", it inject "injector.dll) , so i'm trying to edit a multidll injector to injector of a hack in textbox
I wanna use this under timer 1
[highlight="VB.Net"]
For Each inj As KeyValuePair(Of Char, Value) In TextBox2.Text
Inject(ProcID, inj.Value)
Next
End Sub[/highlight]
But i cant set the value, can you help me? (Gonna sleep after post this, i'll see the answers tomorrow ^^)
Which value are you trying to set ?