Page 1 of 3 123 LastLast
Results 1 to 15 of 31
  1. #1
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276

    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!

  2. #2
    PixieCorp-Backup's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Crying in a corner waiting for unban
    Posts
    23
    Reputation
    10
    Thanks
    2
    My Mood
    Sad
    Please be more specific

  3. #3
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    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.

  4. The Following User Says Thank You to CoderNever For This Useful Post:

    PixieCorp-Backup (11-17-2009)

  5. #4
    Threadstarter
    Synthetic Hacker
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    yeah i tried a listbox...but i couldnt get it to work.

  6. #5
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    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)

  7. The Following 2 Users Say Thank You to CoderNever For This Useful Post:

    Highlander (01-16-2010),XGelite (11-17-2009)

  8. #6
    Threadstarter
    Synthetic Hacker
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    Quote Originally Posted by Coder Never View Post
    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

  9. #7
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    Consider the Problem Solved . Woot!

    PS : Don't feel to stupid because it sounds like it should be Listbox1.Additem(ITEM)

  10. The Following User Says Thank You to CoderNever For This Useful Post:

    XGelite (11-17-2009)

  11. #8
    Threadstarter
    Synthetic Hacker
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    Quote Originally Posted by Coder Never View Post
    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

  12. #9
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Quote Originally Posted by Coder Never View Post
    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
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  13. #10
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by killer66143 View Post
    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!
    -Rest in peace leechers-

    Your PM box is 100% full.

  14. #11
    Threadstarter
    Synthetic Hacker
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    Quote Originally Posted by hejsan1 View Post
    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!

  15. #12
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by XGelite View Post
    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
    -Rest in peace leechers-

    Your PM box is 100% full.

  16. #13
    wtfiwantthatname's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    260
    Reputation
    10
    Thanks
    39
    My Mood
    Bored
    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.

  17. #14
    Threadstarter
    Synthetic Hacker
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    Quote Originally Posted by wtfiwantthatname View Post
    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..

  18. #15
    wtfiwantthatname's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    260
    Reputation
    10
    Thanks
    39
    My Mood
    Bored
    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.
    Code:
    https://www.mpgh.net/forum/33-visual-basics/91071-module-dll-injection.html
    "I don't believe in an afterlife, so I don't have to spend my whole life fearing hell, or fearing heaven even more. For whatever the tortures of hell, I think the boredom of heaven would be even worse." - Isaac Asimov

  19. The Following User Says Thank You to wtfiwantthatname For This Useful Post:

    XGelite (11-18-2009)

Page 1 of 3 123 LastLast

Similar Threads

  1. [Help] How do u turn a file into a .dll
    By IssuedGaming in forum CrossFire Tutorials
    Replies: 3
    Last Post: 09-24-2010, 10:30 AM
  2. [HELP] How do I inject(???) the mods into CA?
    By ripper639 in forum Combat Arms Mods & Rez Modding
    Replies: 11
    Last Post: 04-10-2010, 05:58 PM
  3. [Help] How to pack a .DLL into Injector?
    By Invidus in forum Visual Basic Programming
    Replies: 2
    Last Post: 02-28-2010, 06:12 AM
  4. [HELP] How would you make a G36E, into a M417 Combat, being that they have differnt m
    By hellohigoodbye in forum Combat Arms Mods & Rez Modding
    Replies: 1
    Last Post: 12-16-2009, 06:01 PM
  5. How do i put a .dll file into a .rar file??
    By probation in forum WarRock Discussions
    Replies: 8
    Last Post: 09-09-2009, 01:10 PM

Tags for this Thread