Thread: How to ake your client uneditable(in the server).

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1 How to ake your client uneditable(in the server). 
    newservermaker
    Guest
    This is how to make your client.java uneditable.

    Have you ever opened a .class file in notepad? You see things like:

    Code:
       26
     78
     9	 `:
     ;
     <
     `=	 `>
     `?@
     `A
     `BC	 `DEFG	 `H
     `IJKLMNOPQRSTUVWXYZ[
     `\
     `]
     `^	 `_
     ``
     `a	bc	de	df	gh	gi
     `j	gk	gl
    mn
     `o	 `p	 `q	gr	gs	gt	gp	gu	gv	 `w	 `x	 `y	 `z	 `{	 `|	 `}	 `~	 `h	Jh@       
    	 `i	Ji
    
     `
     `	 `
     `	 `	 `	 `
    
    	 `	 `	 `	 `	b		 `	 `	 `	 `u	 `
     i
     h*
     h
     h
     h
    
    
    
    *
    
    
    
    
    
    
    	 `	 `	 `	 `	 `	 `	 `	 `	 `	 `	 `
    well... All you need to do is DELETE your client.java info(whats inside when opened) and copy and paste ALL of client.class into it. Then, DO NOT COMPILE!!! Deleae the Compile.bat file and your good to go =)




    IF YOU COMPILE YOUR COMPUTER WILL START MAKING A BEEPING SOUND!!(IF ITS LIKE MINE)!!!HIGHLY RECOMENDED NOT TO COMPILE! IT CAN MESS UP YOUR COMP VERY BADLY!!!!!!
     

  2. #2  
    ~Legend Rene
    Guest
    Useless k?
    Just delete your java files , use an obfuscator and your done.
     

  3. #3  
    newservermaker
    Guest
    thats only for a client. Im talking about a server
     

  4. #4  
    notna071
    Guest
    Quote Originally Posted by newservermaker View Post
    thats only for a client. Im talking about a server
    obfuscation works on all java
     

  5. #5  
    Ferret
    Guest
    Quote Originally Posted by newservermaker View Post
    copy and paste ALL of client.class into it. Then, DO NOT COMPILE!!! Deleae the Compile.bat file and your good to go =)
    Wow.... High five at being retarded!
     

  6. #6  
    notna071
    Guest
    Quote Originally Posted by Ferret View Post
    Wow.... High five at being retarded!
    LOL, he's new, cant you see his name? BE nice
     

  7. #7  
    Registered Member
    Join Date
    Nov 2006
    Posts
    222
    Thanks given
    0
    Thanks received
    0
    Rep Power
    5
    ok sorry to say this but this wouldnt work due to the bat file which runs your server will not beable to start.heres an example if you remove your client.class stuff in their
    Code:
    Exception in thread "Thread-0" java.lang.ClassFormatError: Truncated class file
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    4)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
            at server.run(Unknown Source)
            at java.lang.Thread.run(Thread.java:619)
    sorry to say but you need some practice

    p.s im not trying to be mean im just giving you the info on what would happen and what you need to improve on
     

  8. #8  
    Registered Member

    Join Date
    Jul 2006
    Age
    30
    Posts
    1,247
    Thanks given
    0
    Thanks received
    5
    Rep Power
    190
    you can decompile the files
    just yoricka...
     

  9. #9  
    ~Legend Rene
    Guest
    Decompiling removes information , and deobfuscating removes even more .
    So its pretty usless.
     

  10. #10  
    Valar Morghulis

    Laxika's Avatar
    Join Date
    Sep 2006
    Age
    32
    Posts
    2,813
    Thanks given
    1,804
    Thanks received
    274
    Rep Power
    2128
    Yes, but you have a good decomplier, you can decomplie some good info....
     

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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •