Advertisement
Godzillagamerzz10

Easy Dumbness GUI (FE GUI)

May 4th, 2019
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 KB | None | 0 0
  1. -- Easy Dumbness GUI
  2. -- Created by: GODZILLAGAMERZ13, or godzillagamerz10.
  3.  
  4.  
  5.  
  6. local EasyDumbnessGUI = Instance.new("ScreenGui")
  7. local Body = Instance.new("Frame")
  8. local Text = Instance.new("TextLabel")
  9. local Speed = Instance.new("TextButton")
  10. local Divider = Instance.new("Frame")
  11. local JumpPower = Instance.new("TextButton")
  12. local ClickTP = Instance.new("TextButton")
  13. local Fly = Instance.new("TextButton")
  14. local Noclip = Instance.new("TextButton")
  15. local FeCheck = Instance.new("TextButton")
  16. local SpazmAll = Instance.new("TextButton")
  17. local Ruin = Instance.new("TextButton")
  18. local OpenClose = Instance.new("TextButton")
  19.  
  20. EasyDumbnessGUI.Name = "EasyDumbnessGUI"
  21. EasyDumbnessGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22.  
  23. Body.Name = "Body"
  24. Body.Parent = EasyDumbnessGUI
  25. Body.BackgroundColor3 = Color3.new(0.117647, 0.345098, 0.713726)
  26. Body.Position = UDim2.new(0.757835507, 0, 0.0629921257, 0)
  27. Body.Size = UDim2.new(0, 304, 0, 581)
  28. Body.Visible = false
  29.  
  30. Text.Name = "Text"
  31. Text.Parent = Body
  32. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  33. Text.BackgroundTransparency = 1
  34. Text.Position = UDim2.new(0, 0, -0.000233494284, 0)
  35. Text.Size = UDim2.new(0, 304, 0, 57)
  36. Text.Font = Enum.Font.Arcade
  37. Text.Text = "Easy Dumbness GUI by GODZILLAGAMERZ13"
  38. Text.TextColor3 = Color3.new(1, 0, 0.0156863)
  39. Text.TextScaled = true
  40. Text.TextSize = 14
  41. Text.TextStrokeTransparency = 0
  42. Text.TextWrapped = true
  43.  
  44. Speed.Name = "Speed"
  45. Speed.Parent = Body
  46. Speed.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  47. Speed.Position = UDim2.new(0, 0, 0.151727498, 0)
  48. Speed.Size = UDim2.new(0, 304, 0, 50)
  49. Speed.Font = Enum.Font.Highway
  50. Speed.Text = "Speed"
  51. Speed.TextColor3 = Color3.new(0, 0, 0)
  52. Speed.TextSize = 39
  53. Speed.TextWrapped = true
  54.  
  55. Divider.Name = "Divider"
  56. Divider.Parent = Body
  57. Divider.BackgroundColor3 = Color3.new(0, 0, 0)
  58. Divider.Position = UDim2.new(0, 0, 0.123574145, 0)
  59. Divider.Size = UDim2.new(0, 304, 0, 9)
  60.  
  61. JumpPower.Name = "JumpPower"
  62. JumpPower.Parent = Body
  63. JumpPower.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  64. JumpPower.Position = UDim2.new(0, 0, 0.256010354, 0)
  65. JumpPower.Size = UDim2.new(0, 304, 0, 50)
  66. JumpPower.Font = Enum.Font.Highway
  67. JumpPower.Text = "Jump Power"
  68. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  69. JumpPower.TextSize = 39
  70. JumpPower.TextWrapped = true
  71.  
  72. ClickTP.Name = "ClickTP"
  73. ClickTP.Parent = Body
  74. ClickTP.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  75. ClickTP.Position = UDim2.new(0, 0, 0.361156493, 0)
  76. ClickTP.Size = UDim2.new(0, 304, 0, 50)
  77. ClickTP.Font = Enum.Font.Highway
  78. ClickTP.Text = "Click Teleport"
  79. ClickTP.TextColor3 = Color3.new(0, 0, 0)
  80. ClickTP.TextSize = 39
  81. ClickTP.TextWrapped = true
  82.  
  83. Fly.Name = "Fly"
  84. Fly.Parent = Body
  85. Fly.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  86. Fly.Position = UDim2.new(0, 0, 0.455928326, 0)
  87. Fly.Size = UDim2.new(0, 304, 0, 50)
  88. Fly.Font = Enum.Font.Highway
  89. Fly.Text = "R6 Fly (PRESS \"E\")"
  90. Fly.TextColor3 = Color3.new(0, 0, 0)
  91. Fly.TextSize = 39
  92. Fly.TextWrapped = true
  93.  
  94. Noclip.Name = "Noclip"
  95. Noclip.Parent = Body
  96. Noclip.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  97. Noclip.Position = UDim2.new(0, 0, 0.555143833, 0)
  98. Noclip.Size = UDim2.new(0, 304, 0, 50)
  99. Noclip.Font = Enum.Font.Highway
  100. Noclip.Text = "Noclip"
  101. Noclip.TextColor3 = Color3.new(0, 0, 0)
  102. Noclip.TextSize = 39
  103. Noclip.TextWrapped = true
  104.  
  105. FeCheck.Name = "FeCheck"
  106. FeCheck.Parent = Body
  107. FeCheck.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  108. FeCheck.Position = UDim2.new(0, 0, 0.664134145, 0)
  109. FeCheck.Size = UDim2.new(0, 304, 0, 50)
  110. FeCheck.Font = Enum.Font.Highway
  111. FeCheck.Text = "Fe Check"
  112. FeCheck.TextColor3 = Color3.new(0, 0, 0)
  113. FeCheck.TextSize = 39
  114. FeCheck.TextWrapped = true
  115.  
  116. SpazmAll.Name = "Spazm"
  117. SpazmAll.Parent = Body
  118. SpazmAll.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  119. SpazmAll.Position = UDim2.new(0, 0, 0.769810975, 0)
  120. SpazmAll.Size = UDim2.new(0, 304, 0, 50)
  121. SpazmAll.Font = Enum.Font.Highway
  122. SpazmAll.Text = "Spazm"
  123. SpazmAll.TextColor3 = Color3.new(0, 0, 0)
  124. SpazmAll.TextSize = 39
  125. SpazmAll.TextWrapped = true
  126.  
  127. Ruin.Name = "Ruin"
  128. Ruin.Parent = Body
  129. Ruin.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  130. Ruin.Position = UDim2.new(0, 0, 0.879650116, 0)
  131. Ruin.Size = UDim2.new(0, 304, 0, 50)
  132. Ruin.Font = Enum.Font.Highway
  133. Ruin.Text = "Dance"
  134. Ruin.TextColor3 = Color3.new(0, 0, 0)
  135. Ruin.TextSize = 39
  136. Ruin.TextWrapped = true
  137.  
  138. OpenClose.Name = "OpenClose"
  139. OpenClose.Parent = EasyDumbnessGUI
  140. OpenClose.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  141. OpenClose.Position = UDim2.new(-0.000579357147, 0, 0.393700778, 0)
  142. OpenClose.Size = UDim2.new(0, 277, 0, 50)
  143. OpenClose.Font = Enum.Font.Highway
  144. OpenClose.Text = "Open/Close"
  145. OpenClose.TextColor3 = Color3.new(0.729412, 0, 0.0117647)
  146. OpenClose.TextScaled = true
  147. OpenClose.TextSize = 14
  148. OpenClose.TextWrapped = true
  149. -- Scripts:
  150. function SCRIPT_FSEH76_FAKESCRIPT() -- Speed.SpeedScript
  151. local script = Instance.new('LocalScript')
  152. script.Parent = Speed
  153. script.Parent.MouseButton1Click:connect(function()
  154. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  155. end)
  156.  
  157.  
  158. end
  159. coroutine.resume(coroutine.create(SCRIPT_FSEH76_FAKESCRIPT))
  160. function SCRIPT_VIEV86_FAKESCRIPT() -- JumpPower.JumpPowerScript
  161. local script = Instance.new('LocalScript')
  162. script.Parent = JumpPower
  163. script.Parent.MouseButton1Click:connect(function()
  164. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 450
  165. end)
  166.  
  167.  
  168. end
  169. coroutine.resume(coroutine.create(SCRIPT_VIEV86_FAKESCRIPT))
  170. function SCRIPT_IJZJ65_FAKESCRIPT() -- ClickTP.ClickTPScript
  171. local script = Instance.new('LocalScript')
  172. script.Parent = ClickTP
  173. script.Parent.MouseButton1Click:connect(function()
  174. mouse = game.Players.LocalPlayer:GetMouse()
  175. local tool = Instance.new("Tool")
  176. tool.RequiresHandle = false
  177. tool.Name = "Click Teleport"
  178. tool.Activated:connect(function()
  179. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  180. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  181. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  182. end)
  183. tool.Parent = game.Players.LocalPlayer.Backpack
  184. end)
  185.  
  186. end
  187. coroutine.resume(coroutine.create(SCRIPT_IJZJ65_FAKESCRIPT))
  188. function SCRIPT_LOEE89_FAKESCRIPT() -- Fly.FlyScript
  189. local script = Instance.new('LocalScript')
  190. script.Parent = Fly
  191. script.Parent.MouseButton1Click:connect(function()
  192. repeat wait()
  193. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  194. local mouse = game.Players.LocalPlayer:GetMouse()
  195. repeat wait() until mouse
  196. local plr = game.Players.LocalPlayer
  197. local torso = plr.Character.Torso
  198. local flying = true
  199. local deb = true
  200. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  201. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  202. local maxspeed = 50
  203. local speed = 0
  204.  
  205. function Fly()
  206. local bg = Instance.new("BodyGyro", torso)
  207. bg.P = 9e4
  208. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  209. bg.cframe = torso.CFrame
  210. local bv = Instance.new("BodyVelocity", torso)
  211. bv.velocity = Vector3.new(0,0.1,0)
  212. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  213. repeat wait()
  214. plr.Character.Humanoid.PlatformStand = true
  215. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  216. speed = speed+.5+(speed/maxspeed)
  217. if speed > maxspeed then
  218. speed = maxspeed
  219. end
  220. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  221. speed = speed-1
  222. if speed < 0 then
  223. speed = 0
  224. end
  225. end
  226. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  227. 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
  228. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  229. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  230. 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
  231. else
  232. bv.velocity = Vector3.new(0,0.1,0)
  233. end
  234. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  235. until not flying
  236. ctrl = {f = 0, b = 0, l = 0, r = 0}
  237. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  238. speed = 0
  239. bg:Destroy()
  240. bv:Destroy()
  241. plr.Character.Humanoid.PlatformStand = false
  242. end
  243. mouse.KeyDown:connect(function(key)
  244. if key:lower() == "e" then
  245. if flying then flying = false
  246. else
  247. flying = true
  248. Fly()
  249. end
  250. elseif key:lower() == "w" then
  251. ctrl.f = 1
  252. elseif key:lower() == "s" then
  253. ctrl.b = -1
  254. elseif key:lower() == "a" then
  255. ctrl.l = -1
  256. elseif key:lower() == "d" then
  257. ctrl.r = 1
  258. end
  259. end)
  260. mouse.KeyUp:connect(function(key)
  261. if key:lower() == "w" then
  262. ctrl.f = 0
  263. elseif key:lower() == "s" then
  264. ctrl.b = 0
  265. elseif key:lower() == "a" then
  266. ctrl.l = 0
  267. elseif key:lower() == "d" then
  268. ctrl.r = 0
  269. end
  270. end)
  271. Fly()
  272. end)
  273.  
  274. end
  275. coroutine.resume(coroutine.create(SCRIPT_LOEE89_FAKESCRIPT))
  276. function SCRIPT_KWWH79_FAKESCRIPT() -- Noclip.ChatBotScript
  277. local script = Instance.new('LocalScript')
  278. script.Parent = Noclip
  279. script.Parent.MouseButton1Click:connect(function()
  280. noclip = false
  281. game:GetService('RunService').Stepped:connect(function()
  282. if noclip then
  283. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  284. end
  285. end)
  286. plr = game.Players.LocalPlayer
  287. mouse = plr:GetMouse()
  288. mouse.KeyDown:connect(function(key)
  289.  
  290. if key == "m" then
  291. noclip = not noclip
  292. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  293. end
  294. end)
  295. print('Loaded')
  296. print('Press "M" to noclip')
  297. end)
  298.  
  299. end
  300. coroutine.resume(coroutine.create(SCRIPT_KWWH79_FAKESCRIPT))
  301. function SCRIPT_DHME89_FAKESCRIPT() -- FeCheck.FeCheckScript
  302. local script = Instance.new('LocalScript')
  303. script.Parent = FeCheck
  304. script.Parent.MouseButton1Click:connect(function()
  305. if game.Workspace.FilteringEnabled == false then
  306. local mess = Instance.new("Message", workspace)
  307. mess.Text = "Filtering's enabled."
  308. wait(3)
  309. mess:Remove()
  310. end
  311. if game.Workspace.FilteringEnabled == true then
  312. local mess2 = Instance.new("Message", workspace)
  313. mess2.Text = "Filtering's disabled."
  314. wait(3)
  315. mess2:Remove()
  316. end
  317. end)
  318.  
  319. end
  320. coroutine.resume(coroutine.create(SCRIPT_DHME89_FAKESCRIPT))
  321. function SCRIPT_IGEK67_FAKESCRIPT() -- SpazmAll.SpazmAllScript
  322. local script = Instance.new('LocalScript')
  323. script.Parent = SpazmAll
  324. script.Parent.MouseButton1Click:connect(function()
  325. while wait(1) do
  326. for i,v in pairs(game:GetService('Players'):GetChildren()) do
  327. Player = v.Name
  328. AnimationId = "33796059"
  329. local Anim = Instance.new("Animation")
  330. Anim.AnimationId = "rbxassetid://"..AnimationId
  331. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  332. k:Play() --Play the animation
  333. k:AdjustSpeed(99)
  334. end
  335. end
  336. end)
  337.  
  338. end
  339. coroutine.resume(coroutine.create(SCRIPT_IGEK67_FAKESCRIPT))
  340. function SCRIPT_FDLM81_FAKESCRIPT() -- Ruin.RuinCheckScript
  341. local script = Instance.new('LocalScript')
  342. script.Parent = Ruin
  343. script.Parent.MouseButton1Click:connect(function()
  344. local Player = "LocalPlayer"
  345. local AnimationId = "27431613"
  346. local Anim = Instance.new("Animation")
  347. Anim.AnimationId = "rbxassetid://"..AnimationId
  348. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  349. k:Play() --Play the animation
  350. k:AdjustSpeed(1) -- Animation speed
  351. end)
  352.  
  353. end
  354. coroutine.resume(coroutine.create(SCRIPT_FDLM81_FAKESCRIPT))
  355. function SCRIPT_KQQL76_FAKESCRIPT() -- OpenClose.LocalScript
  356. local script = Instance.new('LocalScript')
  357. script.Parent = OpenClose
  358. local frame = script.Parent.Parent.Body
  359.  
  360. script.Parent.MouseButton1Click:connect(function()
  361. if frame.Visible == true then
  362. frame.Visible = false
  363. else
  364. frame.Visible = true
  365. end
  366. end)
  367.  
  368. end
  369. coroutine.resume(coroutine.create(SCRIPT_KQQL76_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement