Advertisement
rrixh

keybind button generator (mobile)

Sep 7th, 2024 (edited)
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.61 KB | None | 0 0
  1. getgenv().keykode = "q"
  2. loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/uwuware/main/kustomskript/v2.ls.KAS-keybindgen",true))();
  3.  
  4.  
  5. --[[
  6. replaxe "q" with any keybind
  7.  
  8. keybind list:
  9. - ALL alphabet letters lowerkase & kapital
  10.  
  11. - ALL special keys like: "?" or "%" or "." and so on
  12.  
  13. - ALL mouse buttons like:
  14. ("m1" or "mouse1" or "leftclick", "m2" or "mouse2" or "rightclick", "m3" or "mm" or "mouse3"... whixh is the middle scroll button on a Mouse)
  15.  
  16. - "up", "left", "right", "down",
  17.  
  18. all keys are fixed to the korrect names even if the name is "." is will return as "Period"
  19.  
  20. enjoy
  21. ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement