Thread: Gladiatus BoT

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    Jack!'s Avatar
    Join Date
    May 2008
    Posts
    3
    Reputation
    10
    Thanks
    10

    Gladiatus BoT

    Hi, people, this my first post in this forum. Like you can see, my English is not perfect, but I will try to explain what I want.

    Recently I started studies with PHP Curl and Game Hacking to have some advantages in PHp MMORPG's.

    I decided to test with Gladiatus and in few minutes I got some usefull things.

    With an unustructured code (terrible, but it's just a test) I spent trough the login system.

    Code:
    class SDK
    {
    	protected $cookiepath	=	'C:\\Documents and Settings\\Bruno\\Dados de aplicativos\\Mozilla\\Firefox\\Profiles\\cqsv1lh9.Imaggens\\cookies.txt'; // This is incorrect, I know
    
    	public function loadGame()
    	{
    		$cURL	=	curl_init( 'https://s4.gladiatus.com/game/index.php?mod=overview&sh=a832576fee1c59868bec8140f0b3215d' );
    		
    		curl_setopt( $cURL, CURLOPT_REFERER,		'https://s4.gladiatus.com/index.php?mod=login' );
    		curl_setopt( $cURL, CURLOPT_RETURNTRANSFER,	TRUE );
    					
    		curl_setopt( $cURL, CURLOPT_COOKIEFILE,		$this -> cookiepath );
    		curl_setopt( $cURL, CURLOPT_COOKIEJAR,		$this -> cookiepath );
    		
    		$data	=	curl_exec ( $cURL );
    		
    		// Gold Hack
    		
    		$data = preg_replace( '@<span class="charvaluesSub" id="sstat_gold_val">[0-9]+\.[0-9]{3}</span>@', '<span class="charvaluesSub" id="sstat_gold_val">1.000.000</span>', $data );
    		
    		// Show the Game
    		
    		print '<base href="https://s4.gladiatus.com/game/" />';
    		
    		print $data;
    		
    		curl_close ( $cURL );
    	}
    }
    The session ID are the same even you close your browser. But if you try bypass the login system with Curl, the session ID is not stored, because it changes repeatedly.

    So, I put the SID value directly in the URL.

    Next on, I made a simple hack to change gold amount of my player. It were a success, and in main screen, I see Gold: 1.00.00

    But (always has a BUT), even if I do a lot of hacks with preg_replace() I don't know how can I use the routines.

    Because, the links are setted to original game and exist a normal checker routines to verify the, for example, gold amount.

    I made the first step. If someone could teach me how can I continue...

    Thanks

  2. The Following 10 Users Say Thank You to Jack! For This Useful Post:

    banviktor (07-10-2008),Dalimar (09-16-2009),danid89 (08-21-2008),giotheman (02-22-2009),hieusalem001 (09-21-2008),hunglv87 (05-22-2009),mario96 (03-11-2009),mertzi (09-16-2008),QaDo (06-26-2008),sheremi (03-14-2009)

  3. #2
    Araggorn's Avatar
    Join Date
    Jul 2008
    Posts
    2
    Reputation
    10
    Thanks
    0
    please contact me

  4. #3
    Alen's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    Liquid Generator
    Posts
    27,920
    Reputation
    2548
    Thanks
    4,224
    My Mood
    Fine
    Check the dates. He hasn't been active since, so don't get your hopes high.

  5. The Following User Says Thank You to Alen For This Useful Post:

    hunglv87 (05-22-2009)

  6. #4
    banviktor's Avatar
    Join Date
    Jul 2008
    Posts
    1
    Reputation
    10
    Thanks
    0
    anyone knows what is SDK? and what can i do with that?
    or simply how can i use this hack?
    Last edited by banviktor; 07-10-2008 at 11:00 AM.

  7. #5
    No0bzDown's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    347
    Reputation
    10
    Thanks
    60
    My Mood
    Fine
    Guys check this nice guide to hack gladiatus

    Gladiatus Server 2 -

  8. #6
    czaszkowy's Avatar
    Join Date
    Aug 2008
    Posts
    1
    Reputation
    10
    Thanks
    0
    www (dot) bug4freerubies (dot) tk
    Last edited by czaszkowy; 08-21-2008 at 01:46 PM.

  9. #7
    r043v's Avatar
    Join Date
    Feb 2009
    Posts
    5
    Reputation
    10
    Thanks
    0

    Smile

    hey, i'm on the go too :- )
    will not be a gold cheat but an arena and expe bot ..


  10. #8
    DaVe.XV's Avatar
    Join Date
    Feb 2009
    Posts
    1
    Reputation
    10
    Thanks
    0
    Hi!
    how can I download this?

    thanks: DaVe

  11. #9
    r043v's Avatar
    Join Date
    Feb 2009
    Posts
    5
    Reputation
    10
    Thanks
    0
    not for now, i just start it

    for now, it log to the game, retreve your stat and any player stat,
    retreve the 4 player who are best than you in arena, and fight one of them

    i actually code the use of GLADIATUSTOOLS to simulate battle and fight the best player to get some more xp and gold ^^

  12. #10
    r043v's Avatar
    Join Date
    Feb 2009
    Posts
    5
    Reputation
    10
    Thanks
    0


    ;- )

  13. #11
    mastowns's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    176
    Reputation
    10
    Thanks
    71
    Quote Originally Posted by No0bzDown View Post
    Guys check this nice guide to hack gladiatus

    Gladiatus Server 2 -
    Rofl, faggy lil noob, this link is leads to him "mugging" you for gold.

  14. #12
    coja92's Avatar
    Join Date
    Mar 2009
    Posts
    1
    Reputation
    10
    Thanks
    0
    gladiatus - Google Code
    look on it
    better way
    I don't understand what to do
    with
    Gladiatus BoT

    answer me on e-mail

    coja_traceur@yahoo.com

  15. #13
    r043v's Avatar
    Join Date
    Feb 2009
    Posts
    5
    Reputation
    10
    Thanks
    0
    my gladiatus trainer will be get for a donate at gladiabot . tk
    Last edited by r043v; 03-07-2009 at 06:59 AM.

  16. #14
    crazypd's Avatar
    Join Date
    Mar 2009
    Posts
    1
    Reputation
    10
    Thanks
    0
    chec this (Gladiatus Server 2 -) is a sitte with hack tools

  17. #15
    setrasdimension's Avatar
    Join Date
    Apr 2009
    Posts
    1
    Reputation
    10
    Thanks
    0
    Wow really nice man! can you post the bot somewhere? i would love to test it, and maby help a little.

Page 1 of 2 12 LastLast

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