smoothretro1982
Jul 11th, 2026
1
0
Never
This is comment for paste Infinity bot (update 2)
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. btw, to stop the script run this in console:
  2.  
  3. running = false;
  4. if (lastX !== null) {
  5. let currentX = cursor.x;
  6. let currentY = cursor.y;
  7. cursor.x = lastX;
  8. cursor.y = lastY;
  9. for (let i = 0; i < lastLen; i++) {
  10. writeChar(" ", 1);
  11. }
  12. cursor.x = currentX;
  13. cursor.y = currentY;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment