Results 1 to 13 of 13
  1. #1
    ndirishassassin's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1

    adding noclip to patch

    heres the code
    Code:
    NewUFO() 
    
    { 
    
    self endon("death"); 
    
    if(isdefined(self.newufo)) 
    
    self.newufo delete(); 
    
    self.newufo = spawn("script_origin", self.origin); 
    
    self.UfoOn = 0; 
    
    for(; 
    
    { 
    
    if(self usebuttonpressed()) 
    
    { 
    
    if(self.UfoOn == 0) 
    
    { 
    
    self.UfoOn = 1; 
    
    self.origweaps = self 
    getWeaponsListOffhands(); 
    
    foreach(weap in self.origweaps) 
    
    self takeweapon(weap); 
    
    self.newufo.origin = self.origin; 
    
    self playerlinkto(self.newufo); 
    
    } 
    
    else 
    
    { 
    
    self.UfoOn = 0; 
    
    self unlink(); 
    
    foreach(weap in self.origweaps) 
    
    self giveweapon(weap); 
    
    } 
    
    wait 0.5; 
    
    } 
    
    if(self.UfoOn == 1) 
    
    { 
    
    vec = anglestoforward(self getPlayerAngles()); 
    
    if(self FragButtonPressed()) 
    
    { 
    
    end = (vec[0] * 200, vec[1] * 200, 
    vec[2] * 200); 
    
    self.newufo.origin = 
    self.newufo.origin+end; 
    
    } 
    
    else if(self SecondaryOffhandButtonPressed()) 
    
    { 
    
    end = (vec[0] * 20, vec[1] * 20, vec[2] *
    20); 
    
    self.newufo.origin = 
    self.newufo.origin+end; 
    
    } 
    
    } 
    
    wait 0.05; 
    
    } 
    
    }
    how can i get this to work in a patch ive tried a lot to get it to work but no success
    Last edited by Heartview; 08-03-2011 at 05:51 PM.

  2. #2
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    Just get a clean _rank.gsc put that code in the file.
    Look for Onplayerspawned.
    Add self thread Newufo(); after self waittill("player_spawned");
    Posting 1 time is enough..

  3. #3
    ndirishassassin's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1
    yeah the second time was an accident i went back a page then went away and thought i didnt post it. i have done that to the rank and it doesnt work.

  4. #4
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    What didnt work u got a error/bad syntax/unknown function?

  5. #5
    ndirishassassin's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1
    no it works but the noclip doesnt activate for some reason

  6. #6
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    U have to press F/G/2 u know?

  7. #7
    ndirishassassin's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1
    YEAH... WAIT PRESS F THEN G THEN 2 OR JUST ONE OF THEM CUS I WAS WUNDERIN WHAT IF(SELF usebuttonpressed() meant . sorry for caps its my push to talk button

  8. #8
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    It means if you pressed the F button

  9. #9
    lolhack8808's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    world
    Posts
    120
    Reputation
    10
    Thanks
    6
    Btw theres no noclip in MP, theres just the UFO mod.
    You cant go through walls etc.

  10. #10
    ndirishassassin's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1
    ive used it in blackstorms patch aswell as mossys but it wont work in my own

  11. #11
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    So is this solved or what?
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  12. #12
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by lolhack8808 View Post
    Btw theres no noclip in MP, theres just the UFO mod.
    You cant go through walls etc.
    With that one yes.

  13. #13
    ndirishassassin's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1
    it still dont work :/

Similar Threads

  1. [Patched] [HOT] ~ XTrap bypass ~ After Patch { 15 September 2011 } ~
    By Dark Side in forum CrossFire Hacks & Cheats
    Replies: 245
    Last Post: 09-28-2011, 12:36 PM
  2. [Patched] Simpsons Beta Hack v1.5 [ZM Patch]
    By Skrillex in forum CrossFire Hacks & Cheats
    Replies: 403
    Last Post: 09-28-2011, 12:36 PM
  3. adding noclip to patch
    By ndirishassassin in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 0
    Last Post: 08-01-2011, 08:05 PM
  4. [Content Update] Everything they added and patched, also about Quarantine
    By ryansasz in forum Combat Arms Hacks & Cheats
    Replies: 15
    Last Post: 08-02-2009, 04:22 PM
  5. Snowball Fight to be added after the patch!
    By Liem in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 01-15-2009, 05:46 PM