Chancing/Scouring Script (AHK) menu

User Tag List

Results 1 to 15 of 15
  1. #1
    Raiwulf's Avatar Member
    Reputation
    8
    Join Date
    Nov 2016
    Posts
    45
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Chancing/Scouring Script (AHK)

    You need currency tab for this. Put the item on the Currency tab. Press F1. It will spam chance/scour till you press ESC.

    Resolution: 1920x1080

    Code:
    #SingleInstance , Force
    
    toggle := 0 ;
    Esc::ExitApp ;
    f1::
        toggle := !toggle
    
        if (toggle = 1) {
    Loop{
    Send {Click, 236, 293, right}
    Sleep 64
    Send {Click, 330 , 475}
    Sleep 64
    Send {Click, 172, 470, right}
    Sleep 64
    Send {Click, 330 , 475}
    }
        }
    return

    Chancing/Scouring Script (AHK)
  2. Thanks poemain01, Johnnymarshy, deomexuathe, An7hrax (4 members gave Thanks to Raiwulf for this useful post)
  3. #2
    Johnnymarshy's Avatar Member
    Reputation
    1
    Join Date
    Apr 2020
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    THANK YOU soooooooooo much dude THANK YOU THANK YOU my hand thanks you from the bottom of my heart ^^

    EDIT : i created an account just to thank you lol

  4. #3
    Raiwulf's Avatar Member
    Reputation
    8
    Join Date
    Nov 2016
    Posts
    45
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Johnnymarshy View Post
    THANK YOU soooooooooo much dude THANK YOU THANK YOU my hand thanks you from the bottom of my heart ^^

    EDIT : i created an account just to thank you lol
    you are welcome i was planning to make a hud plugin but this seemed easier and safer

  5. #4
    JomGod's Avatar Active Member God
    CoreCoins Purchaser
    Reputation
    21
    Join Date
    Mar 2010
    Posts
    99
    Thanks G/R
    1/3
    Trade Feedback
    10 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would recommend a bit more randomization, If anyone want one for 1440p, i made one for that.

    1440p chance AHK script
    press 1 to start, 2 to pause/reload and 3 to exit.
    Code:
    1::
    
    
    loop{
    
    ;Random Variable Declarations
    	;Chance Orb
    	random, chancex, 290, 330
    	random, chancey, 365, 410
    	
    	;Middle Item
    	random, itemx, 410, 450
    	random, itemy, 550, 620
    	
    	;Middle Item
    	random, item2x, 400, 450
    	random, item2y, 610, 660
    	
    	;Scour Orb
    	random, scourx, 211, 258
    	random, scoury, 610, 656
    	
    	;Sleeps
    	random, s1, 50, 100
    	random, s2, 250, 500
    	
    ;Script Start
    	Mousemove, chancex, chancey, 3
    	sleep s1
    	click, right
    	sleep s1
    	
    	Mousemove, itemx, itemy, 3
    	sleep s1
    	click
    	sleep s1
    	
    	Mousemove, scourx, scoury, 3
    	sleep s1
    	click, right
    	sleep s1
    
    	Mousemove, item2x, item2y, 3
    	sleep s1
    	click
    	sleep s2	
    
    }
    
    2::reload
    3::exitapp
    Please +rep me if i have ever helped you

  6. Thanks An7hrax, toadskin (2 members gave Thanks to JomGod for this useful post)
  7. #5
    An7hrax's Avatar Active Member
    Reputation
    43
    Join Date
    Jul 2007
    Posts
    184
    Thanks G/R
    20/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update it to copy the item text to clipboard and check a string (for testing i check for magic items) and breaks the loop if it's true.
    1920x1080 resultion
    7 to start
    8 to pause
    ctrl-f9 to debug clipboard
    ctrl-esc to exit application

    Code:
    7::
    Clipboard := ""
    loop{
    
    	;Chance Orb
    	random, chancex, 236, 238
    	random, chancey, 293, 295
    
    	;Middle Item
    	random, itemx, 330, 332
    	random, itemy, 475, 478
    
    	;Middle Item
    	random, item2x, 330, 332
    	random, item2y, 475, 478
    
    	;Scour Orb
    	random, scourx, 172, 174
    	random, scoury, 470, 472
    
    	;Sleeps
    	random, s1, 50, 100
    	random, s2, 250, 500
    
    	Mousemove, chancex, chancey, 3
    	sleep s1
    	click, right
    	sleep s1
    	
    	Mousemove, itemx, itemy, 3
    	sleep s1
    	click
    	sleep s1
    
    	Mousemove, itemx, itemy, 3
    	Sleep 1000
    	Send ^c
    	ClipWait, 5,5
    	Sleep 1000
    	If InStr( Clipboard, "Magic" ) {
    		MsgBox, ,Success!!,%Clipboard%,
    		Break
    	} Else {
    		ToolTip The clipboard contains:`n%Clipboard%
    		Mousemove, scourx, scoury, 3
    		sleep s1
    		click, right
    		sleep s1
    
    		Mousemove, item2x, item2y, 3
    		sleep s1
    		click
    		sleep s2
    	}
    }
    Return
    
    8::Reload
    ^F9::MsgBox, The clipboard contains:`n%clipboard%
    ^Esc::ExitApp
    Last edited by An7hrax; 04-28-2020 at 09:18 AM.

  8. #6
    HwtChirino's Avatar Active Member CoreCoins Purchaser
    Reputation
    23
    Join Date
    Jun 2012
    Posts
    32
    Thanks G/R
    2/10
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Seems crappy for chancing a HH, since you have to be in a Nemesis map.

  9. #7
    An7hrax's Avatar Active Member
    Reputation
    43
    Join Date
    Jul 2007
    Posts
    184
    Thanks G/R
    20/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HwtChirino View Post
    Seems crappy for chancing a HH, since you have to be in a Nemesis map.
    Not ment for getting HH since you need your stash.
    This is used to get the league achievement to chance a unique item.

  10. #8
    Vajonah's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would it even be possible to edit the script to work from the inv? that way you could use it in a Nemesis map for HH

  11. #9
    Kisami's Avatar Member
    Reputation
    1
    Join Date
    Apr 2023
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone can help me to put this script in a ahk script?

  12. #10
    Kisami's Avatar Member
    Reputation
    1
    Join Date
    Apr 2023
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The Macro is Only clicking the shiled Move to chance click the shield nothing more

  13. #11
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kisami View Post
    Anyone can help me to put this script in a ahk script?
    This is already an AHK script.

    Instead of using this script, try using AdvancedStashHelper instead. Works very well.

  14. #12
    marekjemiolak's Avatar Member
    Reputation
    10
    Join Date
    Feb 2017
    Posts
    101
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    fixed script from fist post for 1920x1080
    f1 start
    esc stop
    start with white item

    Code:
    #SingleInstance , Force
    
    toggle := 0 ;
    Esc::ExitApp ;
    f1::
        toggle := !toggle
    
        if (toggle = 1) {
    Loop{
    Send {Click, 224, 265, right}
    Sleep 64
    Send {Click, 325 , 450}
    Sleep 64
    Send {Click, 430, 500, right}
    Sleep 64
    Send {Click, 325 , 450}
    }
        }
    return

  15. #13
    aseasease's Avatar Member
    Reputation
    1
    Join Date
    Nov 2018
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this script uses scours infinitely, right? does not stop when it hits a uniquie?

  16. #14
    duypn's Avatar Member
    Reputation
    1
    Join Date
    Oct 2022
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, i use your scrip but no active

  17. #15
    PillowPrincess's Avatar Member
    Reputation
    2
    Join Date
    Jun 2023
    Posts
    1
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated the script to work on 1920x1080 Monitors.
    Has some pseudo randomization with the sleep timer + coordinates, automatically stops when hitting a unique item

    Hope it helps^^

    Code:
    #SingleInstance , Force
    
    toggle := 0 ;
    f3::ExitApp ;
    f2::Pause ;
    f1::
        toggle := !toggle
        Clipboard := ""
        Unique := "Unique"
    
        if (toggle = 1) {
    Loop{
        ;Random Zones
            ;Chance Orb
            Random, chancex, 210, 225
            Random, chancey, 300, 315
    
            ;Item in Tab
            Random, itemx, 300, 350
            Random, itemy, 414, 470
    
            ;Scour Orb
            Random, scourx, 420, 443
            Random, scoury, 535, 545
    
            ;Sleeps
            Random, s1, 64, 128
    
        ;Automated chancing
        MouseClick, right, %chancex%, %chancey%
        Sleep, s1
        MouseClick, left, %itemx%, %itemy%
        Sleep, s1
        MouseClick, right, %scourx%, %scoury%
        Sleep, s1
        MouseClick, left, %itemx%, %itemy%
        Sleep, s1
    
        ;Copy item data to clipboard, check for Unique Item, if the item is Unique, break the loop & display a message
        Send, ^c
        ClipWait, 5
        Sleep, 5
        If InStr(Clipboard, Unique)
            MsgBox, "Unique Item Obtained"
        Else
            ;Repeat Loop
            MouseClick, right, %chancex%, %chancey%
            Sleep, s1
            MouseClick, left, %itemx%, %itemy%
            Sleep, s1
            MouseClick, right, %scourx%, %scoury%
            Sleep, s1
            MouseClick, left, %itemx%, %itemy%
            Sleep, s1
    }
        }
    return
    Last edited by PillowPrincess; 06-09-2023 at 01:21 PM.

  18. Thanks madgaming (1 members gave Thanks to PillowPrincess for this useful post)

Similar Threads

  1. Replies: 1
    Last Post: 05-04-2018, 09:45 AM
  2. [script]AHK combat rotation warrior
    By proteu in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 11-04-2014, 10:18 AM
  3. Archon Buff Auto Cancel Script - AHK
    By rexstopher in forum Diablo 3 Bots and Programs
    Replies: 5
    Last Post: 09-12-2013, 11:59 PM
  4. [Release] [Script] AHK - 24hr Silence
    By skakid in forum Neverwinter Bots and Programs
    Replies: 10
    Last Post: 06-01-2013, 09:28 PM
  5. [AHK Script] Multi-directional Hunter Disengage
    By CrazyCactuaR in forum World of Warcraft Bots and Programs
    Replies: 2
    Last Post: 04-03-2009, 09:11 AM
All times are GMT -5. The time now is 12:59 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