3.80 star(s) 14 Votes

Ferven40

Newbie
Dec 20, 2020
42
38
141
for those who want to play around with the game
(its a timestamp)


a few examples of what you can do (you write these in the console)
window.getPackPrice = (a) => { return 1; }
makes all the packs cost 1 coin


window.getClickMultiplier = () => { return 9999; }
makes the multiplier x9999 etc

quite easy to unlock everything then
Can you explain this better or give a short tutorial?
 
Mar 28, 2025
25
25
43
Can you explain this better or give a short tutorial?
So, per the tutorial, go into the game folder, right click > Open in Terminal
Type in this command:

.\ClickHer.exe --remote-debugging-port=1111 --remote-allow-origins=*

Now open a browser window, go to localhost:1111
You should see a link, click that, and a preview of the game should open. Start playing.
In the browser window, click on the Console button, type "allow pasting", press enter, and paste in the codes in the examples.

Worked for me.

If you follow the instructions in the YT tutorial exactly, it doesn't work and the Terminal and browser will tell you the connection was refused, and you need to add the remote-alow-origins to let the browser access the program.

Like-wise, trying to paste anything into the console will prompt you to type "allow pasting" to, well, allow pasting (you can also just type in the commands manually, but pasting is easier)
 

TestingPack

New Member
Dec 30, 2019
7
16
120
for those who want to play around with the game
(its a timestamp)


a few examples of what you can do (you write these in the console)
window.getPackPrice = (a) => { return 1; }
makes all the packs cost 1 coin


window.getClickMultiplier = () => { return 9999; }
makes the multiplier x9999 etc

quite easy to unlock everything then
Using the debugging exploit:
  • Unlock all cards - DYNDATA.cards.unlockedList = ['AC1', 'AC2', 'AC2', 'AC2', 'AC3', 'AC3', 'AC4', 'AC4', 'AC4', 'AC5', 'AC5', 'AC6', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6', 'D1', 'D2', 'D3', 'D4', 'D5', 'D6', 'P1', 'P2', 'P3', 'P4', 'P5', 'P6', 'S1', 'S2', 'S3', 'S4', 'S5', 'S6', 'V1', 'V2', 'V3', 'V4', 'V5', 'V6']
  • Unlock all poses - INV_unlockedPoses = ['missionary', 'blowjob', 'crisscross', 'cowgirl', 'doggyStyle']
  • Unlock quickie mode (needs some cycling thru screens, go into game, go back to menu, should see it) - DYNDATA.quickieUnlocked = true
 

FleshForge Studio

Newbie
Game Developer
Jun 10, 2025
61
172
43
Also, some cheat engine direction could help, the game is toooo hard and autoclicker isn't enough since is all timing, I am trying to find the value ov your point and increase them, but without success :|

Also.. no anal (?)!
Yes there is anal, all the shiny cards (rarest) are anal versions of each animation.
 
  • Like
Reactions: Bort740

FleshForge Studio

Newbie
Game Developer
Jun 10, 2025
61
172
43
Is it me or is this a big waste of time xD? Like, the timer thingie is cringe as hell, you can't unlock anything in the given time, it's only one position, is everything unlocked behind a Patreon code or something?
No, it's a bug we are fixing right now, the actions unlocked do not transfer to the inventory, this will be fixed.
 

FleshForge Studio

Newbie
Game Developer
Jun 10, 2025
61
172
43
the animations are good for a normal "clicker" game, i like it alot, i wanna see more features like auto clicker and gallery option, why not the ability to change female clothes in the future updates, it definitely needs more time
You can change the girls clothing in the inventory (gallery), each girl have 6 variations of dressing (including naked). It's separated by cards.
 
  • Like
Reactions: zackcage6

StrangeSilver

Active Member
Jan 20, 2021
902
545
206
Using the debugging exploit:
  • Unlock all cards - DYNDATA.cards.unlockedList = ['AC1', 'AC2', 'AC2', 'AC2', 'AC3', 'AC3', 'AC4', 'AC4', 'AC4', 'AC5', 'AC5', 'AC6', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6', 'D1', 'D2', 'D3', 'D4', 'D5', 'D6', 'P1', 'P2', 'P3', 'P4', 'P5', 'P6', 'S1', 'S2', 'S3', 'S4', 'S5', 'S6', 'V1', 'V2', 'V3', 'V4', 'V5', 'V6']
  • Unlock all poses - INV_unlockedPoses = ['missionary', 'blowjob', 'crisscross', 'cowgirl', 'doggyStyle']
  • Unlock quickie mode (needs some cycling thru screens, go into game, go back to menu, should see it) - DYNDATA.quickieUnlocked = true
where do I enter those at
 

FleshForge Studio

Newbie
Game Developer
Jun 10, 2025
61
172
43
How many girls are available for free? Does that mean I have to buy every new girl on Patreon?
The base game version have 5 girls with 6 variations each.
We will be releasing new cards (new girls) Beta versions quite often on our Patreon.
 

FleshForge Studio

Newbie
Game Developer
Jun 10, 2025
61
172
43
autoclicking meme
This looks like a job for!
Also, some cheat engine direction could help, the game is toooo hard and autoclicker isn't enough since is all timing, I am trying to find the value ov your point and increase them, but without success :|

Also.. no anal (?)!
I can't play this game, it's very difficult for me to make quick mouse clicks.
Is it possible to do something about this?
too difficult
the animations are good for a normal "clicker" game, i like it alot, i wanna see more features like auto clicker and gallery option, why not the ability to change female clothes in the future updates, it definitely needs more time

Hey! We hear you guys, we will be adding an auto-clicker to the game.
 

FleshForge Studio

Newbie
Game Developer
Jun 10, 2025
61
172
43
The game doesn't run on Windows 7, even though Steam's system requirements says it does... Too bad. View attachment 5289887
You don't have permission to view the spoiler content. Log in or register now.

Hi, sorry for the misinformation. We just looked into why it's not working, and it's because our engine only works with Windows 10 and up.
To support Windows 7, we would need to revert to an older version of Electron (v22.3.27 with Chromium 109).
If enough people request support for older systems, we’ll definitely consider looking into it.
 

DonOps

Member
Mar 19, 2022
289
1,077
267
FleshForge Studio

Hi, since you're answering questions, I'd like to know if it's intended that all unlocked animations get removed after a game restart.

I'll also change my review, as it isn't that bad. I usually enjoy unique clicker games, but losing progress after a restart was the main reason I gave it a bad rating. The gameplay isn't as unfair as I first thought, since you can progress normally after getting a good card.
 

FleshForge Studio

Newbie
Game Developer
Jun 10, 2025
61
172
43
FleshForge Studio

Hi, since you're answering questions, I'd like to know if it's intended that all unlocked animations get removed after a game restart.

I'll also change my review, as it isn't that bad. I usually enjoy unique clicker games, but losing progress after a restart was the main reason I gave it a bad rating. The gameplay isn't as unfair as I first thought, since you can progress normally after getting a good card.
Thanks a lot for your review and comeback DonOps.

No, the progress being restarted is not intentional. We are working on it and will soon be fixed.

Thank you for your time and have a good day!
 
Last edited:
  • Like
Reactions: DonOps and Bort740

FleshForge Studio

Newbie
Game Developer
Jun 10, 2025
61
172
43
First of all Rmaccc, thank you for playing our game and giving it an honest review.

We would like to know more about what you would like to see improve in our game.


We will be making an Autoclicker in the game (that will follow the perfect pink zone) so you don't have to bring your own and change it for every phase of levels.

We hear that you dislike our cards pack Gacha system, what would you like to see instead of it?


We are sorry for reaching to you in these comments but we couldn't DM you.

Thank you for your time Rmacc and have a good day!
 

FleshForge Studio

Newbie
Game Developer
Jun 10, 2025
61
172
43
First of all shhshadshh , thank you for playing our game and giving it an honest and thorough review.

Your review was particularly clever and it shows a deep understanding of our game.

We would like to know more about what you would like to see improve in our game.


-We will be adding a pity system for the shiny, it's a very good idea that we did not think about.
-We were already planning to be adding girls but not position, but since you showed your interest in it, we are starting to consider it and will pay attention to the community wishes on it.
-We will be making an autoclicker inbedded in the game that will follow the pink zone which will allow people that want a casual easy experience to do a gameplay for the content.

We want to have a conversation with you on one topic specifically: For the shiny cards multipliers, the principle behind it was to make it a collectible inventory type of reward, not a perfomance one. Perhaps you already realised it but the cards are unlocked in the inventory if you "Smash" them. So the fact that the shinies are x1 make it a decision between getting a very rare collectible or continuing your good run with a high multiplier, which we thought was an interesting aspect of the game. What do you think?

We are sorry for reaching to you in these comments but we couldn't DM you.

Thank you for your time shhshadshh and have a good day!
 
3.80 star(s) 14 Votes