OutdatedMule Maker v1.3
Approved..
add a one click login that does not require admin permission on my computer, make it so i can add already existing accounts into that one click login, make it so it selects the wiz and names the account....and you have the best release in a while.
---------- Post added at 11:26 PM ---------- Previous post was at 10:39 PM ----------
like....updating odom?
---------- Post added at 11:26 PM ---------- Previous post was at 10:39 PM ----------
like....updating odom?
Line 91 of CreatorThread should output the contents of str2 somewhere, either to a file or in a text box, rather than just saying "Unknown error!". On the off chance that Kabam does change something, having the contents of str2 saved somewhere would be helpful in debugging, although I do doubt it should show up very frequently.
The error checking in the above function seems rather redundant and unnecessary, which is partly because you don't need to use vurl at all, and you don't even need to be checking that link; that's wasted resources. The register url is all that is needed for registering accounts. I believe you will see a minor increase in speed by taking that part of the code out. Once that is taken out, you can simplify the error checking.
I would consider changing field3 type to a JFormattedTextField and using a NumberFormatter to filter user input. Using consume() is the wrong way to go about it. Currently, I can copy+paste invalid information into that box, which can and will result in a NumberFormatException, which is currently unhandled by your program.
I don't think you need to limit the email text size. 21 characters isn't very much. Is there a reason for that?
I think you would also benefit from using layouts. GridLayout and BorderLayout are two that come to mind. That allows you to simplify the positioning of where your buttons should go rather than using absolute locations. Not completely necessary, but once you learn it, it makes adding new buttons and sections much quicker and smoother.
Just some feedback. Keep it up.
The error checking in the above function seems rather redundant and unnecessary, which is partly because you don't need to use vurl at all, and you don't even need to be checking that link; that's wasted resources. The register url is all that is needed for registering accounts. I believe you will see a minor increase in speed by taking that part of the code out. Once that is taken out, you can simplify the error checking.
I would consider changing field3 type to a JFormattedTextField and using a NumberFormatter to filter user input. Using consume() is the wrong way to go about it. Currently, I can copy+paste invalid information into that box, which can and will result in a NumberFormatException, which is currently unhandled by your program.
I don't think you need to limit the email text size. 21 characters isn't very much. Is there a reason for that?
I think you would also benefit from using layouts. GridLayout and BorderLayout are two that come to mind. That allows you to simplify the positioning of where your buttons should go rather than using absolute locations. Not completely necessary, but once you learn it, it makes adding new buttons and sections much quicker and smoother.
Just some feedback. Keep it up.
Yeah, the errors it prints out is just for Ease of Use, although I guess they never really are hard to understand in the first place.
The email field characters can be unlimited, I just chose to have it at 21 so it fits with the text box, again, this was not really necessary and just to my liking (Will be changed)
Thanks for the feedback!
The email field characters can be unlimited, I just chose to have it at 21 so it fits with the text box, again, this was not really necessary and just to my liking (Will be changed)
Thanks for the feedback!

Please add autonamer, with choises what to name the characters. Also something what alloves u to start from number like 100 to continue own mules.
This thread is closed for replies.
Similar Threads
Realm of the Mad God Hacks & CheatsMule Maker by noob2137NO 20 Realm of the Mad God Hacks & CheatsMule Maker V2NO 21 Realm of the Mad God Hacks & CheatsPHP Auto Mule Maker and VerifyMA 17 Realm of the Mad God DiscussionsIdea about mule maker/finderHA 1 Realm of the Mad God Help & RequestsMule maker?SA 4


