OutdatedMule Maker v1.3

Posts 6175 of 124 · Page 5 of 9
Code:
<~>java -jar /home/me/Documents/realm/MuleMaker.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: mulemaker/main/MuleMaker : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: mulemaker.main.MuleMaker. Program will exit.
<~>java -version
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
realized it's a problem with my java not mm
Any chance we can get source code? I want to modify it a bit, make it choose names too.

Or if not, my suggestion is to make it pick names too.
Quote Originally Posted by 059 View Post
Any chance we can get source code? I want to modify it a bit, make it choose names too.

Or if not, my suggestion is to make it pick names too.
Yeah, it's on my github.
There's also a button on the actual mulemaker itself which should link you. :P
Quote Originally Posted by Phoenix1123 View Post
Yeah, it's on my github.
There's also a button on the actual mulemaker itself which should link you. :P
Doi, thank you!
Nice job! java is a pretty nice language as well, cross platform...
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).

Virus scans:
Jotti
VirusTotal






Currently working on: Nothing ATM. Leave ideas and suggestions below!

 
Changelog
V1.1
  • Fixed accounts.js creation (Wasn't adding ,s)
  • GUID Randomises, with 2^128 (340,282,366,920,938,463,463,374,607,431,768,211,4 56) possibilities


V1.2:
  • Performance Tweaks
  • Message changes


V1.3:
  • GUI Changes (You can now download Muledump)
  • API Changes




Enjoy.

Thank you for this. <3.
Quote Originally Posted by FallenDakai View Post
Thank you for this. <3.
No problem! I may be working on an improved one, the "improved" one on my GitHub isn't really functioninal.

Quote Originally Posted by Xx1Miner1xX View Post
Okay, I have a Question do I have to make my own email named the exact email and verify it to use it?
Yeah. I made this before you had to do that. If you know java you could easily modify the program, other than that you could use Krazyshank's mass-email verification sender. I MAY be working on a little auto verifier. That depends
Okay, I have a Question do I have to make my own email named the exact email and verify it to use it?
After building MuleMaker, I tried running, and it worked but when I tried creating a mule it gave a null pointer in creatorthread
Code:
Exception in thread "Thread-3" java.lang.NullPointerException
	at mulemaker.main.CreatorThread.register(CreatorThread.java:82)
	at mulemaker.main.CreatorThread.run(CreatorThread.java:32)
	at java.lang.Thread.run(Unknown Source)
This code was untouched, I added the lombok source too.
Quote Originally Posted by 059 View Post
After building MuleMaker, I tried running, and it worked but when I tried creating a mule it gave a null pointer in creatorthread
Code:
Exception in thread "Thread-3" java.lang.NullPointerException
	at mulemaker.main.CreatorThread.register(CreatorThread.java:82)
	at mulemaker.main.CreatorThread.run(CreatorThread.java:32)
	at java.lang.Thread.run(Unknown Source)
This code was untouched, I added the lombok source too.
Did you make sure both the JTextFields aren't null? And if they are, you should fill the email and pass fields on the press of the "Create Accounts" button. I can't give a clear explanation as I have some uncommitted private changes to my MuleMaker, so the line numbers are off, but I'm assuming that was when it was printing the email and password.
I may have committed some changes with plans to add future updates but it may be unfinished. I'll try to get back to you on that.
Also, I am working on a new MuleMaker as I post this, so expect another one coming soon! (In Java of course, this one will have multiple functions, and be faster )

Quote Originally Posted by Soviet_Swagger View Post
Nice job! java is a pretty nice language as well, cross platform...
Nearly missed your post entirely, Thanks! And I've been coding Java for a few years now, I'm not really a "Program-maker" but things such as these are relatively easy. :P
I want to ask how do you verify the email?
Quote Originally Posted by FMJER View Post
I want to ask how do you verify the email?
This one dosen't verify if that's your question, you have to manually create the email and go to it then click on the verification email, Only really practical for Hotmail emails, considering you can use up to 10 aliases to go to the same primary email, although I shall be fixing this issue in the next update.

EDIT: I mean in the new "project" im making, which is already partially available on my GitHub.
This is a minor adjustment but is it possible to make the input for the email be a little bit longer? I have my own domain that automatically verifies the account and the whole email is 37 characters. This program looks very promising, with this little adjustment it would be perfect.
Quote Originally Posted by Notsomeone View Post
This is a minor adjustment but is it possible to make the input for the email be a little bit longer? I have my own domain that automatically verifies the account and the whole email is 37 characters. This program looks very promising, with this little adjustment it would be perfect.
Yes. If you know how to modify java code, you could just remove the Character Limiter. I would do this myself, but at the current moment I'm in a hungover state and too lazy to work haha (Hey, we're all human eh?). I'll do it later or sometime.
Quote Originally Posted by Phoenix1123 View Post
Yes. If you know how to modify java code, you could just remove the Character Limiter. I would do this myself, but at the current moment I'm in a hungover state and too lazy to work haha (Hey, we're all human eh?). I'll do it later or sometime.
I know some Java but what would be the easiest way to decompile and recompile your MuleMaker.jar? Isn't that the only way to edit something from there?


Edit: Figured it out. Edited some bytecode and now I have hundreds of mules ready to go
Posts 6175 of 124 · Page 5 of 9
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?