update
This commit is contained in:
@ -133,7 +133,7 @@ if ($.isNode()) {
|
||||
}
|
||||
await main();
|
||||
}
|
||||
$.inviteCodeList.push(...getRandomArrayElements($.authorCodeList, 3));
|
||||
$.inviteCodeList.push(...getRandomArrayElements($.authorCodeList, 5));
|
||||
for (let i = 0; i < cookiesArr.length; i++) {
|
||||
$.cookie = cookiesArr[i];
|
||||
$.UserName = decodeURIComponent($.cookie.match(/pt_pin=([^; ]+)(?=;?)/) && $.cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1]);
|
||||
|
Reference in New Issue
Block a user