We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!

Tanchiki Pro

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Tanchiki Pro

Also known as: Танчики Про (Russia), Tankzors Pro
Developer: DaSuppaStudios Ltd
Publisher: DaSuppaStudios Ltd
Platforms: J2ME
Released internationally: 2010
Released in RU: 2010


PiracyIcon.png This game has anti-piracy features.


And you were just a scroll away from being fired too...
Oh dear, I do believe I have the vapors.
This page contains content that is not safe for work or other locations with the potential for personal embarrassment.
Such as: A racial slur in an internal message.

The sequel to Tanchiki / Tankzors, a relatively simple J2ME game which, according to the developers, was inspired by the well-known NES/Dendy title.

Features some nice music, too.

Anti-piracy Check

In m.class, there's some code for checking a registration key. When decompiled, the following can be seen in a try/catch statement.

[...]
} catch (Exception var2) {
    var2.printStackTrace();
    field_1011.concat("fuck ur hax, nigers :) muahaha :D");
    (new StringBuffer()).append(field_1011).append("x").toString();
}
[...]