(adsbygoogle = window.adsbygoogle || []).push({});
i have two request for codes
1: i have googled and tried few things but cant seem to figure out i want to change clan tags and class names but it changes it to something other then what i put every time so im guessing it need to be encoded somehow
2: custom keyboard
thank you to anyone who helps
here are the letters and bytes for class and clan tags not sure how i would do the replace function tho
char *letters[92] ={"A", "a", "B", "b", "C", "c", "D", "d", "E", "e", "F", "f", "G", "g", "H", "h", "I", "i", "J", "j", "K", "k", "L", "l", "M", "m", "N", "n", "O", "o", "P", "p", "Q", "q", "R", "r", "S", "s", "T", "t", "U", "u", "V", "v", "W", "w", "X", "x", "Y", "y", "Z", "z", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", "=", "[", "]", "", ";", "'", ",", ".", "/", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "_", "+", "{", "}", "|", ":", "\"", "<", ">", "?"};
char letbytes[92]={0x04, 0x85, 0x09, 0x89, 0x0D, 0x8D, 0x11, 0x91, 0x15, 0x95, 0x19, 0x99, 0x1D, 0x9D, 0x21, 0xA1, 0x25, 0xA5, 0x29, 0xA9, 0x2D, 0xAD, 0x31, 0xB1, 0x35, 0xB5, 0x39, 0xB9, 0x3D, 0xBD, 0x41, 0xC1, 0x45, 0xC5, 0x49, 0xC9, 0x4D, 0xCD, 0x51, 0xD1, 0x55, 0xD5, 0x59, 0xD9, 0x5D, 0xDD, 0x61, 0xE1, 0x65, 0xE5, 0x69, 0xE9,0xC4, 0xC8, 0xCC, 0xD0, 0xD4, 0xD8, 0xDC, 0xE0, 0xE4, 0xC0, 0xB4, 0xF4, 0x6C, 0x75, 0x71, 0xED, 0x9C, 0xB0, 0xB8, 0xBC, 0x84, 0x00, 0x8D, 0x90, 0x94, 0x78, 0x99, 0xA8, 0xA0, 0xA4, 0x7C, 0xAD, 0xEC, 0xF5, 0xF1, 0xE9, 0x88, 0xF0, 0xF8, 0xFC};