Need to fix the teleport command in Infiltration

05/21/2011 10:41 campomanes25#1
Hellow we have fixed the createitem,invisible,godmode and etc except teleport command in Tom's infiltration.Can someone tell me the fix for the teleport command pls?.Cause still if you gonna use infiltration hack Teleport will still work.Thank you once again
05/21/2011 16:24 Sedrika#2
This is the wrong section.

#Moverequest to P-Server


And for the Teleport search for "OnTeleportPlayer" in the WorldServer and add to the function this Command:
Code:
if( !pUser->IsAuthHigher( AUTH_GAMEMASTER ) )
{
Error( "[Teleport Hack] %s", pUser->GetName() );
return;
}
So you can see the User in the Error.txt who's trying to use Teleport hack.
05/21/2011 19:00 Daniiii#3
moved
05/23/2011 09:27 campomanes25#4
Quote:
Originally Posted by Sedrika View Post
This is the wrong section.

#Moverequest to P-Server


And for the Teleport search for "OnTeleportPlayer" in the WorldServer and add to the function this Command:
Code:
if( !pUser->IsAuthHigher( AUTH_GAMEMASTER ) )
{
Error( "[Teleport Hack] %s", pUser->GetName() );
return;
}
So you can see the User in the Error.txt who's trying to use Teleport hack.
Sedrika,it's not working xD.Teleport still works and nothing appears in the error.txt,Can someone pls post a code here on how to block teleport command in Tom's infiltration
05/23/2011 10:04 TheCubed#5
First of all I don't think Tom is using "OnTeleportPlayer".

Have you sniffed the packet?

I think Tom sends a new Position to the server.
What you could do is to search for the function which updates Player positions.
There you could calculate a "MaxMovingRange" and check this.
05/23/2011 12:59 .Crasy#6
Change Packet? :s
05/23/2011 13:32 Pumbaaa#7
Quote:
Originally Posted by .Crasy View Post
Change Packet? :s
Easiest way to stop the kiddies who use this shit :>
05/23/2011 13:48 .Tear#8
Quote:
Originally Posted by Pumbaaa View Post
Easiest way to stop the kiddies who use this shit :>
And It is a Good way to Stop the awakening tool from the Packet Editor. ^^
05/23/2011 13:58 Pumbaaa#9
By Editing the packet structure you can fix Infiltration full...
05/24/2011 02:47 campomanes25#10
Quote:
Originally Posted by Pumbaaa View Post
By Editing the packet structure you can fix Infiltration full...
Hi,can you jst post a code to fix the teleport in infiltration?PLS