Outdated Tap Titans 2 v3.3.0 MOD [Update]

Status
Not open for further replies.

vera

How did I get here
5,050
07/14/18
4,533
Thread Author
2637f2bf088f64cf10e14ee255d39028.png


Name: Tap Titans 2
Version: 3.3.0
Root: No

Mod features:
1. Coins Increase
2. Mana Increase
3. No delay skills


Install Steps:
Download
Install

Credits: vera
Playstore Link: Google Playstore
Download Link: MOD APK
Mirror
Mirror
 
Last edited:
they just update to 3.2.4 is there any possibility to update the mod as well? thanks you.
 
Please provide 2 version,
1.No decrease gold (unlimited) & MANA increase.
2.Increase gold (unlimited) & MANA increase.
Agree with ginoza,the increase gold mod gives you teapot (banned) almost instant so the mod is useless.
But the non decrease gold mod is relatively safe.
In sum it would be even better an only infinity mana mod to be complitely safe.
 
thank you for your effort and time!
it's absolutely a nice mod.
btw, would it be possible is there a mod with features:
1. "no decrease money when spend" AND
2. "no decrease mana when use skills"

because the mod currently provided, it's nice but likely to be banned.
 
Is this the right place to discuss modding of this game?
I'm interested in just reading the game files such as the one here:
/sdcard/Android/data/com.gamehivecorp.taptitans2/files/gamedata/1eb...d64.fadat
They've probably got some very weak encryption. The previous version of the game (Tap Titans 1) simply added some values to each byte in the file so that it could be decrypted with the following very simple 010 editor script:

Code:
//010 Encryption script
//--------------------------------------
//--- 010 Editor v3.2 Script File
//
// File: encrypt
// Author: cynosure
// Revision: 1.0.7
// Purpose: tap titans sha-1 checksum savefile encryption
//--------------------------------------
byte key[9];
key[0]=7; key[1]=3; key[2]=2; key[3]=5; key[4]=4; key[5]=2; key[6]=5; key[7]=5; key[8]=3;
int actfile = GetFileNum();
int newfile = FileNew();
FileSelect(actfile);
int siz = FileSize();
int place = 0; int addr = 0; int out = 0; uint data = 0;
while(addr < siz){
    FileSelect(actfile);
    data = ReadByte(addr++);
    FileSelect(newfile);
    WriteByte(out, (data + key[out %9]) );
    out++;
}

Does anyone know the new key for reading the Tap Titans 2 .fdat files?

If this is the wrong place to discuss this, I'd love any advise on where to go to talk to people about this.
 
Last edited:
Outdated Mod.
If you are going to upgrade, let me know in PM
 
Status
Not open for further replies.
Back
Top Bottom