Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function sendChat(_0x7FAA) {
- toggleChatIcon();
- var _0x74A4 = _0x7FAA[_$_26f8[36]];
- if (_0x74A4[_$_26f8[1]] > 0) {
- if (!doChatCommand(_0x74A4)) {
- cBytes(_$_26f8[100] + _0x74A4)
- }
- ;document[_$_26f8[4]](_$_26f8[97])[_$_26f8[36]] = _$_26f8[0];
- disableChattingInput();
- setTimeout(enableChattingInput, 100)
- }
- }
- function toggleChatIcon() {
- iconPosition = getRandomNumber(window.iconList.length);
- newIcon = window.iconList[iconPosition]
- changeIcon(newIcon);
- }
- function getRandomNumber(max) {
- return Math.floor(Math.random() * max);
- }
- var iconList = [6,9,10,11,12,13,15,16,17,7,1,4,5,21,22,23,24,25,26,27,39,44,53,41,35];
Add Comment
Please, Sign In to add comment