Max Payne 3 Message Board  STATUS: ACTIVE - Trainers are still being considered and updated for this title as patches are released. There is no guarantee that a trainer can be made or updated but it will be reviewed by our staff.

Our Max Payne 3 Trainer is now available for version 1.0.0.255 and supports STEAM. Our Max Payne 3 message board is available to provide feedback on our trainers or cheats.
Max Payne 3 Trainer
REQUEST MORE OPTIONS
0 option(s) for voting
FILE UPDATE REQUEST
0 report(s) filed
BOOST UPDATE PRIORITY
Boost currently not available
Message Board for PC version
Page 26 of 26   •  First Page  •  Previous Page  •   Next Page  •   Last Page
Signup or Login to Post
Max Payne 3 CheatScapes Trainer
  • Current rank: 2 Stars. Next Rank at 1000 Posts.
    Send a message to DDS
    ELITE
    DDS posted on Jun 06, 2012 9:28:41 AM - Report post
     
    quote:
    originally posted by Caliber

    quote:
    originally posted by Kavvman

    quote:
    originally posted by IDDSI

    so did i , and yes the title is a little tricky to work with, Thnx to rockstar games

    With all respect to DDS mate, I don't think the game is any sort of tricky at all really. I got the impression from your nfo description that your trainer had to be activated with some work but probably cause you're using processnames. Use the caption instead. Maybe you were referring to this as tricky ?.

    The engine was sweet and easy though, i don't know about steam release btw but i don't think there is steam CEG and it would be same as RETAiL (which is version i worked with).

    Don't mind me saying that, just suggesting an alternative way. You can check my trainer to know what i mean
    Link

    [Edited by Kavvman, 6/6/2012 5:48:31 AM]

    [Edited by Kavvman, 6/6/2012 5:49:39 AM]

    i take offense at this statement..

    the LEGIT NON CRACKED version of the game has several annoying things..

    1- the game has securom like debug .exe addon. when you run the game, the game runs another copy of itself and attaches to that copy of itself with debug registers reset. this means:

    a- that your code that iterates through process names has to discern between two game .exe that have the same name..
    b- you cannot attach a normal debugger like ollydebug to the game .exe without resetting the debug ports, which is quite a pain in windows 7 64 bit
    c- the game has to be run to be able to examine it, so you have to do binary searches to update the game when it patches

    2- the game is packed, so opening in disassemblers without running the game shows a garble of code, since the code is packed

    3- coding the trainer using normal tools requires alot of extra work since we have to work on the game 'live' and with lesser useful coding tools (like CoSMOS) to do our assembly.

    4- you have to use virtual machine or VEH type debugging to capture the code affecting addresses or the game will instantly crash. thankfully darkbyte added this to CoSMOS a couple versions ago.. otherwise people would have to do like we did here at cheathappens and create our own 'invisible' virtual debuggers from scratch for games like this.

    people who are using the 'cracked' .exe or modified .exe without protections on it likely have no idea what we are talking about and frankly they should be thankful that others like darkbyte created tools for them like CoSMOS to get ANYTHING done with this game, as likely they would be completely lost..

    my 2 cents-
    Cal

    Thank u caliber for explaining this with more detail

  • Current rank: 3.5 Stars. Next Rank at 8000 Posts.
    Send a message to DABhand
    PHAT CAT
    DABhand posted on Jun 06, 2012 9:37:15 AM - Report post
     
    DAT SECUROM


    LOOKS LIKE GAMESHIELD

    [Edited by DABhand, 6/6/2012 9:45:50 AM]
    Oh and Don't forget some tuts on ASM and defeating DMA

    Clicky Here for them
  • Founder
    Send a message to Caliber
    FOUNDER
    Caliber posted on Jun 06, 2012 9:58:02 AM - Report post
     
    quote:
    originally posted by DABhand

    DAT SECUROM


    LOOKS LIKE GAMESHIELD

    [Edited by DABhand, 6/6/2012 9:45:50 AM]

    yah was used on some other titles.. battlefield 2 back in the day and etc.

    best,
    Cal

    Trainer Creator
    www.cheathappens.com
  • Send a message to Kavvman
    INACTIVE
    Kavvman posted on Jun 06, 2012 10:31:53 AM - Report post
     
    quote:
    originally posted by Caliber

    quote:
    originally posted by Kavvman

    quote:
    originally posted by IDDSI

    so did i , and yes the title is a little tricky to work with, Thnx to rockstar games

    With all respect to DDS mate, I don't think the game is any sort of tricky at all really. I got the impression from your nfo description that your trainer had to be activated with some work but probably cause you're using processnames. Use the caption instead. Maybe you were referring to this as tricky ?.

    The engine was sweet and easy though, i don't know about steam release btw but i don't think there is steam CEG and it would be same as RETAiL (which is version i worked with).

    Don't mind me saying that, just suggesting an alternative way. You can check my trainer to know what i mean
    Link

    [Edited by Kavvman, 6/6/2012 5:48:31 AM]

    [Edited by Kavvman, 6/6/2012 5:49:39 AM]

    i take offense at this statement..

    the LEGIT NON CRACKED version of the game has several annoying things..

    1- the game has securom like debug .exe addon. when you run the game, the game runs another copy of itself and attaches to that copy of itself with debug registers reset. this means:

    a- that your code that iterates through process names has to discern between two game .exe that have the same name..
    b- you cannot attach a normal debugger like ollydebug to the game .exe without resetting the debug ports, which is quite a pain in windows 7 64 bit
    c- the game has to be run to be able to examine it, so you have to do binary searches to update the game when it patches

    2- the game is packed, so opening in disassemblers without running the game shows a garble of code, since the code is packed

    3- coding the trainer using normal tools requires alot of extra work since we have to work on the game 'live' and with lesser useful coding tools (like CoSMOS) to do our assembly.

    4- you have to use virtual machine or VEH type debugging to capture the code affecting addresses or the game will instantly crash. thankfully darkbyte added this to CoSMOS a couple versions ago.. otherwise people would have to do like we did here at cheathappens and create our own 'invisible' virtual debuggers from scratch for games like this.

    people who are using the 'cracked' .exe or modified .exe without protections on it likely have no idea what we are talking about and frankly they should be thankful that others like darkbyte created tools for them like CoSMOS to get ANYTHING done with this game, as likely they would be completely lost..

    my 2 cents-
    Cal

    I know what you're talking about, i am on 64bit and training the retail untouched version atm without any fixes and there is that anti stuff in there. That wasn't my point though.

    My post was mainly directed at DDS since his trainer was having probs with activation and i assume it was because he was hooking the game thru process name which isn't the best way to do in this game and suggested him another way.

    Cut the anti stuff, the game engine is pretty easy to train unlike some other titles which have encrypted values and the likes e.g GTA IV etc which required hella lot more debugging.

     
  • Founder
    Send a message to Caliber
    FOUNDER
    Caliber posted on Jun 06, 2012 11:31:16 AM - Report post
     
    You Wrote:
    ===
    I know what you're talking about, i am on 64bit and training the retail untouched version atm without any fixes and there is that anti stuff in there. That wasn't my point though.

    My post was mainly directed at DDS since his trainer was having probs with activation and i assume it was because he was hooking the game thru process name which isn't the best way to do in this game and suggested him another way.

    Cut the anti stuff, the game engine is pretty easy to train unlike some other titles which have encrypted values and the likes e.g GTA IV etc which required hella lot more debugging.
    ===

    unfortunately, the protections and BS is all too common today. 90% of my job appears to now be

    1 dealing with all the anti reversing, anti cheating, anti mod, anti tools parts of games

    -or-

    2 games patching every day over and over

    at any rate, people who make trainers using (not paid for games) and/or (already broken cracked) don't get to play with these things most of the time. i may have already released the trainer for ACTUAL RETAIL / STEAM having had dealt with all this stuff before those (other versions) even come out.

    at any rate, thankfully this title didn't have alot of other stuff to deal with once you got past all the BS, so agree with you there

    best,
    Cal
    Trainer Creator
    www.cheathappens.com
  • Current rank: 2 Stars. Next Rank at 1000 Posts.
    Send a message to DDS
    ELITE
    DDS posted on Jun 06, 2012 3:02:26 PM - Report post
     
    PWizard has just posted the new updated Trainers for the 1.0.0.22 STEAM and RETAIL US versions, Please redownload the trainer, Especially the ones who had problems with Vession 1.0.0.17 , THNX

    If u have the German Version or any other RETAIL version of the game please send me an e-mail if u want a working trainer for ur version

    [Edited by IDDSI, 6/6/2012 5:19:35 PM]
  • Current rank: 2 Stars. Next Rank at 1000 Posts.
    Send a message to DDS
    ELITE
    DDS posted on Jun 08, 2012 1:49:53 PM - Report post
     
    Check out 1 of the new options of my Max Payne 3 Trainer in Action :

    Insane Rapid Fire : Link
  • Current rank: 2 Stars. Next Rank at 1000 Posts.
    Send a message to DDS
    ELITE
    DDS posted on Jun 10, 2012 6:38:27 AM - Report post
     
    PWizard has just posted the new trainers with the 2 new options, Have fun with the Insane Rapid Fire option

    [Edited by IDDSI, 6/10/2012 6:39:09 AM]
Page 26 of 26   •  First Page  •  Previous Page  •   Next Page  •   Last Page
Signup or Login to Post
All times are (GMT -06:00) Central Time (US & Canada). Current time is 3:07:05 AM