Tutorial  Updated

Tutorials on making cheats with Breeze

Read these first

https://github.com/tomvita/Breeze-Beta/wiki/Customisation
https://github.com/tomvita/Breeze-Beta/wiki/Basics-of-Search

This post to collect the various tutorial I made
https://gbatemp.net/threads/beholga...e000-bid-0cc2f97f43dcaf48.620792/post-9977458
setup and use Breeze to make a HP bar hack, including in place hack and code cave hack. All you need is Breeze.

https://github.com/tomvita/MyNXCheats/tree/main/cheats/Miraculous Rise of the Sphinx
Moon Jump, orb multiplier, HP hack

https://gbatemp.net/threads/hacking-bayonetta-3-with-breeze.621041/
Hacking bar type qty starting with unknown search

https://github.com/tomvita/MyNXCheats/tree/main/cheats/Astronite
Hacking 101, hand holding search for a value and freezing it

https://gbatemp.net/threads/diy-hacking-on-fire-emblem-engage.624829/#post-10050053
Easy ASM DIY example

https://gbatemp.net/threads/squad-5...000-bid-dd4f8858bb96ea80.628788/post-10104702
Easy code cave example

https://gbatemp.net/threads/super-n...000-bid-14dbc890b79f8e4f.655787/post-10420126
Pointer code porting example

IMPORTANT NOTE:
Currently if gen2 is attached and you quite the game gen2 won't work without a GDB connection until you do a sleep cycle. ( Put Switch to sleep then wake it up )

Latest Breeze release:
https://github.com/tomvita/Breeze-Beta/releases/latest
Please note that a new gen2 fork has been added to the release if you visit before it was added.
 
Last edited by TomSwitch,

TomSwitch

Well-Known Member
OP
Member
GBAtemp Patron
Joined
Jan 10, 2019
Messages
5,191
Trophies
3
Age
44
XP
16,900
Country
United States
How do you create a ohko code
find enemy hp, then watch what game code access it, check if that code also access hero hp, if you can find one that only access enemy hp hack that code to make ohk, if you can't then you need to find a way to tell friend or foe.
 

GabrielaMh3

Member
Newcomer
Joined
Apr 24, 2017
Messages
5
Trophies
0
Age
33
XP
68
Country
Hello, good day, could you please explain how do I make an Exp x2, x4...,etc cheat for a game? Thanks in advance!
Post automatically merged:

Hello, good day, could you please explain how do I make an Exp x2, x4...,etc cheat for a game? Thanks in advance!
Nevermind, I'm blind, didn't see you already answered it xD

I have another question, do you know how to locate the item box in Monster hunter rise?

Been trying to edit rare items to X10 or something, tired of getting no mantles at all :)
Post automatically merged:

Hello, good day, could you please explain how do I make an Exp x2, x4...,etc cheat for a game? Thanks in advance!
Post automatically merged:


Nevermind, I'm blind, didn't see you already answered it xD

I have another question, do you know how to locate the item box in Monster hunter rise?

Been trying to edit rare items to X10 or something, tired of getting no mantles at all :)
Nvm again, I did it!

Oh wow, thanks so much for this incredible tool, have a nivel one!
 
Last edited by GabrielaMh3,

TomSwitch

Well-Known Member
OP
Member
GBAtemp Patron
Joined
Jan 10, 2019
Messages
5,191
Trophies
3
Age
44
XP
16,900
Country
United States
I’d like to have an example if that is okay because i would like make more complex codes than just ones that usually involve changing the amount of currency
It's simple, if you see lsl1 that means x2, lsl2 that means x2 x2 = x4

if you see a x4 cheat code and you can find a lsl2 then change lsl2 to lsl4 will give you x16
 

TomSwitch

Well-Known Member
OP
Member
GBAtemp Patron
Joined
Jan 10, 2019
Messages
5,191
Trophies
3
Age
44
XP
16,900
Country
United States
Impressive so a lot of searching through the addresses must be worth it
No, I don't recommend searching game code.

I am talking about cheat code. If you have a x something cheat code you can try looking for lsl and if you are able to find it and the multiplier match then changing that will give you a different multiplier.

lsl is an easy way for cheat code author to code a multiplier cheat. Game code don't need this kind of easy. I would be very surprise game code actually use lsl to multiply a game value, normally it would be a mul or a fmul. A straight up search for that would be foolish as you will get a lot of hits.
 
Last edited by TomSwitch,

WindmillMirage2019

Well-Known Member
Newcomer
Joined
Jan 7, 2019
Messages
57
Trophies
1
Age
31
XP
373
Country
United States
No, I don't recommend searching game code.

I am talking about cheat code. If you have a x something cheat code you can try looking for lsl and if you are able to find it and the multiplier match then changing that will give you a different multiplier.

lsl is an easy way for cheat code author to code a multiplier cheat. Game code don't need this kind of easy. I would be very surprise game code actually use lsl to multiply a game value, normally it would be a mul or a fmul. A straight up search for that would be foolish as you will get a lot of hits.

No, I don't recommend searching game code.

I am talking about cheat code. If you have a x something cheat code you can try looking for lsl and if you are able to find it and the multiplier match then changing that will give you a different multiplier.

lsl is an easy way for cheat code author to code a multiplier cheat. Game code don't need this kind of easy. I would be very surprise game code actually use lsl to multiply a game value, normally it would be a mul or a fmul. A straight up search for that would be foolish as you will get a lot of hits.
Now you tell me that applies to damage multiplier as well
 

TomSwitch

Well-Known Member
OP
Member
GBAtemp Patron
Joined
Jan 10, 2019
Messages
5,191
Trophies
3
Age
44
XP
16,900
Country
United States
Now you tell me that applies to damage multiplier as well
If you want to create such a code from scratch lsl is the last step if applicable.

If you are able to find an instruction such as
add Rd, Rn, Rm
or
sub Rd, Rn, Rm
where Rn is the health and Rm is the damage.

If you have question about ARM64 instruction just ask AI or google, you get a much better answer than me
 
Last edited by TomSwitch,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: @Psionic Roshambo, I don't care for Trump, i didnt even know who he was before he became...