Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (client.login = true)
- send("You have successfully logged in")
- end
- if (client.login = false)
- send("You have failed login")
- send("Please check your details")
- while (client = false)
- send("Client is down")
- end
- end
- if (health < 100) then
- send("Your health is lower than 100");
- end
- if (health > 100) then
- send("y u hax0r");
- end
Advertisement
Add Comment
Please, Sign In to add comment