Advertisement
Guest User

Dedoxed GUI V1.05

a guest
Jan 23rd, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local DedoxedV105 = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Dedoxed = Instance.new("TextLabel")
  4. local Maded = Instance.new("TextLabel")
  5. local RF = Instance.new("TextButton")
  6. local EP = Instance.new("TextButton")
  7. local AN = Instance.new("TextButton")
  8. local Hint = Instance.new("TextButton")
  9. local DownSide = Instance.new("Frame")
  10. local UpSide = Instance.new("Frame")
  11. local Use = Instance.new("Frame")
  12. local How = Instance.new("TextLabel")
  13. local Read = Instance.new("TextLabel")
  14.  
  15. DedoxedV105.Name = "DedoxedV1.05"
  16. DedoxedV105.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. DedoxedV105.ResetOnSpawn = false
  18.  
  19. Main.Name = "Main"
  20. Main.Parent = DedoxedV105
  21. Main.Active = true
  22. Main.Selectable = true
  23. Main.Draggable = true
  24. Main.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  25. Main.BorderSizePixel = 0
  26. Main.Position = UDim2.new(0.313178182, 0, 0.414244175, 0)
  27. Main.Size = UDim2.new(0, 191, 0, 166)
  28.  
  29. Dedoxed.Name = "Dedoxed"
  30. Dedoxed.Parent = Main
  31. Dedoxed.BackgroundColor3 = Color3.new(1, 1, 1)
  32. Dedoxed.BackgroundTransparency = 1
  33. Dedoxed.BorderSizePixel = 0
  34. Dedoxed.Position = UDim2.new(0, 0, 0.036144577, 0)
  35. Dedoxed.Size = UDim2.new(0, 191, 0, 18)
  36. Dedoxed.Font = Enum.Font.Arcade
  37. Dedoxed.Text = "Dedoxed V1.05"
  38. Dedoxed.TextColor3 = Color3.new(1, 0, 0)
  39. Dedoxed.TextSize = 17
  40.  
  41. Maded.Name = "Maded"
  42. Maded.Parent = Main
  43. Maded.BackgroundColor3 = Color3.new(1, 1, 1)
  44. Maded.BackgroundTransparency = 1
  45. Maded.BorderSizePixel = 0
  46. Maded.Position = UDim2.new(0, 0, 0.891566277, 0)
  47. Maded.Size = UDim2.new(0, 191, 0, 18)
  48. Maded.Font = Enum.Font.Arcade
  49. Maded.Text = "Made By baldiwrds"
  50. Maded.TextColor3 = Color3.new(1, 0, 0)
  51. Maded.TextSize = 14
  52.  
  53. RF.Name = "RF"
  54. RF.Parent = Main
  55. RF.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  56. RF.BorderSizePixel = 0
  57. RF.Position = UDim2.new(0.0785340294, 0, 0.259036154, 0)
  58. RF.Size = UDim2.new(0, 161, 0, 28)
  59. RF.Font = Enum.Font.Arcade
  60. RF.Text = "Remove Fogs"
  61. RF.TextColor3 = Color3.new(0.239216, 0.792157, 0.176471)
  62. RF.TextSize = 14
  63.  
  64. EP.Name = "EP"
  65. EP.Parent = Main
  66. EP.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  67. EP.BorderSizePixel = 0
  68. EP.Position = UDim2.new(0.0785340294, 0, 0.493975908, 0)
  69. EP.Size = UDim2.new(0, 161, 0, 28)
  70. EP.Font = Enum.Font.Arcade
  71. EP.Text = "Esp"
  72. EP.TextColor3 = Color3.new(0.239216, 0.792157, 0.176471)
  73. EP.TextSize = 14
  74.  
  75. AN.Name = "AN"
  76. AN.Parent = Main
  77. AN.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  78. AN.BorderSizePixel = 0
  79. AN.Position = UDim2.new(0.0785340294, 0, 0.722891569, 0)
  80. AN.Size = UDim2.new(0, 161, 0, 28)
  81. AN.Font = Enum.Font.Arcade
  82. AN.Text = "Admin"
  83. AN.TextColor3 = Color3.new(0.239216, 0.792157, 0.176471)
  84. AN.TextSize = 14
  85.  
  86. Hint.Name = "Hint"
  87. Hint.Parent = Main
  88. Hint.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  89. Hint.BackgroundTransparency = 1
  90. Hint.BorderSizePixel = 0
  91. Hint.Position = UDim2.new(0.921465993, 0, 0.180722892, 0)
  92. Hint.Size = UDim2.new(0, 15, 0, 13)
  93. Hint.Font = Enum.Font.Arcade
  94. Hint.Text = "+"
  95. Hint.TextColor3 = Color3.new(0.14902, 0.792157, 0.654902)
  96. Hint.TextSize = 14
  97.  
  98. DownSide.Name = "DownSide"
  99. DownSide.Parent = Main
  100. DownSide.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  101. DownSide.BorderSizePixel = 0
  102. DownSide.Position = UDim2.new(0, 0, 0.144578308, 0)
  103. DownSide.Size = UDim2.new(0, 191, 0, 6)
  104.  
  105. UpSide.Name = "UpSide"
  106. UpSide.Parent = Main
  107. UpSide.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  108. UpSide.BorderSizePixel = 0
  109. UpSide.Size = UDim2.new(0, 191, 0, 6)
  110.  
  111. Use.Name = "Use"
  112. Use.Parent = DedoxedV105
  113. Use.Active = true
  114. Use.Selectable = true
  115. Use.Draggable = true
  116. Use.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  117. Use.BorderSizePixel = 0
  118. Use.Position = UDim2.new(0.514780819, 0, 0.457848847, 0)
  119. Use.Size = UDim2.new(0, 138, 0, 212)
  120. Use.Visible = false
  121.  
  122. How.Name = "How"
  123. How.Parent = Use
  124. How.BackgroundColor3 = Color3.new(1, 1, 1)
  125. How.BackgroundTransparency = 1
  126. How.BorderSizePixel = 0
  127. How.Size = UDim2.new(0, 138, 0, 20)
  128. How.Font = Enum.Font.Arcade
  129. How.Text = "How To Use Admin:"
  130. How.TextColor3 = Color3.new(0.152941, 0.839216, 0.576471)
  131. How.TextSize = 12
  132.  
  133. Read.Name = "Read"
  134. Read.Parent = Use
  135. Read.BackgroundColor3 = Color3.new(1, 1, 1)
  136. Read.BackgroundTransparency = 1
  137. Read.BorderSizePixel = 0
  138. Read.Position = UDim2.new(0, 0, 0.094339624, 0)
  139. Read.Size = UDim2.new(0, 138, 0, 192)
  140. Read.Font = Enum.Font.Arcade
  141. Read.Text = "Press 1 To On/Off Esp Name And Press 2 To Tp To All Players Press 3 Is The Mouse Tp Press X And Move Your Mouse To You Want To Go And It Will Teleport You To That"
  142. Read.TextColor3 = Color3.new(0.160784, 0.839216, 0.72549)
  143. Read.TextSize = 14
  144. Read.TextWrapped = true
  145.  
  146. Hint.MouseButton1Click:connect(function()
  147. if Use.Visible == false then
  148. Hint.Text = "-"
  149. Use.Visible = true
  150. else
  151. Hint.Text = "+"
  152. Use.Visible = false
  153. end
  154. end)
  155.  
  156. AN.MouseButton1Click:connect(function()
  157. local player = game.Players.LocalPlayer
  158. local character = player.Character
  159. local mouse = player:GetMouse()
  160. local tween = game:GetService("TweenService")
  161.  
  162. local labs = {}
  163.  
  164. local labsEnabled = true
  165. local sprinting = false
  166.  
  167. local GUI
  168. local frame
  169. local Box
  170. local Box2
  171. local Box3
  172. local Box4
  173. local lab
  174. local open = false
  175. local twnd = false
  176. lasttext = {"1", "2", "3", "x"}
  177. function createGui()
  178. GUI = Instance.new("ScreenGui", player.PlayerGui)
  179. frame = Instance.new("Frame", GUI)
  180. frame.Size = UDim2.new(0.15,0,0.4,0)
  181. frame.AnchorPoint = Vector2.new(0,0.5)
  182. frame.Position = UDim2.new(-0.105,0,0.5,0)
  183. frame.BackgroundColor3 = Color3.new(0,0,0)
  184. frame.BackgroundTransparency = 0.5
  185. Box = Instance.new("TextBox", frame)
  186. Box.Size = UDim2.new(0.4,0,0.1,0)
  187. Box.Position = UDim2.new(0.5,0,0.3,0)
  188. Box.AnchorPoint = Vector2.new(0.5,1)
  189. Box.TextTransparency = 0
  190. Box.Text = lasttext[1]
  191. Box2 = Instance.new("TextBox", frame)
  192. Box2.Size = UDim2.new(0.4,0,0.1,0)
  193. Box2.Position = UDim2.new(0.5,0,0.5,0)
  194. Box2.AnchorPoint = Vector2.new(0.5,1)
  195. Box2.TextTransparency = 0
  196. Box2.Text = lasttext[2]
  197. Box3 = Instance.new("TextBox", frame)
  198. Box3.Size = UDim2.new(0.4,0,0.1,0)
  199. Box3.Position = UDim2.new(0.5,0,0.7,0)
  200. Box3.AnchorPoint = Vector2.new(0.5,1)
  201. Box3.TextTransparency = 0
  202. Box3.Text = lasttext[3]
  203. Box4 = Instance.new("TextBox", frame)
  204. Box4.Size = UDim2.new(0.4,0,0.1,0)
  205. Box4.Position = UDim2.new(0.5,0,0.9,0)
  206. Box4.AnchorPoint = Vector2.new(0.5,1)
  207. Box4.TextTransparency = 0
  208. Box4.Text = lasttext[4]
  209. lab = Instance.new("TextLabel", frame)
  210. lab.Size = UDim2.new(0.9,0,0.13,0)
  211. lab.Rotation = 90
  212. lab.Position = UDim2.new(0.4,0,0.45,0)
  213. lab.BorderSizePixel = 0
  214. lab.BackgroundTransparency = 1
  215. lab.TextStrokeTransparency = 0
  216. lab.TextStrokeColor3 = Color3.new(255,255,255)
  217. lab.Text = "Change Keys"
  218. lab.TextScaled = true
  219. open = false
  220. twnd = false
  221. end
  222. createGui()
  223. frame.MouseEnter:Connect(function()
  224. if not open then
  225. twnd = true
  226. tween:Create(frame, TweenInfo.new(0.5), {["Position"] = UDim2.new(-0.04,0,0.5,0)}):Play()
  227. end
  228. end)
  229. frame.MouseLeave:Connect(function()
  230. if not open then
  231. twnd = false
  232. tween:Create(frame, TweenInfo.new(0.5), {["Position"] = UDim2.new(-0.105,0,0.5,0)}):Play()
  233. end
  234. end)
  235.  
  236. function addlab(parent)
  237. local lab = Instance.new('BillboardGui', parent)
  238. lab.AlwaysOnTop = true
  239. lab.MaxDistance = math.huge
  240. lab.Size = UDim2.new(1,0,1,0)
  241. local lab2 = Instance.new('TextLabel', lab)
  242. table.insert(labs, lab2)
  243. lab2.Visible = labsEnabled
  244. lab2.Size = UDim2.new(1,0,1,0)
  245. lab2.BackgroundTransparency = 1
  246. lab2.Text = parent.Parent.Name
  247. lab2.TextColor3 = Color3.new(0,170,255)
  248. lab2.TextStrokeTransparency = 0
  249. lab2.TextStrokeColor3 = Color3.new(0,0,0)
  250. end
  251.  
  252. function togglelabs(bool)
  253. for i, v in pairs(labs) do
  254. v.Visible = bool
  255. end
  256. end
  257.  
  258. mouse.KeyDown:Connect(function(k)
  259. if k == Box.Text then
  260. if labsEnabled then
  261. togglelabs(false)
  262. labsEnabled = false
  263. else
  264. togglelabs(true)
  265. labsEnabled = true
  266. end
  267. elseif k == Box2.Text then
  268. for i, v in pairs(game.Players:GetPlayers()) do
  269. character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  270. wait(0.2)
  271. end
  272. elseif k == Box3.Text then
  273. tween:Create(game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(0.3), {["CFrame"] = mouse.Hit}):Play()
  274. end
  275. end)
  276.  
  277. for i, v in pairs(game.Players:GetPlayers()) do
  278. v.CharacterAdded:Connect(function(c)
  279. addlab(c:WaitForChild'HumanoidRootPart')
  280. end)
  281. addlab(v.Character:WaitForChild'HumanoidRootPart')
  282. end
  283.  
  284. game:GetService('Players').PlayerAdded:Connect(function(p)
  285. p.CharacterAdded:Connect(function(c)
  286. addlab(c:WaitForChild'HumanoidRootPart')
  287. end)
  288. end)
  289.  
  290. local gyro
  291. local cy
  292. local block
  293. local pos
  294. local mag
  295. local on = false
  296. local player = game.Players.LocalPlayer
  297. local mouse = player:GetMouse()
  298. local tween = game:GetService("TweenService")
  299. local stamp = tick()
  300. local wstamp = tick()
  301. mouse.KeyDown:Connect(function(k)
  302. local character = player.Character
  303. if k == Box4.Text then
  304. on = true
  305. cy = Instance.new("Part", workspace)
  306. cy.CanCollide = false
  307. cy.Anchored = true
  308. cy.Size = Vector3.new(0,4.5,4.5)
  309. cy.Shape = Enum.PartType.Cylinder
  310. cy.Material = Enum.Material.Neon
  311. cy.BrickColor = BrickColor.new("Deep blue")
  312. cy.Transparency = 0.4
  313. block = Instance.new("Part", workspace)
  314. block.CanCollide = false
  315. block.Anchored = true
  316. block.Size = Vector3.new(1,0,0)
  317. block.Material = cy.Material
  318. block.BrickColor = cy.BrickColor
  319. end
  320. end)
  321. mouse.KeyUp:Connect(function(k)
  322. local character = player.Character
  323. if k == Box4.Text then
  324. on = false
  325. cy:Destroy()
  326. block:Destroy()
  327. local hrp = character.HumanoidRootPart
  328. hrp.CFrame = hrp.CFrame*CFrame.new(0,0,-mag)
  329. end
  330. end)
  331.  
  332. Box.Changed:Connect(function()
  333. lasttext[1] = Box.Text
  334. end)
  335. Box2.Changed:Connect(function()
  336. lasttext[2] = Box2.Text
  337. end)
  338. Box3.Changed:Connect(function()
  339. lasttext[3] = Box3.Text
  340. end)
  341. Box4.Changed:Connect(function()
  342. lasttext[4] = Box4.Text
  343. end)
  344.  
  345. game:GetService("RunService").RenderStepped:Connect(function()
  346. if on == true and cy ~= nil then
  347. pos = mouse.Hit.p
  348. mag = (Vector2.new(cy.Position.X,cy.Position.Z) - Vector2.new(pos.X,pos.Z)).Magnitude
  349. local character = player.Character
  350. if character ~= nil then
  351. local hrp = character.HumanoidRootPart
  352. hrp.CFrame = CFrame.new(hrp.Position, Vector3.new(pos.X,hrp.Position.Y,pos.Z))
  353. cy.CFrame = hrp.CFrame*CFrame.new(0,-2,0)*CFrame.Angles(0,0,1.57)
  354. block.Size = Vector3.new(0,1,mag)
  355. block.CFrame = cy.CFrame*CFrame.new(0,0,-mag/2)
  356. end
  357. end
  358. if GUI.Parent == nil or GUI == nil then
  359. createGui()
  360. end
  361. end)
  362. end)
  363.  
  364. RF.MouseButton1Down:connect(function()
  365. game.Lighting.FogEnd = 10000
  366. end)
  367.  
  368. EP.MouseButton1Down:connect(function()
  369. for _,p in pairs(game:GetService'Players':GetPlayers()) do
  370. local char = p.Character
  371. if char then
  372. for _,v in pairs(char:GetChildren()) do
  373. if v:IsA("BasePart") then
  374. local box = Instance.new("BoxHandleAdornment", game:GetService("Players").LocalPlayer.PlayerGui)
  375. box.Adornee = v
  376. box.Size = v.Size
  377. box.AlwaysOnTop = true
  378. box.ZIndex = 1
  379. box.Transparency = 0.25
  380. if char.Shirt.ShirtTemplate == "rbxassetid://1265541792" then
  381. box.Color3 = Color3.fromRGB(255, 0, 0)
  382. else
  383. box.Color3 = Color3.fromRGB(0, 255, 255)
  384. end
  385. end
  386. end
  387. end
  388. end
  389. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement