- 24
- Posts
- 15
- Years
- Seen Nov 26, 2023
Hello Comminity, today i'm going to show you my newest Tool!
The PokéModifier! 1.0!
Sorry for my english, i'm from germany!
About the tool
The PokéModifier is a little tool to hack the team members. Changing Stats etc.
At the moment the PokeModifier is working both on german and US Pokemon Firered and Leafgreen.
Abilities atm:
- PokéStealer: This little Script can steal/delete Team members!
- PokéStats: This litte Script can increase/decrease the Stats of a specific team member
- PokéShine: This Script can make a teammember to a shiny pokemon!
Screen https://www.bilder-upload.eu/upload/1fbf3f-1346087243.png
[FONT=Chicago, Impact, Compacta, sans-serif]A short tutorial[/FONT]
Schritt 1:
Click the Open button and choose your ROM
Schritt 2:
Choose the Hacks you wanna insert.
Schritt 3:
In most cases the given Offset has free space. If not, put some other free offset in the textbox.
Schritt 4:
Click on the insert button.
The log should look something like this:
You can see here the Offsets for the ASM Scripts in Brackets.
You should note down these Offsets.
[FONT=Chicago, Impact, Compacta, sans-serif]PokéStealer[/FONT]
The use of the PokéStealer is quite easy:
also z.B.:
[FONT=Chicago, Impact, Compacta, sans-serif]PokéStats[/FONT]
This will be a bit more trickier.
The scriptstructure looks like this:
List:
[/code][FONT=Chicago, Impact, Compacta, sans-serif]Download[/FONT]
https://www.4shared.com/zip/PKWIxVyB/PokModifier.html?refurl=d1urlhttps://board.romresources.net/inde...30&h=13648b16db5aa4815ad519c865d75e2bd08a273e
[FONT=Chicago, Impact, Compacta, sans-serif]Conclusion[/FONT]
Download it!!
The PokéModifier! 1.0!
Sorry for my english, i'm from germany!
About the tool
The PokéModifier is a little tool to hack the team members. Changing Stats etc.
At the moment the PokeModifier is working both on german and US Pokemon Firered and Leafgreen.
Abilities atm:
- PokéStealer: This little Script can steal/delete Team members!
- PokéStats: This litte Script can increase/decrease the Stats of a specific team member
- PokéShine: This Script can make a teammember to a shiny pokemon!
Screen https://www.bilder-upload.eu/upload/1fbf3f-1346087243.png
[FONT=Chicago, Impact, Compacta, sans-serif]A short tutorial[/FONT]
Schritt 1:
Click the Open button and choose your ROM
Schritt 2:
Choose the Hacks you wanna insert.
Schritt 3:
In most cases the given Offset has free space. If not, put some other free offset in the textbox.
Schritt 4:
Click on the insert button.
The log should look something like this:
You can see here the Offsets for the ASM Scripts in Brackets.
You should note down these Offsets.
[FONT=Chicago, Impact, Compacta, sans-serif]PokéStealer[/FONT]
The use of the PokéStealer is quite easy:
Code:
#dynamic 0x800000
#org @start
setvar LASTRESULT 0xNUMBER_OF_TEAMMEMBER
callasm 0xPOKESTEALEROFFSET+1
release
end
Code:
#dynamic 0x800000
#org @start
setvar LASTRESULT 0x1
callasm 0x720001
release
end
This will be a bit more trickier.
The scriptstructure looks like this:
Code:
#dynamic 0x800000
#org @start
writebytetooffset 0xXX 0x02022010 ' XX = 0 or 1. 0 = increase value, 1 = decrease value.
writebytetooffset 0xYY 0x02022012 ' YY = Increasing/Decreasing Value
writebytetooffset 0xZZ 0x02022014 ' ZZ = The Value to change. Take a look on the list below.
setvar LASTRESULT 0xNUMBER_OF_TEAMMEMBER
callasm 0xOFFSET_POKESTATS+1
release
end
Code:
0x0 KP
0x1 Max. KP
0x2 Attack
0x3 Defense
0x4 Init
0x5 SP. Attack
0x6 SP. Defense
[FONT=Chicago, Impact, Compacta, sans-serif][SIZE=14]PokéShine
[/SIZE][/FONT]This is really easy:
[code]
#dynamic 0x800000
#org @start
setvar LASTRESULT 0xNUMBER_OF_TEAMMEMBER
callasm 0xOFFSET_OF_POKESHINE+1
https://www.4shared.com/zip/PKWIxVyB/PokModifier.html?refurl=d1urlhttps://board.romresources.net/inde...30&h=13648b16db5aa4815ad519c865d75e2bd08a273e
[FONT=Chicago, Impact, Compacta, sans-serif]Conclusion[/FONT]
Download it!!
Last edited: