Results 1 to 1 of 1
  1. #1
    beecloven
    beecloven is offline
    Guest
    Join Date
    2012 Nov
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    [Guide] How to make a good strafe

    In this guide i will tell you how it's simple to make a good strafe without any difficulties and problem. Your strafe sync will be increased to 100%.
    1. Download the programm AutoIT from official site https://www.autoitscript.com/site/autoit/downloads/
    There is the link for virustotal: https://www.virustotal.com/ru/url/5d...c1ee/analysis/
    2. Create on your desktop an empty script like strafe.au3. Put in that file the code and save. Important thing is follow for a syntax. All information stored in file "Help" or if you will use key "F1" in the programm AutoIT. There is the code:
    #include <Misc.au3>
    For $i = 0 to 1 Step 0
    Switch MouseGetPos(0)
    Case 0 to 959
    Send("{d up}")
    Send("{a down}")
    Case 961 to 1920
    Send("{a up}")
    Send("{d down}")
    EndSwitch
    Next


    A short notice.
    959 961 1920 - it's the points of your display resolution. That means if your resolution will be 1024*768, then the variables will be changed too. There is an example:
    #include <Misc.au3>
    For $i = 0 to 1 Step 0
    Switch MouseGetPos(0)
    Case 0 to 511
    Send("{d up}")
    Send("{a down}")
    Case 513 to 1024
    Send("{a up}")
    Send("{d down}")
    EndSwitch
    Next


    3. Start the game and have fun with good strafing. Remember when you run script your moving of mouse is your strafes already. To stop it just stop your moving of mouse.
    If your script doesn't work without any reasons, then just try to change your default language to English in Windows settings and it will work.
    Before you will ask something, just read the documentation and instructions to the program
    AutoIT. The script is working at any program or game where was used same principle of strafing, for example like Quake.

Similar Threads

  1. Good Day
    By thegame77 in forum Introduction / Say 'Hello'
    Replies: 0
    Last Post: 2013-10-11, 03:46 AM
  2. What's a good topic, what deems a good topic?
    By cenhookshot in forum General Talk
    Replies: 0
    Last Post: 2012-10-10, 03:16 AM
  3. [Guide] AngelBot setup, Starting guide
    By Dwar in forum Aion Bots, Hacks, Cheats
    Replies: 0
    Last Post: 2010-11-29, 03:55 PM
  4. [Guide]Multi-Botting. Make 30m/week
    By mhongski in forum Trash Bin
    Replies: 0
    Last Post: 2010-10-29, 07:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •