Skip to content

jotkauser/nglSrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nglsrc

This repo contains:

  • Every localization
  • main.js file (NO OBF, NO MINIFIED, UNMODIFIED)

deep dark

    setInterval(() => {
        let clickCount = parseInt($('.clickCount').text())
        clickCount += Math.floor(Math.random() * 5) - 1
        $('.clickCount').text(clickCount)
    }, 800)

This code is the code that shows "How many users clicked the button". The number will increment overtime.

YOU CAN ALSO FIND STRIPE API KEYS HERE

Every localization of the fake/random questions can be found here: https://cdn.simplelocalize.io/57157aec81d54cb6b2a43f8b34a61d47/_production/en Replace the en with the desired language prefix, like: ru, zh, ja, pl

conslusion

ngl team is stupid, the pro version is basically a scam.

You should NOT use ngl.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages