Page 1 of 1

Turbo Kid

Posted: Sun Apr 14, 2024 2:26 am
by Send


Platform: Steam
Version: 1.0

Image


Options[+10]:
• [ Turbo Kid ]
• God Mode
• One Hit Kill
• Unlimited Scrap
• Edit: Health
• [ Apple ]
• God Mode
• One Hit Kill
• Unlimited Scrap
• Edit: Health

Note: I'm aware the Edit: Health options break when upgrading your health. Just use God Mode.

turbokid_release.ct
Fixed God Mode + One Hit Kill
(35.78 KiB) Downloaded 370 times

Re: Turbo Kid

Posted: Sun Apr 14, 2024 4:58 pm
by MBRKiNG
Invincible (get hit 1x)

Code: Select all

[ENABLE]
aobscanmodule(invincible,GameAssembly.dll,0F 86 ?? ?? ?? ?? 45 33 ?? 33 ?? 48 8B ?? E8 ?? ?? ?? ?? E9)
invincible:
  db 90 E9
registersymbol(invincible)
[DISABLE]
invincible:
  db 0F 86
unregistersymbol(invincible)

Inf AirJumps

Code: Select all

[ENABLE]
aobscanmodule(airjumps,GameAssembly.dll,74 ?? 41 C6 ?? ?? ?? B0 ?? EB ?? C1)
airjumps:
  db 75
registersymbol(airjumps)
[DISABLE]
airjumps:
  db 74
unregistersymbol(airjumps)

Inf Scrap (pickup 1)

Code: Select all

[ENABLE]
aobscanmodule(infscraps,GameAssembly.dll,89 ?? ?? 81 ?? ?? ?? ?? ?? 7C ?? 33)
infscraps:
  db BA 7F 96 98 00 89 50 3C 90 90 90
registersymbol(infscraps)
[DISABLE]
infscraps:
  db 89 50 3C 81 FA 88 13 00 00 7C 46
unregistersymbol(infscraps)

Re: Turbo Kid

Posted: Tue Apr 16, 2024 4:36 am
by zeddyxxx
God Mode + One Hit Kill not fixed, i keep dying 1 hit

Re: Turbo Kid

Posted: Tue Apr 16, 2024 5:39 am
by MLS33
Nice table, thanks for the effort