[Code Snippet] Mastery Hack

Posts 111 of 11 · Page 1 of 1
[Code Snippet] Mastery Hack
Code reverse from here: http://www.mpgh.net/forum/showthread.php?t=891252

ASM Code:
Code:
MOV DWORD PTR DS:[0x101E1546],0xFDE8FDE8
MOV DWORD PTR DS:[0x101E153E],0xFDE8FDE8
MOV DWORD PTR DS:[0x101E1544],0xFDE8FDE8
MOV DWORD PTR DS:[0x101E1542],0xFDE8FDE8
MOV DWORD PTR DS:[0x101E153C],0xFDE8FDE8
MOV DWORD PTR DS:[0x101E1540],0xFDE8FDE8
MOV DWORD PTR DS:[0x101E1548],0xFDE8FDE8
C++ Code:
Code:
#define M1 0x101E1546
#define M2 0x101E153E
#define M3 0x101E1544
#define M4 0x101E1542
#define M5 0x101E153C
#define M6 0x101E1540
#define M7 0x101E1548
#define M0 0xFDE8FDE8
Usage:

Code:
void _Master(DWORD dwM, DWORD dwA){
	*(DWORD*)dwM = dwA;
}

if(KEY){
        _Master(M1, M0);
        _Master(M2, M0);
        _Master(M3, M0);
        _Master(M4, M0);
        _Master(M5, M0);
        _Master(M6, M0);
        _Master(M7, M0);
}
Have fun creating your own Mastery Hack
woah.. i'm messed up
Quote Originally Posted by asianism View Post
Code reverse from here: http://www.mpgh.net/forum/showthread.php?t=891252

ASM Code:
Code:
MOV DWORD PTR DS:[0x101E1546],0xFDE8FDE8
MOV DWORD PTR DS:[0x101E153E],0xFDE8FDE8
MOV DWORD PTR DS:[0x101E1544],0xFDE8FDE8
MOV DWORD PTR DS:[0x101E1542],0xFDE8FDE8
MOV DWORD PTR DS:[0x101E153C],0xFDE8FDE8
MOV DWORD PTR DS:[0x101E1540],0xFDE8FDE8
MOV DWORD PTR DS:[0x101E1548],0xFDE8FDE8
C++ Code:
Code:
#define M1 0x101E1546
#define M2 0x101E153E
#define M3 0x101E1544
#define M4 0x101E1542
#define M5 0x101E153C
#define M6 0x101E1540
#define M7 0x101E1548
#define M0 0xFDE8FDE8
Usage:

Code:
void _Master(DWORD dwM, DWORD dwA){
	*(DWORD*)dwM = dwA;
}

if(KEY){
        _Master(M1, M0);
        _Master(M2, M0);
        _Master(M3, M0);
        _Master(M4, M0);
        _Master(M5, M0);
        _Master(M6, M0);
        _Master(M7, M0);
}
Have fun creating your own Mastery Hack
Can Teach Me How To Do A Hack dll. File?
Quote Originally Posted by hackernoob1314 View Post
Can Teach Me How To Do A Hack dll. File?
you need microsoft visual c++
Quote Originally Posted by Muhammad_Haniff View Post
you need microsoft visual c++
I have already...But I dont know how to make hack

- - - Updated - - -

Quote Originally Posted by Muhammad_Haniff View Post
you need microsoft visual c++
can make a small video to give me? Thank you
Quote Originally Posted by hackernoob1314 View Post
Quote Originally Posted by Muhammad_Haniff View Post
you need microsoft visual c++
I have already...But I dont know how to make hack

- - - Updated - - -

Quote Originally Posted by Muhammad_Haniff View Post
you need microsoft visual c++
can make a small video to give me? Thank you
I have Microsoft visual c++ ady......but I don't know how to make that all hack.....
Please make a small video to give me..Thank you
Watch buckys tutorial on c++ on youtube

- - - Updated - - -

Watch buckys tutorial on c++ on youtube
me got c++ but dont know how to do
Posts 111 of 11 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?