Immediately leave game with autoit/mouse scroll menu

User Tag List

Results 1 to 13 of 13
  1. #1
    hlhlhl's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Immediately leave game with autoit/mouse scroll

    can easily be scripted/macro'ed.

    Mwheeldown = Open inventory
    Mwheelup = Close all windows

    use your scroll wheel as fast as possible and you'll get connection interrupted.

    Only useful for things like goblin runs or leaving the game immediately.

    ^_^

    Immediately leave game with autoit/mouse scroll
  2. #2
    kindbudz's Avatar Knight-Lieutenant
    Reputation
    36
    Join Date
    Jun 2012
    Posts
    260
    Thanks G/R
    15/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    could this be used in HC in some way to prevent death?

  3. #3
    hesi's Avatar Sergeant
    Reputation
    56
    Join Date
    Feb 2011
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    maybe someone will try =)

    Autoit:
    Code:
    MouseWheel ( "direction" [, clicks] )
    
    Parameters
    direction "up" or "down" 
    clicks [optional] The number of times to move the wheel. Default is 1. 

  4. #4
    pwnagepimp's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It probably would need to be scripted.

    It took a long time to DC but it was probably a little faster than TP + Leave Game.

    A script would probably make it leave immediately.

  5. #5
    -AsS's Avatar Member
    Reputation
    2
    Join Date
    Jun 2009
    Posts
    23
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it just me who still has to wait 10 seconds before I'm able to join a new game if I disconnect while outside of town?

  6. #6
    Alumix's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    HotKeySet("n","leaveGame")
    HotKeySet("k","exitProg")
    $kickMe=False
    $keyOpen="i"
    $keyClose="{Space}"
    
    
    Func leaveGame()
       $kickMe= Not $kickMe
       while $kickMe 
    	  Send($keyOpen)
    	  Send($keyClose)
       WEnd
    EndFunc
    
    Func exitProg()
       Exit
    EndFunc
    
    while 1
       WEnd
    With this I get kicked in a bit more than 3 sec. i is intentory open, space is close.
    If you want to use other keys change $keyOpen and $keyClose.
    edit: to start/pause the script press N. to end the script press K
    DONT forget to press N after the kick!
    Last edited by Alumix; 07-03-2012 at 07:46 PM.

  7. #7
    Forty40's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this sounds like a really bad idea to use, lol

  8. #8
    cloudstrife007's Avatar Active Member CoreCoins Purchaser
    Reputation
    27
    Join Date
    Jun 2012
    Posts
    243
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just tested.. worked haha

  9. #9
    scoboose's Avatar Member
    Reputation
    4
    Join Date
    May 2010
    Posts
    37
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just tested with a g19, works like a charm

  10. #10
    internalcumbustion's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Forty40 View Post
    this sounds like a really bad idea to use, lol
    Well said.

  11. #11
    Creamp's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by -AsS View Post
    Is it just me who still has to wait 10 seconds before I'm able to join a new game if I disconnect while outside of town?
    Yeah its possible that server-side still has your character waiting 10 seconds before it officially removes your character from game.

  12. #12
    JackLinks's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Forty40 View Post
    this sounds like a really bad idea to use, lol
    Are they going to ban you for pressing keys to quickly?

  13. #13
    Blueice22's Avatar Active Member
    Reputation
    71
    Join Date
    Oct 2010
    Posts
    275
    Thanks G/R
    5/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JackLinks View Post
    Are they going to ban you for pressing keys to quickly?
    Faster then humanly possible? Yes....

Similar Threads

  1. [AutoIt] Leave Game Command Question.
    By OmegaGator in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 07-19-2012, 02:00 PM
  2. New to AutoIT need help with random mouse clicks
    By Eaassas in forum Diablo 3 Bots Questions & Requests
    Replies: 6
    Last Post: 06-11-2012, 12:16 PM
  3. how to play pc games with 360 controller
    By EliMob441 in forum Gaming Chat
    Replies: 3
    Last Post: 10-29-2007, 02:01 AM
  4. Making an anti-afk bot with AutoIT the easy way.
    By Tsai in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 10-02-2007, 04:22 PM
  5. need a little help with autoit
    By Demonshade in forum Community Chat
    Replies: 2
    Last Post: 07-27-2007, 05:20 AM
All times are GMT -5. The time now is 05:37 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search