Added simple mining script.
This commit is contained in:
parent
93ee2bb257
commit
336336fa35
10
rs3_mining.py
Normal file
10
rs3_mining.py
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
from super_bot import SuperBot, hours
|
||||||
|
|
||||||
|
timer = hours(2)
|
||||||
|
bot = SuperBot()
|
||||||
|
curson_location = bot.mouse.position
|
||||||
|
|
||||||
|
while timer.ongoing():
|
||||||
|
bot.mouse.position = curson_location
|
||||||
|
bot.left_click()
|
||||||
|
bot.super_random_sleep(15_000, 20_000)
|
||||||
Loading…
Reference in a new issue