Post: noclip bind!?
08-10-2015, 03:15 AM #1
AdxmModz
I am error
(adsbygoogle = window.adsbygoogle || []).push({}); my noclip bind doesn't let me move anywhere and doesn't let me turn it off when I turn it on can someone make or send me a noclip bind don't send me to a gsc code list please... I need one asapppppppp that works!!!
(adsbygoogle = window.adsbygoogle || []).push({});
08-10-2015, 03:22 AM #2
Trefad
I defeated!
Originally posted by AdxmModz View Post
my noclip bind doesn't let me move anywhere and doesn't let me turn it off when I turn it on can someone make or send me a noclip bind don't send me to a gsc code list please... I need one asapppppppp that works!!!

f=true
Blindno
08-10-2015, 03:49 AM #3
AdxmModz
I am error
I need the whole code with the bind
08-10-2015, 05:28 AM #4
Trefad
I defeated!
noclip()
{
self endon("stop_noclip");

self.originObj = spawn( "script_origin", self.origin, 1 );
self.originObj.angles = self.angles;

self playerlinkto( self.originObj, undefined );

self iprintln("Hold [{+breath_sprint}] To Move");
self iprintln("Press [{+speed_throw}] To Shoot");

for(;
{
if( self sprintbuttonpressed())
{
normalized = anglesToForward( self getPlayerAngles() );
scaled = vectorScale( normalized, 20 );
originpos = self.origin + scaled;
self.originObj.origin = originpos;
self enableweapons();
}
wait 0.05;
}
}

Toggle_NoClip()
{
if(!isDefined(self.noclip))
{
self thread noclip();
self.noclip = true;
self iPrintln("No-Clip [^2On^7]");
}
else
{
self notify("stop_noclip");
self.noclip = undefined;
self iPrintln("No-Clip [^1Off^7]");
self unlink();
self.originObj delete();
}
}



Call it Toggle_NoClip()
08-10-2015, 06:33 AM #5
Trefad
I defeated!
Originally posted by AdxmModz View Post
I need the whole code with the bind


Did I help?
08-10-2015, 06:06 PM #6
AdxmModz
I am error
you got skype bro add pineapplejooce I want to pm
08-10-2015, 07:39 PM #7
Trefad
I defeated!
Originally posted by AdxmModz View Post
you got skype bro add pineapplejooce I want to pm


For what?
08-10-2015, 09:02 PM #8
AdxmModz
I am error
because I'm confused as fuckk
08-10-2015, 09:30 PM #9
AdxmModz
I am error
theres a bad syntax
08-11-2015, 12:08 AM #10
AdxmModz
I am error
doesn't matter I fixed it works like a charm thankyou!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo