Thread: Simple Base C++

Results 1 to 5 of 5
  1. #1
    Coder.Fail's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    91
    Reputation
    43
    Thanks
    490

    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
    Skype : luislokao98

  2. The Following 2 Users Say Thank You to Coder.Fail For This Useful Post:

    Coder.DiasII (08-03-2014),Tayp.Anonymous (08-04-2014)

  3. #2
    Tayp.Anonymous's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    Brasil
    Posts
    88
    Reputation
    10
    Thanks
    55
    Good job, good contribution to the forum!
    O que você tem todo mundo pode ter, mais o que você é ninguém pode ser!

  4. #3
    Don Keydick's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Blah
    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

  5. #4
    Iridesence's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    466
    Reputation
    10
    Thanks
    48
    Any updated for this hack?

  6. #5
    maruan's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    2
    Seems legit.

Similar Threads

  1. [Help] Simple Base Help
    By luizimloko in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 1
    Last Post: 03-28-2012, 07:17 PM
  2. Simple Base [After last patch]
    By CheatCreatorzz in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 6
    Last Post: 01-29-2012, 09:30 AM
  3. [Release] BlackLite [SIMPLE]Base
    By BlackLite in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 19
    Last Post: 01-11-2012, 03:08 AM
  4. Need simple base
    By albertog2 in forum Combat Arms Coding Help & Discussion
    Replies: 5
    Last Post: 12-06-2010, 06:30 PM
  5. LykeNOlimit Simple Base DUMP
    By dadum02 in forum Combat Arms EU Hack Coding/Source Code
    Replies: 6
    Last Post: 08-20-2010, 05:06 AM