[LEAKED] 1013/Westhams/Abyss's AHK Script

Discussion in 'AHK' started by papajohnspizza, Feb 27, 2022.

Tags:
?

Did this work as intended?

  1. Yes

    14.3%
  2. No

    85.7%
[LEAKED] 1013/Westhams/Abyss's AHK Script
  1. Unread #1 - Feb 27, 2022 at 3:47 PM
  2. papajohnspizza
    Joined:
    Feb 27, 2022
    Posts:
    5
    Referrals:
    0
    Sythe Gold:
    3

    papajohnspizza Newcomer

    [LEAKED] 1013/Westhams/Abyss's AHK Script

    Code:
    ; this is a comment for code written in Autohotkey for Windows. 0.1 ETH for Linux equivalent
    ; Send tips in Ethereum (ETH) to  0x6cbbb4F8E00A5fE17Ff15Da4cEb2255F4d6632d7
    ; this lets you hold down left mouse button to continuously send clicks until you release the left mouse button
    ; Sleep,66 might need to be adjusted to account for screen resolution
    ; shift+click should allow you to do a normal click or click and drag
    
    *lbutton::
    
        ; optional runtime enhancers
        #NoEnv
        SetWorkingDir %A_ScriptDir%
        CoordMode, Mouse, Client
        SendMode Input
        #SingleInstance Force
        SetTitleMatchMode 2
        #WinActivateForce
        #MaxHotkeysPerInterval 3000
        SetControlDelay 1
        SetWinDelay 0
        SetKeyDelay -1
        SetMouseDelay -1
        SetBatchLines -1
    
        ; main
        Sendinput {Shift Up}
        Sendinput {Click}
        Sleep, 0
        KeyWait, lButton, T0.105
        If ErrorLevel
        {
            While (GetKeyState("lButton", "P"))
            {
               Sendinput {Click}
               Sleep, 66
            }
            KeyWait, lButton
        }
        return
    
     
    Last edited: Feb 27, 2022
< Lf ahk gear swap that clicks barrage for mage switch | Looking for a instant tb/entangle ahk/script >

Users viewing this thread
1 guest


 
 
Adblock breaks this site