剑灵力士卡刀ahk_关于暗枪卡刀AHK我研究了2个小时。感觉完美。

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

#IfWinActive ahk_class LaunchUnrealUWindowsClient

F1::

MouseGetPos, mouseX, mouseY

PixelGetColor, color, %mouseX%, %mouseY%, RGB

StringRight color,color,10 ;

tooltip, %mouseX%,%mouseY%颜色是:%color%

return

XButton1::

Loop

{

GetKeyState,State,XButton1,P

If (State="U") ;

{

Break

}if (GetColor(1161,632)=="0xEDBBAD" ) ;

{

send {f down}

sleep 400

send {f up}

}

else

if ( GetColor(984,956)=="0x3C17E7" ) ; 月涌

{

send c

}

if ( GetColor(1036,971)=="0xFF5923" ) ; 斩击

{

send v

}

if ( GetColor(1164,887)=="0x393939" ) ; 灰色右键

{

send r

}

if ( GetColor(1070,672)=="0x482890" ) ; 冥炎破

{

send 4

}

{

send f

}

{

send t

}

}

return

;

GetColor(x,y)

{

PixelGetColor, color, x, y, RGB

StringRight color,color,10 ;

return color

}

XButton2::

SetTimer, press1, 0

press1:

{

send 333

}

{

send f

}

Return

XButton2 up::

SetTimer, press1, Off

Return

EmptyMem(PID="Client or AHK Rocks"){

pid:=(pid="Client or AHK Rocks") ? DllCall("GetCurrentProcessId") : pid

h:=DllCall("OpenProcess", "UInt", 0x001F0FFF, "Int", 0, "Int", pid)

DllCall("SetProcessWorkingSetSize", "UInt", h, "Int", -1, "Int", -1)

DllCall("CloseHandle", "Int", h)

}

Return

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值