Thanks! I’ve added a screenshot to the post.
yours1
Creator of
Recent community posts
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://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);
