Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fr0st-iwnl authored May 28, 2024
1 parent 1b22ffb commit f30533a
Show file tree
Hide file tree
Showing 34 changed files with 2,321 additions and 0 deletions.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/3x2.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/DrinkStatus1.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/DrinkStatus2.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/DrinkStatus3.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/Dura.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/HPBar.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/Hunger.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/Speed.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/Stamina.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/combat.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/flowstate.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/x12.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/BasicUI/x8.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/Menu/KM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Kiyoko-MO-Macro-3.9/Icons/Menu/bench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Kiyoko-MO-Macro-3.9/Icons/Menu/dura.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Kiyoko-MO-Macro-3.9/Icons/Menu/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Kiyoko-MO-Macro-3.9/Icons/Menu/misc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Kiyoko-MO-Macro-3.9/Icons/Menu/sp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Kiyoko-MO-Macro-3.9/Icons/Menu/ss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Kiyoko-MO-Macro-3.9/Icons/Menu/treadmill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Kiyoko-MO-Macro-3.9/Icons/Sleep/sleep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Kiyoko-MO-Macro-3.9/Icons/Sound/broken.wav
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/Sound/plug.mp3
Binary file not shown.
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/TrainingIcon/a.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/TrainingIcon/d.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/TrainingIcon/s.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/TrainingIcon/w.bmp
Binary file not shown.
Binary file added Kiyoko-MO-Macro-3.9/Icons/TrainingIcon/yellow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,208 changes: 2,208 additions & 0 deletions Kiyoko-MO-Macro-3.9/Kiyoko's Macro.ahk

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions Kiyoko-MO-Macro-3.9/Misc/F1 - OLD SS.ahk
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
44 changes: 44 additions & 0 deletions Kiyoko-MO-Macro-3.9/Misc/Sleep Macro.ahk
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 added Kiyoko-MO-Macro-3.9/settings.ini
Binary file not shown.

0 comments on commit f30533a

Please sign in to comment.