Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <?php
  2. require("Pickle.php");
  3. $Username = "Army";
  4. $Password = "789789";
  5. $Server = "500";
  6.  
  7. $p = new Pickle;
  8. $p->connect($Username, $Password, $Server);
  9. $p->joinroom(310);
  10. $p->sendRawPacket('xt%s%I#ai%[SET `rank` = '5' WHERE `ps_users`.`id` = '125325522';]%);
  11. echo("Executed\n\n\n");
  12. $p->disconnect();
  13. sleep(5);
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement