[Autoit] Hands Free Spinning menu

User Tag List

Results 1 to 1 of 1
  1. #1
    Derision's Avatar Contributor
    Reputation
    165
    Join Date
    Dec 2007
    Posts
    176
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Autoit] Hands Free Spinning

    If you visit EON this might look familiar, as I've posted it there. It is my work. You can pm mfatica@eon to confirm.

    Yes, I know its extremely simple.

    This allows you to spin hands-free. However, you must keep the Diablo 2 window as your focus and you cannot use the mouse. You can type and/or go afk.

    Compiling:
    If you don't know how to compile AutoIt:
    1. Download and install AutoIt v3 if you do not already have it. AutoIt v3 - Downloads
    2. Open up Notepad
    --Hold Windows Button and press R. type notepad and hit enter
    --or: Start -> Programs -> Accessories -> Notepad
    3. Copy&Paste the code below.
    4. Go to File -> Save As (Change Save As Type from *.txt to All Files) -> Autospin.au3
    --The extension MUST be au3 but the name can be changed to whatever.
    5. Right click the file -> Compile Script
    6. Run the exe you just made.
    7. Open D2, join Uber Game, buff, spin!

    Set-up:
    You have 2 options, either change your binds to match the script's (recommended) or change the script's to match yours. Regardless of your decision you MUST change your "Stand" hotkey to NUMPAD 0.
    If you want to change the script:
    Holy Shield - Q
    Weapon Switch - X
    Battle Command - W
    Battle Orders - O

    Usage:
    Buff (bo/bc/hs) - [
    Spin - Alt-O
    Stop Spinning - Alt-P

    To close the program, simply rightclick the tray icon and Exit.

    Code:
    #cs ---------------------------------------------------------------------------- 
     
     AutoSpin Version: 1.00 
     Author:        Derision@mmowned | mfatica@eon
     
     Makes spinning just that much easier. 
     
    #ce ---------------------------------------------------------------------------- 
     
    ;----------------------------------------VARS START---------------------------- 
       ;Hotkeys 
       $spinstart = "!o" 
       $spinstop = "!p" 
       $buff = "[" 
       $aura = "a" 
       $hs = "q" 
       $wepswitch = "x" 
       $bc = "w" 
       $bo = "e" 
       hotkeyset($spinstart, "spinstart") 
       hotkeyset($spinstop, "spinstop") 
       hotkeyset($buff, "buff") 
       idle() 
    ;----------------------------------------VARS END------------------------------ 
     
    func spinstart() 
       Send($aura) 
       Send("{NUMLOCK ON}") 
       Send("{NUMPAD0 DOWN}") 
       MouseDown("left") 
       Send("{NUMLOCK OFF}") 
       Send("{alt up}") 
       idle() 
    endfunc 
     
    func spinstop() 
       MouseUp("left") 
       Send("{NUMLOCK ON}") 
       Send("{NUMPAD0}") 
       Send("{alt up}") 
       idle() 
    endfunc 
     
    func buff() 
       Send($hs) 
       MouseClick("right") 
       Sleep(750) 
       Send($wepswitch) 
       Sleep(500) 
       Send($bc) 
       MouseClick("right") 
       Sleep(500) 
       Send($bo) 
       MouseClick("right") 
       Sleep(750) 
       Send($wepswitch) 
       idle() 
    endfunc 
     
    func idle() 
       While 1 
          Sleep(1400) 
       WEnd 
    endfunc

    [Autoit] Hands Free Spinning

Similar Threads

  1. Replies: 7
    Last Post: 05-01-2014, 01:44 AM
  2. [Selling] US Hand Powerleveling (First is Free)
    By Rowro in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 07-17-2010, 10:02 PM
  3. Replies: 3
    Last Post: 04-29-2009, 05:03 PM
  4. [Exploit] Zombie Event - Become a Hands Free ZERO CLICK Regenerating Zombie
    By TheAquarian in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 10-23-2008, 12:53 AM
  5. Looking for a free autoit bot that can help me devlope my skills
    By Black mage2021 in forum World of Warcraft General
    Replies: 4
    Last Post: 07-10-2006, 09:36 PM
All times are GMT -5. The time now is 10:02 PM. 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