Bloons TD6 [+24]

Upload your cheat tables here (No requests)
Minero
Noobzor
Noobzor
Posts: 7
Joined: Wed Dec 22, 2021 9:43 pm
Reputation: 6

Re: Bloons TD6 [+24]

Post by Minero »

Hampter9000 wrote:
Wed Sep 20, 2023 3:20 pm
Sorry to bother you about this but seems like BladesOfPvP2 wrote that monkey knowledge is only to be used once per level could you please elaborate on what this means and if not abiding to this will result in a flag
I haven't tried the free monkey knowledge cheat yet. I assume they meant that every time you level up you can safely use the freeze monkey knowledge to get one upgrade for free, and then another one for the normal cost, so you essentially get 2 points from each level.

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

kenjaws6
Noobzor
Noobzor
Posts: 9
Joined: Sun Feb 26, 2023 2:58 pm
Reputation: 4

Re: Bloons TD6 [+24]

Post by kenjaws6 »

4x4F wrote:
Thu Aug 31, 2023 2:11 am
Cissa90 wrote:
Wed Aug 30, 2023 5:40 am
Which tool are you using to decrypt/encrypt the save?
Spoiler
Figured I'd just put it here. This isn't CT related so if this isn't allowed, let me know and I'll make a thread for it.

You can do a lot with this, even taking someone else's profile (if someone gives you their profile.save or if someone figures out how to grab someone elses profile), changing the OwnerID and TrophiesWalletID to your own, or making completely new ones by setting OwnerID to "nolink[SOME RANDOM 32 DIGIT UUID]" (Without the [])

Extract the exe file to a folder. Right click the folder you extracted it to and open it in terminal/power shell/cmd (either one works), then copy the command below for unpacking, change the directories to wherever you like, run it and then edit the json file however you feel fit with any code editor (I'd recommend visual studio code). Once you're done, change the directories for the pack command, run it, and that is your new Profile.save. Please backup your current Profile.save before replacing it. I'm not responsible for you getting your account flagged by adding ridiculous things to your profile.
Steam Location
C:\Program Files (x86)\Steam\userdata\[Your Steam ID]\960090\local\link\PRODUCTION\current
Epic Games Location
C:\Users\%UserProfile%\appdata\localLow\Ninja Kiwi\BloonsTD6-Epic\[Your ID]\link\PRODUCTION\current
Commands
REMEMBER TO CHANGE THE DIRECTORIES YOURSELF.
Unpack/Decrypt
.\monke.exe unpack "SaveLocationDirectory\Profile.save" "SaveOutputDirectory\profile.json" 11
Pack/Encrypt
.\monke.exe pack "SaveOutputDirectory\profile.json" "SaveEncryptionOutputDirectory\Profile.save" 11
I take no responsibility on you getting your account flagged by editing your save file, so make a backup!

Made by averysumner (different forum)
Thanks so much for sharing the save editor! I figured out how to change number of insta monkeys available while editing the profile.json file in notepad.
Spoiler
Example:
"instaTowers":{"DartMonkey":[1024,1026,1028],<--- this line will give you a 0-0-0, a 1-0-0 and a 2-0-0 dart monkey. each number corresponds to a tier and also quantity of each type of insta monkey. Adding 1024 to the numbers: "DartMonkey":[2048,2050,2052] will give you two 0-0-0, 1-0-0 and 2-0-0 each.
I've made a very simple list in spreadsheet the numbers theyre corresponding to: [Link]
Sorry for bad english. I'm not very good at giving explanation but I hope you understand how to change it.

litrpg
Cheater
Cheater
Posts: 43
Joined: Tue Oct 03, 2023 11:31 pm
Reputation: 3

Re: Bloons TD6 [+24]

Post by litrpg »

So new update allows us to directly spend money on paragons to raise their level. I'm assuming that is there so players can get their paragons from 76 to 100 but can someone check and perhaps make a table if it is possible to change it so we can spend as much money as possible and directly upgrade our paragons to 100?

User avatar
4x4F
Retired Donor
Retired Donor
Posts: 49
Joined: Sat Jul 07, 2018 7:15 pm
Reputation: 4

Re: Bloons TD6 [+24]

Post by 4x4F »

kenjaws6 wrote:
Sun Sep 24, 2023 7:16 am
4x4F wrote:
Thu Aug 31, 2023 2:11 am
Cissa90 wrote:
Wed Aug 30, 2023 5:40 am
Which tool are you using to decrypt/encrypt the save?
Spoiler
Figured I'd just put it here. This isn't CT related so if this isn't allowed, let me know and I'll make a thread for it.

You can do a lot with this, even taking someone else's profile (if someone gives you their profile.save or if someone figures out how to grab someone elses profile), changing the OwnerID and TrophiesWalletID to your own, or making completely new ones by setting OwnerID to "nolink[SOME RANDOM 32 DIGIT UUID]" (Without the [])

Extract the exe file to a folder. Right click the folder you extracted it to and open it in terminal/power shell/cmd (either one works), then copy the command below for unpacking, change the directories to wherever you like, run it and then edit the json file however you feel fit with any code editor (I'd recommend visual studio code). Once you're done, change the directories for the pack command, run it, and that is your new Profile.save. Please backup your current Profile.save before replacing it. I'm not responsible for you getting your account flagged by adding ridiculous things to your profile.
Steam Location
C:\Program Files (x86)\Steam\userdata\[Your Steam ID]\960090\local\link\PRODUCTION\current
Epic Games Location
C:\Users\%UserProfile%\appdata\localLow\Ninja Kiwi\BloonsTD6-Epic\[Your ID]\link\PRODUCTION\current
Commands
REMEMBER TO CHANGE THE DIRECTORIES YOURSELF.
Unpack/Decrypt
.\monke.exe unpack "SaveLocationDirectory\Profile.save" "SaveOutputDirectory\profile.json" 11
Pack/Encrypt
.\monke.exe pack "SaveOutputDirectory\profile.json" "SaveEncryptionOutputDirectory\Profile.save" 11
I take no responsibility on you getting your account flagged by editing your save file, so make a backup!

Made by averysumner (different forum)
Thanks so much for sharing the save editor! I figured out how to change number of insta monkeys available while editing the profile.json file in notepad.
Spoiler
Example:
"instaTowers":{"DartMonkey":[1024,1026,1028],<--- this line will give you a 0-0-0, a 1-0-0 and a 2-0-0 dart monkey. each number corresponds to a tier and also quantity of each type of insta monkey. Adding 1024 to the numbers: "DartMonkey":[2048,2050,2052] will give you two 0-0-0, 1-0-0 and 2-0-0 each.
I've made a very simple list in spreadsheet the numbers theyre corresponding to: [Link]
Sorry for bad english. I'm not very good at giving explanation but I hope you understand how to change it.
Thanks for the spreadsheet! Definitely useful but a little unneeded! My apologies for not posting this info sooner, I havent been checking this forum.

Below you can see the original way this is read before the encryption that the saves use now. All you need to do is make a new one with with every tower name and place it in instaTowers section in your save. (If you use this format, it will automatically convert the item amount to what you showed in the spreadsheet)
200000 of all upgrade paths

Code: Select all

{"BombShooter":[{"tiers":[0,0,0],"quantity":200000.0,"isNew":false},{"tiers":[1,0,0],"quantity":200000.0,"isNew":false},{"tiers":[0,1,0],"quantity":200000.0,"isNew":false},{"tiers":[0,0,1],"quantity":200000.0,"isNew":false},{"tiers":[1,1,0],"quantity":200000.0,"isNew":false},{"tiers":[0,1,1],"quantity":200000.0,"isNew":false},{"tiers":[1,0,1],"quantity":200000.0,"isNew":false},{"tiers":[2,1,0],"quantity":200000.0,"isNew":false},{"tiers":[2,0,1],"quantity":200000.0,"isNew":false},{"tiers":[2,2,0],"quantity":200000.0,"isNew":false},{"tiers":[2,0,2],"quantity":200000.0,"isNew":false},{"tiers":[3,1,0],"quantity":200000.0,"isNew":false},{"tiers":[3,0,1],"quantity":200000.0,"isNew":false},{"tiers":[3,2,0],"quantity":200000.0,"isNew":false},{"tiers":[3,0,2],"quantity":200000.0,"isNew":false},{"tiers":[4,1,0],"quantity":200000.0,"isNew":false},{"tiers":[4,0,1],"quantity":200000.0,"isNew":false},{"tiers":[4,2,0],"quantity":200000.0,"isNew":false},{"tiers":[4,0,2],"quantity":200000.0,"isNew":false},{"tiers":[1,2,0],"quantity":200000.0,"isNew":false},{"tiers":[0,2,1],"quantity":200000.0,"isNew":false},{"tiers":[0,2,2],"quantity":200000.0,"isNew":false},{"tiers":[1,3,0],"quantity":200000.0,"isNew":false},{"tiers":[0,3,1],"quantity":200000.0,"isNew":false},{"tiers":[2,3,0],"quantity":200000.0,"isNew":false},{"tiers":[0,3,2],"quantity":200000.0,"isNew":false},{"tiers":[1,4,0],"quantity":200000.0,"isNew":false},{"tiers":[0,4,1],"quantity":200000.0,"isNew":false},{"tiers":[2,4,0],"quantity":200000.0,"isNew":false},{"tiers":[0,4,2],"quantity":200000.0,"isNew":false},{"tiers":[1,0,2],"quantity":200000.0,"isNew":false},{"tiers":[0,1,2],"quantity":200000.0,"isNew":false},{"tiers":[1,0,3],"quantity":200000.0,"isNew":false},{"tiers":[0,1,3],"quantity":200000.0,"isNew":false},{"tiers":[2,0,3],"quantity":200000.0,"isNew":false},{"tiers":[0,2,3],"quantity":200000.0,"isNew":false},{"tiers":[1,0,4],"quantity":200000.0,"isNew":false},{"tiers":[0,1,4],"quantity":200000.0,"isNew":false},{"tiers":[2,0,4],"quantity":200000.0,"isNew":false},{"tiers":[0,2,4],"quantity":200000.0,"isNew":false},{"tiers":[2,0,5],"quantity":200000.0,"isNew":false},{"tiers":[0,2,5],"quantity":200000.0,"isNew":false},{"tiers":[1,0,5],"quantity":200000.0,"isNew":false},{"tiers":[0,1,5],"quantity":200000.0,"isNew":false},{"tiers":[2,5,0],"quantity":200000.0,"isNew":false},{"tiers":[0,5,2],"quantity":200000.0,"isNew":false},{"tiers":[1,5,0],"quantity":200000.0,"isNew":false},{"tiers":[0,5,1],"quantity":200000.0,"isNew":false},{"tiers":[5,2,0],"quantity":200000.0,"isNew":false},{"tiers":[5,0,2],"quantity":200000.0,"isNew":false},{"tiers":[5,1,0],"quantity":200000.0,"isNew":false},{"tiers":[5,0,1],"quantity":200000.0,"isNew":false},{"tiers":[5,0,0],"quantity":200000.0,"isNew":false},{"tiers":[0,5,0],"quantity":200000.0,"isNew":false},{"tiers":[0,0,5],"quantity":200000.0,"isNew":false},{"tiers":[4,0,0],"quantity":200000.0,"isNew":false},{"tiers":[0,4,0],"quantity":200000.0,"isNew":false},{"tiers":[0,0,4],"quantity":200000.0,"isNew":false},{"tiers":[3,0,0],"quantity":200000.0,"isNew":false},{"tiers":[0,3,0],"quantity":200000.0,"isNew":false},{"tiers":[0,0,3],"quantity":200000.0,"isNew":false},{"tiers":[2,0,0],"quantity":200000.0,"isNew":false},{"tiers":[0,2,0],"quantity":200000.0,"isNew":false},{"tiers":[0,0,2],"quantity":200000.0,"isNew":false}]

User avatar
4x4F
Retired Donor
Retired Donor
Posts: 49
Joined: Sat Jul 07, 2018 7:15 pm
Reputation: 4

Re: Bloons TD6 [+24]

Post by 4x4F »

*IGNORE THIS POST*

SomeGuyWithHPV
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Mar 16, 2019 8:12 pm
Reputation: 0

Re: Bloons TD6 [+24]

Post by SomeGuyWithHPV »

Does the trainer no longer work? I am attempting to use GetPlayer to changer my monkey cash. I only play offline solo so I'm not worried about any cheater status.

yeetus
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Dec 03, 2023 12:29 am
Reputation: 0

i cant download

Post by yeetus »

GOODLE WONT LET ME DOWNLOAD DAMNIT

User avatar
PeanutPiggy
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Nov 28, 2023 3:25 am
Reputation: 1

Re: Bloons TD6 [+24]

Post by PeanutPiggy »

is it safe to use this in co-op matches?

User avatar
PeanutPiggy
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Nov 28, 2023 3:25 am
Reputation: 1

Re: Bloons TD6 [+24]

Post by PeanutPiggy »

yeetus wrote:
Sun Dec 03, 2023 12:30 am
GOODLE WONT LET ME DOWNLOAD DAMNIT
If its saying that its a dangerous download press crtl+j to open your downloads list then choose to keep it :D

litrpg
Cheater
Cheater
Posts: 43
Joined: Tue Oct 03, 2023 11:31 pm
Reputation: 3

Re: Bloons TD6 [+24]

Post by litrpg »

Is it possible to increase the limit of the "directly add money to increase paragon level"? I don't want to bother with sacrifices at all and still hit 100+ paragon level.

litrpg
Cheater
Cheater
Posts: 43
Joined: Tue Oct 03, 2023 11:31 pm
Reputation: 3

Re: Bloons TD6 [+24]

Post by litrpg »

Seriously? Nobody?

avgblonsplr
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Feb 23, 2024 10:19 pm
Reputation: 0

Re: Bloons TD6 [+24]

Post by avgblonsplr »

do you have a fix for Editable Values>Get Player not functioning and constantly showing up with errors?

Vasqora
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Apr 09, 2024 5:29 am
Reputation: 0

Re: Bloons TD6 [+24]

Post by Vasqora »

Yo so any reason why we can no longer enable the infinite knowledge script?

Flandre81
Novice Cheater
Novice Cheater
Posts: 23
Joined: Thu Nov 23, 2017 2:22 pm
Reputation: 6

Re: Bloons TD6 [+24]

Post by Flandre81 »

PeanutPiggy wrote:
Sun Dec 03, 2023 2:50 am
is it safe to use this in co-op matches?
Co-Op is typically locked out when you try and use cheats. and if it's not, you're asking to be labeled as a cheater so it's highly frowned upon using any cheat in co-op to get a very unfair disadvantage over others..

litrpg
Cheater
Cheater
Posts: 43
Joined: Tue Oct 03, 2023 11:31 pm
Reputation: 3

Re: Bloons TD6 [+24]

Post by litrpg »

Ugh... Can anyone make a cheat which can break the paragon limit for bloonsaurus?

And the thing I said before.

"Is it possible to increase the limit of the "directly add money to increase paragon level"? I don't want to bother with sacrifices at all and still hit 100+ paragon level."

Post Reply

Who is online

Users browsing this forum: Bing [Bot], DotBot, Foomy, Google [Bot], l3gacy, scilit, silvazorfox, teoh1993, tonyluCM, YandexBot