Advertisement
Guest User

MM2 gui

a guest
Apr 18th, 2019
17,834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.57 KB | None | 0 0
  1. --[[
  2. Made by ThisW0ntGetBanned
  3. Discord: https://discord.gg/MyjGtee
  4. Enjoy Kiddo's
  5. ]]
  6.  
  7. --[[Getting Service]]--
  8. local Plrs = game:GetService("Players");
  9. local Run = game:GetService("RunService");
  10. local CoreGui = game:GetService("CoreGui");
  11. local StartGui = game:GetService("StarterGui");
  12. local Teams = game:GetService("Teams");
  13. local UserInput = game:GetService("UserInputService");
  14. local Light = game:GetService("Lighting");
  15. local Workspace = game:GetService("Workspace");
  16. local CoreGui = game:GetService("CoreGui");
  17. local Players = game:GetService("Players");
  18.  
  19. local secret953 = secret953 or debug.getupvalues;
  20. local secret500 = secret500 or debug.setupvalue;
  21. local getreg = getreg or debug.getregistry;
  22.  
  23. plr = game.Players.LocalPlayer ;
  24. hum = plr.Character.HumanoidRootPart
  25. mouse = plr:GetMouse();
  26. espenabled = false;
  27.  
  28. pcall(function()
  29. game.CoreGui.MurderLx:Destroy()
  30. end)
  31.  
  32. local cam = workspace.CurrentCamera
  33. local blur = Instance.new("BlurEffect")
  34. blur.Size = 40
  35. blur.Parent = cam
  36. blur.Enabled = true
  37.  
  38. local Rendering = {
  39. MurderSheriffESP = false,
  40. NameESP = false,
  41. UserESP = false,
  42. }
  43.  
  44.  
  45. local User = {
  46. SpeedHax = false,
  47. JumpHax = false,
  48. GravityHax = false,
  49. GodModeHax = false,
  50. CoinsXX = false,
  51. CTP = false,
  52. }
  53.  
  54. local Teleport = {
  55. L = false,
  56. }
  57.  
  58. local ULog = {
  59. ["Info"] = "Murder Mystery GUI, remastered, version 3.4, Made by ThisW0ntGetBanned, Discord: https://discord.gg/MyjGtee",
  60. ["Date"] = "3/26/19"
  61. }
  62.  
  63. function GetPlayers( ... )
  64. for i, v in pairs(game.Players:GetChildren()) do
  65. warn(i,v)
  66. end
  67. end
  68. --[[Local Character Functions]]--
  69. function CreateGod( ... )
  70. if GodMode.Text == "GodeMode: OFF" then
  71. GodMode.Text = "GodeMode: ON"
  72. GodMode.TextColor3 = Color3.new(0,185,0)
  73. game.Players.LocalPlayer.Character.Humanoid:Remove()
  74. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  75. elseif
  76. GodMode.Text == "GodMode: ON" then
  77. GodMode.Text = "GodMode: ERORR"--LOL :)
  78. GodMode.TextColor3 = Color3.new(170,0,0)
  79. end
  80. end
  81.  
  82. function CreateGrav( ... )
  83. if Gravity.Text == "Gravity Hax: OFF" then
  84. Gravity.Text = "Gravity Hax: ON"
  85. game.Workspace.Gravity = 80
  86. Gravity.TextColor3 = Color3.new(0,185,0)
  87. elseif
  88. Gravity.Text == "Gravity Hax: ON" then
  89. game.Workspace.Gravity = 196.2
  90. Gravity.Text = "Gravity Hax: OFF"
  91. Gravity.TextColor3 = Color3.new(170,0,0)
  92. end
  93. end
  94.  
  95. function CreateSpeed( ... )
  96. if Speed.Text == "Speed Hax: OFF" then
  97. Speed.Text = "Speed Hax: ON"
  98. Speed.TextColor3 = Color3.new(0,185,0)
  99. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
  100. elseif
  101. Speed.Text == "Speed Hax: ON" then
  102. Speed.Text = "Speed Hax: OFF"
  103. Speed.TextColor3 = Color3.new(170,0,0)
  104. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  105. end
  106. end
  107.  
  108. function CreateJump( ... )
  109. if Jump.Text == "Jump Hax: OFF" then
  110. Jump.Text = "Jump Hax: ON"
  111. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  112. Jump.TextColor3 = Color3.new(0,185,0)
  113. elseif
  114. Jump.Text == "Jump Hax: ON" then
  115. Jump.Text = "Jump Hax: OFF"
  116. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  117. Jump.TextColor3 = Color3.new(170,0,0)
  118. end
  119. end
  120.  
  121. function CreateCoins( ... )
  122. for i, v in pairs(game.Workspace:GetDescendants()) do
  123. if v.Name == "Coin" then
  124. v.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  125. end
  126. end
  127. end
  128.  
  129. function CreateCLickTP( ... )
  130. mouse.KeyDown:connect(function(key)
  131. if key == "e" then
  132. if mouse.Target then
  133. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  134. end
  135. end
  136. end)
  137. end
  138.  
  139. --[[Rendering Functions]]--
  140.  
  141. function CreateSherrifMurderESP( ... )
  142. -- body
  143. end
  144.  
  145. function CreateNames( ... )
  146. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  147.  
  148. local enabledesp = false
  149.  
  150. function CreateESP(plr)
  151.  
  152. if plr ~= nil then
  153.  
  154. local GetChar = plr.Character
  155. if not GetChar then return end
  156.  
  157. local GetHead do
  158.  
  159. repeat wait() until GetChar:FindFirstChild("Head")
  160.  
  161. end
  162. GetHead = GetChar.Head
  163.  
  164. local bb = Instance.new("BillboardGui", Important.CoreGui)
  165. bb.Adornee = GetHead
  166. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  167. bb.AlwaysOnTop = true
  168. bb.Size = UDim2.new(0, 5, 0, 5)
  169. bb.StudsOffset = Vector3.new(0, 3, 0)
  170. bb.Name = "ESP_PLAYER_" .. plr.Name
  171.  
  172. local displayframe = Instance.new("Frame", bb)
  173. displayframe.ZIndex = 10
  174. displayframe.BackgroundTransparency = 1
  175. displayframe.Size = UDim2.new(1,0,1,0)
  176.  
  177. local name = Instance.new("TextLabel", displayframe)
  178. name.Name = "Name"
  179. name.ZIndex = 10
  180. name.Text = plr.Name
  181. name.Visible = true
  182. name.TextColor3 = Color3.new(255, 0, 255)
  183. name.BackgroundTransparency = 1
  184. name.Size = UDim2.new(1,0,10,0)
  185. name.Font = Enum.Font.SourceSansLight
  186. name.TextSize = 20
  187. name.TextStrokeTransparency = .5
  188.  
  189. end
  190.  
  191. end
  192.  
  193.  
  194. for i,v in pairs(Important.Players:GetChildren()) do
  195. if game.GameId == 1320186298 then return end
  196. CreateESP(v)
  197.  
  198. end
  199. end
  200. --[[Teleportation]]--
  201. function CreateLobby( ... )
  202. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  203. end
  204.  
  205. function CreateGun( ... )
  206. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  207. end
  208.  
  209.  
  210.  
  211. local MurderLx = Instance.new("ScreenGui")
  212. local MainFrame = Instance.new("Frame")
  213. local LocalFrame = Instance.new("Frame")
  214. local LocalTitle = Instance.new("TextLabel")
  215. local Speed = Instance.new("TextButton")
  216. local Gravity = Instance.new("TextButton")
  217. local Coins = Instance.new("TextButton")
  218. local Jump = Instance.new("TextButton")
  219. local GodMode = Instance.new("TextButton")
  220. local ClickTP = Instance.new("TextButton")
  221. local TeleportFrame = Instance.new("Frame")
  222. local TPTItle = Instance.new("TextLabel")
  223. local GTP = Instance.new("TextButton")
  224. local TPL = Instance.new("TextButton")
  225. local UpdateFrame = Instance.new("Frame")
  226. local UpdateTitle = Instance.new("TextLabel")
  227. local Update1 = Instance.new("TextLabel")
  228. local Update2 = Instance.new("TextLabel")
  229. local VisualFrame = Instance.new("Frame")
  230. local VisualTitle = Instance.new("TextLabel")
  231. local MSESP = Instance.new("TextButton")
  232. local NESP = Instance.new("TextButton")
  233. local Credits = Instance.new("TextLabel")
  234. local WaterMark = Instance.new("TextLabel")
  235. local Toggle = Instance.new("TextButton")
  236.  
  237. MurderLx.Name = "MurderLx"
  238. MurderLx.Parent = game.CoreGui
  239. MurderLx.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  240.  
  241. MainFrame.Name = "MainFrame"
  242. MainFrame.Parent = MurderLx
  243. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  244. MainFrame.BackgroundTransparency = 1
  245. MainFrame.Position = UDim2.new(0.412844032, 0, 0.415244609, 0)
  246. MainFrame.Size = UDim2.new(0, 100, 0, 100)
  247.  
  248. LocalFrame.Name = "LocalFrame"
  249. LocalFrame.Parent = MainFrame
  250. LocalFrame.Active = true
  251. LocalFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  252. LocalFrame.BackgroundTransparency = 0.20000000298023
  253. LocalFrame.BorderSizePixel = 0
  254. LocalFrame.Position = UDim2.new(-3.48978591, 0, -3.01718998, 0)
  255. LocalFrame.Selectable = true
  256. LocalFrame.Size = UDim2.new(0, 241, 0, 362)
  257.  
  258. LocalTitle.Name = "LocalTitle"
  259. LocalTitle.Parent = LocalFrame
  260. LocalTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  261. LocalTitle.BackgroundTransparency = 1
  262. LocalTitle.BorderSizePixel = 0
  263. LocalTitle.Size = UDim2.new(0, 241, 0, 50)
  264. LocalTitle.Font = Enum.Font.SourceSansSemibold
  265. LocalTitle.Text = "Local User"
  266. LocalTitle.TextColor3 = Color3.new(1, 1, 1)
  267. LocalTitle.TextSize = 25
  268.  
  269. Speed.Name = "Speed"
  270. Speed.Parent = LocalFrame
  271. Speed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  272. Speed.BackgroundTransparency = 1
  273. Speed.BorderSizePixel = 0
  274. Speed.Position = UDim2.new(0, 0, 0.136924356, 0)
  275. Speed.Size = UDim2.new(0, 241, 0, 40)
  276. Speed.Font = Enum.Font.SourceSans
  277. Speed.Text = "Speed Hax: OFF"
  278. Speed.TextColor3 = Color3.new(1, 1, 1)
  279. Speed.TextSize = 19
  280.  
  281. Gravity.Name = "Gravity"
  282. Gravity.Parent = LocalFrame
  283. Gravity.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  284. Gravity.BackgroundTransparency = 1
  285. Gravity.BorderSizePixel = 0
  286. Gravity.Position = UDim2.new(0, 0, 0.270816833, 0)
  287. Gravity.Size = UDim2.new(0, 241, 0, 40)
  288. Gravity.Font = Enum.Font.SourceSans
  289. Gravity.Text = "Gravity Hax: OFF"
  290. Gravity.TextColor3 = Color3.new(1, 1, 1)
  291. Gravity.TextSize = 19
  292.  
  293. Coins.Name = "Coins"
  294. Coins.Parent = LocalFrame
  295. Coins.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  296. Coins.BackgroundTransparency = 1
  297. Coins.BorderSizePixel = 0
  298. Coins.Position = UDim2.new(0, 0, 0.406766862, 0)
  299. Coins.Size = UDim2.new(0, 241, 0, 40)
  300. Coins.Font = Enum.Font.SourceSans
  301. Coins.Text = "Telelport Coins"
  302. Coins.TextColor3 = Color3.new(1, 1, 1)
  303. Coins.TextSize = 19
  304.  
  305. Jump.Name = "Jump"
  306. Jump.Parent = LocalFrame
  307. Jump.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  308. Jump.BackgroundTransparency = 1
  309. Jump.BorderSizePixel = 0
  310. Jump.Position = UDim2.new(0, 0, 0.542075634, 0)
  311. Jump.Size = UDim2.new(0, 241, 0, 40)
  312. Jump.Font = Enum.Font.SourceSans
  313. Jump.Text = "Jump Hax: OFF"
  314. Jump.TextColor3 = Color3.new(1, 1, 1)
  315. Jump.TextSize = 19
  316.  
  317. GodMode.Name = "GodMode"
  318. GodMode.Parent = LocalFrame
  319. GodMode.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  320. GodMode.BackgroundTransparency = 1
  321. GodMode.BorderSizePixel = 0
  322. GodMode.Position = UDim2.new(0, 0, 0.677073002, 0)
  323. GodMode.Size = UDim2.new(0, 241, 0, 40)
  324. GodMode.Font = Enum.Font.SourceSans
  325. GodMode.Text = "GodMode: OFF"
  326. GodMode.TextColor3 = Color3.new(1, 1, 1)
  327. GodMode.TextSize = 19
  328.  
  329. ClickTP.Name = "ClickTP"
  330. ClickTP.Parent = LocalFrame
  331. ClickTP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  332. ClickTP.BackgroundTransparency = 1
  333. ClickTP.BorderSizePixel = 0
  334. ClickTP.Position = UDim2.new(0, 0, 0.831193626, 0)
  335. ClickTP.Size = UDim2.new(0, 241, 0, 40)
  336. ClickTP.Font = Enum.Font.SourceSans
  337. ClickTP.Text = "ClickTeleport(e)"
  338. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  339. ClickTP.TextSize = 19
  340.  
  341. TeleportFrame.Name = "TeleportFrame"
  342. TeleportFrame.Parent = MainFrame
  343. TeleportFrame.Active = true
  344. TeleportFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  345. TeleportFrame.BackgroundTransparency = 0.20000000298023
  346. TeleportFrame.BorderSizePixel = 0
  347. TeleportFrame.Position = UDim2.new(-0.790764749, 0, -3.01718998, 0)
  348. TeleportFrame.Selectable = true
  349. TeleportFrame.Size = UDim2.new(0, 241, 0, 138)
  350.  
  351. TPTItle.Name = "TPTItle"
  352. TPTItle.Parent = TeleportFrame
  353. TPTItle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  354. TPTItle.BackgroundTransparency = 1
  355. TPTItle.BorderSizePixel = 0
  356. TPTItle.Size = UDim2.new(0, 241, 0, 50)
  357. TPTItle.Font = Enum.Font.SourceSansSemibold
  358. TPTItle.Text = "Teleportation "
  359. TPTItle.TextColor3 = Color3.new(1, 1, 1)
  360. TPTItle.TextSize = 25
  361.  
  362. GTP.Name = "GTP"
  363. GTP.Parent = TeleportFrame
  364. GTP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  365. GTP.BackgroundTransparency = 1
  366. GTP.BorderSizePixel = 0
  367. GTP.Position = UDim2.new(0, 0, 0.64612627, 0)
  368. GTP.Size = UDim2.new(0, 241, 0, 40)
  369. GTP.Font = Enum.Font.SourceSans
  370. GTP.Text = "Teleport Gun"
  371. GTP.TextColor3 = Color3.new(1, 1, 1)
  372. GTP.TextSize = 19
  373.  
  374. TPL.Name = "TPL"
  375. TPL.Parent = TeleportFrame
  376. TPL.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  377. TPL.BackgroundTransparency = 1
  378. TPL.BorderSizePixel = 0
  379. TPL.Position = UDim2.new(0, 0, 0.349024832, 0)
  380. TPL.Size = UDim2.new(0, 241, 0, 40)
  381. TPL.Font = Enum.Font.SourceSans
  382. TPL.Text = "Teleport To Lobby"
  383. TPL.TextColor3 = Color3.new(1, 1, 1)
  384. TPL.TextSize = 19
  385.  
  386. UpdateFrame.Name = "UpdateFrame"
  387. UpdateFrame.Parent = MainFrame
  388. UpdateFrame.Active = true
  389. UpdateFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  390. UpdateFrame.BackgroundTransparency = 0.20000000298023
  391. UpdateFrame.BorderSizePixel = 0
  392. UpdateFrame.Position = UDim2.new(1.99314976, 0, -3.01718998, 0)
  393. UpdateFrame.Selectable = true
  394. UpdateFrame.Size = UDim2.new(0, 241, 0, 301)
  395.  
  396. UpdateTitle.Name = "UpdateTitle"
  397. UpdateTitle.Parent = UpdateFrame
  398. UpdateTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  399. UpdateTitle.BackgroundTransparency = 1
  400. UpdateTitle.BorderSizePixel = 0
  401. UpdateTitle.Size = UDim2.new(0, 241, 0, 50)
  402. UpdateTitle.Font = Enum.Font.SourceSansSemibold
  403. UpdateTitle.Text = "Update Log"
  404. UpdateTitle.TextColor3 = Color3.new(1, 1, 1)
  405. UpdateTitle.TextSize = 25
  406.  
  407. Update1.Name = "Update1"
  408. Update1.Parent = UpdateFrame
  409. Update1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  410. Update1.BackgroundTransparency = 1
  411. Update1.BorderSizePixel = 0
  412. Update1.Position = UDim2.new(0, 0, 0.187280804, 0)
  413. Update1.Size = UDim2.new(0, 240, 0, 50)
  414. Update1.Font = Enum.Font.SourceSans
  415. Update1.Text = "Version: 3.4 Remastered"
  416. Update1.TextColor3 = Color3.new(1, 1, 1)
  417. Update1.TextSize = 20
  418.  
  419. Update2.Name = "Update2"
  420. Update2.Parent = UpdateFrame
  421. Update2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  422. Update2.BackgroundTransparency = 1
  423. Update2.BorderSizePixel = 0
  424. Update2.Position = UDim2.new(0.00414937781, 0, 0.297104955, 0)
  425. Update2.Size = UDim2.new(0, 240, 0, 210)
  426. Update2.Font = Enum.Font.SourceSans
  427. Update2.Text = "\nTeleport Coins: Fixed\n\nVersion: 3.4 Remastered\n\nRendering: Smoother\n\nMade Everything Toggable\n\nLast Update: 3/26/19"
  428. Update2.TextColor3 = Color3.new(1, 1, 1)
  429. Update2.TextSize = 20
  430. Update2.TextWrapped = true
  431.  
  432. VisualFrame.Name = "VisualFrame"
  433. VisualFrame.Parent = MainFrame
  434. VisualFrame.Active = true
  435. VisualFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  436. VisualFrame.BackgroundTransparency = 0.20000000298023
  437. VisualFrame.BorderSizePixel = 0
  438. VisualFrame.Position = UDim2.new(-6.19391441, 0, -3.01718998, 0)
  439. VisualFrame.Selectable = true
  440. VisualFrame.Size = UDim2.new(0, 241, 0, 173)
  441.  
  442. VisualTitle.Name = "VisualTitle"
  443. VisualTitle.Parent = VisualFrame
  444. VisualTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  445. VisualTitle.BackgroundTransparency = 1
  446. VisualTitle.BorderSizePixel = 0
  447. VisualTitle.Size = UDim2.new(0, 241, 0, 50)
  448. VisualTitle.Font = Enum.Font.SourceSansSemibold
  449. VisualTitle.Text = "Rendering"
  450. VisualTitle.TextColor3 = Color3.new(1, 1, 1)
  451. VisualTitle.TextSize = 25
  452.  
  453. MSESP.Name = "MSESP"
  454. MSESP.Parent = VisualFrame
  455. MSESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  456. MSESP.BackgroundTransparency = 1
  457. MSESP.BorderSizePixel = 0
  458. MSESP.Position = UDim2.new(-0.00414937781, 0, 0.285714358, 0)
  459. MSESP.Size = UDim2.new(0, 241, 0, 40)
  460. MSESP.Font = Enum.Font.SourceSans
  461. MSESP.Text = "Murder/Sheriff ESP: OFF"
  462. MSESP.TextColor3 = Color3.new(1, 1, 1)
  463. MSESP.TextSize = 19
  464.  
  465. NESP.Name = "NESP"
  466. NESP.Parent = VisualFrame
  467. NESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  468. NESP.BackgroundTransparency = 1
  469. NESP.BorderSizePixel = 0
  470. NESP.Position = UDim2.new(0, 0, 0.617465258, 0)
  471. NESP.Size = UDim2.new(0, 241, 0, 40)
  472. NESP.Font = Enum.Font.SourceSans
  473. NESP.Text = "Name ESP: OFF"
  474. NESP.TextColor3 = Color3.new(1, 1, 1)
  475. NESP.TextSize = 19
  476.  
  477. Credits.Name = "Credits"
  478. Credits.Parent = MainFrame
  479. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  480. Credits.BackgroundTransparency = 1
  481. Credits.Position = UDim2.new(-2.36211014, 0, -3.2644937, 0)
  482. Credits.Size = UDim2.new(0, 200, 0, 24)
  483. Credits.Font = Enum.Font.SourceSans
  484. Credits.Text = "By ThisW0ntGetBanned"
  485. Credits.TextColor3 = Color3.new(0, 1, 0)
  486. Credits.TextSize = 14
  487.  
  488. WaterMark.Name = "WaterMark"
  489. WaterMark.Parent = MainFrame
  490. WaterMark.BackgroundColor3 = Color3.new(1, 1, 1)
  491. WaterMark.BackgroundTransparency = 1
  492. WaterMark.Position = UDim2.new(-6.1945262, 0, -3.52407289, 0)
  493. WaterMark.Size = UDim2.new(0, 434, 0, 50)
  494. WaterMark.Font = Enum.Font.SourceSans
  495. WaterMark.Text = "Murder Mystery Haxx v3.4 Remastered"
  496. WaterMark.TextColor3 = Color3.new(0.333333, 1, 0)
  497. WaterMark.TextSize = 30
  498.  
  499. Toggle.Name = "Toggle"
  500. Toggle.Parent = MurderLx
  501. Toggle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  502. Toggle.BorderSizePixel = 0
  503. Toggle.Position = UDim2.new(0.859327197, 0, 0.772468686, 0)
  504. Toggle.Size = UDim2.new(0, 166, 0, 25)
  505. Toggle.Font = Enum.Font.SourceSans
  506. Toggle.Text = "Toggle"
  507. Toggle.TextColor3 = Color3.new(1, 1, 1)
  508. Toggle.TextSize = 20
  509.  
  510.  
  511. Toggle.MouseButton1Click:connect(function()
  512. if MainFrame.Visible == true
  513. then
  514. MainFrame.Visible = false
  515. blur.Enabled = false
  516. elseif
  517. MainFrame.Visible == false
  518. then
  519. MainFrame.Visible = true
  520. blur.Enabled = true
  521. end
  522. end)
  523.  
  524. --[[Local Character]]--
  525. ClickTP.MouseButton1Click:connect(function()
  526. mouse.KeyDown:connect(function(key)
  527. if key == "e" then
  528. if mouse.Target then
  529. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  530. end
  531. end
  532. end)
  533. end)
  534.  
  535. Coins.MouseButton1Click:connect(function()
  536. CreateCoins()
  537. end)
  538.  
  539.  
  540. GodMode.MouseButton1Click:connect(function()
  541. if GodMode.Text == "GodMode: OFF" then
  542. GodMode.Text = "GodMode: ON"
  543. GodMode.TextColor3 = Color3.new(0,185,0)
  544. game.Players.LocalPlayer.Character.Humanoid:Remove()
  545. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  546. elseif
  547. GodMode.Text == "GodMode: ON" then
  548. GodMode.Text = "GodMode: ERORR"--LOL :)
  549. GodMode.TextColor3 = Color3.new(170,0,0)
  550. end
  551. end)
  552.  
  553.  
  554. Gravity.MouseButton1Click:connect(function()
  555. if Gravity.Text == "Gravity Hax: OFF" then
  556. Gravity.Text = "Gravity Hax: ON"
  557. game.Workspace.Gravity = 80
  558. Gravity.TextColor3 = Color3.new(0,185,0)
  559. elseif
  560. Gravity.Text == "Gravity Hax: ON" then
  561. game.Workspace.Gravity = 196.2
  562. Gravity.Text = "Gravity Hax: OFF"
  563. Gravity.TextColor3 = Color3.new(170,0,0)
  564. end
  565. end)
  566.  
  567.  
  568. Jump.MouseButton1Click:connect(function()
  569. if Jump.Text == "Jump Hax: OFF" then
  570. Jump.Text = "Jump Hax: ON"
  571. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  572. Jump.TextColor3 = Color3.new(0,185,0)
  573. elseif
  574. Jump.Text == "Jump Hax: ON" then
  575. Jump.Text = "Jump Hax: OFF"
  576. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  577. Jump.TextColor3 = Color3.new(170,0,0)
  578. end
  579. end)
  580.  
  581.  
  582. Speed.MouseButton1Click:connect(function()
  583. if Speed.Text == "Speed Hax: OFF" then
  584. Speed.Text = "Speed Hax: ON"
  585. Speed.TextColor3 = Color3.new(0,185,0)
  586. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
  587. elseif
  588. Speed.Text == "Speed Hax: ON" then
  589. Speed.Text = "Speed Hax: OFF"
  590. Speed.TextColor3 = Color3.new(170,0,0)
  591. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  592. end
  593. end)
  594.  
  595. --[[Teleport]]--
  596. TPL.MouseButton1Click:connect(function()
  597. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  598. end)
  599.  
  600. GTP.MouseButton1Click:connect(function()
  601. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  602. end)
  603.  
  604. --[[Rendering]]--
  605. MSESP.MouseButton1Click:connect(function()
  606. if espenabled == false then
  607. espenabled = true
  608. MSESP.Text = ("Murder/Sheriff ESP:ON")
  609. MSESP.TextColor3 = Color3.new(0,185,0)
  610. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  611. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  612. local bgui = Instance.new("BillboardGui",v.Character.Head)
  613. bgui.Name = ("EGUI")
  614. bgui.AlwaysOnTop = true
  615. bgui.ExtentsOffset = Vector3.new(0,3,0)
  616. bgui.Size = UDim2.new(0,200,0,50)
  617. local nam = Instance.new("TextLabel",bgui)
  618. nam.Text = v.Name
  619. nam.BackgroundTransparency = 1
  620. nam.TextSize = 30
  621. nam.Font = ("Arial")
  622. nam.TextColor3 = Color3.new(0,0,0)
  623. nam.Size = UDim2.new(0,200,0,50)
  624. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  625. for _, p in pairs(v.Character:GetChildren()) do
  626. 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
  627. for _, f in pairs(faces) do
  628. local m = Instance.new("SurfaceGui",p)
  629. m.Name = ("EGUI")
  630. m.Face = f
  631. m.AlwaysOnTop = true
  632. local mf = Instance.new("Frame",m)
  633. mf.Size = UDim2.new(1,0,1,0)
  634. mf.BorderSizePixel = 0
  635. mf.BackgroundTransparency = 0.5
  636. mf.BackgroundColor3 = Color3.new(0,0,255)
  637. end
  638. end
  639. end
  640. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  641. for _, p in pairs(v.Character:GetChildren()) do
  642. 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
  643. for _, f in pairs(faces) do
  644. local m = Instance.new("SurfaceGui",p)
  645. m.Name = ("EGUI")
  646. m.Face = f
  647. m.AlwaysOnTop = true
  648. local mf = Instance.new("Frame",m)
  649. mf.Size = UDim2.new(1,0,1,0)
  650. mf.BorderSizePixel = 0
  651. mf.BackgroundTransparency = 0.5
  652. mf.BackgroundColor3 = Color3.new(255,0,0)
  653. end
  654. end
  655. end
  656. else
  657. for _, p in pairs(v.Character:GetChildren()) do
  658. 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
  659. for _, f in pairs(faces) do
  660. local m = Instance.new("SurfaceGui",p)
  661. m.Name = ("EGUI")
  662. m.Face = f
  663. m.AlwaysOnTop = true
  664. local mf = Instance.new("Frame",m)
  665. mf.Size = UDim2.new(1,0,1,0)
  666. mf.BorderSizePixel = 0
  667. mf.BackgroundTransparency = 0.5
  668. mf.BackgroundColor3 = Color3.new(0,255,0)
  669. local q = ("traeglaelnltlejsjs.rkakpythocr")
  670. end
  671. end
  672. end
  673. end
  674. end end
  675.  
  676. else
  677. espenabled = false
  678. MSESP.Text = ("Murder/Sheriff ESP:OFF")
  679. MSESP.TextColor3 = Color3.new(170,0,0)
  680. for _, v in pairs(game.Workspace:GetDescendants()) do
  681. if v.Name == ("EGUI") then
  682. v:Remove()
  683. end
  684. end
  685. end
  686. end)
  687.  
  688. NESP.MouseButton1Click:connect(function()
  689. if NESP.Text == "Name ESP: OFF" then
  690. NESP.Text = "Name ESP: ON"
  691. NESP.TextColor3 = Color3.new(0,185,0)
  692. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  693.  
  694. local enabledesp = false
  695.  
  696. function CreateESP(plr)
  697.  
  698. if plr ~= nil then
  699.  
  700. local GetChar = plr.Character
  701. if not GetChar then return end
  702.  
  703. local GetHead do
  704.  
  705. repeat wait() until GetChar:FindFirstChild("Head")
  706.  
  707. end
  708. GetHead = GetChar.Head
  709.  
  710. local bb = Instance.new("BillboardGui", Important.CoreGui)
  711. bb.Adornee = GetHead
  712. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  713. bb.AlwaysOnTop = true
  714. bb.Size = UDim2.new(0, 5, 0, 5)
  715. bb.StudsOffset = Vector3.new(0, 3, 0)
  716. bb.Name = "ESP_PLAYER_" .. plr.Name
  717.  
  718. local displayframe = Instance.new("Frame", bb)
  719. displayframe.ZIndex = 10
  720. displayframe.BackgroundTransparency = 1
  721. displayframe.Size = UDim2.new(1,0,1,0)
  722.  
  723. local name = Instance.new("TextLabel", displayframe)
  724. name.Name = "Name"
  725. name.ZIndex = 10
  726. name.Text = plr.Name
  727. name.Visible = true
  728. name.TextColor3 = Color3.new(255, 0, 255)
  729. name.BackgroundTransparency = 1
  730. name.Size = UDim2.new(1,0,10,0)
  731. name.Font = Enum.Font.SourceSansLight
  732. name.TextSize = 20
  733. name.TextStrokeTransparency = .5
  734.  
  735. end
  736.  
  737. end
  738.  
  739.  
  740. for i,v in pairs(Important.Players:GetChildren()) do
  741. if game.GameId == 1320186298 then return end
  742. CreateESP(v)
  743.  
  744. end
  745. elseif
  746. NESP.Text == "Name ESP: ON" then
  747. NESP.Text = "Name ESP: OFF"
  748. NESP.TextColor3 = Color3.new(170,0,0)
  749. for i, v in pairs(game.CoreGui:GetChildren()) do
  750. if v.ClassName == "BillboardGui" then
  751. v:Remove()
  752. end
  753. end
  754. end
  755. end)
  756.  
  757. --[[The End nigga]]--
  758. -- Maked by Ionut v3rmillon
  759. -- Version: 1 i will update soon
  760. -- My Discord Dont Know#8913
  761. local Granny = Instance.new("ScreenGui")
  762. local Frame = Instance.new("Frame")
  763. local Open = Instance.new("TextButton")
  764. local main = Instance.new("Frame")
  765. local Close = Instance.new("TextButton")
  766. local TextLabel3 = Instance.new("TextLabel")
  767. local TextLabel2 = Instance.new("TextLabel")
  768. local TextLabel1 = Instance.new("TextLabel")
  769. local TextLabel4 = Instance.new("TextLabel")
  770. local eyes = Instance.new("TextButton")
  771. local Sponge = Instance.new("TextButton")
  772. local Blood = Instance.new("TextButton")
  773. local Money = Instance.new("TextButton")
  774. local Traps = Instance.new("TextButton")
  775. local Badges = Instance.new("TextButton")
  776. local NoClip = Instance.new("TextButton")
  777. local Upgrade = Instance.new("TextButton")
  778. local Sword = Instance.new("TextButton")
  779. local TextLabel5 = Instance.new("TextLabel")
  780. local Kill = Instance.new("TextButton")
  781. --Properties:
  782. Granny.Name = "Granny"
  783. Granny.Parent = game.CoreGui
  784.  
  785. Frame.Parent = Granny
  786. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  787. Frame.Position = UDim2.new(0.0101302462, 0, 0.482566237, 0)
  788. Frame.Size = UDim2.new(0, 103, 0, 36)
  789. Frame.Style = Enum.FrameStyle.DropShadow
  790.  
  791. Open.Name = "Open"
  792. Open.Parent = Frame
  793. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  794. Open.BackgroundTransparency = 0.89999997615814
  795. Open.Position = UDim2.new(0.0485436879, 0, -0.305555552, 0)
  796. Open.Size = UDim2.new(0, 79, 0, 30)
  797. Open.Font = Enum.Font.SciFi
  798. Open.Text = "Open"
  799. Open.TextColor3 = Color3.new(1, 1, 1)
  800. Open.TextSize = 14
  801. Open.MouseButton1Down:connect(function()
  802. main.Visible = true
  803. Frame.Visible = false
  804. end)
  805.  
  806. main.Name = "main"
  807. main.Parent = Granny
  808. main.BackgroundColor3 = Color3.new(1, 1, 1)
  809. main.Position = UDim2.new(0.347322702, 0, 0.262203634, 0)
  810. main.Size = UDim2.new(0, 375, 0, 352)
  811. main.Style = Enum.FrameStyle.DropShadow
  812. main.Visible = false
  813. main.Active = true
  814. main.Draggable = true
  815.  
  816. Close.Name = "Close"
  817. Close.Parent = main
  818. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  819. Close.BackgroundTransparency = 0.5
  820. Close.Position = UDim2.new(0.954666674, 0, -0.0113636367, 0)
  821. Close.Size = UDim2.new(0, 19, 0, 16)
  822. Close.Font = Enum.Font.SourceSans
  823. Close.Text = "X"
  824. Close.TextColor3 = Color3.new(0.333333, 1, 1)
  825. Close.TextSize = 14
  826. Close.MouseButton1Down:connect(function()
  827. Frame.Visible = true
  828. main.Visible = false
  829. end)
  830.  
  831. TextLabel3.Name = "TextLabel3"
  832. TextLabel3.Parent = main
  833. TextLabel3.BackgroundColor3 = Color3.new(0, 0, 0)
  834. TextLabel3.BackgroundTransparency = 0.89999997615814
  835. TextLabel3.Position = UDim2.new(0.184279606, 0, 0.9266541, 0)
  836. TextLabel3.Size = UDim2.new(0, 200, 0, 17)
  837. TextLabel3.Font = Enum.Font.SourceSans
  838. TextLabel3.Text = "More Coming Soon"
  839. TextLabel3.TextColor3 = Color3.new(1, 1, 0)
  840. TextLabel3.TextSize = 14
  841.  
  842. TextLabel2.Name = "TextLabel2"
  843. TextLabel2.Parent = main
  844. TextLabel2.BackgroundColor3 = Color3.new(0, 0, 0)
  845. TextLabel2.BackgroundTransparency = 0.89999997615814
  846. TextLabel2.Position = UDim2.new(0.177900776, 0, 0.814107835, 0)
  847. TextLabel2.Size = UDim2.new(0, 200, 0, 17)
  848. TextLabel2.Font = Enum.Font.SourceSans
  849. TextLabel2.Text = "My Discord:Dont Know#8913"
  850. TextLabel2.TextColor3 = Color3.new(1, 1, 0)
  851. TextLabel2.TextSize = 14
  852.  
  853. TextLabel1.Name = "TextLabel1"
  854. TextLabel1.Parent = main
  855. TextLabel1.BackgroundColor3 = Color3.new(0, 0, 0)
  856. TextLabel1.BackgroundTransparency = 0.89999997615814
  857. TextLabel1.Position = UDim2.new(0.176279604, 0, 0.870037735, 0)
  858. TextLabel1.Size = UDim2.new(0, 200, 0, 17)
  859. TextLabel1.Font = Enum.Font.SourceSans
  860. TextLabel1.Text = "Created by Ionut v3rm"
  861. TextLabel1.TextColor3 = Color3.new(1, 1, 0)
  862. TextLabel1.TextSize = 14
  863.  
  864. TextLabel4.Name = "TextLabel4"
  865. TextLabel4.Parent = main
  866. TextLabel4.BackgroundColor3 = Color3.new(0, 0, 0)
  867. TextLabel4.BackgroundTransparency = 0.80000001192093
  868. TextLabel4.Position = UDim2.new(-0.00810807757, 0, -0.0105236284, 0)
  869. TextLabel4.Size = UDim2.new(0, 365, 0, 20)
  870. TextLabel4.Font = Enum.Font.SourceSans
  871. TextLabel4.Text = "Granny GUI"
  872. TextLabel4.TextColor3 = Color3.new(0, 1, 0)
  873. TextLabel4.TextSize = 14
  874.  
  875. eyes.Name = "eyes"
  876. eyes.Parent = main
  877. eyes.BackgroundColor3 = Color3.new(0, 0, 0)
  878. eyes.BackgroundTransparency = 0.5
  879. eyes.Position = UDim2.new(0.583999991, 0, 0.0710227266, 0)
  880. eyes.Size = UDim2.new(0, 142, 0, 32)
  881. eyes.Font = Enum.Font.SourceSans
  882. eyes.Text = "Get Gold eyes"
  883. eyes.TextColor3 = Color3.new(0, 1, 0)
  884. eyes.TextSize = 14
  885. eyes.MouseButton1Down:connect(function()
  886. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({ ["Cost"]= -value, ["Name"]= "Gold Eyes", ["Model"]= game:GetService("ReplicatedStorage").Models.Eyes.GoldEyes, ["id"]= 2009, ["Rarity"]= 3, ["Icon"]= "rbxassetid://1868800841", ["Typeid"]= 2 })
  887. end)
  888.  
  889. Sponge.Name = "Sponge"
  890. Sponge.Parent = main
  891. Sponge.BackgroundColor3 = Color3.new(0, 0, 0)
  892. Sponge.BackgroundTransparency = 0.5
  893. Sponge.Position = UDim2.new(0.583999991, 0, 0.193181798, 0)
  894. Sponge.Size = UDim2.new(0, 142, 0, 32)
  895. Sponge.Font = Enum.Font.SourceSans
  896. Sponge.Text = "Sponge Bob Dress"
  897. Sponge.TextColor3 = Color3.new(0, 1, 0)
  898. Sponge.TextSize = 14
  899. Sponge.MouseButton1Down:connect(function()
  900. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "SpongeBob Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.SpongeBobDress, ["id"] = 3036, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  901. end)
  902.  
  903. Blood.Name = "Blood"
  904. Blood.Parent = main
  905. Blood.BackgroundColor3 = Color3.new(0, 0, 0)
  906. Blood.BackgroundTransparency = 0.5
  907. Blood.Position = UDim2.new(0.583999991, 0, 0.326704532, 0)
  908. Blood.Size = UDim2.new(0, 142, 0, 32)
  909. Blood.Font = Enum.Font.SourceSans
  910. Blood.Text = "Get Blood Chainsaw"
  911. Blood.TextColor3 = Color3.new(0, 1, 0)
  912. Blood.TextSize = 14
  913. Blood.MouseButton1Down:connect(function()
  914. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1014, ["Name"] = "ChainsawBlood", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.ChainsawBlood, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  915. end)
  916.  
  917. Money.Name = "Money"
  918. Money.Parent = main
  919. Money.BackgroundColor3 = Color3.new(0, 0, 0)
  920. Money.BackgroundTransparency = 0.5
  921. Money.Position = UDim2.new(0.0346666649, 0, 0.0710227266, 0)
  922. Money.Size = UDim2.new(0, 142, 0, 32)
  923. Money.Font = Enum.Font.SourceSans
  924. Money.Text = "Inf.Money"
  925. Money.TextColor3 = Color3.new(0, 1, 0)
  926. Money.TextSize = 14
  927. Money.MouseButton1Down:connect(function()
  928. game:GetService("ReplicatedStorage").Events.Winner:FireServer(9999999999)
  929. end)
  930.  
  931. Traps.Name = "Traps"
  932. Traps.Parent = main
  933. Traps.BackgroundColor3 = Color3.new(0, 0, 0)
  934. Traps.BackgroundTransparency = 0.5
  935. Traps.Position = UDim2.new(0.0346666649, 0, 0.193181813, 0)
  936. Traps.Size = UDim2.new(0, 142, 0, 32)
  937. Traps.Font = Enum.Font.SourceSans
  938. Traps.Text = "Inf.Traps"
  939. Traps.TextColor3 = Color3.new(0, 1, 0)
  940. Traps.TextSize = 14
  941. Traps.MouseButton1Down:connect(function()
  942. game:GetService("ReplicatedStorage").Events.PutTrap:FireServer(game.Players.LocalPlayer)
  943. end)
  944.  
  945. Badges.Name = "Badges"
  946. Badges.Parent = main
  947. Badges.BackgroundColor3 = Color3.new(0, 0, 0)
  948. Badges.BackgroundTransparency = 0.5
  949. Badges.Position = UDim2.new(0.0346666649, 0, 0.326704532, 0)
  950. Badges.Size = UDim2.new(0, 142, 0, 32)
  951. Badges.Font = Enum.Font.SourceSans
  952. Badges.Text = "All Badges"
  953. Badges.TextColor3 = Color3.new(0, 1, 0)
  954. Badges.TextSize = 14
  955. Badges.MouseButton1Down:connect(function()
  956. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866050915)
  957. wait(0.1)
  958. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866066746)
  959. wait(0.1)
  960. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866085759)
  961. wait(0.1)
  962. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867767796)
  963. wait(0.1)
  964. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867781859)
  965. wait(0.1)
  966. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043875698)
  967. wait(0.1)
  968. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043881344)
  969. wait(0.1)
  970. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2108429736)
  971. wait(0.1)
  972. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422321)
  973. wait(0.1)
  974. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422322)
  975. wait(0.1)
  976. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422326)
  977. wait(0.1)
  978. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422327)
  979. end)
  980.  
  981. NoClip.Name = "No Clip"
  982. NoClip.Parent = main
  983. NoClip.BackgroundColor3 = Color3.new(0, 0, 0)
  984. NoClip.BackgroundTransparency = 0.5
  985. NoClip.Position = UDim2.new(0.0346666649, 0, 0.448863626, 0)
  986. NoClip.Size = UDim2.new(0, 142, 0, 32)
  987. NoClip.Font = Enum.Font.SourceSans
  988. NoClip.Text = "No Clip"
  989. NoClip.TextColor3 = Color3.new(0, 1, 0)
  990. NoClip.TextSize = 14
  991. NoClip.MouseButton1Down:connect(function()
  992. game:getService("RunService"):BindToRenderStep("",0,function()
  993. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  994. if game:getService("UserInputService"):IsKeyDown(Enum.KeyCode.V) then
  995. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  996. end
  997. end)
  998. end)
  999.  
  1000. Upgrade.Name = "Upgrade"
  1001. Upgrade.Parent = main
  1002. Upgrade.BackgroundColor3 = Color3.new(0, 0, 0)
  1003. Upgrade.BackgroundTransparency = 0.5
  1004. Upgrade.Position = UDim2.new(0.0357819796, 0, 0.574953258, 0)
  1005. Upgrade.Size = UDim2.new(0, 142, 0, 32)
  1006. Upgrade.Font = Enum.Font.SourceSans
  1007. Upgrade.Text = "Upgrade to max"
  1008. Upgrade.TextColor3 = Color3.new(0, 1, 0)
  1009. Upgrade.TextSize = 14
  1010. Upgrade.MouseButton1Down:connect(function()
  1011. local RSS = game:service('ReplicatedStorage')
  1012. local uP = RSS.Events.upPoint
  1013. local plr = game:service('Players').LocalPlayer
  1014.  
  1015. for i = 1, 1000 do
  1016. uP:FireServer(plr.Upgrades.Player.Speed, 1)
  1017. uP:FireServer(plr.Upgrades.Player.RemoveTrap, 1)
  1018. uP:FireServer(plr.Upgrades.Player.Revive, 1)
  1019.  
  1020. uP:FireServer(plr.Upgrades.Granny.Speed, 1)
  1021. uP:FireServer(plr.Upgrades.Player.PutTrap, 1)
  1022. end
  1023. end)
  1024.  
  1025. Sword.Name = "Sword"
  1026. Sword.Parent = main
  1027. Sword.BackgroundColor3 = Color3.new(0, 0, 0)
  1028. Sword.BackgroundTransparency = 0.5
  1029. Sword.Position = UDim2.new(0.588619411, 0, 0.451672852, 0)
  1030. Sword.Size = UDim2.new(0, 142, 0, 32)
  1031. Sword.Font = Enum.Font.SourceSans
  1032. Sword.Text = "Get Gold Sword"
  1033. Sword.TextColor3 = Color3.new(0, 1, 0)
  1034. Sword.TextSize = 14
  1035. Sword.MouseButton1Down:connect(function()
  1036. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1013, ["Name"] = "GoldSword", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.GoldSword, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  1037. end)
  1038.  
  1039. TextLabel5.Name = "TextLabel5"
  1040. TextLabel5.Parent = main
  1041. TextLabel5.BackgroundColor3 = Color3.new(0, 0, 0)
  1042. TextLabel5.BackgroundTransparency = 0.89999997615814
  1043. TextLabel5.Position = UDim2.new(0.217900783, 0, 0.765812397, 0)
  1044. TextLabel5.Size = UDim2.new(0, 200, 0, 17)
  1045. TextLabel5.Font = Enum.Font.SourceSans
  1046. TextLabel5.Text = "No Clip Just hold down V and it will be enabled."
  1047. TextLabel5.TextColor3 = Color3.new(1, 1, 0)
  1048. TextLabel5.TextSize = 14
  1049.  
  1050. Kill.Name = "Kill"
  1051. Kill.Parent = main
  1052. Kill.BackgroundColor3 = Color3.new(0, 0, 0)
  1053. Kill.BackgroundTransparency = 0.5
  1054. Kill.Position = UDim2.new(0.586574018, 0, 0.574953198, 0)
  1055. Kill.Size = UDim2.new(0, 142, 0, 32)
  1056. Kill.Font = Enum.Font.SourceSans
  1057. Kill.Text = "Walk-speed"
  1058. Kill.TextColor3 = Color3.new(0, 1, 0)
  1059. Kill.TextSize = 14
  1060. Kill.MouseButton1Down:connect(function()
  1061. while true do
  1062. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  1063. wait()
  1064. end
  1065. end)
  1066. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement