Results 1 to 11 of 11
  1. #1
    asianism's Avatar
    Join Date
    Oct 2011
    Gender
    female
    Location
    mpgh.net
    Posts
    76
    Reputation
    10
    Thanks
    792
    My Mood
    Amazed

    [Code Snippet] Mastery Hack

    Code reverse from here: https://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
    Last edited by asianism; 12-19-2014 at 06:17 PM.
    skype: hajin.mil

  2. The Following 3 Users Say Thank You to asianism For This Useful Post:

    dompro02 (01-03-2015),hackernoob1314 (12-21-2014),HaruShots (12-20-2014)

  3. #2
    zakwanhero019's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    70
    Reputation
    10
    Thanks
    14
    My Mood
    Relaxed
    can give completion code ?

  4. #3
    HaruShots's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Location
    Somewhere on earth
    Posts
    145
    Reputation
    10
    Thanks
    1,382
    My Mood
    Busy
    I have the code complete Thanks @asianism
    Beginning of a journey is easy, but when your on the middle of the journey challenges appears.

  5. #4
    OliviaWai's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Posts
    20
    Reputation
    10
    Thanks
    18
    My Mood
    Flirty
    woah.. i'm messed up
    ◙ MPGH ◙Member

    PLAY For Fun, NOT FUN To play

  6. #5
    hackernoob1314's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    22
    My Mood
    Tired
    Quote Originally Posted by asianism View Post
    Code reverse from here: https://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?

  7. #6
    Muhammad_Haniff's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    530
    My Mood
    Cool
    Quote Originally Posted by hackernoob1314 View Post
    Can Teach Me How To Do A Hack dll. File?
    you need microsoft visual c++

  8. #7
    hackernoob1314's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    22
    My Mood
    Tired
    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

  9. #8
    hackernoob1314's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    22
    My Mood
    Tired
    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

  10. #9
    x7gamingm's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    Georgia,USA
    Posts
    192
    Reputation
    10
    Thanks
    16
    My Mood
    Hot
    Watch buckys tutorial on c++ on youtube

    - - - Updated - - -

    Watch buckys tutorial on c++ on youtube

  11. #10
    danialx131's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    me got c++ but dont know how to do

  12. #11
    jabba191112's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0
    dankeschön .

Similar Threads

  1. [Source Code] [Code Snippet] 255 Rounds Hack
    By asianism in forum Blackshot Coding & Source Code
    Replies: 12
    Last Post: 01-22-2015, 06:32 AM
  2. How to start coding combat arms hacks
    By phantom718 in forum C++/C Programming
    Replies: 16
    Last Post: 06-03-2009, 09:40 PM
  3. give me .net(code) for warrock hacks
    By srinuv in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-02-2009, 10:23 AM
  4. Code Resets & COD4 Hacks
    By Dave84311 in forum Hack/Release News
    Replies: 1
    Last Post: 12-15-2007, 09:08 PM
  5. [Retail Code] 4 bypass, hack ,spoofer, acc
    By poncho007 in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 08-22-2007, 03:47 PM