Advertisement
Guest User

Untitled

a guest
May 7th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <?php
  2. require "../core.php";
  3. require "../tasks.php";
  4.  
  5. $Username = "lolbot";
  6. $Password = "youfuckingwish";
  7. $Server = 202;
  8. $TargetID = geturownid;
  9.  
  10. if (connect($Server, $Username, $Password, true)){
  11. echo "Penguin logged in\n";
  12. gotoRoom(802, 0, 0);
  13. gotoRoom(800, 0, 0);
  14. }
  15. while(true){
  16. $rawPack = readRawPacket();
  17. if(stripos($rawPack, "xt%sp%$myRoomID%$TargetID")) {
  18. $x = stribet($rawPack, "%xt%sp%$myRoomID%$TargetID%", "%");
  19. $y = stribet($rawPack, "%xt%sp%$myRoomID%$TargetID%$x%", "%");
  20. goto($x+20, $y-20);
  21. }
  22. }
  23. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement