I believe c0deh4cker added code to MCPE make the sprint mod.
No, he wrote a tweak that hooks onto MCPE when it is loaded. I believe he uses a hit-box to tell when the up arrow is pressed, and when it is tapped twice the tweak changes the walking speed. It's basically an in-game mod that uses an invisible box as a toggle.
Anyway, here is some code for blocks, figure out how to add a new one, and not only that but get around Apple and Android's security to add new code to apps:
Here is the code for lava, change it and add a nuclear bomb!
Can't forget to change the vTable. If you're new to iOS modding, you might notice all of it is named sub_xxxxx. That is because Intyre went through all the methods and renamed them by hand.
Not to crush anyone's dreams, it is theoretically possible to add new items and such, but only with the use of coded mods, and even then it will still be just as hard as it is now (which is hard beyond belief as is). You'd not only be doing something amazing in minecraft PE modding, but app modding of all kinds.
No, he wrote a tweak that hooks onto MCPE when it is loaded. I believe he uses a hit-box to tell when the up arrow is pressed, and when it is tapped twice the tweak changes the walking speed. It's basically an in-game mod that uses an invisible box as a toggle.
Anyway, here is some code for blocks, figure out how to add a new one, and not only that but get around Apple and Android's security to add new code to apps:
Can't forget to change the vTable. If you're new to iOS modding, you might notice all of it is named sub_xxxxx. That is because Intyre went through all the methods and renamed them by hand.
Not to crush anyone's dreams, it is theoretically possible to add new items and such, but only with the use of coded mods, and even then it will still be just as hard as it is now (which is hard beyond belief as is). You'd not only be doing something amazing in minecraft PE modding, but app modding of all kinds.
Edit: thanks Intyre for my 400th rep point
if you are talking about textures, then yes