Thread: Reflection Cheat client (Works for multiple servers)

Page 6 of 19 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 183
  1. #51  
    Registered Member
    Join Date
    Jul 2012
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by arrowzftw View Post
    No it don't matter if they use RSA. We are actually taking their client and editing fields and using their methods. So it don't matter what kind of encryption they have. It would if we were using a external buffer to send packets, then we would need to worry about the encryption on packets.

    Does ghost use a external buffer?
    Could you help me with my problem please? Posted on Page 5 Just above your post
    Reply With Quote  
     

  2. #52  
    arrowzftw
    Guest
    Quote Originally Posted by azza123 View Post
    I have no errors when it compiles but then when i run project it shows this error, .

    .\Server\main_file_cache.dat The system cannot find the path specified)
    Its the client you downloaded which gave you a error. The cache path was wrong.
    Reply With Quote  
     

  3. Thankful user:


  4. #53  
    Super Donator


    Join Date
    Sep 2011
    Posts
    1,446
    Thanks given
    138
    Thanks received
    284
    Rep Power
    260
    i got iped from inception i spawned coal rocks ontop of bank booths then i started mining and the bank booths went poof lawl
    Reply With Quote  
     

  5. Thankful user:


  6. #54  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    Quote Originally Posted by -Null Code- View Post
    i got iped from inception i spawned coal rocks ontop of bank booths then i started mining and the bank booths went poof lawl
    Yeah thanks for spamming item on object! Fixed now !
    Reply With Quote  
     

  7. Thankful user:


  8. #55  
    Registered Member
    Whired's Avatar
    Join Date
    Aug 2007
    Posts
    2,126
    Thanks given
    238
    Thanks received
    500
    Rep Power
    822
    Quote Originally Posted by arrowzftw View Post
    We are actually taking their client and editing fields and using their methods
    Which is fine and it works, but it's still unnecessary. Stress testers don't use actual clients because the protocol must be known for clients to connect - simply following the protocol and forging packets is more than enough to abuse the hell out of a server
    Reply With Quote  
     

  9. #56  
    arrowzftw
    Guest
    Quote Originally Posted by Whired View Post
    Which is fine and it works, but it's still unnecessary. Stress testers don't use actual clients because the protocol must be known for clients to connect - simply following the protocol and forging packets is more than enough to abuse the hell out of a server
    That's why most servers are immune to stress testers, because the servers are bound to have a UID and RSA enabled.
    Reply With Quote  
     

  10. #57  
    Registered Member
    Join Date
    Feb 2010
    Posts
    3
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    I have no fucking idea how to set this up , never heard of net beans lol can some hit me up on skype and help ? "availed.rs"
    Reply With Quote  
     

  11. #58  
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Spoiler for oh no you dont:
    Download Reflection.rar @ UppIT


    How to use it:

    Step 1) Download netbeans click file, open project and navigate to reflection folder.

    Step 2) Find the JAR of the web client you want to inject. (Usually in source code)

    Step 3) open the .jar with zip or winrar and you'll see classes in archive

    Step 4) Extract class files to reflection/classes (make sure folder is empty before you extract) (Not the build/classes the ./classes)

    If this client is obfuscated you will need to rename tons of shit and classes, i've got soulsplit NR and pkhonor cheat clients but i will not release them. Its possible to dupe due to interface opening.

    This works for literary any client. What this does is change variables dynamically, so we are actually using their client and changing variables to exploit the server.

    Some fields might be different, such as "Client" might be named "client" just make changes to it.

    You can add much more commands and send many more fake packets, go ahead server owners get obfuscating you're clients and adding more security =].

    Here is the cheat client on inception:







    I'm not teaching anyone reflection so dont pm me on how to use this. I'm sure people who know how to basic programming will understand easily.

    EDIT:

    Example of a fake packet command:

    Spam trade the whole server:

    Code:
                 if(text.equals("masstrade")) {
                        for (int i = 0; i < 400; i++) {
                            Stream.createFrame(139);
                            Stream.writeWordBigEndian(i);
                        }
                }
    Done this on pkhonor, froze their server mass trading everyone in game. The reason this'll work is because people don't usually have distance checks.






    wow, woww, a lot of servers are going to diee..
    and no one release any patch of sort
    Reply With Quote  
     

  12. #59  
    Registered Member
    Join Date
    Feb 2010
    Posts
    3
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Ambient can you help me to set this up please ill pay you!
    Reply With Quote  
     

  13. Thankful user:


  14. #60  
    Registered Member
    Join Date
    Apr 2011
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Code:
    run:
    Found Main is running!
    Found 207 methods in client and 542 fields
    Exception in thread "main" java.lang.NoClassDefFoundError: sign/signlink
    	at client.main(client.java:3870)
    	at Reflection.main(Reflection.java:42)
    Caused by: java.lang.ClassNotFoundException: sign.signlink
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    	... 2 more
    BUILD SUCCESSFUL (total time: 3 seconds)
    However:



    What am I doing wrong?
    Reply With Quote  
     

Page 6 of 19 FirstFirst ... 4567816 ... 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. bombs cheat client servers please!
    By krazyjoe in forum Chat
    Replies: 3
    Last Post: 02-16-2012, 07:44 AM
  2. Replies: 7
    Last Post: 06-02-2010, 05:37 PM
  3. Basic anti cheat client for delta servers
    By Polaroid in forum Tutorials
    Replies: 7
    Last Post: 01-16-2010, 10:54 AM
  4. Replies: 7
    Last Post: 08-03-2008, 12:18 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
  •