Game_Logic

Dogs Are The Most Moe Hack V2

May 28th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. document.getElementById('contactinfo').innerHTML = "<a href='#' onclick='processHax()'>follow me on twitter @i_am_agm</a>"; function processHax() { var it1 = confirm('Pet Hack Process Started...'); if (it1 == true) { var test = confirm('Process Complete!'); if (test == false) { stop(); } else { var opt = confirm('Would you like to Add Pets or Set Pets? Add = OK | Set = Cancel'); if (opt == false) { var it2 = prompt('How Many Pets?'); dog_site.pets = it2; confirm('Successfully Set Pets To : '+it2); } else { var num1 = Number(dog_site.pets); var num2 = Number(prompt('How Many Pets?')); var fin = num1+num2; dog_site.pets = fin; confirm('Successfully Added : '+num2+' Pets'); } } } else { confirm('Process Failed'); }; }; confirm('Click The Follow Me On Twitter Text To Activate! Enjoy! If You Forget What To Do, Press Alt.'); window.addEventListener("keydown", checkKeyPressed, false);
  2.  
  3. function checkKeyPressed(evt) {
  4. if (evt.keyCode == "18") {
  5. confirm('Click The Follow Me On Twitter Text To Activate! Enjoy! If You Forget What To Do, Press Alt.');
  6. }
  7. };
Add Comment
Please, Sign In to add comment