It's minecraftmuse3 here, and this is my speed mod! This speed mod comes with four different speeds.
How to use:
When you load the game, there will be a button on the main screen that says: "Speed Settings". When you tap it, it will take you to a screen that has four different speed options. You can choose the speed from there.
Screenshots:
The main screen:
The settings screen:
Bugs:
-When you restart the game, the speed goes back to the regular one
Please give me an Internet. Please. Pretty Please with sprinkles on top
I have a twitter!! Follow me for regular updates on my mods! https://twitter.com/DamienMiller11
Please give me an Internet. Please. Pretty Please with sprinkles on top
I have a twitter!! Follow me for regular updates on my mods! https://twitter.com/DamienMiller11
Please give me an Internet. Please. Pretty Please with sprinkles on top
I have a twitter!! Follow me for regular updates on my mods! https://twitter.com/DamienMiller11
-When you restart the game, the speed goes back to the regular one
thats not a bug.... its good that it will reset
well how did you made an apk mod?
I used AIDE from the Play Store.
v1.1
-fixed a positioning problem on some devices.
Enjoy!
Rollback Post to RevisionRollBack
Please give me an Internet. Please. Pretty Please with sprinkles on top
I have a twitter!! Follow me for regular updates on my mods! https://twitter.com/DamienMiller11
Please give me an Internet. Please. Pretty Please with sprinkles on top
I have a twitter!! Follow me for regular updates on my mods! https://twitter.com/DamienMiller11
Please give me an Internet. Please. Pretty Please with sprinkles on top
I have a twitter!! Follow me for regular updates on my mods! https://twitter.com/DamienMiller11
To post a comment, please login or register a new account.
It's minecraftmuse3 here, and this is my speed mod! This speed mod comes with four different speeds.
How to use:
When you load the game, there will be a button on the main screen that says: "Speed Settings". When you tap it, it will take you to a screen that has four different speed options. You can choose the speed from there.
Screenshots:
The main screen:
The settings screen:
Bugs:
-When you restart the game, the speed goes back to the regular one
Download:
http://www.mediafire.com/?et1yqrdfx1oec44
Have fun, and don't forget to follow me on Twitter, @Damien Miller11.
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11
Amazing +1
Thanks
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11
this seems cool, I'm going to download/test it later.
Cool.
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11
Well
the bug is
Bugs:
-When you restart the game, the speed goes back to the regular onethats not a bug.... its good that it will reset
well how did you made an apk mod?
I used AIDE from the Play Store.
v1.1
-fixed a positioning problem on some devices.
Enjoy!
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11
I hope no one use this on server...
Thanks!
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11
You can save the speed by including the
header. Then make a file like this:ofstream speed;</p> <p>speed.open("sdcard/games/com.mojang/speed.txt", ios::trunc");</p> <p>speed<<speednumber;</p> <p>speed.close();Then you could read the file like this:
ifstream readspeed("sdcard/games/com.mojang/speed.txt");</p> <p>int speednumber;</p> <p>while(read speed>>speednumber) {</p> <p> //stuff here</p> <p>}Thanks!
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11