Results 1 to 4 of 4
  1. #1
    theavengerisback15's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    C:\Projects\Avenger
    Posts
    43
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive

    Smile [HELP]Set the dll(s)'...

    What is the code for:

    *I want to select the selected dlls in the listbox1 to be injected.Help me!Thanks...

  2. #2
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    listn..if you dont know enough of VB to figure this stuff out then i wouldnt bother with an injector.

    but here, try this.

    Code:
    ListBox1.Items.Count or listbox1.items.add
    i use .Count in my injector

  3. The Following User Says Thank You to XGelite For This Useful Post:

    theavengerisback15 (11-30-2009)

  4. #3
    wtfiwantthatname's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    260
    Reputation
    10
    Thanks
    39
    My Mood
    Bored
    Count just gets the number of items in the listbox. He should use a for loop untill the UBound of listbox1 -1.

    Try something like
    [code] For i = 0 To ListBox1.Items.Count - 1
    ''Insert injection code here. For listbox1.items.item(i)"
    Next
    Last edited by wtfiwantthatname; 11-30-2009 at 02:52 PM.
    "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

  5. The Following 2 Users Say Thank You to wtfiwantthatname For This Useful Post:

    CAFlames (04-25-2010),theavengerisback15 (12-02-2009)

  6. #4
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    We have a help thread for a reason...

  7. The Following User Says Thank You to Lolland For This Useful Post:

    theavengerisback15 (12-01-2009)

Similar Threads

  1. [Help Request] Help In the DLLS
    By abdoabdo123 in forum CrossFire Help
    Replies: 3
    Last Post: 06-01-2011, 09:27 AM
  2. i need help with the d3dx9_35.dll ?
    By poip0i in forum Combat Arms Help
    Replies: 13
    Last Post: 07-30-2010, 04:55 PM
  3. Replies: 6
    Last Post: 05-25-2010, 12:42 AM
  4. could not inject the dll...????Zeas simple....HELP!!!!
    By lox in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 03-10-2009, 12:26 PM
  5. am i supposed to put the dll file things in the game folder or inject it pls help?
    By kingofCA5544 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 09-20-2008, 10:56 AM

Tags for this Thread