Advertisement
AZEZDH

Universal Roblox Flight Script

Jul 16th, 2022
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.13 KB | None | 0 0
  1. -- new fly/walkspeed gui
  2. -- Made by 6uz
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local Fly = Instance.new("TextButton")
  9. local walkspeed = Instance.new("TextButton")
  10. local wsframe = Instance.new("Frame")
  11. local wsinput = Instance.new("TextBox")
  12. local setws = Instance.new("TextButton")
  13. local rews = Instance.new("TextButton")
  14. local wsclose = Instance.new("TextButton")
  15. local Close = Instance.new("TextButton")
  16. local Open = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. Main.Name = "Main"
  24. Main.Parent = ScreenGui
  25. Main.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  26. Main.BorderSizePixel = 0
  27. Main.Position = UDim2.new(0.14777948, 0, 0.194278911, 0)
  28. Main.Size = UDim2.new(0, 360, 0, 413)
  29.  
  30. Title.Name = "Title"
  31. Title.Parent = Main
  32. Title.BackgroundColor3 = Color3.fromRGB(226, 151, 226)
  33. Title.BorderSizePixel = 0
  34. Title.Size = UDim2.new(0, 360, 0, 50)
  35. Title.Font = Enum.Font.SourceSans
  36. Title.Text = "6uz's Gui"
  37. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  38. Title.TextScaled = true
  39. Title.TextSize = 14.000
  40. Title.TextStrokeTransparency = 0.000
  41. Title.TextWrapped = true
  42.  
  43. Fly.Name = "Fly"
  44. Fly.Parent = Main
  45. Fly.BackgroundColor3 = Color3.fromRGB(255, 119, 242)
  46. Fly.BorderSizePixel = 0
  47. Fly.Position = UDim2.new(0.0472222194, 0, 0.198731437, 0)
  48. Fly.Size = UDim2.new(0, 153, 0, 55)
  49. Fly.Font = Enum.Font.SourceSans
  50. Fly.Text = "Fly"
  51. Fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. Fly.TextScaled = true
  53. Fly.TextSize = 14.000
  54. Fly.TextStrokeTransparency = 0.000
  55. Fly.TextWrapped = true
  56. Fly.MouseButton1Down:connect(function()
  57. loadstring(game:HttpGet("https://pastebin.com/raw/9tZMx4SW"))()
  58. end)
  59.  
  60. walkspeed.Name = "walkspeed"
  61. walkspeed.Parent = Main
  62. walkspeed.BackgroundColor3 = Color3.fromRGB(255, 119, 242)
  63. walkspeed.BorderSizePixel = 0
  64. walkspeed.Position = UDim2.new(0.508333325, 0, 0.198731437, 0)
  65. walkspeed.Size = UDim2.new(0, 153, 0, 55)
  66. walkspeed.Font = Enum.Font.SourceSans
  67. walkspeed.Text = "Set Speed"
  68. walkspeed.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. walkspeed.TextScaled = true
  70. walkspeed.TextSize = 14.000
  71. walkspeed.TextStrokeTransparency = 0.000
  72. walkspeed.TextWrapped = true
  73. walkspeed.MouseButton1Click:Connect(function()
  74. wsframe.Visible = true
  75. Fly.Visible = false
  76. end)
  77.  
  78. wsframe.Name = "wsframe"
  79. wsframe.Parent = walkspeed
  80. wsframe.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  81. wsframe.BorderSizePixel = 0
  82. wsframe.Position = UDim2.new(-1.19607842, 0, -0.583201468, 0)
  83. wsframe.Size = UDim2.new(0, 360, 0, 362)
  84. wsframe.Visible = false
  85.  
  86. wsinput.Name = "wsinput"
  87. wsinput.Parent = wsframe
  88. wsinput.BackgroundColor3 = Color3.fromRGB(231, 154, 231)
  89. wsinput.BorderSizePixel = 0
  90. wsinput.Position = UDim2.new(0.163888887, 0, 0.0883977935, 0)
  91. wsinput.Size = UDim2.new(0, 241, 0, 63)
  92. wsinput.Font = Enum.Font.SourceSans
  93. wsinput.Text = "Speed Value"
  94. wsinput.TextColor3 = Color3.fromRGB(255, 255, 255)
  95. wsinput.TextScaled = true
  96. wsinput.TextSize = 14.000
  97. wsinput.TextStrokeTransparency = 0.000
  98. wsinput.TextWrapped = true
  99. wsclose.MouseButton1Click:Connect(function()
  100. wsframe.Visible = false
  101. Fly.Visible = true
  102. end)
  103.  
  104. setws.Name = "setws"
  105. setws.Parent = wsframe
  106. setws.BackgroundColor3 = Color3.fromRGB(221, 147, 221)
  107. setws.BorderSizePixel = 0
  108. setws.Position = UDim2.new(0.0472222231, 0, 0.331491709, 0)
  109. setws.Size = UDim2.new(0, 143, 0, 51)
  110. setws.Font = Enum.Font.SourceSans
  111. setws.Text = "Set Walk Speed"
  112. setws.TextColor3 = Color3.fromRGB(255, 255, 255)
  113. setws.TextScaled = true
  114. setws.TextSize = 14.000
  115. setws.TextStrokeTransparency = 0.000
  116. setws.TextWrapped = true
  117. setws.MouseButton1Click:Connect(function()
  118. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = wsinput.Text
  119. end)
  120.  
  121. rews.Name = "rews"
  122. rews.Parent = wsframe
  123. rews.BackgroundColor3 = Color3.fromRGB(221, 147, 221)
  124. rews.BorderSizePixel = 0
  125. rews.Position = UDim2.new(0.508333325, 0, 0.331491709, 0)
  126. rews.Size = UDim2.new(0, 153, 0, 51)
  127. rews.Font = Enum.Font.SourceSans
  128. rews.Text = "Reset Walk Speed"
  129. rews.TextColor3 = Color3.fromRGB(255, 255, 255)
  130. rews.TextScaled = true
  131. rews.TextSize = 14.000
  132. rews.TextStrokeTransparency = 0.000
  133. rews.TextWrapped = true
  134. rews.MouseButton1Click:Connect(function()
  135. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  136. end)
  137.  
  138. wsclose.Name = "wsclose"
  139. wsclose.Parent = wsframe
  140. wsclose.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  141. wsclose.BorderSizePixel = 0
  142. wsclose.Position = UDim2.new(0.891666651, 0, 0, 0)
  143. wsclose.Size = UDim2.new(0, 39, 0, 39)
  144. wsclose.Font = Enum.Font.SourceSans
  145. wsclose.Text = "X"
  146. wsclose.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. wsclose.TextScaled = true
  148. wsclose.TextSize = 14.000
  149. wsclose.TextStrokeTransparency = 0.500
  150. wsclose.TextWrapped = true
  151.  
  152. Close.Name = "Close"
  153. Close.Parent = Main
  154. Close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  155. Close.BorderSizePixel = 0
  156. Close.Position = UDim2.new(0.891666651, 0, 0, 0)
  157. Close.Size = UDim2.new(0, 39, 0, 39)
  158. Close.Font = Enum.Font.SourceSans
  159. Close.Text = "X"
  160. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  161. Close.TextScaled = true
  162. Close.TextSize = 14.000
  163. Close.TextStrokeTransparency = 0.500
  164. Close.TextWrapped = true
  165. Close.MouseButton1Click:Connect(function()
  166. Main.Visible = false
  167. Open.Visible = true
  168. end)
  169.  
  170. Open.Name = "Open"
  171. Open.Parent = ScreenGui
  172. Open.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  173. Open.BorderSizePixel = 0
  174. Open.Position = UDim2.new(0, 0, 0.566150188, 0)
  175. Open.Size = UDim2.new(0, 92, 0, 22)
  176. Open.Font = Enum.Font.SourceSans
  177. Open.Text = "Open"
  178. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  179. Open.TextScaled = true
  180. Open.TextSize = 14.000
  181. Open.TextStrokeTransparency = 0.500
  182. Open.TextWrapped = true
  183. Open.MouseButton1Click:Connect(function()
  184. Main.Visible = true
  185. Open.Visible = false
  186. end)
  187.  
  188. -- Scripts:
  189.  
  190. local function NLNLEP_fake_script() -- ScreenGui.Script
  191. local script = Instance.new('Script', ScreenGui)
  192.  
  193. frame = script.Parent.Main -- Take out {}s, and put name of frame
  194. frame.Draggable = true
  195. frame.Active = true
  196. frame.Selectable = true
  197. end
  198. coroutine.wrap(NLNLEP_fake_script)()
  199.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement