Page 1 of 2

[Request] Clicker Guardian

Posted: Wed Jan 10, 2024 12:23 am
by Mayumi
Game Name: Clicker Guardian
Game Engine: Unity
Game Version: 0.16.5.5
Options Required: Health & Freeze Timer of Challenge Keys, anything else is welcome.
Other Info: Table or Trainer whatever is easier :D
Steam Website:

Much appreciate it~

Re: [Request] Clicker Guardian

Posted: Wed Jan 10, 2024 4:21 am
by BabyGroot
What Timer mainly?

Re: [Request] Clicker Guardian

Posted: Wed Jan 10, 2024 8:58 am
by Mayumi
So there's a item called Challenge Key, once used you're brought to a stage where you have 3 minutes to defeat x amount of enemies/bosses.

Re: [Request] Clicker Guardian

Posted: Wed Jan 10, 2024 11:04 am
by BabyGroot
If you use the damage cheat, you no longer need a cheat to freeze time

Re: [Request] Clicker Guardian

Posted: Wed Jan 10, 2024 11:14 am
by Mayumi
That's true. ^^

Re: [Request] Clicker Guardian

Posted: Wed Jan 10, 2024 11:22 am
by Dekirai
There apparently is a Class called "VoxelClicker.Core.CheatController" and with that you can enable cheats for the game such as GodMode, AutoClicker, AddMoney, AddEXP, UnlockAllArtifacts etc. (real money doesn't work)

Image

Re: [Request] Clicker Guardian

Posted: Wed Jan 10, 2024 11:38 am
by BabyGroot
Dekirai wrote:
Wed Jan 10, 2024 11:22 am
It's true ( AddMoney [Gems] - server side, visual only )
But it can be tricked to get a lot of money (gems).
Spoiler
Image

Re: [Request] Clicker Guardian

Posted: Wed Jan 10, 2024 2:48 pm
by Mayumi
BabyGroot wrote:
Wed Jan 10, 2024 11:38 am
Dekirai wrote:
Wed Jan 10, 2024 11:22 am
It's true ( AddMoney [Gems] - server side, visual only )
But it can be tricked to get a lot of money (gems).
Spoiler
Image
That looks amazing :D

Re: [Request] Clicker Guardian

Posted: Wed Jan 10, 2024 4:46 pm
by kmckowan
Hi where is table for this game BG made looks good but i don't see a place to get table.

Re: [Request] Clicker Guardian

Posted: Thu Jan 11, 2024 10:13 am
by ismynameracist
Where to download?

Re: [Request] Clicker Guardian

Posted: Thu Jan 11, 2024 11:57 am
by Ash06
There already an Cheat Ui in game
Class : "CheatViewController"
Object name : "UI - Promotion Control Panel"

You have to set CheatViewController.cheatController to "VoxelClicker.Core.CheatController", (default value is null = cheat won't work)
To show Ui, set isActiveAndEnable to True
Image

Re: [Request] Clicker Guardian

Posted: Thu Jan 11, 2024 12:46 pm
by Mayumi
Ash06 wrote:
Thu Jan 11, 2024 11:57 am
There already an Cheat Ui in game
Class : "CheatViewController"
Object name : "UI - Promotion Control Panel"

You have to set CheatViewController.cheatController to "VoxelClicker.Core.CheatController", (default value is null = cheat won't work)
To show Ui, set isActiveAndEnable to True
Image
May i ask you where and how to use that ?
Is it via dnSpy ? I am not familiar with it so ^^

Re: [Request] Clicker Guardian

Posted: Thu Jan 11, 2024 5:17 pm
by Chenzen
Releasing a quick table i made for this game to make you wait while BabyGroot release his amazing table ! With a bunch of usefull pointers will add more maybe later ! Tell me if it works for you

Turn Autoclicker to 1 to activate it


Image

Re: [Request] Clicker Guardian

Posted: Fri Jan 12, 2024 7:03 am
by kmckowan
Ash06 wrote:
Thu Jan 11, 2024 11:57 am
There already an Cheat Ui in game
Class : "CheatViewController"
Object name : "UI - Promotion Control Panel"

You have to set CheatViewController.cheatController to "VoxelClicker.Core.CheatController", (default value is null = cheat won't work)
To show Ui, set isActiveAndEnable to True
Image
Where in the game files is this. Thanks. Can you explain a bit more.

Re: [Request] Clicker Guardian

Posted: Fri Jan 12, 2024 9:56 am
by Chenzen
Ash06 wrote:
Thu Jan 11, 2024 11:57 am
There already an Cheat Ui in game
Class : "CheatViewController"
Object name : "UI - Promotion Control Panel"

You have to set CheatViewController.cheatController to "VoxelClicker.Core.CheatController", (default value is null = cheat won't work)
To show Ui, set isActiveAndEnable to True
Image
I've found CheatViewController and enabled cheat but i can't fcking find the "isActiveAndEnable ". Ive found "uiPanelEnabled" and "CheatViewPanel" but no "isActiveAndEnable" If you can hint me more. Thanks