Upload your cheat tables here (No requests)
patka
Table Makers
Posts: 614 Joined: Sun Jul 05, 2020 11:09 am
Reputation: 895
Post
by patka » Fri Jan 17, 2025 11:52 pm
Table v2:
-tested with Chronos version
-script corrected
-added new options
-added Invulnerability script (thanks for MBRKiNG )
-I can't find option for infinite jump...but I haven't given up yet
Table v1:
-tested with Chronos version
Made by Patka
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Last edited by
patka on Wed Jan 22, 2025 12:42 am, edited 2 times in total.
MBRKiNG
Table Makers
Posts: 338 Joined: Fri Feb 23, 2018 5:13 pm
Reputation: 590
Post
by MBRKiNG » Sat Jan 18, 2025 12:19 am
Code: Select all
[ENABLE]
aobscanmodule(Invulnerable,$process,E8 ?? ?? ?? ?? 84 ?? 0F 85 ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? 48 8B ?? 8B ?? ?? ?? ?? ?? 48 8B ?? FF ?? ?? 33)
alloc(Invulnerable_RestoreBytes,5)
Invulnerable_RestoreBytes:
readmem(Invulnerable,5)
Invulnerable:
db 90 90 90 90 90
registersymbol(Invulnerable,Invulnerable_RestoreBytes)
[DISABLE]
Invulnerable:
readmem(Invulnerable_RestoreBytes,5)
unregistersymbol(*)
dealloc(*)
Code: Select all
[ENABLE]
aobscanmodule(InfAmmo,$process,E8 ?? ?? ?? ?? 85 ?? 40 0F ?? ?? 8B ?? ?? ?? 83 ?? ?? BF ?? ?? ?? ?? 8B ?? D3 ?? A8 ?? 74 ?? 48 8D ?? ?? ?? E8 ?? ?? ?? ?? 90 49 8B)
aobscanmodule(InfAmmo2,$process,75 ?? 40 32 ?? EB ?? 85 ?? 40 0F ?? ?? 8B ?? ?? ?? 83 ?? ?? 8B ?? D3 ?? A8 ?? 74 ?? 48 8D ?? ?? ?? E8 ?? ?? ?? ?? 90 40 84 ?? 0F 84 ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? 49 8B ?? 8B ?? ?? ?? ?? ?? 49 8B ?? FF ?? ?? 48 8B ?? E8 ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? 49 8B ?? 8B ?? ?? ?? ?? ?? 49 8B ?? FF ?? ?? 48 8B ?? 8B ?? ?? 83 ?? ?? 8B ?? D3 ?? F6 ?? ?? 74 ?? 48 8B ?? E8 ?? ?? ?? ?? 44 89 ?? ?? 48 B8 ?? ?? ?? ?? ?? ?? ?? ?? 48 89 ?? C7 ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? 48 B8 ?? ?? ?? ?? ?? ?? ?? ?? 48 89 ?? ?? ?? C6 ?? ?? ?? ?? C6 ?? ?? ?? ?? 4C ?? ?? ?? 41 B8 ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? 48 8D ?? ?? ?? E8 ?? ?? ?? ?? 90 8B ?? ?? ?? 83 ?? ?? 8B ?? D3 ?? A8 ?? 74 ?? 48 8D ?? ?? ?? E8 ?? ?? ?? ?? 90 8B ?? ?? 89 ?? ?? ?? 8B ?? ?? 89 ?? ?? ?? 83 ?? ?? 8B ?? D3 ?? A8 ?? 74 ?? 48 8D ?? ?? 48 8D ?? ?? ?? E8 ?? ?? ?? ?? EB ?? 48 8B ?? ?? 48 89 ?? ?? ?? C7)
alloc(InfAmmo_RestoreBytes,5)
alloc(InfAmmo2_RestoreBytes,1)
InfAmmo_RestoreBytes:
readmem(InfAmmo,5)
InfAmmo2_RestoreBytes:
readmem(InfAmmo,1)
InfAmmo:
db 90 90 90 90 90
InfAmmo2:
db 74
registersymbol(InfAmmo,InfAmmo_RestoreBytes,InfAmmo2,InfAmmo2_RestoreBytes)
[DISABLE]
InfAmmo:
readmem(InfAmmo_RestoreBytes,5)
InfAmmo2:
readmem(InfAmmo2_RestoreBytes,1)
unregistersymbol(*)
dealloc(*)
Code: Select all
[ENABLE]
aobscanmodule(InfMP,BLADE_CHIMERA.exe,BA ?? ?? ?? ?? 48 8B ?? E8 ?? ?? ?? ?? 48 8B ?? 84 ?? 74 ?? C7 ?? ?? ?? ?? ?? ?? ?? F2)
InfMP+1:
db E7 03
InfMP+1E:
db 59
InfMP+56:
db E7 03
registersymbol(InfMP)
[DISABLE]
InfMP+1:
db 0A 00
InfMP+1E:
db 10
InfMP+56:
db 19 00
unregistersymbol(InfMP)
Code: Select all
[ENABLE]
aobscanmodule(infJumps,BLADE_CHIMERA.exe,E8 ?? ?? ?? ?? 48 89 ?? ?? ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? ?? 48 89 ?? ?? ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 90 48 8D ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 89 ?? ?? ?? ?? ?? ?? BA ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 89 ?? ?? ?? ?? ?? ?? BA ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 0F B6 ?? 85 ?? 0F 84)
aobscanmodule(jumpsnocost,BLADE_CHIMERA.exe,BA ?? ?? ?? ?? 48 8D ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 90 48 8D ?? ?? ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 90 48 8D ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 89 ?? ?? ?? ?? ?? ?? 33)
infJumps:
db 90 90 90 90 90
jumpsnocost+1:
db 00
registersymbol(jumpsnocost,infJumps)
[DISABLE]
infJumps:
db E8 0E 90 BE FE
jumpsnocost+1:
db 05
unregistersymbol(*)
Last edited by
MBRKiNG on Wed Jan 29, 2025 3:55 pm, edited 2 times in total.
MarioBros24
Expert Cheater
Posts: 89 Joined: Thu Nov 07, 2024 1:14 am
Reputation: 22
Post
by MarioBros24 » Sat Jan 18, 2025 2:13 pm
patka wrote: ↑ Fri Jan 17, 2025 11:52 pm
Table v1:
-tested with Chronos version
Blade Chimera v1.CT
Made by Patka
many thanks,
I will try it out.
MarioBros24
Expert Cheater
Posts: 89 Joined: Thu Nov 07, 2024 1:14 am
Reputation: 22
Post
by MarioBros24 » Sun Jan 19, 2025 1:51 am
what value i need to let the infinite jump work. I have been trying with different values but it did not work for me.
Lando58
Expert Cheater
Posts: 126 Joined: Thu Mar 24, 2022 11:58 pm
Reputation: 32
Post
by Lando58 » Mon Jan 20, 2025 9:42 pm
Thanks for the Cheat table, any fix for the Scan Values Cheat jump power/ gravity.
Sensei7
Expert Cheater
Posts: 363 Joined: Wed Feb 08, 2023 4:04 pm
Reputation: 132
Post
by Sensei7 » Tue Jan 21, 2025 1:16 pm
gooling wrote: ↑ Tue Jan 21, 2025 5:42 am
jump power/ gravity won't work & error (game crash)
I agree , please fix or add Multi Jump codes (obligatory for this game )
patka
Table Makers
Posts: 614 Joined: Sun Jul 05, 2020 11:09 am
Reputation: 895
Post
by patka » Tue Jan 21, 2025 7:23 pm
Sensei7 wrote: ↑ Tue Jan 21, 2025 1:16 pm
gooling wrote: ↑ Tue Jan 21, 2025 5:42 am
jump power/ gravity won't work & error (game crash)
I agree , please fix or add Multi Jump codes (obligatory for this game )
I know and I'll see what can i do
Sensei7
Expert Cheater
Posts: 363 Joined: Wed Feb 08, 2023 4:04 pm
Reputation: 132
Post
by Sensei7 » Tue Jan 21, 2025 9:59 pm
patka wrote: ↑ Tue Jan 21, 2025 7:23 pm
Sensei7 wrote: ↑ Tue Jan 21, 2025 1:16 pm
gooling wrote: ↑ Tue Jan 21, 2025 5:42 am
jump power/ gravity won't work & error (game crash)
I agree , please fix or add Multi Jump codes (obligatory for this game )
I know and I'll see what can i do
Thx
patka
Table Makers
Posts: 614 Joined: Sun Jul 05, 2020 11:09 am
Reputation: 895
Post
by patka » Tue Jan 21, 2025 10:02 pm
gooling wrote: ↑ Tue Jan 21, 2025 5:42 am
jump power/ gravity won't work & error (game crash)
It only works if you see the default value and change it
𓊈default=𓊉
patka
Table Makers
Posts: 614 Joined: Sun Jul 05, 2020 11:09 am
Reputation: 895
Post
by patka » Wed Jan 22, 2025 12:39 am
Table v2 is out!
MarioBros24
Expert Cheater
Posts: 89 Joined: Thu Nov 07, 2024 1:14 am
Reputation: 22
Post
by MarioBros24 » Wed Jan 22, 2025 3:34 pm
patka wrote: ↑ Tue Jan 21, 2025 10:02 pm
gooling wrote: ↑ Tue Jan 21, 2025 5:42 am
jump power/ gravity won't work & error (game crash)
It only works if you see the default value and change it
𓊈default=𓊉
I see values and change but the jump not working for me or maybe i'm doing something wrong.
I have change the values but still no infinite jump.
can i get some help please
patka
Table Makers
Posts: 614 Joined: Sun Jul 05, 2020 11:09 am
Reputation: 895
Post
by patka » Wed Jan 22, 2025 3:45 pm
MarioBros24 wrote: ↑ Wed Jan 22, 2025 3:34 pm
patka wrote: ↑ Tue Jan 21, 2025 10:02 pm
gooling wrote: ↑ Tue Jan 21, 2025 5:42 am
jump power/ gravity won't work & error (game crash)
It only works if you see the default value and change it
𓊈default=𓊉
I see values and change but the jump not working for me or maybe i'm doing something wrong.
I have change the values but still no infinite jump.
can i get some help please
There is no infinite jump option on the table. You can set the power of the jump, the fall speed and the gravity
gooling
Expert Cheater
Posts: 282 Joined: Sun Aug 19, 2018 2:43 pm
Reputation: 75
Post
by gooling » Thu Jan 23, 2025 3:42 am
MarioBros24 wrote: ↑ Wed Jan 22, 2025 3:34 pm
patka wrote: ↑ Tue Jan 21, 2025 10:02 pm
gooling wrote: ↑ Tue Jan 21, 2025 5:42 am
jump power/ gravity won't work & error (game crash)
It only works if you see the default value and change it
𓊈default=𓊉
I see values and change but the jump not working for me or maybe i'm doing something wrong.
I have change the values but still no infinite jump.
can i get some help please
set gravity =
0.01 , 0.05
gooling
Expert Cheater
Posts: 282 Joined: Sun Aug 19, 2018 2:43 pm
Reputation: 75
Post
by gooling » Thu Jan 23, 2025 5:26 pm
patka wrote: ↑ Wed Jan 22, 2025 3:45 pm
MarioBros24 wrote: ↑ Wed Jan 22, 2025 3:34 pm
patka wrote: ↑ Tue Jan 21, 2025 10:02 pm
It only works if you see the default value and change it
𓊈default=𓊉
I see values and change but the jump not working for me or maybe i'm doing something wrong.
I have change the values but still no infinite jump.
can i get some help please
There is no infinite jump option on the table. You can set the power of the jump, the fall speed and the gravity
Patka ,
ENDER MAGNOLIA: Bloom in the Mist (
The full game was released on January 22, 2025 )
Infinite Jump, please.
Users browsing this forum: admantx , Bing [Bot] , DotBot , Hamelot , SemrushBot