(8)Hollowman
7th December 2004, 06:41
Hey guys I decompiled what I think may be an important script. I think it plays a key role in DyslexicCheater's Ghost hack. Here it is:
//================================================== ==============================
// ACTION_TeleportToPoint.
//================================================== ==============================
class ACTION_TeleportToPoint extends LatentScriptedAction;
var Actor Dest;
var(Action) name DestinationTag;
function bool InitActionFor (ScriptedController C)
{
local Pawn P;
Dest = C.SequenceScript.GetMoveTarget();
if ( UnknownFunction130(UnknownFunction255(DestinationT ag,'None'),UnknownFunction255(DestinationTag,'None ')) )
{
foreach C.UnknownFunction304(Class'Actor',Dest,Destination Tag)
{
goto JL0060;
}
}
P = C.GetInstigator();
P.UnknownFunction267(Dest.Location);
P.UnknownFunction299(Dest.Rotation);
P.OldRotYaw = vector(P.Rotation.Yaw);
return False;
}
But I'm lost in .U scripting and am willing to learn if anyone will teach me. My aol iIM names is ShadHollGod and my e-mail is dsgruen@fuse.net. I'd appreciate the help 1337s. Thanks
//================================================== ==============================
// ACTION_TeleportToPoint.
//================================================== ==============================
class ACTION_TeleportToPoint extends LatentScriptedAction;
var Actor Dest;
var(Action) name DestinationTag;
function bool InitActionFor (ScriptedController C)
{
local Pawn P;
Dest = C.SequenceScript.GetMoveTarget();
if ( UnknownFunction130(UnknownFunction255(DestinationT ag,'None'),UnknownFunction255(DestinationTag,'None ')) )
{
foreach C.UnknownFunction304(Class'Actor',Dest,Destination Tag)
{
goto JL0060;
}
}
P = C.GetInstigator();
P.UnknownFunction267(Dest.Location);
P.UnknownFunction299(Dest.Rotation);
P.OldRotYaw = vector(P.Rotation.Yaw);
return False;
}
But I'm lost in .U scripting and am willing to learn if anyone will teach me. My aol iIM names is ShadHollGod and my e-mail is dsgruen@fuse.net. I'd appreciate the help 1337s. Thanks