Banned if flood.

EchoVide

New Member
Jul 8, 2013
28
0
Hey guys,
I'm using SwiftEmu revision 5 and for some reason users get automatically banned for spamming.

Why is this happening and how do I disable it?
Thanks,
EchoVide.
 

EchoVide

New Member
Jul 8, 2013
28
0
Oh, thanks, that solved it. Also, while I have this thread open, is there anyway to disable the "Become a Habbo Citizen" box on the right of the client?
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,907
In your emulator open up GameClientMessageHandler.cs and search for:

PHP:
public void SendAllowances()

Next scroll down (in that void) and find:

PHP:
if (!this.Session.GetHabbo().PassedQuiz)
{
this.GetResponse().Init(Outgoing.CitizenshipPanel);
this.GetResponse().AppendString("citizenship");
this.GetResponse().AppendInt32(1);
this.GetResponse().AppendInt32(4);
this.SendResponse();
}

Remove that or simply change it to:
PHP:
/*if (!this.Session.GetHabbo().PassedQuiz)
{
this.GetResponse().Init(Outgoing.CitizenshipPanel);
this.GetResponse().AppendString("citizenship");
this.GetResponse().AppendInt32(1);
this.GetResponse().AppendInt32(4);
this.SendResponse();
}*/

And debug the emulator and it will be done.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,907
Open up your external variables and search for:

Code:
eventinfo.enabled=true
Change it to:
Code:
eventinfo.enabled=false

And it should work like a charm, if you're using CloudFlare purge the cache.
 

EchoVide

New Member
Jul 8, 2013
28
0
Okay thanks. I said that'd be my last question, but when you open the navigator once entering the client, it tries loading the "Promoted" rooms, which there obviously isn't any. How do I make that load the normal rooms tab?
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,907
You could try changing the navigator settings in the variables, I'm not sure which specif one does it but here are two that could be changed:

Code:
navigator.default.view=public
new.identity.navigator.default_tab=official

Try that.
 

EchoVide

New Member
Jul 8, 2013
28
0
Yep! That changed the default page of navigator. Sorry if I'm becoming a pest, but I've noticed two small bugs. I'm unable to pick up my own pets, and when I restart the emulator the pet goes back into the inventory. Would you have a fix for either of these by any chance?
 

Users who are viewing this thread

Top