Page 33 of 33

Re: Bloons TD6 [+24]

Posted: Wed Sep 20, 2023 3:33 pm
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.

Re: Bloons TD6 [+24]

Posted: Sun Sep 24, 2023 7:16 am
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.

Re: Bloons TD6 [+24]

Posted: Wed Oct 11, 2023 4:47 am
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?

Re: Bloons TD6 [+24]

Posted: Sat Oct 21, 2023 6:03 am
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}]

Re: Bloons TD6 [+24]

Posted: Sat Oct 21, 2023 6:38 am
by 4x4F
*IGNORE THIS POST*

Re: Bloons TD6 [+24]

Posted: Mon Nov 13, 2023 8:57 pm
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.

i cant download

Posted: Sun Dec 03, 2023 12:30 am
by yeetus
GOODLE WONT LET ME DOWNLOAD DAMNIT

Re: Bloons TD6 [+24]

Posted: Sun Dec 03, 2023 2:50 am
by PeanutPiggy
is it safe to use this in co-op matches?

Re: Bloons TD6 [+24]

Posted: Sun Dec 03, 2023 2:54 am
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

Re: Bloons TD6 [+24]

Posted: Sun Dec 10, 2023 8:49 am
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.

Re: Bloons TD6 [+24]

Posted: Sat Dec 30, 2023 10:14 pm
by litrpg
Seriously? Nobody?

Re: Bloons TD6 [+24]

Posted: Fri Feb 23, 2024 10:21 pm
by avgblonsplr
do you have a fix for Editable Values>Get Player not functioning and constantly showing up with errors?

Re: Bloons TD6 [+24]

Posted: Tue Apr 09, 2024 5:32 am
by Vasqora
Yo so any reason why we can no longer enable the infinite knowledge script?

Re: Bloons TD6 [+24]

Posted: Tue Apr 09, 2024 8:40 pm
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..

Re: Bloons TD6 [+24]

Posted: Wed Apr 17, 2024 5:50 am
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."