Apps Home
|
Create an App
Unicode in Settings
Author:
bad_jscrip_mkr
Description
Source Code
Launch App
Current Users
Created by:
Bad_Jscrip_Mkr
/* INSTRUCTIONS 1) In the launch app tab, enter the following code into the "TESTING" settings field : \u260E\u2003 This is in English \u2003\u260E\u2003 \u042d\u0442\u043e \u043d\u0430 \u0440\u0443\u0441\u0441\u043a\u043e\u043c \u2003\u260E\u2003 \u0a07\u0a39 \u0a2a\u0a70\u0a1c\u0a3e\u0a2c\u0a40 \u0a35\u0a3f\u0a1a \u0a39\u0a48 \u2003\u260E\u2003 \ud835\udce3\ud835\udcf1\ud835\udcf2\ud835\udcfc \ud835\udcf2\ud835\udcfc \ud835\udcea\ud835\udcf5\ud835\udcfc\ud835\udcf8 \ud835\udcd4\ud835\udcf7\ud835\udcf0\ud835\udcf5\ud835\udcf2\ud835\udcfc\ud835\udcf1 \u2003\u260E\u2003 \u0043\u0065\u0063\u0069 \u0065\u0073\u0074 \u0065\u006e \u0066\u0072\u0061\u006e\u00e7\u0061\u0069\u0073 \u2003\u260E 2) Run the app 3) Type in \test in the chat to show the result */ cb.settings_choices = [ {name: 'test', type: 'str', minLength: 1, maxLength: 1000 , defaultValue: 'XXX', label: ' TESTING '}, ]; function transpose(x) { x = x.replace(/([\\u\da-f]{6})/gi, a => String.fromCharCode(parseInt(a.replace('\\u', ''), 16))); return x; } cb.onMessage(function (message) { if (message.m.substring(0,5) == '/test') { cb.sendNotice(transpose(cb.settings.test), '', '', 'Green', 'bolder'); } return message; });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.