Fox325sd
Fox325sd
#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)
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