Page 1 of 6

The Surge

Posted: Tue May 16, 2017 2:30 am
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

Re: The Surge

Posted: Tue May 16, 2017 3:40 am
by AntaraX
Thanks!

Re: The Surge

Posted: Tue May 16, 2017 3:58 am
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

============================================================================================

Re: The Surge

Posted: Tue May 16, 2017 4:00 am
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>

Re: The Surge

Posted: Tue May 16, 2017 6:02 am
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.

Re: The Surge

Posted: Tue May 16, 2017 6:32 am
by ColonelRVH

Re: The Surge

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

Re: The Surge

Posted: Tue May 16, 2017 9:19 am
by machine4578
thanks alot guys for such quick tables!

Re: The Surge

Posted: Tue May 16, 2017 11:33 am
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 463 times

Re: The Surge

Posted: Tue May 16, 2017 1:17 pm
by Ashar
@ kalos, your hp option doesnt work, everythign else is fine, but my hp drops and i die with it enabled

Re: The Surge

Posted: Tue May 16, 2017 1:40 pm
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!

Re: The Surge

Posted: Tue May 16, 2017 2:01 pm
by yoggsothoth
Would it be possible to see a free camera mode and No HUD ? really THX .

Re: The Surge

Posted: Tue May 16, 2017 2:02 pm
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

Re: The Surge

Posted: Tue May 16, 2017 2:50 pm
by Iosiff
What exactly do Weapon Proficiency? I didnt notice any changes.

Re: The Surge

Posted: Tue May 16, 2017 2:53 pm
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.