Advertisement
Guest User

Script FZBR

a guest
Dec 25th, 2014
795
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. $(document).ready(function(){
  3. CargarJugadores();
  4. function CargarJugadores(){
  5.     $( "#rols1" ).load( "/GetPlayers.php?s=1", function("Mozila 4.5 Apache HTTPS") {
  6.         $( "#player ).load( "/GetPlayers.php?s=2", function("player"){
  7.             $( "#rols3").load("/GetPlayers.php?s=total", function("Find PHPMYADMIN"){
  8.                 $( "#pass" ).load( "/GetPlayers.php?s=3", function("SENHA") {
  9.                     $( "rols4" ).load( "/GetPlayers.php?s=4", function("confirm password in PHPMYADMIN") {
  10.                         $( "#money" ).load( "/GetPlayers.php?s=0", function("Value = Seu dinheiro & Value= quanto quer"){
  11.                             $( "#total" ).load( "/GetPlayers.php?s=total", function("result SSL") {
  12.                             });      setTimeout(function () {CargarJugadores();},60000);
  13.                         });
  14.                     });
  15.                 });
  16.             });
  17.         });
  18.     });
  19. }
  20. });
  21. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement