nPhoenix

[Habbo] Checar se o cara tá com o client aberto.

Jan 25th, 2013
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. HabboClient.isClientPresent(function (check_client) {
  2.     if (check_client == false) {
  3.     alert("Você não está no client!");
  4.     } else {
  5.     alert("Você está no client!");
  6.     }
  7. });
  8. /*BY PHOENIX, DONT COPY NOOB*/
Advertisement
Add Comment
Please, Sign In to add comment