0% found this document useful (0 votes)
7 views2 pages

Fox325sd

Uploaded by

myzedacc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Fox325sd

Uploaded by

myzedacc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

#NoEnv

#MaxHotkeysPerInterval 99000000
#HotkeyInterval 0
#KeyHistory 0
ListLines Off
Process, Priority, , A
SetWorkingDir %A_ScriptDir%
CoordMode, Mouse, Window
SendMode Input
#SingleInstance Force
SetTitleMatchMode 2
#UseHook On
#MaxThreads 20
SetTitleMatchMode fast
#WinActivateForce
SetControlDelay -1
SetWinDelay -1
SetKeyDelay -1, -1
SetMouseDelay -2
SetBatchLines -1
DllCall("ntdll\
ZwSetTimerResolution","Int",0,"Int",0,"Int",MyCurrentTimerResolution)
DllCall("Sleep","UInt",0)
DllCall("ntdll\ZwDelayExecution","Int",0,"Int64",0)

#If WinActive("ahk_exe RobloxPlayerBeta.EXE")

toggle := !toggle ;toggle on off


tooltip % "Minty: " (toggle ? "ACTIVE" : "OFF")
settimer,tooltipoff,300 ;set a timer for 50 second to clear the tooltip
return

tooltipoff:
settimer,tooltipoff,off ;turn the timer off
tooltip ;clear the tooltip
return
on = false
~$/:: ; chat pause
if on = false
{
on = true
tooltip, Minty bobao
suspend, on
}
return

x::
Macro1:
SendRaw, 5
SendRaw, 5
Send {click}
Sleep, 230
SendRaw, 5
Send {click}
Sleep, 83
SendRaw, 7
Send {click}
Sleep, 510
SendRaw, 1
Return

z::
loop, 1
send {2}
sleep 10
send {LButton}
sleep 20
send {4}
sleep 10
send {LButton}
sleep 10
send {4}
sleep 10
send {4}
sleep 10
send {LButton}
return

c::
SendInput 8
sleep 10
SendInput {Click}
sleep 10
SendInput 9
sleep 10
SendInput {Click}
sleep 10
SendInput 1
return

XButton2::
Send 33
Sleep 100
Send 5
Send {LButton}{LButton}
Sleep 100
Send 5
Sleep 75
Send {RButton}{RButton}
Sleep 50
Send 1
Sleep 600
Return

XButton1::
SendInput, {up down}
sleep 40
SendInput, {up up}
send {down down}
KeyWait, %A_ThisHotkey%
send {down up}
send {up up}
return

You might also like