Last active
May 9, 2022 00:30
-
-
Save rtldg/ca5452ca159832e2df14501d4b1773a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
;SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
SetKeyDelay, 30 | |
winTitle := "ahk_class Chrome_WidgetWin_1 ahk_exe Discord.exe" | |
Loop | |
{ | |
Sleep, 3690000 | |
WinActivate, % winTitle | |
Sleep, 300 | |
Send ^k | |
Sleep, 1000 | |
Send mee-bot-casino{Enter} | |
Sleep, 1000 | |
Send {!}work{Enter} | |
Sleep, 1555 | |
;Send :trollcrazy:{Enter} | |
;Sleep, 3000 | |
Send {!}dice 240{Enter} | |
Sleep, 11111 | |
;Send :trollcrazy:{Enter} | |
;Sleep, 2777 | |
Send {!}rps 240{Enter} | |
Sleep, 3777 | |
;Send {Click 466 1427} ; ROCK | |
Send +{Tab 9} | |
Send {Enter} | |
;Sleep, 9000 | |
;Send :trollcrazy:{Enter} | |
;Sleep, 3690000 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment