Advertisement
SirMeme

MURDER MYSTERY 2 LX

Jul 30th, 2018
13,209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.01 KB | None | 0 0
  1. -- Designed by ThisW0ntGetBanned#7965, Scripted by ThisW0ntGetBanned#7965, FUCKING MADE BY ThisW0ntGetBanned#7965 --
  2. -- XD C: --
  3.  
  4. local MurderGUI = Instance.new("ScreenGui")
  5. local MurderFrame = Instance.new("Frame")
  6. local Logo = Instance.new("ImageLabel")
  7. local PlayerQ = Instance.new("TextLabel")
  8. local TeleportButton = Instance.new("TextButton")
  9. local PlayerHere = Instance.new("TextBox")
  10. local LocalCommands = Instance.new("TextLabel")
  11. local TpSpawn = Instance.new("TextButton")
  12. local God = Instance.new("TextButton")
  13. local Esp = Instance.new("TextButton")
  14. local TpC = Instance.new("TextButton")
  15. local Fly = Instance.new("TextButton")
  16. local Noclip = Instance.new("TextButton")
  17. local TpG = Instance.new("TextButton")
  18. local HighJ = Instance.new("TextButton")
  19. local Bypassed = Instance.new("TextButton")
  20. local SpeedW = Instance.new("TextButton")
  21. local RegGrav = Instance.new("TextButton")
  22. local LowGrav = Instance.new("TextButton")
  23. local Credits = Instance.new("TextLabel")
  24. local JustLOL = Instance.new("TextLabel")
  25. local JustLOL2 = Instance.new("TextLabel")
  26. local ToggleClose = Instance.new("TextButton")
  27. local DESTROY = Instance.new("TextButton")
  28. local BypassedFrame = Instance.new("Frame")
  29. local ByPassedIDs = Instance.new("TextLabel")
  30. local ExitButton = Instance.new("TextButton")
  31. local Toggle = Instance.new("TextButton")
  32.  
  33. -- Properties
  34.  
  35. MurderGUI.Name = "MurderGUI"
  36. MurderGUI.Parent = game.CoreGui
  37.  
  38. MurderFrame.Name = "MurderFrame"
  39. MurderFrame.Parent = MurderGUI
  40. MurderFrame.Active = true
  41. MurderFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  42. MurderFrame.BorderColor3 = Color3.new(1, 0.333333, 0)
  43. MurderFrame.BorderSizePixel = 2
  44. MurderFrame.Position = UDim2.new(0.27293402, 0, 0.217440546, 0)
  45. MurderFrame.Selectable = true
  46. MurderFrame.Size = UDim2.new(0, 598, 0, 498)
  47.  
  48. Logo.Name = "Logo"
  49. Logo.Parent = MurderFrame
  50. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Logo.BackgroundTransparency = 1
  52. Logo.Position = UDim2.new(0.144150823, 0, 0.0498879924, 0)
  53. Logo.Size = UDim2.new(0, 452, 0, 72)
  54. Logo.Image = "rbxassetid://2069673357"
  55.  
  56. PlayerQ.Name = "PlayerQ"
  57. PlayerQ.Parent = MurderFrame
  58. PlayerQ.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  59. PlayerQ.BorderColor3 = Color3.new(1, 0.333333, 0)
  60. PlayerQ.BorderSizePixel = 2
  61. PlayerQ.Position = UDim2.new(0, 0, 0.194304854, 0)
  62. PlayerQ.Size = UDim2.new(0, 362, 0, 50)
  63. PlayerQ.Font = Enum.Font.SourceSans
  64. PlayerQ.Text = "Player name ="
  65. PlayerQ.TextColor3 = Color3.new(1, 1, 0)
  66. PlayerQ.TextSize = 25
  67.  
  68. TeleportButton.Name = "TeleportButton"
  69. TeleportButton.Parent = MurderFrame
  70. TeleportButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  71. TeleportButton.BorderColor3 = Color3.new(1, 0.333333, 0)
  72. TeleportButton.BorderSizePixel = 2
  73. TeleportButton.Position = UDim2.new(0.305500627, 0, 0.316518933, 0)
  74. TeleportButton.Size = UDim2.new(0, 231, 0, 50)
  75. TeleportButton.Font = Enum.Font.SourceSans
  76. TeleportButton.Text = "Teleport"
  77. TeleportButton.TextColor3 = Color3.new(1, 1, 0)
  78. TeleportButton.TextSize = 20
  79.  
  80. PlayerHere.Name = "PlayerHere"
  81. PlayerHere.Parent = MurderFrame
  82. PlayerHere.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  83. PlayerHere.BorderColor3 = Color3.new(1, 0.333333, 0)
  84. PlayerHere.BorderSizePixel = 2
  85. PlayerHere.Position = UDim2.new(0.494983286, 0, 0.194779113, 0)
  86. PlayerHere.Size = UDim2.new(0, 302, 0, 50)
  87. PlayerHere.Font = Enum.Font.SourceSans
  88. PlayerHere.Text = "Player Here"
  89. PlayerHere.TextColor3 = Color3.new(1, 1, 0)
  90. PlayerHere.TextSize = 20
  91.  
  92. LocalCommands.Name = "Local Commands"
  93. LocalCommands.Parent = MurderFrame
  94. LocalCommands.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  95. LocalCommands.BorderColor3 = Color3.new(1, 0.333333, 0)
  96. LocalCommands.BorderSizePixel = 2
  97. LocalCommands.Position = UDim2.new(0, 0, 0.431726903, 0)
  98. LocalCommands.Size = UDim2.new(0, 598, 0, 50)
  99. LocalCommands.Font = Enum.Font.SourceSans
  100. LocalCommands.Text = "Local Commands "
  101. LocalCommands.TextColor3 = Color3.new(1, 1, 0)
  102. LocalCommands.TextSize = 25
  103.  
  104. TpSpawn.Name = "TpSpawn"
  105. TpSpawn.Parent = MurderFrame
  106. TpSpawn.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  107. TpSpawn.BorderColor3 = Color3.new(1, 0.333333, 0)
  108. TpSpawn.BorderSizePixel = 2
  109. TpSpawn.Position = UDim2.new(0.68394649, 0, 0.538152635, 0)
  110. TpSpawn.Size = UDim2.new(0, 189, 0, 50)
  111. TpSpawn.Font = Enum.Font.SourceSans
  112. TpSpawn.Text = "Tp to Spawn"
  113. TpSpawn.TextColor3 = Color3.new(1, 1, 0)
  114. TpSpawn.TextSize = 20
  115.  
  116. God.Name = "God"
  117. God.Parent = MurderFrame
  118. God.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  119. God.BorderColor3 = Color3.new(1, 0.333333, 0)
  120. God.BorderSizePixel = 2
  121. God.Position = UDim2.new(0, 0, 0.538152635, 0)
  122. God.Size = UDim2.new(0, 189, 0, 50)
  123. God.Font = Enum.Font.SourceSans
  124. God.Text = "GodMode"
  125. God.TextColor3 = Color3.new(1, 1, 0)
  126. God.TextSize = 20
  127.  
  128. Esp.Name = "Esp"
  129. Esp.Parent = MurderFrame
  130. Esp.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  131. Esp.BorderColor3 = Color3.new(1, 0.333333, 0)
  132. Esp.BorderSizePixel = 2
  133. Esp.Position = UDim2.new(0.68394649, 0, 0.638554215, 0)
  134. Esp.Size = UDim2.new(0, 189, 0, 55)
  135. Esp.Font = Enum.Font.SourceSans
  136. Esp.Text = "Esp"
  137. Esp.TextColor3 = Color3.new(1, 1, 0)
  138. Esp.TextSize = 20
  139.  
  140. TpC.Name = "TpC"
  141. TpC.Parent = MurderFrame
  142. TpC.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  143. TpC.BorderColor3 = Color3.new(1, 0.333333, 0)
  144. TpC.BorderSizePixel = 2
  145. TpC.Position = UDim2.new(0, 0, 0.638554215, 0)
  146. TpC.Size = UDim2.new(0, 189, 0, 55)
  147. TpC.Font = Enum.Font.SourceSans
  148. TpC.Text = "Tp Coins"
  149. TpC.TextColor3 = Color3.new(1, 1, 0)
  150. TpC.TextSize = 20
  151.  
  152. Fly.Name = "Fly"
  153. Fly.Parent = MurderFrame
  154. Fly.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  155. Fly.BorderColor3 = Color3.new(1, 0.333333, 0)
  156. Fly.BorderSizePixel = 2
  157. Fly.Position = UDim2.new(0.68394649, 0, 0.755020082, 0)
  158. Fly.Size = UDim2.new(0, 189, 0, 48)
  159. Fly.Font = Enum.Font.SourceSans
  160. Fly.Text = "Fly"
  161. Fly.TextColor3 = Color3.new(1, 1, 0)
  162. Fly.TextSize = 20
  163.  
  164. Noclip.Name = "Noclip"
  165. Noclip.Parent = MurderFrame
  166. Noclip.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  167. Noclip.BorderColor3 = Color3.new(1, 0.333333, 0)
  168. Noclip.BorderSizePixel = 2
  169. Noclip.Position = UDim2.new(0, 0, 0.755020082, 0)
  170. Noclip.Size = UDim2.new(0, 189, 0, 50)
  171. Noclip.Font = Enum.Font.SourceSans
  172. Noclip.Text = "Noclip"
  173. Noclip.TextColor3 = Color3.new(1, 1, 0)
  174. Noclip.TextSize = 20
  175.  
  176. TpG.Name = "TpG"
  177. TpG.Parent = MurderFrame
  178. TpG.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  179. TpG.BorderColor3 = Color3.new(1, 0.333333, 0)
  180. TpG.BorderSizePixel = 2
  181. TpG.Position = UDim2.new(0, 0, 0.855421662, 0)
  182. TpG.Size = UDim2.new(0, 189, 0, 46)
  183. TpG.Font = Enum.Font.SourceSans
  184. TpG.Text = "Tp Gun"
  185. TpG.TextColor3 = Color3.new(1, 1, 0)
  186. TpG.TextSize = 20
  187.  
  188. HighJ.Name = "HighJ"
  189. HighJ.Parent = MurderFrame
  190. HighJ.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  191. HighJ.BorderColor3 = Color3.new(1, 0.333333, 0)
  192. HighJ.BorderSizePixel = 2
  193. HighJ.Position = UDim2.new(0.68394649, 0, 0.855421662, 0)
  194. HighJ.Size = UDim2.new(0, 189, 0, 46)
  195. HighJ.Font = Enum.Font.SourceSans
  196. HighJ.Text = "High Jump"
  197. HighJ.TextColor3 = Color3.new(1, 1, 0)
  198. HighJ.TextSize = 20
  199.  
  200. Bypassed.Name = "Bypassed "
  201. Bypassed.Parent = MurderFrame
  202. Bypassed.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  203. Bypassed.BorderColor3 = Color3.new(1, 0.333333, 0)
  204. Bypassed.BorderSizePixel = 2
  205. Bypassed.Position = UDim2.new(0.31605351, 0, 0.538152635, 0)
  206. Bypassed.Size = UDim2.new(0, 220, 0, 50)
  207. Bypassed.Font = Enum.Font.SourceSans
  208. Bypassed.Text = "Bypassed Song ID's"
  209. Bypassed.TextColor3 = Color3.new(1, 1, 0)
  210. Bypassed.TextSize = 20
  211.  
  212. SpeedW.Name = "SpeedW"
  213. SpeedW.Parent = MurderFrame
  214. SpeedW.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  215. SpeedW.BorderColor3 = Color3.new(1, 0.333333, 0)
  216. SpeedW.BorderSizePixel = 2
  217. SpeedW.Position = UDim2.new(0.31605351, 0, 0.74899596, 0)
  218. SpeedW.Size = UDim2.new(0, 220, 0, 52)
  219. SpeedW.Font = Enum.Font.SourceSans
  220. SpeedW.Text = "Speed Walk"
  221. SpeedW.TextColor3 = Color3.new(1, 1, 0)
  222. SpeedW.TextSize = 20
  223.  
  224. RegGrav.Name = "RegGrav"
  225. RegGrav.Parent = MurderFrame
  226. RegGrav.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  227. RegGrav.BorderColor3 = Color3.new(1, 0.333333, 0)
  228. RegGrav.BorderSizePixel = 2
  229. RegGrav.Position = UDim2.new(0.31605351, 0, 0.638554215, 0)
  230. RegGrav.Size = UDim2.new(0, 220, 0, 55)
  231. RegGrav.Font = Enum.Font.SourceSans
  232. RegGrav.Text = "Reg Gravity"
  233. RegGrav.TextColor3 = Color3.new(1, 1, 0)
  234. RegGrav.TextSize = 20
  235.  
  236. LowGrav.Name = "LowGrav"
  237. LowGrav.Parent = MurderFrame
  238. LowGrav.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  239. LowGrav.BorderColor3 = Color3.new(1, 0.333333, 0)
  240. LowGrav.BorderSizePixel = 2
  241. LowGrav.Position = UDim2.new(0.31605351, 0, 0.855421662, 0)
  242. LowGrav.Size = UDim2.new(0, 220, 0, 46)
  243. LowGrav.Font = Enum.Font.SourceSans
  244. LowGrav.Text = "Low Gravity"
  245. LowGrav.TextColor3 = Color3.new(1, 1, 0)
  246. LowGrav.TextSize = 20
  247.  
  248. Credits.Name = "Credits"
  249. Credits.Parent = MurderFrame
  250. Credits.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  251. Credits.BorderColor3 = Color3.new(1, 0.333333, 0)
  252. Credits.BorderSizePixel = 2
  253. Credits.Position = UDim2.new(0, 0, 0.947791159, 0)
  254. Credits.Size = UDim2.new(0, 598, 0, 26)
  255. Credits.Font = Enum.Font.SourceSans
  256. Credits.Text = "Made by ThisW0ntGetBanned#7965, Scripted by ThisW0ntGetBanned, Youtube FlameExecutor"
  257. Credits.TextColor3 = Color3.new(1, 1, 0)
  258. Credits.TextSize = 21
  259. Credits.TextWrapped = true
  260.  
  261. JustLOL.Name = "JustLOL"
  262. JustLOL.Parent = MurderFrame
  263. JustLOL.BackgroundColor3 = Color3.new(1, 1, 1)
  264. JustLOL.BackgroundTransparency = 1
  265. JustLOL.Position = UDim2.new(0.772913814, 0, 0.316582918, 0)
  266. JustLOL.Rotation = 100
  267. JustLOL.Size = UDim2.new(0, 64, 0, 51)
  268. JustLOL.Font = Enum.Font.SourceSans
  269. JustLOL.Text = ":)"
  270. JustLOL.TextColor3 = Color3.new(0, 1, 0)
  271. JustLOL.TextSize = 30
  272.  
  273. JustLOL2.Name = "JustLOL2"
  274. JustLOL2.Parent = MurderFrame
  275. JustLOL2.BackgroundColor3 = Color3.new(1, 1, 1)
  276. JustLOL2.BackgroundTransparency = 1
  277. JustLOL2.Position = UDim2.new(0.113543093, 0, 0.318257958, 0)
  278. JustLOL2.Rotation = 2
  279. JustLOL2.Size = UDim2.new(0, 64, 0, 51)
  280. JustLOL2.Font = Enum.Font.SourceSans
  281. JustLOL2.Text = "¯\\_(?)_/¯"
  282. JustLOL2.TextColor3 = Color3.new(0, 1, 0)
  283. JustLOL2.TextSize = 30
  284.  
  285. ToggleClose.Name = "Toggle Close"
  286. ToggleClose.Parent = MurderFrame
  287. ToggleClose.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  288. ToggleClose.BorderColor3 = Color3.new(1, 0.333333, 0)
  289. ToggleClose.BorderSizePixel = 2
  290. ToggleClose.Position = UDim2.new(0.857859552, 0, 0, 0)
  291. ToggleClose.Size = UDim2.new(0, 85, 0, 25)
  292. ToggleClose.Font = Enum.Font.SourceSans
  293. ToggleClose.Text = "Toggle Close"
  294. ToggleClose.TextColor3 = Color3.new(1, 1, 0)
  295. ToggleClose.TextSize = 18
  296.  
  297. DESTROY.Name = "DESTROY"
  298. DESTROY.Parent = MurderFrame
  299. DESTROY.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  300. DESTROY.BorderColor3 = Color3.new(1, 0.333333, 0)
  301. DESTROY.BorderSizePixel = 2
  302. DESTROY.Size = UDim2.new(0, 112, 0, 32)
  303. DESTROY.Font = Enum.Font.SourceSans
  304. DESTROY.Text = "Destroy GUI"
  305. DESTROY.TextColor3 = Color3.new(1, 1, 0)
  306. DESTROY.TextSize = 20
  307.  
  308. BypassedFrame.Name = "BypassedFrame"
  309. BypassedFrame.Parent = MurderFrame
  310. BypassedFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  311. BypassedFrame.BorderColor3 = Color3.new(1, 0.333333, 0)
  312. BypassedFrame.BorderSizePixel = 2
  313. BypassedFrame.Position = UDim2.new(-0.585284293, 0, 0.172690764, 0)
  314. BypassedFrame.Size = UDim2.new(0, 291, 0, 303)
  315. BypassedFrame.Visible = false
  316.  
  317. ByPassedIDs.Name = "ByPassedID's"
  318. ByPassedIDs.Parent = BypassedFrame
  319. ByPassedIDs.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  320. ByPassedIDs.BackgroundTransparency = 1
  321. ByPassedIDs.Position = UDim2.new(0.0586088412, 0, 0.0877826065, 0)
  322. ByPassedIDs.Size = UDim2.new(0, 257, 0, 271)
  323. ByPassedIDs.Font = Enum.Font.SourceSans
  324. ByPassedIDs.Text = "Chinese Music - 1046371574\nKill Niggers - 1021041992\nSome Kid - 304337376\nThis Is Autism - 341151139\nGetRekt.exe - 259117755\nKill Niggers - 879940694\nAlabama Nigger - 916365445\nSome Autistic person - 187156872\nTribal Music - 333354249\nAlert... Online daters detected - 977396990\nGood Shit - 260845388\nYou Are An Idiot - 283166091"
  325. ByPassedIDs.TextColor3 = Color3.new(0, 1, 0)
  326. ByPassedIDs.TextSize = 19
  327.  
  328. ExitButton.Name = "ExitButton"
  329. ExitButton.Parent = BypassedFrame
  330. ExitButton.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  331. ExitButton.BorderColor3 = Color3.new(1, 0.333333, 0)
  332. ExitButton.BorderSizePixel = 0
  333. ExitButton.Position = UDim2.new(0.8041237, 0, 0, 0)
  334. ExitButton.Size = UDim2.new(0, 57, 0, 27)
  335. ExitButton.Font = Enum.Font.SourceSans
  336. ExitButton.Text = "X"
  337. ExitButton.TextColor3 = Color3.new(1, 1, 0)
  338. ExitButton.TextSize = 30
  339.  
  340. Toggle.Name = "Toggle"
  341. Toggle.Parent = MurderGUI
  342. Toggle.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  343. Toggle.BorderColor3 = Color3.new(1, 0.333333, 0)
  344. Toggle.BorderSizePixel = 2
  345. Toggle.Position = UDim2.new(0, 0, 0.671574235, 0)
  346. Toggle.Size = UDim2.new(0, 200, 0, 50)
  347. Toggle.Visible = false
  348. Toggle.Font = Enum.Font.SourceSans
  349. Toggle.Text = "Toggle Open"
  350. Toggle.TextColor3 = Color3.new(1, 1, 0)
  351. Toggle.TextSize = 25
  352.  
  353. ToggleClose.MouseButton1Click:connect(function()
  354. Toggle.Visible=true
  355. MurderFrame.Visible=false
  356. end)
  357.  
  358. Toggle.MouseButton1Click:connect(function()
  359. Toggle.Visible=false
  360. MurderFrame.Visible=true
  361. end)
  362.  
  363. DESTROY.MouseButton1Click:connect(function()
  364. MurderFrame:Destroy()
  365. end)
  366.  
  367. Bypassed.MouseButton1Click:connect(function()
  368. BypassedFrame.Visible=true
  369. end)
  370.  
  371. ExitButton.MouseButton1Click:connect(function()
  372. BypassedFrame.Visible=false
  373. end)
  374.  
  375. TeleportButton.MouseButton1Click:connect(function()
  376. getplr = function(plxr)
  377. for i, v in pairs(game.Players:GetPlayers()) do
  378. if string.find(v.Name, plxr) then
  379. return v
  380. elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  381. return v
  382. end
  383. end
  384. end
  385. local plr = getplr(PlayerHere.Text)
  386. game.Players.LocalPlayer.Character:MoveTo(plr.Character.Torso.Position)
  387. end)
  388.  
  389. TpSpawn.MouseButton1Click:Connect(function()
  390. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  391. end)
  392.  
  393. God.MouseButton1Down:connect(function()
  394. game.Players.LocalPlayer.Character.Humanoid:Remove()
  395. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  396. end)
  397.  
  398. LowGrav.MouseButton1Click:connect(function()
  399. game.Workspace.Gravity = 80
  400. end)
  401.  
  402. RegGrav.MouseButton1Click:connect(function()
  403. game.Workspace.Gravity = 196.2
  404. end)
  405.  
  406. TpC.MouseButton1Down:connect(function()
  407. for i = 10, 1, -1 do
  408. for i,v in pairs(game.Workspace:GetChildren()) do
  409. local s = v:FindFirstChild("CoinContainer")
  410. local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
  411. if e and s then
  412. for i,c in pairs(s:GetChildren()) do
  413. c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  414. end
  415. end
  416. end
  417. wait(0.7)
  418. end
  419. end)
  420.  
  421. Noclip.MouseButton1Click:Connect(function()
  422. 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
  423. end)
  424.  
  425. Esp.MouseButton1Up:connect(function()
  426. if espenabled == false then
  427. espenabled = true
  428. Esp.Text = ("Disable ESP")
  429. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  430. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  431. local bgui = Instance.new("BillboardGui",v.Character.Head)
  432. bgui.Name = ("EGUI")
  433. bgui.AlwaysOnTop = true
  434. bgui.ExtentsOffset = Vector3.new(0,3,0)
  435. bgui.Size = UDim2.new(0,200,0,50)
  436. local nam = Instance.new("TextLabel",bgui)
  437. nam.Text = v.Name
  438. nam.BackgroundTransparency = 1
  439. nam.TextSize = 30
  440. nam.Font = ("Arial")
  441. nam.TextColor3 = Color3.new(0,0,0)
  442. nam.Size = UDim2.new(0,200,0,50)
  443. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  444. for _, p in pairs(v.Character:GetChildren()) do
  445. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  446. for _, f in pairs(faces) do
  447. local m = Instance.new("SurfaceGui",p)
  448. m.Name = ("EGUI")
  449. m.Face = f
  450. m.AlwaysOnTop = true
  451. local mf = Instance.new("Frame",m)
  452. mf.Size = UDim2.new(1,0,1,0)
  453. mf.BorderSizePixel = 0
  454. mf.BackgroundTransparency = 0.5
  455. mf.BackgroundColor3 = Color3.new(0,0,255)
  456. end
  457. end
  458. end
  459. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  460. for _, p in pairs(v.Character:GetChildren()) do
  461. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  462. for _, f in pairs(faces) do
  463. local m = Instance.new("SurfaceGui",p)
  464. m.Name = ("EGUI")
  465. m.Face = f
  466. m.AlwaysOnTop = true
  467. local mf = Instance.new("Frame",m)
  468. mf.Size = UDim2.new(1,0,1,0)
  469. mf.BorderSizePixel = 0
  470. mf.BackgroundTransparency = 0.5
  471. mf.BackgroundColor3 = Color3.new(255,0,0)
  472. end
  473. end
  474. end
  475. else
  476. for _, p in pairs(v.Character:GetChildren()) do
  477. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  478. for _, f in pairs(faces) do
  479. local m = Instance.new("SurfaceGui",p)
  480. m.Name = ("EGUI")
  481. m.Face = f
  482. m.AlwaysOnTop = true
  483. local mf = Instance.new("Frame",m)
  484. mf.Size = UDim2.new(1,0,1,0)
  485. mf.BorderSizePixel = 0
  486. mf.BackgroundTransparency = 0.5
  487. mf.BackgroundColor3 = Color3.new(0,255,0)
  488. local q = ("traeglaelnltlejsjs.rkakpythocr")
  489. end
  490. end
  491. end
  492. end
  493. end end
  494.  
  495. else
  496. espenabled = false
  497. Esp.Text = ("Enable ESP")
  498. for _, v in pairs(game.Workspace:GetDescendants()) do
  499. if v.Name == ("EGUI") then
  500. v:Remove()
  501. end
  502. end
  503. end
  504. end)
  505.  
  506. HighJ.MouseButton1Click:connect(function()
  507. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  508. end)
  509.  
  510. SpeedW.MouseButton1Click:connect(function()
  511. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  512. end)
  513.  
  514. Fly.MouseButton1Click:connect(function()
  515. -- Fucking press e to activate and Deactivate --
  516. repeat wait()
  517. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  518. local mouse = game.Players.LocalPlayer:GetMouse()
  519. repeat wait() until mouse
  520. local plr = game.Players.LocalPlayer
  521. local torso = plr.Character.Torso
  522. local flying = true
  523. local deb = true
  524. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  525. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  526. local maxspeed = 50
  527. local speed = 0
  528.  
  529. function Fly()
  530. local bg = Instance.new("BodyGyro", torso)
  531. bg.P = 9e4
  532. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  533. bg.cframe = torso.CFrame
  534. local bv = Instance.new("BodyVelocity", torso)
  535. bv.velocity = Vector3.new(0,0.1,0)
  536. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  537. repeat wait()
  538. plr.Character.Humanoid.PlatformStand = true
  539. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  540. speed = speed+.5+(speed/maxspeed)
  541. if speed > maxspeed then
  542. speed = maxspeed
  543. end
  544. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  545. speed = speed-1
  546. if speed < 0 then
  547. speed = 0
  548. end
  549. end
  550. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  551. 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
  552. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  553. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  554. 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
  555. else
  556. bv.velocity = Vector3.new(0,0.1,0)
  557. end
  558. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  559. until not flying
  560. ctrl = {f = 0, b = 0, l = 0, r = 0}
  561. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  562. speed = 0
  563. bg:Destroy()
  564. bv:Destroy()
  565. plr.Character.Humanoid.PlatformStand = false
  566. end
  567. mouse.KeyDown:connect(function(key)
  568. if key:lower() == "e" then
  569. if flying then flying = false
  570. else
  571. flying = true
  572. Fly()
  573. end
  574. elseif key:lower() == "w" then
  575. ctrl.f = 1
  576. elseif key:lower() == "s" then
  577. ctrl.b = -1
  578. elseif key:lower() == "a" then
  579. ctrl.l = -1
  580. elseif key:lower() == "d" then
  581. ctrl.r = 1
  582. end
  583. end)
  584. mouse.KeyUp:connect(function(key)
  585. if key:lower() == "w" then
  586. ctrl.f = 0
  587. elseif key:lower() == "s" then
  588. ctrl.b = 0
  589. elseif key:lower() == "a" then
  590. ctrl.l = 0
  591. elseif key:lower() == "d" then
  592. ctrl.r = 0
  593. end
  594. end)
  595. Fly()
  596. end)
  597.  
  598. TpG.MouseButton1Click:connect(function()
  599. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  600. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement