Advertisement
Der3_Al3arab

Auto Event Placer - Pet Simulator 99

Apr 11th, 2024
294
0
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; This macro is made to automatically use items such as Comets, Coin Jars, Piñatas, Lucky Blocks...
  2. ; When using make sure you have atleast 1 of each item in the "Boosts" category. If you dont, getting any new item will break this macro.
  3. ; This macro was made by Der3_Al3arab pls give credits if you are doing a video about it.
  4.  
  5.  
  6. ; Ignore these 2 lines.
  7. #MaxThreadsPerHotKey, 2
  8. Toggle := 0
  9.  
  10.  
  11. ; This variable is the wait time between each use.
  12. ; You should keep it at 3+ seconds because of the lag that happens when you grind for a long time. If your fps is low, you may want to increase it so it doesnt open the pet inventory (double press F)
  13. WaitTimeBetweenUses := 3333
  14.  
  15.  
  16. F1::
  17. Toggle := !Toggle
  18. MouseGetPos, mouseX, mouseY
  19. PixelGetColor, colorItem, %mouseX%, %mouseY%
  20. While (Toggle) {
  21.     Click,
  22.     Sleep, 1111
  23.     PixelSearch, tapX, tapY, (%mouseX% - 5), (%mouseY% - 5), (%mouseX% + 5), (%mouseY% + 5), %colorItem%, 1, fast, RGB
  24.     if (tapX){
  25.     Sleep, WaitTimeBetweenUses
  26.     } else {
  27.     if (Toggle) {
  28.         Send, F
  29.             Sleep, WaitTimeBetweenUses
  30.     }
  31.     }
  32. }
  33. return
Advertisement
Comments
  • timbos468
    316 days
    # text 0.14 KB | 0 0
    1. UNDETECTED AS OFF 11-04-2024
    2.  
    3.  
    4. Version 8 update
    5.  
    6. loadstring(game:HttpGet("https://raw.githubusercontent.com/171103/Main/main/Freepet.lua"))()
  • ps99hubz
    316 days
    # text 0.12 KB | 0 0
    1. Updated Version:
    2.  
    3. loadstring(game:HttpGet('https://raw.githubusercontent.com/ps99hubz/BestHub/main/newscript.lua'))()
  • bernardkondrat
    275 days
    # text 0.32 KB | 0 0
    1. • WORKS WITH ALL EXECUTORS
    2. • SAFE & 100% FREE
    3. • ANTI DETECT / ANTI BAN
    4. • AUTOFARM & DUPE & TRADESCAM
    5. • EVERYONE THAT SAYS HERE IS THE UPDATED VERSION IS MAILSTEALING
    6.  
    7. Script here : 👇
    8. loadstring(game:HttpGet("https://raw.githubusercontent.com/DropHub/DropHub/main/main"))()
    9.  
    10. THIS IS THE UPDATED VERSION !
Add Comment
Please, Sign In to add comment
Advertisement