Last updated: April 14, 2026
CS2 Recon does not collect, store, or transmit any personal data about its users.
| ๐ Morning 139 commits โโโโโโโโโโโโโโโโโโโโโ 24.8% | |
| ๐ Daytime 177 commits โโโโโโโโโโโโโโโโโโโโโ 31.6% | |
| ๐ Evening 53 commits โโโโโโโโโโโโโโโโโโโโโ 9.4% | |
| ๐ Night 192 commits โโโโโโโโโโโโโโโโโโโโโ 34.2% |
| ๐ซ Counter-Strike: Global Offensive ๐ 2435 hrs 8 mins | |
| ๐ฎ Brawlhalla ๐ 323 hrs 8 mins | |
| ๐ป Wallpaper Engine ๐ 80 hrs 10 mins | |
| ๐ฎ HITMANโข 2 ๐ 39 hrs 35 mins | |
| ๐ฎ Watch_Dogs ๐ 28 hrs 12 mins |
| from turtle import * | |
| # Doraemon with Python Turtle | |
| def ankur(x, y): | |
| penup() | |
| goto(x, y) | |
| pendown() | |
| # Block-Steam-Invites | |
| Allows user specific value to block all users under that value. | |
| Able to block only private profiles. | |
| Able to block only VAC or Trading banned accounts. | |
| # Installation: | |
| You will need to install this script using the | |
| Google Chrome: [Tampermonkey extension](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo). | |
| Firefox: [Greasemonkey addon](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/). |
| HTML +3.0k/ -0 โโโโโโโโโโโโโโโโโโโโโ 47.0% | |
| CSS +2.3k/ -10 โโโโโโโโโโโโโโโโโโโโโ 15.3% | |
| Markdown +685/ -74 โโโโโโโโโโโโโโโโโโโโโ 14.6% | |
| SVG +248/ -0 โโโโโโโโโโโโโโโโโโโโโ 11.4% | |
| Python +715/ -2 โโโโโโโโโโโโโโโโโโโโโ 8.8% | |
| JavaScript +138/ -0 โโโโโโโโโโโโโโโโโโโโโ 2.4% | |
| JSON +35/ -7 โโโโโโโโโโโโโโโโโโโโโ 0.5% | |
| Shell +4/ -0 โโโโโโโโโโโโโโโโโโโโโ 0.1% |
| Prague Jack Harlow | |
| E85 Don Toliver | |
| Trade Places Jack Harlow | |
| STAY HERE 4 LIFE (feat. A$AP Rocky & Bren | |
| Roommates Malcolm Todd | |
| NOSTYLIST Destroy Lonely | |
| Aperture Harry Styles | |
| Sure Thing Miguel | |
| Embrace It Ndotz | |
| Mean it Asect |
| import selfcore from "selfcore"; | |
| const client = new selfcore(); | |
| const gateway = new selfcore.Gateway( | |
| "TOKEN" | |
| ); | |
| gateway.on("message", (m) => { | |
| if (m.channel_id === "CHANNEL_ID") { | |
| let content = m.content ? m.content : { embeds: [m.embeds[0]] }; |