Homebrew WIP EdiZon SE : Advance memory trainer and pointer seacher for switch

Have you used EdiZon SE?

  • No

    Votes: 31 14.2%
  • Yes, I love it, keep doing that you are doing

    Votes: 135 61.9%
  • Yes, I like it but I wish you spend more time with the UI, stop adding features

    Votes: 26 11.9%
  • Yes, but I have given up, it's too hard to use

    Votes: 26 11.9%

  • Total voters
    218

TomSwitch

Well-Known Member
OP
Member
Joined
Jan 10, 2019
Messages
4,301
Trophies
1
Age
44
XP
14,124
Country
United States
That's Cool, i test if i can achieve the same with DIFF, ++ & -- or DIFF -- & ++.

Thank's for your Work!
I would use same and diff. Did ZiT said wall barrier is negative? Frankly I am not sure how my code would behave with negative number, need to check.
 

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,186
Country
Thailand
No i meant Unknown (while walking) -> Increased (while walking into a Barrier) -> Decreased (while walking) and so on (Or Vice Versa)

So you mean Unknown (while walking) -> SAME (while walking) -> DIFF (while walking into a Wall) ->
SAME (while walking into a Wall) and so on.

Often they're also simple Flags like 1 can walk 0 can't walk they can be Displayed as Integers or Floats.

As you can see in the Example below they can also be negative Values.

Here some ON & OFF Values from existing Cheats:

1.png
 
Last edited by crazy_p,

TomSwitch

Well-Known Member
OP
Member
Joined
Jan 10, 2019
Messages
4,301
Trophies
1
Age
44
XP
14,124
Country
United States
Walk through wall is something that I have not learn to do, maybe you can teach me and I can see if there is something I can add to the tool to make the process easier.
 
  • Like
Reactions: crazy_p

ryo_wibi

New Member
Newbie
Joined
Jul 30, 2021
Messages
1
Trophies
0
Age
35
Location
Jakarta Capital Region, Indonesia
XP
39
Country
Indonesia
hi, i have breeze after updating my atmos. This app always make all my cheat auto turn on when launching any game. Does anybody know the setting to turn it off permanently and is there any hotkey to use this app in game?
Really hate to turn it off everytime i start the game and some cheat still stuck as active even after i turn it off.
 

TomSwitch

Well-Known Member
OP
Member
Joined
Jan 10, 2019
Messages
4,301
Trophies
1
Age
44
XP
14,124
Country
United States

Arrrchitects

Well-Known Member
Newcomer
Joined
May 23, 2021
Messages
69
Trophies
0
Age
123
XP
287
Country
United States
So I did a search both via Google and the search here before posting and haven't found the answer so here we go. Is there a way to toggle the 'freeze' aspect of the value found from a search? For example, I found the location(s) of the 'time' in Stardew Valley and want to freeze it with a button combination. Is this possible?

Regarding the above example, the search results after a few searches turned up 30 results for the 'time' value. Choosing one and freezing it makes time stop, and editing it to a different value changes it in game, so do I need the other however many values?

One more question concerning a finished cheat entry. I click in RS and it asks me to set a condition key. After setting it I can't seem to get it to do anything. I assumed (which I should know better) that it was some sort of key modifier to activate a cheat on the fly while in game without opening the overlay. Am I correct and just missing something? If I'm not correct, could you please tell me what it does do?
 

TomSwitch

Well-Known Member
OP
Member
Joined
Jan 10, 2019
Messages
4,301
Trophies
1
Age
44
XP
14,124
Country
United States
So I did a search both via Google and the search here before posting and haven't found the answer so here we go. Is there a way to toggle the 'freeze' aspect of the value found from a search? For example, I found the location(s) of the 'time' in Stardew Valley and want to freeze it with a button combination. Is this possible?

Regarding the above example, the search results after a few searches turned up 30 results for the 'time' value. Choosing one and freezing it makes time stop, and editing it to a different value changes it in game, so do I need the other however many values?

One more question concerning a finished cheat entry. I click in RS and it asks me to set a condition key. After setting it I can't seem to get it to do anything. I assumed (which I should know better) that it was some sort of key modifier to activate a cheat on the fly while in game without opening the overlay. Am I correct and just missing something? If I'm not correct, could you please tell me what it does do?
If you have found a memory address when hacked achieve what you want you are done.
Conditional key is the condition for the cheat code to be executed. i.e. the code only get executed when the key is pressed.
 
Last edited by TomSwitch,

Arrrchitects

Well-Known Member
Newcomer
Joined
May 23, 2021
Messages
69
Trophies
0
Age
123
XP
287
Country
United States
If you have found a memory address when hacked achieve what you want you are done.
Conditional key is the condition for the cheat code to be executed. i.e. the code only get executed when the key is pressed.

Yes I found the address and can change the value. What I'm wanting to do is keep the value as it is in game and just freeze it while the cheat is on, making time not progress, and then turn it off and have it continue as normal.

How do I execute the cheat with the conditional key? I tried setting it to a few different options and nothing happened.

Regarding the conditional key...is it possible to do a multi-button (like ZL + X) input?
 
Last edited by Arrrchitects,

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,186
Country
Thailand
I think the easiest Way to freeze the Time in this Game is to find the Minutes and set them to Zero.
If you want to resume deactivate the Cheat.
 

Arrrchitects

Well-Known Member
Newcomer
Joined
May 23, 2021
Messages
69
Trophies
0
Age
123
XP
287
Country
United States
I think the easiest Way to freeze the Time in this Game is to find the Minutes and set them to Zero.
If you want to resume deactivate the Cheat.

That would work too, however, from what I've found so far, the time value isn't separated by hour and minute, they're just one number together in 24hr format i.e. 7:30 AM = 730 or 6:10PM = 1810
 

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,186
Country
Thailand
Try to change the Data Type from u32 to u16 or u8.
To do so press the Right Stick on your Candidate to enter the Ram Editor.
(Use ZL + L/R to change the Data Type)

If you see for example:

u32 = 6:10PM = [00001810] / [0000120A] (Correct Hex Values from 18 / 10)
u16 = 6:10PM = [0000][1810] / [0000][120A] (Correct Hex Values from 18 / 10)
u8 = 6:10PM = [00][00][18][10] / [00][00][12][0A] (Correct Hex Values from 18 / 10)

Bookmark [10] / [0A] and search the Pointer.
 
Last edited by crazy_p,

TomSwitch

Well-Known Member
OP
Member
Joined
Jan 10, 2019
Messages
4,301
Trophies
1
Age
44
XP
14,124
Country
United States
Yes I found the address and can change the value. What I'm wanting to do is keep the value as it is in game and just freeze it while the cheat is on, making time not progress, and then turn it off and have it continue as normal.

How do I execute the cheat with the conditional key? I tried setting it to a few different options and nothing happened.

Regarding the conditional key...is it possible to do a multi-button (like ZL + X) input?
Use Breeze or Breeze overlay. Breeze is bundled with EdiZon SE.
 
Last edited by TomSwitch,

Arrrchitects

Well-Known Member
Newcomer
Joined
May 23, 2021
Messages
69
Trophies
0
Age
123
XP
287
Country
United States
Try to change the Data Type from u32 to u16 or u8.
To do so press the Right Stick on your Candidate to enter the Ram Editor.
(Use ZL + L/R to change the Data Type)

If you see for example:

u32 = 6:10PM = [00001810] / [0000120A] (Correct Hex Values from 18 / 10)
u16 = 6:10PM = [0000][1810] / [0000][120A] (Correct Hex Values from 18 / 10)
u8 = 6:10PM = [00][00][18][10] / [00][00][12][0A] (Correct Hex Values from 18 / 10)

Bookmark [10] / [0A] and search the Pointer.

I'll for sure give this a shot. Thank you. This is all very new to me and I have no knowledge when it comes to Hex or anything to do with memory so any help is much appreciated.
 
  • Like
Reactions: crazy_p

TobiasAmaranth

Well-Known Member
Member
Joined
Feb 6, 2009
Messages
452
Trophies
1
Age
38
Location
Texas
Website
werewolfdarkarts.com
XP
2,579
Country
United States
I just came from SXOS. Good lord am I confused by this. I get that there's much more it CAN do, but I just want to search specific values. There's not even a keyboard for numeric entry. You can't even hold to quick scroll the number!! I'm not about to click my shoulder button 3500 times to search for a value of 3500. :/

So either I'm clearly missing something, or I majorly screwed up by accidentally picking Expert mode. Which, btw, I can't find the way to revert this. "BM Toggle" it says. Like, why is everything hotkey? Why can't it be menus, with tooltips and actual helpful information? I just want money so I can avoid grinding, or adjusting item or life counts. I don't get it...
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Sorry for accidentally bending over