Results 1 to 1 of 1
  1. #1
    UCSerge's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    281
    Reputation
    10
    Thanks
    921

    Anti burst macro

    Anti burst macro made in autoit3.

    Code:
    #include<misc.au3>
    
    Opt("SendKeyDelay", 5)
    Opt("SendKeyDownDelay", 5)
    While 1
        If _IsPressed("01") Then
           Sleep(1)
           MouseUp("left")
            While _IsPressed("01")
               Sleep(1)
               WEnd
            EndIf
        If _IsPressed("2E") Then
            ExitLoop
         EndIf
        Sleep(10)
    WEnd
    Last edited by Hunter; 02-02-2016 at 08:59 AM.
    Vouches:
     
     
     

     
     
     

Similar Threads

  1. [Release] Anti-Recoil/Burst Script
    By tom0101 in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 106
    Last Post: 10-11-2013, 09:52 AM
  2. [Detected] Burst macro ver1.3 Upadate May 29, 2013
    By _Anonymous_ in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 14
    Last Post: 05-30-2013, 01:25 PM
  3. [Detected] Burst Macro [not a normal macro]
    By _Anonymous_ in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 41
    Last Post: 05-13-2013, 10:59 AM
  4. [Release] Anti recoil + burst Script beta Update 11.03.13 Undetected
    By GEHhgerhgerhgerhrhr in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 12
    Last Post: 03-13-2013, 08:29 AM
  5. Auto Clicking /Burst macro [UPDATE]
    By Cirion66 in forum All Points Bulletin Reloaded Hacks
    Replies: 61
    Last Post: 08-25-2011, 04:26 PM