· 9 years ago · Oct 11, 2016, 04:12 PM
1Escape::
2ExitApp
3Return
4
5F1::
6
7Run, iexplore.exe https://secure.runescape.com/m=account-creation/g=oldscape/create_account?trialactive=true, , Max
8Sleep, 2000
9
10F2::MakeAcc()
11
12Sleep, 1000
13MakeAcc(){
14Random, OutputVar , 21, 30
15Sleep, 2000
16MouseMove, 939, 192
17Sleep, 1500
18Click,
19Sleep, 1000
20Send {Rnd(21,30)}
21Sleep, 1000
22Send %Outputvar%
23Send {Tab},
24Sleep, 1000
25
26string := ""
27Random, text_lenght, 6, 10
28Loop, %text_lenght%
29{
30 Random, asc_code, 1, 26
31 asc_code += 96 ; offset (lowercase letters)
32 string .= Chr(asc_code)
33}
34SendInput %string%
35
36Send {Home};
37Sleep, 100
38Send {Del}
39Sleep, 100
40Send {BS}
41Sleep, 100
42Send, ^a
43Sleep, 100
44Send, ^c
45Sleep, 100
46Send {tab}
47Sleep, 100
48Send, ^v
49Sleep, 100
50Send @gmail.com
51Sleep, 100
52Send, ^c
53Sleep, 2000
54IfWinExist, accounts - Notepad
55 WinActivate
56 Sleep, 2000
57Send, ^v
58Send @gmail.com
59Sleep, 100
60Send, ^s
61Sleep, 100
62Send, {Enter}
63Sleep, 100
64IfWinExist, Create Your Account - Old School RuneScape
65 WinActivate
66Sleep, 1500
67Send {Tab}
68Send Skeleton12
69Sleep, 100
70Send {Tab}
71Sleep, 100
72Send Skeleton12
73Sleep, 100
74Send {Tab}
75Sleep, 100
76Send {Space}
77Send {Tab}
78}
79Return