Hunter128 vs Unkn0wn
Progress bar
Level 65
11th Prestige
Unlock Attachements
Unlock Challenges
All Perks
Perks Dvar
Dvars Tank/Dog
Cheater Pack
Color Infection
Super Betty´s
XP Infection
Sphere
Tank
Defaultactor
Defaultvehicle
Aircraft Bomb
AirPlane
Propane
cheat_bw_contrast
cheat_bw_invert
cheat_bw_invert_contrast
cheat_invert_contrast
cheat_bw
sepia
mpIntro
cheat_contrast
cheat_invert
default_night
grayscale
kamikaze
vampire_high
zombie_turned
default
PC Mode
Dicks vs Pussy
Join On/Off
Show Coordinates
Matrix Style
Sun/Night
Chrome
AC130
3D Icon Spawn
Explosive Bullets
Color Classes
Pro Mod
Big Compass
Lost ur head
Spawn 5 Bots
God Mode
Ufo
Third Person
Wall Hack
Invisible
Forge
Teleport
Super Speed
Super Jump
Spawn 5 Bots
Unlimited Ammo
Aimbot
Force End
Fast Restart
Force Host
Team Change
Ranked
Inf Game
Slow Motion
Default
Hud Shader
Ak47
Black
Bouncing Betty
Progress Bar
Grenade
Red
Blue
Green
Brown
Cyan
Yellow
Purple
LimeGreen
Gold
Pink
RainBow
Black
Hud Shader
Ak47
Bouncing Betty
Grenade
Notify_Mods( mod , value )
{
// prevent running this function double, it'll set the text to "" even when a new mod has been selected
self notify("new_mod");
self endon("new_mod");
//let's not destroy the notifier everytime
if( !Isdefined(notifier))
{
notifier = createFontString( "default", 1.3, self );
notifier setPoint( "BOTTOM RIGHT", "BOTTOM RIGHT", -5, -35 );
}
notifier SetText( "^1" + mod + " ^2" + value ); //change the colors if you like 
//hide the text after 4 seconds, just like iPrintln
wait 4;
notifier SetText("");
}


Notify_Mods( mod , value )
{
// prevent running this function double, it'll set the text to "" even when a new mod has been selected
self notify("new_mod");
self endon("new_mod");
//let's not destroy the notifier everytime
if( !Isdefined(notifier))
{
notifier = createFontString( "default", 1.3, self );
notifier setPoint( "BOTTOM RIGHT", "BOTTOM RIGHT", -5, -35 );
}
string = "" + mod + ": " + value);
self thread typewriter( notifier, string);
self waittill("tw_complete");
//hide the text after 4 seconds, just like iPrintln
wait 4;
notifier SetText("");
}
typewriter( hud , string )
{
/////////////////////////////////
//find out how long the string is
/////////////////////////////////
more = true;
c = 1;
chars = [];
while(more)
{
temp_char = GetSubStr ( string , c , c );
if(temp_char = "" || c > 40)
{
more = false;
break;
}
chars[c] = temp_char;
c++;
}
/////////////////////////////////
//now to display the character one by one
/////////////////////////////////
output = "";
for(i = 1; i < chars.size; i++)
{
tmpstr = output + chars[i];
output = tmpstr;
hud SetText(output);
wait .2;
}
self notify("tw_complete");
}
Notify_Mods( mod , value )
{
// prevent running this function double, it'll set the text to "" even when a new mod has been selected
self notify("new_mod");
self endon("new_mod");
notifier = createFontString( "default", 1.3, self );
notifier setPoint( "BOTTOM RIGHT", "BOTTOM RIGHT", -5, -35 );
notifier SetText( "^1" + mod + " ^2" + value ); //change the colors if you like 
//hide the text after 4 seconds, just like iPrintln
wait 4;
notifier SetText("");
notifier Destroy();
}
Notify_Mods( mod , value )
{
// prevent running this function double, it'll set the text to "" even when a new mod has been selected
self notify("new_mod");
self endon("new_mod");
notifier = createFontString( "default", 1.3, self );
notifier setPoint( "BOTTOM RIGHT", "BOTTOM RIGHT", -5, -35 );
notifier SetText( "^1" + mod + " ^2" + value ); //change the colors if you like 
//hide the text after 4 seconds, just like iPrintln
wait 4;
notifier SetText("");
notifier Destroy();
}

Notify_Mods( msg ){
self notify("new_mod");
self endon("new_mod");
notifier = createFontString( "default", 1.3, self );
notifier setPoint( "BOTTOM RIGHT", "BOTTOM RIGHT", -5, -35 );
notifier SetText( msg + ""); wait 1;
notifier SetText("");
notifier Destroy();}
dovision1(){
self visionSetNaked( "cheat_bw_contrast", 0.2 );
self thread Notify_Mods("cheat_bw_contrast");}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.