You are viewing our Forum Archives. To view or take place in current topics click here.
[Realease] Black Ops Teleporting Jtag Working
Posted:
[Realease] Black Ops Teleporting Jtag WorkingPosted:
Status: Offline
Joined: Jul 27, 201014Year Member
Posts: 318
Reputation Power: 16
Status: Offline
Joined: Jul 27, 201014Year Member
Posts: 318
Reputation Power: 16
Teleporting
self thread doTeleport();
doTeleport()
{
self endon ( "disconnect" );
self endon ( "death" );
for(;;) {
self waittill( "right" );
napalmSelectorSize = getDvarIntDefault( #"scr_napalmSelectorSize", 3000 );
self beginLocationNapalmSelection( "map_napalm_selector", napalmSelectorSize, "killstreak_napalm" );
self.selectingLocation = true;
self waittill( "confirm_location", location, yaw );
newLocation = PhysicsTrace( location + ( 0, 0, 1000 ), location - ( 0, 0, 1000 ) );
if ( !IsDefined( newLocation ) )
self SetPlayerAngles( yaw );
self SetOrigin( location );
self iPrintln("**** Teleported!");
self endLocationselection();
self.selectingLocation = false;
}
}
Credits: to Streamzz and a little me
The following 1 user thanked mikeizzle09 for this useful post:
-Casper- (01-01-2011)
#2. Posted:
Status: Offline
Joined: Jul 02, 201014Year Member
Posts: 1,415
Reputation Power: 143
Status: Offline
Joined: Jul 02, 201014Year Member
Posts: 1,415
Reputation Power: 143
Streamzz and ttrev made this.
I had it the first day though gosh why does everyone have to go making stuff I want to keep to myself D:
I had it the first day though gosh why does everyone have to go making stuff I want to keep to myself D:
- 0useful
- 1not useful
#3. Posted:
Status: Offline
Joined: Sep 01, 201014Year Member
Posts: 6,353
Reputation Power: 303
Status: Offline
Joined: Sep 01, 201014Year Member
Posts: 6,353
Reputation Power: 303
All Those Words Made Me Confuzzled
Nice One, Got This For Zombies? Or Is This It?
Nice One, Got This For Zombies? Or Is This It?
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Nov 27, 201014Year Member
Posts: 496
Reputation Power: 27
Status: Offline
Joined: Nov 27, 201014Year Member
Posts: 496
Reputation Power: 27
zondrina sir...we are working with streamzz kthxbai
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.