[FREE] WK's GEAR SWAP BOT menu

Shout-Out

User Tag List

Page 26 of 32 FirstFirst ... 222324252627282930 ... LastLast
Results 376 to 390 of 469
  1. #376
    gamemaste789's Avatar Member
    Reputation
    3
    Join Date
    Jul 2012
    Posts
    63
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So i put it to the max speed and no delay and its like 0 speed...
    Code:
    ; -------------------- Gear Swap Configuration Settings --------------------- ;
    
    
    ; -------------------- Required Configuration Settings --------------------- ;
    [Resolution]
    ;The resolution you play at.
    WindowSize=800x600
    [Switch Speed]
    ;How fast you want to swap gear.
    SwitchSpeed=16
    
    ; -------------------- Optional Configuration Settings --------------------- ;
    [Delay Speed]
    ;Any delay you wish to add, in a measurement of miliseconds.
    DelaySpeed=0
    
    [OpenKey]
    ;Custom configured key for opening inventory
    OpenCustom=I
    
    [CloseAllKey]
    ;Custom configured key for closing all open windows.
    CloseCustom={SPACE}
    
    [MainHandMode]
    ;Configure to allow Main Hands to always equip on startup.
    ;A value of 1 = always,
    ;A value of 0 = manually press the button to enable.
    MainHand=0
    [PermDisable]
    ;Configure to always disable 0/6 keys on startup.
    ;A value of 1 = always,
    ;A value of 0 = manually press the button to enable.
    PermDisable=0
    [RandomClick]
    ;Configure to allow randomization of clicks when swapping gear.
    ;A value of 1 = will randomly click.
    ;A value of 0 = will always click the coordiantes in the script file.
    RandomClick=1
    
    ;WARNING: ADVANCED!!
    ;This is how many pixels you want the randomization to factor in. 
    ;The higher the number, the larger the randomization, but may lead
    ;to inaccurate clicks.
    RandomAmount=3
    ; -------------------- Optional Other Configuration Settings --------------------- ;
    [Prompt]
    ;Prompt on opening. This shows the pop-up of your settings.
    ;A value of 1 = disable prompt on startup
    ;A value of 0 = prompt on startup.
    PromptUser=0
    
    [Beep]
    ;Makes a beep when auction house mode is enabled.
    ;1 = enable Beep
    ;0 = disable Beep
    BeepEnabled=0
    
    
    [Mouse Location]
    ;Mouse location upon completion of a gear swap.
    ;A value of 1 = return to last position.
    ;A value of 0 = mouse will not move.
    MouseLoc=1
    
    [BlockInput]
    ;Will prevent you from using your mouse or keyboard during a swap.
    ;A value of 1 = blocks input
    ;A value of 0 = will not block input.
    Blocked=1
    ; -------------------- Loading Script File Locations and Names --------------------- ;
    ;Warning changing these and not having correct names will break everything.
    ;The folder your scripts are located in
    [ScriptFolder]
    FolderName=scripts/
    ;The file that holds the name of all the scripts to open.
    [List of Scripts]
    FileName=resolutions.txt
    ; -------------------- End Of   Gear Swap   Settings --------------------- ;
    ; -------------------- End Of   Gear Swap   Settings --------------------- ;

    [FREE] WK's GEAR SWAP BOT
  2. #377
    zachvsyou's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    up and working, great bot

  3. #378
    who knows's Avatar Contributor
    Reputation
    110
    Join Date
    Nov 2007
    Posts
    284
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bozow888 View Post
    Hi Who Knows,
    If you would be so kind. Can you share the source code of the .au3 file used to complile the WK_Recorder_v1.exe and WK_GearSwap_v6.exe. Look very well written and would like to learn how its done. Thanks
    Are you a software engineer?
    Originally Posted by gamemaste789 View Post
    So i put it to the max speed and no delay and its like 0 speed...
    Code:
    ; -------------------- Gear Swap Configuration Settings --------------------- ;
    
    
    ; -------------------- Required Configuration Settings --------------------- ;
    [Resolution]
    ;The resolution you play at.
    WindowSize=800x600
    [Switch Speed]
    ;How fast you want to swap gear.
    SwitchSpeed=16
    
    ; -------------------- Optional Configuration Settings --------------------- ;
    [Delay Speed]
    ;Any delay you wish to add, in a measurement of miliseconds.
    DelaySpeed=0
    
    [OpenKey]
    ;Custom configured key for opening inventory
    OpenCustom=I
    
    [CloseAllKey]
    ;Custom configured key for closing all open windows.
    CloseCustom={SPACE}
    
    [MainHandMode]
    ;Configure to allow Main Hands to always equip on startup.
    ;A value of 1 = always,
    ;A value of 0 = manually press the button to enable.
    MainHand=0
    [PermDisable]
    ;Configure to always disable 0/6 keys on startup.
    ;A value of 1 = always,
    ;A value of 0 = manually press the button to enable.
    PermDisable=0
    [RandomClick]
    ;Configure to allow randomization of clicks when swapping gear.
    ;A value of 1 = will randomly click.
    ;A value of 0 = will always click the coordiantes in the script file.
    RandomClick=1
    
    ;WARNING: ADVANCED!!
    ;This is how many pixels you want the randomization to factor in. 
    ;The higher the number, the larger the randomization, but may lead
    ;to inaccurate clicks.
    RandomAmount=3
    ; -------------------- Optional Other Configuration Settings --------------------- ;
    [Prompt]
    ;Prompt on opening. This shows the pop-up of your settings.
    ;A value of 1 = disable prompt on startup
    ;A value of 0 = prompt on startup.
    PromptUser=0
    
    [Beep]
    ;Makes a beep when auction house mode is enabled.
    ;1 = enable Beep
    ;0 = disable Beep
    BeepEnabled=0
    
    
    [Mouse Location]
    ;Mouse location upon completion of a gear swap.
    ;A value of 1 = return to last position.
    ;A value of 0 = mouse will not move.
    MouseLoc=1
    
    [BlockInput]
    ;Will prevent you from using your mouse or keyboard during a swap.
    ;A value of 1 = blocks input
    ;A value of 0 = will not block input.
    Blocked=1
    ; -------------------- Loading Script File Locations and Names --------------------- ;
    ;Warning changing these and not having correct names will break everything.
    ;The folder your scripts are located in
    [ScriptFolder]
    FolderName=scripts/
    ;The file that holds the name of all the scripts to open.
    [List of Scripts]
    FileName=resolutions.txt
    ; -------------------- End Of   Gear Swap   Settings --------------------- ;
    ; -------------------- End Of   Gear Swap   Settings --------------------- ;
    So I see your swap speed is 16 and your microdelay is 0. This is very odd. I haven't personally swapped my setting speeds in many revisions (3.0~). I don't think this should be happening. Are you running the program as administrator? Also, thanks for copying your config.

    Originally Posted by zachvsyou View Post
    up and working, great bot
    You're very welcome!
    My Diablo 3 Gear Swap Program:
    https://www.ownedcore.com/forums/diablo-3/diablo-3-bots-programs/352782-free-wks-gear-swap-bot.html

  4. #379
    gamemaste789's Avatar Member
    Reputation
    3
    Join Date
    Jul 2012
    Posts
    63
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why you say that im a software person?, and yes i run everything as admin... dnt take chances with win7 and what do u mean by "I haven't personally swapped my setting speeds in many revisions"

  5. #380
    sparklehorse's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does this work on a mac ?

  6. #381
    who knows's Avatar Contributor
    Reputation
    110
    Join Date
    Nov 2007
    Posts
    284
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gamemaste789 View Post
    why you say that im a software person?, and yes i run everything as admin... dnt take chances with win7 and what do u mean by "I haven't personally swapped my setting speeds in many revisions"
    I was talking to someone else about the software question, I quoted a different person above you.
    I haven't used that functionality other than for testing purposes. I know it works, I just don't personally change my speeds.
    Originally Posted by sparklehorse View Post
    does this work on a mac ?
    No, it does not. You can bootcamp to windows and it will work there.

    Sidenote:
    Working on Revision 7, will include gearswap hotkeys that are configurable, and may include an option to only swap weapons independently.
    Also removing The "closebot" functionality completely. You can already close the bot via the red x or from the "File" drop-down menu.
    My Diablo 3 Gear Swap Program:
    https://www.ownedcore.com/forums/diablo-3/diablo-3-bots-programs/352782-free-wks-gear-swap-bot.html

  7. #382
    bozow888's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by who knows View Post
    Are you a software engineer?
    Hi who knows,
    No software engineer. learning autoit script language. Trying to create a GUI control panel for a script to report live data and change setting on the fly. Your gear swap program might contain function or good technique to pick up. Hope you can share.

  8. #383
    iceicyz's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice work man! Doing good. thanks alot ya!

  9. #384
    LTCol's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do you make it work on window mode? thanks!

  10. #385
    Pumbas's Avatar Active Member
    Reputation
    16
    Join Date
    Jul 2012
    Posts
    203
    Thanks G/R
    1/0
    Trade Feedback
    12 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I also recomend murgree auto click =D, if it does not work try murgree feel free to send me a message =)

  11. #386
    gamemaste789's Avatar Member
    Reputation
    3
    Join Date
    Jul 2012
    Posts
    63
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    found out ur thing is incorrect it says the higher the number the faster it is, \

    Code:
    ;How fast you want to swap gear.
    SwitchSpeed=0
    i looked at that and made my changes and thats y i thought bigger the number, the faster it goes nope, 0 = fastest

  12. #387
    SeaNanners's Avatar Member
    Reputation
    5
    Join Date
    Aug 2012
    Posts
    218
    Thanks G/R
    4/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, read my PM sir

  13. #388
    nwnolan's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to change the hotkey that initiates the program (6/F1) to something more manageable for my key set up (like D or 4)?

  14. #389
    xcpustyle's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you so much man,

    This gears swap is awesome.

  15. #390
    LoverBoy24's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ater a few minutes it minimizes the game and shows bot window in windows.Why is that ?
    In the game the bot does it's job.
    Thanks !

Page 26 of 32 FirstFirst ... 222324252627282930 ... LastLast

Similar Threads

  1. Replies: 0
    Last Post: 04-25-2008, 01:50 AM
  2. [Gear Swap] Hex Code sites?
    By recklesss in forum WoW ME Questions and Requests
    Replies: 4
    Last Post: 03-04-2008, 02:08 PM
  3. [Gear swap] Warrior
    By Yozka in forum World of Warcraft Model Editing
    Replies: 10
    Last Post: 12-30-2007, 05:15 AM
  4. [Gear Swap] S3 PvP -> Tier 3
    By Yozka in forum World of Warcraft Model Editing
    Replies: 19
    Last Post: 12-29-2007, 12:43 AM
  5. Hunter twink gear swap
    By sabien in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 05-08-2007, 10:27 PM
All times are GMT -5. The time now is 09:14 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