Advertisement
ToxicTheBoss

keys list

Jul 22nd, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. return {
  2. ['0'] = 0x30;
  3. ['1'] = 0x31;
  4. ['2'] = 0x32;
  5. ['3'] = 0x33;
  6. ['4'] = 0x34;
  7. ['5'] = 0x35;
  8. ['6'] = 0x36;
  9. ['7'] = 0x37;
  10. ['8'] = 0x38;
  11. ['9'] = 0x39;
  12. ['q'] = 0x51;
  13. ['w'] = 0x57;
  14. ['e'] = 0x45;
  15. ['r'] = 0x52;
  16. ['t'] = 0x54;
  17. ['y'] = 0x59;
  18. ['i'] = 0x49;
  19. ['o'] = 0x4F;
  20. ['p'] = 0x50;
  21. ['a'] = 0x41;
  22. ['s'] = 0x53;
  23. ['d'] = 0x44;
  24. ['f'] = 0x46;
  25. ['g'] = 0x47;
  26. ['h'] = 0x48;
  27. ['j'] = 0x4A;
  28. ['k'] = 0x4B;
  29. ['l'] = 0x4C;
  30. ['z'] = 0x5A;
  31. ['x'] = 0x58;
  32. ['c'] = 0x43;
  33. ['v'] = 0x56;
  34. ['b'] = 0x42;
  35. ['n'] = 0x4E;
  36. ['m'] = 0x4D;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement