Results 1 to 2 of 2
  1. #1
    kd5eej350
    kd5eej350 is offline
    New member
    Join Date
    2013 Jan
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    Loader Arguments

    I was just in the market for a decent community and it said I had to post something "useful".

    I use this to bypass the loaders that most F2P games require you to launch the game with.

    Just compile it and rename it to the name of the game client to see what arguments are being passed from the loader to the client.

    Useful or not, here it is.
    Code:
    MsgBox(0, "Args", " Arguments: " & $CmdLine[0])
    For $i = 1 To $CmdLine[0]
        MsgBox(0, "Args", "Argument " & $i & ": " & $CmdLine[$i])
    Next

  2. #2
    RodizipaZX
    RodizipaZX is offline
    Member-in-training
    Join Date
    2012 Nov
    Posts
    98
    Thanks Thanks Given 
    18
    Thanks Thanks Received 
    20
    Thanked in
    12 Posts
    Rep Power
    0
    i don't understand, can you explain better ? i wanna know the function better.

Similar Threads

  1. [Release] Another loader for game
    By ADACH in forum Requiem Bots, Hacks, Cheats
    Replies: 62
    Last Post: 2020-03-31, 04:47 PM
  2. Replies: 8
    Last Post: 2015-11-03, 04:46 AM
  3. BOI Multiclient + Loader
    By Dwar in forum Battle of the Immortals
    Replies: 17
    Last Post: 2011-11-24, 06:02 PM
  4. [Request] BoI multi client loader
    By Riggs4827 in forum Battle of the Immortals
    Replies: 0
    Last Post: 2010-12-23, 10:05 AM
  5. HLoad - easy game hacks loader
    By Dwar in forum Files & Tools
    Replies: 0
    Last Post: 2010-11-29, 04:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •