RuneScape Auto Login.. Possible?

Ask gaming related questions (AHK v1.1 and older)
bunnytree2
Posts: 1
Joined: 14 May 2017, 23:32

RuneScape Auto Login.. Possible?

14 May 2017, 23:38

So I was just wondering.. Im sure many of you have heard of the game RuneScape.
Now I was wondering if there is a way to automate a login using the client. Not the website.
I tried this with another scripting language but when ever I did it, it typed the name and password multiple times and didnt stop.
So I made it to where it only does it once but what if my internet dced? Then it wont log on and it will still only run once.

So I was thinking is there a way to check if it has logged in or not? Maybe some color detection or something?
Blade249
Posts: 1
Joined: 24 Jan 2018, 21:39

Re: RuneScape Auto Login.. Possible?

24 Jan 2018, 21:47

Almost a year after not sure if you already made one or even still play rs or still make ahk scripts but I made a fairly simple one

Code: Select all

f8::
{
send, ;[Email/Username]
sleep 200
send, {Tab}
sleep 200
send, ;[Password]
sleep 200
send, {Enter}
sleep 2000
MouseMove, 1155, 558 ;This is setup to just click one the first favorite world you can change the coords or just remove it
sleep 500
Click
Return
}

esc::exitapp

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 93 guests