Floodtime? SwiftEMU

Damon

Member
Aug 13, 2012
364
114
Edit emulator using Visual Studio...

Go to Butterfly > Messages > GameClientMessageHandler.cs
Search for: [CTRL F]
Code:
if (((span.Seconds < 4) && (this.FloodCount > 5)) && (this.Session.GetHabbo().Rank < 5))


Now replace that above code with:
Code:
if (((span.Seconds < 4) && (this.FloodCount > 10)) && (this.Session.GetHabbo().Rank < 5))

Notice the only thing that was changed was the value of "(this.FloodCount > 5)) " Change into any number you think that be good, but 10 worked fine for me. It stops flood how i'd want it.
 

Users who are viewing this thread

Top