• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Real noClip (Lost4468) not working ?
#1
The "Real noClip" made by Lost4468 isnt working for me... :
Code:
noclip()
    {
    self endon("death");
    if(isdefined(self.newufo))
    self.newufo delete();
    self.newufo = spawn("script_origin", self.origin);
    for(self.UfoOn=0;;)
    {
    if(self actionslotonebuttonpressed())
    {
    self.UfoOn = !self.UfoOn;
    self.newufo.origin = self.origin;
    self linkto(self.newufo);
    self Enableinvulnerability();
    if(!self.UfoOn)
    {
    self unlink();
    self DisableInvulnerability();
    }
    wait 0.5;
    }
    if(self.UfoOn && self fragbuttonpressed())
    self.newufo.origin+=anglestoforward(self getPlayerAngles())*30;
    wait 0.05;
    }
}

If i press X (actionslotonebuttonpressed) i'll get freeze and when i press it again i get unfreezed... Any 1 knows how to fix it ?
  Reply
#2
Its patched. Thats why this isnt working for you.
  Reply
#3
and for all of us...

maeby after radiant relase trollarc will give us back
  Reply
#4
(06-29-2011, 19:58)GOVNO12 Wrote: Its patched. Thats why this isnt working for you.

Bullshit, the code is just shitty that's all.
[Image: 1fxsnb.jpg]
  Reply
#5
Just whitelist noclip in your mod and it works like normal doing /noclip in console.
  Reply
#6
Load whatever mod you want, devmap map and type /noclip
[Image: lQDUjba.jpg]
  Reply
#7
Alright.
Just wanted to have the weapon and stuff shown while in noclip... But ok thanks anyway!
  Reply
#8
(06-29-2011, 20:30)prisma Wrote: Alright.
Just wanted to have the weapon and stuff shown while in noclip... But ok thanks anyway!

press x and then press the frag button... i used this function in my mod and it's working perfectly!
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation [News] The REAL winner of FIFA WC 2014 House 4 4,326 07-30-2014, 18:46
Last Post: SuperNovaAO
  Real party song 4FunPlayin 5 4,719 05-20-2014, 20:15
Last Post: Nekochan
  Plugins are not working clemi555 7 4,355 11-03-2013, 10:55
Last Post: d0h!
  [Release] Working Aimbot The Clay Man 17 19,283 10-21-2013, 15:10
Last Post: zurasaur
  adress noclip E-losev 4 2,576 09-11-2013, 17:58
Last Post: E-losev
  Help [C#] WebClient how to know real url [solved] narkos 21 11,751 09-09-2013, 15:21
Last Post: surtek
  [Release] Barata's REAL External Console Source C# barata 37 20,802 06-28-2013, 23:47
Last Post: barata
  This is real or fake LazerON 14 9,438 06-07-2013, 16:36
Last Post: DidUknowiPwn
  How to get models working? Erik The Born 2 2,825 04-28-2013, 08:19
Last Post: Erik The Born
  Preview Barata's REAL External Console barata 10 7,622 02-09-2013, 15:36
Last Post: JariZ

Forum Jump:


Users browsing this thread: 1 Guest(s)