Adilol

got bored

Aug 4th, 2011
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. if (client.login = true)
  2. send("You have successfully logged in")
  3. end
  4. if (client.login = false)
  5. send("You have failed login")
  6. send("Please check your details")
  7. while (client = false)
  8. send("Client is down")
  9. end
  10. end
  11.  
  12.  
  13.  
  14. if (health < 100) then
  15. send("Your health is lower than 100");
  16. end
  17. if (health > 100) then
  18. send("y u hax0r");
  19. end
Advertisement
Add Comment
Please, Sign In to add comment