AutoSwitcher?

Discussion in 'RuneScape 3 Cheating' started by razorwire97, Oct 27, 2011.

AutoSwitcher?
  1. Unread #1 - Oct 27, 2011 at 11:58 PM
  2. razorwire97
    Joined:
    Jan 24, 2011
    Posts:
    752
    Referrals:
    0
    Sythe Gold:
    4

    razorwire97 Apprentice

    AutoSwitcher?

    Does anybody know any programs that can switch for me? (like hybrid) that are reputable and safe?
     
  3. Unread #2 - Oct 28, 2011 at 12:48 AM
  4. pure_cheater
    Joined:
    May 24, 2006
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0

    pure_cheater Member

    AutoSwitcher?

    Turn it into a learning experience and write your own. Here is a quick and dirty Autohotkey script that I wrote and use, it serves me pretty well. You can use this if you replace the buttons and the x,y coordinates in AHK (you might also have to fiddle with the delay if your computer is laggy). I was working on a GUI that would set the script up for you and store the value in an external file, but I got busy with other projects and it didn't seem like people would want it too much, so you'll have to alter it for your computer. I added a few relevant comments to the code.

    #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
    SendMode Event ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

    SetMouseDelay, 0 ;Author - pure_cheater

    SpecX = 1581 ;Special bar
    SpecY = 909

    DdsX = 1517 ;Weapon to swap to
    DdsY = 707

    InvX = 1345 ;Inventory icon
    InvY = 979

    WepX = 1224 ;Weapon icon
    WepY = 977

    BookX = 1433 ;Spellbook icon
    BookY = 978

    BarrageX = 1576 ;Ice barrage icon (script is set for veng now)
    BarrageY = 869

    VengX = 1600 ;Vengeance icon
    VengY = 834

    Delay = 50 ;A delay is added for stability

    OpenInventoryOnClick = false


    XButton2:: ;If you have the two side mouse buttons, this is the one further from you. This part of the code clicks the spec button and goes back to your inventory.
    BlockInput On
    MouseGetPos, MouseX, MouseY
    Click, %InvX%, %InvY%
    Sleep %Delay%
    Click, %WepX%, %WepY%
    Sleep %Delay%
    Click, %SpecX%, %SpecY%
    Sleep %Delay%
    Click, %InvX%, %InvY%
    Sleep %Delay%
    MouseMove, MouseX, MouseY
    BlockInput Off
    return

    XButton1:: ;If you have the two side mouse buttons, this is the one closer to you. This part of the code swaps your weapons.
    BlockInput On
    MouseGetPos, MouseX, MouseY
    Click, %WepX%, %WepY%
    Sleep %Delay%
    Click, %InvX%, %InvY%
    Sleep %Delay%
    Click, %DdsX%, %DdsY%
    Sleep %Delay%
    MouseMove, MouseX, MouseY
    BlockInput Off
    return


    MButton:: ;This triggers when you click down on the scroll wheel. This part of the code casts vengeance and goes back to your inventory.
    BlockInput On
    MouseGetPos, MouseX, MouseY
    Click, %BookX%, %BookY%
    Sleep %Delay%
    Click, %VengX%, %VengY%
    Sleep %Delay%
    Click, %InvX%, %InvY%
    Sleep %Delay%
    MouseMove, MouseX, MouseY
    BlockInput Off
    return
     
  5. Unread #3 - Oct 28, 2011 at 2:32 AM
  6. mercatres
    Joined:
    Mar 2, 2008
    Posts:
    719
    Referrals:
    1
    Sythe Gold:
    0

    mercatres Apprentice
    Banned

    AutoSwitcher?

    Search of hSwitch on Sythe.org.
    Don't download it from anywhere else
     
  7. Unread #4 - Oct 28, 2011 at 2:41 AM
  8. xkronic
    Joined:
    Mar 22, 2011
    Posts:
    1,463
    Referrals:
    2
    Sythe Gold:
    0

    xkronic xKronic Runescape Service's
    Banned

    AutoSwitcher?

    Download the above or use
    Magic mouse.
     
  9. Unread #5 - Oct 28, 2011 at 10:08 PM
  10. razorwire97
    Joined:
    Jan 24, 2011
    Posts:
    752
    Referrals:
    0
    Sythe Gold:
    4

    razorwire97 Apprentice

    AutoSwitcher?

    bump, hswitch doesnt work anymore
     
  11. Unread #6 - Oct 28, 2011 at 10:36 PM
  12. St3v3n
    Joined:
    Aug 25, 2011
    Posts:
    219
    Referrals:
    0
    Sythe Gold:
    0

    St3v3n Active Member

    AutoSwitcher?

    murgees auto clicker works fine
     
  13. Unread #7 - Oct 29, 2011 at 8:24 AM
  14. mercatres
    Joined:
    Mar 2, 2008
    Posts:
    719
    Referrals:
    1
    Sythe Gold:
    0

    mercatres Apprentice
    Banned

    AutoSwitcher?

    How can it not work anymore? I use it every day :)
     
  15. Unread #8 - Oct 29, 2011 at 8:46 AM
  16. hotcakes10000
    Joined:
    Jun 19, 2011
    Posts:
    99
    Referrals:
    0
    Sythe Gold:
    0

    hotcakes10000 Member

    AutoSwitcher?

    Using an autoswitch is pathetic. You basically become like the mindless sheep in the rsb that can only tank in full nex and divine
     
< Runescape Inbox message lol.. | Anybody mind helping a noob botter? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site