The Surge

Upload your cheat tables here (No requests)
Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1086
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3470

The Surge

Post by Zanzer »

Player Pointers
- Tech Scrap
- Tech Scrap Multiplier
- Core Power
- Minimum Health
- Weapon Proficiency
Unlimited Stamina
Unlimited Energy
Unlimited Injectables
Unlimited Consumables
Set Component Quantities

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
TheSurge.CT
2019-07-11
(20.08 KiB) Downloaded 3336 times
TheSurge.CT
2017-05-15
(20.41 KiB) Downloaded 462 times
Last edited by Zanzer on Fri Jul 12, 2019 3:40 am, edited 3 times in total.

AntaraX
Noobzor
Noobzor
Posts: 10
Joined: Mon Mar 06, 2017 7:27 pm
Reputation: 0

Re: The Surge

Post by AntaraX »

Thanks!

User avatar
ColonelRVH
Expert Cheater
Expert Cheater
Posts: 361
Joined: Mon Mar 06, 2017 3:27 am
Reputation: 321

Re: The Surge

Post by ColonelRVH »

The Surge | CE TABLE V1.0, [2017-5-16] COLONELRVH | May not work on other version.

- Features -
  • [Stats]

    • Get Player Stats Base Address

  • [Battle]
    • Get Health Addresses
      • God Mode
      • Instant Kill

    • Stamina Unlimited

  • [Extra]
    • Force Pause (Toggle: Pause Break)


- Future Plan -

Code: Select all

None
- Notes -

Code: Select all

None
- Other's works -
Other's works wrote:Under construction
=======================================

- Changes History -
Changes History wrote:

Code: Select all

None
============================================================================================
If you want to support, Please consider becoming my patron
It would be a great help for me to cover my living expenses so I can focus on making & improving cheats for you.
Image
fearlessrevolution.com | Thanks in advance

============================================================================================
Attachments
1FR1FRThe Surge [Tv1.0][ColonelRVH].CT
[2017-5-16]
(33.08 KiB) Downloaded 312 times

User avatar
pox911
Slob
Slob
Posts: 128
Joined: Mon Mar 20, 2017 1:41 am
Reputation: 182

Re: The Surge

Post by pox911 »

Here's what I got so far. Copy the text and hit paste in ce to use. I will move them into a cheat table once i get enough codes to warrant it.

Currently looking into:
  • Stable run speed pointer
  • Potential Item Swapping
  • Enemy Stats

Attack Speed Multiplier:
:P Use with infinite stamina to be very op

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>20</ID>
      <Description>"Attack Speed Multiplier"</Description>
      <Options moHideChildren="1"/>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : TheSurge.exe
  Version: 
  Date   : 2017-05-17
}

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat

 
 
aobscanmodule(AtkSpeedAOB,TheSurge.exe,4C 8B AC 24 80 00 00 00 4D) // should be unique
alloc(newmem,$1000,"TheSurge.exe"+2A9F8D)

label(code)
label(return)
label(AtkSpeedMult)
registersymbol(AtkSpeedMult)

newmem:

code:
  movss xmm0,[r13+90]
  mulss xmm0,[AtkSpeedMult]
  movss [r13+90],xmm0
  mov r13,[rsp+00000080]
  jmp return
  AtkSpeedMult:
  dd (float)2

AtkSpeedAOB:
  jmp newmem
  nop
  nop
  nop
return:
registersymbol(AtkSpeedAOB)

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
AtkSpeedAOB:
  db 4C 8B AC 24 80 00 00 00

unregistersymbol(AtkSpeedAOB)
unregistersymbol(AtkSpeedMult)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "TheSurge.exe"+2A9F8D

"TheSurge.exe"+2A9F5D: E8 EE C4 D5 FF           -  call TheSurge.exe+6450
"TheSurge.exe"+2A9F62: 48 8D 3D 07 4D 97 00     -  lea rdi,[TheSurge.exe+C1EC70]
"TheSurge.exe"+2A9F69: 48 8B 0D E0 AA B2 0E     -  mov rcx,[TheSurge.exe+EDD4A50]
"TheSurge.exe"+2A9F70: 4C 8B A4 24 88 00 00 00  -  mov r12,[rsp+00000088]
"TheSurge.exe"+2A9F78: 48 8B 9C 24 98 00 00 00  -  mov rbx,[rsp+00000098]
"TheSurge.exe"+2A9F80: 48 85 C9                 -  test rcx,rcx
"TheSurge.exe"+2A9F83: 74 08                    -  je TheSurge.exe+2A9F8D
"TheSurge.exe"+2A9F85: 48 8B 01                 -  mov rax,[rcx]
"TheSurge.exe"+2A9F88: 49 8B D5                 -  mov rdx,r13
"TheSurge.exe"+2A9F8B: FF 10                    -  call qword ptr [rax]
// ---------- INJECTING HERE ----------
"TheSurge.exe"+2A9F8D: 4C 8B AC 24 80 00 00 00  -  mov r13,[rsp+00000080]
// ---------- DONE INJECTING  ----------
"TheSurge.exe"+2A9F95: 4D 85 F6                 -  test r14,r14
"TheSurge.exe"+2A9F98: 4C 8B 74 24 78           -  mov r14,[rsp+78]
"TheSurge.exe"+2A9F9D: 74 49                    -  je TheSurge.exe+2A9FE8
"TheSurge.exe"+2A9F9F: F0 48 83 06 FF           - lock  add qword ptr [rsi],-01
"TheSurge.exe"+2A9FA4: 0F 94 C0                 -  sete al
"TheSurge.exe"+2A9FA7: 84 C0                    -  test al,al
"TheSurge.exe"+2A9FA9: 74 3D                    -  je TheSurge.exe+2A9FE8
"TheSurge.exe"+2A9FAB: 48 85 F6                 -  test rsi,rsi
"TheSurge.exe"+2A9FAE: 74 38                    -  je TheSurge.exe+2A9FE8
"TheSurge.exe"+2A9FB0: 48 63 05 E1 4C 97 00     -  movsxd  rax,dword ptr [TheSurge.exe+C1EC98]
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>21</ID>
          <Description>"Multiplier"</Description>
          <VariableType>Float</VariableType>
          <Address>AtkSpeedMult</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Last edited by pox911 on Wed May 17, 2017 11:04 pm, edited 3 times in total.

User avatar
Darkedone02
Expert Cheater
Expert Cheater
Posts: 945
Joined: Thu Mar 02, 2017 11:42 pm
Reputation: 109

Re: The Surge

Post by Darkedone02 »

I think the unlimited consumption items are only used on inventory, not the unlimited items like your health injections and other things. I would love to have that but i found a small alternative that heals me in exchange for energy.

User avatar
ColonelRVH
Expert Cheater
Expert Cheater
Posts: 361
Joined: Mon Mar 06, 2017 3:27 am
Reputation: 321

Re: The Surge

Post by ColonelRVH »


User avatar
Darkedone02
Expert Cheater
Expert Cheater
Posts: 945
Joined: Thu Mar 02, 2017 11:42 pm
Reputation: 109

Re: The Surge

Post by Darkedone02 »

pox911 wrote:
Tue May 16, 2017 4:00 am
Opps
Image
Image
you just love breaking games, don't you?

machine4578
Expert Cheater
Expert Cheater
Posts: 265
Joined: Tue Mar 07, 2017 3:12 pm
Reputation: 159

Re: The Surge

Post by machine4578 »

thanks alot guys for such quick tables!

User avatar
Kalas
Expert Cheater
Expert Cheater
Posts: 551
Joined: Fri Mar 03, 2017 9:49 am
Reputation: 134

Re: The Surge

Post by Kalas »

Compatible With Latest Version (16 May, 2017)



Features:

[Stats]

PlayerStats
  • Tech Scrap
    Banked Tech Scrap
    Core Power Consumption
Weapon Proficiency
  • One-Handed
    Staff Proficiency
    Heavy-Duty Proficiency
    Single-Rigged Proficiency
    Twin-Rigged Proficiency
[Scripts]

Infinite Health (Included with One Hit Kill)
  • Infinite Stamina
    Infinite Energy
    Infinite Consumables
    Infinite Components
Information How To use

Infinite Health - Enter Gameworld, Activate Script.
Infinite Stamina - Enter Gameworld, Activate Script.
Infinite Energy- Enter Gameworld, Activate Script.
Infinite Consumables - Enter Gameworld, Activate Script.
Infinite Components - Enter Gameworld, Activate Script. (To Refuel the Components, Simply Enter the Components Menu)


The Surge.CT
(9.49 KiB) Downloaded 398 times
Last edited by Kalas on Tue May 16, 2017 8:49 pm, edited 4 times in total.

Ashar
Expert Cheater
Expert Cheater
Posts: 277
Joined: Mon May 01, 2017 7:04 pm
Reputation: 33

Re: The Surge

Post by Ashar »

@ kalos, your hp option doesnt work, everythign else is fine, but my hp drops and i die with it enabled

User avatar
Kalas
Expert Cheater
Expert Cheater
Posts: 551
Joined: Fri Mar 03, 2017 9:49 am
Reputation: 134

Re: The Surge

Post by Kalas »

Ashar wrote:
Tue May 16, 2017 1:17 pm
@ kalos, your hp option doesnt work, everythign else is fine, but my hp drops and i die with it enabled
Updated, Test it and let me know If it's working :)

If it's still causing issues please send me a save file so I can test it on other enemies.

download/file.php?id=3269

EDIT: User confirmed "Infinite Health" works perfectly fine, make sure to download the new Table!
Last edited by Kalas on Tue May 16, 2017 4:48 pm, edited 2 times in total.

yoggsothoth
What is cheating?
What is cheating?
Posts: 2
Joined: Tue May 16, 2017 1:58 pm
Reputation: 0

Re: The Surge

Post by yoggsothoth »

Would it be possible to see a free camera mode and No HUD ? really THX .

Ashar
Expert Cheater
Expert Cheater
Posts: 277
Joined: Mon May 01, 2017 7:04 pm
Reputation: 33

Re: The Surge

Post by Ashar »

Interestingly Zanzers table is permanent, if you use the min hp option, even after exiting game, and exiting ce, i still have infinite hp when i load game again. You can turn it off again later by loading table again and setting min hp to 0 again.

@kalos, yup, hp is working fine now

User avatar
Iosiff
Expert Cheater
Expert Cheater
Posts: 112
Joined: Fri Mar 24, 2017 6:57 am
Reputation: 4

Re: The Surge

Post by Iosiff »

What exactly do Weapon Proficiency? I didnt notice any changes.

User avatar
Kalas
Expert Cheater
Expert Cheater
Posts: 551
Joined: Fri Mar 03, 2017 9:49 am
Reputation: 134

Re: The Surge

Post by Kalas »

Iosiff wrote:
Tue May 16, 2017 2:50 pm
Kalas wrote:
Tue May 16, 2017 11:33 am
Compatible With Latest Version (16 May, 2017)

Infinite Components - Enter Gameworld, Activate Script. (It will set every pickable Component to 99, It will add Components that you didn't even picked up yet)



The Surge.CT
Infinite Components not working for me(

And what exactly do Weapon Proficiency? I didnt notice any changes.
For Components you might need to gain one of them, or craft something and then It should change the value to 99.

And Proficiency can be shown by going into Inventory, Specs and the very far right side

EDIT: User deleted post about "Infinite Components", make sure to read what I wrote above If the Component Script Is not working for you.
Last edited by Kalas on Tue May 16, 2017 4:48 pm, edited 2 times in total.

Post Reply

Who is online

Users browsing this forum: Agasio, AmazonBot, BeromeGamer, beta99th, dawix3321, Google Adsense [Bot], hekatoncheir, JohnyXXX, lofasak7, Mefkun, nozzir02303, Numira123, seanseano, SemrushBot, smymer, valgul, YamiNoZero, zhshadow