Page 1 of 4

[REQUEST] GOTHAM kNIGHTS

Posted: Fri Oct 21, 2022 7:59 pm
by Hyoga
GOD MODE, 1 HIT KILL, ALL UPGRADES YOU KNOW, THE WORKS.

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 5:44 am
by Casisback
I would like a table too, any takers?

Since the OP is an ass and won't follow request template, I'll do it.

Game Name: Gotham Knights
Game Engine: Unreal Engine 4
Game Version: 1.0
Options Required:

The basic ones

Steam Website:



Other Info:

Didn't take me a minute to fill this

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 9:05 am
by glyth
need one to but for epic games

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 2:19 pm
by Lake333GLD
glyth wrote:
Sat Oct 22, 2022 9:05 am
need one to but for epic games
+1

I do need resources 999999 (or easy craft) very much. My level is too high, but I need to craft my first melee weapon to be able to continue the game. I do not have resources to do so. I did use XP boost.

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 3:05 pm
by lostfear
Lake333GLD wrote:
Sat Oct 22, 2022 2:19 pm
glyth wrote:
Sat Oct 22, 2022 9:05 am
need one to but for epic games
+1

I do need resources 999999 (or easy craft) very much. My level is too high, but I need to craft my first melee weapon to be able to continue the game. I do not have resources to do so. I did use XP boost.

Code: Select all

aobscanmodule(RESOURCES,GothamKnights-Win64-Shipping.exe,01 42 08 EB C0) // should be unique
alloc(newmem,$1000,RESOURCES)

label(code)
label(return)

newmem:

code:
  add [rdx+08],#100000
  jmp GothamKnights-Win64-Shipping.exe+4735B81
  jmp return

RESOURCES:
  jmp newmem
return:
registersymbol(RESOURCES)

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
RESOURCES:
  db 01 42 08 EB C0

unregistersymbol(RESOURCES)
dealloc(newmem)

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 3:07 pm
by lostfear
you must have one of each resources for it to give you 100k for every type of resource you pick up

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 3:40 pm
by Akmal2401
just need ability point. spent my abilites point without knowing we cannot respec it

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 3:53 pm
by LoneStrider
Does this work with the steam version? If so I am getting a

[string "aobscanmodule(RESOURCES, GothamKnights-Win64-...:')' expected near '42'

error, and I can't seem to find how to fix it.

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 4:06 pm
by Yerqz
LoneStrider wrote:
Sat Oct 22, 2022 3:53 pm
Does this work with the steam version? If so I am getting a

[string "aobscanmodule(RESOURCES, GothamKnights-Win64-...:')' expected near '42'

error, and I can't seem to find how to fix it.
Use the auto assemble "Cheat Table framework Code" Template worked for me using steam version.

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 4:15 pm
by LoneStrider
Not sure what that is, and i'm not comfortable enough to just start clicking around randomly. I'll just have to wait or, go 1 by 1 scanning for every resource. Thanks though.

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 4:38 pm
by Lake333GLD
lostfear wrote:
Sat Oct 22, 2022 3:05 pm

Code: Select all

aobscanmodule(RESOURCES,GothamKnights-Win64-Shipping.exe,01 42 08 EB C0) // should be unique
alloc(newmem,$1000,RESOURCES)

label(code)
label(return)

newmem:

code:
  add [rdx+08],#100000
  jmp GothamKnights-Win64-Shipping.exe+4735B81
  jmp return

RESOURCES:
  jmp newmem
return:
registersymbol(RESOURCES)

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
RESOURCES:
  db 01 42 08 EB C0

unregistersymbol(RESOURCES)
dealloc(newmem)
I did copy, paste it into the new .CT file, but get an data error. I have EGS version. I have no Idea how to fix it.

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 5:28 pm
by blazebolt7
Akmal2401 wrote:
Sat Oct 22, 2022 3:40 pm
just need ability point. spent my abilites point without knowing we cannot respec it
LOL, same and me too.

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 6:40 pm
by lostfear

Code: Select all

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

 
 
aobscanmodule(AP,GothamKnights-Win64-Shipping.exe,29 88 E4 00 00 00) // should be unique
alloc(newmem,$1000,AP)

label(code)
label(return)

newmem:

code:
  add [rax+000000E4],ecx
  jmp return

AP:
  jmp newmem
  nop
return:
registersymbol(AP)

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
AP:
  db 29 88 E4 00 00 00

unregistersymbol(AP)
dealloc(newmem)

It adds ability points instead of decreasing

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 6:42 pm
by lostfear
This is for steam version. just change the process id to $process for Epic Games Store version

Re: [REQUEST] GOTHAM kNIGHTS

Posted: Sat Oct 22, 2022 7:39 pm
by Lake333GLD
lostfear wrote:
Sat Oct 22, 2022 6:42 pm
This is for steam version. just change the process id to $process for Epic Games Store version
How to fix DATA ERROR?