Page 1 of 2

Blade Chimera

Posted: Fri Jan 17, 2025 11:52 pm
by patka


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


Blade Chimera v2.CT
(13.82 KiB) Downloaded 1122 times
Table Options
Image
Older Versions
Table v1:
-tested with Chronos version

Blade Chimera v1.CT
(11.1 KiB) Downloaded 495 times

Made by Patka

Re: Blade Chimera

Posted: Sat Jan 18, 2025 12:19 am
by MBRKiNG
God / Invulnerable

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(*)
Inf Ammo / Bullets Slot1+Slot2

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(*)
Inf MP / Instant Recharge

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)
Inf Air Jumps/Fly (press and hold Key) *double jump skill required*

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(*)

Re: Blade Chimera

Posted: Sat Jan 18, 2025 2:13 pm
by MarioBros24
patka wrote:
Fri Jan 17, 2025 11:52 pm


Table v1:
-tested with Chronos version


Blade Chimera v1.CT

Table Options
Image
Older Versions

Made by Patka
many thanks,
I will try it out.

Re: Blade Chimera

Posted: Sun Jan 19, 2025 1:51 am
by MarioBros24
what value i need to let the infinite jump work. I have been trying with different values but it did not work for me.

Re: Blade Chimera

Posted: Mon Jan 20, 2025 9:42 pm
by Lando58
Thanks for the Cheat table, any fix for the Scan Values Cheat jump power/ gravity.

Re: Blade Chimera

Posted: Tue Jan 21, 2025 5:42 am
by gooling
:P jump power/ gravity won't work & error (game crash) :wub:

Re: Blade Chimera

Posted: Tue Jan 21, 2025 1:16 pm
by Sensei7
gooling wrote:
Tue Jan 21, 2025 5:42 am
:P jump power/ gravity won't work & error (game crash) :wub:
I agree , please fix or add Multi Jump codes (obligatory for this game )

Re: Blade Chimera

Posted: Tue Jan 21, 2025 7:23 pm
by patka
Sensei7 wrote:
Tue Jan 21, 2025 1:16 pm
gooling wrote:
Tue Jan 21, 2025 5:42 am
:P jump power/ gravity won't work & error (game crash) :wub:
I agree , please fix or add Multi Jump codes (obligatory for this game )
I know and I'll see what can i do

Re: Blade Chimera

Posted: Tue Jan 21, 2025 9:59 pm
by Sensei7
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
:P jump power/ gravity won't work & error (game crash) :wub:
I agree , please fix or add Multi Jump codes (obligatory for this game )
I know and I'll see what can i do
Thx ;)

Re: Blade Chimera

Posted: Tue Jan 21, 2025 10:02 pm
by patka
gooling wrote:
Tue Jan 21, 2025 5:42 am
:P jump power/ gravity won't work & error (game crash) :wub:

It only works if you see the default value and change it
𓊈default=𓊉

Re: Blade Chimera

Posted: Wed Jan 22, 2025 12:39 am
by patka
Table v2 is out!

Re: Blade Chimera

Posted: Wed Jan 22, 2025 3:34 pm
by MarioBros24
patka wrote:
Tue Jan 21, 2025 10:02 pm
gooling wrote:
Tue Jan 21, 2025 5:42 am
:P jump power/ gravity won't work & error (game crash) :wub:

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

Re: Blade Chimera

Posted: Wed Jan 22, 2025 3:45 pm
by patka
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
:P jump power/ gravity won't work & error (game crash) :wub:

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

Re: Blade Chimera

Posted: Thu Jan 23, 2025 3:42 am
by gooling
Spoiler
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
:P jump power/ gravity won't work & error (game crash) :wub:

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
:wub: set gravity = 0.01 , 0.05

Re: Blade Chimera

Posted: Thu Jan 23, 2025 5:26 pm
by gooling
Spoiler
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
:P Patka, ENDER MAGNOLIA: Bloom in the Mist (The full game was released on January 22, 2025) :wub:
:wub: Infinite Jump, please. :wub: