SND

[CODING] Universal Auth Emulator

1 post in this topic

Github = 

Please login or register to see this link.

 

This project was made out of a decompiled version of "AmpedServerEmulator" which was used to bypass "The Noob Bot" auth server back in the days.

It is yet functionable but also a mess of code. The decompilation process destroyed and messed up the whole code , obfuscation and packing of the original binary files were also a bad thing for 

organized code ..

Anyways, i have managed to fix most of the stuff and already tested it with some random windows application to fake a auth server response for it and it worked quite well.

 

The most important things you should take a look at when you want to emulate a certain server response with this , are : 
 

- Start method for the serveremulator_0 contains the adress and port to use

- Inside the ServerEmulator Class you have to add a new if statement for checking incoming requests and their fake responses. 

(Take a look at the existing answers in that class to get an idea of how responses should look like ).

 

If anyone can make any use of this , just fork the github project or maybe even contribute to it :)

 

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now