Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name sub hack script
- // @namespace http://tampermonkey.net/
- // @version 0.1
- // @description this script hack and add 100 million subs. enjoy :D
- // @author ROBLOXHACK_3000
- // @match (YOUR YOUTUBE CHANNEL)
- // @grant none
- // ==/UserScript==
- function start() {
- var sub = document.getElementById("subscriber-count")
- sub.innerHTML = "100 000 000 subscribers"
- setTimeout(start, 0);
- // Your code here...
- }
- start();
Add Comment
Please, Sign In to add comment