
hexscript
Member

Nov 21, 2005, 11:15 AM
Post #1 of 9
(354 views)
Shortcut
|
vb script help plz
|
Can't Post
|
|
ok i have the hole script down and it does everything (its a client) and the world select Cennect button has an error in it .... this is the part that it sais has the error ============================ Sub playrs(world As Integer) world_found = False For i = 0 To 48 If world = f2p(i) Then WebBrowser1.Top = -1800 world_found = True Else End If Next For i = 0 To 29 If world = p2p(i) Then WebBrowser1.Top = -430 worlf_found = True Else End If Next If world_found = False Then ok = MsgBox("Invalid world number '" & world & "', go to hell!", vbOKOnly, "world?") Exit Sub End If Source = Inet1.OpenURL("http://www.runescape.com/aff/runescape/serverlist.cgi?plugin=0&lores.x=79&lores.y=42") Key = Between(Source, "client.cgi?world=24&plugin=0&lores=79&", " oncontextmenu=")
======================================== -'`'-.,.-'` NoT ThE SmArTeSt EGGO In ThE FREEzR`'-.,.-'`'-
|