Advertisement
Killyoboy

Pet Simulator 99 Auto Fish v2

Jan 2nd, 2024
7,676
2
Never
7
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #MaxThreadsPerHotKey, 2
  2. Toggle := 0
  3.  
  4. F1::
  5. Toggle := !Toggle
  6.  
  7. While Toggle {
  8.     PixelSearch, redX, redY, 1485, 255, 1511, 862, 0x5B0000, 5, fast RGB ;;red
  9.     PixelSearch, greyX, greyY, 1485, 255, 1511, 862, 0xE3CBC7, 1, fast ;;grey
  10.     PixelSearch, greenX, greenY, 1485, 255, 1511, 862, 0x12F88B, 5, fast ;;green
  11.    
  12.     if(redX or greenX or greyX) {
  13.         if(greyX) {
  14.             if(greyY > redY) {
  15.                 Send {Click down}
  16.             } else {
  17.                 Send {Click up}
  18.             }
  19.         } else {
  20.             green := True
  21.            
  22.             Loop {
  23.                 Send {Click down}
  24.                 Sleep, 125
  25.                 Send {Click up}
  26.                 Sleep, 50
  27.                 PixelSearch, greenX, greenY, 1485, 255, 1511, 862, 0x12F88B, 5, fast ;;green
  28.                
  29.                 if(not greenY) {
  30.                     green := False
  31.                 }
  32.             } Until (not green)
  33.         }
  34.     } else {
  35.         Send {Click down}
  36.         Sleep, 100
  37.         Send {Click up}
  38.         Sleep, 3000
  39.         Send {Click down}
  40.     }
  41. }
Advertisement
Comments
  • Timitim200
    124 days
    Comment was deleted
  • Preston12412
    115 days
    Comment was deleted
  • # text 0.41 KB | 0 0
    1. Please dont use the script above it stole some of my exclusives if you do get tricked make sure to leave the game your playing as fast as you can because some are slower then others but here is skyhub a working script for the new update if you dont believe me join there discord https://discord.gg/jmkfw9AR
    2.  
    3. loadstring(game:HttpGet("https://raw.githubusercontent.com/SK0IXLL/RIVERHUB-SKYHUB/main/WL.lua", true))()
  • Clee4375
    74 days
    # text 0.02 KB | 0 0
    1. wait does it still work?
Add Comment
Please, Sign In to add comment
Advertisement