HelpSeeking help in cracking Atlauncher

Posts 115 of 27 · Page 1 of 2
Seeking help in cracking Atlauncher
Seeking Help on cracking the modpack launcher known as atlauncher.

It is open source and the source code can be easily found by google-ing "atlauncher source code"
I would put the direct link to it if I can :L

Looking around there are only help requests. No actual cracked launcher can be found. If someone can crack this, their help is greatly appreciated. This launcher has some awesome modpacks and looking at FTB and Technic launcher, Their main packs are mostly outdated. Well FTB just more or less screwed their packs by placing GT in a very light modpack.

If people say it has already been done please link to it or PM me if it is an external link.

Any unconstuctive comments not appreciated. Putting it bluntly, if you are here to say "Get an actual account" You can fuck off.
I'm also looking help in this area..
Quote Originally Posted by Wampwire View Post
-snip- heres the src code..

-snip- - Class which handles GUI.. (Thats to do with the signing in stuff too!

Go to line 176, work your way down till you get it. Read over it again and again. Read a few books about Java in the mean time.
Could you provide some Pseudo code to indicate what should be done to bypass the verification process?
try to remove few methods which authenticate the account. Replace few returns with only return; not return .... ;
Any plans on making a Launcher? i have no idea where to do that...=(
I understand what your talking about on how it works but i dont know how to make or edit the launcher
Quote Originally Posted by MC-Teddybear View Post
Any plans on making a Launcher? i have no idea where to do that...=(
I understand what your talking about on how it works but i dont know how to make or edit the launcher
Start learning then. Get Eclipse and port the project to your computer then edit it. After that its compiling it.

Quote Originally Posted by Wampwire View Post
try to remove few methods which authenticate the account. Replace few returns with only return; not return .... ;
And i still dont understand what needs removing :L The way i see it is to link the "non-premium" to the "premium" result. Meaning

If "non-premium", then login successful
If "premium", then login successful

Thus bypassing the failure section. How do i do this ? I cannot identify the methods being used to identify if its premium or not.
Quote Originally Posted by DarkDest View Post
Start learning then. Get Eclipse and port the project to your computer then edit it. After that its compiling it.



And i still dont understand what needs removing :L The way i see it is to link the "non-premium" to the "premium" result. Meaning

If "non-premium", then login successful
If "premium", then login successful

Thus bypassing the failure section. How do i do this ? I cannot identify the methods being used to identify if its premium or not.
Too lazy to check the code but why dont you try using the premium login auth
Code:
String[] options = { App.settings.getLocalizedString("common.ok") };
            JOptionPane.showOptionDialog(App.settings.getParent(), App.settings.getLocalizedString("account.exists"), App.settings.getLocalizedString("account.notadded"), -1, 0, null, options, options[0]);

            return;
and replace the auth error one with that ?
Quote Originally Posted by hackroj View Post
Too lazy to check the code but why dont you try using the premium login auth
Code:
String[] options = { App.settings.getLocalizedString("common.ok") };
            JOptionPane.showOptionDialog(App.settings.getParent(), App.settings.getLocalizedString("account.exists"), App.settings.getLocalizedString("account.notadded"), -1, 0, null, options, options[0]);

            return;
and replace the auth error one with that ?
That looks alright though havent tried nor planning to. Just have so much stuff to do..
Quote Originally Posted by hackroj View Post
Too lazy to check the code but why dont you try using the premium login auth
Code:
String[] options = { App.settings.getLocalizedString("common.ok") };
            JOptionPane.showOptionDialog(App.settings.getParent(), App.settings.getLocalizedString("account.exists"), App.settings.getLocalizedString("account.notadded"), -1, 0, null, options, options[0]);

            return;
and replace the auth error one with that ?
Im assuming this is the auth error?

Code:
try {
                        object = (JSONObject) parser.parse(auth);
                        if (object.containsKey("errorMessage")) {
                            authError = ((String) object.get("errorMessage")).replace(
                                    "Invalid credentials. ", "");
                        } else if (object.containsKey("accessToken")) {
                            JSONObject selectedProfileObject = (JSONObject) object
                                    .get("selectedProfile");
                            minecraftUsername = (String) selectedProfileObject.get("name");
                        } else {
                            authError = "An unknown error occured!";
                        }
I dont see a way to just slot in the code to end up with the same result. Also, i dont understand half the methods being used here :L
you guys going to finish cracking it anytime soon? i have a friend who wants to play the DNS Techpack, but cant because there isnt a cracked version of atlauncher, as he's a non-prem user
Please make ATLauncher CRACKED NOW!!!! THANKS!!!!!!!!!
Quote Originally Posted by vyoshka456 View Post
Please make ATLauncher CRACKED NOW!!!! THANKS!!!!!!!!!
Ive got everything set up, just not able to run it properly. Working on that. Caps much? And people like you are people who make helping others less enjoyable.. *truth hurts* Be nice, be patient. You are the USER not the fuckin producer or a big ceo. You have no right demanding for stuff on the internet, otherwise flamming occurs.. It isnt pleasing v.v Keep your hopes up
Keeping hopes up

edit: I have little experience with Java, but I'll take a look at the code too
Quote Originally Posted by Alieksiei View Post
Keeping hopes up

edit: I have little experience with Java, but I'll take a look at the code too
Imma sort this out tomorrow. Long day today. v.v




 
Image




FIXED! Just need to solve the server connections... v.v
Posts 115 of 27 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?