BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Upload your cheat tables here (No requests)
User avatar
ApeDemon66
Expert Cheater
Expert Cheater
Posts: 226
Joined: Sat Mar 03, 2018 7:31 am
Reputation: 180

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by ApeDemon66 »

Bonus-Kun wrote:
Mon Oct 08, 2018 8:02 pm
...
Its not so much "giving up" and more just moving on. Game is pretty garbage and the company has hit a big low recently in terms of quality. That YouTube video showing off one of my mods is pretty nice to see. If you are interested, not just cheating, but also modding, I suggest you look into Dantarion's "bbtools" which you can find on github. He did the research and made a python script to parse character move-set scripts. For BBTAG the files are encrypted although the encryption is as follows:

1. File name is renamed by its md5 hash of the file path starting with "data/..."

2. File's bytes are encrypted with a key: ("F5 5C 84 2A AD 61 54 E7 0A FC 99 6B D5 A4 D3 D8 48 26 69 CB 07 42 13 5E 10 23 D2 6D 36 C7 C1 66 DF A1 AD F1 44 44 7E C9 8E 24 99")

3. Starting index of encryption key is found by taking the md5 hash of the file name's md5 hash and taking the 8th byte then modulus (%) it by 43

4. You then take the byte in the key based on the index value and xor it with the byte in the file

5. Increase the starting index number by 1 then modulus(%) it by 43 for new index

6. Repeat steps 4 and 5 until the end of the file.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

ShineGotic
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Sep 11, 2018 3:03 am
Reputation: 0

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by ShineGotic »

hellow today releashe a new patch u can update your table please

senseirain
Expert Cheater
Expert Cheater
Posts: 147
Joined: Thu Jun 08, 2017 8:00 am
Reputation: 7

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by senseirain »

Update please? want to play DLC characters for free xDD

ShineGotic
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Sep 11, 2018 3:03 am
Reputation: 0

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by ShineGotic »

geordan9 please u table is the best

User avatar
ApeDemon66
Expert Cheater
Expert Cheater
Posts: 226
Joined: Sat Mar 03, 2018 7:31 am
Reputation: 180

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by ApeDemon66 »

senseirain wrote:
Tue May 21, 2019 2:50 pm
Update please? want to play DLC characters for free xDD
I stopped uploading it here and started posting it on the BBTAG discord, but sure here ya go:
[Link]

I didn't finish updating and changing the player pointer's to modify stuff in matches, but I didn't think it was too important. Everything important should be in it.

senseirain
Expert Cheater
Expert Cheater
Posts: 147
Joined: Thu Jun 08, 2017 8:00 am
Reputation: 7

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by senseirain »

Geordan9 wrote:
Wed May 22, 2019 4:17 am
senseirain wrote:
Tue May 21, 2019 2:50 pm
Update please? want to play DLC characters for free xDD
I stopped uploading it here and started posting it on the BBTAG discord, but sure here ya go:
[Link]

I didn't finish updating and changing the player pointer's to modify stuff in matches, but I didn't think it was too important. Everything important should be in it.
Discord link please?

derekwindfall
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Aug 04, 2019 2:15 am
Reputation: 0

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by derekwindfall »

Hey, I got a question. I want to get sprites and PAC files for cross tag using the cheat table, but i'm having trouble learning how to do use it. Is there any guide? Thanks!

User avatar
ApeDemon66
Expert Cheater
Expert Cheater
Posts: 226
Joined: Sat Mar 03, 2018 7:31 am
Reputation: 180

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by ApeDemon66 »

derekwindfall wrote:
Wed Aug 07, 2019 1:09 am
Hey, I got a question. I want to get sprites and PAC files for cross tag using the cheat table, but i'm having trouble learning how to do use it. Is there any guide? Thanks!
The cheat table has the ability to view a recent list of accessed file paths. These file paths are then converted to their md5 hashes. You don't need to worry about that. Here is a few tools I made including an experimental PAC viewer that will help you. The crypt tool takes two arguments, the file/folder path and, optionally, a text file with file paths. I included the paths.txt file for you. If you want to decrypt a specific file, convert the file path in the text file into its md5 hash and that'll be the file in the assets folder.

For example, in a command prompt:

Code: Select all

"Geo BBTAG Crypt Tool.exe" "file path" paths.txt
Password: frf
Attachments
Geo BBTAG Crypt and Path Rip Tools.rar
(37.46 KiB) Downloaded 58 times

derekwindfall
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Aug 04, 2019 2:15 am
Reputation: 0

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by derekwindfall »

So i gotta go into the asset folder of cross tag to get any file and open it with Geo BBtag crypt tool? I tried doing that but it will always close itself

User avatar
ApeDemon66
Expert Cheater
Expert Cheater
Posts: 226
Joined: Sat Mar 03, 2018 7:31 am
Reputation: 180

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by ApeDemon66 »

derekwindfall wrote:
Wed Aug 07, 2019 11:19 pm
So i gotta go into the asset folder of cross tag to get any file and open it with Geo BBtag crypt tool? I tried doing that but it will always close itself
The reason it closes is because its a "Console Application". It does not have a GUI (Graphical User Interface) where it opens and you click on stuff. It works by having "arguments" passed into it. You do this through a command prompt or dragging the file with/or without the paths.txt file onto it.

Here is an example through a command prompt:
Image

Here you can see i used the command "cd" to change the directory to the path of the crypt tool. I then can type the crypt tool's name, then the file, or in this case, the whole folder path, and then I type the name of the paths.txt file. So to explain it even thoroughly, I'm passing two arguments. One being the file/folder and the second being the paths.txt file.

If you have any other questions about this, message me privately since this forum topic is in the "Tables" section of the forum.

User avatar
STN
Founder
Founder
Posts: 4435
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3437

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by STN »

Geordan9 wrote:
Wed Aug 07, 2019 3:52 am
..
I reupped your archive with a password because this
Image

rikkai
Expert Cheater
Expert Cheater
Posts: 115
Joined: Tue Jan 29, 2019 9:42 am
Reputation: 13

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by rikkai »

thanks a lot!!

if you can make a ct for dbfz please? (especially cpu vs cpu function)
thanks again~~

rikkai
Expert Cheater
Expert Cheater
Posts: 115
Joined: Tue Jan 29, 2019 9:42 am
Reputation: 13

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by rikkai »

please update cpu vs cpu address
thanks.

User avatar
ApeDemon66
Expert Cheater
Expert Cheater
Posts: 226
Joined: Sat Mar 03, 2018 7:31 am
Reputation: 180

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by ApeDemon66 »

rikkai wrote:
Thu Apr 16, 2020 9:52 am
please update cpu vs cpu address
Already had table updated, but didn't upload it. Just updated it now.

rikkai
Expert Cheater
Expert Cheater
Posts: 115
Joined: Tue Jan 29, 2019 9:42 am
Reputation: 13

Re: BlazBlue Cross Tag Battle (BBTAG) Cheat Table

Post by rikkai »

thank you~~~~~

Post Reply

Who is online

Users browsing this forum: a1084894269, AhrefsBot, asderasder444, Baidu [Spider], duchsw, ElysionForce, FictionOnes, Google [Bot], Google Adsense [Bot], patka, soulofdragon01, xspeed, YandexBot