Skip to content

Instantly share code, notes, and snippets.

View nelvismyname's full-sized avatar
🏫
Pursuing education

Nelv nelvismyname

🏫
Pursuing education
View GitHub Profile
@nelvismyname
nelvismyname / infinitecoins.md
Last active October 27, 2025 20:51
Infinite coins for poll.zenfied.com

curb your coins

i'm nelv, and i'm here to present infinite coins for poll.zenfied.com all of this are made with the intent of educational purposes.

infinite coins

  1. First, you want to go to the Console Tab. You can do it by clicking Inspect or Developer Tools.
  2. Next you want to paste this script into the Console. If it doesn't let you, type allow pasting
(() => {
 const K = 'userTotalCoins', V = '9'.repeat(20), S = localStorage.setItem.bind(localStorage);