Quote:
Originally Posted by taylor2846
kk i will create one starting now may not get done tonight because i may go watch a movie here in a bit.
#Edit
do you want me to create a simple webpage or one with a pictures and stuff?
are there anything else you would like me to include other then a Register Page?
|
Register page is fine.
Can you include accountname, password, email, security question, security answer, captcha and some limit on creating accounts like that you can only create one every 15minutes?
It would be awesome.
#Edit:
Btw. a note to all, speedhack is still working. You will need to fix by ur self.
Well the anti speedhack works, but is not always it occure. Is like 1/10 times, with full speed on.
I think is something with Time stamp maybe?
Code:
#if PROTECTION_SPEEDHACK
if (Client.TimeStamps.LastClientWalk.Time >= Packet->TimeStamp.Time)
{
Client.Send(MessageConst.SPEED_HACK);
Client.Teleport(Client.Entity.MapID, Client.Entity.X, Client.Entity.Y);
return;
}
if ((Client.Entity.StatusFlag & StatusFlag.Cyclone) != StatusFlag.Cyclone)
{
if (Packet->TimeStamp.Time - Client.TimeStamps.LastClientJump.Time <= 200)
{
Client.Send(MessageConst.SPEED_HACK);
return;
}
}
Client.TimeStamps.LastClientWalk = Packet->TimeStamp;
#endif
#Edit
How do I clear nobility?
I have deleted all info inside Nobility & Tournament, but still not clearing ingame ><