ROM Hack Cheat Codes AMS and Sx Os, Add and Request

BOGBUSS

Member
Newcomer
Joined
Jun 5, 2023
Messages
12
Trophies
0
Age
33
XP
51
Country
United States
Updated using @ThorHammer script, not sure if they works
Code:
[Infinitive Oxygen]
04000000 028362AC 1E204040
08000000 02836684 1E284808 1E2703E0
04000000 0283668C 1E282921

[Maximum Stamina]
04000000 02E45A94 1E204040

[No weight limit]
08000000 02F929C0 D65F03C0 2A1F03E0

[Movement speed x5.0]
08000000 05416FF8 40A00000 D65F03C0
08000000 05416FF0 1E280800 1C000068
04000000 05416FEC 1E210800
04000000 0284C25C 94AF2B64

[One hit kill while pressing zl]
08000000 05416FE0 D65F03C0 1E2703E0
08000000 05416FD8 54000044 1E210508
08000000 05416FD0 7200029F 1E2E1001
08000000 05416FC8 340000C9 18000109
04000000 05416FC4 1E283800
04000000 028FC4B4 94AC6AC4
04000000 05416FE8 00000000
80000100
04000000 05416FE8 00000001
20000000

[Damage x100.0]
08000000 05416FBC 42C80000 D65F03C0
08000000 05416FB4 1E204100 1E200908
04000000 05416FB0 1C000080
04000000 028FB600 94AC6E6C

Code:
AddCheat('Money 9,999,999')
CodeCave(AOB('E0 03 1F AA ? ? ? ? C0 03 00 B4 08 E0 40 F9')+0x20,(
'ldr w10, [x8,#0x10]',
'mov w11, #0x967F',
'movk w11, #0x98, lsl#16',
'eor w10, w10, w11',
'str w10, [x8,#0x14]',
'str w11, [x8,#0x1c]',
'ldp x10, x11, [x8,#0x10]',
'ret',
))

AddCheat('Infinitive Oxygen')
Hack('E0 03 1F AA ? ? ? ? 60 96 00 BD F3 0F 40 F9', 'fmov s0, s2')
Hack('21 29 28 1E E0 03 27 1E',(
'fmov s0, wzr',
'fmax s8, s0, s8',
'fadd s1, s9, s8'
))

AddCheat('Maximum Stamina')
Hack('E0 03 1F AA ? ? ? ? 08 20 20 1E 60 42 00 BD', 'fmov s0, s2')

AddCheat('Ammo Full')
Hack('01 05 00 51 E0 03 1F 2A E2 03 1F AA 61 66 00 B9', 'sub w1, w8, wzr')

AddCheat('No weight limit')
Hack(AOB2('01 00 80 12 E2 03 1F AA ? ? ? ? 08 00 00 12',8),('mov w0, wzr','ret'))

AddCheat('Movement speed does not slow down')
Hack('? ? ? ? 60 7E 40 F9 60 01 00 B4 E1 03 1F AA', 'fmov s0, #1.0')

CodeK=GetCodeK()
addr='00 08 21 1E F3 13 40 F9'
for rate in (2.0, 3.0, 4.0, 5.0):
    SetCodeK(CodeK)
AddCheat('Movement speed x{:.1f}'.format(rate))
CodeCave(addr, (
'fmul s0, s0, s1',
'ldr s8, {end}-4',
'fmul s0, s0, s8',
'ret',
Float2DWord(rate)
))

AddCheat('One hit kill while pressing zl')
CodeK=RegCodeK()
CodeCave('00 38 28 1E E0 03 13 AA 09 0D 41 F9',(
'fsub s0, s0, s8',
'ldr w9, {end}',
'cbz w9, .+24',
'fmov s1, #1.0',
'tst w20, #1',
'fccmp s8, s1, #8, eq',
'b.mi .+8',
'fmov s0, wzr',
'ret'
))
Hack(CodeK, 1, useButton='zl')

CodeK=GetCodeK()
addr='00 1D A8 4E 08 10 00 BD'
for rate in (2.0, 3.0, 4.0, 5.0, 10.0, 100.0):
    SetCodeK(CodeK)
AddCheat('Damage x{:.1f}'.format(rate))
CodeCave(addr, (
'ldr s0, {end}-4',
'fmul s8, s8, s0',
'fmov s0, s8',
'ret',
Float2DWord(rate)
))

AddCheat('max drone')
Hack('29 05 00 51 09 01 02 B9 01 03 40 F9','movz w9, #0x3')

Will post more if I manage to find more and fix the existing code errors.

Enjoy~

Damn, and here I am in DtD 1.0.0.467. I need to find a newer patch somewhere.

Edit: Should not have gone looking for updates. Cannot play my Dave the Diver anymore :( gets stuck on "this game needs an update" dialog box and refuses to start.
 
Last edited by BOGBUSS,

sheepwalker

Member
Newcomer
Joined
Sep 8, 2021
Messages
22
Trophies
0
Age
29
XP
101
Country
Australia
Damn, and here I am in DtD 1.0.0.467. I need to find a newer patch somewhere.

Edit: Should not have gone looking for updates. Cannot play my Dave the Diver anymore :( gets stuck on "this game needs an update" dialog box and refuses to start.
did you download ? I updated and it's working fine
 

BOGBUSS

Member
Newcomer
Joined
Jun 5, 2023
Messages
12
Trophies
0
Age
33
XP
51
Country
United States
did you download ? I updated and it's working fine

Downloaded what was supposed to be the latest from [a website] and it turned out to be an older patch than I was on and screwed up my ROM. Uninstalled, reinstalled with my known good files, currently looking for a source for 1.0.1.511.
 
Last edited by BOGBUSS,
  • Like
Reactions: BigOnYa

ThorHammer

Active Member
Newcomer
Joined
Nov 27, 2021
Messages
28
Trophies
0
Age
53
XP
580
Country
Japan
Updated using @ThorHammer script, not sure if they works
Code:
[Infinitive Oxygen]
04000000 028362AC 1E204040
08000000 02836684 1E284808 1E2703E0
04000000 0283668C 1E282921

[Maximum Stamina]
04000000 02E45A94 1E204040

[No weight limit]
08000000 02F929C0 D65F03C0 2A1F03E0

[Movement speed x5.0]
08000000 05416FF8 40A00000 D65F03C0
08000000 05416FF0 1E280800 1C000068
04000000 05416FEC 1E210800
04000000 0284C25C 94AF2B64

[One hit kill while pressing zl]
08000000 05416FE0 D65F03C0 1E2703E0
08000000 05416FD8 54000044 1E210508
08000000 05416FD0 7200029F 1E2E1001
08000000 05416FC8 340000C9 18000109
04000000 05416FC4 1E283800
04000000 028FC4B4 94AC6AC4
04000000 05416FE8 00000000
80000100
04000000 05416FE8 00000001
20000000

[Damage x100.0]
08000000 05416FBC 42C80000 D65F03C0
08000000 05416FB4 1E204100 1E200908
04000000 05416FB0 1C000080
04000000 028FB600 94AC6E6C

Code:
AddCheat('Money 9,999,999')
CodeCave(AOB('E0 03 1F AA ? ? ? ? C0 03 00 B4 08 E0 40 F9')+0x20,(
'ldr w10, [x8,#0x10]',
'mov w11, #0x967F',
'movk w11, #0x98, lsl#16',
'eor w10, w10, w11',
'str w10, [x8,#0x14]',
'str w11, [x8,#0x1c]',
'ldp x10, x11, [x8,#0x10]',
'ret',
))

AddCheat('Infinitive Oxygen')
Hack('E0 03 1F AA ? ? ? ? 60 96 00 BD F3 0F 40 F9', 'fmov s0, s2')
Hack('21 29 28 1E E0 03 27 1E',(
'fmov s0, wzr',
'fmax s8, s0, s8',
'fadd s1, s9, s8'
))

AddCheat('Maximum Stamina')
Hack('E0 03 1F AA ? ? ? ? 08 20 20 1E 60 42 00 BD', 'fmov s0, s2')

AddCheat('Ammo Full')
Hack('01 05 00 51 E0 03 1F 2A E2 03 1F AA 61 66 00 B9', 'sub w1, w8, wzr')

AddCheat('No weight limit')
Hack(AOB2('01 00 80 12 E2 03 1F AA ? ? ? ? 08 00 00 12',8),('mov w0, wzr','ret'))

AddCheat('Movement speed does not slow down')
Hack('? ? ? ? 60 7E 40 F9 60 01 00 B4 E1 03 1F AA', 'fmov s0, #1.0')

CodeK=GetCodeK()
addr='00 08 21 1E F3 13 40 F9'
for rate in (2.0, 3.0, 4.0, 5.0):
    SetCodeK(CodeK)
AddCheat('Movement speed x{:.1f}'.format(rate))
CodeCave(addr, (
'fmul s0, s0, s1',
'ldr s8, {end}-4',
'fmul s0, s0, s8',
'ret',
Float2DWord(rate)
))

AddCheat('One hit kill while pressing zl')
CodeK=RegCodeK()
CodeCave('00 38 28 1E E0 03 13 AA 09 0D 41 F9',(
'fsub s0, s0, s8',
'ldr w9, {end}',
'cbz w9, .+24',
'fmov s1, #1.0',
'tst w20, #1',
'fccmp s8, s1, #8, eq',
'b.mi .+8',
'fmov s0, wzr',
'ret'
))
Hack(CodeK, 1, useButton='zl')

CodeK=GetCodeK()
addr='00 1D A8 4E 08 10 00 BD'
for rate in (2.0, 3.0, 4.0, 5.0, 10.0, 100.0):
    SetCodeK(CodeK)
AddCheat('Damage x{:.1f}'.format(rate))
CodeCave(addr, (
'ldr s0, {end}-4',
'fmul s8, s8, s0',
'fmov s0, s8',
'ret',
Float2DWord(rate)
))

AddCheat('max drone')
Hack('29 05 00 51 09 01 02 B9 01 03 40 F9','movz w9, #0x3')

Will post more if I manage to find more and fix the existing code errors.

Enjoy~
automatic translation.
thanks for using the script.
Fixed the issue where AOB search did not work due to data modification.
Please use it if you like.

AddCheat('Money 9,999,999')
#CodeCave(AOB('E0 03 1F AA ? ? ? ? C0 03 00 B4 08 E0 40 F9')+0x20,( # v1.0.0.467
CodeCave(AOB2('E0 03 13 AA ? ? ? ? 80 02 40 F9 08 CC 44 39 88 00 10 36 08 E0 40 B9 48 00 00 35 ? ? ? ? A0 02 40 F9 ? ? ? ? F4 03 00 AA E0 03 13 AA',4 ,'0A 2D 41 A9'),(
'ldr w10, [x8,#0x10]',
'mov w11, #0x967F',
'movk w11, #0x98, lsl#16',
'eor w10, w10, w11',
'str w10, [x8,#0x14]',
'str w11, [x8,#0x1c]',
'ldp x10, x11, [x8,#0x10]',
'ret',
))

AddCheat('Infinitive Oxygen')
Hack('E0 03 1F AA ? ? ? ? 60 96 00 BD F3 0F 40 F9', 'fmov s0, s2')
Hack('21 29 28 1E E0 03 27 1E',(
'fmov s0, wzr',
'fmax s8, s0, s8',
'fadd s1, s9, s8'
))

AddCheat('Maximum Stamina')
Hack('E0 03 1F AA ? ? ? ? 08 20 20 1E 60 42 00 BD', 'fmov s0, s2')

AddCheat('Ammo Full')
#Hack('01 05 00 51 E0 03 1F 2A E2 03 1F AA 61 66 00 B9', 'sub w1, w8, wzr') # v1.0.0.467
Hack('01 05 00 51 E0 03 1F 2A E2 03 1F AA 61 76 00 B9', 'sub w1, w8, wzr')

AddCheat('No weight limit')
Hack(AOB2('01 00 80 12 E2 03 1F AA ? ? ? ? 08 00 00 12',8),('mov w0, wzr','ret'))

AddCheat('Movement speed does not slow down')
#Hack('? ? ? ? 60 7E 40 F9 60 01 00 B4 E1 03 1F AA', 'fmov s0, #1.0') # v1.0.0.467
Hack('? ? ? ? 60 82 40 F9 60 01 00 B4 E1 03 1F AA 09 09 20 1E', 'fmov s0, #1.0')

CodeK=GetCodeK()
addr='00 08 21 1E F3 13 40 F9'
for rate in (2.0, 3.0, 4.0, 5.0):
SetCodeK(CodeK)
AddCheat('Movement speed x{:.1f}'.format(rate))
CodeCave(addr, (
'fmul s0, s0, s1',
'ldr s8, {end}-4',
'fmul s0, s0, s8',
'ret',
Float2DWord(rate)
))

AddCheat('One hit kill while pressing zl')
CodeK=RegCodeK()
CodeCave('00 38 28 1E E0 03 13 AA 09 0D 41 F9',(
'fsub s0, s0, s8',
'ldr w9, {end}',
'cbz w9, .+24',
'fmov s1, #1.0',
'tst w20, #1',
'fccmp s8, s1, #8, eq',
'b.mi .+8',
'fmov s0, wzr',
'ret'
))
Hack(CodeK, 1, useButton='zl')

CodeK=GetCodeK()
addr='00 1D A8 4E 08 10 00 BD'
for rate in (2.0, 3.0, 4.0, 5.0, 10.0, 100.0):
SetCodeK(CodeK)
AddCheat('Damage x{:.1f}'.format(rate))
CodeCave(addr, (
'ldr s0, {end}-4',
'fmul s8, s8, s0',
'fmov s0, s8',
'ret',
Float2DWord(rate)
))

AddCheat('max drone')
#Hack('29 05 00 51 09 01 02 B9 01 03 40 F9','movz w9, #0x3') # v1.0.0.467
Hack('29 05 00 51 09 09 02 B9 01 03 40 F9','movz w9, #0x3')
 

kindren

Well-Known Member
Member
Joined
May 18, 2020
Messages
272
Trophies
0
Age
34
XP
1,189
Country
Singapore
automatic translation.
thanks for using the script.
Fixed the issue where AOB search did not work due to data modification.
Please use it if you like.

AddCheat('Money 9,999,999')
#CodeCave(AOB('E0 03 1F AA ? ? ? ? C0 03 00 B4 08 E0 40 F9')+0x20,( # v1.0.0.467
CodeCave(AOB2('E0 03 13 AA ? ? ? ? 80 02 40 F9 08 CC 44 39 88 00 10 36 08 E0 40 B9 48 00 00 35 ? ? ? ? A0 02 40 F9 ? ? ? ? F4 03 00 AA E0 03 13 AA',4 ,'0A 2D 41 A9'),(
'ldr w10, [x8,#0x10]',
'mov w11, #0x967F',
'movk w11, #0x98, lsl#16',
'eor w10, w10, w11',
'str w10, [x8,#0x14]',
'str w11, [x8,#0x1c]',
'ldp x10, x11, [x8,#0x10]',
'ret',
))

AddCheat('Infinitive Oxygen')
Hack('E0 03 1F AA ? ? ? ? 60 96 00 BD F3 0F 40 F9', 'fmov s0, s2')
Hack('21 29 28 1E E0 03 27 1E',(
'fmov s0, wzr',
'fmax s8, s0, s8',
'fadd s1, s9, s8'
))

AddCheat('Maximum Stamina')
Hack('E0 03 1F AA ? ? ? ? 08 20 20 1E 60 42 00 BD', 'fmov s0, s2')

AddCheat('Ammo Full')
#Hack('01 05 00 51 E0 03 1F 2A E2 03 1F AA 61 66 00 B9', 'sub w1, w8, wzr') # v1.0.0.467
Hack('01 05 00 51 E0 03 1F 2A E2 03 1F AA 61 76 00 B9', 'sub w1, w8, wzr')

AddCheat('No weight limit')
Hack(AOB2('01 00 80 12 E2 03 1F AA ? ? ? ? 08 00 00 12',8),('mov w0, wzr','ret'))

AddCheat('Movement speed does not slow down')
#Hack('? ? ? ? 60 7E 40 F9 60 01 00 B4 E1 03 1F AA', 'fmov s0, #1.0') # v1.0.0.467
Hack('? ? ? ? 60 82 40 F9 60 01 00 B4 E1 03 1F AA 09 09 20 1E', 'fmov s0, #1.0')

CodeK=GetCodeK()
addr='00 08 21 1E F3 13 40 F9'
for rate in (2.0, 3.0, 4.0, 5.0):
SetCodeK(CodeK)
AddCheat('Movement speed x{:.1f}'.format(rate))
CodeCave(addr, (
'fmul s0, s0, s1',
'ldr s8, {end}-4',
'fmul s0, s0, s8',
'ret',
Float2DWord(rate)
))

AddCheat('One hit kill while pressing zl')
CodeK=RegCodeK()
CodeCave('00 38 28 1E E0 03 13 AA 09 0D 41 F9',(
'fsub s0, s0, s8',
'ldr w9, {end}',
'cbz w9, .+24',
'fmov s1, #1.0',
'tst w20, #1',
'fccmp s8, s1, #8, eq',
'b.mi .+8',
'fmov s0, wzr',
'ret'
))
Hack(CodeK, 1, useButton='zl')

CodeK=GetCodeK()
addr='00 1D A8 4E 08 10 00 BD'
for rate in (2.0, 3.0, 4.0, 5.0, 10.0, 100.0):
SetCodeK(CodeK)
AddCheat('Damage x{:.1f}'.format(rate))
CodeCave(addr, (
'ldr s0, {end}-4',
'fmul s8, s8, s0',
'fmov s0, s8',
'ret',
Float2DWord(rate)
))

AddCheat('max drone')
#Hack('29 05 00 51 09 01 02 B9 01 03 40 F9','movz w9, #0x3') # v1.0.0.467
Hack('29 05 00 51 09 09 02 B9 01 03 40 F9','movz w9, #0x3')
Hi @ThorHammer, How do you fixed the issue where AOB search did not work due to data modification? Do you do manual search?
Post automatically merged:

automatic translation.
thanks for using the script.
Fixed the issue where AOB search did not work due to data modification.
Please use it if you like.

AddCheat('Money 9,999,999')
#CodeCave(AOB('E0 03 1F AA ? ? ? ? C0 03 00 B4 08 E0 40 F9')+0x20,( # v1.0.0.467
CodeCave(AOB2('E0 03 13 AA ? ? ? ? 80 02 40 F9 08 CC 44 39 88 00 10 36 08 E0 40 B9 48 00 00 35 ? ? ? ? A0 02 40 F9 ? ? ? ? F4 03 00 AA E0 03 13 AA',4 ,'0A 2D 41 A9'),(
'ldr w10, [x8,#0x10]',
'mov w11, #0x967F',
'movk w11, #0x98, lsl#16',
'eor w10, w10, w11',
'str w10, [x8,#0x14]',
'str w11, [x8,#0x1c]',
'ldp x10, x11, [x8,#0x10]',
'ret',
))

AddCheat('Infinitive Oxygen')
Hack('E0 03 1F AA ? ? ? ? 60 96 00 BD F3 0F 40 F9', 'fmov s0, s2')
Hack('21 29 28 1E E0 03 27 1E',(
'fmov s0, wzr',
'fmax s8, s0, s8',
'fadd s1, s9, s8'
))

AddCheat('Maximum Stamina')
Hack('E0 03 1F AA ? ? ? ? 08 20 20 1E 60 42 00 BD', 'fmov s0, s2')

AddCheat('Ammo Full')
#Hack('01 05 00 51 E0 03 1F 2A E2 03 1F AA 61 66 00 B9', 'sub w1, w8, wzr') # v1.0.0.467
Hack('01 05 00 51 E0 03 1F 2A E2 03 1F AA 61 76 00 B9', 'sub w1, w8, wzr')

AddCheat('No weight limit')
Hack(AOB2('01 00 80 12 E2 03 1F AA ? ? ? ? 08 00 00 12',8),('mov w0, wzr','ret'))

AddCheat('Movement speed does not slow down')
#Hack('? ? ? ? 60 7E 40 F9 60 01 00 B4 E1 03 1F AA', 'fmov s0, #1.0') # v1.0.0.467
Hack('? ? ? ? 60 82 40 F9 60 01 00 B4 E1 03 1F AA 09 09 20 1E', 'fmov s0, #1.0')

CodeK=GetCodeK()
addr='00 08 21 1E F3 13 40 F9'
for rate in (2.0, 3.0, 4.0, 5.0):
SetCodeK(CodeK)
AddCheat('Movement speed x{:.1f}'.format(rate))
CodeCave(addr, (
'fmul s0, s0, s1',
'ldr s8, {end}-4',
'fmul s0, s0, s8',
'ret',
Float2DWord(rate)
))

AddCheat('One hit kill while pressing zl')
CodeK=RegCodeK()
CodeCave('00 38 28 1E E0 03 13 AA 09 0D 41 F9',(
'fsub s0, s0, s8',
'ldr w9, {end}',
'cbz w9, .+24',
'fmov s1, #1.0',
'tst w20, #1',
'fccmp s8, s1, #8, eq',
'b.mi .+8',
'fmov s0, wzr',
'ret'
))
Hack(CodeK, 1, useButton='zl')

CodeK=GetCodeK()
addr='00 1D A8 4E 08 10 00 BD'
for rate in (2.0, 3.0, 4.0, 5.0, 10.0, 100.0):
SetCodeK(CodeK)
AddCheat('Damage x{:.1f}'.format(rate))
CodeCave(addr, (
'ldr s0, {end}-4',
'fmul s8, s8, s0',
'fmov s0, s8',
'ret',
Float2DWord(rate)
))

AddCheat('max drone')
#Hack('29 05 00 51 09 01 02 B9 01 03 40 F9','movz w9, #0x3') # v1.0.0.467
#Hack('29 05 00 51 09 01 02 B9 21 03 40 F9','movz w9, #0x3') # v1.0.0.467
Hack('29 05 00 51 09 09 02 B9 01 03 40 F9','movz w9, #0x3')
Hack('29 05 00 51 09 09 02 B9 21 03 40 F9','movz w9, #0x3')

Code:
AddCheat('max crab trap')
Hack('29 05 00 51 09 0D 02 B9 F4 4F 42 A9','movz w9, #0x3')

AddCheat('Bei 9,256,97')
CodeCave(AOB2('E0 03 13 AA ? ? ? ? 68 56 40 B9 1F 01 00 71 ? ? ? ? 28 DA 02 F0 08 6D 44 F9 00 01 40 F9 08 CC 44 39 88 00 10 36 08 E0 40 B9 48 00 00 35',12 ,'0B C1 42 F8'),(
'ldr w10, [x8,#0x24]',
'mov w11, #0x967F',
'movk w11, #0x98, lsl#16',
'eor w10, w10, w11',
'str w10, [x8,#0x28]',
'str w11, [x8,#0x30]',
'ldp x10, x11, [x8,#0x10]',
'ret',
))

AddCheat('max Ingredient')
Hack('2A 01 14 4B 5F 01 00 71 EA B3 8A 1A 0A 01 00 B9 B5 0F 40 F9','movz w10, #0x270f')

AddCheat('max Bomb')
Hack('08 01 16 4B BF 02 00 71','movz w8, #0x3')

Edit:
-Added Max Bomb script
 
Last edited by kindren,

Maryldevis

Active Member
Newcomer
Joined
Dec 11, 2023
Messages
39
Trophies
0
Age
34
XP
172
Country
Ukraine

1.0.0.8 updated

Prodeus (US)


0100C3A017834000 (794FC4C41EA51891)

Cheat List


  1. Invulnerable
  2. OHK
  3. Inf. Ammo
  4. Inf. Magazine
  5. A.I Will Not Attack
  6. Always 100 Health
  7. Always 100 Armor
  8. Invisible
  9. 2x Walk Speed
  10. 2x Run Speed
  11. 2x Jump Height
  12. Have Red Key
  13. Have Green Key
  14. Have Blue Key
  15. Have Yellow Key
  16. Have Auto Map
  17. Have Double Jump
  18. Have Dash
  19. Have Bandolier
  20. SUICIDE (ZL+ZR+L+R)

https://github.com/bad1dea/NXCheats/tree/main/Prodeus
When activating cheats Prodeus 1.0.0.8 game crashes with an error.:(:(:(
 

toro00

Well-Known Member
Member
Joined
Nov 6, 2018
Messages
101
Trophies
0
Age
44
Location
barcelona
XP
625
Country
Spain
request cheats new joe & mac caverman ninja

TID: 01003A9013DEE000
BID: 01003A9013DEE000
Version: 1.0.2

Hello, could you get these codes please, I use the emu yuzu for pc- invincible- infinite life energy- moon jump- 1 hit kill
Post automatically merged:

request cheats sonic mania

TID: 01009AA000FAA000
BID: 01009AA000FAA000
Version: 1.0.4

could you get these codes please, I use the emu yuzu for pc
- invincible
- infinite rings
- moon jump
 
Last edited by toro00,

BOGBUSS

Member
Newcomer
Joined
Jun 5, 2023
Messages
12
Trophies
0
Age
33
XP
51
Country
United States
Hi @ThorHammer, How do you fixed the issue where AOB search did not work due to data modification? Do you do manual search?
Post automatically merged:



Code:
AddCheat('max crap trap')
Hack('29 05 00 51 09 0D 02 B9 F4 4F 42 A9','movz w9, #0x3')

AddCheat('Bei 9,256,97')
CodeCave(AOB2('E0 03 13 AA ? ? ? ? 68 56 40 B9 1F 01 00 71 ? ? ? ? 28 DA 02 F0 08 6D 44 F9 00 01 40 F9 08 CC 44 39 88 00 10 36 08 E0 40 B9 48 00 00 35',12 ,'0B C1 42 F8'),(
'ldr w10, [x8,#0x24]',
'mov w11, #0x967F',
'movk w11, #0x98, lsl#16',
'eor w10, w10, w11',
'str w10, [x8,#0x28]',
'str w11, [x8,#0x30]',
'ldp x10, x11, [x8,#0x10]',
'ret',
))

Edit:
-Modified the Max Drone script
-Added Bei 9,256,97 script

Is there a reason why we're both on 1.0.1.511 but our build IDs are different? My build ID is A68126CBC6DDFDF6 according to Breeze.

Do you have the DLCs installed? Am I looking in the wrong spot or doing something wrong?

I'm not expecting you to have the answer, just sort of typing my thoughts here.
 

BigOnYa

Has A Very Big
Member
Joined
Jan 11, 2021
Messages
3,212
Trophies
1
Age
50
XP
7,581
Country
United States
Is there a reason why we're both on 1.0.1.511 but our build IDs are different? My build ID is A68126CBC6DDFDF6 according to Breeze.

Do you have the DLCs installed? Am I looking in the wrong spot or doing something wrong?

I'm not expecting you to have the answer, just sort of typing my thoughts here.
It means you have a different version of the same game - different region (US/EU/AS/etc). You will have to find a cheat code that matches your BID or if you really want to use That cheat code, find that version of the game.
 

BOGBUSS

Member
Newcomer
Joined
Jun 5, 2023
Messages
12
Trophies
0
Age
33
XP
51
Country
United States
It means you have a different version of the same game - different region (US/EU/AS/etc). You will have to find a cheat code that matches your BID or if you really want to use That cheat code, find that version of the game.

Oh duh, I didn't think about region. I'm an idiot. Thanks :)
 
  • Like
Reactions: BigOnYa

lamhghg

New Member
Newbie
Joined
Dec 16, 2023
Messages
1
Trophies
0
Age
23
XP
3
Country
Vietnam
Hi @ThorHammer, How do you fixed the issue where AOB search did not work due to data modification? Do you do manual search?
Post automatically merged:



Code:
AddCheat('max crap trap')
Hack('29 05 00 51 09 0D 02 B9 F4 4F 42 A9','movz w9, #0x3')

AddCheat('Bei 9,256,97')
CodeCave(AOB2('E0 03 13 AA ? ? ? ? 68 56 40 B9 1F 01 00 71 ? ? ? ? 28 DA 02 F0 08 6D 44 F9 00 01 40 F9 08 CC 44 39 88 00 10 36 08 E0 40 B9 48 00 00 35',12 ,'0B C1 42 F8'),(
'ldr w10, [x8,#0x24]',
'mov w11, #0x967F',
'movk w11, #0x98, lsl#16',
'eor w10, w10, w11',
'str w10, [x8,#0x28]',
'str w11, [x8,#0x30]',
'ldp x10, x11, [x8,#0x10]',
'ret',
))

Edit:
-Modified the Max Drone script
-Added Bei 9,256,97 script
Hello pro
Can you give me the code for the crab trap and inf fire of the craftsman in Nintendo Switch? Thank you bro
 
Last edited by lamhghg,

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
3,005
Trophies
1
XP
7,998
Country
Italy
Arcade Archives SCRAMBLE FORMATION
TID: 010091201CF8A000
BID: 50256A142948A48B

[1P&2P Inf.Lives]
[1P&2P Inf.Red Planes]
[1P&2P Inf.Additional Red Planes]
[1P&2P Invincibility]

Original Code by ネオ•グランゾン

Note: update cheats and add invincibilty in the file.
 

Attachments

  • 50256A142948A48B.txt
    594 bytes · Views: 12
Last edited by NeoGranzon,

Damthuylinh3004

New Member
Newbie
Joined
Dec 16, 2023
Messages
1
Trophies
0
Age
23
XP
6
Country
Vietnam
Hi @ThorHammer, How do you fixed the issue where AOB search did not work due to data modification? Do you do manual search?
Post automatically merged:



Code:
AddCheat('max crap trap')
Hack('29 05 00 51 09 0D 02 B9 F4 4F 42 A9','movz w9, #0x3')

AddCheat('Bei 9,256,97')
CodeCave(AOB2('E0 03 13 AA ? ? ? ? 68 56 40 B9 1F 01 00 71 ? ? ? ? 28 DA 02 F0 08 6D 44 F9 00 01 40 F9 08 CC 44 39 88 00 10 36 08 E0 40 B9 48 00 00 35',12 ,'0B C1 42 F8'),(
'ldr w10, [x8,#0x24]',
'mov w11, #0x967F',
'movk w11, #0x98, lsl#16',
'eor w10, w10, w11',
'str w10, [x8,#0x28]',
'str w11, [x8,#0x30]',
'ldp x10, x11, [x8,#0x10]',
'ret',
))

Edit:
-Modified the Max Drone script
-Added Bei 9,256,97 script
Hello, can you help me make the code to get the money to 0? The money in my game is 9,999,999 and I don't know how to get it to 0. I'm playing Dave The Diver on Switch.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    The Real Jdbye @ The Real Jdbye: @BigOnYa series S is the way to go, its a bargain for a capable system