Additional Info
|
Hi!
I'm trying to make a trainer with "Trainer maker kit". But I've a problem, I don't know how to get a "Poke" for the aobs. Several tutorials at youtube show how to find the hacks and then you can get a "poke". For example, I want to change this: 24 0a a3 a0 > 24 0a a0 a0 Then I guess a poke should be like this: Poke "the address for code, like 04DB1283" "the new aob, 24 0a a0 a0" , so one poke can look like this: Poke 04DB1283 24 0a a0 a0 This don't seem to work so it shall probably be in another way. Anyone who knows how to create "Pokes"? |