Results 1 to 1 of 1
  1. #1

    Default "My Shop Buyer" Title 500+ Times purchase automation tool

    Shamelessly adopted the idea from this thread to buy grinder, or any item to unlock the 500+ purchase

    1. Install AHK
    2. run the script as admin
    3. highlight your pointer above target item
    4. set item count
    5. start buying

    Feel free to modify any part of the script to suit your need, for example In this part;
    Code:
    While toggle = true
    	if (TargetGrinder > 0){
    		ControlSend,, {Right}, ahk_id %programid1% ; Cursor select one buy grinder
    		Sleep, 500
    		ControlSend,, {Enter}, ahk_id %programid1% ; Buy Item (Server Action)
    		Sleep, 500		
    		ControlSend,, {Enter}, ahk_id %programid1% ; Confirm Purchase (Server Action)
    		Sleep, 1000
    		ControlSend,, {Enter}, ahk_id %programid1% ; Close confirm dialogue
    		Sleep, 700	
    		UpdateStatus("Buying " . TargetGrinder - 1 . " More Grinders...")
    		--TargetGrinder
    		}
    	else {
    you could lower the Sleep time if you have better connection and screen refresh rate.


    Spoiler!


    https://streamable.com/rxbadx
    Attached Files Attached Files
    Last edited by quickasker; Mar 4, 2022 at 12:54 AM. Reason: attachment was invalid
    Is coffee good for you?

Similar Threads

  1. Dimmagolous 500 times L/PC?
    By Juggernaut29 in forum PSU General
    Replies: 20
    Last Post: Mar 9, 2011, 09:38 AM
  2. Famous Quotes from your Online adventures
    By Daikarin in forum Off-topic
    Replies: 40
    Last Post: Jun 22, 2002, 12:33 AM
  3. One-liners and Quotes
    By Samuel-Vimes in forum Off-topic
    Replies: 2
    Last Post: Mar 10, 2001, 07:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •