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 › Other MMORPG Hacks › Tibia Hacks › Simple Base C++

Simple Base C++

Posts 1–5 of 5 · Page 1 of 1
Coder.Fail
Coder.Fail
Simple Base C++
Well, I will post a simple base for Tibia, for you do your hacker


adress.h

Code:
// This base was made by Coder.Fail, to MPGH

#include <windows.h>

DWORD Tibia = (DWORD)GetModuleHandle("Tibia.exe");

#define ADDR_ItemHack             0x636FA8
class.h

Code:
// This base was made by Coder.Fail, to MPGH

#include "adress.h"

class cItemHack
{
public:
	DWORD iSupportItem; //0x0000 
char _0x0004[28];
	DWORD iRing; //0x0020 
char _0x0024[28];
	DWORD iBoots; //0x0040 
char _0x0044[28];
	DWORD iLegs; //0x0060 
char _0x0064[28];
	DWORD iSword; //0x0080 
char _0x0084[28];
	DWORD iShield; //0x00A0 
char _0x00A4[28];
	DWORD iArmor; //0x00C0 
char _0x00C4[28];
	DWORD iBackPack; //0x00E0 
char _0x00E4[28];
	DWORD iAmulet; //0x0100 
char _0x0104[28];
	DWORD iHelmet; //0x0120 
char _0x0124[796];

};//Size=0x0440
main.cpp

Code:
// This base was made by Coder.Fail, to MPGH

#include "class.h"

cItemHack *ItemHack = (cItemHack*)(Tibia + ADDR_ItemHack); // class definiton

int Func[99];

void Funcs()
{
	if (GetAsyncKeyState(VK_NUMPAD1)&1)
		Func[1] =! Func[1];

	if ( Func[1] )
	{
		ItemHack->iBoots = 3079; // Boots Of Haste Hack
	}
		
}

DWORD WINAPI MyHook(LPVOID lpArgs)
{
	while(true)
	{
		do{
			__asm CALL [Funcs];
		} while (!Tibia);
	}

	return 0;
}
BOOL WINAPI DllMain( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{ 
    if( dwReason == DLL_PROCESS_ATTACH )
    {
        DisableThreadLibraryCalls( hDll );
        MessageBox( 0, "Simple Hook", "Tibia", 0 );
		CreateThread( 0, 0, (LPTHREAD_START_ROUTINE)&MyHook, 0, 0, 0 );
    }
 
    return TRUE;
}
BONUS :

Code:
#define ADDR_GameStatus           0x741BA0C8
1 = After Game
2 = In Game
#1 · 12y ago
Tayp.Anonymous
Tayp.Anonymous
Good job, good contribution to the forum!
#2 · 12y ago
DO
Don Keydick
Hey, Would you be able to make me a code for a different game called Orake. I found a dupe once but it got patched up and ive been trying to find a different dupe or another way to hack this game but i havent had any luck

- - - Updated - - -

Hey can you talk? add me on skype Kingclop21
#3 · 8y ago
IR
Iridesence
Any updated for this hack?
#4 · 8y ago
MA
maruan
Seems legit.
#5 · 8y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • LykeNOlimit Simple Base DUMPBy dadum02 in Combat Arms EU Hack Coding/Source Code
    6Last post 16y ago
  • Need simple baseBy albertog2 in Combat Arms Coding Help & Discussion
    5Last post 15y ago
  • BlackLite [SIMPLE]BaseBy BlackLite in CrossFire Hack Coding / Programming / Source Code
    19Last post 14y ago
  • Simple Base [After last patch]By CheatCreatorzz in CrossFire Hack Coding / Programming / Source Code
    6Last post 14y ago
  • Simple Base HelpBy luizimloko in CrossFire Hack Coding / Programming / Source Code
    1Last post 14y ago

Tags for this Thread

None