OutdatedMule Maker v1.3

Posts 1630 of 124 · Page 2 of 9
Quote Originally Posted by Beex View Post
Ah this looks nice i was waiting for a Mule Maker from a reliable source, thanks! Hopefully it gets approved soon.
Yeah, if you have a java IDE, you can use the source and compile, else you can add me on skype (callum.phoe) and get it early.
Approved..
Quote Originally Posted by Shadow_BR View Post
i personally prefer creating my mules one by one, changing the name and confirming the emails, this way they'll never get banned
that takes way to long
Quote Originally Posted by Phoenix1123 View Post
Mule Maker
No viruses included!



Hey everyone, with the whole issue about RotMGnub and noob2137, I decided to make my own Mule Maker in a (pretty much) completely different language, Java! This mule maker was coded in about 2-4 hours of straight coding with moderate breaks (for those who were wondering heh), The source is available on my Github
Ahhhhh thank you for a java app and not an .exe, I'm on Mac and no need for 3rd party apps, this is sweet, double click on .jar, profit .. awesome!
Quote Originally Posted by Cyeclops View Post
Ahhhhh thank you for a java app and not an .exe, I'm on Mac and no need for 3rd party apps, this is sweet, double click on .jar, profit .. awesome!
Yay! Java is good for something lol.
Quote Originally Posted by nilly View Post
Yay! Java is good for something lol.
haha well it's just with a .exe, and even if using an app that states it runs .NET applications, will still only work 2 times out of 10 :/ so anything java based for me is a bonus, maybe I should learn that instead of Objective C .... similar aren't they?
Quote Originally Posted by Cyeclops View Post
Ahhhhh thank you for a java app and not an .exe, I'm on Mac and no need for 3rd party apps, this is sweet, double click on .jar, profit .. awesome!
No problem, I am also aiming to create some other java projects for rotmg soon!
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 ----------

Quote Originally Posted by Phoenix1123 View Post
No problem, I am also aiming to create some other java projects for rotmg soon!
like....updating odom?
Quote Originally Posted by dg123 View Post

like....updating odom?
Possibly, such a thing would take a while though.
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.
Quote Originally Posted by dwdude View Post
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.
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!
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.
Quote Originally Posted by olliman View Post
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.
I'm not quite sure as to do that first one, but I can do the second one for sure; I'll go research a bit.
Some how I can't Open the jar file. Im on a mac [Snow leopard 10.6.8] Help?
Quote Originally Posted by LRZ View Post
Some how I can't Open the jar file. Im on a mac [Snow leopard 10.6.8] Help?
Hmm, is your java updated? I have only tested this on one Mac running Mountain Lion :/

EDIT: Also, V2 is coming out soon; which should (hopefully) be compatible with both Mac and Windows
Posts 1630 of 124 · Page 2 of 9
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?