proHDscirpts

Untitled

May 23rd, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local label = Instance.new("TextLabel")
  6. local infjump = Instance.new("TextButton")
  7. local fly = Instance.new("TextButton")
  8. local noclip = Instance.new("TextButton")
  9. local label_2 = Instance.new("TextLabel")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. main.Name = "main"
  16. main.Parent = ScreenGui
  17. main.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  18. main.Position = UDim2.new(0.630988836, 0, 0.259597808, 0)
  19. main.Size = UDim2.new(0, 312, 0, 300)
  20. main.Active = true
  21. main.Draggable = true
  22.  
  23. label.Name = "label"
  24. label.Parent = main
  25. label.BackgroundColor3 = Color3.fromRGB(118, 118, 118)
  26. label.Size = UDim2.new(0, 312, 0, 28)
  27. label.Font = Enum.Font.SourceSans
  28. label.Text = "Basic scripts | made by elxlatiz#9999"
  29. label.TextColor3 = Color3.fromRGB(0, 0, 0)
  30. label.TextSize = 14.000
  31.  
  32. infjump.Name = "inf jump"
  33. infjump.Parent = main
  34. infjump.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  35. infjump.Position = UDim2.new(0, 0, 0.0933333337, 0)
  36. infjump.Size = UDim2.new(0, 312, 0, 72)
  37. infjump.Font = Enum.Font.SourceSans
  38. infjump.Text = "inf jump"
  39. infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
  40. infjump.TextSize = 14.000
  41. infjump.MouseButton1Down:connect(function()
  42. loadstring(game:HttpGet('https://pastebin.com/raw/Q0F1njnh')()
  43. end)
  44.  
  45. fly.Name = "fly"
  46. fly.Parent = main
  47. fly.BackgroundColor3 = Color3.fromRGB(103, 103, 103)
  48. fly.Position = UDim2.new(0, 0, 0.333333343, 0)
  49. fly.Size = UDim2.new(0, 312, 0, 78)
  50. fly.Font = Enum.Font.SourceSans
  51. fly.Text = "fly (may not work in some games)"
  52. fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. fly.TextSize = 14.000
  54. fly.MouseButton1Down:connect(function()
  55. loadstring(game:HttpGet('https://pastebin.com/raw/NiquYwXM')()
  56. end)
  57. noclip.Name = "noclip"
  58. noclip.Parent = main
  59. noclip.BackgroundColor3 = Color3.fromRGB(99, 99, 99)
  60. noclip.Position = UDim2.new(0, 0, 0.593333304, 0)
  61. noclip.Size = UDim2.new(0, 312, 0, 50)
  62. noclip.Font = Enum.Font.SourceSans
  63. noclip.Text = "noclip ( may not work in every game)"
  64. noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. noclip.TextSize = 14.000
  66. noclip.MouseButton1Down:connect(function()
  67. local s = loadstring(game:HttpGet(("https://raw.githubusercontent.com/RobloxScripts52/noclip/main/noclip.lua"), true))()
  68. print(s)
  69. end)
  70.  
  71. label_2.Name = "label"
  72. label_2.Parent = main
  73. label_2.BackgroundColor3 = Color3.fromRGB(83, 83, 83)
  74. label_2.Position = UDim2.new(0, 0, 0.75999999, 0)
  75. label_2.Size = UDim2.new(0, 312, 0, 72)
  76. label_2.Font = Enum.Font.SourceSans
  77. label_2.Text = "Sorry if the script is kinda plain this kinda my first"
  78. label_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. label_2.TextSize = 14.000
Add Comment
Please, Sign In to add comment