Autohotkey: Is this script safe? menu

User Tag List

Results 1 to 2 of 2
  1. #1
    zivlaks's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Autohotkey: Is this script safe?

    I made a script that spams 1 when I hold 1 and spams 2 when I hold 2. I plan to use it for my rotation and the delays when spamming are randomized so they appear human.

    Can someone tell me if this kind of thing could be detected by Warden and how?




    Code:
    
    f12::
    Suspend,Toggle
    return
    
    #ifWinActive World of Warcraft
    {
    
    
    $1:: 
        If ((A_ThisHotkey = A_PriorHotkey) && (A_TimeSincePriorHotkey > 300)) {
            Gosub, 1Spam
        } Else If (A_ThisHotkey != A_PriorHotkey) {
            Gosub, 1Null
        }
    Return
    
    $2:: 
        If ((A_ThisHotkey = A_PriorHotkey) && (A_TimeSincePriorHotkey > 300)) {
            Gosub, 2Spam
        } Else If (A_ThisHotkey != A_PriorHotkey) {
            Gosub, 2Null
        }
    Return
    
    
    1Null:
        Send {1 down}
        RandSleep(16,26)           
        Send {1 up}                
        Return
    
    1Spam:
        While GetKeyState("1", "P") {  ;while 1 is held
    
         if(A_Index  == 1){            ;so the first one is pressed without a pause before it   
            Send {1 down}
            RandSleep(16,26)           ;short time it takes for you to let go of the key after...
            Send {1 up}                ;... you pressed it to make it look legit to the warden
            continue
         }
    
         RandSleep(412,589)            ; global cd of 0.77 with bloodlust and sephuz
         Send {1 down}
         RandSleep(16,26)              ;short time it takes for you to let go of the key after...
         Send {1 up}                   ;... you pressed it to make it look legit to the warden
         }
         Return
    
    
    2Null:
        Send {2}
        Return
    
    
    2Spam: 
        While GetKeyState("2", "P") {  ;while 2 is held
    
         if(A_Index  == 1){            ;so the first one is pressed without a pause before it   
            Send {2 down}
            RandSleep(16,26)           ;short time it takes for you to let go of the key after...
            Send {2 up}                ;... you pressed it to make it look legit to the warden
            continue
         }
    
         RandSleep(412,589)            ; global cd of 0.77 with bloodlust and sephuz
         Send {2 down}
         RandSleep(16,26)              ;short time it takes for you to let go of the key after...
         Send {2 up}                   ;... you pressed it to make it look legit to the warden
         }
    return 
    
    
    RandSleep(x,y) {
        Random, rand, %x%, %y%
        Sleep %rand%
    }
    Return
    
    }
    Last edited by zivlaks; 04-23-2018 at 04:41 AM.

    Autohotkey: Is this script safe?
  2. #2
    stevenv's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    25
    Thanks G/R
    4/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes it's detected. It's in the grey area. Their general rule is that there must be a static 1:1 inpututput ratio per client for external macro stuff. So multiboxing is okay because when you press the '1' key, it presses the '1' key in every client. I haven't seen any real reports of bans for using an ahk script that spams the key though like on wowlazymacros.

    Prior to my soapbox ban, I was using an ahk script that would just spam 2,3,4,5/etc(didnt care so much about rotations) in 50ms for over a year. Never got banned for AHK use but yeah they got me with soapbox. Doesn't give you a direct answer but hope it helps

Similar Threads

  1. [Hack] This guy teleport around the world, is this method safe?
    By hyanomori in forum Pokemon GO Hacks|Cheats
    Replies: 6
    Last Post: 08-25-2016, 12:07 AM
  2. What is wrong with this script?
    By XxCyanidexX in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 03-01-2009, 12:13 PM
  3. Is this safe?
    By Enuf in forum World of Warcraft General
    Replies: 3
    Last Post: 03-03-2008, 06:45 PM
  4. Is this safe? [Scamming]
    By Pyr0 in forum World of Warcraft General
    Replies: 4
    Last Post: 12-14-2007, 07:50 AM
  5. Is this website safe? "AzerothAdvisor"
    By Duplicity in forum Community Chat
    Replies: 4
    Last Post: 05-10-2007, 05:56 AM
All times are GMT -5. The time now is 11:50 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search