-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogress_main.ahk
More file actions
56 lines (45 loc) · 1.01 KB
/
progress_main.ahk
File metadata and controls
56 lines (45 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#Include progress2.ahk
;matt's referral link: "http://signup.leagueoflegends.com/?ref=4cc4c1a9f163d487340900"
;jlosh referral link: "http://signup.leagueoflegends.com/?ref=4df3022975a2d908834853"
;george ref link: "http://signup.leagueoflegends.com/?ref=4dc070d8d86a0397596492"
REFLINK := "http://signup.leagueoflegends.com/?ref=4dc070d8d86a0397596492"
PASSWORD := "random17"
#s::Reload
#t::Pause
;this is a utility testing method - feel free to swap it out for whatever function
#v::
Sleep, 1000
BuyXPBoost("small")
Loop, 4
{
DoBattleTraining()
Sleep, 5000
}
return
#z::
AutoSmurf("styx22Marvel", PASSWORD, REFLINK)
return
#q::
return
#w::
BotGameSlave("TT")
return
#x::
Sleep, 2000
;MakeNewSmurf("myclam7", PASSWORD, REFLINK)
;SmurfSetup("myclam7", PASSWORD)
;Loop, 2
;{
; DoBattleTraining()
; Sleep, 5000
;}
BuyXPBoost("small")
Loop, 4
{
DoBattleTraining()
Sleep, 5000
}
CloseLoLClient()
AutoSmurf("tiny1xprogress", PASSWORD, REFLINK)
AutoSmurf("tiny2xprogress", PASSWORD, REFLINK)
return