RuneScape 3 Script

Mubashir Khalid

A python script to keep the character from logging out:

from ahk import AHK
from ahk.window import Window
from ahk.keys import Key
import random, time
ahk = AHK()

rswin = ahk.win_get(title='RuneScape')
print("\n\n\n\n", rswin )


#left = Key(key_name='Left')
#rswin.activate()
while True:
rswin.send('{Left}',press_duration=random.uniform(200,1000)) #time is in miliseconds
time.sleep(random.uniform(30,100))
Like this project
0

Posted Jan 22, 2023

This is a short script that keeps the user from logging out by getting timed out. I don't condone the use of this script; it is just a display of my abilities.

Likes

0

Views

41

Cursor Coordinates
Cursor Coordinates
My First Professional Landing Page
My First Professional Landing Page