Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.44 KB | None | 0 0
  1. --[[Getting Service]]--
  2. local Plrs = game:GetService("Players");
  3. local Run = game:GetService("RunService");
  4. local CoreGui = game:GetService("CoreGui");
  5. local StartGui = game:GetService("StarterGui");
  6. local Teams = game:GetService("Teams");
  7. local UserInput = game:GetService("UserInputService");
  8. local Light = game:GetService("Lighting");
  9. local Workspace = game:GetService("Workspace");
  10. local CoreGui = game:GetService("CoreGui");
  11. local Players = game:GetService("Players");
  12.  
  13. local secret953 = secret953 or debug.getupvalues;
  14. local secret500 = secret500 or debug.setupvalue;
  15. local getreg = getreg or debug.getregistry;
  16.  
  17. plr = game.Players.LocalPlayer ;
  18. hum = plr.Character.HumanoidRootPart
  19. mouse = plr:GetMouse();
  20. espenabled = false;
  21.  
  22. pcall(function()
  23. game.CoreGui.MurderLx:Destroy()
  24. end)
  25.  
  26. local cam = workspace.CurrentCamera
  27. local blur = Instance.new("BlurEffect")
  28. blur.Size = 40
  29. blur.Parent = cam
  30. blur.Enabled = true
  31.  
  32. local Rendering = {
  33. MurderSheriffESP = false,
  34. NameESP = false,
  35. UserESP = false,
  36. }
  37.  
  38.  
  39. local User = {
  40. SpeedHax = false,
  41. JumpHax = false,
  42. GravityHax = false,
  43. GodModeHax = false,
  44. CoinsXX = false,
  45. CTP = false,
  46. }
  47.  
  48. local Teleport = {
  49. L = false,
  50. }
  51.  
  52. local ULog = {
  53. ["Info"] = "Murder Mystery GUI, remastered, version 3.4, Made by ThisW0ntGetBanned, Discord: https://discord.gg/MyjGtee",
  54. ["Date"] = "3/26/19"
  55. }
  56.  
  57. function GetPlayers( ... )
  58. for i, v in pairs(game.Players:GetChildren()) do
  59. warn(i,v)
  60. end
  61. end
  62. --[[Local Character Functions]]--
  63. function CreateGod( ... )
  64. if GodMode.Text == "GodeMode: OFF" then
  65. GodMode.Text = "GodeMode: ON"
  66. GodMode.TextColor3 = Color3.new(0,185,0)
  67. game.Players.LocalPlayer.Character.Humanoid:Remove()
  68. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  69. elseif
  70. GodMode.Text == "GodMode: ON" then
  71. GodMode.Text = "GodMode: ERORR"--LOL :)
  72. GodMode.TextColor3 = Color3.new(170,0,0)
  73. end
  74. end
  75.  
  76. function CreateGrav( ... )
  77. if Gravity.Text == "Gravity Hax: OFF" then
  78. Gravity.Text = "Gravity Hax: ON"
  79. game.Workspace.Gravity = 80
  80. Gravity.TextColor3 = Color3.new(0,185,0)
  81. elseif
  82. Gravity.Text == "Gravity Hax: ON" then
  83. game.Workspace.Gravity = 196.2
  84. Gravity.Text = "Gravity Hax: OFF"
  85. Gravity.TextColor3 = Color3.new(170,0,0)
  86. end
  87. end
  88.  
  89. function CreateSpeed( ... )
  90. if Speed.Text == "Speed Hax: OFF" then
  91. Speed.Text = "Speed Hax: ON"
  92. Speed.TextColor3 = Color3.new(0,185,0)
  93. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
  94. elseif
  95. Speed.Text == "Speed Hax: ON" then
  96. Speed.Text = "Speed Hax: OFF"
  97. Speed.TextColor3 = Color3.new(170,0,0)
  98. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  99. end
  100. end
  101.  
  102. function CreateJump( ... )
  103. if Jump.Text == "Jump Hax: OFF" then
  104. Jump.Text = "Jump Hax: ON"
  105. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  106. Jump.TextColor3 = Color3.new(0,185,0)
  107. elseif
  108. Jump.Text == "Jump Hax: ON" then
  109. Jump.Text = "Jump Hax: OFF"
  110. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  111. Jump.TextColor3 = Color3.new(170,0,0)
  112. end
  113. end
  114.  
  115. function CreateCoins( ... )
  116. for i, v in pairs(game.Workspace:GetDescendants()) do
  117. if v.Name == "Coin" then
  118. v.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  119. end
  120. end
  121. end
  122.  
  123. function CreateCLickTP( ... )
  124. mouse.KeyDown:connect(function(key)
  125. if key == "e" then
  126. if mouse.Target then
  127. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  128. end
  129. end
  130. end)
  131. end
  132.  
  133. --[[Rendering Functions]]--
  134.  
  135. function CreateSherrifMurderESP( ... )
  136. -- body
  137. end
  138.  
  139. function CreateNames( ... )
  140. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  141.  
  142. local enabledesp = false
  143.  
  144. function CreateESP(plr)
  145.  
  146. if plr ~= nil then
  147.  
  148. local GetChar = plr.Character
  149. if not GetChar then return end
  150.  
  151. local GetHead do
  152.  
  153. repeat wait() until GetChar:FindFirstChild("Head")
  154.  
  155. end
  156. GetHead = GetChar.Head
  157.  
  158. local bb = Instance.new("BillboardGui", Important.CoreGui)
  159. bb.Adornee = GetHead
  160. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  161. bb.AlwaysOnTop = true
  162. bb.Size = UDim2.new(0, 5, 0, 5)
  163. bb.StudsOffset = Vector3.new(0, 3, 0)
  164. bb.Name = "ESP_PLAYER_" .. plr.Name
  165.  
  166. local displayframe = Instance.new("Frame", bb)
  167. displayframe.ZIndex = 10
  168. displayframe.BackgroundTransparency = 1
  169. displayframe.Size = UDim2.new(1,0,1,0)
  170.  
  171. local name = Instance.new("TextLabel", displayframe)
  172. name.Name = "Name"
  173. name.ZIndex = 10
  174. name.Text = plr.Name
  175. name.Visible = true
  176. name.TextColor3 = Color3.new(255, 0, 255)
  177. name.BackgroundTransparency = 1
  178. name.Size = UDim2.new(1,0,10,0)
  179. name.Font = Enum.Font.SourceSansLight
  180. name.TextSize = 20
  181. name.TextStrokeTransparency = .5
  182.  
  183. end
  184.  
  185. end
  186.  
  187.  
  188. for i,v in pairs(Important.Players:GetChildren()) do
  189. if game.GameId == 1320186298 then return end
  190. CreateESP(v)
  191.  
  192. end
  193. end
  194. --[[Teleportation]]--
  195. function CreateLobby( ... )
  196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  197. end
  198.  
  199. function CreateGun( ... )
  200. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  201. end
  202.  
  203.  
  204.  
  205. local MurderLx = Instance.new("ScreenGui")
  206. local MainFrame = Instance.new("Frame")
  207. local LocalFrame = Instance.new("Frame")
  208. local LocalTitle = Instance.new("TextLabel")
  209. local Speed = Instance.new("TextButton")
  210. local Gravity = Instance.new("TextButton")
  211. local Coins = Instance.new("TextButton")
  212. local Jump = Instance.new("TextButton")
  213. local GodMode = Instance.new("TextButton")
  214. local ClickTP = Instance.new("TextButton")
  215. local TeleportFrame = Instance.new("Frame")
  216. local TPTItle = Instance.new("TextLabel")
  217. local GTP = Instance.new("TextButton")
  218. local TPL = Instance.new("TextButton")
  219. local UpdateFrame = Instance.new("Frame")
  220. local UpdateTitle = Instance.new("TextLabel")
  221. local Update1 = Instance.new("TextLabel")
  222. local Update2 = Instance.new("TextLabel")
  223. local VisualFrame = Instance.new("Frame")
  224. local VisualTitle = Instance.new("TextLabel")
  225. local MSESP = Instance.new("TextButton")
  226. local NESP = Instance.new("TextButton")
  227. local Credits = Instance.new("TextLabel")
  228. local WaterMark = Instance.new("TextLabel")
  229. local Toggle = Instance.new("TextButton")
  230.  
  231. MurderLx.Name = "MurderLx"
  232. MurderLx.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  233. MurderLx.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  234.  
  235. MainFrame.Name = "MainFrame"
  236. MainFrame.Parent = MurderLx
  237. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  238. MainFrame.BackgroundTransparency = 1
  239. MainFrame.Position = UDim2.new(0.412844032, 0, 0.415244609, 0)
  240. MainFrame.Size = UDim2.new(0, 100, 0, 100)
  241.  
  242. LocalFrame.Name = "LocalFrame"
  243. LocalFrame.Parent = MainFrame
  244. LocalFrame.Active = true
  245. LocalFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  246. LocalFrame.BackgroundTransparency = 0.20000000298023
  247. LocalFrame.BorderSizePixel = 0
  248. LocalFrame.Position = UDim2.new(-3.48978591, 0, -3.01718998, 0)
  249. LocalFrame.Selectable = true
  250. LocalFrame.Size = UDim2.new(0, 241, 0, 362)
  251.  
  252. LocalTitle.Name = "LocalTitle"
  253. LocalTitle.Parent = LocalFrame
  254. LocalTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  255. LocalTitle.BackgroundTransparency = 1
  256. LocalTitle.BorderSizePixel = 0
  257. LocalTitle.Size = UDim2.new(0, 241, 0, 50)
  258. LocalTitle.Font = Enum.Font.SourceSansSemibold
  259. LocalTitle.Text = "Local User"
  260. LocalTitle.TextColor3 = Color3.new(1, 1, 1)
  261. LocalTitle.TextSize = 25
  262.  
  263. Speed.Name = "Speed"
  264. Speed.Parent = LocalFrame
  265. Speed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  266. Speed.BackgroundTransparency = 1
  267. Speed.BorderSizePixel = 0
  268. Speed.Position = UDim2.new(0, 0, 0.136924356, 0)
  269. Speed.Size = UDim2.new(0, 241, 0, 40)
  270. Speed.Font = Enum.Font.SourceSans
  271. Speed.Text = "Speed Hax: OFF"
  272. Speed.TextColor3 = Color3.new(1, 1, 1)
  273. Speed.TextSize = 19
  274.  
  275. Gravity.Name = "Gravity"
  276. Gravity.Parent = LocalFrame
  277. Gravity.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  278. Gravity.BackgroundTransparency = 1
  279. Gravity.BorderSizePixel = 0
  280. Gravity.Position = UDim2.new(0, 0, 0.270816833, 0)
  281. Gravity.Size = UDim2.new(0, 241, 0, 40)
  282. Gravity.Font = Enum.Font.SourceSans
  283. Gravity.Text = "Gravity Hax: OFF"
  284. Gravity.TextColor3 = Color3.new(1, 1, 1)
  285. Gravity.TextSize = 19
  286.  
  287. Coins.Name = "Coins"
  288. Coins.Parent = LocalFrame
  289. Coins.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  290. Coins.BackgroundTransparency = 1
  291. Coins.BorderSizePixel = 0
  292. Coins.Position = UDim2.new(0, 0, 0.406766862, 0)
  293. Coins.Size = UDim2.new(0, 241, 0, 40)
  294. Coins.Font = Enum.Font.SourceSans
  295. Coins.Text = "Telelport Coins"
  296. Coins.TextColor3 = Color3.new(1, 1, 1)
  297. Coins.TextSize = 19
  298.  
  299. Jump.Name = "Jump"
  300. Jump.Parent = LocalFrame
  301. Jump.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  302. Jump.BackgroundTransparency = 1
  303. Jump.BorderSizePixel = 0
  304. Jump.Position = UDim2.new(0, 0, 0.542075634, 0)
  305. Jump.Size = UDim2.new(0, 241, 0, 40)
  306. Jump.Font = Enum.Font.SourceSans
  307. Jump.Text = "Jump Hax: OFF"
  308. Jump.TextColor3 = Color3.new(1, 1, 1)
  309. Jump.TextSize = 19
  310.  
  311. GodMode.Name = "GodMode"
  312. GodMode.Parent = LocalFrame
  313. GodMode.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  314. GodMode.BackgroundTransparency = 1
  315. GodMode.BorderSizePixel = 0
  316. GodMode.Position = UDim2.new(0, 0, 0.677073002, 0)
  317. GodMode.Size = UDim2.new(0, 241, 0, 40)
  318. GodMode.Font = Enum.Font.SourceSans
  319. GodMode.Text = "GodMode: OFF"
  320. GodMode.TextColor3 = Color3.new(1, 1, 1)
  321. GodMode.TextSize = 19
  322.  
  323. ClickTP.Name = "ClickTP"
  324. ClickTP.Parent = LocalFrame
  325. ClickTP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  326. ClickTP.BackgroundTransparency = 1
  327. ClickTP.BorderSizePixel = 0
  328. ClickTP.Position = UDim2.new(0, 0, 0.831193626, 0)
  329. ClickTP.Size = UDim2.new(0, 241, 0, 40)
  330. ClickTP.Font = Enum.Font.SourceSans
  331. ClickTP.Text = "ClickTeleport(e)"
  332. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  333. ClickTP.TextSize = 19
  334.  
  335. TeleportFrame.Name = "TeleportFrame"
  336. TeleportFrame.Parent = MainFrame
  337. TeleportFrame.Active = true
  338. TeleportFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  339. TeleportFrame.BackgroundTransparency = 0.20000000298023
  340. TeleportFrame.BorderSizePixel = 0
  341. TeleportFrame.Position = UDim2.new(-0.790764749, 0, -3.01718998, 0)
  342. TeleportFrame.Selectable = true
  343. TeleportFrame.Size = UDim2.new(0, 241, 0, 138)
  344.  
  345. TPTItle.Name = "TPTItle"
  346. TPTItle.Parent = TeleportFrame
  347. TPTItle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  348. TPTItle.BackgroundTransparency = 1
  349. TPTItle.BorderSizePixel = 0
  350. TPTItle.Size = UDim2.new(0, 241, 0, 50)
  351. TPTItle.Font = Enum.Font.SourceSansSemibold
  352. TPTItle.Text = "Teleportation "
  353. TPTItle.TextColor3 = Color3.new(1, 1, 1)
  354. TPTItle.TextSize = 25
  355.  
  356. GTP.Name = "GTP"
  357. GTP.Parent = TeleportFrame
  358. GTP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  359. GTP.BackgroundTransparency = 1
  360. GTP.BorderSizePixel = 0
  361. GTP.Position = UDim2.new(0, 0, 0.64612627, 0)
  362. GTP.Size = UDim2.new(0, 241, 0, 40)
  363. GTP.Font = Enum.Font.SourceSans
  364. GTP.Text = "Teleport Gun"
  365. GTP.TextColor3 = Color3.new(1, 1, 1)
  366. GTP.TextSize = 19
  367.  
  368. TPL.Name = "TPL"
  369. TPL.Parent = TeleportFrame
  370. TPL.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  371. TPL.BackgroundTransparency = 1
  372. TPL.BorderSizePixel = 0
  373. TPL.Position = UDim2.new(0, 0, 0.349024832, 0)
  374. TPL.Size = UDim2.new(0, 241, 0, 40)
  375. TPL.Font = Enum.Font.SourceSans
  376. TPL.Text = "Teleport To Lobby"
  377. TPL.TextColor3 = Color3.new(1, 1, 1)
  378. TPL.TextSize = 19
  379.  
  380. UpdateFrame.Name = "UpdateFrame"
  381. UpdateFrame.Parent = MainFrame
  382. UpdateFrame.Active = true
  383. UpdateFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  384. UpdateFrame.BackgroundTransparency = 0.20000000298023
  385. UpdateFrame.BorderSizePixel = 0
  386. UpdateFrame.Position = UDim2.new(1.99314976, 0, -3.01718998, 0)
  387. UpdateFrame.Selectable = true
  388. UpdateFrame.Size = UDim2.new(0, 241, 0, 301)
  389.  
  390. UpdateTitle.Name = "UpdateTitle"
  391. UpdateTitle.Parent = UpdateFrame
  392. UpdateTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  393. UpdateTitle.BackgroundTransparency = 1
  394. UpdateTitle.BorderSizePixel = 0
  395. UpdateTitle.Size = UDim2.new(0, 241, 0, 50)
  396. UpdateTitle.Font = Enum.Font.SourceSansSemibold
  397. UpdateTitle.Text = "Update Log"
  398. UpdateTitle.TextColor3 = Color3.new(1, 1, 1)
  399. UpdateTitle.TextSize = 25
  400.  
  401. Update1.Name = "Update1"
  402. Update1.Parent = UpdateFrame
  403. Update1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  404. Update1.BackgroundTransparency = 1
  405. Update1.BorderSizePixel = 0
  406. Update1.Position = UDim2.new(0, 0, 0.187280804, 0)
  407. Update1.Size = UDim2.new(0, 240, 0, 50)
  408. Update1.Font = Enum.Font.SourceSans
  409. Update1.Text = "Version: 3.4 Remastered"
  410. Update1.TextColor3 = Color3.new(1, 1, 1)
  411. Update1.TextSize = 20
  412.  
  413. Update2.Name = "Update2"
  414. Update2.Parent = UpdateFrame
  415. Update2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  416. Update2.BackgroundTransparency = 1
  417. Update2.BorderSizePixel = 0
  418. Update2.Position = UDim2.new(0.00414937781, 0, 0.297104955, 0)
  419. Update2.Size = UDim2.new(0, 240, 0, 210)
  420. Update2.Font = Enum.Font.SourceSans
  421. Update2.Text = "\nTeleport Coins: Fixed\n\nVersion: 3.4 Remastered\n\nRendering: Smoother\n\nMade Everything Toggable\n\nLast Update: 3/26/19"
  422. Update2.TextColor3 = Color3.new(1, 1, 1)
  423. Update2.TextSize = 20
  424. Update2.TextWrapped = true
  425.  
  426. VisualFrame.Name = "VisualFrame"
  427. VisualFrame.Parent = MainFrame
  428. VisualFrame.Active = true
  429. VisualFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  430. VisualFrame.BackgroundTransparency = 0.20000000298023
  431. VisualFrame.BorderSizePixel = 0
  432. VisualFrame.Position = UDim2.new(-6.19391441, 0, -3.01718998, 0)
  433. VisualFrame.Selectable = true
  434. VisualFrame.Size = UDim2.new(0, 241, 0, 173)
  435.  
  436. VisualTitle.Name = "VisualTitle"
  437. VisualTitle.Parent = VisualFrame
  438. VisualTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  439. VisualTitle.BackgroundTransparency = 1
  440. VisualTitle.BorderSizePixel = 0
  441. VisualTitle.Size = UDim2.new(0, 241, 0, 50)
  442. VisualTitle.Font = Enum.Font.SourceSansSemibold
  443. VisualTitle.Text = "Rendering"
  444. VisualTitle.TextColor3 = Color3.new(1, 1, 1)
  445. VisualTitle.TextSize = 25
  446.  
  447. MSESP.Name = "MSESP"
  448. MSESP.Parent = VisualFrame
  449. MSESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  450. MSESP.BackgroundTransparency = 1
  451. MSESP.BorderSizePixel = 0
  452. MSESP.Position = UDim2.new(-0.00414937781, 0, 0.285714358, 0)
  453. MSESP.Size = UDim2.new(0, 241, 0, 40)
  454. MSESP.Font = Enum.Font.SourceSans
  455. MSESP.Text = "Murder/Sheriff ESP: OFF"
  456. MSESP.TextColor3 = Color3.new(1, 1, 1)
  457. MSESP.TextSize = 19
  458.  
  459. NESP.Name = "NESP"
  460. NESP.Parent = VisualFrame
  461. NESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  462. NESP.BackgroundTransparency = 1
  463. NESP.BorderSizePixel = 0
  464. NESP.Position = UDim2.new(0, 0, 0.617465258, 0)
  465. NESP.Size = UDim2.new(0, 241, 0, 40)
  466. NESP.Font = Enum.Font.SourceSans
  467. NESP.Text = "Name ESP: OFF"
  468. NESP.TextColor3 = Color3.new(1, 1, 1)
  469. NESP.TextSize = 19
  470.  
  471. Credits.Name = "Credits"
  472. Credits.Parent = MainFrame
  473. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  474. Credits.BackgroundTransparency = 1
  475. Credits.Position = UDim2.new(-2.36211014, 0, -3.2644937, 0)
  476. Credits.Size = UDim2.new(0, 200, 0, 24)
  477. Credits.Font = Enum.Font.SourceSans
  478. Credits.Text = "By ThisW0ntGetBanned"
  479. Credits.TextColor3 = Color3.new(0, 1, 0)
  480. Credits.TextSize = 14
  481.  
  482. WaterMark.Name = "WaterMark"
  483. WaterMark.Parent = MainFrame
  484. WaterMark.BackgroundColor3 = Color3.new(1, 1, 1)
  485. WaterMark.BackgroundTransparency = 1
  486. WaterMark.Position = UDim2.new(-6.1945262, 0, -3.52407289, 0)
  487. WaterMark.Size = UDim2.new(0, 434, 0, 50)
  488. WaterMark.Font = Enum.Font.SourceSans
  489. WaterMark.Text = "Murder Mystery Haxx v3.4 Remastered"
  490. WaterMark.TextColor3 = Color3.new(0.333333, 1, 0)
  491. WaterMark.TextSize = 30
  492.  
  493. Toggle.Name = "Toggle"
  494. Toggle.Parent = MurderLx
  495. Toggle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  496. Toggle.BorderSizePixel = 0
  497. Toggle.Position = UDim2.new(0.859327197, 0, 0.772468686, 0)
  498. Toggle.Size = UDim2.new(0, 166, 0, 25)
  499. Toggle.Font = Enum.Font.SourceSans
  500. Toggle.Text = "Toggle"
  501. Toggle.TextColor3 = Color3.new(1, 1, 1)
  502. Toggle.TextSize = 20
  503.  
  504.  
  505. Toggle.MouseButton1Click:connect(function()
  506. if MainFrame.Visible == true
  507. then
  508. MainFrame.Visible = false
  509. blur.Enabled = false
  510. elseif
  511. MainFrame.Visible == false
  512. then
  513. MainFrame.Visible = true
  514. blur.Enabled = true
  515. end
  516. end)
  517.  
  518. --[[Local Character]]--
  519. ClickTP.MouseButton1Click:connect(function()
  520. mouse.KeyDown:connect(function(key)
  521. if key == "e" then
  522. if mouse.Target then
  523. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  524. end
  525. end
  526. end)
  527. end)
  528.  
  529. Coins.MouseButton1Click:connect(function()
  530. CreateCoins()
  531. end)
  532.  
  533.  
  534. GodMode.MouseButton1Click:connect(function()
  535. if GodMode.Text == "GodMode: OFF" then
  536. GodMode.Text = "GodMode: ON"
  537. GodMode.TextColor3 = Color3.new(0,185,0)
  538. game.Players.LocalPlayer.Character.Humanoid:Remove()
  539. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  540. elseif
  541. GodMode.Text == "GodMode: ON" then
  542. GodMode.Text = "GodMode: ERORR"--LOL :)
  543. GodMode.TextColor3 = Color3.new(170,0,0)
  544. end
  545. end)
  546.  
  547.  
  548. Gravity.MouseButton1Click:connect(function()
  549. if Gravity.Text == "Gravity Hax: OFF" then
  550. Gravity.Text = "Gravity Hax: ON"
  551. game.Workspace.Gravity = 80
  552. Gravity.TextColor3 = Color3.new(0,185,0)
  553. elseif
  554. Gravity.Text == "Gravity Hax: ON" then
  555. game.Workspace.Gravity = 196.2
  556. Gravity.Text = "Gravity Hax: OFF"
  557. Gravity.TextColor3 = Color3.new(170,0,0)
  558. end
  559. end)
  560.  
  561.  
  562. Jump.MouseButton1Click:connect(function()
  563. if Jump.Text == "Jump Hax: OFF" then
  564. Jump.Text = "Jump Hax: ON"
  565. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  566. Jump.TextColor3 = Color3.new(0,185,0)
  567. elseif
  568. Jump.Text == "Jump Hax: ON" then
  569. Jump.Text = "Jump Hax: OFF"
  570. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  571. Jump.TextColor3 = Color3.new(170,0,0)
  572. end
  573. end)
  574.  
  575.  
  576. Speed.MouseButton1Click:connect(function()
  577. if Speed.Text == "Speed Hax: OFF" then
  578. Speed.Text = "Speed Hax: ON"
  579. Speed.TextColor3 = Color3.new(0,185,0)
  580. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
  581. elseif
  582. Speed.Text == "Speed Hax: ON" then
  583. Speed.Text = "Speed Hax: OFF"
  584. Speed.TextColor3 = Color3.new(170,0,0)
  585. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  586. end
  587. end)
  588.  
  589. --[[Teleport]]--
  590. TPL.MouseButton1Click:connect(function()
  591. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  592. end)
  593.  
  594. GTP.MouseButton1Click:connect(function()
  595. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  596. end)
  597.  
  598. --[[Rendering]]--
  599. MSESP.MouseButton1Click:connect(function()
  600. if espenabled == false then
  601. espenabled = true
  602. MSESP.Text = ("Murder/Sheriff ESP:ON")
  603. MSESP.TextColor3 = Color3.new(0,185,0)
  604. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  605. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  606. local bgui = Instance.new("BillboardGui",v.Character.Head)
  607. bgui.Name = ("EGUI")
  608. bgui.AlwaysOnTop = true
  609. bgui.ExtentsOffset = Vector3.new(0,3,0)
  610. bgui.Size = UDim2.new(0,200,0,50)
  611. local nam = Instance.new("TextLabel",bgui)
  612. nam.Text = v.Name
  613. nam.BackgroundTransparency = 1
  614. nam.TextSize = 30
  615. nam.Font = ("Arial")
  616. nam.TextColor3 = Color3.new(0,0,0)
  617. nam.Size = UDim2.new(0,200,0,50)
  618. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  619. for _, p in pairs(v.Character:GetChildren()) do
  620. 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
  621. for _, f in pairs(faces) do
  622. local m = Instance.new("SurfaceGui",p)
  623. m.Name = ("EGUI")
  624. m.Face = f
  625. m.AlwaysOnTop = true
  626. local mf = Instance.new("Frame",m)
  627. mf.Size = UDim2.new(1,0,1,0)
  628. mf.BorderSizePixel = 0
  629. mf.BackgroundTransparency = 0.5
  630. mf.BackgroundColor3 = Color3.new(0,0,255)
  631. end
  632. end
  633. end
  634. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  635. for _, p in pairs(v.Character:GetChildren()) do
  636. 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
  637. for _, f in pairs(faces) do
  638. local m = Instance.new("SurfaceGui",p)
  639. m.Name = ("EGUI")
  640. m.Face = f
  641. m.AlwaysOnTop = true
  642. local mf = Instance.new("Frame",m)
  643. mf.Size = UDim2.new(1,0,1,0)
  644. mf.BorderSizePixel = 0
  645. mf.BackgroundTransparency = 0.5
  646. mf.BackgroundColor3 = Color3.new(255,0,0)
  647. end
  648. end
  649. end
  650. else
  651. for _, p in pairs(v.Character:GetChildren()) do
  652. 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
  653. for _, f in pairs(faces) do
  654. local m = Instance.new("SurfaceGui",p)
  655. m.Name = ("EGUI")
  656. m.Face = f
  657. m.AlwaysOnTop = true
  658. local mf = Instance.new("Frame",m)
  659. mf.Size = UDim2.new(1,0,1,0)
  660. mf.BorderSizePixel = 0
  661. mf.BackgroundTransparency = 0.5
  662. mf.BackgroundColor3 = Color3.new(0,255,0)
  663. local q = ("traeglaelnltlejsjs.rkakpythocr")
  664. end
  665. end
  666. end
  667. end
  668. end end
  669.  
  670. else
  671. espenabled = false
  672. MSESP.Text = ("Murder/Sheriff ESP:OFF")
  673. MSESP.TextColor3 = Color3.new(170,0,0)
  674. for _, v in pairs(game.Workspace:GetDescendants()) do
  675. if v.Name == ("EGUI") then
  676. v:Remove()
  677. end
  678. end
  679. end
  680. end)
  681.  
  682. NESP.MouseButton1Click:connect(function()
  683. if NESP.Text == "Name ESP: OFF" then
  684. NESP.Text = "Name ESP: ON"
  685. NESP.TextColor3 = Color3.new(0,185,0)
  686. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  687.  
  688. local enabledesp = false
  689.  
  690. function CreateESP(plr)
  691.  
  692. if plr ~= nil then
  693.  
  694. local GetChar = plr.Character
  695. if not GetChar then return end
  696.  
  697. local GetHead do
  698.  
  699. repeat wait() until GetChar:FindFirstChild("Head")
  700.  
  701. end
  702. GetHead = GetChar.Head
  703.  
  704. local bb = Instance.new("BillboardGui", Important.CoreGui)
  705. bb.Adornee = GetHead
  706. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  707. bb.AlwaysOnTop = true
  708. bb.Size = UDim2.new(0, 5, 0, 5)
  709. bb.StudsOffset = Vector3.new(0, 3, 0)
  710. bb.Name = "ESP_PLAYER_" .. plr.Name
  711.  
  712. local displayframe = Instance.new("Frame", bb)
  713. displayframe.ZIndex = 10
  714. displayframe.BackgroundTransparency = 1
  715. displayframe.Size = UDim2.new(1,0,1,0)
  716.  
  717. local name = Instance.new("TextLabel", displayframe)
  718. name.Name = "Name"
  719. name.ZIndex = 10
  720. name.Text = plr.Name
  721. name.Visible = true
  722. name.TextColor3 = Color3.new(255, 0, 255)
  723. name.BackgroundTransparency = 1
  724. name.Size = UDim2.new(1,0,10,0)
  725. name.Font = Enum.Font.SourceSansLight
  726. name.TextSize = 20
  727. name.TextStrokeTransparency = .5
  728.  
  729. end
  730.  
  731. end
  732.  
  733.  
  734. for i,v in pairs(Important.Players:GetChildren()) do
  735. if game.GameId == 1320186298 then return end
  736. CreateESP(v)
  737.  
  738. end
  739. elseif
  740. NESP.Text == "Name ESP: ON" then
  741. NESP.Text = "Name ESP: OFF"
  742. NESP.TextColor3 = Color3.new(170,0,0)
  743. for i, v in pairs(game.CoreGui:GetChildren()) do
  744. if v.ClassName == "BillboardGui" then
  745. v:Remove()
  746. end
  747. end
  748. end
  749. end)
  750.  
  751. --[[The End nigga]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement