Announcement

Collapse
No announcement yet.

[PCSX2] SOCOM 2 External Trainer - SOURCE

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [PCSX2] SOCOM 2 External Trainer - SOURCE

    I want to prefix this post by making it clear that all codes in this trainer are for the base version of the game (patch r0001) This trainer will NOT work on the revived SOCOM 2 ONLINE server as it is running patch r0004.

    FEATURES:
    • Set any Primary Ammo
    • Set any Secondary Ammo
    • Set any Equipment
    • Brightness Adjustments
    • Force Start Match
    • Aimbot*
    • Pro Mod**
    • Display Enemy Health in Crosshair
    • Max Game Time
    • Semi No Recoil (CheckBox)
    • Lock Brightness Setting (CheckBox)
    Aimbot*
    Aim Assist always on , Aggressive target locking , No Spread & No Recoil

    ProMod**
    FPS Mod (60fps) , See Enemy Health In Crosshairs, Brightness Mod, NVG Filter Removal, No Fog

    If there's much interest in this I will go ahead and include many more offsets and put some more time into it. Realistically you can take this source and add just about any cheat code thats ever been released. You could also use it for a completely different game. Socom 2 just happens to be the base game chosen for the foundation work

    SOURCE ==> https://github.com/xCENTx/SOCOM-2-Trainer-r0001-Source (NO BINARIES, MUST COMPILE YOURSELF)








    Included Addresses and Offsets
    This is such an old game ... I know I wasnt the original person to find all of these codes ... there's just no way.
    Credit goes to ALL SOCOM Coders. Past and Present
    Special Mentions to Cronotrigga, RENEGADE , GTLCPIMP , BISMOFUNYUNS
    Code:
    //PlayerObjectStuff
    PlayerPointer = 20440C38;
    PlayerName = 0x14;
    playerX = 0x1C;
    playerY = 0x20;
    playerZ = 0x24;
    PlayerCoordsWrite = 0x28;
    PlayerCoordsWriteX = 0x30;
    PlayerCoordsWriteY = 0x34;
    PlayerCoordsWriteZ = 0x38;
    PlayerTeamID= 0xC8;
    WeaponBounce = 0x5D8;
    WeaponSpread = 0x5DC;
    WeaponRecoil = 0x604;
    PlayerHealth= 0x1044;
    
    //Map Brightness Modifiers
    204B4D4C ******** (Default = 00000000) | FLOAT
    204B4D5C 00000000
    204B4D6C 00000000
    204B4D7C 00000000
    
    //Fog
    203DE210 0000000* (Default = 1 | Bool)
    
    //Framerate
    203E13F8 000000** (Default = 1E | Int)
    203E1400
    
    //NVG Filter (BISMOFUNYUNS)
    202169D8 00000000 (Default = 0C065DD0)
    
    //Force Start
    203DD6A8 0027D070 (Default = 0027CAF0) | 4byte
    
    //Enemy Health in Crosshairs
    20216394 00000000 (Default = 12C0002E) | 4byte
    
    //Aimbot Credit: Cronotrigga
    203DF1A0 0000000* // Aim Assist Boolean
    205AB368 0******* // Target Distance to Crosshair enable AimAssist (0 = Aimbot)
    205BD22C 00000000 // Weapon Spread
    205BD4E4 00000000 // Weapon Recoil
    
    //Max Game Time
    20C49790 FFFFFFFF
    Last edited by NightFyre; 07-04-2021, 03:00:34 PM.
Working...
X