Need help?HELP] How do i load mutliple dlls into textbox [HELP] - MPGH - MultiPlayer Game Hacking & Cheats
HELP] How do i load mutliple dlls into textbox [HELP]
Posts 1–15 of 31 · Page 1 of 3
HELP] How do i load mutliple dlls into textbox [HELP]
i was wondering if anyone knows how to load multiple files into a text box like multiple .dlls. i know how to get 1 into it, but i cant seem to get more than 1. any help would be appreciated!
Please be more specific
Lol Pixie..He wants to have a listbox....and everytime he browses for a .dll in his injector it will full the listbox with multiple .dll to inject at once..I'll generate you a code in a little bit if I can.
yeah i tried a listbox...but i couldnt get it to work.
Add a listbox. and btw whos tut are you using it helps alot. if your using ugs..then this code should work.
Code:
ListBox1.Items.Add(DllFileName)
Originally Posted by CoderNever
Add a listbox. and btw whos tut are you using it helps alot. if your using ugs..then this code should work.
Code:
ListBox1.Items.Add(DllFileName)
thanks..i dunno why i didnt think of that :P.. tried so many ways...waisted so much time.lol
Consider the Problem Solved . Woot!
PS : Don't feel to stupid because it sounds like it should be Listbox1.Additem(ITEM)
Originally Posted by CoderNever
Consider the Problem Solved . Woot!
PS : Don't feel to stupid because it sounds like it should be Listbox1.Additem(ITEM)
ya problem solved thanks
i thought it was a lot more complicated than just 1 line, ListBox1.Items.Add(DllFileName). never would have guess it was soo simple. i was changing things everywhere in the code...to no avail.. thanks you made my day! lol
Originally Posted by CoderNever
Add a listbox. and btw whos tut are you using it helps alot. if your using ugs..then this code should work.
Code:
ListBox1.Items.Add(DllFileName)
omg ty ill use this when i make my injector
Originally Posted by Dreamer
omg ty ill use this when i make my injector
Just to inform you... You need to inject all listbox items...
You need to change some of the code!
Originally Posted by Zoom
Just to inform you... You need to inject all listbox items...
You need to change some of the code!
ick..im running into this problem now! i cant get it to inject more than just 1 of the items in the list box..and ive been changing everything again. ive been trying to get it to work all day and lots of lastnight, but since i couldnt figure it out..i might as well ask!
Originally Posted by XGelite
ick..im running into this problem now! i cant get it to inject more than just 1 of the items in the list box..and ive been changing everything again. ive been trying to get it to work all day and lots of lastnight, but since i couldnt figure it out..i might as well ask!
We are here to help!
Just wait a sec and i´ll see if i could find some bit of code in my pc
If your doing this in vb.net. Grab my module for dll injection i posted on here and use the MultipleInject function and just pass your dll paths as a string array to the function.
Originally Posted by wtfiwantthatname
If your doing this in vb.net. Grab my module for dll injection i posted on here and use the MultipleInject function and just pass your dll paths as a string array to the function.
? cant find any post by you on injector..
Heres the link to my Module. To add to your project add a new module and post that code in it. Than use InjectMultipleDlls() pass it your processname with out .exe and the paths to all your dll's as a string array.