Thread: Gladiatus BoT

Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    Jack!'s Avatar
    Join Date
    May 2008
    Posts
    3
    Reputation
    10
    Thanks
    10
    OMG! I'm so sorry guys. I couldn't reply the topic during 6-8 months because a was without Internet connection (payments, house changing, ISP problems ^^).

    But if someone wants to help me to create a BoT, I will appreciate.

    Replying the MP's, I'm brazilian (I know, this sucks) e use PHP on MS Vista Starter (I know, this sucks too)

    If the program created by r043v really hacks the arena / expeditions, perhaps would be possible to adapt with PHP

  2. #17
    r043v's Avatar
    Join Date
    Feb 2009
    Posts
    5
    Reputation
    10
    Thanks
    0
    yes you can adapt the bot in php, but c is just fine for it, only use curl, as you, but do a real login instead of use navigator cookies

    i made a small library to manage curl, so there is a more hight level code for login :

    int gladiatuslogin(char *login, char *pass)
    { char loginUrl[1024];
    sprintf(loginUrl,"%sindex.php?mod=login",server);

    const char * returnValue = player.download(loginUrl);
    if(returnValue) { shell.printc(ROUGE,"%s\n",returnValue); goto failed; }
    else { returnValue = player.postDl(loginUrl,"user=%s&pass=%s",login,pas s);
    if(returnValue) { shell.printc(ROUGE,"%s\n",returnValue); goto failed; }
    returnValue = player.download(loginUrl);
    if(returnValue) { shell.printc(ROUGE,"%s\n",returnValue); goto failed; }
    else { memset(shkey,0,1024);
    player.find("settings&sh=","\">",shkey);
    if(*shkey) printf("\nshkey %s\n",shkey);
    else { shell.printc(ROUGE,"bad login or password ?\n"); goto failed; }
    int isloged = !strcmp(login,player.find("<span class=\"playername\">","</span>"));
    if(!isloged) { shell.printc(ROUGE,"bad login or password ?\n"); goto failed; }
    shell.printc(VERT,"\nloged to gladiatus %s !\n\n",login);
    if(!getYourInfo()) { shell.printc(ROUGE,"\n.. cannot get your info %s ..",login); goto failed; }
    showYourStat();
    return 1;
    }
    }

    failed :
    shell.printc(ROUGE," login failed %s !\n",login);
    return 0;
    }
    Last edited by r043v; 04-27-2009 at 02:50 PM.

  3. #18
    Jack!'s Avatar
    Join Date
    May 2008
    Posts
    3
    Reputation
    10
    Thanks
    10
    I don't know programming C, but at least in PHP I must define a cookie file that will be readed by game.

    Or Gladiatus only reads the skey?

  4. #19
    Killozoid's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    In your back yard.
    Posts
    11
    Reputation
    10
    Thanks
    0
    ... Maybe I am a dumbass but is there a "hacking gladiatus for idiots" guide? I don't write code so this bot is a little out of my league... Is it in the form of an executable file yet?

  5. #20
    Feki's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Slovakia
    Posts
    27
    Reputation
    10
    Thanks
    3
    100 % Work Gladiatus Money Hack!!!!!!!!!
    Download this Money Hack Software Online game ddos

  6. #21
    Feki's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Slovakia
    Posts
    27
    Reputation
    10
    Thanks
    3
    THE BEST HACK I EVER SEEN!!!!!!! Online game ddos DOWNLOAD IT..ITS WORK!!!!!

  7. #22
    AndyProud's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Czech Republic
    Posts
    0
    Reputation
    10
    Thanks
    0
    My Mood
    In Love
    Guy, please contact me...

Page 2 of 2 FirstFirst 12

Similar Threads

  1. GBWC Bot Testing
    By Super-Man in forum GunBound Hacks / Bots
    Replies: 15
    Last Post: 02-05-2006, 10:58 PM
  2. WoW bots
    By kvmn8 in forum General Game Hacking
    Replies: 0
    Last Post: 01-26-2006, 07:51 PM
  3. Auto or aim bot
    By aaronm in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-13-2006, 04:10 PM
  4. gunbound bots?
    By artiemas in forum General Game Hacking
    Replies: 2
    Last Post: 12-29-2005, 07:29 PM
  5. aim bots
    By nutter in forum General Game Hacking
    Replies: 6
    Last Post: 12-27-2005, 11:56 AM

Tags for this Thread