Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Game Hack & Cheat Development › Hack Requests › Gladiatus BoT

Gladiatus BoT

Posts 1–15 of 22 · Page 1 of 2
JA
Jack!
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( 'http://s4.gladiatus.com/game/index.php?mod=overview&sh=a832576fee1c59868bec8140f0b3215d' );
		
		curl_setopt( $cURL, CURLOPT_REFERER,		'http://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="http://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
#1 · 18y ago
AR
Araggorn
please contact me
#2 · 18y ago
Alen
Alen
Check the dates. He hasn't been active since, so don't get your hopes high.
#3 · 18y ago
BA
banviktor
anyone knows what is SDK? and what can i do with that?
or simply how can i use this hack?
#4 · edited 18y ago · 18y ago
No0bzDown
No0bzDown
Guys check this nice guide to hack gladiatus

Gladiatus Server 2 -
#5 · 18y ago
CZ
czaszkowy
www (dot) bug4freerubies (dot) tk
#6 · edited 18y ago · 18y ago
R0
r043v
hey, i'm on the go too :- )
will not be a gold cheat but an arena and expe bot ..

#7 · 17y ago
DA
DaVe.XV
Hi!
how can I download this?

thanks: DaVe
#8 · 17y ago
R0
r043v
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 ^^
#9 · 17y ago
R0
r043v


;- )
#10 · 17y ago
MA
mastowns
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.
#11 · 17y ago
CO
coja92
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
#12 · 17y ago
R0
r043v
my gladiatus trainer will be get for a donate at gladiabot . tk
#13 · edited 17y ago · 17y ago
CR
crazypd
chec this (Gladiatus Server 2 -) is a sitte with hack tools
#14 · 17y ago
SE
setrasdimension
Wow really nice man! can you post the bot somewhere? i would love to test it, and maby help a little.
#15 · 17y ago
Posts 1–15 of 22 · Page 1 of 2

Post a Reply

Similar Threads

  • aim botsBy nutter in General Game Hacking
    6Last post 20y ago
  • gunbound bots?By artiemas in General Game Hacking
    2Last post 20y ago
  • GBWC Bot TestingBy Super-Man in GunBound Hacks / Bots
    15Last post 20y ago
  • Auto or aim botBy aaronm in WarRock - International Hacks
    4Last post 20y ago
  • WoW botsBy kvmn8 in General Game Hacking
    0Last post 20y ago

Tags for this Thread

#bot#gladiatus