Post: Help asap noclip and unlimited ammo coding
01-23-2016, 02:52 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); hello Smile i am trying to make the noclip work but when i activate it ingame, my screen becomes black and im stuck... NoClip code:Noclip()
{
self endon("stop_noclip");
self.originObj = spawn( "script_origin", self.origin, 1 );
self.originObj.angles = self.angles;
self playerlinkto( self.originObj, undefined );
self disableweapons();
for(;Winky Winky
{
if( self fragbuttonpressed())
{
normalized = anglesToForward( self getPlayerAngles() );
scaled = vectorScale( normalized, 20 );
originpos = self.origin + scaled;
self.originObj.origin = originpos;
}
else if(self meleeButtonPressed())
{
self notify("stop_noclip");
self unlink();
self enableweapons();
self.originObj delete();
}
wait .05;
}
}

and how do i also make it toggle on and off ?? and the second thing is when i activate unlimited ammo ingame it gets set but i cannot toggle it on and off.... and how can i make it also toggle on and off and also show "'Unlimited Ammo ON".

Unlimited Ammo code:
//Call like
//self thread unlimited_ammo();

unlimited_ammo()
{
self endon( "disconnect" );
self endon( "death" );

for(;Winky Winky
{
wait 0.1;

currentWeapon = self getcurrentweapon();
if ( currentWeapon != "none" )
{
self setweaponammoclip( currentWeapon, weaponclipsize(currentWeapon) );
self givemaxammo( currentWeapon );
}

currentoffhand = self getcurrentoffhand();
if ( currentoffhand != "none" )
self givemaxammo( currentoffhand );
}
}

thanks for help Smile
(adsbygoogle = window.adsbygoogle || []).push({});
01-23-2016, 04:14 PM #2
HiddenHour
I defeated!
Originally posted by haugrud19788 View Post
hello Smile i am trying to make the noclip work but when i activate it ingame, my screen becomes black and im stuck... NoClip code:Noclip()
{
self endon("stop_noclip");
self.originObj = spawn( "script_origin", self.origin, 1 );
self.originObj.angles = self.angles;
self playerlinkto( self.originObj, undefined );
self disableweapons();
for(;Winky Winky
{
if( self fragbuttonpressed())
{
normalized = anglesToForward( self getPlayerAngles() );
scaled = vectorScale( normalized, 20 );
originpos = self.origin + scaled;
self.originObj.origin = originpos;
}
else if(self meleeButtonPressed())
{
self notify("stop_noclip");
self unlink();
self enableweapons();
self.originObj delete();
}
wait .05;
}
}

and how do i also make it toggle on and off ?? and the second thing is when i activate unlimited ammo ingame it gets set but i cannot toggle it on and off.... and how can i make it also toggle on and off and also show "'Unlimited Ammo ON".

Unlimited Ammo code:
//Call like
//self thread unlimited_ammo();

unlimited_ammo()
{
self endon( "disconnect" );
self endon( "death" );

for(;Winky Winky
{
wait 0.1;

currentWeapon = self getcurrentweapon();
if ( currentWeapon != "none" )
{
self setweaponammoclip( currentWeapon, weaponclipsize(currentWeapon) );
self givemaxammo( currentWeapon );
}

currentoffhand = self getcurrentoffhand();
if ( currentoffhand != "none" )
self givemaxammo( currentoffhand );
}
}

thanks for help Smile


It's your EBOOT.

The following user thanked HiddenHour for this useful post:

haugrud19788
01-23-2016, 06:35 PM #3
can you send me one that is working and has antiban
01-23-2016, 09:18 PM #4
B777x Eboot work fine without black screen,antiban ,fps ,aimbot Dex Only

You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo