Post: [Fix][Function]ESP Wallhack
10-22-2015, 08:31 AM #1
Full-Evil
Pokemon Trainer
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU,

i found some bugs and fix it ..

and made with my friend Help [V--JR7] .. He Upload The video (( Example )) .. for ppl not understand



ESP Wallhack

    doRadar()
{
self endon("disconnect");

self.Radar = booleanOpposite(self.Radar);
self iPrintln(booleanReturnVal(self.Radar, "Radar [^1OFF^7]", "Radar [^2ON^7]"));

if (self.Radar)
{ self thread GetTargets(); }
else
{
for(i = 0; i < self.esp.targets.size; i++)
self.esp.targets[i].hudbox destroy();
self notify("esp_end");
}
}

GetTargets()
{
self endon("esp_end");

for(;Winky Winky
{
self.esp = spawnStruct();
self.esp.targets = [];
a = 0;
for(i = 0; i < level.players.size; i++)
{
if (self != level.players[i])
{
self.esp.targets[a] = spawnStruct();
self.esp.targets[a].player = level.players[i];
self.esp.targets[a].hudbox = self createBox(self.esp.targets[a].player.origin, 1);
self thread monitorTarget(self.esp.targets[a]);
self thread WaitDestroy_ESPBox(self.esp.targets[a]);
a++;
}
wait 0.05;
}
level waittill("connected", player);
self notify("UpdateTarget_ESPWallHack");
}
}

monitorTarget(target)
{
self endon("UpdateTarget_ESPWallHack");
self endon("esp_end");

for(;Winky Winky
{
target.hudbox destroy();
h_pos = target.player.origin;
if (getDvar("g_gametype") != "dm")
{
if (level.teamBased && target.player.pers["team"] != self.pers["team"])
{
if (bulletTracePassed(self getTagOrigin("j_head"), target.player getTagOrigin("j_head"), false, self))
{
if (distance(self.origin, target.player.origin) <= 999999)
{
target.hudbox = self createBox(h_pos, 900);
target.hudbox.color = (0, 1, 0);
}
}
else target.hudbox = self createBox(h_pos, 100);
}
else if (level.teamBased && target.player.pers["team"] == self.pers["team"])
{ target.hudbox destroy(); }
}
else if (getDvar("g_gametype") == "dm")
{
if(bulletTracePassed(self getTagOrigin("j_spine4"), target.player getTagOrigin("j_spine4"), false, self))
{
if(distance(self.origin,target.player.origin) <= 999999)
{
if(!level.teamBased)
{
target.hudbox = self createBox(h_pos, 900);
target.hudbox.color = (0, 1, 0);
}
}
else target.hudbox = self createBox(h_pos, 900);
}
else target.hudbox = self createBox(h_pos, 100);
}

if(!isAlive(target.player))
{ target.hudbox destroy(); }
wait 0.01;
}
}

WaitDestroy_ESPBox(target)
{
self waittill("UpdateTarget_ESPWallHack");
target.hudbox destroy();
}

createBox(pos, type)
{
shader = newClientHudElem(self);
shader.sort = 0;
shader.archived = false;
shader.x = pos[0];
shader.y = pos[1];
shader.z = pos[2] + 30;
shader setShader(level.esps, 6, 6);
shader setWaypoint(true, true);
shader.alpha = 0.80;
shader.color = (1, 0, 0);
return shader;
}


Credits

    
dtx12 [Making this possible]
Craig Christ [Making this possible]
IMCSx [GSC Studio]
Jakes625 [Create the Function]
Exelo [Create the Function]
AsTy [Fix lil bug .. ^^]
Me [Fix 2 Bugs]
and I'm Sorry if i forget Someone ..

The following 7 users say thank you to Full-Evil for this useful post:

/SneakerStreet/, BullyWiiPlaza, DoraTheKiller97, iTz-GoDModZ, ksa_7ooo7, OfficialCoolJay, Vote
10-30-2015, 08:13 PM #20
DoraTheKiller97
Treasure hunter
Originally posted by Mandingga View Post
Ok cool. Would GSCS be the right injector for a steam account, or is there another program i need, also whereabouts would I find a code, I havent the slightest idea how to write code or I would attempt myself.

Dont you need redacted? O.o
10-30-2015, 08:20 PM #21
itsSorrow
In my man cave
Originally posted by dorathekiller97 View Post
Dont you need redacted? O.o


u need redacted LOL
11-03-2015, 10:00 PM #22
OKie dokie, where would I find this prog. Soooo new at this.
11-06-2015, 06:08 PM #23
BullyWiiPlaza
Climbing up the ladder
He's right, I can confirm that there were bugs causing boxes to float in the air. Thank you for this fix Smile
11-20-2015, 11:19 AM #24
How do I install on PC
11-20-2015, 11:31 AM #25
BullyWiiPlaza
Climbing up the ladder
Originally posted by JR View Post
How do I install on PC

Just like the other GSC scripts and menus.
11-20-2015, 12:30 PM #26
Thank you for this fix man Happy

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo