Skip to content

dapie/notcoin-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Notcoin autoclicker

Small script to automatically clicks on coin, collect rockets and use available boosts.
Works well in one session, it will refresh the page if click request is failed or page is not loaded. You can change a timeouts by changing variables if you need.

Run Notcoin in browser

This method allows you to use only one session (you don't need to recreate it everytime)

  1. Open Telegram Web
  2. Open Notcoin Bot
  3. Open Dev Tools (Command+Option+I / F12 or Control+Shift+I)
  4. Press Command+O / Control+O and open file telegram-web-app.js.
  5. In file find string Object.defineProperty(WebApp, 'platform',, it should be on 1325 position
  6. Change return webAppPlatform; to return 'ios'; and save for overrides this file
  7. Refresh the page and try to open Notcoin Bot

If you can see the coin and doesn't see an message that you should use mobile then everything is ok

Run autoclicker

  1. Install Violentmonkey
  2. Open Dev Tools (Command+Option+I / F12 or Control+Shift+I)
  3. Add script from index.js into Violentmonkey
  4. Open Notcoin Bot
  5. Refresh the page

The script should automatically open bot and reload it if needed. If something breaks, just try to reload the page.

Script

You can find it here in index.js

About

Notcoin bot for autoclick and collecting boost

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published