rabbits are pretty / ashley is here with me now / i hate english class
2
   
Award
Favorite
Favorited
Unfavorite
Download
"################################################################################
// XXX load_config = (filename) =>
// config[filename.replace(/.*-/)] = JSON.parse(fs.readFileSync(path + 'state-' + filename + '.json', 'utf8')),
run_holiday = (account) => {
var date = new Date();
date.setHours(date.getHours()-13);
var door_total = (date.getMonth() == 11 ? date.getDate()-19 : date.getDate()+12);
date.setHours(date.getHours()+13);
for (var i = 0; i < door_total; i++) {
if (typeof config.byteframe.holiday[account.user.steamID] == 'undefined') {
config.byteframe.holiday[account.user.steamID] = { doors: [] };
}
if (config.byteframe.holiday[account.user.steamID].doors.indexOf(i) == -1) {
config.byteframe.holiday[account.user.steamID].doors.push(i);
account.http_request("https://steamproxy.net/steamstore/promotion/opencottagedoorajax?door=" + i, {
door_index: i, open_door: true, t: '2018-' + (date.getMonth()+1) + "-" + date.getDate() + "T" + date.getHours() + ":" + date.getMinutes() + ":" + date.getSeconds()
});
}
}
};
(!accounts[a].user.limitations.limited) && (
run_holiday(accounts[a]),
accounts[a].discover()),
alternate = accounts[95],
alternate.accept_friend = false,
alternate.login(),
for (var i =0; i < 57; i++) { a(i+7).login(()=> {;}); setTimeout((y)=> { a(y).user.webLogOn(); run_trade_offer(a(y), alternate); }, 60000*(i+1), i+7); }
"
1 Comments
toe durag 9 May, 2020 @ 8:47am 
what the fuck is this?