nPhoenix

[Habbo] Criar conta sem captcha.

May 6th, 2012
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. Necessário estar logado no Habbo!
  3. Necessário estar no logado twitter aceitando a API do Habbo!
  4. Use para o que quiser só não abuse para não ser patch!
  5. */
  6. BY_PHOENIX = "/rpx/retrieve_registration_data";
  7. _BY_PHOENIX = new Date().getTime().toString();
  8. new Ajax.Request(BY_PHOENIX, {
  9.     method: 'POST',
  10.     parameters: 'gender=m&email=test_' + _BY_PHOENIX + '@spamavert.com&day=5&month=3&year=1990&marketing=false&termsOfServiceAccepted=true'
  11. });
Advertisement
Add Comment
Please, Sign In to add comment