PDA

View Full Version : "My Shop Buyer" Title 500+ Times purchase automation tool



quickasker
Mar 4, 2022, 12:51 AM
Shamelessly adopted the idea from this thread (https://www.pso-world.com/forums/showthread.php?238935-Grinders-buying-selling-automation-tool) 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;


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-BOX]
turns out the shop owner also has to get certain title too for putting their advertisement :c

https://i.ibb.co/1bTSbGZ/sage.png (https://ibb.co/8X9hXgM)
[/SPOILER-BOX]

https://streamable.com/rxbadx