ADVERTISEMENTREMOVE ADS
Keybind Button Generator (Mobile skript)
46,977 views
Description
easily generates any keybind u want and makes it a button for mobile
change "q" to any keybind/specialkey/function keys etc.
" " would be spacebar which is a jump on a keyboard
replace "q" with any keybind
keybind list:
- ALL alphabet letters lowerkase & kapital
- ALL special keys like: "?" or "%" or "." and so on
- ALL mouse buttons like:
("m1" or "mouse1" or "leftclick", "m2" or "mouse2" or "rightclick", "m3" or "mm" or "mouse3"... whixh is the middle scroll button on a Mouse)
"up", "left", "right", "down",
all keys are fixed to the korrect names even if the name is "." it will return as "Period" and same for any other special keys
enjoy
Features:
- generate any keybind
- mobile
- supports all letters
- supports all funktion keys
ADVERTISEMENTREMOVE ADS
2 Lines • 147 Bytes
getgenv().keykode = "q"
loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/uwuware/main/kustomskript/v2.ls.KAS-keybindgen",true))();
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS





Comments
how to chage position button?
@Danechka unfortunately u kant since its a built in roblox feature but this one just edits the built in roblox button and allows it have a changed functionality... i have another script that is draggable to any position if you want, my discord is @bommunity just in case i dont see your response i can send or ill upload the script here
@rrixh Yes, I would like a script that can use the Backspace button, which can be moved (not necessarily through the gui, but it would be possible, for example, to specify the coordinates in the script itself)