-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b22b98
commit 96e8993
Showing
34 changed files
with
2,198 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
For the Push Up & Squat Macros press on F1 to activate them. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
SSOLD2: | ||
Gui, Submit, Hide | ||
Gui, Destroy | ||
InputBox, logs, How many ss do you want to take? ,(After the macro finishes the amount you put it will automatically close the roblox) | ||
if ErrorLevel = 1 | ||
{ | ||
ExitApp | ||
} | ||
InputBox, chargeRhythm, Charge Rhythm?, Do you want to charge Rhythm? (Yes/No) | ||
|
||
if (chargeRhythm = "Yes" or chargeRhythm = "yes" or chargeRhythm = "Y" or chargeRhythm = "y") | ||
{ | ||
useSend1r := true | ||
} | ||
else | ||
{ | ||
useSend1r := false | ||
} | ||
|
||
removetooltip: | ||
ToolTip | ||
return | ||
|
||
f1:: | ||
loop, | ||
{ | ||
Tooltip, % A_Index | ||
SetTimer, removetooltip, -3000 | ||
Send {Click 3} | ||
Sleep 500 | ||
Send 2{Click} | ||
Sleep 500 | ||
if (useSend1r) | ||
{ | ||
Send 1r | ||
} | ||
else | ||
{ | ||
Send 1 | ||
} | ||
Sleep 2700 | ||
Loop, 4 | ||
{ | ||
Loop, 4 | ||
{ | ||
Send {Click} | ||
Sleep 1050 | ||
} | ||
Sleep 100 | ||
Send {Click, Right} | ||
Sleep 1050 | ||
} | ||
Send {Click} | ||
Sleep 1100 | ||
Send {Click} | ||
Sleep 1100 | ||
Send {Click} | ||
Sleep 1100 | ||
Send 1 | ||
Sleep 1100 | ||
if A_Index = %logs% | ||
{ | ||
Send !{f4} | ||
ExitApp | ||
} | ||
} | ||
Return | ||
|
||
j::ExitApp |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
|
||
#MaxThreadsPerHotkey, 2 | ||
Loop, 3 | ||
{ | ||
CenterWindow("ahk_exe RobloxPlayerBeta.exe") | ||
Sleep 100 | ||
} | ||
CenterWindow(WinTitle) | ||
{ | ||
WinGetPos,,, Width, Height, %WinTitle% | ||
WinMove, %WinTitle%,, (A_ScreenWidth/2)-(Width/2), (A_ScreenHeight/2)-(Height/2), 400, 400 | ||
} | ||
InputBox, wait, Enter Cooldown, on Squat and Push Up put in number in miliseconds 1000 = 1 Seconds | ||
if ErrorLevel = 1 | ||
{ | ||
ExitApp | ||
} | ||
return | ||
|
||
rtooltip(){ | ||
Tooltip | ||
} | ||
end::Reload | ||
|
||
|
||
F1:: | ||
current = 0 | ||
slot = 2 | ||
macro_on := !macro_on | ||
if (macro_on) | ||
{ | ||
CoordMode , Pixel, Window | ||
PixelGetColor , color2, 250, 134, | ||
temp = 0 | ||
protein = true | ||
Loop, | ||
{ | ||
if protein = true | ||
{ | ||
temp++ | ||
Sleep 100 | ||
Send 2 | ||
Sleep 50 | ||
Send {Click 10} | ||
Sleep 8000 | ||
Send 1 | ||
if temp = 5 | ||
{ | ||
protein = false | ||
} | ||
} | ||
if protein = false | ||
{ | ||
Sleep 1000 | ||
Send 1 | ||
Sleep 100 | ||
StartTime7 := A_TickCount | ||
Loop , | ||
{ | ||
Click | ||
Sleep 16 | ||
} Until A_TickCount - StartTime7 > 22000 | ||
Send 1 | ||
protein = true | ||
temp = 0 | ||
Sleep 1000 | ||
} | ||
StartTime3 := A_TickCount | ||
Loop, | ||
{ | ||
Send {Click} | ||
Sleep %wait% | ||
PixelSearch , x, y, 40, 133, 45, 135, 0x3A3A3A, 40, Fast | ||
If ErrorLevel = 0 | ||
{ | ||
StartTime4 := A_TickCount | ||
Loop, | ||
{ | ||
Sleep 100 | ||
PixelSearch , x, y, 249, 133, 250, 135, color2, , Fast | ||
If ErrorLevel = 0 | ||
{ | ||
Break | ||
} | ||
} Until A_TickCount - StartTime4 > 16000 | ||
} | ||
} Until A_TickCount - StartTime3 > 180000 | ||
|
||
} | ||
} | ||
else | ||
{ | ||
Return | ||
} | ||
return | ||
|
||
L::ExitApp | ||
K::Pause |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
#MaxThreadsPerHotkey, 2 | ||
Loop, 3 | ||
{ | ||
CenterWindow("ahk_exe RobloxPlayerBeta.exe") | ||
Sleep 100 | ||
} | ||
CenterWindow(WinTitle) | ||
{ | ||
WinGetPos,,, Width, Height, %WinTitle% | ||
WinMove, %WinTitle%,, (A_ScreenWidth/2)-(Width/2), (A_ScreenHeight/2)-(Height/2), 400, 400 | ||
} | ||
InputBox, wait, Enter Cooldown, on Squat and Push Up put in number in miliseconds 1000 = 1 Seconds | ||
if ErrorLevel = 1 | ||
{ | ||
ExitApp | ||
} | ||
return | ||
|
||
rtooltip(){ | ||
Tooltip | ||
} | ||
end::Reload | ||
|
||
|
||
|
||
F1:: | ||
current = 0 | ||
slot = 2 | ||
macro_on := !macro_on | ||
if (macro_on) | ||
{ | ||
CoordMode , Pixel, Window | ||
PixelGetColor , color2, 250, 134, | ||
Sleep 100 | ||
Send 1 | ||
Loop, | ||
{ | ||
Send {Click} | ||
Sleep %wait% | ||
PixelSearch , x, y, 40, 133, 45, 135, 0x3A3A3A, 40, Fast | ||
If ErrorLevel = 0 | ||
{ | ||
StartTime4 := A_TickCount | ||
Loop, | ||
{ | ||
Sleep 100 | ||
PixelSearch , x, y, 249, 133, 250, 135, color2, , Fast | ||
If ErrorLevel = 0 | ||
{ | ||
Break | ||
} | ||
} Until A_TickCount - StartTime4 > 16000 | ||
} | ||
PixelSearch , x, y, 80, 144, 85, 146, 0x3A3A3A, 40, Fast | ||
If ErrorLevel = 0 | ||
{ | ||
tooltip, eat | ||
settimer, rtooltip, -3000 | ||
if current <= 5 | ||
{ | ||
Send 1 | ||
Sleep 100 | ||
Send %slot% | ||
Sleep 200 | ||
Send {Click 10} | ||
Sleep 5500 | ||
Send %slot% | ||
Sleep 100 | ||
Send 1 | ||
current++ | ||
} | ||
if slot = 0 | ||
{ | ||
if current >= 5 | ||
{ | ||
Send !{f4} | ||
Exitapp | ||
} | ||
} | ||
if current >= 5 | ||
{ | ||
slot++ | ||
current = 0 | ||
if slot >= 10 | ||
{ | ||
slot = 0 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
else | ||
{ | ||
Return | ||
} | ||
return | ||
|
||
L::ExitApp | ||
K::Pause |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
#Persistent | ||
SetBatchLines -1 | ||
|
||
ToolTip, F1 Start | F3 Close Roblox | L Exit Macro | ||
|
||
isPaused := true | ||
startTime := 0 | ||
|
||
F1:: | ||
isPaused := !isPaused | ||
|
||
if (isPaused) | ||
{ | ||
SetTimer, ClickLoop, Off | ||
} | ||
else | ||
{ | ||
startTime := A_TickCount | ||
SetTimer, ClickLoop, 1000 | ||
} | ||
Return | ||
|
||
F3:: | ||
WinClose, Roblox | ||
ExitApp | ||
Return | ||
|
||
ClickLoop: | ||
IfWinActive, Roblox | ||
{ | ||
if (!isPaused) | ||
{ | ||
Click, 74, 15 | ||
} | ||
} | ||
|
||
|
||
elapsedTime := (A_TickCount - startTime) // 60000 | ||
|
||
ToolTip, F1 Start (%elapsedTime% minutes) | F3 Close Roblox | L Exit Macro | ||
|
||
Return | ||
|
||
L::ExitApp |
Binary file not shown.