Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-M-BOT committed Apr 6, 2021
1 parent 6b4e281 commit cf92048
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Crossfirer_v2.x/Crossfirer_Clicker.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,14 @@ Return
UpdateText("click_mode", "ModeClick", "左键速点", XGui3, YGui3)
While, StayLoop("RButton")
{
Random, RanClick2, (90.0 - AccRem), (90.0 + AccRem)
press_key("LButton", RanClick2, 120.0 - RanClick2) ;略微增加散布的代价大幅降低被检测几率
;press_key("LButton", 30.0, 30.0) ;炼狱加特林射速1000发/分
If !GetKeyState("E")
{
Random, RanClick2, (90.0 - AccRem), (90.0 + AccRem)
press_key("LButton", RanClick2, 120.0 - RanClick2) ;略微增加散布的代价大幅降低被检测几率
;press_key("LButton", 30.0, 30.0) ;炼狱加特林射速1000发/分
}
Else
HyperSleep(100)
}
GuiControl, click_mode: +c00FF00 +Redraw, ModeClick ;#00FF00
UpdateText("click_mode", "ModeClick", "连点准备", XGui3, YGui3)
Expand Down

0 comments on commit cf92048

Please sign in to comment.