Log in

View Full Version : Help with Username



Sterg789
01-23-2012, 06:08 AM
I need help. I'm completely new to simba, so bare with me. I downloaded SurfingYewsEdgeville V1.2 And it won't let me type in my username or password anywhere. Does anyone know where to type this in or how to? It keeps saying "One minute has passed" and stuff like that. Thanks!

Adobe
01-23-2012, 06:12 AM
Click Disable SMART, at the bottom of the client.

Drax
01-23-2012, 06:13 AM
OK find this bit of script.

procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

Players[0].Name := 'Username'; // Username
Players[0].Pass := 'password'; // Password
Players[0].Active := True;
Players[0].Pin := '';
Players[0].BoxRewards := ['Xp', 'mote', 'ostume', 'oins', 'aphire', 'ssence'];
end;

see where i have highlighted it red user name and password put your information in there.

Sterg789
01-23-2012, 06:15 AM
OK find this bit of script.

procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

Players[0].Name := 'Username'; // Username
Players[0].Pass := 'password'; // Password
Players[0].Active := True;
Players[0].Pin := '';
Players[0].BoxRewards := ['Xp', 'mote', 'ostume', 'oins', 'aphire', 'ssence'];
end;

see where i have highlighted it red user name and password put your information in there.

Oh my gosh I'm an idiot. I was replacing the // Username and //Password LOL

kevin33
01-23-2012, 06:16 AM
Ok well you type it in before you run it and then save it so u dont have to do it again.
As for where, right here:

13320

^lol to above post. there you have it

Drax
01-23-2012, 06:32 AM
Oh my gosh I'm an idiot. I was replacing the // Username and //Password LOL

LOl Glad to help, remember if it is related with my script paste it on the script wall so i can help easier also it may help others that are reading along. Thanks