Advertisement
onutesaul76555

PurposeGames hack

Mar 23rd, 2021
1,254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // purposegames.com hack for quiz
  2. // hack made by Danielius Paulavičius
  3. // paste this script
  4.  
  5. javascript:function setupHack(){var HackElem = document.getElementById('qcounter');document.body.style.backgroundImage = "url('https://dajaylightproject.files.wordpress.com/2013/12/matrix.gif')";document.body.style.color = "lime"; document.body.style.transition = "2s"; HackElem.insertAdjacentHTML('beforeend','<h1>Hack Menu</h1><br><button onclick="var prompt1 = prompt(\'Change for remain count\',\'101\');answerCountWhenDone = prompt1;">Change remain count</button><button onclick="var prompt2 = prompt(\'Change for answer trial\',\'0\');answerTrials = prompt2;">Change answer trials</button><button onclick="var prompt3 = prompt(\'Change for correct answers\',\'100\');correctAnswers = prompt3;">Change correct answers</button><button onclick="var prompt4 = prompt(\'Change for faulty answers (this also increase your score without losing all percentage)\',\'100\');faultyAnswers = prompt4;">Change faulty answers</button><button onclick="alert(\'Click or enter to instantly win and gain score.\');answerCountWhenDone = 101; setInterval(function(){answerTrials = 5;correctAnswers = 100;faultyAnswers = -1}, 1);setInterval(function(){answerTrials = 0}, 1)">Cheat!</button><button onclick="alert(\'The game is now paused\');gameRunning = false;gameOver = true">Pause game</button><button onclick="alert(\'The game is now unpaused\');gameRunning = true;gameOver = false">Unpause game</button><button onclick="showNextQuestion()">Pop Question</button>')} setupHack()
  6.  
  7. // Cheating anything all you want to cheat any method of game.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement