PDA

View Full Version : Help with .U Hacking


(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

drewpaul86
7th December 2004, 07:43
dc i believed uses winsock and proly vb programming to do the ghost / teleport thing. i wouldn't swear to it, but i doubt it's uscript related.

DyslexicCheater
7th December 2004, 18:40
I sent packets telling the server I was moving to a certain x/y/z coordinate. Whenever you move you send the location you moved to to the server and it updates the location on other players clients. I simply gave it bogus coordinates, and I was able to move anywhere I chose instantaneously.

Of course, you probably could use UScript to do something similar.

(8)Hollowman
7th December 2004, 23:50
Oh thanks for clearing that up, thought i was onto something. If you have any pointers on .U hacking send em over. Why can't i view my private messages yet?

drewpaul86
8th December 2004, 02:58
that was already answered, u do not have 15 posts.

(8)Hollowman
8th December 2004, 04:35
Oh sorry, I didn't realize it was answered about the 15 posts. But thanks, maybe I'll just post messages to get it over with, would that be ok?

drewpaul86
8th December 2004, 04:40
because you dont have 15 posts, you must have 15 posts to PM.
And if you spam to get the 15 posts, you will be warned/banned :|

no it's not ok

(8)Hollowman
8th December 2004, 06:02
Yeah I realize it's not okay, I already have like 11 warning points, sry about that honestly.