This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function () { | |
| 'use strict'; | |
| const win = typeof unsafeWindow !== 'undefined' ? unsafeWindow : window; | |
| win.naoya = []; | |
| let z_socket = null; | |
| let heartbeatinterval = null; | |
| win.toji = null; | |
| win.mallarxd = new Set(); | |
| win.ignoredusers = new Set(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| / ============================================================ | |
| // سكريبت شات جارتيك - مصنوع بالكامل بواسطة Fares | |
| // كل الحقوق محفوظة - لا تنسب العمل لغيرك | |
| // ============================================================ | |
| (function () { | |
| 'use strict'; | |
| // ============================== | |
| // متغيرات عامة - الحالة الأساسية |