Thread: Noclip code

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Noclip code 
    Member
    Join Date
    Jul 2012
    Posts
    126
    Thanks given
    2
    Thanks received
    0
    Rep Power
    0
    can someone post the noclip code cause mine just logs me out
    Reply With Quote  
     

  2. #2  
    Registered Member Simonski's Avatar
    Join Date
    Jul 2012
    Posts
    54
    Thanks given
    64
    Thanks received
    7
    Rep Power
    44
    Try this:

    Code:
    if(inputString.equals("::noclip"))
    						{
    							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;
    
    								}
    
    							}
    
    						}
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2010
    Posts
    269
    Thanks given
    44
    Thanks received
    13
    Rep Power
    23
    ^ Add that to your client. This isn't a server-sided issue
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Apr 2012
    Age
    28
    Posts
    274
    Thanks given
    121
    Thanks received
    10
    Rep Power
    12
    Why would u want to add that.. players can walk through walls like that
    Reply With Quote  
     

  5. #5  
    Donator

    Join Date
    Sep 2011
    Posts
    432
    Thanks given
    94
    Thanks received
    58
    Rep Power
    44
    Quote Originally Posted by ToxicPlanet View Post
    Why would u want to add that.. players can walk through walls like that
    ?

    Code:
    if(inputString.equals("::noclip") && myPrivilege == 2)
    						{
    							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;
    
    								}
    
    							}
    
    						}
    Add that client-sided.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Apr 2012
    Age
    28
    Posts
    274
    Thanks given
    121
    Thanks received
    10
    Rep Power
    12
    Quote Originally Posted by Tyleeer View Post
    ?

    Code:
    if(inputString.equals("::noclip") && myPrivilege == 2)
    						{
    							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;
    
    								}
    
    							}
    
    						}
    Add that client-sided.
    Well players can edit it if there smart.
    Reply With Quote  
     

  7. #7  
    Member Noclip code Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    maybe your server has a command that logs you out when you type noclip...?

    Attached imageAttached image
    Reply With Quote  
     

  8. #8  
    Registered Member
    Kamiel's Avatar
    Join Date
    Jul 2010
    Age
    28
    Posts
    1,272
    Thanks given
    66
    Thanks received
    166
    Rep Power
    295
    Quote Originally Posted by ToxicPlanet View Post
    Well players can edit it if there smart.
    If you jar your client, they'll have to unjar it, de-compile the class files, edit it, and compile again.

    really, there won't be a lot of players doing that.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Apr 2012
    Age
    28
    Posts
    274
    Thanks given
    121
    Thanks received
    10
    Rep Power
    12
    Quote Originally Posted by Kamiel View Post
    If you jar your client, they'll have to unjar it, de-compile the class files, edit it, and compile again.

    really, there won't be a lot of players doing that.
    Yeah true but most people have regular clients , which I assume the person who posted this thread has
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jun 2012
    Posts
    103
    Thanks given
    17
    Thanks received
    28
    Rep Power
    17
    Quote Originally Posted by ToxicPlanet View Post
    Yeah true but most people have regular clients , which I assume the person who posted this thread has
    This is why you put checks server sided.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Replies: 25
    Last Post: 08-17-2010, 05:11 AM
  2. Noclip Command Code 317 or 377
    By SkatersScapee in forum Help
    Replies: 2
    Last Post: 01-20-2010, 04:38 AM
  3. Need ::noclip code
    By Coder TJ in forum Help
    Replies: 3
    Last Post: 05-06-2009, 10:22 PM
  4. lol need working noclip code
    By Ahrims_mage in forum Help
    Replies: 0
    Last Post: 03-02-2009, 03:39 AM
  5. Replies: 29
    Last Post: 01-01-2008, 01:42 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
  •