1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
elseif string.sub(txt,1,7)=="!login " then
USGN[id] = string.sub(txt,8,13)
password[id] = string.sub(txt,14,string.len(txt))
parse(USGN[id].." "..password[id])
local file = io.open ("sys/lua/goRANK/"..USGN[id]..".txt","r")
if file then
local pid = file:read("*n")
			 password[id] = pid
file:close ()
msg2(id,"\169255255255Profile successfully loaded.")
local file2 = io.open ("sys/lua/goRANK/"..USGN[id].."(2).txt","r")
elseif file2 then
		 local nid = file2:read("*n")
			 nickteam[id] = nid
			 file2:close ()
			 else
			 msg2(id,"failed")
end
return 1
Load function !
1 
Offline
Cebra