Advertisement
XxDessiireexX

Mm2 Script

Feb 17th, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.91 KB | None | 0 0
  1. loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  2. local vu = game:GetService("VirtualUser")
  3. game:GetService("Players").LocalPlayer.Idled:connect(function()
  4. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  5. wait(1)
  6. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  7. end)
  8. --Made by <-[Tohru]->#6917
  9. --Enjoy!
  10. --Works against all kicks including IYkick
  11. --Give credit if used and dont abuse!
  12. wait(1)
  13. print("Checking if Anti_Kick is already running.")
  14. wait(2)
  15. table.foreach(workspace:GetChildren(),function(a,b) if b.Name=="Anti_Kicklul" then game:GetService("Workspace").Anti_Kicklul:Destroy() end end)
  16. wait(1)
  17. warn("Initializing Anti Kick... DM <-[Tohru]->#6917 via Discord for questions...")
  18. wait(1.5)
  19. Instance.new("BoolValue",workspace).Name="Anti_Kicklul"
  20. AK=math.random(1,2)
  21. if AK==1 then
  22. game.Workspace.Anti_Kicklul.Value = true
  23. elseif AK==2 then
  24. game.Workspace.Anti_Kicklul.Value = false
  25. end
  26. wait(2.5)
  27. AntiKick = game.Workspace.Anti_Kicklul.Value
  28. if AntiKick == true then
  29. print("Anti kick has loaded and is now running. Took [8] Seconds!")
  30. elseif AntiKick == false then
  31. print("Anti kick failed to run! Run Script again")
  32. end
  33. wait(1)
  34. if AntiKick ==true then
  35. game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0
  36. print("Character Respawned. Anti Kick Should Work Fine Now!")
  37. end if game.PlaceId == 142823291 then --Proofing just because ;)
  38. --Note: Don't reset with godmode on or you will be stuck on a black screen for a reasonable amount of time
  39. --Change to false if you dont like printing to console
  40. local printvar = true
  41. --Change to true if you want to see names instead of murderer, sheriff, and innocents with esp
  42. local espnames = true
  43. --Change keybinds to your liking
  44. local coinkey = "c" --Coin grabber keybind
  45. local MSkey = "m" --Murderer/Sheriff esp keybind
  46. local playerskey = "q" --All players esp keybind
  47. local espoffkey = "b" --Turn esp off keybind
  48. local flykey = "f" --Fly keybind
  49. local noclipkey = "r" --Noclip keybind
  50. local godmodekey = "g" --Godmode keybind
  51. local xrayonkey = "x" --Xray on keybind
  52. local xrayoffkey = "z" --Xray off keybind
  53. local bringgunkey = "t" --Teleport to gun keybind
  54. local hideshowguikey = "p" --Show/Hide gui keybind
  55. --End of easy customization options
  56.  
  57. --Gui Buttons and Status--
  58. local MM2 = Instance.new("ScreenGui")
  59. local Main = Instance.new("Frame")
  60. local Title = Instance.new("TextLabel")
  61. local Coin = Instance.new("TextButton")
  62. local MSEsp = Instance.new("TextButton")
  63. local MSESPActive = Instance.new("TextLabel")
  64. local PlayersEsp = Instance.new("TextButton")
  65. local PlayersEspActive = Instance.new("TextLabel")
  66. local EspOff = Instance.new("TextButton")
  67. local EspOffActive = Instance.new("TextLabel")
  68. local Run = Instance.new("TextButton")
  69. local RunActiveGui = Instance.new("TextLabel")
  70. local Fly = Instance.new("TextButton")
  71. local FlyActive = Instance.new("TextLabel")
  72. local Noclip = Instance.new("TextButton")
  73. local NoclipActive = Instance.new("TextLabel")
  74. local GodMode = Instance.new("TextButton")
  75. local GodModeActive = Instance.new("TextLabel")
  76. local GuiXrayOn = Instance.new("TextButton")
  77. local GuiXrayOnActive = Instance.new("TextLabel")
  78. local GuiXrayOff = Instance.new("TextButton")
  79. local GuiXrayOffActive = Instance.new("TextLabel")
  80. local BringGun = Instance.new("TextButton")
  81. local Keybinds = Instance.new("TextButton")
  82. local KeybindsActive = Instance.new("TextLabel")
  83. local Hide = Instance.new("TextButton")
  84. local Show = Instance.new("TextButton")
  85.  
  86. --Other Variables
  87. local runActive = false
  88. local teamname = "None"
  89. local murderer = "None"
  90. local sheriff = "None"
  91. local player = game:GetService("Players").LocalPlayer
  92.  
  93. local esp = false
  94. local plresp
  95. local track = false
  96.  
  97. local NClip = false
  98. local char = game.Players.LocalPlayer.Character
  99. local obj = game.workspace
  100. local mouse=game.Players.LocalPlayer:GetMouse()
  101. local LP = game:GetService("Players").LocalPlayer
  102. local flyvar = false
  103.  
  104. local showvar = true
  105. local inputcode = game:GetService("UserInputService")
  106. local godmodevar = false
  107. local keyOff = false
  108. local NClip = false
  109.  
  110. --Start of Gui--
  111. MM2.Name = "MM2"
  112. MM2.Parent = game.CoreGui
  113. MM2.ResetOnSpawn = false
  114.  
  115. Main.Name = "Main"
  116. Main.Parent = MM2
  117. Main.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  118. Main.BorderColor3 = Color3.new(0, 0.607843, 1)
  119. Main.BorderSizePixel = 5
  120. Main.Draggable = true
  121. Main.Position = UDim2.new(0.574999988, 0, 0.349999994, 0)
  122. Main.Size = UDim2.new(0.2, 0, 0.4, 0)
  123. Main.Visible = true
  124. Main.Active = true
  125.  
  126. Title.Name = "Title"
  127. Title.Parent = Main
  128. Title.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  129. Title.BorderColor3 = Color3.new(0, 0.607843, 1)
  130. Title.BorderSizePixel = 5
  131. Title.Draggable = true
  132. Title.Size = UDim2.new(1.005, 0, 0.2, 0)
  133. Title.ZIndex = 3
  134. Title.Font = Enum.Font.SciFi
  135. Title.FontSize = Enum.FontSize.Size24
  136. Title.Text = "Murder Mystery 2"
  137. Title.TextColor3 = Color3.new(0, 0.607843, 1)
  138. Title.TextScaled = true
  139. Title.TextSize = 20
  140. Title.TextStrokeColor3 = Color3.new(0.129412, 0.54902, 1)
  141. Title.TextWrapped = true
  142.  
  143. --Start of functions for buttons--
  144. function Create(base, team, colors1, colors2, colors3, teamname) --For all esps
  145. local bb = Instance.new("BillboardGui",player.PlayerGui)
  146. bb.Adornee = base
  147. bb.ExtentsOffset = Vector3.new(0,1,0)
  148. bb.AlwaysOnTop = true
  149. bb.Size = UDim2.new(0,5,0,5)
  150. bb.StudsOffset = Vector3.new(0,1,0)
  151. bb.Name = "tracker"
  152. local frame = Instance.new("Frame",bb)
  153. frame.ZIndex = 10
  154. frame.BackgroundTransparency = 0.3
  155. frame.Size = UDim2.new(1,0,1,0)
  156. local txtlbl = Instance.new("TextLabel",bb)
  157. txtlbl.ZIndex = 10
  158. txtlbl.Text = teamname
  159. txtlbl.BackgroundTransparency = 1
  160. txtlbl.Position = UDim2.new(0,0,0,-35)
  161. txtlbl.Size = UDim2.new(1,0,10,0)
  162. txtlbl.Font = "ArialBold"
  163. txtlbl.FontSize = "Size12"
  164. txtlbl.TextStrokeTransparency = 0.5
  165. if team then --For teams, left over from origianl but never removed
  166. txtlbl.TextColor3 = Color3.new(0,0,255)
  167. frame.BackgroundColor3 = Color3.new(0,0,255)
  168. else
  169. txtlbl.TextColor3 = Color3.new(colors1,colors2,colors3)
  170. frame.BackgroundColor3 = Color3.new(colors1,colors2,colors3)
  171. end
  172. end
  173.  
  174. function findmurderer() --Find who the murderer is
  175. local colors1 = 255
  176. local colors2 = 0
  177. local colors3 = 0
  178. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  179. if v ~= game:GetService("Players").LocalPlayer then
  180. for i,v in pairs(v.Backpack:GetChildren()) do --Checks backpack for knife
  181. if v.Name == "Knife" then
  182. if espnames == true then
  183. local teamname = v.Parent.Parent.Name
  184. if v.Parent.Parent.Character.Head ~= nil then
  185. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  186. else
  187. if printvar == true then
  188. print("Head missing from murderer!")
  189. end
  190. end
  191. elseif espnames == false then
  192. local teamname = "Murderer"
  193. if v.Parent.Parent.Character.Head ~= nil then
  194. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  195. else
  196. if printvar == true then
  197. print("Head missing from murderer!")
  198. end
  199. end
  200. end
  201. murderer = v.Parent.Parent.Name
  202. if printvar == true then
  203. print(murderer.." is Murderer")
  204. end
  205. end
  206. end
  207. for i,v in pairs(v.Character:GetChildren()) do --Checks workspace player for knife (holding it)
  208. if v.Name == "Knife" then
  209. if espnames == true then
  210. local teamname = v.Parent.Name
  211. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  212. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  213. else
  214. if printvar == true then
  215. print("Head missing from murderer!")
  216. end
  217. end
  218. elseif espnames == false then
  219. local teamname = "Murderer"
  220. if v.Parent.Head ~= nil then
  221. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  222. else
  223. if printvar == true then
  224. print("Head missing from murderer!")
  225. end
  226. end
  227. end
  228. murderer = v.Parent.Name
  229. if printvar == true then --Tried to failproof to stop printing nil
  230. local murderer1 = tostring(v.Parent.Name)
  231. print(murderer1.." is Murderer")
  232. end
  233. end
  234. end
  235. end
  236. end
  237. end
  238.  
  239. function findsheriff() --Find who the sheriff is
  240. local colors1 = 0
  241. local colors2 = 0
  242. local colors3 = 255
  243. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  244. if v ~= game:GetService("Players").LocalPlayer then
  245. for i,v in pairs(v.Backpack:GetChildren()) do
  246. if v.Name == "Revolver" or v.Name == "Gun" then --Lazy to check if its revolver or gun and checks backpack for gun
  247. if espnames == true then
  248. local teamname = v.Parent.Parent.Name
  249. if v.Parent.Parent.Character.Head ~= nil then --Tried to failproof to stop printing nil
  250. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  251. else
  252. if printvar == true then
  253. print("Head missing from sheriff!")
  254. end
  255. end
  256. elseif espnames == false then
  257. local teamname = "Sheriff"
  258. if v.Parent.Parent.Character.Head ~= nil then --Tried to failproof to stop printing nil
  259. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  260. else
  261. if printvar == true then
  262. print("Head missing from sheriff!")
  263. end
  264. end
  265. end
  266. sheriff = v.Parent.Parent.Name
  267. if printvar == true then
  268. local sheriff1 = tostring(v.Parent.Parent.Name)
  269. print(sheriff1.." is Sheriff")
  270. end
  271. end
  272. end
  273. for i,v in pairs(v.Character:GetChildren()) do
  274. if v.Name == "Revolver" or v.Name == "Gun" then --Lazy to check if its revolver or gun and checks workspace player for gun (holding it)
  275. if espnames == true then
  276. local teamname = v.Parent.Name
  277. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  278. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  279. else
  280. if printvar == true then
  281. print("Head missing from sheriff!")
  282. end
  283. end
  284. elseif espnames == false then
  285. local teamname = "Sheriff"
  286. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  287. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  288. else
  289. if printvar == true then
  290. print("Head missing from sheriff!")
  291. end
  292. end
  293. end
  294. sheriff = v.Parent.Name
  295. if printvar == true then
  296. local sheriff1 = tostring(v.Parent.Name)
  297. print(sheriff1.." is Sheriff")
  298. end
  299. end
  300. end
  301. end
  302. end
  303. end
  304.  
  305. function findplayers() --Find all players but local player
  306. findmurderer() --Finds murderer
  307. findsheriff() --Finds sheriff
  308. local colors1 = 0
  309. local colors2 = 255
  310. local colors3 = 0
  311. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  312. if v ~= game:GetService("Players").LocalPlayer then --If not local player
  313. if v.Name ~= murderer then --If not murderer
  314. if v.Name ~= sheriff then --If not sheriff
  315. if espnames == true then
  316. local teamname = v.Name
  317. if v.Character.Head ~= nil then --Tried to failproof to stop printing nil
  318. Create(v.Character.Head, false, colors1 ,colors2, colors3, teamname)
  319. else
  320. if printvar == true then
  321. print("Head missing from sheriff!")
  322. end
  323. end
  324. elseif espnames == false then
  325. local teamname = "Innocents"
  326. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  327. Create(v.Character.Head, false, colors1 ,colors2, colors3, teamname)
  328. else
  329. if printvar == true then
  330. print("Head missing from sheriff!")
  331. end
  332. end
  333. end
  334. end
  335. end
  336. end
  337. end
  338. end
  339.  
  340. function Clear() --Clears all the esps
  341. for _,v in pairs(player.PlayerGui:children()) do
  342. if v.Name == "tracker" and v:isA("BillboardGui") then
  343. v:Destroy()
  344. end
  345. end
  346. end
  347.  
  348. function XrayOn(obj) --Enables xray
  349. for _,v in pairs(obj:GetChildren()) do
  350. if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then
  351. v.LocalTransparencyModifier = 0.75
  352. end
  353. XrayOn(v)
  354. end
  355. end
  356.  
  357. function XrayOff(obj) --Disables xray
  358. for _,v in pairs(obj:GetChildren()) do
  359. if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then
  360. v.LocalTransparencyModifier = 0
  361. end XrayOff(v)
  362. end
  363. end
  364.  
  365. function sFLY() --Fly function
  366. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('Torso') and LP.Character:FindFirstChild('Humanoid')
  367. repeat wait() until mouse
  368.  
  369. local T = LP.Character.Torso
  370. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  371. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  372. local SPEED = 0
  373.  
  374. local function FLY()
  375. FLYING = true
  376. local BG = Instance.new('BodyGyro', T)
  377. local BV = Instance.new('BodyVelocity', T)
  378. BG.P = 9e4
  379. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  380. BG.cframe = T.CFrame
  381. BV.velocity = Vector3.new(0, 0.1, 0)
  382. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  383. spawn(function()
  384. repeat wait()
  385. LP.Character.Humanoid.PlatformStand = true
  386. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  387. SPEED = 50
  388. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  389. SPEED = 0
  390. end
  391. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  392. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  393. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  394. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  395. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  396. else
  397. BV.velocity = Vector3.new(0, 0.1, 0)
  398. end
  399. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  400. until not FLYING
  401. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  402. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  403. SPEED = 0
  404. BG:destroy()
  405. BV:destroy()
  406. LP.Character.Humanoid.PlatformStand = false
  407. end)
  408. end
  409.  
  410. mouse.KeyDown:connect(function(KEY)
  411. if KEY:lower() == 'w' then
  412. CONTROL.F = 1
  413. elseif KEY:lower() == 's' then
  414. CONTROL.B = -1
  415. elseif KEY:lower() == 'a' then
  416. CONTROL.L = -1
  417. elseif KEY:lower() == 'd' then
  418. CONTROL.R = 1
  419. end
  420. end)
  421.  
  422. mouse.KeyUp:connect(function(KEY)
  423. if KEY:lower() == 'w' then
  424. CONTROL.F = 0
  425. elseif KEY:lower() == 's' then
  426. CONTROL.B = 0
  427. elseif KEY:lower() == 'a' then
  428. CONTROL.L = 0
  429. elseif KEY:lower() == 'd' then
  430. CONTROL.R = 0
  431. end
  432. end)
  433. FLY()
  434. end
  435.  
  436. function NOFLY() --Unfly function
  437. FLYING = false
  438. LP.Character.Humanoid.PlatformStand = false
  439. end
  440.  
  441. local noclipcoro = coroutine.wrap(function() --Noclip function
  442. while true do
  443. if NClip == true then
  444. if game.Players ~= nil then
  445. if game.Players.LocalPlayer ~= nil then
  446. if game.Players.LocalPlayer.Character ~= nil then
  447. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") ~= nil then
  448. if game.Players.LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  449. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  450. game.Players.LocalPlayer.Character.Head.CanCollide = false
  451. end
  452. end
  453. end
  454. end
  455. end
  456. end
  457. game:service("RunService").Stepped:wait()
  458. end
  459. end)
  460.  
  461. noclipcoro() --For noclip to work
  462.  
  463. game:GetService("Players").LocalPlayer.CharacterAdded:connect(function(character) --Resets specific things for ease
  464. flyvar = false
  465. FlyActive.Text = "Inactive"
  466. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  467. godmodevar = false
  468. GodModeActive.Text = "Inactive"
  469. GodModeActive.TextColor3 = Color3.new(1, 0, 1)
  470. Clear()
  471. MSESPActive.Text = "Inactive"
  472. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  473. PlayersEspActive.Text = "Inactive"
  474. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  475. EspOffActive.Text = "Active"
  476. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  477. end)
  478.  
  479. mouse.KeyDown:connect(function(KeyDown) --If shift is held, run
  480. if KeyDown == "0" and runActive == false and keyOff == false then
  481. runActive = true
  482. player.Character.Humanoid.WalkSpeed = 32
  483. RunActiveGui.Text = "Active"
  484. RunActiveGui.TextColor3 = Color3.new(0, 1, 0)
  485. end
  486. end)
  487.  
  488. mouse.KeyUp:connect(function(KeyUp) --If shift is released, walk
  489. if KeyUp == "0" and runActive == true and keyOff == false then
  490. runActive = false
  491. player.Character.Humanoid.WalkSpeed = 16
  492. RunActiveGui.Text = "Inactive"
  493. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  494. end
  495. end)
  496.  
  497. function coingrabberfunc() --Coin grabber function
  498. local children = game.Workspace:GetChildren()
  499. for _, child in pairs(children) do
  500. for _, child in pairs(child:GetChildren()) do
  501. table.insert(children, child)
  502. end
  503. if child:IsA("BasePart") and child.Name == "Coin" then
  504. child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  505. end
  506. end
  507. end
  508.  
  509. function godmodefunc() --Godmode function
  510. local player = game.Players.LocalPlayer
  511. if player.Character then
  512. if player.Character:FindFirstChild("Humanoid") then
  513. player.Character.Humanoid.Name = "1"
  514. end
  515. local l = player.Character["1"]:Clone()
  516. l.Parent = player.Character
  517. l.Name = "Humanoid"; wait(0.1)
  518. player.Character["1"]:Destroy()
  519. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  520. player.Character.Animate.Disabled = true; wait(0.1)
  521. player.Character.Animate.Disabled = false
  522. end
  523. end
  524.  
  525. --Coin Grabber--
  526. Coin.Name = "CoinGrabber"
  527. Coin.Parent = Main
  528. Coin.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  529. Coin.BorderColor3 = Color3.new(0, 0.607843, 1)
  530. Coin.BorderSizePixel = 5
  531. Coin.Position = UDim2.new(0, 0, 0.215, 0)
  532. Coin.Size = UDim2.new(1.005, 0, 0.08, 0)
  533. Coin.ZIndex = 4
  534. Coin.Font = Enum.Font.SciFi
  535. Coin.FontSize = Enum.FontSize.Size24
  536. Coin.Text = "Coin Grabber ["..string.upper(coinkey).."]"
  537. Coin.TextColor3 = Color3.fromRGB(255, 255, 26)
  538. Coin.TextSize = 20
  539. Coin.TextWrapped = true
  540. Coin.MouseButton1Down:connect(function(x, y)
  541. coingrabberfunc()
  542. end)
  543.  
  544. --Murderer/Sheriff Esp--
  545. MSESPActive.Name = "MSEspActive"
  546. MSESPActive.Parent = Main
  547. MSESPActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  548. MSESPActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  549. MSESPActive.BorderSizePixel = 5
  550. MSESPActive.Position = UDim2.new(0.755, 0, 0.315, 0)
  551. MSESPActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  552. MSESPActive.ZIndex = 4
  553. MSESPActive.Font = Enum.Font.SciFi
  554. MSESPActive.FontSize = Enum.FontSize.Size24
  555. MSESPActive.Text = "Inactive"
  556. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  557. MSESPActive.TextSize = 20
  558. MSESPActive.TextWrapped = true
  559.  
  560. MSEsp.Name = "MSEsp"
  561. MSEsp.Parent = Main
  562. MSEsp.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  563. MSEsp.BorderColor3 = Color3.new(0, 0.607843, 1)
  564. MSEsp.BorderSizePixel = 5
  565. MSEsp.Position = UDim2.new(0, 0, 0.315, 0)
  566. MSEsp.Size = UDim2.new(0.75, 0, 0.08, 0)
  567. MSEsp.ZIndex = 4
  568. MSEsp.Font = Enum.Font.SciFi
  569. MSEsp.FontSize = Enum.FontSize.Size24
  570. MSEsp.Text = "Murderer/Sheriff Esp ["..string.upper(MSkey).."]"
  571. MSEsp.TextColor3 = Color3.fromRGB(255, 102, 255)
  572. MSEsp.TextSize = 20
  573. MSEsp.TextWrapped = true
  574. MSEsp.MouseButton1Down:connect(function(x, y)
  575. murderer = "None"
  576. sheriff = "None"
  577. Clear()
  578. findmurderer()
  579. findsheriff()
  580. if printvar == true then
  581. print("Murderer/Sheriff")
  582. end
  583. MSESPActive.Text = "Active"
  584. MSESPActive.TextColor3 = Color3.new(0, 1, 0)
  585. PlayersEspActive.Text = "Inactive"
  586. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  587. EspOffActive.Text = "Inactive"
  588. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  589. end)
  590.  
  591. --All Players Esp
  592. PlayersEspActive.Name = "PlayersEspActive"
  593. PlayersEspActive.Parent = Main
  594. PlayersEspActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  595. PlayersEspActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  596. PlayersEspActive.BorderSizePixel = 5
  597. PlayersEspActive.Position = UDim2.new(0.755, 0, 0.415, 0)
  598. PlayersEspActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  599. PlayersEspActive.ZIndex = 4
  600. PlayersEspActive.Font = Enum.Font.SciFi
  601. PlayersEspActive.FontSize = Enum.FontSize.Size24
  602. PlayersEspActive.Text = "Inactive"
  603. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  604. PlayersEspActive.TextSize = 20
  605. PlayersEspActive.TextWrapped = true
  606.  
  607. PlayersEsp.Name = "PlayersEsp"
  608. PlayersEsp.Parent = Main
  609. PlayersEsp.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  610. PlayersEsp.BorderColor3 = Color3.new(0, 0.607843, 1)
  611. PlayersEsp.BorderSizePixel = 5
  612. PlayersEsp.Position = UDim2.new(0, 0, 0.415, 0)
  613. PlayersEsp.Size = UDim2.new(0.75, 0, 0.08, 0)
  614. PlayersEsp.ZIndex = 4
  615. PlayersEsp.Font = Enum.Font.SciFi
  616. PlayersEsp.FontSize = Enum.FontSize.Size24
  617. PlayersEsp.Text = "All Players Esp ["..string.upper(playerskey).."]"
  618. PlayersEsp.TextColor3 = Color3.fromRGB(102, 255, 51)
  619. PlayersEsp.TextSize = 20
  620. PlayersEsp.TextWrapped = true
  621. PlayersEsp.MouseButton1Down:connect(function(x, y)
  622. Clear()
  623. if printvar == true then
  624. print("Players Esp")
  625. end
  626. MSESPActive.Text = "Inactive"
  627. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  628. PlayersEspActive.Text = "Active"
  629. PlayersEspActive.TextColor3 = Color3.new(0, 1, 0)
  630. EspOffActive.Text = "Inactive"
  631. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  632. findplayers()
  633. end)
  634.  
  635. --Esp Off
  636. EspOffActive.Name = "EspOffActive"
  637. EspOffActive.Parent = Main
  638. EspOffActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  639. EspOffActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  640. EspOffActive.BorderSizePixel = 5
  641. EspOffActive.Position = UDim2.new(0.755, 0, 0.515, 0)
  642. EspOffActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  643. EspOffActive.ZIndex = 4
  644. EspOffActive.Font = Enum.Font.SciFi
  645. EspOffActive.FontSize = Enum.FontSize.Size24
  646. EspOffActive.Text = "Active"
  647. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  648. EspOffActive.TextSize = 20
  649. EspOffActive.TextWrapped = true
  650.  
  651. EspOff.Name = "EspOff"
  652. EspOff.Parent = Main
  653. EspOff.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  654. EspOff.BorderColor3 = Color3.new(0, 0.607843, 1)
  655. EspOff.BorderSizePixel = 5
  656. EspOff.Position = UDim2.new(0, 0, 0.515, 0)
  657. EspOff.Size = UDim2.new(0.75, 0, 0.08, 0)
  658. EspOff.ZIndex = 4
  659. EspOff.Font = Enum.Font.SciFi
  660. EspOff.FontSize = Enum.FontSize.Size24
  661. EspOff.Text = "Esp Off ["..string.upper(espoffkey).."]"
  662. EspOff.TextColor3 = Color3.fromRGB(255, 255, 255)
  663. EspOff.TextSize = 20
  664. EspOff.TextWrapped = true
  665. EspOff.MouseButton1Down:connect(function(x, y)
  666. Clear()
  667. if printvar == true then
  668. print("Esp Off")
  669. end
  670. MSESPActive.Text = "Inactive"
  671. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  672. PlayersEspActive.Text = "Inactive"
  673. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  674. EspOffActive.Text = "Active"
  675. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  676. end)
  677.  
  678. --Run
  679. RunActiveGui.Name = "RunActiveGui"
  680. RunActiveGui.Parent = Main
  681. RunActiveGui.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  682. RunActiveGui.BorderColor3 = Color3.new(0, 0.607843, 1)
  683. RunActiveGui.BorderSizePixel = 5
  684. RunActiveGui.Position = UDim2.new(0.755, 0, 0.615, 0)
  685. RunActiveGui.Size = UDim2.new(0.25, 0, 0.08, 0)
  686. RunActiveGui.ZIndex = 4
  687. RunActiveGui.Font = Enum.Font.SciFi
  688. RunActiveGui.FontSize = Enum.FontSize.Size24
  689. RunActiveGui.Text = "Inactive"
  690. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  691. RunActiveGui.TextSize = 20
  692. RunActiveGui.TextWrapped = true
  693.  
  694. Run.Name = "Run"
  695. Run.Parent = Main
  696. Run.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  697. Run.BorderColor3 = Color3.new(0, 0.607843, 1)
  698. Run.BorderSizePixel = 5
  699. Run.Position = UDim2.new(0, 0, 0.615, 0)
  700. Run.Size = UDim2.new(0.75, 0, 0.08, 0)
  701. Run.ZIndex = 4
  702. Run.Font = Enum.Font.SciFi
  703. Run.FontSize = Enum.FontSize.Size24
  704. Run.Text = "Run [Shift]"
  705. Run.TextColor3 = Color3.fromRGB(255, 51, 0)
  706. Run.TextSize = 20
  707. Run.TextWrapped = true
  708. Run.MouseButton1Down:connect(function(x, y)
  709. if runActive == false then
  710. runActive = true
  711. player.Character.Humanoid.WalkSpeed = 32
  712. RunActiveGui.Text = "Active"
  713. RunActiveGui.TextColor3 = Color3.new(0, 1, 0)
  714. elseif runActive == true then
  715. runActive = false
  716. player.Character.Humanoid.WalkSpeed = 16
  717. RunActiveGui.Text = "Inactive"
  718. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  719. end
  720. end)
  721.  
  722. --Fly
  723. FlyActive.Name = "FlyActive"
  724. FlyActive.Parent = Main
  725. FlyActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  726. FlyActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  727. FlyActive.BorderSizePixel = 5
  728. FlyActive.Position = UDim2.new(0.755, 0, 0.715, 0)
  729. FlyActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  730. FlyActive.ZIndex = 4
  731. FlyActive.Font = Enum.Font.SciFi
  732. FlyActive.FontSize = Enum.FontSize.Size24
  733. FlyActive.Text = "Inactive"
  734. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  735. FlyActive.TextSize = 20
  736. FlyActive.TextWrapped = true
  737.  
  738. Fly.Name = "Fly"
  739. Fly.Parent = Main
  740. Fly.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  741. Fly.BorderColor3 = Color3.new(0, 0.607843, 1)
  742. Fly.BorderSizePixel = 5
  743. Fly.Position = UDim2.new(0, 0, 0.715, 0)
  744. Fly.Size = UDim2.new(0.75, 0, 0.08, 0)
  745. Fly.ZIndex = 4
  746. Fly.Font = Enum.Font.SciFi
  747. Fly.FontSize = Enum.FontSize.Size24
  748. Fly.Text = "Fly ["..string.upper(flykey).."]"
  749. Fly.TextColor3 = Color3.fromRGB(204, 255, 255)
  750. Fly.TextSize = 20
  751. Fly.TextWrapped = true
  752. Fly.MouseButton1Down:connect(function(x, y)
  753. if flyvar == false then
  754. sFLY()
  755. flyvar = true
  756. FlyActive.Text = "Active"
  757. FlyActive.TextColor3 = Color3.new(0, 1, 0)
  758. elseif flyvar == true then
  759. flyvar = false
  760. NOFLY()
  761. FlyActive.Text = "Inactive"
  762. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  763. end
  764. end)
  765.  
  766. --Noclip
  767. NoclipActive.Name = "NoclipActive"
  768. NoclipActive.Parent = Main
  769. NoclipActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  770. NoclipActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  771. NoclipActive.BorderSizePixel = 5
  772. NoclipActive.Position = UDim2.new(0.755, 0, 0.815, 0)
  773. NoclipActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  774. NoclipActive.ZIndex = 4
  775. NoclipActive.Font = Enum.Font.SciFi
  776. NoclipActive.FontSize = Enum.FontSize.Size24
  777. NoclipActive.Text = "Inactive"
  778. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  779. NoclipActive.TextSize = 20
  780. NoclipActive.TextWrapped = true
  781.  
  782. Noclip.Name = "Noclip"
  783. Noclip.Parent = Main
  784. Noclip.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  785. Noclip.BorderColor3 = Color3.new(0, 0.607843, 1)
  786. Noclip.BorderSizePixel = 5
  787. Noclip.Position = UDim2.new(0, 0, 0.815, 0)
  788. Noclip.Size = UDim2.new(0.75, 0, 0.08, 0)
  789. Noclip.ZIndex = 4
  790. Noclip.Font = Enum.Font.SciFi
  791. Noclip.FontSize = Enum.FontSize.Size24
  792. Noclip.Text = "Noclip ["..string.upper(noclipkey).."]"
  793. Noclip.TextColor3 = Color3.fromRGB(0, 102, 255)
  794. Noclip.TextSize = 20
  795. Noclip.TextWrapped = true
  796. Noclip.MouseButton1Down:connect(function(x, y)
  797. if NClip == false then
  798. NClip = true
  799. if printvar == true then
  800. print("Noclip Enabled")
  801. end
  802. NoclipActive.Text = "Active"
  803. NoclipActive.TextColor3 = Color3.new(0, 1, 0)
  804. elseif NClip == true then
  805. NClip = false
  806. if printvar == true then
  807. print("Noclip Disabled")
  808. end
  809. NoclipActive.Text = "Inactive"
  810. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  811. end
  812. end)
  813.  
  814. --GodMode
  815. GodModeActive.Name = "GodModeActive"
  816. GodModeActive.Parent = Main
  817. GodModeActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  818. GodModeActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  819. GodModeActive.BorderSizePixel = 5
  820. GodModeActive.Position = UDim2.new(0.755, 0, 0.915, 0)
  821. GodModeActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  822. GodModeActive.ZIndex = 4
  823. GodModeActive.Font = Enum.Font.SciFi
  824. GodModeActive.FontSize = Enum.FontSize.Size24
  825. GodModeActive.Text = "Inactive"
  826. GodModeActive.TextColor3 = Color3.new(1, 0, 1)
  827. GodModeActive.TextSize = 20
  828. GodModeActive.TextWrapped = true
  829.  
  830. GodMode.Name = "GodMode"
  831. GodMode.Parent = Main
  832. GodMode.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  833. GodMode.BorderColor3 = Color3.new(0, 0.607843, 1)
  834. GodMode.BorderSizePixel = 5
  835. GodMode.Position = UDim2.new(0, 0, 0.915, 0)
  836. GodMode.Size = UDim2.new(0.75, 0, 0.08, 0)
  837. GodMode.ZIndex = 4
  838. GodMode.Font = Enum.Font.SciFi
  839. GodMode.FontSize = Enum.FontSize.Size24
  840. GodMode.Text = "God Mode ["..string.upper(godmodekey).."]"
  841. GodMode.TextColor3 = Color3.fromRGB(255, 255, 255)
  842. GodMode.TextSize = 20
  843. GodMode.TextWrapped = true
  844. GodMode.MouseButton1Down:connect(function(x, y)
  845. if godmodevar == false then
  846. GodModeActive.Text = "Active"
  847. GodModeActive.TextColor3 = Color3.new(0, 1, 0)
  848. godmodevar = true
  849. godmodefunc()
  850. end
  851. end)
  852.  
  853. --Xray On
  854. GuiXrayOnActive.Name = "GuiXrayOnActive"
  855. GuiXrayOnActive.Parent = Main
  856. GuiXrayOnActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  857. GuiXrayOnActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  858. GuiXrayOnActive.BorderSizePixel = 5
  859. GuiXrayOnActive.Position = UDim2.new(0.755, 0, 1.015, 0)
  860. GuiXrayOnActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  861. GuiXrayOnActive.ZIndex = 4
  862. GuiXrayOnActive.Font = Enum.Font.SciFi
  863. GuiXrayOnActive.FontSize = Enum.FontSize.Size24
  864. GuiXrayOnActive.Text = "Inactive"
  865. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  866. GuiXrayOnActive.TextSize = 20
  867. GuiXrayOnActive.TextWrapped = true
  868.  
  869. GuiXrayOn.Name = "XrayOn"
  870. GuiXrayOn.Parent = Main
  871. GuiXrayOn.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  872. GuiXrayOn.BorderColor3 = Color3.new(0, 0.607843, 1)
  873. GuiXrayOn.BorderSizePixel = 5
  874. GuiXrayOn.Position = UDim2.new(0, 0, 1.015, 0)
  875. GuiXrayOn.Size = UDim2.new(0.75, 0, 0.08, 0)
  876. GuiXrayOn.ZIndex = 4
  877. GuiXrayOn.Font = Enum.Font.SciFi
  878. GuiXrayOn.FontSize = Enum.FontSize.Size24
  879. GuiXrayOn.Text = "Xray On ["..string.upper(xrayonkey).."]"
  880. GuiXrayOn.TextColor3 = Color3.fromRGB(255, 204, 102)
  881. GuiXrayOn.TextSize = 20
  882. GuiXrayOn.TextWrapped = true
  883. GuiXrayOn.MouseButton1Down:connect(function(x, y)
  884. GuiXrayOnActive.Text = "Active"
  885. GuiXrayOnActive.TextColor3 = Color3.new(0, 1, 0)
  886. GuiXrayOffActive.Text = "Inactive"
  887. GuiXrayOffActive.TextColor3 = Color3.new(1, 0, 1)
  888. XrayOn(obj)
  889. end)
  890.  
  891. --Xray Off
  892. GuiXrayOffActive.Name = "GuiXrayOffActive"
  893. GuiXrayOffActive.Parent = Main
  894. GuiXrayOffActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  895. GuiXrayOffActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  896. GuiXrayOffActive.BorderSizePixel = 5
  897. GuiXrayOffActive.Position = UDim2.new(0.755, 0, 1.115, 0)
  898. GuiXrayOffActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  899. GuiXrayOffActive.ZIndex = 4
  900. GuiXrayOffActive.Font = Enum.Font.SciFi
  901. GuiXrayOffActive.FontSize = Enum.FontSize.Size24
  902. GuiXrayOffActive.Text = "Active"
  903. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  904. GuiXrayOffActive.TextSize = 20
  905. GuiXrayOffActive.TextWrapped = true
  906.  
  907. GuiXrayOff.Name = "XrayOff"
  908. GuiXrayOff.Parent = Main
  909. GuiXrayOff.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  910. GuiXrayOff.BorderColor3 = Color3.new(0, 0.607843, 1)
  911. GuiXrayOff.BorderSizePixel = 5
  912. GuiXrayOff.Position = UDim2.new(0, 0, 1.115, 0)
  913. GuiXrayOff.Size = UDim2.new(0.75, 0, 0.08, 0)
  914. GuiXrayOff.ZIndex = 4
  915. GuiXrayOff.Font = Enum.Font.SciFi
  916. GuiXrayOff.FontSize = Enum.FontSize.Size24
  917. GuiXrayOff.Text = "Xray Off ["..string.upper(xrayoffkey).."]"
  918. GuiXrayOff.TextColor3 = Color3.fromRGB(255, 153, 51)
  919. GuiXrayOff.TextSize = 20
  920. GuiXrayOff.TextWrapped = true
  921. GuiXrayOff.MouseButton1Down:connect(function(x, y)
  922. GuiXrayOnActive.Text = "Inactive"
  923. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  924. GuiXrayOffActive.Text = "Active"
  925. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  926. XrayOff(obj)
  927. end)
  928.  
  929. --Bring Gun to You
  930. BringGun.Name = "BringGun"
  931. BringGun.Parent = Main
  932. BringGun.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  933. BringGun.BorderColor3 = Color3.new(0, 0.607843, 1)
  934. BringGun.BorderSizePixel = 5
  935. BringGun.Position = UDim2.new(0, 0, 1.215, 0)
  936. BringGun.Size = UDim2.new(1.005, 0, 0.08, 0)
  937. BringGun.ZIndex = 4
  938. BringGun.Font = Enum.Font.SciFi
  939. BringGun.FontSize = Enum.FontSize.Size24
  940. BringGun.Text = "Teleport Gun ["..string.upper(bringgunkey).."]"
  941. BringGun.TextColor3 = Color3.fromRGB(0, 255, 0)
  942. BringGun.TextSize = 20
  943. BringGun.TextWrapped = true
  944. BringGun.MouseButton1Down:connect(function(x, y)
  945. if game.Workspace.GunDrop.CFrame ~= nil then
  946. game.Workspace.GunDrop.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  947. else
  948. if printvar == true then
  949. print("Gun not currently dropped")
  950. end
  951. end
  952. end)
  953.  
  954. --Keybinds
  955. KeybindsActive.Name = "KeybindsActive"
  956. KeybindsActive.Parent = Main
  957. KeybindsActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  958. KeybindsActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  959. KeybindsActive.BorderSizePixel = 5
  960. KeybindsActive.Position = UDim2.new(0.755, 0, 1.315, 0)
  961. KeybindsActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  962. KeybindsActive.ZIndex = 4
  963. KeybindsActive.Font = Enum.Font.SciFi
  964. KeybindsActive.FontSize = Enum.FontSize.Size24
  965. KeybindsActive.Text = "Active"
  966. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  967. KeybindsActive.TextSize = 20
  968. KeybindsActive.TextWrapped = true
  969.  
  970. Keybinds.Name = "Keybinds"
  971. Keybinds.Parent = Main
  972. Keybinds.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  973. Keybinds.BorderColor3 = Color3.new(0, 0.607843, 1)
  974. Keybinds.BorderSizePixel = 5
  975. Keybinds.Position = UDim2.new(0, 0, 1.315, 0)
  976. Keybinds.Size = UDim2.new(0.75, 0, 0.08, 0)
  977. Keybinds.ZIndex = 4
  978. Keybinds.Font = Enum.Font.SciFi
  979. Keybinds.FontSize = Enum.FontSize.Size24
  980. Keybinds.Text = "Keybinds [Ctrl]"
  981. Keybinds.TextColor3 = Color3.fromRGB(255, 255, 255)
  982. Keybinds.TextSize = 20
  983. Keybinds.TextWrapped = true
  984. Keybinds.MouseButton1Down:connect(function(x, y)
  985. if keyOff == true then
  986. keyOff = false
  987. KeybindsActive.Text = "Active"
  988. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  989. elseif keyOff == false then
  990. keyOff = true
  991. KeybindsActive.Text = "Inactive"
  992. KeybindsActive.TextColor3 = Color3.new(1, 0, 1)
  993. end
  994. end)
  995.  
  996. Show.Name = "Show"
  997. Show.Parent = MM2
  998. Show.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  999. Show.BorderColor3 = Color3.new(0, 0.607843, 1)
  1000. Show.BorderSizePixel = 5
  1001. Show.Position = UDim2.new(0, 0, 0.85799998, 0)
  1002. Show.Size = UDim2.new(0.08, 0, 0.04, 0)
  1003. Show.ZIndex = 4
  1004. Show.Font = Enum.Font.SciFi
  1005. Show.FontSize = Enum.FontSize.Size24
  1006. Show.Text = "Show ["..string.upper(hideshowguikey).."]"
  1007. Show.TextColor3 = Color3.new(0, 0.333333, 1)
  1008. Show.TextSize = 20
  1009. Show.TextWrapped = true
  1010. Show.Visible = false
  1011.  
  1012. Hide.Name = "Hide"
  1013. Hide.Parent = Main
  1014. Hide.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1015. Hide.BorderColor3 = Color3.new(0, 0.607843, 1)
  1016. Hide.BorderSizePixel = 5
  1017. Hide.Position = UDim2.new(0, 0, 1.415, 0)
  1018. Hide.Size = UDim2.new(1.005, 0, 0.08, 0)
  1019. Hide.ZIndex = 4
  1020. Hide.Font = Enum.Font.SciFi
  1021. Hide.FontSize = Enum.FontSize.Size24
  1022. Hide.Text = "Hide ["..string.upper(hideshowguikey).."]"
  1023. Hide.TextColor3 = Color3.new(0, 0.333333, 1)
  1024. Hide.TextSize = 20
  1025. Hide.TextWrapped = true
  1026.  
  1027. Hide.MouseButton1Down:connect(function(x, y)
  1028. if showvar == true then
  1029. showvar = false
  1030. Main.Visible = false
  1031. Show.Visible = true
  1032. if printvar == true then
  1033. print("Hidden")
  1034. end
  1035. end
  1036. end)
  1037.  
  1038. Show.MouseButton1Down:connect(function(x, y)
  1039. if showvar == false then
  1040. showvar = true
  1041. Show.Visible = false
  1042. Main.Visible = true
  1043. if printvar == true then
  1044. print("Shown")
  1045. end
  1046. end
  1047. end)
  1048.  
  1049. inputcode.InputBegan:connect(function(input)
  1050. if input.KeyCode == Enum.KeyCode.LeftControl then
  1051. if keyOff == true then
  1052. keyOff = false
  1053. KeybindsActive.Text = "Active"
  1054. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  1055. elseif keyOff == false then
  1056. keyOff = true
  1057. KeybindsActive.Text = "Inactive"
  1058. KeybindsActive.TextColor3 = Color3.new(1, 0, 1)
  1059. end
  1060. end
  1061. end)
  1062.  
  1063. mouse.keyDown:connect(function(key)
  1064. if keyOff == false then
  1065. if key == coinkey then --Coin Grabber
  1066. coingrabberfunc()
  1067. elseif key == MSkey then --Murderer/Sheriff Esp On
  1068. murderer = "None"
  1069. sheriff = "None"
  1070. Clear()
  1071. findmurderer()
  1072. findsheriff()
  1073. if printvar == true then
  1074. print("Murderer/Sheriff")
  1075. end
  1076. MSESPActive.Text = "Active"
  1077. MSESPActive.TextColor3 = Color3.new(0, 1, 0)
  1078. PlayersEspActive.Text = "Inactive"
  1079. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  1080. EspOffActive.Text = "Inactive"
  1081. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  1082. elseif key == playerskey then --Player Esp On
  1083. Clear()
  1084. MSESPActive.Text = "Inactive"
  1085. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  1086. PlayersEspActive.Text = "Active"
  1087. PlayersEspActive.TextColor3 = Color3.new(0, 1, 0)
  1088. EspOffActive.Text = "Inactive"
  1089. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  1090. findplayers()
  1091. if printvar == true then
  1092. print("Players")
  1093. end
  1094. elseif key == espoffkey then --Esp off
  1095. Clear()
  1096. if printvar == true then
  1097. print("Esp Disabled")
  1098. end
  1099. MSESPActive.Text = "Inactive"
  1100. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  1101. PlayersEspActive.Text = "Inactive"
  1102. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  1103. EspOffActive.Text = "Active"
  1104. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  1105. elseif key == flykey then --Fly
  1106. if flyvar == false then
  1107. sFLY()
  1108. flyvar = true
  1109. FlyActive.Text = "Active"
  1110. FlyActive.TextColor3 = Color3.new(0, 1, 0)
  1111. elseif flyvar == true then
  1112. flyvar = false
  1113. NOFLY()
  1114. FlyActive.Text = "Inactive"
  1115. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  1116. end
  1117. elseif key == noclipkey then --Noclip toggle
  1118. if NClip == false then
  1119. NClip = true
  1120. if printvar == true then
  1121. print("Noclip Enabled")
  1122. end
  1123. NoclipActive.Text = "Active"
  1124. NoclipActive.TextColor3 = Color3.new(0, 1, 0)
  1125. elseif NClip == true then
  1126. NClip = false
  1127. if printvar == true then
  1128. print("Noclip Disabled")
  1129. end
  1130. NoclipActive.Text = "Inactive"
  1131. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  1132. end
  1133. elseif key == godmodekey then --Godmode
  1134. if godmodevar == false then
  1135. godmodevar = true
  1136. godmodefunc()
  1137. GodModeActive.Text = "Active"
  1138. GodModeActive.TextColor3 = Color3.new(0, 1, 0)
  1139. end
  1140. elseif key == xrayonkey then --Xray On
  1141. GuiXrayOnActive.Text = "Active"
  1142. GuiXrayOnActive.TextColor3 = Color3.new(0, 1, 0)
  1143. GuiXrayOffActive.Text = "Inactive"
  1144. GuiXrayOffActive.TextColor3 = Color3.new(1, 0, 1)
  1145. XrayOn(obj)
  1146. elseif key == xrayoffkey then --Xray Off
  1147. GuiXrayOnActive.Text = "Inactive"
  1148. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  1149. GuiXrayOffActive.Text = "Active"
  1150. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  1151. XrayOff(obj)
  1152. elseif key == bringgunkey then --Teleport Gun to You
  1153. if game.Workspace.GunDrop.CFrame ~= nil then
  1154. game.Workspace.GunDrop.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  1155. else
  1156. if printvar == true then
  1157. print("Gun not currently dropped")
  1158. end
  1159. end
  1160. elseif key == hideshowguikey then --Show/Hide Gui
  1161. if showvar == false then
  1162. showvar = true
  1163. Show.Visible = false
  1164. Main.Visible = true
  1165. if printvar == true then
  1166. print("Shown")
  1167. end
  1168. elseif showvar == true then
  1169. showvar = false
  1170. Main.Visible = false
  1171. Show.Visible = true
  1172. if printvar == true then
  1173. print("Hidden")
  1174. end
  1175. end
  1176. end
  1177. end
  1178. end)
  1179. end
  1180.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement