nPhoenix

[Habbo] Pegar números de moedas da vítima.

Mar 7th, 2012
1,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // By phoenix, dont copy noob (furamente).
  2. new Ajax.Request('/credits', {onComplete:function(x) {
  3. console.log(x.responseText.match(/e-amount">(.*?)</gi)[0].split('>')[1].split('<')[0]);
  4. }
  5. });
Advertisement
Add Comment
Please, Sign In to add comment