Lux-Ferre

DH3 Chat Cycler

Apr 26th, 2021 (edited)
772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function chatSend() {
  2.     toggleChatIcon()
  3.     sendBytes(_$_7108[511] + document[_$_7108[12]](_$_7108[468])[_$_7108[251]][_$_7108[416]](/~/g, _$_7108[445]));
  4.     document[_$_7108[12]](_$_7108[468])[_$_7108[251]] = _$_7108[0]
  5. }
  6.  
  7. function toggleChatIcon() {
  8.     if (window.iconIterator >= window.iconList.length) {window.iconIterator=1} else {window.iconIterator++};
  9.     var sendString = "CHAT_ICON=" + window.iconList[iconIterator-1];
  10.  
  11.     sendBytes(sendString)
  12. }
  13.  
  14.  
  15. var iconIterator = 1;
  16. var iconList = ["candyCaneSigil", "spiderSigil", "carrotSigil", "snowmanSigil", "bunnySigil", "bluePartyHatSigil", "whitePartyHatSigil", "yellowPartyHatSigil", "greenPartyHatSigil", "redPartyHatSigil", "pinkPartyHatSigil", "treeSigil", "ghostSigil", "pumpkinSigil", "hardcoreSigil", "eventSigil2", "dh1MaxSigil"];
  17.  
Add Comment
Please, Sign In to add comment