Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #MaxThreadsPerHotKey, 2
- Toggle := 0
- F1::
- Toggle := !Toggle
- While Toggle {
- PixelSearch, redX, redY, 1485, 255, 1511, 862, 0x5B0000, 5, fast RGB ;;red
- PixelSearch, greyX, greyY, 1485, 255, 1511, 862, 0xE3CBC7, 1, fast ;;grey
- PixelSearch, greenX, greenY, 1485, 255, 1511, 862, 0x12F88B, 5, fast ;;green
- if(redX or greenX or greyX) {
- if(greyX) {
- if(greyY > redY) {
- Send {Click down}
- } else {
- Send {Click up}
- }
- } else {
- green := True
- Loop {
- Send {Click down}
- Sleep, 125
- Send {Click up}
- Sleep, 50
- PixelSearch, greenX, greenY, 1485, 255, 1511, 862, 0x12F88B, 5, fast ;;green
- if(not greenY) {
- green := False
- }
- } Until (not green)
- }
- } else {
- Send {Click down}
- Sleep, 100
- Send {Click up}
- Sleep, 3000
- Send {Click down}
- }
- }
Advertisement
Comments
-
Comment was deleted
-
- This is not true. Any updates I make will be on my YouTube channel and on my pastebin account.
-
-
Comment was deleted
-
- Again, not true, only updates will be on my YouTube and pastebin account.
-
- NEW UPDATED VERSION
- -FIX BUG
- -FASTER
- -NEW OPTIONS
- loadstring(game:HttpGet("https://pastebin.com/raw/bE4xB9VE", true))()
-
-
- 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
- loadstring(game:HttpGet("https://raw.githubusercontent.com/SK0IXLL/RIVERHUB-SKYHUB/main/WL.lua", true))()
-
- wait does it still work?
Add Comment
Please, Sign In to add comment
Advertisement