ADVERTISEMENTREMOVE ADS
Game icon

Keybind Button Generator (Mobile skript)

Universal logo
1 year ago
Script preview thumbnail
Script Preview

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

  1. replace "q" with any keybind

  2. keybind list:

    - ALL alphabet letters lowerkase & kapital

  3. - ALL special keys like: "?" or "%" or "." and so on

  4. - ALL mouse buttons like:

  5. ("m1" or "mouse1" or "leftclick", "m2" or "mouse2" or "rightclick", "m3" or "mm" or "mouse3"... whixh is the middle scroll button on a Mouse)

  6. "up", "left", "right", "down",

  7. 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
Raw
getgenv().keykode = "q"
loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/uwuware/main/kustomskript/v2.ls.KAS-keybindgen",true))();
ADVERTISEMENTREMOVE ADS

Comments

3 comments
to add a comment
Da

how to chage position button?

1
0
rr

@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

0
0
Da

@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)

0
0
ADVERTISEMENTREMOVE ADS