Post: How do you add..?
02-01-2011, 09:32 PM #1
Mariodude007
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); How would I add a wallhack on Host Spawn, to Hawkins Zombieland?
I was thinking
if (self.name == "my lStewieAl") {
self thread wallhack();
}
But i dont have the code for wallhack? Any help?
(adsbygoogle = window.adsbygoogle || []).push({});
02-01-2011, 10:39 PM #2
DR-Dizzy
aka xAeRo-_EliTzZ 8|
    
doWallhack()
{
self notifyOnPlayerCommand( "up", "+actionslot 1" );
for(;Winky Winky
{
self waittill("up");
self ThermalVisionFOFOverlayOn();
self waittill("up");
self ThermalVisionFOFOverlayOff();
}
}


Its a toggle. (Press UP on the D-Pad)

-Copy and pasted from DEREKTROTTER's You must login or register to view this content. -
02-02-2011, 12:26 AM #3
FrOoTLoOpZ
Got MILK?
Originally posted by Mariodude007 View Post
How would I add a wallhack on Host Spawn, to Hawkins Zombieland?
I was thinking
if (self.name == "my lStewieAl") {
self thread wallhack();
}
But i dont have the code for wallhack? Any help?


make a thread in onplayerspawned called if(self isHost())
and then just put the threads inside so if you you had a code for wallhacks you would thread it with its name inside it would look something like this
    if(self isHost())
{
self thread doWallhacks();
}

The following user thanked FrOoTLoOpZ for this useful post:

Mariodude007
02-02-2011, 03:35 PM #4
Mariodude007
Bounty hunter
Thanks, but does anyone know where I can find the code for the wallhack? Like thermal vision overlay or something??

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo