Advertisement
rrixh

MOBILE KUSTOM LOGO KEYBIND TOOL v1❌💻❌

Aug 27th, 2024 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.06 KB | None | 0 0
  1. getgenv().buttonkeykode = ("q");
  2. getgenv().buttonsize = (110);
  3. getgenv().buttonpikture = (81697484807530);
  4. loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/uwuware/main/kustomskript/v1.kustomlogo-keybindtool",false))();
  5.  
  6.  
  7.  
  8. --[[
  9. if u want ur own logo as the button,then upload a "Decal" here:
  10. https://create.roblox.com/dashboard/creations/upload?assetType=Decal
  11.  
  12. then tap and kopy the "asset ID" of the image in "Images" here:
  13. https://create.roblox.com/dashboard/creations?activeTab=Image
  14. and replace the "getgenv().buttonpikture" ID with yours
  15.  
  16. // replace "Space" with the keybind u want
  17.  
  18. // for example: "Space" would jump bc on a keyboard thats what space does
  19.  
  20. // (u dont have to delete this part for the skript to work——this kounts as a note)
  21.  
  22. // make sure keybind name is written korrectly or just use v2 so it wont matter how its typed
  23. Example: in v2 "space" would register to "Space" inkluding all keys fixed for u besides letters bc some of yall might need lowerkase or kapital kase letters for loxk tools like DaHood n sh*t like that •enjoy
  24.  
  25. v2:
  26. getgenv().buttonkeykode = ("space");
  27. getgenv().holdbutton = false -- set true to hold
  28. getgenv().buttonsize = (110);
  29. getgenv().buttonpikture = (81697484807530);
  30. loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/uwuware/main/kustomskript/v2.kustomlogo-keybindtool",false))();
  31.  
  32.          ⬇️
  33.  
  34. // KEYBIND KODE LIST:
  35.  
  36. ### letters
  37. - a
  38. - b
  39. - c
  40. - d
  41. - e
  42. - f
  43. - g
  44. - h
  45. - i
  46. - j
  47. - k
  48. - l
  49. - m
  50. - n
  51. - o
  52. - p
  53. - q
  54. - r
  55. - s
  56. - t
  57. - u
  58. - v
  59. - w
  60. - x
  61. - y
  62. - z
  63.  
  64. ### funktion keys
  65. - F1
  66. - F2
  67. - F3
  68. - F4
  69. - F5
  70. - F6
  71. - F7
  72. - F8
  73. - F9
  74. - F10
  75. - F11
  76. - F12
  77.  
  78. ### spexial characters
  79. - `-` (Hyphen)
  80. - `=` (Equal Sign)
  81. - `[` (Left Bracket)
  82. - `]` (Right Bracket)
  83. - `\` (Backslash)
  84. - `;` (Semicolon)
  85. - `'` (Apostrophe)
  86. - `,` (Comma)
  87. - `.` (Period)
  88. - `/` (Slash)
  89. - `@` (At Symbol)
  90. - `#` (Hash)
  91. - `$` (Dollar)
  92. - `%` (Percent)
  93. - `^` (Caret)
  94. - `&` (Ampersand)
  95. - `*` (Asterisk)
  96. - `(` (Left Parenthesis)
  97. - `)` (Right Parenthesis)
  98. - `_` (Underscore)
  99. - `+` (Plus Sign)
  100.  
  101. ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement