Thread: Noclip [PI]

Results 1 to 4 of 4
  1. #1 Noclip [PI] 
    Registered Member
    Join Date
    Mar 2012
    Posts
    710
    Thanks given
    19
    Thanks received
    5
    Rep Power
    37
    I took out noclip out of commands.java and it still works.... And I compiled it. I tried making it to where only i can do it, but that didnt work either. So how can I get rid of this?
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Sep 2011
    Posts
    2,730
    Thanks given
    1,150
    Thanks received
    907
    Rep Power
    668
    It's in the client.

    Open client.java client-sided and find:
    Code:
    if (inputString.equals("::noclip")) {
    You should see something like
    Code:
    						if (inputString.equals("::noclip")) {
    							try {
    								for (int k1 = 0; k1 < 4; k1++) {
    									for (int i2 = 1; i2 < 103; i2++) {
    										for (int k2 = 1; k2 < 103; k2++)
    											aClass11Array1230[k1].anIntArrayArray294[i2][k2] = 0;
    									}
    								}
    							} catch (Exception e) {
    							}
    						}
    Simply delete or comment it out.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2012
    Posts
    710
    Thanks given
    19
    Thanks received
    5
    Rep Power
    37
    Nope its not in there.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2012
    Posts
    90
    Thanks given
    10
    Thanks received
    2
    Rep Power
    9
    search your client & source files for noclip
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Noclip
    By imsuperman05 in forum Help
    Replies: 19
    Last Post: 07-21-2011, 07:49 AM
  2. Noclip bug, plz help!
    By Runeite22 in forum Help
    Replies: 6
    Last Post: 08-26-2010, 12:23 AM
  3. noclip fix?? rep ++
    By Trock in forum Requests
    Replies: 4
    Last Post: 11-08-2009, 02:03 PM
  4. 508 noclip
    By Link in forum Help
    Replies: 5
    Last Post: 08-09-2009, 07:01 PM
  5. noclip help
    By oXspawnXo in forum Help
    Replies: 4
    Last Post: 07-30-2009, 05:59 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •