[AutoHotKey]Devilian -- Remote quest accept and turn in + Auto run to quest script menu

User Tag List

Results 1 to 8 of 8
  1. #1
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,169
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [AutoHotKey]Devilian -- Remote quest accept and turn in + Auto run to quest script

    I was making a pixel reader so it would work for everyone and not hardcode any coords into it, but AHK was all like "**** you, I do what I want." and wasn't behaving the same every time I ran it. So I decided to just make it as efficient as possible and hardcode values.

    Instructions to modify the code are commented. --- See the script on pastebin for easier readability with syntax highlight: [Autohotkey] Parog @ OwnedCore - Pastebin.com


    Code:
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;              Made by Parog of OwnedCore.com 
    ;;
    ;; This script moves your mouse to specific coords. Run it once,
    ;; then left click the autohotkey icon on the taskbar and select
    ;; "Window Spy". Mouse over where you want it to click.
    ::
    ;;                  Run the script as admin
    ;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    
    
    
    
    
    
    ;Mouse button 4 will launch this part of the script
    XButton1::
    ;Save the mouse position for later so it returns at the same coords
    MouseGetPos, xpos, ypos
    ;Moves the mouse for the first click, change coords if needed. (Coords: The remote new quest(s) and quest(s) to turn in button)
    DllCall("SetCursorPos", int, 1770, int, 425)
    Click down, 1770, 425
    sleep 50
    Click up
    ;Waits for the window to pop up so we don't click before it shows
    sleep 100
    ;Moves the mouse for the second click, change coords if needed. (Coords: Quest accept and Quest Complete from the remote quest window after the first click)
    DllCall("SetCursorPos", int, 338, int, 819)
    Click down, 338, 819
    sleep 50
    Click up
    ;Returns the mouse where it originally was
    DllCall("SetCursorPos", int, xpos, int, ypos)
    return
    
    
    
    
    ;Mouse button 5 will launch this part of the script
    Xbutton2::
    ;Save the mouse position for later so it returns at the same coords
    MouseGetPos, xpos, ypos
    ;Moves the mouse for the first click, change coords if needed. (Coords:  "AutoRun" for the first quest of the quest tracker -- All the side quests you pick up are in the same area anyway)
    DllCall("SetCursorPos", int, 1870, int, 497)
    Click down
    sleep 50
    Click up
    ;Returns the mouse where it originally was
    DllCall("SetCursorPos", int, xpos, int, ypos)
    return
    What's a Parog?
    Looking for competitive Valorant team!

    [AutoHotKey]Devilian -- Remote quest accept and turn in + Auto run to quest script
  2. Thanks Augury13 (1 members gave Thanks to Parog for this useful post)
  3. #2
    Kash6's Avatar Member
    Reputation
    2
    Join Date
    Mar 2007
    Posts
    45
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What quest is this still useful for? I thought they fixed these

  4. #3
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,169
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For the 2nd hotkey; Any quest, they all have an "Autorun" button.
    For the 1st hotkey; Any remote quests that pops up on the quest tracker.

    If you don't understand what this does, don't use it. Simple as that.
    What's a Parog?
    Looking for competitive Valorant team!

  5. Thanks Iuri Matos (1 members gave Thanks to Parog for this useful post)
  6. #4
    Kash6's Avatar Member
    Reputation
    2
    Join Date
    Mar 2007
    Posts
    45
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Apologies if that came across the wrong way, I was just curious, I thought you meant it was for the refining stone kind of exploit. My bad.

  7. Thanks Parog (1 members gave Thanks to Kash6 for this useful post)
  8. #5
    Iuri Matos's Avatar Member
    Reputation
    1
    Join Date
    Jan 2016
    Posts
    7
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Parog View Post
    For the 2nd hotkey; Any quest, they all have an "Autorun" button.
    For the 1st hotkey; Any remote quests that pops up on the quest tracker.
    wow, nice!!
    i know autohotkey its better than autoit
    use to remaping keys
    Devilian no have possible use my mouse buttons (gamer mouse)..
    when need autohotkey to solution this.

    Thanks alot!!
    Last edited by Iuri Matos; 01-13-2016 at 10:09 PM.

  9. #6
    pewpewpew28's Avatar Member
    Reputation
    2
    Join Date
    Jan 2016
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can this be rewritten to do something like dungeons? like low level dungeons (ie Ruined Citadels, Silent Convent)

  10. #7
    Iuri Matos's Avatar Member
    Reputation
    1
    Join Date
    Jan 2016
    Posts
    7
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wtf i'm geting banned after use it!! :/ :/

  11. #8
    Anomie's Avatar Member
    Reputation
    2
    Join Date
    Dec 2014
    Posts
    2
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pewpewpew28 View Post
    Can this be rewritten to do something like dungeons? like low level dungeons (ie Ruined Citadels, Silent Convent)
    Its abit more complicated than that because in dungeons there is no autopathing and you have to deal with your character being displaced/stunned so predetermined coordinates are not very usefull XD.

  12. Thanks Parog (1 members gave Thanks to Anomie for this useful post)

Similar Threads

  1. [Selling] [AutoBuy] Level 1 PTC Accounts! [ToS Accepted and Email Verified]
    By Monold in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 08-28-2016, 06:15 AM
  2. [Buying] [AutoBuy] Level 1 PTC Accounts! [ToS Accepted and Email Verified]
    By Monold in forum World of Warcraft Buy Sell Trade
    Replies: 2
    Last Post: 08-28-2016, 06:11 AM
  3. Replies: 6
    Last Post: 01-15-2016, 05:53 PM
  4. [Selling] WTS Selling ArmA 2 OA Dayz Remote Exec Bypass and M0nky menu ++keys
    By stainless888 in forum General Trading Buy Sell Trade
    Replies: 0
    Last Post: 12-16-2012, 05:40 PM
  5. [Selling] WTS Selling ArmA 2 OA Dayz Remote Exec Bypass and M0nky menu
    By stainless88 in forum General Trading Buy Sell Trade
    Replies: 1
    Last Post: 12-16-2012, 04:18 PM
All times are GMT -5. The time now is 02:36 AM. 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