Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.41 KB | None | 0 0
  1. long infinite = pi / 0;
  2. Monster god = new Monster();
  3. god.name = "Chuck Norris";
  4. god.hp = infinite;
  5. god.attack = infinite;
  6. if (god.level < 9000){
  7. setLevel(god) = 9001;
  8. }
  9. item.id(518).name = "Mudkipz";
  10. giveItem(9001, 518) //Syntax: giveItem(count, itemID)
  11. print('Oh my gawd! An immortal Chuck Norris with infinite attack and HP has appeared! It is told that his level is over 9000, and he has OVER 9000 MUDKIPZ!!')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement