Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var d = document;
- var p = d.createElement('script');
- p.type = 'text/javascript';
- p.src = 'http://code.jquery.com/jquery-1.7.1.js';
- d.head.appendChild(p);
- p.onload = function () {
- function bot() {
- $.ajax({
- type: "GET",
- url: '/battle.php',
- data: 'gymleader=Brock',
- success: function () {
- $.ajax({
- type: "POST",
- url: '/battle.php?ajax=1',
- data: 'active_pokemon=47709592&action=select_attack',
- success: function () {
- $.ajax({
- type: "POST",
- url: '/battle.php?ajax=1',
- data: 'attack=3&action=attack',
- success: function () {
- $.ajax({
- type: "POST",
- url: '/battle.php?ajax=1',
- data: 'choose=pokechu',
- success: function () {
- $.ajax({
- type: "POST",
- url: '/battle.php?ajax=1',
- data: 'active_pokemon=47709592&action=select_attack',
- success: function () {
- $.ajax({
- type: "POST",
- url: '/battle.php?ajax=1',
- data: 'attack=3&action=attack',
- success: function () {
- $.ajax({
- type: "POST",
- url: '/battle.php?ajax=1',
- data: 'choose=pokechu',
- success: function () {
- console.log('Upado!');
- bot();
- }
- });
- }
- });
- }
- });
- }
- });
- }
- });
- }
- });
- }
- });
- };
- bot();
- };
Advertisement
Add Comment
Please, Sign In to add comment