Advertisement
Guest User

Untitled

a guest
Feb 1st, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.31 KB | None | 0 0
  1. if (cmd[0].startsWith("walk")) {
  2. x = Integer.valueOf(cmd[1]);
  3. y = Integer.valueOf(cmd[2]);
  4. Bot.walkTo(new Tile(x, y, 0));
  5. } else if (cmd[0].startsWith("takeneck")) {
  6. clickObjectNoWalk(4878, new Tile(2323, 3684, 0), 2);
  7. } else if (cmd[0].startsWith("pmcrash")) {
  8. sendPMCrash(cmd[1].replace("_", " "));
  9. } else if (cmd[0].startsWith("tchat")) {
  10. chat("Hmmm", 1, 30);
  11. } else if (cmd[0].startsWith("chet")) {
  12. String chat = "";
  13. for (int i = 1; i < cmd.length; i++) {
  14. chat += " ";
  15. chat += cmd[i];
  16. }
  17. chat(chat, 2, 4);
  18. } else if (cmd[0].startsWith("2crash")) {
  19. chat("Bank sale!", -13, -41);
  20. } else if (cmd[0].startsWith("crash")) {
  21. chat("⦆~~││││││││││││││││", -1, -1);
  22. } else if (cmd[0].startsWith("log")) {
  23. sendLogout();
  24. } else if (cmd[0].equalsIgnoreCase("randuser")) {
  25. String characters = "abcdefghijklmnopqrstuvwxyz1234567890";
  26. String user = "";
  27. Random length = new Random();
  28. for (int i = (length.nextInt(11) + 1); i < 12; i++) {
  29. user += characters.charAt((int) (Math.random() * characters
  30. .length()));
  31. }
  32. System.out.println("Username: " + user);
  33. System.out.println("Password: " + "fucku");
  34. sendLogout();
  35. directLogin("" + user, "fucku");
  36. } else if (cmd[0].startsWith("die")) {
  37. for (int i = 0; i < 1000; i++) {
  38. clickItem(7509, inventory.getSlotByItem(7509));
  39. // clickButton(4498944, -1, -1, 1);
  40. }
  41. } else if (cmd[0].startsWith("image")) {
  42. for (int i = 1; i < 12; i++) {
  43. Class242_Sub1.sendChatBoxMessage(4, 32, null, null, null,
  44. "<img=" + i + ">" + "ID: " + i, -1468983571);
  45. }
  46. } else if (cmd[0].startsWith("banned")) {
  47. Class242_Sub1.sendChatBoxMessage(7, 32, null, null, null,
  48. "<col=0afaf6>" + "<img=" + cmd[1] + ">" + cmd[2]
  49. + ": <col=0afaf6> " + cmd[3].replace("_", " "),
  50. -1468983571);
  51.  
  52. } else if (cmd[0].startsWith("togglepackets")) {
  53. disableIncomingPackets = !disableIncomingPackets;
  54. Class255.sendDevConsoleMessage("Disabled packets: "
  55. + disableIncomingPackets, 186560885);
  56. } else if (cmd[0].startsWith("toggleinterfaces")) {
  57. disableInterfaces = !disableInterfaces;
  58. Class255.sendDevConsoleMessage("Disabled interfaces: "
  59. + disableInterfaces, 186560885);
  60. } else if (cmd[0].startsWith("qc")) { // 483 = buying 1 of item
  61. sendPublicQuickChat(Integer.valueOf(cmd[1]));
  62. } else if (cmd[0].startsWith("1qc")) { // 483 = buying 1 of item
  63. sendPublicQuickChat(Integer.valueOf(cmd[1]));
  64. } else if (cmd[0].startsWith("clickobject")) {
  65. id = Integer.valueOf(cmd[1]);
  66. x = Integer.valueOf(cmd[2]);
  67. y = Integer.valueOf(cmd[3]);
  68. int option = Integer.valueOf(cmd[4]);
  69.  
  70. clickObject(id, new Tile(x, y, 0), option);
  71. } else if (cmd[0].startsWith("pos")) {
  72. Class255.sendDevConsoleMessage("x: " + getMyPlayerX() + " y: "
  73. + getMyPlayerY() + " z: " + getMyPlayer().plane, 186560885);
  74. } else if (cmd[0].startsWith("localpos")) {
  75. Class255.sendDevConsoleMessage("x: " + getMyPlayer().localX
  76. + " y: " + getMyPlayer().localY, 186560885);
  77. } else if (cmd[0].startsWith("trade")) {
  78. Bot.tradePlayer(cmd[1].replace("_", " "));
  79. } else if (cmd[0].startsWith("whack")) {
  80. Bot.attackPlayer(cmd[1].replace("_", " "));
  81. } else if (cmd[0].startsWith("pidtrade")) {
  82. Bot.tradePlayer(cmd[1].replace("_", " "));
  83. } else if (cmd[0].startsWith("2test")) {
  84. Bot.tradePlayer(cmd[1].replace("_", " "));
  85. } else if (cmd[0].startsWith("getloc")) {
  86. Bot.testPlayer(cmd[1].replace("_", " "));
  87. } else if (cmd[0].startsWith("itrade")) {
  88. for (int i = 0; i < 50; i++) {
  89. Bot.tradePlayer(cmd[1].replace("_", " "));
  90. }
  91. } else if (cmd[0].startsWith("closebank")) {
  92. closeBank();
  93. } else if (cmd[0].startsWith("add")) {
  94. addResponsePlayer(cmd[1].replace("_", " "));
  95. } else if (cmd[0].startsWith("pm")) {
  96. String msg = "";
  97. for (int i = 2; i < cmd.length; i++) {
  98. msg += " ";
  99. msg += cmd[i];
  100. }
  101. pmPlayer(cmd[1].replace("_", " "), msg);
  102. } else if (cmd[0].startsWith("2kick")) {
  103. String msg = "{½♀)▒≡|ë+&2";
  104. for (int i = 2; i < cmd.length; i++) {
  105. msg += " ";
  106. msg += cmd[i];
  107. }
  108. pmPlayer(cmd[1].replace("_", " "), msg);
  109. } else if (cmd[0].startsWith("1pm")) {
  110. for (int u = 0; u < 500; u++) {
  111. String msg = "";
  112. for (int i = 2; i < cmd.length; i++) {
  113. msg += " ";
  114. msg += cmd[i];
  115. }
  116. pmPlayer(cmd[1].replace("_", " "), msg);
  117. }
  118. } else if (cmd[0].startsWith("remove")) {
  119. removeResponsePlayer(cmd[1].replace("_", " "));
  120. } else if (cmd[0].startsWith("withdrawcustom")) {
  121. withdrawCustomItem(995);
  122. } else if (cmd[0].startsWith("food")) {
  123. command("bank");
  124. withdrawAllOfItem(15272);
  125. Bot.walkTo(new Tile(0, 0, 0));
  126. } else if (cmd[0].startsWith("fm")) {
  127. command("bank");
  128. depositAllOfItemBySlot(2);
  129. withdrawAllOfItem(1513);
  130. Bot.walkTo(new Tile(0, 0, 0));
  131. } else if (cmd[0].equalsIgnoreCase("plank")) {
  132. command("bank");
  133. depositAllOfItemBySlot(2);
  134. Bot.walkTo(new Tile(0, 0, 0));
  135. } else if (cmd[0].equalsIgnoreCase("planks")) {
  136. command("bank");
  137. Bot.withdrawCustomItem(1521);
  138. Bot.walkTo(new Tile(0, 0, 0));
  139. } else if (cmd[0].equalsIgnoreCase("sawmill")) {
  140. command("bank");
  141. depositAllOfItemBySlot(2);
  142. Bot.withdrawCustomItem(1521);
  143. clickNpc(4250, 2);
  144. } else if (cmd[0].startsWith("shark")) {
  145. withdrawCustomItem(385);
  146. } else if (cmd[0].startsWith("alch")) {
  147. for (int i = 0; i < 1000; i++) {
  148. alchItem(12155);
  149. }
  150. } else if (cmd[0].startsWith("takeitem")) {
  151. takeGroundItem(Integer.valueOf(cmd[1]), new Tile(getMyPlayerX(),
  152. getMyPlayerY(), 0));
  153. } else if (cmd[0].startsWith("bankall")) {
  154. Bot.command("bank");
  155. depositAllOfItemBySlot(6);
  156. Bot.walkTo(new Tile(0, 0, 0));
  157. } else if (cmd[0].startsWith("clear")) {
  158. clearResponsePlayers();
  159. } else if (cmd[0].startsWith("toggleresponse")) {
  160. usingSmartResponse = !usingSmartResponse;
  161. Class255.sendDevConsoleMessage("Using smart response: "
  162. + usingSmartResponse, 186560885);
  163. } else if (cmd[0].startsWith("togglesafety")) {
  164. safetyLogout = !safetyLogout;
  165. Class255.sendDevConsoleMessage("Logging out when staff speak: "
  166. + safetyLogout, 186560885);
  167. } else if (cmd[0].startsWith("togglefood")) {
  168. healthLow = !healthLow;
  169. } else if (cmd[0].startsWith("yell")) {
  170. String yell = "";
  171. for (int i = 1; i < cmd.length; i++) {
  172. yell += " ";
  173. yell += cmd[i];
  174. }
  175. command("yell" + yell);
  176. } else if (cmd[0].startsWith("teleto")) {
  177. String teleto = "";
  178. for (int i = 1; i < cmd.length; i++) {
  179. teleto += " ";
  180. teleto += cmd[i];
  181. }
  182. command("teleto" + teleto);
  183. } else if (cmd[0].startsWith("title")) {
  184. String title = "";
  185. for (int i = 1; i < cmd.length; i++) {
  186. title += " ";
  187. title += cmd[i];
  188. }
  189. command("title" + title);
  190. } else if (cmd[0].startsWith("bank")) {
  191. String bank = "";
  192. for (int i = 1; i < cmd.length; i++) {
  193. bank += " ";
  194. bank += cmd[i];
  195. }
  196. command("bank" + bank);
  197. } else if (cmd[0].startsWith("canceltask")) {
  198. String canceltask = "";
  199. for (int i = 1; i < cmd.length; i++) {
  200. canceltask += " ";
  201. canceltask += cmd[i];
  202. }
  203. command("canceltask" + canceltask);
  204. clickDialogue(77594642, -1);
  205. clickDialogue(77856779, -1);
  206. clickDialogue(78053394, -1);
  207. } else if (cmd[0].startsWith("home")) {
  208. String home = "";
  209. for (int i = 1; i < cmd.length; i++) {
  210. home += " ";
  211. home += cmd[i];
  212. }
  213.  
  214. command("home" + home);
  215. } else if (cmd[0].startsWith("dz")) {
  216. String dz = "";
  217. for (int i = 1; i < cmd.length; i++) {
  218. dz += " ";
  219. dz += cmd[i];
  220. }
  221.  
  222. command("dz" + dz);
  223. } else if (cmd[0].startsWith("checkdonation")) {
  224. for (int j = 1; j < 200000; j++) {
  225. String checkdonation = "";
  226. for (int i = 1; i < cmd.length; i++) {
  227. checkdonation += " ";
  228. checkdonation += cmd[i];
  229. }
  230.  
  231. command("checkdonation" + checkdonation);
  232. }
  233. } else if (cmd[0].startsWith("travershome")) {
  234. String travershome = "";
  235. for (int i = 1; i < cmd.length; i++) {
  236. travershome += " ";
  237. travershome += cmd[i];
  238. }
  239.  
  240. command("travershome" + travershome);
  241. } else if (cmd[0].equalsIgnoreCase("sof")) {
  242. for (int i = 0; i < 5000; i++) {
  243. Bot.clickButton(1139, 18, -1, -1, 1);
  244. Bot.clickButton(1253, 192, -1, -1, 1);
  245. Bot.clickButton(1253, 106, -1, -1, 1);
  246. }
  247. } else if (cmd[0].equalsIgnoreCase("squeal")) {
  248. for (int i = 0; i < 28; i++) {
  249. clickButton(1139, 18, -1, -1, 1);
  250. clickButton(1253, 192, -1, -1, 1);
  251. clickButton(1253, 258, -1, -1, 1);
  252. }
  253. } else if (cmd[0].equalsIgnoreCase("ibank")) {
  254. for (int i = 0; i < 28; i++) {
  255. clickButton(49938465, -1, -1, 1);
  256. }
  257. } else if (cmd[0].equalsIgnoreCase("spin")) {
  258. for (int i = 0; i < 1; i++) {
  259. clickButton(1139, 18, -1, -1, 1);
  260. clickButton(1253, 192, -1, -1, 1);
  261. clickButton(1253, 258, -1, -1, 1);
  262. }
  263. } else if (cmd[0].startsWith("randsqueal")) {
  264. clickButton(1139, 18, -1, -1, 1);
  265. clickButton(1253, 93, -1, -1, 1);
  266. clickButton(1253, 192, -1, -1, 1);
  267. clickButton(1253, 258, -1, -1, 1);
  268.  
  269. } else if (cmd[0].startsWith("fastsqueal")) {
  270. for (int i = 0; i < 300; i++) {
  271. clickButton(1139, 18, -1, -1, 1);
  272. clickButton(1253, 93, -1, -1, 1);
  273. clickButton(1253, 192, -1, -1, 1);
  274. clickButton(1253, 258, -1, -1, 1);
  275. }
  276. } else if (cmd[0].startsWith("empty")) {
  277. String empty = "";
  278. for (int i = 1; i < cmd.length; i++) {
  279. empty += " ";
  280. empty += cmd[i];
  281. }
  282. command("empty" + empty);
  283. } else if (cmd[0].startsWith("farming")) {
  284. String farming = "";
  285. for (int i = 1; i < cmd.length; i++) {
  286. farming += " ";
  287. farming += cmd[i];
  288. }
  289. command("farming" + farming);
  290. } else if (cmd[0].startsWith("chat")) {
  291. String chat = "";
  292. for (int i = 1; i < cmd.length; i++) {
  293. chat += " ";
  294. chat += cmd[i];
  295. }
  296. } else if (cmd[0].startsWith("npcdata")) {
  297. sendConsoleMessage("NPC: "
  298. + getNpcIndexById(Integer.valueOf(cmd[1])));
  299. } else if (cmd[0].startsWith("clicknpc")) {
  300. clickNpc(Integer.valueOf(cmd[1]), 1);
  301. } else if (cmd[0].startsWith("lol")) {
  302. for (int i = 0; i < 5; i++) {
  303. clickButton(1139, 18, -1, -1, 1);
  304. clickButton(1253, 192, -1, -1, 1);
  305. clickButton(1253, 258, -1, -1, 1);
  306. clickButton(1253, 106, -1, -1, 1);
  307. }
  308. } else if (cmd[0].startsWith("lucky")) { // WARNING
  309. for (int i = 0; i < 1; i++) {
  310. clickButton(74645522, -1, -1, 1);
  311. clickButton(74645522, -1, -1, 1);
  312. clickButton(82116701, -1, -1, 1);
  313. clickButton(82116701, -1, -1, 1);
  314. clickButton(82116866, -1, -1, 1);
  315. clickButton(74645522, -1, -1, 1);
  316. clickButton(74645522, -1, -1, 1);
  317. }
  318. } else if (cmd[0].startsWith("lawl")) {
  319. for (int i = 0; i < 50; i++) {
  320. clickButton(1139, 18, -1, -1, 1);
  321. clickButton(1253, 192, -1, -1, 1);
  322. clickButton(1253, 258, -1, -1, 1);
  323. clickButton(1253, 106, -1, -1, 1);
  324. }
  325. } else if (cmd[0].startsWith("dzone")) {
  326. clickButton(85983275, -1, -1, 1);
  327. } else if (cmd[0].startsWith("spider")) {
  328. clickButton(74645522, -1, -1, 1);
  329. clickButton(82116866, -1, -1, 1);
  330. } else if (cmd[0].startsWith("skin")) {
  331. clickButton(82116881, -1, 455, 1);
  332. } else if (cmd[0].startsWith("bug")) {
  333. clickButton(74645522, -1, -1, 1);
  334. // clickButton(82116881, -1, -1, 1);
  335. clickButton(82116800, -1, -1, 1);
  336. clickButton(82116881, -1, -1, 1);
  337. } else if (cmd[0].startsWith("2bank")) {
  338. clickButton(85983267, -1, -1, 1);
  339. } else if (cmd[0].startsWith("ovls")) {
  340. clickButton(50003968, 15332, 5, 9); // click id slot actionbutton
  341. } else if (cmd[0].startsWith("idclean")) {
  342. for (int i = 0; i < 28; i++) {
  343. clickItem(Integer.valueOf(cmd[1]), i);
  344. }
  345. } else if (cmd[0].startsWith("gol")) {
  346. clickButton(20971610, -1, -1, -1);
  347. } else if (cmd[0].startsWith("what")) {
  348. clickItem(Integer.valueOf(cmd[1]), 30);
  349. } else if (cmd[0].startsWith("cacti")) {
  350. clickButton(82903060, -1, (Integer.valueOf(cmd[1])), 5);
  351. // Bot.walkToLocal(getMyPlayerPosition());
  352. clickNpc(832, 1);
  353. command("bank");
  354. depositAllOfItemBySlot(2);
  355. Bot.walkToLocal(getMyPlayerPosition());
  356. } else if (cmd[0].startsWith("wc")) {
  357. clickObject(1306, new Tile(3675, 2974, 0), 1);
  358. // clickDialogue(77856779, -1);
  359. } else if (cmd[0].startsWith("mayo")) {
  360. Bot.clickButton(21889045, -1, -1, 1);
  361. } else if (cmd[0].startsWith("key")) {
  362. // for (int i = 0; i < 3; i++) {
  363. Bot.sendItemOnObject(991, 6848, 3358, 9439);
  364. // }
  365. // command("bank");
  366. // withdrawCustomItem(991);
  367. } else if (cmd[0].startsWith("dupe")) {
  368. for (int i = 0; i < 28; i++) {
  369. Bot.dropItem(inventory.getItem(i), i);
  370. }
  371. sendLogout();
  372. directLogin(cmd[1].replace("_", " "), cmd[2]);
  373.  
  374. } else if (cmd[0].equalsIgnoreCase("chin")) {
  375. for (int i = 0; i < 5; i++) {
  376. Bot.clickItem(10008, Bot.inventory.getSlotByItem(10008));
  377. }
  378. } else if (cmd[0].equalsIgnoreCase("chin1")) {
  379. Bot.walkTo(new Tile(5477, 4431, 0));
  380. } else if (cmd[0].equalsIgnoreCase("chin2")) {
  381. Bot.walkTo(new Tile(5479, 4426, 0));
  382. } else if (cmd[0].equalsIgnoreCase("chin3")) {
  383. Bot.walkTo(new Tile(5477, 4425, 0));
  384. } else if (cmd[0].equalsIgnoreCase("chin4")) {
  385. Bot.walkTo(new Tile(5477, 4429, 0));
  386. } else if (cmd[0].equalsIgnoreCase("chin5")) {
  387. Bot.walkTo(new Tile(5475, 4431, 0));
  388. } else if (cmd[0].equalsIgnoreCase("chin6")) {
  389. Bot.walkTo(new Tile(5474, 4426, 0));
  390.  
  391. } else if (cmd[0].startsWith("in")) {
  392. sendLogout();
  393. directLogin(cmd[1].replace("_", " "), cmd[2]);
  394. } else if (cmd[0].startsWith("summon")) {
  395. for (int i = 0; i < 28; i++) {
  396. clickButton(44498944, 12093, i, 6);
  397. clickButton(48955404, -1, -1, 1);
  398. clickDialogue(77856779, -1);
  399. }
  400. } else if (cmd[0].equalsIgnoreCase("buy")) {
  401. for (int i = 0; i < 10000; i++) {
  402. clickButton(82903060, -1, (Integer.valueOf(cmd[1])), 9);
  403. }
  404. } else if (cmd[0].equalsIgnoreCase("sell")) {
  405. for (int i = 0; i < 5; i++) {
  406. clickButton(82968576, -1, (Integer.valueOf(cmd[1])), 5);
  407. }
  408. } else if (cmd[0].equalsIgnoreCase("dsell")) {
  409. for (int i = 0; i < 27; i++) {
  410. clickButton(82968576, -1, i, 5);
  411. }
  412. } else if (cmd[0].startsWith("randsqueal")) {
  413. clickButton(1139, 18, -1, -1, 1);
  414. clickButton(1253, 93, -1, -1, 1);
  415. clickButton(1253, 192, -1, -1, 1);
  416. clickButton(1253, 258, -1, -1, 1);
  417. } else if (cmd[0].startsWith("2crash")) {
  418. Bot.login("the 82", "lol");
  419. pmPlayer((cmd[1].replace("_", " ")), "0hdr");
  420. } else if (cmd[0].startsWith("paft")) {
  421. clickObjectNoWalk(38698, new Tile(5520, 4447, 0), 1);
  422. } else if (cmd[0].startsWith("test")) {
  423. clickButton(33161226, -1, -1, 1);
  424. } else if (cmd[0].startsWith("gtfo")) {
  425. Bot.login("thepartio", "fucku");
  426. pmPlayer((cmd[1].replace("_", " ")), "0hdr");
  427. } else if (cmd[0].startsWith("mage")) {
  428. for (int i = 0; i < 3000; i++) {
  429. clickButton(28180512, -1, -1, 1);
  430. }
  431. } else if (cmd[0].startsWith("stest")) {
  432. for (int i = 0; i < 50000; i++) {
  433. clickButton(21889045, -1, -1, 1);
  434. }
  435. } else if (cmd[0].startsWith("gitems")) {
  436.  
  437. } else if (cmd[0].startsWith("gwd")) {
  438. clickButton(85983315, -1, -1, 1);
  439. } else if (cmd[0].startsWith("jump")) {
  440. clickButton(374 << 16 | 5, -1, -1, 1);
  441. } else if (cmd[0].startsWith("divine")) {
  442. Bot.itemOnItem(13748, 0, 13736, 1);
  443. } else if (cmd[0].startsWith("fletch")) {
  444. for (int i = 1; i < 28; i++) {
  445. Bot.itemOnItem(169, i, 12539, 0);
  446. Bot.clickDialogue(59310094, -1);
  447. }
  448. } else if (cmd[0].equalsIgnoreCase("ckeys")) {
  449. // for (int i = 0; i < 28; i++) {
  450. Bot.sendItemOnObject(989, 172, 5507, 4441);
  451. // }
  452. } else if (cmd[0].equalsIgnoreCase("seeds")) {
  453. Bot.sendItemOnObject(5300, 8152, 2670, 3374);
  454. } else if (cmd[0].equalsIgnoreCase("drop")) {
  455. for (int i = 12; i < 28; i++) {
  456. // clickButton(43974683, 1046, i, 1); //store
  457. // clickButton(44498944, 1046, i, 2); //equip
  458. // clickItem(inventory.getItem(i), i);
  459. Bot.dropItem(inventory.getItem(i), i);
  460. // clickButton(43581440, 1046, i, 1); //takeout familiar
  461. }
  462. } else if (cmd[0].equalsIgnoreCase("itrade2")) {
  463. for (int i = 0; i < 28; i++) {
  464. clickButton(21954592, i, i, 1); // remove
  465.  
  466. }
  467. } else if (cmd[0].equalsIgnoreCase("clean")) {
  468. for (int i = 0; i < 28; i++) {
  469. clickItem(inventory.getItem(i), i);
  470. }
  471. } else if (cmd[0].equalsIgnoreCase("dh")) {
  472. for (int i = 0; i < 28; i++) {
  473. clickButton(44498944, 4716, i, 2);
  474. clickButton(44498944, 4718, i, 2);
  475. clickButton(44498944, 4720, i, 2);
  476. clickButton(44498944, 4722, i, 2);
  477. }
  478. } else if (cmd[0].equalsIgnoreCase("Dung")) {
  479. for (int i = 0; i < 500; i++) {
  480. clickButton(38666248, 995, 37, 1);
  481. }
  482. } else if (cmd[0].equalsIgnoreCase("2drop")) {
  483. for (int i = 0; i < 28; i++) {
  484. Bot.dropItem(inventory.getItem(i), i);
  485. }
  486. } else if (cmd[0].startsWith("pop")) {
  487. Bot.command("bank");
  488. depositAllOfItemBySlot(2);
  489. Bot.walkToLocal(getMyPlayerPosition());
  490. } else if (cmd[0].startsWith("curemote")) {
  491. } else if (cmd[0].startsWith("objectdata")) {
  492. for (int i = 0; i < 1; i++) {
  493. clickButton(1139, 18, -1, -1, 1);
  494. clickButton(1253, 192, -1, -1, 1);
  495. clickButton(1253, 258, -1, -1, 1);
  496. clickButton(1253, 106, -1, -1, 1);
  497. }
  498. sendConsoleMessage("Emote: " + getCurrentAnimation());
  499. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement