Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function cmds() {
- var xten = document.getElementById('numToBuy').value;
- if (xten == "/money") {
- addMoney(9999999999999999999999999999999999999999999999999999)
- }
- if (xten == "/proofs") {
- addProofs(9999999999999999999999999999999999999999999999999999)
- }
- if (xten == "/infinity") {
- addMoney()
- }
- if (xten == "/title") {
- var title = document.getElementById('header').innerHTML = prompt('Type : _reset to reset title.')
- if (title == "_reset") {
- document.getElementById('header').innerHTML = "Derivative Clicker"
- }
- }
- if (xten == "/cmds") {
- confirm('/money | /proofs | /infinity | /title | /cmds | /credits | /moreHacks')
- }
- if (xten == "/credits") {
- confirm('Created for my fans and my dad. Always making new hacks 24/7! Never miss a hack!')
- }
- if (xten == "/moreHacks") {
- confirm('Copied Link Address!'); copy('https://pastebin.com/u/Game_Logic')
- }
- };
- document.getElementById('numToBuyContainer').outerHTML = '<div id="numToBuyContainer"><p>Enter command. (type /cmds for commands): <input id="numToBuy"><span class="buttonLit submitNumToBuy" onclick="cmds()">Submit</span></p></div>';
Add Comment
Please, Sign In to add comment