Advertisement
ROBLOX_SCRIPT_SHARE

2 SCRIPTS SANS AND KEYBOARD

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