Ok so today i released in the warrock section my 3rd version of MPGH Public Injector. My problem is with Multiple Injection. In the 1st and 2nd release you could inject only 1 dll... In this release a trid multiple but fail.. here is the code i need help with:
Code:
pszLibFileRemote = OpenFileDialog1.FileName
I tried to change the "OpenFileDialog1.FileName" to "OpenFIleDialog1.FileNames.ToString but it failed... When i enter a game only the last hack i browsed for work...(if i browse for 2 hack only 2nd works, if 3 3rd...).. So can anyone help me?
Store the path to the dlls in a listview and simple loop through the listview getting the path for each one.
Store the path to the dlls in a listview and simple loop through the listview getting the path for each one.
Uhhh... Sry i am a begginer in vb so can you say more tedailed or show me an example to me that i will understand?
Maybe something like this:
[php]for each dll in listbox1.items
pszLibFileRemote = dll
next
[/php]
Nice job hej, but i don't think he'll understand it fully. We'll see. If he needs more explaining, we should extend the code a bit.
Thanks for your help Hejsan but it won't work... I choose files and then start the game and none of the hack i choosed is not working...! If you couldm, help me please....
Click the OpenFileDialog1
go into properties
and do
MultiSelect = True
I will see if I can figure it out. Give me a minute.
hey, pliz someone help me! this is important for me!
We have no problem helping you. Writing your program for you is not what we do on the one hand. Hej gave you good pseudo code and you should be able to turn it into a working multiple dll injector.
I can give u code if u want, unless the issue is resolved
I don't reckon it is resolved o.o.. i think someone should post a multi inject code so that the newbies making their first injectors will have an easier job, and won't release such simple injectors.