Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- document.getElementsByTagName('footer')[0].outerHTML = "<form action='' method='' id='newsletter'><input type='hidden' name='VerificationCodeX' value=''><input type='hidden' name='list[2]' value='signup'><input type='hidden' name='listname[2]' value='Google Feud Updates'><input type='hidden' name='makeconfirmed' value='0'><input type='hidden' name='htmlemail' value='1'><input type='text' size='20' value='' name='email' id='modinput' style='font-size:12pt; height: 24px; text-indent: 5px; border: 1px solid #DBDBDB'><input type='hidden' name='subscribe' value='yes'><button onclick='modz()' type='button' style='width:90px; line-height: 19pt; position: relative; bottom: 1px; cursor: pointer; font-weight: bold; font-size: 10pt; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: 1px solid #DBDBDB; background-color: #F5F5F5; height: 30px;'>Submit</button><button onclick='cmds()' type='button' style='width:90px; line-height: 19pt; position: relative; bottom: 1px; cursor: pointer; font-weight: bold; font-size: 10pt; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: 1px solid #DBDBDB; background-color: #F5F5F5; height: 30px;'>Commands</button></form>";
- function modz() {
- var xxxt = document.getElementById('modinput').value;
- if (xxxt == "/strikes") {
- gameData.wrong = prompt('/strikes (DO NOT ERASE PRETYPED TEXT)', '-');
- document.getElementById('failuresspan').innerHTML = gameData.wrong
- }
- if (xxxt == "/round") {
- gameData.round = prompt('/round');
- document.getElementById('roundnumberspan').innerHTML = gameData.round
- }
- if (xxxt == "/total_score") {
- gameData.totalscore = prompt('/total_score');
- document.getElementById('highscorespan').innerHTML = gameData.totalscore
- }
- if (xxxt == "/score") {
- gameData.score = prompt('/score');
- document.getElementById('scorespan').innerHTML = gameData.score
- }
- if (xxxt == "/set_question") {
- document.getElementById('queryspan').innerHTML = prompt('/set_question')
- }
- if (xxxt == "/reset_question") {
- document.getElementById('queryspan').innerHTML = gameData.prompt
- }
- if (xxxt == "/next_round") {
- newRound()
- }
- if (xxxt == "/get_answers") {
- confirm(gameData.googleResults)
- }
- if (xxxt == "/credits") {
- confirm('Hacks created by Game Logic. Dedicated to my fans. Always making new hacks 24/7! Enjoy!')
- }
- };
- function cmds() { confirm('/strikes | /round | /total_score | /score | /set_question | /reset_question | /next_round | /get_answers | /credits'); };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement