Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

yours1

10
Posts
2
Topics
34
Followers
A member registered May 28, 2025

Creator of

Recent community posts

thanks!

(1 edit)

It was caused by non-host players automatically downloading the host’s mod without being automatically subscribed to it, which kept causing them to disconnect. Sorry about that.It’s fixed now.

I respect the original Choicer Voicer, but it doesn’t have an easy way to subscribe to mods or play them in multiplayer. That’s an obvious limitation, so I decided to build those features myself.

Bro, I haven’t asked you for a single cent. If you don’t want to play, can you just leave politely?

Thanks for the feedback! Some players in the community reported this shortly after the update too. The bug was fixed about 10 minutes after the 1.4.0 update went live.

right-click with the Scythe to speed up and dash

What makes you say that? what platform are you on?

Thanks! I’ve added a screenshot to the post.

(3 edits)

The game is called "Five Nights at Epstein's". This game aged well and has recently become popular. The gameplay involves playing as a  victim on Epstein Island, using sound to divert attention, opening and closing ventilation ducts, and other operations to survive 5 nights without being discovered by Epstein. This game is very scary when playing alone, but it's hilarious when playing in school.



https://evanproductions.itch.io/five-nights-at-epsteins

https://potter098.itch.io/veckio-online

For those of you who enjoy Veck.io, I’d like to share my best weapon loadout guide, along with my sensitivity settings and some gameplay videos.

In my opinion, the strongest loadout is a sniper and a revolver, with a scythe as your melee weapon, plus a grenade.


                                                    

The key to this setup is using the Scythe’s right-click speed boost for high mobility—pulling off all kinds of movement tricks and plays while avoiding getting hit, then landing precise headshots. A headshot with the Sniper or Revolver can deal 150 damage for an instant kill. You can check out this video to see these slick moves in action.

if u want  myrrr's crosshair, so here it is! - minimalistic - clean - reactive - used in every game I play Script: // ==UserScript== // @name Myrrr's Inverted Crosshair // @description simple - clean - reactive // @author myrrr // @match *://*.io/* // ==/UserScript== const baseStyle = { position: 'fixed', background: 'transparent', zIndex: '999999', pointerEvents: 'none', backdropFilter: 'invert(100%)', }; const myrrrverticalLine = document.createElement('div'); Object.assign(myrrrverticalLine.style, baseStyle, { width: '4px', height: '20px', top: '50%', left: '50%', transform: 'translate(-50%, -50%)', }); document.body.appendChild(myrrrverticalLine); const myrrrhorizontalLine = document.createElement('div'); Object.assign(myrrrhorizontalLine.style, baseStyle, { width: '20px', height: '4px', top: '50%', left: '50%', transform: 'translate(-50%, -50%)', }); document.body.appendChild(myrrrhorizontalLine);