ROBLOX_SCRIPT_SHARE

2 SCRIPTS OP

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