8BitMMO: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:Stub}} == General Info == 8BitMMO is a free online construction sandbox game written in Java. <!-- TODO: Embed an image of 8BitMMO File:8BitMMO.png|border|r...") |
No edit summary |
||
| Line 9: | Line 9: | ||
== Exploits == | == Exploits == | ||
Players can remove calls to the hurt function in the drown and laserhit methods to be able to stay underwater for an unlimited time and to be invulnerable to laser attacks. | Players can remove calls to the hurt function in the drown and laserhit methods to be able to stay underwater for an unlimited time and to be invulnerable to laser attacks. | ||
Players can set their X and Y position. | |||
Players can change their system clock to get a speedboost. | |||
== Client Modifications == | |||
[https://github.com/maaatts/BitPlus Bit+ by Zooty] | |||
== Workings == | == Workings == | ||
The game makes use of the [https://github.com/google/protobuf/ Google Protobuf] library for networking and a modified version of the [https://code.google.com/p/pulpcore/ Pulpcore] engine for graphics. | The game makes use of the [https://github.com/google/protobuf/ Google Protobuf] library for networking and a modified version of the [https://code.google.com/p/pulpcore/ Pulpcore] engine for graphics. | ||
[[Category:Game]] [[Category:MMO] | [[Category:Game]] [[Category:MMO]] | ||
Latest revision as of 22:51, 1 September 2015
| This page or section is unfinished. Feed it and make it grow please. |
General Info
8BitMMO is a free online construction sandbox game written in Java.
It can be played in the browser or through Steam and Kongregate.
Exploits
Players can remove calls to the hurt function in the drown and laserhit methods to be able to stay underwater for an unlimited time and to be invulnerable to laser attacks. Players can set their X and Y position. Players can change their system clock to get a speedboost.
Client Modifications
Workings
The game makes use of the Google Protobuf library for networking and a modified version of the Pulpcore engine for graphics.