Page 1 of 3 123 LastLast
Results 1 to 15 of 39

Hybrid View

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

    [ Visual ] GP || HP || EXP Hack

    Is simple, but I hope you like !



    Code:
    class cInfoGame
    {
    public:
    	DWORD iHealth; //0x0000 
    	DWORD iAP; //0x0004 
    char _0x0008[56];
    
    };//Size=0x0040
    
    class cInfoPlayer
    {
    public:
    	DWORD iGP; //0x0000 
    	DWORD iNXCredit; //0x0004 
    char _0x0008[16];
    	DWORD iNXPrepaid; //0x0018 
    char _0x001C[40];
    	DWORD iEXP; //0x0044 
    char _0x0048[56];
    
    };//Size=0x0080
    Code:
    #define InfoGameAdress                  0x379B5E50
    #define InfoPlayerAdress                0x37A05C10
    Credits

    Coder.Fail, DrUnKeN ChEeTaH, CheatEngine, We11ngton

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

    Coder.DiasII (06-30-2014),gibam761 (08-12-2014),lion85 (11-22-2014),n4n033 (07-05-2014)

  3. #2
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    wouldn't this be a visual thing? ....

    commando: You're probably the best non-coder coder I know LOL


  4. #3
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,179
    My Mood
    Inspired
    Quote Originally Posted by supercarz1991 View Post
    wouldn't this be a visual thing? ....
    It's in the title
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  5. #4
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Quote Originally Posted by Flengo View Post


    It's in the title
    haha sorry, i'm just blind

    commando: You're probably the best non-coder coder I know LOL


  6. #5
    Coder.Fail's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    91
    Reputation
    43
    Thanks
    490
    Quote Originally Posted by supercarz1991 View Post
    wouldn't this be a visual thing? ....
    Title : [ Visual ] GP || HP || EXP Hack

  7. The Following User Says Thank You to Coder.Fail For This Useful Post:

    Coder.DiasII (07-01-2014)

  8. #6
    Coder.Anonymous's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    MPGH
    Posts
    1,144
    Reputation
    53
    Thanks
    4,940
    My Mood
    Cynical
    Good Job bro ! nice release !!
    let's go sell account !







    Claro[...]


    WFBR:


    PBBR:


    CABR:



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

    Hacker Fail (06-30-2014),poolwizard (08-12-2014)

  10. #7
    Fєηix's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Brαzil
    Posts
    1,178
    Reputation
    114
    Thanks
    6,891
    My Mood
    Sleepy
    Good Job

  11. The Following User Says Thank You to Fєηix For This Useful Post:

    Hacker Fail (06-30-2014)

  12. #8
    leon355i's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    2
    How can i use it? ^^

  13. #9
    Coder.DiasII's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    In My World
    Posts
    1,515
    Reputation
    156
    Thanks
    6,461
    Good Source
    Thanks
    • Registered - February 03, 2012
    • Contributor since August 05, 2014



    CombatArms Brasil


    PointBlank Brasil


  14. The Following User Says Thank You to Coder.DiasII For This Useful Post:

    Coder.Fail (07-01-2014)

  15. #10
    emilbar7's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    How to use??

  16. #11
    Coder.Anonymous's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    MPGH
    Posts
    1,144
    Reputation
    53
    Thanks
    4,940
    My Mood
    Cynical
    How To Use:

    Code:
    cInfoPlayer *InfoPlayer    = (cInfoPlayer*)InfoPlayerAdress;
    Code:
    InfoPlayer->iGP = 9999999999.0f;
    More ...







    Claro[...]


    WFBR:


    PBBR:


    CABR:



  17. #12
    lilghost8631's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    14
    Quote Originally Posted by Coder.Anonymous View Post
    How To Use:

    Code:
    cInfoPlayer *InfoPlayer    = (cInfoPlayer*)InfoPlayerAdress;
    Code:
    InfoPlayer->iGP = 9999999999.0f;
    More ...
    While I know the code was somewhat meant as a sarcastic response to emilbar7, shouldn't your assignment be

    Code:
    InfoPlayer->iGP = 9999999999
    Instead of

    Code:
    9999999999.0f
    DWORD is an unsigned 32-bit integer. So assigning your value as a float wouldn't be proper.

    I'm simply bringing it up for the sake of learning. Correct me if I'm wrong on that.

  18. #13
    leon355i's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    2
    I don't understand. Im new in this business

  19. The Following 2 Users Say Thank You to leon355i For This Useful Post:

    poolwizard (08-12-2014),qsoooms (10-24-2014)

  20. #14
    Timboy67678's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    87
    Reputation
    25
    Thanks
    80
    My Mood
    Aggressive
    Quote Originally Posted by leon355i View Post
    I don't understand. Im new in this business
    please god no

  21. The Following 2 Users Say Thank You to Timboy67678 For This Useful Post:

    AVA_Dirty (09-19-2014),Taylor Swift (01-23-2015)

  22. #15
    emilbar7's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    Where to put the code i have been searching for a while

  23. The Following User Says Thank You to emilbar7 For This Useful Post:

    amdme11 (05-15-2015)

Page 1 of 3 123 LastLast