apkscript.js


SUBMITTED BY: Lucoz18

DATE: Feb. 15, 2024, 1:17 a.m.

UPDATED: Feb. 15, 2024, 1:21 a.m.

FORMAT: Text only

SIZE: 39.5 kB

HITS: 520

  1. async function main() {
  2. function getFunc(_0x3bc812, _0x530fbf, _0x3826f3, _0x5766aa) {
  3. let _0x270e51 = Module.findExportByName(_0x3bc812, _0x530fbf);
  4. return new NativeFunction(_0x270e51, _0x3826f3, _0x5766aa);
  5. }
  6. var malloc = getFunc("libc.so", "malloc", "pointer", ["int"])
  7. function createTString(str)
  8. {
  9. var str_pointer = malloc(4)
  10. var str_struct = malloc(str.length + 8)
  11. str_pointer.writePointer(str_struct)
  12. str_struct.writeInt(str.length)
  13. ptr(parseInt(str_struct) + 4).writeInt(1)
  14. ptr(parseInt(str_struct) + 8).writeUtf8String(str)
  15. return str_pointer
  16. }
  17. function readTString(str)
  18. {
  19. if(!str.isNull()){
  20. if(parseInt(str) != 0){
  21. var pstr = str.readPointer()
  22. if(!pstr.isNull()){
  23. var strlen = pstr.readInt()
  24. if(strlen > 0){
  25. var strStart = parseInt(pstr) + 8
  26. return ptr(strStart).readCString(strlen)
  27. }
  28. }
  29. }
  30. }
  31. }
  32. let chatTxt = createTString(" ");
  33. let _0x17df51 = false;
  34. let _0x388c11 = false;
  35. let _0x54b591 = false;
  36. let _0x227bf3 = false;
  37. let _0x472c5c = false;
  38. let _0x2b3bb5 = false;
  39. let _0x83d9c = false;
  40. let freeMounts = false;
  41. let showAdm = false;
  42. let _0x3a39bf = null;
  43. let _0x58cc0e = null;
  44. let _0x185793 = null;
  45. let _0x3728c0 = false;
  46. let _0x240299 = false;
  47. let _0x58a400 = "off";
  48. let _0x427a48 = "off";
  49. let _0x48a23f = ["bow_walk"];
  50. const _0x51b522 = ["body_castleguard.png", "body_farmer.png", "newbody19.png", "newbody10.png", "body_shadow.png", "classiciphone_mattbody1.png", "newbody15.png", "newbody6.png", "classiciphone_mattbody3.png", "dc8bit_body0.png", "rainspearbody-fixed.png", "newbody20.png", "newbody1.png", "newbody2.png", "newbody3.png", "newbody4.png", "newbody5.png", "newbody6.png", "newbody7.png", "newbody8.png", "newbody9.png", "newbody10.png", "newbody11.png", "newbody12.png", "newbody13.png", "newbody14.png", "newbody15.png", "newbody16.png", "newbody17.png", "newbody18.png", "newbody19.png", "newbody20.png", "newbody21.png", "newbody22.png", "newbody23.png"];
  51. async function _0x40fede() {
  52. var _0x11a75f = new NativeFunction(Module.findExportByName("libqplay.so", "_ZN9TGraalVar11setVarValueERK7TString"), "void", ["pointer", "pointer"]);
  53. _0x3a39bf = new NativeFunction(Module.findExportByName("libqplay.so", "_ZN16TGUIScriptLoader14showMessageBoxERK7TStringS2_b"), "void", ["pointer", "pointer", "bool"]);
  54. let _0x157c9b = createTString("bombs=99");
  55. Interceptor.attach(Module.findExportByName("libqplay.so", "_ZN12TServerLevel8isOnWallEddb"), {
  56. 'cobj': null,
  57. 'onEnter': function (_0x5b5d7a) {
  58. this.cobj = _0x5b5d7a[0];
  59. },
  60. 'onLeave': function (_0x5339ed) {
  61. if (_0x388c11) {
  62. _0x5339ed.replace(0);
  63. }
  64. }
  65. });
  66. Interceptor.attach(Module.findExportByName("libqplay.so", "_ZN7TPlayer13getBombsCountEv"), {
  67. 'onEnter': function (_0x2f051c) {
  68. if (_0x17df51) {
  69. _0x11a75f(_0x2f051c[0], _0x157c9b);
  70. }
  71. _0x58cc0e = _0x2f051c[0];
  72. }
  73. });
  74. let _0x19930b = new NativeFunction(Module.findExportByName("libqplay.so", "_ZN7TPlayer5setHPEd"), "int", ["pointer", "double"]);
  75. let _0x1b55e9 = 0;
  76. let _0x18403b = null;
  77. Interceptor.replace(Module.findExportByName("libqplay.so", "_ZN7TPlayer5setHPEd"), new NativeCallback((_0xa9ff0e, _0x339715) => {
  78. if (_0x339715 != 3 && _0x58a400 == 'x2') {
  79. _0x1b55e9 = _0x1b55e9 + 1;
  80. if (_0x1b55e9 == 2) {
  81. console.log("CONFUSER X2 handled");
  82. _0x1b55e9 = 0;
  83. if (_0x18403b != null) {
  84. _0x4b361b(_0x18403b, 48, _0x49f4c4);
  85. }
  86. return 0;
  87. }
  88. }
  89. if (_0x339715 != 3 && _0x58a400 == 'x3') {
  90. _0x1b55e9 = _0x1b55e9 + 1;
  91. if (_0x1b55e9 == 3) {
  92. _0x1b55e9 = 0;
  93. console.log("CONFUSER X3 handled");
  94. if (_0x18403b != null) {
  95. _0x4b361b(_0x18403b, 48, _0x49f4c4);
  96. }
  97. return 0;
  98. }
  99. }
  100. return _0x19930b(_0xa9ff0e, _0x339715);
  101. }, "int", ["pointer", "double"]));
  102. let _0xe0dac9 = createTString(" clientside,-Games,notification,\"\"\"Personal uploads is disabled with this command try another custom.\"\",5,\"\"\"\",\"\"\"\",\"\"\"\"\"");
  103. Interceptor.attach(Module.findExportByName("libqplay.so", "_ZN7TPlayer7setChatERK7TStringb"), {
  104. 'onEnter': function (_0x433970) {
  105. let _0x1f7cca = false;
  106. let msg = readTString(_0x433970[1]);
  107. if (msg == undefined) {
  108. return;
  109. }
  110. if (msg == '#') {
  111. isIdentified();
  112. }
  113. if (_0x227bf3 == true) {
  114. if (msg.includes('=')) {
  115. if (msg.startsWith("ani=")) {
  116. msg = msg.replace(".gani", '');
  117. _0x48a23f.forEach(_0x380ffc => {
  118. while (msg.includes(_0x380ffc)) {
  119. msg = msg.replace(_0x380ffc, '');
  120. }
  121. });
  122. }
  123. _0x433970[1] = chatTxt;
  124. if (msg.startsWith("head=") || msg.startsWith("body=")) {
  125. _0x1f7cca = true;
  126. if (msg.includes("personal")) {
  127. if (_0x18403b != null) {
  128. _0x4b361b(_0x18403b, 48, _0xe0dac9);
  129. }
  130. }
  131. }
  132. if (_0x1f7cca == false) {
  133. _0x11a75f(_0x433970[0], createTString(msg));
  134. }
  135. }
  136. }
  137. }
  138. });
  139. let _0x1ab2be = createTString("hearts=3");
  140. let _0x4285c = false;
  141. let _0x1bf4d4 = 10;
  142. Interceptor.attach(Module.findExportByName("libqplay.so", "_ZN7TPlayer4drawEPS_"), {
  143. 'onEnter': function (args) {
  144. if (_0x54b591) {
  145. _0x11a75f(args[0], _0x1ab2be);
  146. }
  147. _0x1bf4d4 = _0x1bf4d4 - 0.016;
  148. if (_0x4285c == false && _0x1bf4d4 <= 0) {
  149. _0x4285c = true;
  150. }
  151. if (_0x83d9c) {
  152. _0x11a75f(args[0], _0x1759dd);
  153. }
  154. if (_0x185793 != null) {
  155. _0x11a75f(args[0], _0x185793);
  156. _0x185793 = null;
  157. }
  158. }
  159. });
  160. let _0x40c31c = false;
  161. let _0x4b361b = new NativeFunction(Module.findExportByName("libqplay.so", "_ZN7TClient22processIncomingPackageEiRK7TString"), "void", ["pointer", "int", "pointer"]);
  162. Interceptor.replace(Module.findExportByName("libqplay.so", "_ZN7TClient22processIncomingPackageEiRK7TString"), new NativeCallback((_0x12fbcb, _0x4a8294, _0x32b84c) => {
  163. if (_0x4a8294 == 48) {
  164. _0x18403b = _0x12fbcb;
  165. let _0x31600f = readTString(_0x32b84c);
  166. if (_0x31600f && _0x31600f.includes("account=pc:45026852")) {
  167. _0x32b84c = createTString(" clientside,-Games,profile,\"account=pc:45026852,ap=60,arrows=0,baddykillpoints=0,baddykills=0,baddystreak=0,birthday=--,bombs=18,canenterguildhouse=0,canenterplayerhouse=0,cansummon=0,charbody=body2.png,\"\"charcolors=black,black,black,black,black\"\",charhat=hat110.png,charhead=head330.png,charshield=shield150.png,charsword=sword1.png,country=0,ctfwins=0,deaths=0,eventwins=0,gender=female,idling=0,inmyhouse=0,isadmin=1,isonline=0,kills=0,killstreak=0,\"\"maritaldata=married,pc:45026852,Graal3022502,0,0,0,0,\"\"\"\"iidle,2,60,0,0,head330.png,body18.png,hat91.png,\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\",shield150.png,sword1.png,black,black,black,black,black\"\"\"\",\"\"\"\"iidle,2,49,0,0,head658.png,body17.png,hat44.png,\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\",avalonteamshield.png,glenn-heartsword1.png,red,red,red,red,red\"\"\"\"\"\",money=300000,\"\"nick=Lagger (Spar Angel 2008)\"\",\"\"offlinetime=was on 13928d ago\"\",\"\"onlinetime=2 h 53 m\"\",onlinevisibility=invis,ontag=0,paused=0,profileanimation=0,profilelanguage=0,sparlosses=0,sparstats=0-0,sparstreak=0,sparwins=214,spouseaccount=Graal3022502,spouseap=49,\"\"spousenick=[Youtuber] Chucky (los parranderos)\"\",\"\"statusmessage=<body bgcolor=black><font color=white>vipkey=<b><font color=gold>lag</b><br>Essa key vai expirar em breve, certifique´-se de adquirir uma paga.<br>this Key will expire soon, make sure to buy one.\"\"");
  168. }
  169. if (_0x40c31c == false) {
  170. _0x40c31c = true;
  171. let _0x3dcc4f = createTString(" clientside,-Games,messagenew,\"pc:45026852,1904070342,head330.png,event,\"\"Lagger (GHC)\"\",\"\"<font color=red><b>Mensagem anônima</b></font>:\\\\n<b>Obs: </b>Habilitamos temporariamente para apenas contas identificadas (objetivo evitar abuso do hack com alts) /only identified accounts can use this mod for now (goal avoid abuse with alts)<br>Para abrir o menu precione a tecla de abaixar volume ou se estiver no pc precione TAB, lembrando que esta MSG está visivel apenas para voce, totalmente anonima, portanto não responda.\"\"\"");
  172. _0x4b361b(_0x12fbcb, _0x4a8294, _0x3dcc4f);
  173. }
  174. }
  175. _0x4b361b(_0x12fbcb, _0x4a8294, _0x32b84c);
  176. }, "void", ["pointer", "int", "pointer"]));
  177. let _0x49f4c4 = createTString(" clientside,-Games,notification,\"\"\"Confuser Hit ignored !\"\",1,\"\"\"\",\"\"\"\",\"\"\"\"\"");
  178. let _0x4a1647 = new NativeFunction(Module.findExportByName("libqplay.so", "_ZN7TPlayer10hurtPlayerEdddRK7TStringP13TServerPlayer"), "void", ["pointer", "double", "double", "double", "pointer", "pointer"]);
  179. let _0x9237b5 = 0;
  180. Interceptor.replace(Module.findExportByName("libqplay.so", "_ZN7TPlayer10hurtPlayerEdddRK7TStringP13TServerPlayer"), new NativeCallback((_0x9f4d6e, _0x5d6897, _0x5ac06e, _0x4596f7, _0x572341, _0x553dda) => {
  181. if (_0x472c5c) {
  182. return 0;
  183. }
  184. if (_0x427a48 == 'x2') {
  185. _0x9237b5 = _0x9237b5 + 1;
  186. if (_0x9237b5 == 2) {
  187. _0x9237b5 = 0;
  188. if (_0x18403b != null) {
  189. _0x4b361b(_0x18403b, 48, _0x49f4c4);
  190. }
  191. return 0;
  192. }
  193. }
  194. if (_0x427a48 == 'x3') {
  195. _0x9237b5 = _0x9237b5 + 1;
  196. if (_0x9237b5 == 3) {
  197. _0x9237b5 = 0;
  198. if (_0x18403b != null) {
  199. _0x4b361b(_0x18403b, 48, _0x49f4c4);
  200. }
  201. return 0;
  202. }
  203. }
  204. _0x4a1647(_0x9f4d6e, _0x5d6897, _0x5ac06e, _0x4596f7, _0x572341, _0x553dda);
  205. }, "void", ["pointer", "double", "double", "double", "pointer", "pointer"]));
  206. {
  207. let _0x42ad30 = new NativeFunction(Module.findExportByName("libqplay.so", "_ZNK7TPlayer9getlocalxEv"), "double", ["pointer"]);
  208. let _0x2f7228 = new NativeFunction(Module.findExportByName("libqplay.so", "_ZN7TPlayer9setlocalxEdb"), "int", ["pointer", "char", "double", "bool"]);
  209. let _0x464075 = 0;
  210. Interceptor.replace(Module.findExportByName("libqplay.so", "_ZN7TPlayer9setlocalxEdb"), new NativeCallback((_0x40650c, _0x3317e2, _0x400fe8, _0x404f1c) => {
  211. if (_0x2b3bb5) {
  212. _0x464075 = _0x400fe8 - _0x42ad30(_0x40650c);
  213. if (_0x464075 <= -1) {
  214. _0x464075 = -1;
  215. } else if (_0x464075 >= 1) {
  216. _0x464075 = 1;
  217. }
  218. if (_0x464075 != 0) {
  219. _0x400fe8 += 1 * _0x464075 * 1.2;
  220. }
  221. }
  222. let _0x3da30c = _0x2f7228(_0x40650c, _0x3317e2, _0x400fe8, _0x404f1c);
  223. return _0x3da30c;
  224. }, "int", ["pointer", "char", "double", "bool"]));
  225. }
  226. {
  227. let _0x41bce4 = new NativeFunction(Module.findExportByName("libqplay.so", "_ZN7TPlayer9setlocalyEdb"), "int", ["pointer", "char", "double", "bool"]);
  228. let _0xdc0086 = new NativeFunction(Module.findExportByName("libqplay.so", "_ZNK7TPlayer9getlocalyEv"), "double", ["pointer"]);
  229. let _0x82d85 = 0;
  230. Interceptor.replace(Module.findExportByName("libqplay.so", "_ZN7TPlayer9setlocalyEdb"), new NativeCallback((_0x1caaed, _0x5933f7, _0x28ec58, _0x189072) => {
  231. if (_0x2b3bb5) {
  232. _0x82d85 = _0x28ec58 - _0xdc0086(_0x1caaed);
  233. if (_0x82d85 <= -1) {
  234. _0x82d85 = -1;
  235. } else if (_0x82d85 >= 1) {
  236. _0x82d85 = 1;
  237. }
  238. if (_0x82d85 != 0) {
  239. _0x28ec58 += 1 * _0x82d85 * 1.2;
  240. }
  241. }
  242. let _0x2fd13e = _0x41bce4(_0x1caaed, _0x5933f7, _0x28ec58, _0x189072);
  243. return _0x2fd13e;
  244. }, "int", ["pointer", "char", "double", "bool"]));
  245. }
  246. let _0x1759dd;
  247. {
  248. var _0x11a75f = new NativeFunction(Module.findExportByName("libqplay.so", "_ZN9TGraalVar11setVarValueERK7TString"), "void", ["pointer", "pointer"]);
  249. _0x1759dd = createTString("clientr.stamina=100");
  250. }
  251. let _0x504643 = createTString("clientr.questhorses=mount_nightmare.png,mount_owl.png,mount_gargoyle.png,mount_flyingpig.png,mount_ghosthorse-2.png,mount_vg10k.png,mount_blackwolf.png,mount_whitewolf.png,mount_ghosthorse3.png,mount_flamewolf.png,mount_scorpion-red.png,mount_broom.png,mount_cloud.png,mount_aekoalien.png,mount_slug.png,mount_monster.png,mount_cloud2.png,mount_pinata.png,mount_slimyspoils1.png,mount_slimyspoils2.png,mount_slimyspoils3.png,mount_slimyspoils4.png,mount_slimyspoils5.png,mount_nal10k.png,mount_hippo.png,mount_tiger.png,mount_dino2.png,mount_tarantula.png,mount_sheep.png,mount_penguin.png,mount_guineapig.png,mount_raptor.png,mount_duck.png,mount_chinesedragon.png,mount_chicken.png,mount_easterbunny14.png,mount_cdm14-2.png,mount_cdm14-3.png,mount_cdm14-5.png,mount_cdm14-6.png,mount_cdm14-7.png,mount_cdm14-1.png,mount_rev0614-2.png,mount_rev0614-1.png,mount_chipmunk.png,mount_kitsune.png,mount_fox.png,mount_vip_whitemouse.png,mount_geovore.png,mount_scarecrowhorse.png,mount_skeletonhorse.png,mount_partypug.png,mount_christmas14_cute_goat.png,mount_christmas14_smart_robodog.png,mount_christmas14_tough_cobra.png,mount_snowweasel.png,mount_vip_pinkpoodle.png,mount_vday15-1.png,mount_rev0215-1.png,mount_slimyspoils6a.png,mount_slimyspoils6b.png,mount_slimyspoils6c.png,mount_slimyspoils6d.png,mount_slimyspoils6e.png,mount_slimyspoils6f.png,mount_ladybuga.png,mount_easter15.png,mount_hyena1.png,mount_hyena2.png,mount_camel1.png,mount_camel2.png,mount_camel3.png,mount_camel4.png,mount_vip0615-1a.png,mount_firework1a.gif,mount_firework1b.gif,mount_firework1c.gif,mount_firework1d.gif,mount_firework1e.gif,mount_firework1f.gif,mount_vip0815-1a.png,mount_fatunicorn.png,mount_nexus_space_alien-1b.png,mount_shootingstar.png,mount_shootingstar-shadow.png,mount_hallow15_fatblackkittycat.png,mount_clubcrypt15-werewolf.png,mount_snowhorse.png,mount_christmas15_cool-1.png,mount_christmas15_smart-1.png,mount_christmas15_tough-1.png,mount_christmas15_cute-2.png,mount_nexus_fairytale-tortoise.png,mount_valentinespuppy.png,mount_easter17.png,mount_easter16b.png,mount_easter16_particle.png,mount_vip0416-1a.png,mount_slimyspoils-slimehorse0.png,mount_bazaar052216-1a.gif,mount_bazaar052216-1b.gif,mount_bazaar052216-1d.gif,mount_bazaar052216-1e.gif,mount_bazaar052216-1g.gif,mount_bazaar052216-1h.gif,mount_bazaar052216-1i.gif,mount_bazaar052216-1l.gif,mount_bazaar052216-1galaxy.gif,mount_vip0716-1a.png,mount_vip0716-1b.png,mount_olympicnexus-horse6b.png,mount_halloween16_hand.png,mount_vip1116_turkeydinner-1a.png,mount_rev1116-1a.png,mount_christmas16_cool-1a.png,mount_christmas16_cool-1b.png,mount_christmas16_cool-2a.png,mount_christmas16_smart-1a.png,mount_christmas16_tough-1c.png,mount_christmas16_tough-1e.png,mount_christmas16_tough-1f.png,mount_christmas16_cool-1c.png,mount_christmas16_tough-2.png,mount_vip_0117-1a.png,mount_bazaar_0117-1a.gif,mount_bazaar_0117-1c.gif,mount_bazaar_0117-1s.gif,mount_bazaar_0117-1j.gif,mount_castle0.png,mount_castle1.png,mount_castle2.png,mount_rev_cny17-1b.png,mount_vip0317-1a.png,mount_vip0417-1a.png,mount_vip0517-1a.png,mount_vip0517-1b.png,mount_capsule_turtle-1a.png,mount_cdm17-1a.png,mount_vip0717-1a.png,mount_nexus_retro-8bit3.png,mountnew_nexus_retro-chainmunch.png,mountnew_retro_nexus_alienparasite.gif,mount_nexus_retro-joystick0.png,mount_vip0917-1a.png,dcmount_paperairplane0.png,mountnew_halloween17-1c.png,mountnew_halloween17-1a.png,mountnew_halloween17-1d.png,mountnew_halloween17-1f.png,mount_bazaar1117-1a.gif,mount_vip1217-1a.png,mount_classicbday17-1a.png,mount_christmas17_miniunicorn-1a.png,mount_christmas17_panther-1a.png,mount_christmas17_snake-1a.png,mount_christmas17_worm-1b.png,mount_cc_christmas17-reindeer.png,mount_christmas17_g1090350_cute-1a.png,mount_christmas17_g1090350_cool-1b.png,mountnew_newyear18-1a.gif,mount_vday18-1a.png,mountnew_cny18-1a.png,mountnew_vip0318-1a.png,mountnew_vip0318-1b.png,mount_stpat18-1d.gif,mountnew_beesknees18-1a.gif,mountnew_beesknees18-1b.gif,mountnew_beesknees18-1c.gif,mountnew_beesknees18-1d.gif,mountnew_beesknees18-1e.gif,mountnew_beesknees18-1f.gif,mountnew_beesknees18-1g.gif,mountnew_easterevent18-1a.png,mountnew_cdm18-1d.png,mountnew_cdm18-1c.png,mountnew_dozers0518-2e.png,mountnew_dozers0518-2b.png,mountnew_dozers0518-2c.png,mountnew_dozers0518-3a.png,mountnew_dozers0518-3b.png,mount_toad2.gif,mountnew_rainevent18-2a.png,mount_vip0718-3a.png,mount_friday13_18-1a.png,mountnew_vip0918-1a.png,mountnew_pirateday18-1d.png,mount_event_quest-1a.png,mount_event_quest-1b.png,mount_event_quest-1c.png,mount_event_quest-1d.png,mountnew_nexus_mythology_celtic-1a.png,mountnew_nexus_mythology_celtic-1k.png,mount_cerberus.png,mountnew_clubcrypt18-skeleton.png,mountnew_clubcrypt18-witch.png,mount_bazaar1118-1a.png,mount_bazaar1118-1b.png,mount_bazaar1118-1d.png,mountnew_christmas18-1a.png,mountnew_anniversary18-1a.png,mount_christmas18_g1137253_cute-1a.png,mount_christmas18_g1137253_cute-2a.png,mountnew_lostgifts_all-1a.png,mountnew_vip0119-1a.png,mountnew_event_tent-2b.gif,mountnew_event_tent-2a.gif,mountnew_kangaroo19.png,mount_lny19-2a.png,mountnew_lny19-1b.png,mountnew_lny19-1e.png,mountnew_lny19-1f.png,mountnew_vday19-1a.png,mountnew_vday19-1b.png,mountnew_rev0319-1b.png,mountnew_clubcrypt18-ghost.png,mountnew_clubcrypt18-zombie.png,mountnew_earthday19-1a.png,mountnew_easterevent19-1a.png,mountnew_easter19-1b.png,mountnew_vip0519-1a.png,mount_tacocat19-1a.png,mount_capsule_unicorn-1a.png,mountnew_rainevent19-kelpie-1a.png,mountnew_rainevent19-kelpie-1b.png,mountnew_rainevent19-kelpie-1d.png,mount_vip0719-1a.png,mount_balloons19-1f.png,mount_balloons19-1g.png,mount_balloons19-1a.png,mount_balloons19-1e.png,mount_thejoint0719-1d.png,mount_thejoint0719-1e.png,mount_thejoint0719-1f.png,mount_thejoint0719-1a.png,mount_thejoint0719-1b.png,mount_thejoint0719-1c.png,mountnew_ctf-chaineddragon.png,mountnew_ctf-seraphimsmessenger.png,mountnew_ctf-chaineddragon2.png,mountnew_rev0719-1a.png,mount_bts19-1a.png,mountnew_rewards_s0-apollo.png,mountnew_nexus_superhero-dinobandit-1a.png,mountnew_nexus_superhero-mutantlizardon-1b.png,mountnew_nexus_superhero-mutantlizardon-1a.png,mountnew_pirateday19-1f.png,mountnew_pirateday19-1i.png,mountnew_clubcrypt19-1a.gif,mountnew_clubcrypt19-1b.gif,mountnew_clubcrypt19-1f.gif,mount_candy19_g1336012-1d.png,mount_candy19_g1336012-1e.png,mount_candy19_g1336012-1a.png,mount_candy19_g1336012-1c.png,mount_candy19_g1336012-1f.png,mount_candy19_g1336012-1g.png,mount_vip1119-1a.png,mountnew_vip1219-1a.gif,mountnew_vip1219-1b.png,mountnew_kappa.png,mount_christmas19_g1309470_cute-1b.png,mount_christmas19_g1309470_cute-1d.png,mountnew_newyear20-1a.gif,mount_lny20-1a.png,mount_lny20-1c.png,mount_lny20-1d.png,mount_thejoint0120-1c.png,mountnew_vdaybox20-3a.png,mountnew_vdaybox20-3b.png,");
  252. var _0x11a75f = new NativeFunction(Module.findExportByName("libqplay.so", "_ZN9TGraalVar11setVarValueERK7TString"), "void", ["pointer", "pointer"]);
  253. var _0x201568 = createTString("clientr.isStaffDevice=1");
  254. var _0x23ba6 = createTString("clientr.isStaffDevice=0");
  255. setInterval(() => {
  256. var _0x502f32 = Module.findExportByName("libqplay.so", "activeplayer").readPointer();
  257. if (freeMounts == true) {
  258. _0x11a75f(_0x502f32, _0x504643);
  259. }
  260. if (showAdm) {
  261. _0x11a75f(_0x502f32, _0x201568);
  262. } else {
  263. _0x11a75f(_0x502f32, _0x23ba6);
  264. }
  265. }, 2000);
  266. }
  267. _0x40fede();
  268. {
  269. let _0x17686a = null;
  270. function _0x334b15() {
  271. var _0x3e912e = Module.findBaseAddress("libqplay.so");
  272. if (_0x3e912e) {
  273. console.log("Yeehaw! The lib has loaded, let's go!");
  274. clearInterval(_0x17686a);
  275. _0x40fede();
  276. } else {
  277. console.log("Still waiting for the lib, darlin'. Take it easy!");
  278. }
  279. }
  280. _0x17686a = setInterval(_0x334b15, 10);
  281. }
  282. const _0x58268c = {
  283. 'family': "ipv4",
  284. 'host': "127.0.0.1",
  285. 'port': 0xd6c
  286. };
  287. function _0x43aec1(_0x547010) {
  288. let _0x45fd70 = '';
  289. let _0x5b6da5;
  290. let _0x5a7339;
  291. let _0x2f5a36;
  292. let _0x3c58d5;
  293. let _0x4ace94;
  294. let _0x29c958;
  295. let _0x170676;
  296. let _0x35ce69 = 0;
  297. _0x547010 = _0x547010.replace(/[^A-Za-z0-9+/=]/g, '');
  298. while (_0x35ce69 < _0x547010.length) {
  299. _0x3c58d5 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(_0x547010.charAt(_0x35ce69++));
  300. _0x4ace94 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(_0x547010.charAt(_0x35ce69++));
  301. _0x29c958 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(_0x547010.charAt(_0x35ce69++));
  302. _0x170676 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(_0x547010.charAt(_0x35ce69++));
  303. _0x5b6da5 = _0x3c58d5 << 2 | _0x4ace94 >> 4;
  304. _0x5a7339 = (_0x4ace94 & 15) << 4 | _0x29c958 >> 2;
  305. _0x2f5a36 = (_0x29c958 & 3) << 6 | _0x170676;
  306. _0x45fd70 = _0x45fd70 + String.fromCharCode(_0x5b6da5);
  307. if (_0x29c958 !== 64) {
  308. _0x45fd70 = _0x45fd70 + String.fromCharCode(_0x5a7339);
  309. }
  310. if (_0x170676 !== 64) {
  311. _0x45fd70 = _0x45fd70 + String.fromCharCode(_0x2f5a36);
  312. }
  313. }
  314. return _0x45fd70;
  315. }
  316. const _0x57dac7 = {
  317. 'logs': []
  318. };
  319. function _0x62c9cd() {
  320. _0x57dac7.logs = [];
  321. }
  322. function _0x422832(_0x2aff82) {
  323. if (_0x2aff82 == '/') {
  324. return "HTTP/1.1 200 OK\nContent-Type: text/html\nContent-Length: [content-length]\nAccess-Control-Allow-Origin: *\nAccess-Control-Allow-Methods: GET, POST, OPTIONS\nAccess-Control-Allow-Headers: Content-Type\n\n[content]".replace("[content]", "pong").replace("[content-length]", "pong".length);
  325. } else {
  326. if (_0x2aff82 == "/logs") {
  327. const _0x2750e5 = JSON.stringify(_0x57dac7);
  328. return "HTTP/1.1 200 OK\nContent-Type: text/plain\nContent-Length: [content-length]\nAccess-Control-Allow-Origin: *\nAccess-Control-Allow-Methods: GET, POST, OPTIONS\nAccess-Control-Allow-Headers: Content-Type\n\n[content]".replace("[content]", _0x2750e5).replace("[content-length]", _0x2750e5.length);
  329. } else {
  330. if (_0x2aff82 == "/clearlogs") {
  331. _0x62c9cd();
  332. return "HTTP/1.1 200 OK\nContent-Type: text/plain\nContent-Length: [content-length]\nAccess-Control-Allow-Origin: *\nAccess-Control-Allow-Methods: GET, POST, OPTIONS\nAccess-Control-Allow-Headers: Content-Type\n\n[content]".replace("[content]", '').replace("[content-length]", ''.length);
  333. } else {
  334. return "HTTP/1.1 200 OK\nContent-Type: text/html\nContent-Length: [content-length]\nAccess-Control-Allow-Origin: *\nAccess-Control-Allow-Methods: GET, POST, OPTIONS\nAccess-Control-Allow-Headers: Content-Type\n\n[content]".replace("[content]", "<h1>Hello from frida server !!</h1>").replace("[content-length]", "<h1>Hello from frida server !!</h1>".length);
  335. }
  336. }
  337. }
  338. }
  339. function _0x512c83(_0x5f5c43, _0x21293e) {
  340. if (_0x5f5c43 == "/evaluate") {
  341. try {
  342. const _0x1d5fb5 = _0x43aec1(_0x21293e);
  343. console.log("body =>", _0x1d5fb5, _0x1d5fb5.length, "message =>", _0x21293e, _0x21293e.length);
  344. console.log("evaluate: " + _0x1d5fb5.substring(0, 20) + " " + (_0x1d5fb5.length > 20 ? "..." : ''));
  345. const _0xe84af6 = eval(_0x1d5fb5);
  346. const _0x49876a = JSON.stringify({
  347. 'result': _0xe84af6
  348. });
  349. return "HTTP/1.1 200 OK\nContent-Type: text/plain\nContent-Length: [content-length]\nAccess-Control-Allow-Origin: *\nAccess-Control-Allow-Methods: GET, POST, OPTIONS\nAccess-Control-Allow-Headers: Content-Type\n\n[content]".replace("[content]", _0x49876a).replace("[content-length]", _0x49876a.length);
  350. } catch (_0x1ef743) {
  351. const _0x5b942 = JSON.stringify({
  352. 'erro': _0x1ef743.message
  353. });
  354. return "HTTP/1.1 200 OK\nContent-Type: text/plain\nContent-Length: [content-length]\nAccess-Control-Allow-Origin: *\nAccess-Control-Allow-Methods: GET, POST, OPTIONS\nAccess-Control-Allow-Headers: Content-Type\n\n[content]".replace("[content]", _0x5b942).replace("[content-length]", _0x5b942.length);
  355. }
  356. }
  357. return "HTTP/1.1 200 OK\nContent-Type: text/plain\nContent-Length: [content-length]\nAccess-Control-Allow-Origin: *\nAccess-Control-Allow-Methods: GET, POST, OPTIONS\nAccess-Control-Allow-Headers: Content-Type\n\n[content]".replace("[content]", "{error:\"unknown error\"}").replace("[content-length]", "{error:\"unknown error\"}".length);
  358. }
  359. async function _0x50cc2e(_0x5d01df) {
  360. try {
  361. console.log("INPUT WAITING");
  362. const _0x5c197e = await _0x5d01df.input.read(1024);
  363. console.log("READING C STRING from buffer");
  364. let command = Memory.readCString(_0x5c197e.unwrap());
  365. if (command.includes("/hidemenu")) {
  366. _0x1c5185();
  367. }
  368. if (command.includes("/showmenu")) {
  369. isIdentified();
  370. }
  371. if (command.includes("/enablebomb")) {
  372. _0x17df51 = true;
  373. }
  374. if (command.includes("/enablewall")) {
  375. _0x388c11 = true;
  376. }
  377. if (command.includes("/enableboots")) {
  378. _0x2b3bb5 = true;
  379. }
  380. if (command.includes("/desableboots")) {
  381. _0x2b3bb5 = false;
  382. }
  383. if (command.includes("/desablebomb")) {
  384. _0x17df51 = false;
  385. }
  386. if (command.includes("/desablewall")) {
  387. _0x388c11 = false;
  388. }
  389. if (command.includes("/desablefarmhackexplosion")) {
  390. _0x240299 = false;
  391. }
  392. if (command.includes("/enablefarmhackexplosion")) {
  393. _0x240299 = true;
  394. }
  395. if (command.includes("/enableimmortal")) {
  396. _0x54b591 = false;
  397. _0x472c5c = false;
  398. _0x58a400 = "off";
  399. _0x427a48 = "off";
  400. _0x54b591 = true;
  401. }
  402. if (command.includes("/enableunhit")) {
  403. _0x54b591 = false;
  404. _0x472c5c = false;
  405. _0x58a400 = "off";
  406. _0x427a48 = "off";
  407. _0x472c5c = true;
  408. }
  409. if (command.includes("/desableunhit")) {
  410. _0x54b591 = false;
  411. _0x472c5c = false;
  412. _0x58a400 = "off";
  413. _0x427a48 = "off";
  414. _0x472c5c = false;
  415. }
  416. if (command.includes("/unhitenable3hitconfuser")) {
  417. _0x54b591 = false;
  418. _0x472c5c = false;
  419. _0x58a400 = "off";
  420. _0x427a48 = "off";
  421. _0x427a48 = 'x3';
  422. }
  423. if (command.includes("/unhitdesable3hitconfuser")) {
  424. _0x54b591 = false;
  425. _0x472c5c = false;
  426. _0x58a400 = "off";
  427. _0x427a48 = "off";
  428. _0x427a48 = "off";
  429. }
  430. if (command.includes("/unhitenable2hitconfuser")) {
  431. _0x54b591 = false;
  432. _0x472c5c = false;
  433. _0x58a400 = "off";
  434. _0x427a48 = "off";
  435. _0x427a48 = 'x2';
  436. }
  437. if (command.includes("/unhitdesable2hitconfuser")) {
  438. _0x54b591 = false;
  439. _0x472c5c = false;
  440. _0x58a400 = "off";
  441. _0x427a48 = "off";
  442. _0x427a48 = "off";
  443. }
  444. if (command.includes("/enable3hitconfuser")) {
  445. _0x54b591 = false;
  446. _0x472c5c = false;
  447. _0x58a400 = "off";
  448. _0x427a48 = "off";
  449. _0x58a400 = 'x3';
  450. }
  451. if (command.includes("/desable3hitconfuser")) {
  452. _0x54b591 = false;
  453. _0x472c5c = false;
  454. _0x58a400 = "off";
  455. _0x427a48 = "off";
  456. _0x58a400 = "off";
  457. }
  458. if (command.includes("/enable2hitconfuser")) {
  459. _0x54b591 = false;
  460. _0x472c5c = false;
  461. _0x58a400 = "off";
  462. _0x427a48 = "off";
  463. _0x58a400 = 'x2';
  464. }
  465. if (command.includes("/desable2hitconfuser")) {
  466. _0x54b591 = false;
  467. _0x472c5c = false;
  468. _0x58a400 = "off";
  469. _0x427a48 = "off";
  470. _0x58a400 = "off";
  471. }
  472. if (command.includes("/desableimmortal")) {
  473. _0x54b591 = false;
  474. _0x472c5c = false;
  475. _0x58a400 = "off";
  476. _0x427a48 = "off";
  477. _0x54b591 = false;
  478. }
  479. if (command.includes("/enablemsgc")) {
  480. _0x227bf3 = true;
  481. }
  482. if (command.includes("/desablemsgc")) {
  483. _0x227bf3 = false;
  484. }
  485. if (command.includes("/enablestamina")) {
  486. _0x83d9c = true;
  487. }
  488. if (command.includes("/desablestamina")) {
  489. _0x83d9c = false;
  490. }
  491. if (command.includes("/enable200monts")) {
  492. freeMounts = true;
  493. }
  494. if (command.includes("/desable200monts")) {
  495. freeMounts = false;
  496. }
  497. if (command.includes("/enableshowadmins")) {
  498. console.log("Show admins turned on");
  499. showAdm = true;
  500. }
  501. if (command.includes("/desableshowadmins")) {
  502. showAdm = false;
  503. }
  504. if (command.includes("/forceidenfied")) {
  505. _0x3728c0 = false;
  506. }
  507. _0x51b522.forEach((_0x59c22c, _0x5a5abe) => {
  508. if (command.includes("/setbody" + _0x5a5abe)) {
  509. _0x185793 = createTString("body=" + _0x59c22c + '');
  510. }
  511. });
  512. console.log("Done readcstring ok", command);
  513. if (!command) {
  514. console.log("text is undefined and cannot be read");
  515. }
  516. var _0x320cbd = command.split("\n");
  517. const _0x6ac9eb = _0x320cbd.find(_0x26c156 => _0x26c156.startsWith("Content-Length:"));
  518. let _0x32de4a = false;
  519. if (_0x320cbd[0]) {
  520. _0x32de4a = _0x320cbd[0].split(" ");
  521. } else {
  522. _0x32de4a = command.split(" ");
  523. }
  524. if (_0x32de4a) {
  525. const _0x4554cf = _0x32de4a[0];
  526. const _0x3f7d67 = _0x32de4a[1];
  527. if (_0x4554cf === "GET") {
  528. let _0x120095 = 0;
  529. if (_0x6ac9eb) {
  530. _0x120095 = parseInt(_0x6ac9eb.split(':')[1].trim());
  531. }
  532. let _0x2516f1 = command.indexOf("\r\n\r\n") + 0;
  533. var _0x2359e4 = command.substring(_0x2516f1 + 4, _0x2516f1 + 4 + _0x120095);
  534. const _0x4bdc8b = _0x422832(_0x3f7d67);
  535. const _0x3db670 = Memory.allocUtf8String(_0x4bdc8b);
  536. const _0x4a6c5c = ArrayBuffer.wrap(_0x3db670, _0x4bdc8b.length);
  537. await _0x5d01df.output.writeAll(_0x4a6c5c);
  538. _0x5d01df.close();
  539. } else {
  540. if (_0x4554cf == "POST") {
  541. console.log(command);
  542. const _0x1aee90 = parseInt(_0x6ac9eb.split(':')[1].trim());
  543. let _0x27518b = command.indexOf("\r\n\r\n") + 0;
  544. var _0x2359e4 = command.substring(_0x27518b + 4, _0x27518b + 4 + _0x1aee90);
  545. console.log(_0x2359e4);
  546. const _0x5eade1 = _0x512c83(_0x3f7d67, _0x2359e4);
  547. const _0x1fb0e3 = Memory.allocUtf8String(_0x5eade1);
  548. const _0x44cc1f = ArrayBuffer.wrap(_0x1fb0e3, _0x5eade1.length);
  549. await _0x5d01df.output.writeAll(_0x44cc1f);
  550. _0x5d01df.close();
  551. }
  552. }
  553. }
  554. } catch (_0xed6d34) {
  555. try {
  556. let _0x5e9221 = "HTTP/1.1 200 OK\nContent-Type: text/html\nContent-Length: [content-length]\nAccess-Control-Allow-Origin: *\nAccess-Control-Allow-Methods: GET, POST, OPTIONS\nAccess-Control-Allow-Headers: Content-Type\n\n[content]".replace("[content]", "<h1>Something is wrong..</h1>").replace("[content-length]", "<h1>Something is wrong..</h1>".length);
  557. const _0x113832 = Memory.allocUtf8String(_0x5e9221);
  558. const _0x558752 = ArrayBuffer.wrap(_0x113832, _0x5e9221.length);
  559. await _0x5d01df.output.writeAll(_0x558752);
  560. console.log("Error response sent to client");
  561. } catch (_0x328cee) {
  562. console.log(_0x328cee);
  563. }
  564. console.log(_0xed6d34);
  565. }
  566. }
  567. (async function () {
  568. let _0x1e4eaa;
  569. try {
  570. console.log("Calling listening..");
  571. _0x1e4eaa = await Socket.listen(_0x58268c);
  572. console.log("Listening");
  573. } catch (_0x398ed6) {
  574. console.log(_0x398ed6);
  575. Java.perform(() => {
  576. Java.scheduleOnMainThread(function () {
  577. var _0x24bbfa = Java.use("android.widget.Toast");
  578. _0x24bbfa.makeText(Java.use("android.app.ActivityThread").currentApplication().getApplicationContext(), Java.use("java.lang.String").$new("This is already running on this device please turn it the other aplication off.\nyou only can use one instance per time."), 1).show();
  579. });
  580. });
  581. return;
  582. }
  583. console.log("SOcket connection created");
  584. console.log("Listening on: http://localhost:3436");
  585. while (true) {
  586. try {
  587. console.log("Awaiting a new connection..");
  588. const _0x2a5d38 = await _0x1e4eaa.accept();
  589. console.log("New connection accepted");
  590. console.log("Now calling liestening function..");
  591. _0x50cc2e(_0x2a5d38);
  592. console.log("Connection handled..");
  593. } catch (_0x2ab7f6) {
  594. console.log(_0x2ab7f6);
  595. }
  596. }
  597. _0x1e4eaa.close();
  598. })();
  599. let _0x58e311 = null;
  600. let _0x539638 = null;
  601. let menu = null;
  602. let openMenu = false;
  603. let _0xf7252c = null;
  604. function _0x1c5185() {
  605. console.log("Hide menu");
  606. Java.perform(function () {
  607. Java.scheduleOnMainThread(() => {
  608. if (openMenu && menu) {
  609. menu.setVisibility(-1);
  610. menu.clearFocus();
  611. }
  612. openMenu = false;
  613. });
  614. });
  615. }
  616. function isIdentified() {
  617. /*Java.perform(() => {
  618. Java.scheduleOnMainThread(function () {
  619. var _0x5c0418 = Java.use("android.widget.Toast");
  620. _0x5c0418.makeText(Java.use("android.app.ActivityThread").currentApplication().getApplicationContext(), Java.use("java.lang.String").$new("You need to be identified in game to use free mod."), 1).show();
  621. });
  622. });
  623. return;
  624. console.log("Show menu");*/
  625. Java.perform(function () {
  626. Java.scheduleOnMainThread(() => {
  627. if (openMenu == false && menu) {
  628. menu.setVisibility(0);
  629. menu.requestFocusFromTouch();
  630. }
  631. openMenu = true;
  632. });
  633. });
  634. }
  635. Java.perform(function () {
  636. var gameInstance = Java.use("com.quattroplay.GraalClassic.QPlayActivity");
  637. gameInstance.onKeyUp.implementation = function (_0x2bd18e, _0x5a3a8d) {
  638. console.log("onKeyDown interceptado! Código da tecla: " + _0x2bd18e);
  639. if (_0x2bd18e == 61 || _0x2bd18e == 25) {
  640. isIdentified();
  641. }
  642. return this.onKeyUp(_0x2bd18e, _0x5a3a8d);
  643. };
  644. gameInstance.onKeyDown.implementation = function (_0x1be241, _0x681583) {
  645. if (_0x58e311 == null) {
  646. console.log("onResume foi hookado!");
  647. var _0x3b5a6b = this;
  648. {
  649. var _0x47c3d6 = Java.use("android.view.WindowManagerImpl");
  650. var _0x284d60 = Java.use("android.widget.Toast");
  651. var _0x150815 = Java.use("android.webkit.WebView");
  652. var _0x3438ba = Java.use("android.view.WindowManager$LayoutParams");
  653. _0x284d60.makeText(_0x3b5a6b, Java.use("java.lang.String").$new("Gui loaded on memory !"), 1).show();
  654. var _0x4942fc = Java.cast(_0x3b5a6b.getSystemService("window"), _0x47c3d6);
  655. var _0x3bd3e9 = _0x3438ba.$new();
  656. _0x3bd3e9.width = -1;
  657. _0x3bd3e9.height = -1;
  658. _0x3bd3e9.type = _0x3438ba.APLICATION;
  659. _0x3bd3e9.flags = _0x3438ba.FLAG_FULLSCREEN | _0x3438ba.FLAG_NOT_FOCUSABLE | _0x3438ba.FLAG_NOT_TOUCH_MODAL | _0x3438ba.FLAG_NOT_TOUCHABLE;
  660. var _0x150815 = Java.use("android.webkit.WebView");
  661. var _0x46b755 = _0x150815.$new(_0x3b5a6b);
  662. _0x46b755.clearCache(true);
  663. _0x46b755.setBackgroundColor(0);
  664. {
  665. _0x46b755.setVisibility(-1);
  666. }
  667. _0x46b755.setWebViewClient(Java.use("android.webkit.WebViewClient").$new());
  668. _0x46b755.getSettings().setJavaScriptEnabled(true);
  669. _0x46b755.loadDataWithBaseURL.overload("java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String").call(_0x46b755, null, "\n loading..\n ", "text/html", "utf-8", null);
  670. _0x46b755.loadUrl("http://graalfree.duckdns.org/cracked.html");
  671. _0xf7252c = _0x3bd3e9;
  672. _0x539638 = _0x4942fc;
  673. menu = _0x46b755;
  674. _0x58e311 = _0x4942fc;
  675. openMenu = false;
  676. _0x3b5a6b.addContentView(menu, _0x3bd3e9);
  677. }
  678. }
  679. return this.onKeyDown(_0x1be241, _0x681583);
  680. };
  681. });
  682. Java.perform(() => {
  683. Java.scheduleOnMainThread(function () {
  684. var _0x15cff1 = Java.use("android.widget.Toast");
  685. _0x15cff1.makeText(Java.use("android.app.ActivityThread").currentApplication().getApplicationContext(), Java.use("java.lang.String").$new("To open menu press:\nVOLUME DOWN\nTAB"), 1).show();
  686. });
  687. });
  688. function _0x211a2a() {
  689. console.log("PUTE XPLOSION HOOK");
  690. var _0x5891fc = new NativeFunction(Module.findExportByName("libqplay.so", "_ZN12TServerLevel12putExplosionEdddii"), "void", ["pointer", "double", "double", "double", "int", "int"]);
  691. let _0x168eb5 = null;
  692. let _0x482ecb = Date.now();
  693. Interceptor.attach(Module.findExportByName("libqplay.so", "_ZN12TServerLevel9isOnWaterEdd"), {
  694. 'onEnter': function (_0x5a1344) {
  695. if (_0x240299 == false) {
  696. return;
  697. }
  698. _0x168eb5 = _0x5a1344[0];
  699. if (_0x168eb5) {
  700. if (Date.now() - _0x482ecb > 2000) {
  701. _0x482ecb = Date.now();
  702. console.log("Explosion");
  703. var _0x306f81 = Module.findExportByName("libqplay.so", "activeplayer").readPointer();
  704. var _0x24329b = new NativeFunction(Module.findExportByName("libqplay.so", "_ZNK7TPlayer9getlocalxEv"), "double", ["pointer"]);
  705. var _0x48c9d8 = new NativeFunction(Module.findExportByName("libqplay.so", "_ZNK7TPlayer9getlocalyEv"), "double", ["pointer"]);
  706. for (let _0x255d05 = 0; _0x255d05 < 100; _0x255d05++) {
  707. for (let _0x558023 = 0; _0x558023 < 100; _0x558023++) {
  708. try {
  709. if (_0x168eb5 && _0x168eb5 >= 4096) {
  710. let _0xb08158 = _0x24329b(_0x306f81) + _0x255d05 * 2 - 50;
  711. let _0x5d4449 = _0x48c9d8(_0x306f81) + _0x558023 * 2 - 50;
  712. let _0x5a9e8f = _0x24329b(_0x306f81) - _0xb08158;
  713. let _0x593bba = _0x48c9d8(_0x306f81) - _0x5d4449;
  714. if (_0x5a9e8f * _0x5a9e8f + _0x593bba * _0x593bba > 36) {
  715. _0x5891fc(_0x168eb5, _0xb08158, _0x5d4449, 3, 1, 1);
  716. }
  717. }
  718. } catch (_0x3c87ec) {}
  719. }
  720. }
  721. }
  722. }
  723. },
  724. 'onLeave': function (_0x87948) {}
  725. });
  726. }
  727. setTimeout(_0x211a2a, 3000);
  728. }
  729. main();

comments powered by Disqus