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

afifwstrz

Well-Known Member
Newcomer
Joined
Dec 15, 2022
Messages
61
Trophies
0
Age
24
XP
392
Country
Indonesia
Request cheat Roots of Pacha v.1.1.0.1
IMG20231201022033.jpg
 
  • Like
Reactions: cloud-strife777

prof72

Well-Known Member
Member
Joined
Mar 7, 2022
Messages
206
Trophies
0
Age
37
Location
NCR
XP
210
Country
Philippines
not a cheat but does anyone have a complete save file for Mortal Combat 11?

i mean complete with the all items equipment for all characters
since im on jbreak, i cant play the krypt to get those items
 

falconcrest

Well-Known Member
Member
Joined
Oct 20, 2009
Messages
432
Trophies
1
Age
34
Location
Underground
XP
2,586
Country
United States
spoiler
usa,update 1.02
Title id: 0100A77018EA0000
Bid: 6B72212DABB91A6F

[Scout Success Enable]
04000000 02356C90 52800028
04000000 02356D34 52800028

[Scout Success Disable]
04000000 02356C90 1A9FD7E8
04000000 02356D34 1A9FD7E8

[x1 Exp]
04000000 02F19950 D65F03C0
04000000 02F19954 976A3D1B

[x2 Exp]
04000000 02F19950 0B0007E0
04000000 02F19954 D65F03C0

[x2 Exp]
04000000 02F19950 0B0007E0
04000000 02F19954 D65F03C0

[x3 Exp]
04000000 02F19950 0B000400
04000000 02F19954 D65F03C0

[x4 Exp]
04000000 02F19950 0B000BE0
04000000 02F19954 D65F03C0

[x5 Exp]
04000000 02F19950 0B000800
04000000 02F19954 D65F03C0

Keep in mind that I only ported these from the Demo
I couldn’t manage more tham this.
Credits to the maker of the original codes from the demo
Taken from here: https://gbatemp.net/threads/cheat-codes-ams-and-sx-os-add-and-request.520293/post-10252487

I assume ThorHammer is the creator of the demo codes
 
Last edited by falconcrest,

ThorHammer

Active Member
Newcomer
Joined
Nov 27, 2021
Messages
28
Trophies
0
Age
53
XP
580
Country
Japan
This is an update script for the Dragon Quest Monsters 3 Demo version of the code I published on 5ch in Japan.
I don't plan to buy the full version, so if anyone can use this script, please try to generate the code.
I don't think all of them will work, but I think some of them will.
AddCheat('Skill Point 999','スキルポイント 999')
CodeCave(AOB2('F6 03 00 AA E0 03 13 AA E1 03 1F AA ? ? ? ? 1F 04 00 71',0xc),(
'ldr x9, [x0, #0x70]',
'ldr w8, [x9, #0x14]',
'movz w0, #0x3e7',
'eor w8, w0, w8',
'str w8, [x9, #0x10]',
'ret'
),use_BL=False)

AddCheat('100% KiraKira combination','必ずキラキラ配合')
Hack('? ? ? ? E1 03 1F AA 1F 14 00 71 BF 83 1F F8','mov w0, wzr')

AddCheat('Rare drop when out of the normal drop',' 通常ドロップに外れるとレアドロップ')
Hack('E0 03 15 AA 00 01 3F D6 9F 02 00 6B 8A 02 00 54',(
'ldr w0, [x21, #0x18]',
'sub w8, w0, #1',
'cmp w20, w0',
'csel w20, w8, w20, ge'
))

AddCheat('Enemies always get up after battle','戦闘後敵必ず起き上がる')
Hack('AA 00 00 54 60 1E 40 F9','nop')

addr=AOB('69 32 40 F9 08 10 80 B9')+0x24
CodeK=GetCodeK()
for rate in (2,3,4,5,10,100,1000,10000):
AddCheat('Battle Exp x%d'%rate,'戦闘取得経験値%d倍'%rate)
SetCodeK(CodeK)
Hack(addr,(
'ldr w7, .+12',
'mul w0, w0, w7',
'ret',
Value2DWord(rate)
))

AddCheat('Consumption MP 0','消費MP 0')
addr=AOB('01 00 78 1E E8 07 44 FC')
Hack(addr,'mov w0, wzr')
Hack(addr+8,'ret')

AddCheat('100% scout success','必ずスカウト成功する')
Hack('E8 D7 9F 1A 48 93 00 39','mov w8, 1')
Hack('E8 D7 9F 1A C8 96 00 39','mov w8, 1')

AddCheat('Can be compounded under lv10.','レベル10未満でも配合可能')
Hack('0B 05 00 54 76 16 40 F9','nop')
Hack('08 01 09 0A 9C 03 08 2A','mov w8, wzr')

AddCheat('100% escape success','必ず逃走成功')
Hack('E1 D7 9F 1A BF 33 00 79','mov w1, #1')

AddCheat('100% PhysicsAttack Hit','物理攻撃必ずあたる')
Hack('E8 B7 9F 1A 68 42 00 39','mov w8, #1')

AddCheat('item num max (changed)','アイテム個数変動で最大')
Hack(AOB('E1 7C 80 52 E2 03 1F AA ? ? ? ? 1F 04 00 71')+8,'mov w0, w1')

AddCheat('money max (changed)','所持金変動で最大')
Hack(AOB('E1 3F 99 52 41 73 A7 72 E0 03 17 2A')+0x10,'mov w0, w1')

AddCheat('Ruler Point All','ルーラ登録箇所全部')
Hack('00 24 40 F9 08 00 40 F9 03 75 41 F9',('mov w0, #1','ret'))

AddCheat('Moon Jump','ムーンジャンプ')
CodeK=RegCodeK()
CodeCave('F3 03 00 AA E0 27 00 BD',(
'mov x19, x0',
'adr x21, .+12',
'str x19, [x21]',
'ret'
))
PointerHack([CodeK, 0x144], Float2DWord(6.3), useButton='b')

AddCheat('60 FPS','60 FPS')
PointerHack([GetQword(GetADRP(AOB('08 ? ? F9 C0 02 40 F9 01 01 40 F9 ? ? ? ? 62 2A 66 B9'))), 0x58, 0x170, 0xD8, 0x14], 1)
 

brujo55

Well-Known Member
Newcomer
Joined
Sep 27, 2019
Messages
46
Trophies
0
Age
39
XP
1,228
Country
Mexico
Batman Arkham collection 6gb game

I think the dlc is not included
 

Attachments

  • Screenshot_20231130-131240_yuzu.png
    Screenshot_20231130-131240_yuzu.png
    2.4 MB · Views: 17
  • Screenshot_20231130-131150_yuzu.png
    Screenshot_20231130-131150_yuzu.png
    2.4 MB · Views: 16
  • Screenshot_20231130-131131_yuzu.png
    Screenshot_20231130-131131_yuzu.png
    1.9 MB · Views: 13
  • Screenshot_20231130-131123_yuzu.png
    Screenshot_20231130-131123_yuzu.png
    1.9 MB · Views: 14
  • Screenshot_20231130-131115_yuzu.png
    Screenshot_20231130-131115_yuzu.png
    2.6 MB · Views: 11
  • Screenshot_20231130-131056_yuzu.png
    Screenshot_20231130-131056_yuzu.png
    2.3 MB · Views: 12
  • Screenshot_20231130-131029_yuzu.png
    Screenshot_20231130-131029_yuzu.png
    2.2 MB · Views: 15
  • Screenshot_20231130-130936.png
    Screenshot_20231130-130936.png
    1.5 MB · Views: 19
  • Screenshot_20231130-131246_yuzu.png
    Screenshot_20231130-131246_yuzu.png
    2.3 MB · Views: 15

Han08

Well-Known Member
Newcomer
Joined
Mar 6, 2021
Messages
53
Trophies
0
Age
34
XP
426
Country
Indonesia
spoiler
usa,update 1.02
Title id: 0100A77018EA0000
Bid: 6B72212DABB91A6F

[Scout Success Enable]
04000000 02356C90 52800028
04000000 02356D34 52800028

[Scout Success Disable]
04000000 02356C90 1A9FD7E8
04000000 02356D34 1A9FD7E8

[x1 Exp]
04000000 02F19950 D65F03C0
04000000 02F19954 976A3D1B

[x2 Exp]
04000000 02F19950 0B0007E0
04000000 02F19954 D65F03C0

[x2 Exp]
04000000 02F19950 0B0007E0
04000000 02F19954 D65F03C0

[x3 Exp]
04000000 02F19950 0B000400
04000000 02F19954 D65F03C0

[x4 Exp]
04000000 02F19950 0B000BE0
04000000 02F19954 D65F03C0

[x2 Exp]
04000000 02F19950 0B000800
04000000 02F19954 D65F03C0

Keep in mind that I only ported these from the Demo
I couldn’t manage more tham this.
Credits to the maker of the original codes from the demo
Taken from here: https://gbatemp.net/threads/cheat-codes-ams-and-sx-os-add-and-request.520293/post-10252487

I assume ThorHammer is the creator of the demo codes
Exp x128 pls
 

falconcrest

Well-Known Member
Member
Joined
Oct 20, 2009
Messages
432
Trophies
1
Age
34
Location
Underground
XP
2,586
Country
United States
Exp x128 pls
[x8 Exp]
04000000 02F19950 0B000FE0
04000000 02F19954 D65F03C0

[x16 Exp]
04000000 02F19950 0B0013E0
04000000 02F19954 D65F03C0

[x32 Exp]
04000000 02F19950 0B0017E0
04000000 02F19954 D65F03C0

[x64 Exp]
04000000 02F19950 0B001BE0
04000000 02F19954 D65F03C0

[x128 Exp]
04000000 02F19950 0B001FE0
04000000 02F19954 D65F03C0

There is the rest😀
 
Last edited by falconcrest,

cloud-strife777

Well-Known Member
Member
Joined
Sep 28, 2019
Messages
614
Trophies
0
Age
34
XP
1,924
Country
Germany
[x8 Exp]
04000000 02F19950 0B000FE0
04000000 02F19954 D65F03C0

[x16 Exp]
04000000 02F19950 0B0013E0
04000000 02F19954 D65F03C0

[x32 Exp]
04000000 02F19950 0B0017E0
04000000 02F19954 D65F03C0

[x64 Exp]
04000000 02F19950 0B001BE0
04000000 02F19954 D65F03C0

[x128 Exp]
04000000 02F19950 0B001FE0
04000000 02F19954 D65F03C0

There is the rest😀

Please max Money & max Skill Points for Dragon Quest Monsters 3.

Please x1000 exp
 
Last edited by cloud-strife777,

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,243
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,298
Country
United States
Please max Money & max Skill Points for Dragon Quest Monsters 3.

Please x1000 exp
Try these:

[x256 Exp]
04000000 02F19950 0B0023E0
04000000 02F19954 D65F03C0

[x512 Exp]
04000000 02F19950 0B0027E0
04000000 02F19954 D65F03C0

[x1024 Exp]
04000000 02F19950 0B002BE0
04000000 02F19954 D65F03C0
 

Soundless

Well-Known Member
Newcomer
Joined
Jan 22, 2023
Messages
48
Trophies
0
XP
108
Country
United States

I haven't tested it much, but use it at your own risk if you like.
I can't help you if you have any problems.

[Fashion Dreamer v1.1.0 TID=0100E99019B3A000 BID=A3E62638229CD03A]
[Move Speed x1.5]
08000000 04D0AFF8 D65F03C0 1E290821
08000000 04D0AFF0 1E2F1009 BC686A61
04000000 02086CB0 94B210D0

[Move Speed x2.0]
08000000 04D0AFF8 D65F03C0 1E290821
08000000 04D0AFF0 1E201009 BC686A61
04000000 02086CB0 94B210D0

[Move Speed x3.0]
08000000 04D0AFF8 D65F03C0 1E290821
08000000 04D0AFF0 1E211009 BC686A61
04000000 02086CB0 94B210D0

[Move Speed x4.0]
08000000 04D0AFF8 D65F03C0 1E290821
08000000 04D0AFF0 1E221009 BC686A61
04000000 02086CB0 94B210D0

[Move Speed x5.0]
08000000 04D0AFF8 D65F03C0 1E290821
08000000 04D0AFF0 1E229009 BC686A61
04000000 02086CB0 94B210D0

[EPoint Max]
08000000 04D0AFE8 D65F03C0 B9004500
08000000 04D0AFE0 72A77340 52993FE0
04000000 01CF5848 94C055E6

[Ticket Max]
08000000 04D0AFD8 D65F03C0 B9001500
08000000 04D0AFD0 52807CE0 AA0003E8
04000000 01CF5EB8 94C05446

[Creative Key Max]
08000000 04D0AFC8 D65F03C0 B9004500
08000000 04D0AFC0 72A00020 5290D3E0
04000000 01CF5928 94C055A6

[Brand Exp x2]
04000000 01CF6D84 0B0107F3

[Brand Exp x3]
04000000 01CF6D84 0B010433

[Brand Exp x4]
04000000 01CF6D84 0B010BF3

[Brand Exp x5]
04000000 01CF6D84 0B010833

[Brand Exp x8]
04000000 01CF6D84 0B010FF3

[Brand Exp x16]
04000000 01CF6D84 0B0113F3

[Brand Exp x32]
04000000 01CF6D84 0B0117F3

[Brand Exp x64]
04000000 01CF6D84 0B011BF3

[Brand Exp x128]
04000000 01CF6D84 0B011FF3

[Brand Exp Max (Gain)]
04000000 01CF6E14 9A93B268

[Easy to succeed in LookAt except for requests]
08000000 01CB02F0 D65F03C0 52800020
08000000 01CB0DE0 D65F03C0 52800020
08000000 01CB0F10 D65F03C0 52800020
08000000 01CB1000 D65F03C0 52800020
08000000 01CB10A0 D65F03C0 52800020
08000000 01CB11A0 D65F03C0 52800020
08000000 01CB12A0 D65F03C0 52800020
08000000 01CB1670 D65F03C0 52800020
08000000 01CB1890 D65F03C0 52800020
08000000 01CB1D30 D65F03C0 52800020
08000000 01CB2150 D65F03C0 52800020
08000000 01CB2570 D65F03C0 52800020
08000000 01CB3170 D65F03C0 52800020
08000000 01CB2CB0 D65F03C0 52800020
08000000 01CB2F30 D65F03C0 52800020

[virtual follower increase x2]
04000000 01E588C0 8B0107F4

[virtual follower increase x3]
04000000 01E588C0 8B010434

[virtual follower increase x4]
04000000 01E588C0 8B010BF4

[virtual follower increase x5]
04000000 01E588C0 8B010834

[virtual follower increase x8]
04000000 01E588C0 8B010FF4

[virtual follower increase x16]
04000000 01E588C0 8B0113F4

[virtual follower increase x32]
04000000 01E588C0 8B0117F4

[virtual follower increase x64]
04000000 01E588C0 8B011BF4

[virtual follower increase x128]
04000000 01E588C0 8B011FF4

[Virtual follower increase to Max]
04000000 01E58920 9A88B108

[Gacha rarity setting]
08000000 04D0AFB8 00000010 D65F03C0
08000000 04D0AFB0 AA1F03E1 1A982038
08000000 04D0AFA8 6B16031F 510006C1
08000000 04D0AFA0 2A0103F8 372000A1
04000000 04D0AF9C 18000101
04000000 01F883A0 94B60AFF
80002040
04000000 04D0AFBC 00000000
20000000
80004040
04000000 04D0AFBC 00000001
20000000
80008040
04000000 04D0AFBC 00000002
20000000
80001040
04000000 04D0AFBC 00000003
20000000
80002080
04000000 04D0AFBC 00000004
20000000
80004080
04000000 04D0AFBC 00000005
20000000
80008080
04000000 04D0AFBC 00000006
20000000
80001080
04000000 04D0AFBC 00000007
20000000
80002100
04000000 04D0AFBC 00000008
20000000
80004100
04000000 04D0AFBC 00000009
20000000
Gacha rarity setting:
If you spin the gacha while pressing the button below, you will win a prize of the corresponding rank.
Rank1:L+UP
Rank2:L+RIGHT
Rank3:L+DOWN
Rank4:L+LEFT
Rank5:R+UP
Rank6:R+RIGHT
Rank7:R+DOWN
Rank8:R+LEFT
Rank9:ZL+UP
Rank10:ZL+RIGHT

I will not be updating it in the future, so I will post the update script.
CodeK=GetCodeK()
addr=AOB('61 6A 68 BC E0 03 1F AA')
for rate in (1.5, 2.0, 3.0, 4.0, 5.0):
SetCodeK(CodeK)
AddCheat('Move Speed x{:.1f}'.format(rate),'移動速度{:.1f}倍'.format(rate))
CodeCave(addr, (
'ldr s1, [x19,x8]',
'fmov s9, #{:.1f}'.format(rate),
'fmul s1, s1, s9',
'ret'
))

AddCheat('EPoint Max','Eポイント最大')
CodeCave(AOB('88 02 40 F9 F4 4F 41 A9 08 5D 40 F9 08 01 40 F9 08 41 40 F9 00 45 40 B9')+0x14,(
'mov w0, #0xC9FF',
'movk w0, #0x3B9A, lsl#16',
'str w0, [x8,#0x44]',
'ret'
))

AddCheat('Ticket Max','チケット枚数最大')
CodeCave(AOB('C2 02 40 F9 E0 03 13 AA E1 03 15 AA ? ? ? ? 40 00 00 B4 00 14 40 B9')+0x14,(
'mov x8, x0',
'mov w0, #999',
'str w0, [x8,#0x14]',
'ret'
))

AddCheat('Creative Key Max','クリエイティブキー最大')
CodeCave(AOB('88 02 40 F9 F4 4F 41 A9 08 5D 40 F9 08 01 40 F9 08 41 40 F9 00 49 40 B9')+0x14,(
'mov w0, #0x869F',
'movk w0, #1, lsl#16',
'str w0, [x8,#0x44]',
'ret'
))

addr=AOB('F3 03 01 2A 88 ? ? 39 C8 00 00 37 ? ? ? ? 00 ? ? F9 ? ? ? ? 28 00 80 52 88 ? ? 39 ? ? ? ? ? ? ? ? B5 ? ? F9')
AddCheat('Brand Exp x2','ブランド経験値増加量2倍')
Hack(addr,'add w19, wzr, w1, lsl#1')
AddCheat('Brand Exp x3','ブランド経験値増加量3倍')
Hack(addr,'add w19, w1, w1, lsl#1')
AddCheat('Brand Exp x4','ブランド経験値増加量4倍')
Hack(addr,'add w19, wzr, w1, lsl#2')
AddCheat('Brand Exp x5','ブランド経験値増加量5倍')
Hack(addr,'add w19, w1, w1, lsl#2')
AddCheat('Brand Exp x8','ブランド経験値増加量8倍')
Hack(addr,'add w19, wzr, w1, lsl#3')
AddCheat('Brand Exp x16','ブランド経験値増加量16倍')
Hack(addr,'add w19, wzr, w1, lsl#4')
AddCheat('Brand Exp x32','ブランド経験値増加量32倍')
Hack(addr,'add w19, wzr, w1, lsl#5')
AddCheat('Brand Exp x64','ブランド経験値増加量64倍')
Hack(addr,'add w19, wzr, w1, lsl#6')
AddCheat('Brand Exp x128','ブランド経験値増加量128倍')
Hack(addr,'add w19, wzr, w1, lsl#7')

AddCheat('Brand Exp Max (Gain)','ブランド経験値取得で最大')
Hack('A8 B2 93 9A','csel x8, x19, x19,lt')

AddCheat('Easy to succeed in LookAt except for requests','ルカットおねがい以外成功しやすい')
Hack('FD 7B BB A9 F9 0B 00 F9 FD 03 00 91 F8 5F 02 A9 F6 57 03 A9 F4 4F 04 A9 ? ? ? ? F5 03 05 AA 08 ? ? 39' , ('mov w0, #1','ret'))
Hack('FD 7B BC A9 F7 0B 00 F9 FD 03 00 91 F6 57 02 A9 F4 4F 03 A9 ? ? ? ? F4 03 01 AA A8 ? ? 39 F3 03 00 AA 28 01 00 37 ? ? ? ? 00 ? ? F9 ? ? ? ? ? ? ? ? 00 ? ? F9 ? ? ? ? 28 00 80 52 A8 ? ? 39 88 1A 40 B9' , ('mov w0, #1','ret'))
Hack(AOB2('20 03 40 F9 08 E0 40 B9 48 00 00 35 ? ? ? ? E0 03 16 AA E1 03 15 AA F9 0B 40 F9',0x2c) , ('mov w0, #1','ret'))
Hack('FD 7B BC A9 F7 0B 00 F9 FD 03 00 91 F6 57 02 A9 F4 4F 03 A9 ? ? ? ? ? ? ? ? C8 ? ? 39 F7 ? ? F9 F4 03 02 AA F5 03 01 AA F3 03 00 AA C8 00 00 37 ? ? ? ? 00 ? ? F9 ? ? ? ? 28 00 80 52 C8 ? ? 39 68 1A 40 F9' , ('mov w0, #1','ret'))
Hack('FD 7B BC A9 F7 0B 00 F9 FD 03 00 91 F6 57 02 A9 F4 4F 03 A9 ? ? ? ? ? ? ? ? C8 ? ? 39 F7 ? ? F9 F4 03 02 AA F5 03 01 AA F3 03 00 AA C8 00 00 37 ? ? ? ? 00 ? ? F9 ? ? ? ? 28 00 80 52 C8 ? ? 39 68 22 40 F9' , ('mov w0, #1','ret'))
Hack('FD 7B BC A9 F7 0B 00 F9 FD 03 00 91 F6 57 02 A9 F4 4F 03 A9 ? ? ? ? ? ? ? ? C8 ? ? 39 F7 ? ? F9 F4 03 02 AA F5 03 01 AA F3 03 00 AA 48 01 00 36 E0 02 40 F9' , ('mov w0, #1','ret'))
Hack('FF 03 02 D1 FD 7B 02 A9 FD 83 00 91 FC 6F 03 A9 FA 67 04 A9 F8 5F 05 A9 F6 57 06 A9 F4 4F 07 A9 ? ? ? ? ? ? ? ? 94 ? ? F9 ? ? ? ? 68 ? ? 39' , ('mov w0, #1','ret'))
Hack('FD 7B BA A9 FC 6F 01 A9 FD 03 00 91 FA 67 02 A9 F8 5F 03 A9 F6 57 04 A9 F4 4F 05 A9 ? ? ? ? ? ? ? ? D6 ? ? F9 ? ? ? ? 88 ? ? 39 F5 03 02 AA' , ('mov w0, #1','ret'))
Hack('FF 03 02 D1 FD 7B 02 A9 FD 83 00 91 FC 6F 03 A9 FA 67 04 A9 F8 5F 05 A9 F6 57 06 A9 F4 4F 07 A9 ? ? ? ? ? ? ? ? B5 ? ? F9 ? ? ? ? 68 ? ? 39' , ('mov w0, #1','ret'))
Hack(AOB2('BD 05 00 14 20 03 40 F9',0) , ('mov w0, #1','ret'))
Hack(AOB2('F4 03 02 AA F5 03 01 AA F3 03 00 AA 48 01 00 36 E0 02 40 F9',0x28) , ('mov w0, #1','ret'))
Hack('FF C3 01 D1 FD 7B 01 A9 FD 43 00 91 FC 6F 02 A9 FA 67 03 A9 F8 5F 04 A9 F6 57 05 A9 F4 4F 06 A9 E0 07 00 F9 ? ? ? ? ? ? ? ? ? ? ? ? B5 ? ? F9 68 ? ? 39' , ('mov w0, #1','ret'))
Hack('FD 7B BB A9 F9 0B 00 F9 FD 03 00 91 F8 5F 02 A9 F6 57 03 A9 F4 4F 04 A9 ? ? ? ? ? ? ? ? 94 ? ? F9 ? ? ? ? E8 ? ? 39 F5 03 02 2A' , ('mov w0, #1','ret'))
Hack(AOB2('1C 01 00 94 00 04 00 37',0) , ('mov w0, #1','ret'))
Hack(AOB2('8E 03 00 94 20 FB 07 36',0) , ('mov w0, #1','ret'))

addr=AOB('F4 03 01 AA F3 03 00 AA C8 00 00 37 ? ? ? ? 00 ? ? F9 ? ? ? ? 28 00 80 52 C8 ? ? 39 E0 03 13 AA E1 03 1F AA ? ? ? ? A0 02 40 F9 76 32 40 F9')
AddCheat('virtual follower increase x2','バーチャルフォロワー増加人数2倍')
Hack(addr,'add x20, xzr, x1, lsl#1')
AddCheat('virtual follower increase x3','バーチャルフォロワー増加人数3倍')
Hack(addr,'add x20, x1, x1, lsl#1')
AddCheat('virtual follower increase x4','バーチャルフォロワー増加人数4倍')
Hack(addr,'add x20, xzr, x1, lsl#2')
AddCheat('virtual follower increase x5','バーチャルフォロワー増加人数5倍')
Hack(addr,'add x20, x1, x1, lsl#2')
AddCheat('virtual follower increase x8','バーチャルフォロワー増加人数8倍')
Hack(addr,'add x20, xzr, x1, lsl#3')
AddCheat('virtual follower increase x16','バーチャルフォロワー増加人数16倍')
Hack(addr,'add x20, xzr, x1, lsl#4')
AddCheat('virtual follower increase x32','バーチャルフォロワー増加人数32倍')
Hack(addr,'add x20, xzr, x1, lsl#5')
AddCheat('virtual follower increase x64','バーチャルフォロワー増加人数64倍')
Hack(addr,'add x20, xzr, x1, lsl#6')
AddCheat('virtual follower increase x128','バーチャルフォロワー増加人数128倍')
Hack(addr,'add x20, xzr, x1, lsl#7')

AddCheat('Virtual follower increase to Max','バーチャルフォロワー人数増加で最大')
Hack('88 B2 88 9A 08 FD A8 8A 68 32 00 F9 F4 4F 42 A9 FD 7B C3 A8 C0 03 5F D6 ? ? ? ? ? ? ? ? D4 02 14 8B','csel x8, x8, x8,lt')

AddCheat('Gacha rarity setting','ボタン押下中回すでガチャレアリティ設定 L(R)ZL+十字時計回り1-4(5-8)9-10')
CodeK=GetCodeK()
CodeCave('E1 03 1F AA F7 03 00 AA ? ? ? ? 1F 03 16 6B',(
'ldr w1, {end}-4',
'tbnz w1, #4, .+20',
'mov w24, w1',
'sub w1, w22, #1',
'cmp w24, w22',
'csel w24, w1, w24, cs',
'mov x1, xzr',
'ret',
0x10
))
Hack(CodeK-4,0,showRestoreCode=False,useButton=('l','up'))
Hack(CodeK-4,1,showRestoreCode=False,useButton=('l','right'))
Hack(CodeK-4,2,showRestoreCode=False,useButton=('l','down'))
Hack(CodeK-4,3,showRestoreCode=False,useButton=('l','left'))
Hack(CodeK-4,4,showRestoreCode=False,useButton=('r','up'))
Hack(CodeK-4,5,showRestoreCode=False,useButton=('r','right'))
Hack(CodeK-4,6,showRestoreCode=False,useButton=('r','down'))
Hack(CodeK-4,7,showRestoreCode=False,useButton=('r','left'))
Hack(CodeK-4,8,showRestoreCode=False,useButton=('zl','up'))
Hack(CodeK-4,9,showRestoreCode=False,useButton=('zl','right'))

[The Last Faith v1.0.10891.20.0 TID=0100C69018E4A000 BID=3B5290AE19D72380]
I noticed while doing this yesterday that the power max code is incomplete.
I added the following, but it is reduced when transformed into a beast
There may be more, but I have stopped playing this game, so this is the last fix.
[Power Max]
04000000 017C4D70 12B00001
04000000 017C54B0 B9402801

AddCheat('Power Max','パワー変動で最大')
Hack('A1 02 08 4B F5 0F 40 F9','mov w1, #0x7fffffff')
Hack('21 01 08 0B E2 03 1F AA','ldr w1, [x0,#0x28]')
Does anyone know how to use the update script for these cheats? The game build is different for me, it's (AE65257E27872667) instead of (A3E62638229CD03A). I tried replacing the BID using the previous cheat values but it CTD every time I open the game, and I don't know what to do with the Update Script he provided.
 
Last edited by Soundless,
  • Like
Reactions: AsteroidSlice

Redverd

Well-Known Member
Member
Joined
Jan 14, 2021
Messages
308
Trophies
0
Age
32
XP
810
Country
Malaysia
Skill point cheat please.
[x8 Exp]
04000000 02F19950 0B000FE0
04000000 02F19954 D65F03C0

[x16 Exp]
04000000 02F19950 0B0013E0
04000000 02F19954 D65F03C0

[x32 Exp]
04000000 02F19950 0B0017E0
04000000 02F19954 D65F03C0

[x64 Exp]
04000000 02F19950 0B001BE0
04000000 02F19954 D65F03C0

[x128 Exp]
04000000 02F19950 0B001FE0
04000000 02F19954 D65F03C0

There is the rest😀
 

falconcrest

Well-Known Member
Member
Joined
Oct 20, 2009
Messages
432
Trophies
1
Age
34
Location
Underground
XP
2,586
Country
United States
Skill point cheat please.
Like I said;I have hit my limit.
Except for this code:
[Bonus Ball Effect x61]
580F0000 0925F310
580F1000 000000B8
580F1000 00000010
580F1000 00000050
780F0000 00000060
610F0000 00000000 0000003D


This gives you x1.5 Gold gain/Exp gain for 61 battles(assuming that you turn the code on and then off)
And it works fine alongside the Exp Multiplier that I already posted😀
 
  • Like
Reactions: cloud-strife777

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=pW7LwaU1xMw