Advertisement
ROBLOX_SCRIPT_SHARE

BETTER KEYBOARD SCRIPT

Feb 21st, 2022
9,256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
  7. local KeyboardguiWarriorRoberrVersion = Instance.new("ScreenGui")
  8. local Drag = Instance.new("Frame")
  9. local Close = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. KeyboardguiWarriorRoberrVersion.Name = "Keyboard gui WarriorRoberr Version"
  14. KeyboardguiWarriorRoberrVersion.Parent = game.CoreGui
  15. KeyboardguiWarriorRoberrVersion.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Drag.Name = "Drag"
  18. Drag.Parent = KeyboardguiWarriorRoberrVersion
  19. Drag.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  20. Drag.BorderSizePixel = 0
  21. Drag.Position = UDim2.new(0.147916675, 0, 0.0593749993, 0)
  22. Drag.Size = UDim2.new(0, 270, 0, 30)
  23. Drag.Active = true
  24. Drag.Draggable = true
  25.  
  26. Close.Name = "Close"
  27. Close.Parent = Drag
  28. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  29. Close.BorderSizePixel = 0
  30. Close.Position = UDim2.new(0.999839723, 0, -0.00729167089, 0)
  31. Close.Size = UDim2.new(0, 30, 0, 30)
  32. Close.Font = Enum.Font.SourceSans
  33. Close.Text = "X"
  34. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  35. Close.TextSize = 35.000
  36. Close.MouseButton1Click:Connect(function()
  37. KeyboardguiWarriorRoberrVersion:Destroy()
  38. end)
  39. game.CoreGui["BUNB0yBUN BOARD"].KeyBoard.Parent = Drag
  40. game.CoreGui["BUNB0yBUN BOARD"]:Destroy()
  41. game.CoreGui["Keyboard gui WarriorRoberr Version"].Drag.KeyBoard.Bunb0ybun.Text = "MADE BY WARRIORROBERR BETTER VERSION "
  42. game.CoreGui["Keyboard gui WarriorRoberr Version"].Drag.KeyBoard.Position = UDim2.new(0, 0, 0, 35)
  43. game.CoreGui["Keyboard gui WarriorRoberr Version"].Drag.KeyBoard.Bunb0ybun.TextSize = 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement