Description:
This hack makes it so you can win any gym or trainer battler, and catch any shiny/metalic/dark/golden/mystic pokemon. The golden/mystic etc wont work unless you have the badges but shinies will always work. The gym hack is easiest with 1 level 100 pokemon because you have to kill the first pokemon in the gym leaders team.
Need a level 100 pokemon easily? Use my bot.
Like my hack? Press the thank you button!
EDIT
THE PROGRAM DOES NOT WORK ANYMORE YOU HAVE TO DO IT MANUALLY.
Ill try explaining it.
(Use Chrome, its so much easier)
Gym Hack:
Go to unovarpg.com and login.

Battle a gym leader.

Kill the first pokemon but do NOT press continue.

Right click continue and select "Inspect Element"

Right click the selection and select "Edit as HTML"

Replace onClick="setBattle(blahblahblahblah)" to this:
Code:
setBattle('0', '', 'autotrainer', '21312321', '213123', '213123', '213213', '213213', '1231232131')

Now just keep pressing continue till the gym is done. YAY
Now for shinys:
Go to unovarpg.com and login.

Go to a map and encounter a normal pokemon:

DO NOT CLICK FIGHT. Right click "Fight" and select "Inspect Element"

You will see this:
Code:
<form method="post" action="battle.php?type=wild"> <input type="hidden" name="id_pokemon" value="494"> <input type="hidden" name="level" value="40"> <input type="hidden" name="id_map" value="54"> <input type="hidden" name="x" value="22"> <input type="hidden" name="y" value="19"> <button class="buttonYellowSmall" style="width:72px;">Fight</button> </form>
Right click "<imput type="hidden" name="y" value="##"> (you will have #'s) and select "Edit as HTML"

Replace it all with this:
Shiny:
Code:
<input type="hidden" value="1" name="shiny">
Code:
<input type="hidden" value="2" name="shiny">
Code:
<input type="hidden" value="3" name="shiny">
Code:
<input type="hidden" value="4" name="shiny">
Code:
<input type="hidden" value="5" name="shiny">

Click fight
Enjoy battling the shiny pokemons...






