Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. FUCK_ME_keybinds = {
  2. switch (_this) do {
  3. case 59: // F1
  4. {
  5. hint 'Healed';
  6. player setDamage 0;
  7. };
  8. case 60: // F2
  9. {
  10. hint 'God Mode Executed';
  11. []spawn Hazzard_g0d_m0de;
  12. };
  13. case 61: // F3
  14. {
  15. hint "Unlimited Ammo";
  16. []spawn Hazzard_Unl1m_4mm0;
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement