Advertisement
thomas13215

Roblox Dawn GUI

Jan 3rd, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.65 KB | None | 0 0
  1. --Dawn GUI Made by Fortress Master
  2. -- Instances:
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local logingui = Instance.new("Frame")
  5. local user = Instance.new("TextBox")
  6. local pass = Instance.new("TextBox")
  7. local submit = Instance.new("TextButton")
  8. local Title = Instance.new("TextLabel")
  9. local close2 = Instance.new("TextButton")
  10. local Title2 = Instance.new("TextLabel")
  11. local main = Instance.new("Frame")
  12. local Title_2 = Instance.new("TextLabel")
  13. local FEcheck = Instance.new("TextLabel")
  14. local Crdit = Instance.new("TextLabel")
  15. local desc = Instance.new("TextLabel")
  16. local fly = Instance.new("TextButton")
  17. local Noclip = Instance.new("TextButton")
  18. local FEkill = Instance.new("TextButton")
  19. local Walkspeed = Instance.new("TextButton")
  20. local Jump = Instance.new("TextButton")
  21. local Close = Instance.new("TextButton")
  22. --Properties:
  23. ScreenGui.Parent = game.CoreGui
  24.  
  25. logingui.Name = "logingui"
  26. logingui.Parent = ScreenGui
  27. logingui.BackgroundColor3 = Color3.new(1, 1, 1)
  28. logingui.Position = UDim2.new(0.327485383, 0, 0.257985264, 0)
  29. logingui.Size = UDim2.new(0, 549, 0, 292)
  30. logingui.Style = Enum.FrameStyle.RobloxRound
  31. logingui.Active = true
  32. logingui.Draggable = true
  33.  
  34. user.Name = "user"
  35. user.Parent = logingui
  36. user.BackgroundColor3 = Color3.new(0, 0, 0)
  37. user.BorderColor3 = Color3.new(1, 1, 1)
  38. user.Position = UDim2.new(-0.015968753, 0, 0.109682888, 0)
  39. user.Size = UDim2.new(0, 549, 0, 50)
  40. user.Font = Enum.Font.SourceSans
  41. user.Text = "Username"
  42. user.TextColor3 = Color3.new(1, 1, 1)
  43. user.TextScaled = true
  44. user.TextSize = 14
  45. user.TextWrapped = true
  46.  
  47. pass.Name = "pass"
  48. pass.Parent = logingui
  49. pass.BackgroundColor3 = Color3.new(0, 0, 0)
  50. pass.BorderColor3 = Color3.new(1, 1, 1)
  51. pass.Position = UDim2.new(-0.017790243, 0, 0.407628089, 0)
  52. pass.Size = UDim2.new(0, 549, 0, 50)
  53. pass.Font = Enum.Font.SourceSans
  54. pass.Text = "Password"
  55. pass.TextColor3 = Color3.new(1, 1, 1)
  56. pass.TextScaled = true
  57. pass.TextSize = 14
  58. pass.TextWrapped = true
  59.  
  60. submit.Name = "submit"
  61. submit.Parent = logingui
  62. submit.BackgroundColor3 = Color3.new(0, 0, 0)
  63. submit.BorderColor3 = Color3.new(1, 1, 1)
  64. submit.Position = UDim2.new(-0.0133021064, 0, 0.718714178, 0)
  65. submit.Size = UDim2.new(0, 548, 0, 50)
  66. submit.Font = Enum.Font.SourceSans
  67. submit.Text = "Enter Login info"
  68. submit.TextColor3 = Color3.new(1, 1, 1)
  69. submit.TextScaled = true
  70. submit.TextSize = 14
  71. submit.TextWrapped = true
  72. submit.MouseButton1Down:connect(function()
  73. if user.Text == "\c4@mFLCtGC4b@+g" and pass.text == "Vwk8%n~DV;QGhC_M" then
  74. logingui.Visible = false
  75. main.Visible = true
  76. end
  77. end)
  78.  
  79.  
  80. Title.Name = "Title"
  81. Title.Parent = logingui
  82. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  83. Title.BackgroundTransparency = 1
  84. Title.Position = UDim2.new(-0.0129144387, 0, -0.0281352233, 0)
  85. Title.Size = UDim2.new(0, 554, 0, 25)
  86. Title.Font = Enum.Font.SourceSans
  87. Title.Text = "Dawn GUI Login "
  88. Title.TextColor3 = Color3.new(1, 1, 1)
  89. Title.TextScaled = true
  90. Title.TextSize = 14
  91. Title.TextWrapped = true
  92.  
  93. close2.Name = "close2"
  94. close2.Parent = logingui
  95. close2.BackgroundColor3 = Color3.new(0, 0, 0)
  96. close2.BorderColor3 = Color3.new(1, 1, 1)
  97. close2.Position = UDim2.new(-0.0132766478, 0, 0.937424958, 0)
  98. close2.Size = UDim2.new(0, 131, 0, 25)
  99. close2.Font = Enum.Font.SourceSans
  100. close2.Text = "Close Login"
  101. close2.TextColor3 = Color3.new(1, 1, 1)
  102. close2.TextScaled = true
  103. close2.TextSize = 14
  104. close2.TextWrapped = true
  105. close2.MouseButton1Down:connect(function()
  106. logingui.Visible = false
  107. end)
  108.  
  109.  
  110. Title2.Name = "Title2"
  111. Title2.Parent = logingui
  112. Title2.BackgroundColor3 = Color3.new(1, 1, 1)
  113. Title2.BackgroundTransparency = 1
  114. Title2.Position = UDim2.new(0.0399088785, 0, 0.930768847, 0)
  115. Title2.Size = UDim2.new(0, 554, 0, 25)
  116. Title2.Font = Enum.Font.SourceSans
  117. Title2.Text = "Dawn GUI Made by Fortress Master"
  118. Title2.TextColor3 = Color3.new(1, 1, 1)
  119. Title2.TextScaled = true
  120. Title2.TextSize = 14
  121. Title2.TextWrapped = true
  122.  
  123. main.Name = "main"
  124. main.Parent = ScreenGui
  125. main.BackgroundColor3 = Color3.new(1, 1, 1)
  126. main.Position = UDim2.new(0.76673162, 0, 0.467279017, 0)
  127. main.Size = UDim2.new(0, 297, 0, 422)
  128. main.Visible = false
  129. main.Style = Enum.FrameStyle.RobloxRound
  130. main.Active = true
  131. main.Draggable = false
  132.  
  133. Title_2.Name = "Title"
  134. Title_2.Parent = main
  135. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  136. Title_2.BackgroundTransparency = 1
  137. Title_2.Position = UDim2.new(-0.00709528523, 0, -0.0333533995, 0)
  138. Title_2.Size = UDim2.new(0, 284, 0, 32)
  139. Title_2.Font = Enum.Font.SourceSans
  140. Title_2.Text = "Dawn GUI"
  141. Title_2.TextColor3 = Color3.new(1, 1, 1)
  142. Title_2.TextScaled = true
  143. Title_2.TextSize = 14
  144. Title_2.TextWrapped = true
  145.  
  146. FEcheck.Name = "FE check"
  147. FEcheck.Parent = main
  148. FEcheck.BackgroundColor3 = Color3.new(1, 1, 1)
  149. FEcheck.BackgroundTransparency = 1
  150. FEcheck.Position = UDim2.new(0.0214309432, 0, -0.0192162395, 0)
  151. FEcheck.Size = UDim2.new(0, 62, 0, 23)
  152. FEcheck.Font = Enum.Font.SourceSans
  153. FEcheck.Text = "FE enabled"
  154. FEcheck.TextColor3 = Color3.new(0, 1, 0)
  155. FEcheck.TextScaled = true
  156. FEcheck.TextSize = 14
  157. FEcheck.TextWrapped = true
  158.  
  159. Crdit.Name = "Crdit"
  160. Crdit.Parent = main
  161. Crdit.BackgroundColor3 = Color3.new(1, 1, 1)
  162. Crdit.BackgroundTransparency = 1
  163. Crdit.Position = UDim2.new(-0.00709528523, 0, 0.931101561, 0)
  164. Crdit.Size = UDim2.new(0, 284, 0, 32)
  165. Crdit.Font = Enum.Font.SourceSans
  166. Crdit.Text = "Fortress Master"
  167. Crdit.TextColor3 = Color3.new(1, 1, 1)
  168. Crdit.TextScaled = true
  169. Crdit.TextSize = 14
  170. Crdit.TextWrapped = true
  171.  
  172. desc.Name = "desc"
  173. desc.Parent = main
  174. desc.BackgroundColor3 = Color3.new(1, 1, 1)
  175. desc.BackgroundTransparency = 1
  176. desc.Position = UDim2.new(-0.00709528523, 0, 0.0638030022, 0)
  177. desc.Size = UDim2.new(0, 284, 0, 32)
  178. desc.Font = Enum.Font.SourceSans
  179. desc.Text = "ALL Scripts are FE"
  180. desc.TextColor3 = Color3.new(1, 1, 1)
  181. desc.TextScaled = true
  182. desc.TextSize = 14
  183. desc.TextWrapped = true
  184.  
  185. fly.Name = "fly"
  186. fly.Parent = main
  187. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  188. fly.Position = UDim2.new(0.106463395, 0, 0.177150697, 0)
  189. fly.Size = UDim2.new(0, 221, 0, 39)
  190. fly.Style = Enum.ButtonStyle.RobloxRoundButton
  191. fly.Font = Enum.Font.SourceSans
  192. fly.Text = "Fly ( E to toggle)"
  193. fly.TextColor3 = Color3.new(0, 0, 0)
  194. fly.TextScaled = true
  195. fly.TextSize = 14
  196. fly.TextWrapped = true
  197. fly.MouseButton1Down:connect(function()
  198. repeat wait()
  199. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  200. local mouse = game.Players.LocalPlayer:GetMouse()
  201. repeat wait() until mouse
  202. local plr = game.Players.LocalPlayer
  203. local torso = plr.Character.Torso
  204. local flying = true
  205. local deb = true
  206. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  207. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  208. local maxspeed = 100
  209. local speed = 0
  210.  
  211. function Fly()
  212. local bg = Instance.new("BodyGyro", torso)
  213. bg.P = 9e4
  214. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  215. bg.cframe = torso.CFrame
  216. local bv = Instance.new("BodyVelocity", torso)
  217. bv.velocity = Vector3.new(0,0.1,0)
  218. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  219. repeat wait()
  220. plr.Character.Humanoid.PlatformStand = true
  221. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  222. speed = speed+.5+(speed/maxspeed)
  223. if speed > maxspeed then
  224. speed = maxspeed
  225. end
  226. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  227. speed = speed-1
  228. if speed < 0 then
  229. speed = 0
  230. end
  231. end
  232. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  233. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  234. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  235. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  236. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  237. else
  238. bv.velocity = Vector3.new(0,0.1,0)
  239. end
  240. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  241. until not flying
  242. ctrl = {f = 0, b = 0, l = 0, r = 0}
  243. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  244. speed = 0
  245. bg:Destroy()
  246. bv:Destroy()
  247. plr.Character.Humanoid.PlatformStand = false
  248. end
  249. mouse.KeyDown:connect(function(key)
  250. if key:lower() == "e" then
  251. if flying then flying = false
  252. else
  253. flying = true
  254. Fly()
  255. end
  256. elseif key:lower() == "w" then
  257. ctrl.f = 1
  258. elseif key:lower() == "s" then
  259. ctrl.b = -1
  260. elseif key:lower() == "a" then
  261. ctrl.l = -1
  262. elseif key:lower() == "d" then
  263. ctrl.r = 1
  264. end
  265. end)
  266. mouse.KeyUp:connect(function(key)
  267. if key:lower() == "w" then
  268. ctrl.f = 0
  269. elseif key:lower() == "s" then
  270. ctrl.b = 0
  271. elseif key:lower() == "a" then
  272. ctrl.l = 0
  273. elseif key:lower() == "d" then
  274. ctrl.r = 0
  275. end
  276. end)
  277. Fly()
  278. end)
  279.  
  280. Noclip.Name = "Noclip"
  281. Noclip.Parent = main
  282. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  283. Noclip.Position = UDim2.new(0.103096388, 0, 0.305112779, 0)
  284. Noclip.Size = UDim2.new(0, 221, 0, 39)
  285. Noclip.Style = Enum.ButtonStyle.RobloxRoundButton
  286. Noclip.Font = Enum.Font.SourceSans
  287. Noclip.Text = "Noclip"
  288. Noclip.TextColor3 = Color3.new(0, 0, 0)
  289. Noclip.TextScaled = true
  290. Noclip.TextSize = 14
  291. Noclip.TextWrapped = true
  292. Noclip.MouseButton1Down:connect(function()
  293. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  294. end)
  295.  
  296. FEkill.Name = "FEkill"
  297. FEkill.Parent = main
  298. FEkill.BackgroundColor3 = Color3.new(1, 1, 1)
  299. FEkill.Position = UDim2.new(0.103096388, 0, 0.444923222, 0)
  300. FEkill.Size = UDim2.new(0, 221, 0, 39)
  301. FEkill.Style = Enum.ButtonStyle.RobloxRoundButton
  302. FEkill.Font = Enum.Font.SourceSans
  303. FEkill.Text = "FE fling (R6)"
  304. FEkill.TextColor3 = Color3.new(0, 0, 0)
  305. FEkill.TextScaled = true
  306. FEkill.TextSize = 14
  307. FEkill.TextWrapped = true
  308. FEkill.MouseButton1Down:connect(function()
  309.  
  310.  
  311. power = 500 -- change this to make it more or less powerful
  312.  
  313. game:GetService('RunService').Stepped:connect(function()
  314. game.Players.LocalPlayer.Character.Head.CanCollide = false
  315. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  316. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  317. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  318. end)
  319.  
  320. wait(.1)
  321. local bambam = Instance.new("BodyThrust")
  322. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  323. bambam.Force = Vector3.new(power,0,power)
  324. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  325. end)
  326.  
  327. Walkspeed.Name = "Walkspeed"
  328. Walkspeed.Parent = main
  329. Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  330. Walkspeed.Position = UDim2.new(0.106463395, 0, 0.587103307, 0)
  331. Walkspeed.Size = UDim2.new(0, 221, 0, 39)
  332. Walkspeed.Style = Enum.ButtonStyle.RobloxRoundButton
  333. Walkspeed.Font = Enum.Font.SourceSans
  334. Walkspeed.Text = "Walkspeed"
  335. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  336. Walkspeed.TextScaled = true
  337. Walkspeed.TextSize = 14
  338. Walkspeed.TextWrapped = true
  339. Walkspeed.MouseButton1Down:connect(function()
  340. game:GetService('Players').LocalPlayer.Character.Humanoid.Name = 'Humanoida'
  341. game:GetService('Players').LocalPlayer.Character.Humanoida.WalkSpeed = 50
  342.  
  343. end)
  344.  
  345. Jump.Name = "Jump"
  346. Jump.Parent = main
  347. Jump.BackgroundColor3 = Color3.new(1, 1, 1)
  348. Jump.Position = UDim2.new(0.106463395, 0, 0.724544048, 0)
  349. Jump.Size = UDim2.new(0, 221, 0, 39)
  350. Jump.Style = Enum.ButtonStyle.RobloxRoundButton
  351. Jump.Font = Enum.Font.SourceSans
  352. Jump.Text = "Jump Power"
  353. Jump.TextColor3 = Color3.new(0, 0, 0)
  354. Jump.TextScaled = true
  355. Jump.TextSize = 14
  356. Jump.TextWrapped = true
  357. Jump.MouseButton1Down:connect(function()
  358. game:GetService('Players').LocalPlayer.Character.Humanoid.Name = 'Humanoida'
  359. game:GetService('Players').LocalPlayer.Character.Humanoida.JumpPower = 100
  360.  
  361. end)
  362.  
  363. Close.Name = "Close"
  364. Close.Parent = main
  365. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  366. Close.BorderColor3 = Color3.new(1, 1, 1)
  367. Close.Position = UDim2.new(0.814222157, 0, -0.0106537435, 0)
  368. Close.Size = UDim2.new(0, 46, 0, 16)
  369. Close.Font = Enum.Font.SourceSans
  370. Close.Text = "Close GUI"
  371. Close.TextColor3 = Color3.new(1, 1, 1)
  372. Close.TextScaled = true
  373. Close.TextSize = 14
  374. Close.TextWrapped = true
  375. Close.MouseButton1Down:connect(function()
  376. main.Visible = false
  377. logingui.Visible = true
  378. end)
  379. --Username and Password:
  380. --\c4@mFLCtGC4b@+g
  381. --Vwk8%n~DV;QGhC_M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement