Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #MaxThreadsPerHotKey, 2
- Toggle := 0
- F1::
- Toggle := !Toggle
- MouseDown := False
- While Toggle {
- PixelSearch, greyX, greyY, 1485, 255, 1512, 862, 0xE3CBC7, 5, fast ;;grey
- PixelSearch, greenX, greenY, 1485, 255, 1512, 862, 0x12F88B, 5, fast ;;green
- If (greenY or greyY) {
- If (!greenY) {
- MouseDown := !MouseDown
- if(MouseDown) {
- Send {Click down}
- x := 0
- green := False
- Loop {
- Sleep, 50
- PixelSearch, greenX, greenY, 1485, 255, 1512, 862, 0x12F88B, 5, fast ;;green
- if(greenY) {
- green := True
- }
- x += 1
- } Until (x >= 15 or green)
- } else {
- Send {Click up}
- x := 0
- green := False
- Loop {
- Sleep, 50
- PixelSearch, greenX, greenY, 1485, 255, 1512, 862, 0x12F88B, 5, fast ;;green
- if(greenY) {
- green := True
- }
- x += 1
- } Until (x >= 15 or green)
- }
- } else {
- ;MouseDown := !MouseDown
- green := True
- Loop {
- Send {Click down}
- Sleep, 100
- Send {Click up}
- Sleep, 50
- PixelSearch, greenX, greenY, 1485, 255, 1512, 862, 0x12F88B, 5, fast ;;green
- if(not greenY) {
- green := False
- }
- } Until (not green)
- }
- } else {
- MouseDown := False
- Send {Click down}
- Sleep, 100
- Send {Click up}
- Sleep, 3000
- Send {Click down}
- }
- }
Advertisement
Comments
-
- What do you run this in?
-
- autohotkey v1.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
- loadstring(game:HttpGet("https://raw.githubusercontent.com/SK0IXLL/RIVERHUB-SKYHUB/main/WL.lua", true))()
Add Comment
Please, Sign In to add comment
Advertisement