Advertisement
Guest User

EpixDude2 GUI ROBLOX

a guest
Dec 14th, 2018
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.93 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local logingui = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local user = Instance.new("TextBox")
  8. local pass = Instance.new("TextBox")
  9. local submit = Instance.new("TextButton")
  10. local maingui = Instance.new("Frame")
  11. local allguns = Instance.new("TextButton")
  12. local money = Instance.new("TextButton")
  13. local close = Instance.new("TextButton")
  14. local cash = Instance.new("TextButton")
  15. local phantomforcesaimbot = Instance.new("TextButton")
  16. local hiltonv4 = Instance.new("TextButton")
  17. local fly = Instance.new("TextButton")
  18. local noclip = Instance.new("TextButton")
  19. local revizadmin = Instance.new("TextButton")
  20. local autorob = Instance.new("TextButton")
  21. local Title = Instance.new("TextLabel")
  22. local opengui = Instance.new("Frame")
  23. local open = Instance.new("TextButton")
  24. --Properties:
  25. ScreenGui.Parent = game.CoreGui
  26.  
  27. logingui.Name = "logingui"
  28. logingui.Parent = ScreenGui
  29. logingui.BackgroundColor3 = Color3.new(1, 1, 1)
  30. logingui.Position = UDim2.new(0.42321822, 0, 0.318085819, 0)
  31. logingui.Size = UDim2.new(0, 231, 0, 294)
  32. logingui.Style = Enum.FrameStyle.DropShadow
  33. logingui.Active = true
  34. logingui.Draggable = true
  35.  
  36. title.Name = "title"
  37. title.Parent = logingui
  38. title.BackgroundColor3 = Color3.new(1, 1, 1)
  39. title.BackgroundTransparency = 1
  40. title.Position = UDim2.new(0.0322178379, 0, 0.0428638458, 0)
  41. title.Size = UDim2.new(0, 200, 0, 50)
  42. title.Font = Enum.Font.SourceSans
  43. title.Text = "EpixDude2 GUI"
  44. title.TextColor3 = Color3.new(1, 1, 1)
  45. title.TextScaled = true
  46. title.TextSize = 14
  47. title.TextWrapped = true
  48.  
  49. user.Name = "user"
  50. user.Parent = logingui
  51. user.BackgroundColor3 = Color3.new(0, 0, 0)
  52. user.BackgroundTransparency = 0.89999997615814
  53. user.Position = UDim2.new(0.0322178379, 0, 0.367046118, 0)
  54. user.Size = UDim2.new(0, 200, 0, 23)
  55. user.Font = Enum.Font.SourceSans
  56. user.Text = "Username"
  57. user.TextColor3 = Color3.new(1, 1, 1)
  58. user.TextScaled = true
  59. user.TextSize = 14
  60. user.TextWrapped = true
  61.  
  62. pass.Name = "pass"
  63. pass.Parent = logingui
  64. pass.BackgroundColor3 = Color3.new(0, 0, 0)
  65. pass.BackgroundTransparency = 0.89999997615814
  66. pass.Position = UDim2.new(0.0322178379, 0, 0.600904226, 0)
  67. pass.Size = UDim2.new(0, 200, 0, 23)
  68. pass.Font = Enum.Font.SourceSans
  69. pass.Text = "Password"
  70. pass.TextColor3 = Color3.new(1, 1, 1)
  71. pass.TextScaled = true
  72. pass.TextSize = 14
  73. pass.TextWrapped = true
  74.  
  75. submit.Name = "submit"
  76. submit.Parent = logingui
  77. submit.BackgroundColor3 = Color3.new(0, 0, 0)
  78. submit.BackgroundTransparency = 0.89999997615814
  79. submit.Position = UDim2.new(0.0322178379, 0, 0.838356018, 0)
  80. submit.Size = UDim2.new(0, 200, 0, 24)
  81. submit.Font = Enum.Font.SourceSans
  82. submit.Text = "Submit"
  83. submit.TextColor3 = Color3.new(1, 1, 1)
  84. submit.TextScaled = true
  85. submit.TextSize = 14
  86. submit.TextWrapped = true
  87. submit.MouseButton1Down:connect(function()
  88. if user.Text == "EpixDude2" and pass.Text == "roblox" then
  89.     logingui.Visible = false
  90.     opengui.Visible = true
  91. end
  92. end)
  93. maingui.Name = "maingui"
  94. maingui.Parent = ScreenGui
  95. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  96. maingui.Position = UDim2.new(0.363703161, 0, 0.332986891, 0)
  97. maingui.Size = UDim2.new(0, 391, 0, 270)
  98. maingui.Visible = false
  99. maingui.Style = Enum.FrameStyle.DropShadow
  100. maingui.Active = true
  101. maingui.Draggable = true
  102.  
  103. allguns.Name = "allguns"
  104. allguns.Parent = maingui
  105. allguns.BackgroundColor3 = Color3.new(1, 1, 1)
  106. allguns.BorderSizePixel = 0
  107. allguns.Position = UDim2.new(0.347826093, 0, 0.166666627, 0)
  108. allguns.Size = UDim2.new(0, 119, 0, 50)
  109. allguns.Style = Enum.ButtonStyle.RobloxRoundButton
  110. allguns.Font = Enum.Font.SourceSans
  111. allguns.Text = "All Guns Prison Life"
  112. allguns.TextColor3 = Color3.new(0, 0, 0)
  113. allguns.TextSize = 14
  114. allguns.MouseButton1Down:connect(function()
  115. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  116.  
  117. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  118. print(lol)
  119. end
  120. end)
  121.  
  122. money.Name = "money"
  123. money.Parent = maingui
  124. money.BackgroundColor3 = Color3.new(1, 1, 1)
  125. money.BorderSizePixel = 0
  126. money.Position = UDim2.new(0.340153456, 0, 0.462962925, 0)
  127. money.Size = UDim2.new(0, 119, 0, 50)
  128. money.Style = Enum.ButtonStyle.RobloxRoundButton
  129. money.Font = Enum.Font.SourceSans
  130. money.Text = "Money (Unstable)"
  131. money.TextColor3 = Color3.new(0, 0, 0)
  132. money.TextSize = 14
  133. money.MouseButton1Down:connect(function()
  134. game.ReplicatedStorage.GetMoney:FireServer(100000) --Change value to money you want
  135. end)
  136.  
  137. close.Name = "close"
  138. close.Parent = maingui
  139. close.BackgroundColor3 = Color3.new(1, 1, 1)
  140. close.BackgroundTransparency = 0.89999997615814
  141. close.Position = UDim2.new(0.916554809, 0, -0.0279779509, 0)
  142. close.Size = UDim2.new(0, 38, 0, 42)
  143. close.Font = Enum.Font.SourceSans
  144. close.Text = "X"
  145. close.TextColor3 = Color3.new(1, 1, 1)
  146. close.TextScaled = true
  147. close.TextSize = 14
  148. close.TextWrapped = true
  149. close.MouseButton1Down:connect(function()
  150. maingui.Visible = false
  151. opengui.Visible = true
  152. end)
  153.  
  154. cash.Name = "cash"
  155. cash.Parent = maingui
  156. cash.BackgroundColor3 = Color3.new(1, 1, 1)
  157. cash.BorderSizePixel = 0
  158. cash.Position = UDim2.new(0.340153456, 0, 0.755555511, 0)
  159. cash.Size = UDim2.new(0, 119, 0, 50)
  160. cash.Style = Enum.ButtonStyle.RobloxRoundButton
  161. cash.Font = Enum.Font.SourceSans
  162. cash.Text = "Cash (Not Money)"
  163. cash.TextColor3 = Color3.new(0, 0, 0)
  164. cash.TextSize = 14
  165. cash.MouseButton1Down:connect(function()
  166. game.ReplicatedStorage.GetCash:FireServer(100000) --Change value to money you want
  167. end)
  168.  
  169. phantomforcesaimbot.Name = "phantomforcesaimbot"
  170. phantomforcesaimbot.Parent = maingui
  171. phantomforcesaimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  172. phantomforcesaimbot.BorderSizePixel = 0
  173. phantomforcesaimbot.Position = UDim2.new(0.00469646789, 0, 0.743750572, 0)
  174. phantomforcesaimbot.Size = UDim2.new(0, 119, 0, 54)
  175. phantomforcesaimbot.Style = Enum.ButtonStyle.RobloxRoundButton
  176. phantomforcesaimbot.Font = Enum.Font.SourceSans
  177. phantomforcesaimbot.Text = "Phantom Forces Aimbot"
  178. phantomforcesaimbot.TextColor3 = Color3.new(0, 0, 0)
  179. phantomforcesaimbot.TextSize = 14
  180. phantomforcesaimbot.TextWrapped = true
  181. phantomforcesaimbot.MouseButton1Down:connect(function()
  182. for i,player in pairs(game:GetService('Players'):GetPlayers()) do
  183. if player.TeamColor ~= game:GetService('Players').LocalPlayer.TeamColor then
  184. local weld = Instance.new('Weld',player.Character.Torso)
  185. local part = Instance.new('Part',player.Character)
  186. part.Size = Vector3.new(2,2,2)
  187. part.Material = "Neon"
  188. part.Transparency = .7
  189. part.Anchored = true
  190. part.BrickColor = BrickColor.new('Really Green')
  191. part.CFrame = player.Character.Torso.CFrame - Vector3.new(2,12,2)
  192. part.CanCollide = false
  193. weld.C0 = player.Character.Torso.CFrame:inverse()
  194. weld.Part0 = player.Character.Torso
  195. weld.C1 = part.CFrame:inverse()
  196. weld.Part1 = part
  197. spawn(function()
  198. while wait() do
  199. part.CFrame = player.Character.Torso.CFrame - Vector3.new(3,12,3)
  200. end
  201. end)
  202. end
  203. end
  204. spawn(function()
  205. while wait() do
  206. for i, v in pairs(game:GetService('Players'):GetChildren()) do
  207. if v.Name ~= game.Players.LocalPlayer.Name then
  208. if v.Character:FindFirstChild("Torso") then
  209. if v.Character.HumanoidRootPart then
  210. v.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character:FindFirstChild("Torso").CFrame + Vector3.new(0,12,0)
  211. end
  212. end
  213. end
  214. end
  215. end
  216. end)
  217. end)
  218.  
  219. hiltonv4.Name = "hilton v4"
  220. hiltonv4.Parent = maingui
  221. hiltonv4.BackgroundColor3 = Color3.new(1, 1, 1)
  222. hiltonv4.BorderSizePixel = 0
  223. hiltonv4.Position = UDim2.new(0.670076728, 0, 0.755555511, 0)
  224. hiltonv4.Size = UDim2.new(0, 119, 0, 50)
  225. hiltonv4.Style = Enum.ButtonStyle.RobloxRoundButton
  226. hiltonv4.Font = Enum.Font.SourceSans
  227. hiltonv4.Text = "Hilton GUI V4"
  228. hiltonv4.TextColor3 = Color3.new(0, 0, 0)
  229. hiltonv4.TextSize = 14
  230. hiltonv4.MouseButton1Down:connect(function()
  231. loadstring(game:GetObjects('rbxassetid://1042502915')[1].Source)()
  232. end)
  233.  
  234. fly.Name = "fly"
  235. fly.Parent = maingui
  236. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  237. fly.BorderSizePixel = 0
  238. fly.Position = UDim2.new(0.0102301892, 0, 0.462962925, 0)
  239. fly.Size = UDim2.new(0, 119, 0, 50)
  240. fly.Style = Enum.ButtonStyle.RobloxRoundButton
  241. fly.Font = Enum.Font.SourceSans
  242. fly.Text = "Fly (click e)"
  243. fly.TextColor3 = Color3.new(0, 0, 0)
  244. fly.TextSize = 14
  245. fly.MouseButton1Down:connect(function()
  246. repeat wait()
  247.     until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  248. local mouse = game.Players.LocalPlayer:GetMouse()
  249. repeat wait() until mouse
  250. local plr = game.Players.LocalPlayer
  251. local torso = plr.Character.Torso
  252. local flying = true
  253. local deb = true
  254. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  255. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  256. local maxspeed = 100
  257. local speed = 100
  258.  
  259. function Fly()
  260. local bg = Instance.new("BodyGyro", torso)
  261. bg.P = 9e4
  262. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  263. bg.cframe = torso.CFrame
  264. local bv = Instance.new("BodyVelocity", torso)
  265. bv.velocity = Vector3.new(0,0.1,0)
  266. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  267. repeat wait()
  268. plr.Character.Humanoid.PlatformStand = true
  269. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  270. speed = speed+.5+(speed/maxspeed)
  271. if speed > maxspeed then
  272. speed = maxspeed
  273. end
  274. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  275. speed = speed-1
  276. if speed < 0 then
  277. speed = 0
  278. end
  279. end
  280. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  281. 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
  282. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  283. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  284. 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
  285. else
  286. bv.velocity = Vector3.new(0,0.1,0)
  287. end
  288. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  289. until not flying
  290. ctrl = {f = 0, b = 0, l = 0, r = 0}
  291. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  292. speed = 0
  293. bg:Destroy()
  294. bv:Destroy()
  295. plr.Character.Humanoid.PlatformStand = false
  296. end
  297. mouse.KeyDown:connect(function(key)
  298. if key:lower() == "e" then
  299. if flying then flying = false
  300. else
  301. flying = true
  302. Fly()
  303. end
  304. elseif key:lower() == "w" then
  305. ctrl.f = 1
  306. elseif key:lower() == "s" then
  307. ctrl.b = -1
  308. elseif key:lower() == "a" then
  309. ctrl.l = -1
  310. elseif key:lower() == "d" then
  311. ctrl.r = 1
  312. end
  313. end)
  314. mouse.KeyUp:connect(function(key)
  315. if key:lower() == "w" then
  316. ctrl.f = 0
  317. elseif key:lower() == "s" then
  318. ctrl.b = 0
  319. elseif key:lower() == "a" then
  320. ctrl.l = 0
  321. elseif key:lower() == "d" then
  322. ctrl.r = 0
  323. end
  324. end)
  325. Fly()
  326. end)
  327.  
  328. noclip.Name = "noclip"
  329. noclip.Parent = maingui
  330. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  331. noclip.BorderSizePixel = 0
  332. noclip.Position = UDim2.new(0.670076728, 0, 0.459259212, 0)
  333. noclip.Size = UDim2.new(0, 119, 0, 50)
  334. noclip.Style = Enum.ButtonStyle.RobloxRoundButton
  335. noclip.Font = Enum.Font.SourceSans
  336. noclip.Text = "Noclip (click f)"
  337. noclip.TextColor3 = Color3.new(0, 0, 0)
  338. noclip.TextSize = 14
  339. noclip.MouseButton1Down:connect(function()
  340. noclip = false
  341. game:GetService('RunService').Stepped:connect(function()
  342. if noclip then
  343. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  344. end
  345. end)
  346. plr = game.Players.LocalPlayer
  347. mouse = plr:GetMouse()
  348. mouse.KeyDown:connect(function(key)
  349.  
  350. if key == "f" then
  351. noclip = not noclip
  352. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  353. end
  354. end)
  355. end)
  356.  
  357.  
  358. revizadmin.Name = "revizadmin"
  359. revizadmin.Parent = maingui
  360. revizadmin.BackgroundColor3 = Color3.new(1, 1, 1)
  361. revizadmin.BorderSizePixel = 0
  362. revizadmin.Position = UDim2.new(0.0102301901, 0, 0.162962928, 0)
  363. revizadmin.Size = UDim2.new(0, 119, 0, 50)
  364. revizadmin.Style = Enum.ButtonStyle.RobloxRoundButton
  365. revizadmin.Font = Enum.Font.SourceSans
  366. revizadmin.Text = "Reviz Admin v3 (Beta)"
  367. revizadmin.TextColor3 = Color3.new(0, 0, 0)
  368. revizadmin.TextSize = 14
  369. revizadmin.MouseButton1Down:connect(function()
  370. print("Currently Being Worked On Check Back Later!")
  371.  
  372. end)
  373.  
  374. autorob.Name = "autorob"
  375. autorob.Parent = maingui
  376. autorob.BackgroundColor3 = Color3.new(1, 1, 1)
  377. autorob.BorderSizePixel = 0
  378. autorob.Position = UDim2.new(0.667519152, 0, 0.166666627, 0)
  379. autorob.Size = UDim2.new(0, 119, 0, 50)
  380. autorob.Style = Enum.ButtonStyle.RobloxRoundButton
  381. autorob.Font = Enum.Font.SourceSans
  382. autorob.Text = "Jailbreak autorob"
  383. autorob.TextColor3 = Color3.new(0, 0, 0)
  384. autorob.TextSize = 14
  385. autorob.MouseButton1Down:connect(function()
  386. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  387. end)
  388.  
  389. Title.Name = "Title"
  390. Title.Parent = maingui
  391. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  392. Title.BackgroundTransparency = 1
  393. Title.Position = UDim2.new(0.321759999, 0, -0.00565162953, 0)
  394. Title.Size = UDim2.new(0, 129, 0, 30)
  395. Title.Font = Enum.Font.SourceSans
  396. Title.Text = "EpixDude2 GUI V2"
  397. Title.TextColor3 = Color3.new(1, 1, 1)
  398. Title.TextScaled = true
  399. Title.TextSize = 14
  400. Title.TextWrapped = true
  401.  
  402. opengui.Name = "opengui"
  403. opengui.Parent = ScreenGui
  404. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  405. opengui.Position = UDim2.new(0, 0, 0.59705162, 0)
  406. opengui.Size = UDim2.new(0, 93, 0, 25)
  407. opengui.Visible = false
  408. opengui.Style = Enum.FrameStyle.DropShadow
  409.  
  410.  
  411. open.Name = "open"
  412. open.Parent = opengui
  413. open.BackgroundColor3 = Color3.new(1, 1, 1)
  414. open.BackgroundTransparency = 1
  415. open.Position = UDim2.new(-0.00465421379, 0, -0.186527103, 0)
  416. open.Size = UDim2.new(0, 77, 0, 15)
  417. open.Font = Enum.Font.SourceSans
  418. open.Text = "Open"
  419. open.TextColor3 = Color3.new(1, 1, 1)
  420. open.TextScaled = true
  421. open.TextSize = 14
  422. open.TextWrapped = true
  423. open.MouseButton1Down:connect(function()
  424. maingui.Visible= true
  425. opengui.Visible = false
  426. end)
  427. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement