Advertisement
Jack_Dev

Murder Mystery HACK GUI

Nov 11th, 2020
2,618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.                         local teamname = v.Parent.Name
  3.                         if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  4.                             Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  5.                         else
  6.                             if printvar == true then
  7.                                 print("Head missing from sheriff!")
  8.  
  9. MSEsp.Name = "MSEsp"
  10. MSEsp.Parent = Main
  11. MSEsp.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  12. MSEsp.BorderColor3 = Color3.new(0, 0.607843, 1)
  13. MSEsp.BorderSizePixel = 5
  14. MSEsp.Position = UDim2.new(0, 0, 0.315, 0)
  15. MSEsp.Size = UDim2.new(0.75, 0, 0.08, 0)
  16. MSEsp.ZIndex = 4
  17. MSEsp.Font = Enum.Font.SciFi
  18. MSEsp.FontSize = Enum.FontSize.Size24
  19. MSEsp.Text = "Murderer/Sheriff Esp ["..string.upper(MSkey).."]"
  20. MSEsp.TextColor3 = Color3.fromRGB(255, 102, 255)
  21. MSEsp.TextSize = 20
  22. MSEsp.TextWrapped = true
  23. MSEsp.MouseButton1Down:connect(function(x, y)
  24.     murderer = "None"
  25.     sheriff = "None"
  26.     Clear()
  27.     findmurderer()
  28.     findsheriff()
  29.     if printvar == true then
  30.         print("Murderer/Sheriff")
  31.     end
  32.     MSESPActive.Text = "Active"
  33.     MSESPActive.TextColor3 = Color3.new(0, 1, 0)
  34.     PlayersEspActive.Text = "Inactive"
  35.     PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  36.     EspOffActive.Text = "Inactive"
  37.     EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  38. end)
  39.  
  40. --All Players Esp
  41. PlayersEspActive.Name = "PlayersEspActive"
  42. PlayersEspActive.Parent = Main
  43. PlayersEspActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  44. PlayersEspActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  45. PlayersEspActive.BorderSizePixel = 5
  46. PlayersEspActive.Position = UDim2.new(0.755, 0, 0.415, 0)
  47. PlayersEspActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  48. PlayersEspActive.ZIndex = 4
  49. PlayersEspActive.Font = Enum.Font.SciFi
  50. PlayersEspActive.FontSize = Enum.FontSize.Size24
  51. PlayersEspActive.Text = "Inactive"
  52. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  53. PlayersEspActive.TextSize = 20
  54. PlayersEspActive.TextWrapped = true
  55.  
  56. PlayersEsp.Name = "PlayersEsp"
  57. PlayersEsp.Parent = Main
  58. PlayersEsp.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  59. PlayersEsp.BorderColor3 = Color3.new(0, 0.607843, 1)
  60. PlayersEsp.BorderSizePixel = 5
  61. PlayersEsp.Position = UDim2.new(0, 0, 0.415, 0)
  62. PlayersEsp.Size = UDim2.new(0.75, 0, 0.08, 0)
  63. PlayersEsp.ZIndex = 4
  64. PlayersEsp.Font = Enum.Font.SciFi
  65. PlayersEsp.FontSize = Enum.FontSize.Size24
  66. PlayersEsp.Text = "All Players Esp ["..string.upper(playerskey).."]"
  67. PlayersEsp.TextColor3 = Color3.fromRGB(102, 255, 51)
  68. PlayersEsp.TextSize = 20
  69. PlayersEsp.TextWrapped = true
  70. PlayersEsp.MouseButton1Down:connect(function(x, y)
  71.     Clear()
  72.     if printvar == true then
  73.         print("Players Esp")
  74.     end
  75.     MSESPActive.Text = "Inactive"
  76.     MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  77.     PlayersEspActive.Text = "Active"
  78.     PlayersEspActive.TextColor3 = Color3.new(0, 1, 0)
  79.     EspOffActive.Text = "Inactive"
  80.     EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  81.     findplayers()
  82. end)
  83.  
  84. --Esp Off
  85. EspOffActive.Name = "EspOffActive"
  86. EspOffActive.Parent = Main
  87. EspOffActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  88. EspOffActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  89. EspOffActive.BorderSizePixel = 5
  90. EspOffActive.Position = UDim2.new(0.755, 0, 0.515, 0)
  91. EspOffActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  92. EspOffActive.ZIndex = 4
  93. EspOffActive.Font = Enum.Font.SciFi
  94. EspOffActive.FontSize = Enum.FontSize.Size24
  95. EspOffActive.Text = "Active"
  96. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  97. EspOffActive.TextSize = 20
  98. EspOffActive.TextWrapped = true
  99.  
  100. EspOff.Name = "EspOff"
  101. EspOff.Parent = Main
  102. EspOff.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  103. EspOff.BorderColor3 = Color3.new(0, 0.607843, 1)
  104. EspOff.BorderSizePixel = 5
  105. EspOff.Position = UDim2.new(0, 0, 0.515, 0)
  106. EspOff.Size = UDim2.new(0.75, 0, 0.08, 0)
  107. EspOff.ZIndex = 4
  108. EspOff.Font = Enum.Font.SciFi
  109. EspOff.FontSize = Enum.FontSize.Size24
  110. EspOff.Text = "Esp Off ["..string.upper(espoffkey).."]"
  111. EspOff.TextColor3 = Color3.fromRGB(255, 255, 255)
  112. EspOff.TextSize = 20
  113. EspOff.TextWrapped = true
  114. EspOff.MouseButton1Down:connect(function(x, y)
  115.     Clear()
  116.     if printvar == true then
  117.         print("Esp Off")
  118.     end
  119.     MSESPActive.Text = "Inactive"
  120.     MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  121.     PlayersEspActive.Text = "Inactive"
  122.     PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  123.     EspOffActive.Text = "Active"
  124.     EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  125. end)
  126.  
  127. --Run
  128. RunActiveGui.Name = "RunActiveGui"
  129. RunActiveGui.Parent = Main
  130. RunActiveGui.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  131. RunActiveGui.BorderColor3 = Color3.new(0, 0.607843, 1)
  132. RunActiveGui.BorderSizePixel = 5
  133. RunActiveGui.Position = UDim2.new(0.755, 0, 0.615, 0)
  134. RunActiveGui.Size = UDim2.new(0.25, 0, 0.08, 0)
  135. RunActiveGui.ZIndex = 4
  136. RunActiveGui.Font = Enum.Font.SciFi
  137. RunActiveGui.FontSize = Enum.FontSize.Size24
  138. RunActiveGui.Text = "Inactive"
  139. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  140. RunActiveGui.TextSize = 20
  141. RunActiveGui.TextWrapped = true
  142.  
  143. Run.Name = "Run"
  144. Run.Parent = Main
  145. Run.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  146. Run.BorderColor3 = Color3.new(0, 0.607843, 1)
  147. Run.BorderSizePixel = 5
  148. Run.Position = UDim2.new(0, 0, 0.615, 0)
  149. Run.Size = UDim2.new(0.75, 0, 0.08, 0)
  150. Run.ZIndex = 4
  151. Run.Font = Enum.Font.SciFi
  152. Run.FontSize = Enum.FontSize.Size24
  153. Run.Text = "Run [Shift]"
  154. Run.TextColor3 = Color3.fromRGB(255, 51, 0)
  155. Run.TextSize = 20
  156. Run.TextWrapped = true
  157. Run.MouseButton1Down:connect(function(x, y)
  158.     if runActive == false then
  159.         runActive = true
  160.         player.Character.Humanoid.WalkSpeed = 32
  161.         RunActiveGui.Text = "Active"
  162.         RunActiveGui.TextColor3 = Color3.new(0, 1, 0)
  163.     elseif runActive == true then
  164.         runActive = false
  165.         player.Character.Humanoid.WalkSpeed = 16
  166.         RunActiveGui.Text = "Inactive"
  167.         RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  168.     end
  169. end)
  170.  
  171. --Fly
  172. FlyActive.Name = "FlyActive"
  173. FlyActive.Parent = Main
  174. FlyActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  175. FlyActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  176. FlyActive.BorderSizePixel = 5
  177. FlyActive.Position = UDim2.new(0.755, 0, 0.715, 0)
  178. FlyActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  179. FlyActive.ZIndex = 4
  180. FlyActive.Font = Enum.Font.SciFi
  181. FlyActive.FontSize = Enum.FontSize.Size24
  182. FlyActive.Text = "Inactive"
  183. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  184. FlyActive.TextSize = 20
  185. FlyActive.TextWrapped = true
  186.  
  187. Fly.Name = "Fly"
  188. Fly.Parent = Main
  189. Fly.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  190. Fly.BorderColor3 = Color3.new(0, 0.607843, 1)
  191. Fly.BorderSizePixel = 5
  192. Fly.Position = UDim2.new(0, 0, 0.715, 0)
  193. Fly.Size = UDim2.new(0.75, 0, 0.08, 0)
  194. Fly.ZIndex = 4
  195. Fly.Font = Enum.Font.SciFi
  196. Fly.FontSize = Enum.FontSize.Size24
  197. Fly.Text = "Fly ["..string.upper(flykey).."]"
  198. Fly.TextColor3 = Color3.fromRGB(204, 255, 255)
  199. Fly.TextSize = 20
  200. Fly.TextWrapped = true
  201. Fly.MouseButton1Down:connect(function(x, y)
  202.     if flyvar == false then
  203.         sFLY()
  204.         flyvar = true
  205.         FlyActive.Text = "Active"
  206.         FlyActive.TextColor3 = Color3.new(0, 1, 0)
  207.     elseif flyvar == true then
  208.         flyvar = false
  209.         NOFLY()
  210.         FlyActive.Text = "Inactive"
  211.         FlyActive.TextColor3 = Color3.new(1, 0, 1)
  212.     end
  213. end)
  214.  
  215. --Noclip
  216. NoclipActive.Name = "NoclipActive"
  217. NoclipActive.Parent = Main
  218. NoclipActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  219. NoclipActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  220. NoclipActive.BorderSizePixel = 5
  221. NoclipActive.Position = UDim2.new(0.755, 0, 0.815, 0)
  222. NoclipActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  223. NoclipActive.ZIndex = 4
  224. NoclipActive.Font = Enum.Font.SciFi
  225. NoclipActive.FontSize = Enum.FontSize.Size24
  226. NoclipActive.Text = "Inactive"
  227. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  228. NoclipActive.TextSize = 20
  229. NoclipActive.TextWrapped = true
  230.  
  231. Noclip.Name = "Noclip"
  232. Noclip.Parent = Main
  233. Noclip.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  234. Noclip.BorderColor3 = Color3.new(0, 0.607843, 1)
  235. Noclip.BorderSizePixel = 5
  236. Noclip.Position = UDim2.new(0, 0, 0.815, 0)
  237. Noclip.Size = UDim2.new(0.75, 0, 0.08, 0)
  238. Noclip.ZIndex = 4
  239. Noclip.Font = Enum.Font.SciFi
  240. Noclip.FontSize = Enum.FontSize.Size24
  241. Noclip.Text = "Noclip ["..string.upper(noclipkey).."]"
  242. Noclip.TextColor3 = Color3.fromRGB(0, 102, 255)
  243. Noclip.TextSize = 20
  244. Noclip.TextWrapped = true
  245. Noclip.MouseButton1Down:connect(function(x, y)
  246.     if NClip == false then
  247.         NClip = true
  248.         if printvar == true then
  249.             print("Noclip Enabled")
  250.         end
  251.         NoclipActive.Text = "Active"
  252.         NoclipActive.TextColor3 = Color3.new(0, 1, 0)
  253.     elseif NClip == true then
  254.         NClip = false
  255.         if printvar == true then
  256.             print("Noclip Disabled")
  257.         end
  258.         NoclipActive.Text = "Inactive"
  259.         NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  260.     end
  261. end)
  262.  
  263. --GodMode
  264. GodModeActive.Name = "GodModeActive"
  265. GodModeActive.Parent = Main
  266. GodModeActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  267. GodModeActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  268. GodModeActive.BorderSizePixel = 5
  269. GodModeActive.Position = UDim2.new(0.755, 0, 0.915, 0)
  270. GodModeActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  271. GodModeActive.ZIndex = 4
  272. GodModeActive.Font = Enum.Font.SciFi
  273. GodModeActive.FontSize = Enum.FontSize.Size24
  274. GodModeActive.Text = "Inactive"
  275. GodModeActive.TextColor3 = Color3.new(1, 0, 1)
  276. GodModeActive.TextSize = 20
  277. GodModeActive.TextWrapped = true
  278.  
  279. GodMode.Name = "GodMode"
  280. GodMode.Parent = Main
  281. GodMode.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  282. GodMode.BorderColor3 = Color3.new(0, 0.607843, 1)
  283. GodMode.BorderSizePixel = 5
  284. GodMode.Position = UDim2.new(0, 0, 0.915, 0)
  285. GodMode.Size = UDim2.new(0.75, 0, 0.08, 0)
  286. GodMode.ZIndex = 4
  287. GodMode.Font = Enum.Font.SciFi
  288. GodMode.FontSize = Enum.FontSize.Size24
  289. GodMode.Text = "God Mode ["..string.upper(godmodekey).."]"
  290. GodMode.TextColor3 = Color3.fromRGB(255, 255, 255)
  291. GodMode.TextSize = 20
  292. GodMode.TextWrapped = true
  293. GodMode.MouseButton1Down:connect(function(x, y)
  294.     if godmodevar == false then
  295.         GodModeActive.Text = "Active"
  296.         GodModeActive.TextColor3 = Color3.new(0, 1, 0)
  297.         godmodevar = true
  298.         godmodefunc()
  299.     end
  300. end)
  301.  
  302. --Xray On
  303. GuiXrayOnActive.Name = "GuiXrayOnActive"
  304. GuiXrayOnActive.Parent = Main
  305. GuiXrayOnActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  306. GuiXrayOnActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  307. GuiXrayOnActive.BorderSizePixel = 5
  308. GuiXrayOnActive.Position = UDim2.new(0.755, 0, 1.015, 0)
  309. GuiXrayOnActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  310. GuiXrayOnActive.ZIndex = 4
  311. GuiXrayOnActive.Font = Enum.Font.SciFi
  312. GuiXrayOnActive.FontSize = Enum.FontSize.Size24
  313. GuiXrayOnActive.Text = "Inactive"
  314. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  315. GuiXrayOnActive.TextSize = 20
  316. GuiXrayOnActive.TextWrapped = true
  317.  
  318. GuiXrayOn.Name = "XrayOn"
  319. GuiXrayOn.Parent = Main
  320. GuiXrayOn.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  321. GuiXrayOn.BorderColor3 = Color3.new(0, 0.607843, 1)
  322. GuiXrayOn.BorderSizePixel = 5
  323. GuiXrayOn.Position = UDim2.new(0, 0, 1.015, 0)
  324. GuiXrayOn.Size = UDim2.new(0.75, 0, 0.08, 0)
  325. GuiXrayOn.ZIndex = 4
  326. GuiXrayOn.Font = Enum.Font.SciFi
  327. GuiXrayOn.FontSize = Enum.FontSize.Size24
  328. GuiXrayOn.Text = "Xray On ["..string.upper(xrayonkey).."]"
  329. GuiXrayOn.TextColor3 = Color3.fromRGB(255, 204, 102)
  330. GuiXrayOn.TextSize = 20
  331. GuiXrayOn.TextWrapped = true
  332. GuiXrayOn.MouseButton1Down:connect(function(x, y)
  333.     GuiXrayOnActive.Text = "Active"
  334.     GuiXrayOnActive.TextColor3 = Color3.new(0, 1, 0)
  335.     GuiXrayOffActive.Text = "Inactive"
  336.     GuiXrayOffActive.TextColor3 = Color3.new(1, 0, 1)
  337.     XrayOn(obj)
  338. end)
  339.  
  340. --Xray Off
  341. GuiXrayOffActive.Name = "GuiXrayOffActive"
  342. GuiXrayOffActive.Parent = Main
  343. GuiXrayOffActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  344. GuiXrayOffActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  345. GuiXrayOffActive.BorderSizePixel = 5
  346. GuiXrayOffActive.Position = UDim2.new(0.755, 0, 1.115, 0)
  347. GuiXrayOffActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  348. GuiXrayOffActive.ZIndex = 4
  349. GuiXrayOffActive.Font = Enum.Font.SciFi
  350. GuiXrayOffActive.FontSize = Enum.FontSize.Size24
  351. GuiXrayOffActive.Text = "Active"
  352. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  353. GuiXrayOffActive.TextSize = 20
  354. GuiXrayOffActive.TextWrapped = true
  355.  
  356. GuiXrayOff.Name = "XrayOff"
  357. GuiXrayOff.Parent = Main
  358. GuiXrayOff.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  359. GuiXrayOff.BorderColor3 = Color3.new(0, 0.607843, 1)
  360. GuiXrayOff.BorderSizePixel = 5
  361. GuiXrayOff.Position = UDim2.new(0, 0, 1.115, 0)
  362. GuiXrayOff.Size = UDim2.new(0.75, 0, 0.08, 0)
  363. GuiXrayOff.ZIndex = 4
  364. GuiXrayOff.Font = Enum.Font.SciFi
  365. GuiXrayOff.FontSize = Enum.FontSize.Size24
  366. GuiXrayOff.Text = "Xray Off ["..string.upper(xrayoffkey).."]"
  367. GuiXrayOff.TextColor3 = Color3.fromRGB(255, 153, 51)
  368. GuiXrayOff.TextSize = 20
  369. GuiXrayOff.TextWrapped = true
  370. GuiXrayOff.MouseButton1Down:connect(function(x, y)
  371.     GuiXrayOnActive.Text = "Inactive"
  372.     GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  373.     GuiXrayOffActive.Text = "Active"
  374.     GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  375.     XrayOff(obj)
  376. end)
  377.  
  378. --Bring Gun to You
  379. BringGun.Name = "BringGun"
  380. BringGun.Parent = Main
  381. BringGun.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  382. BringGun.BorderColor3 = Color3.new(0, 0.607843, 1)
  383. BringGun.BorderSizePixel = 5
  384. BringGun.Position = UDim2.new(0, 0, 1.215, 0)
  385. BringGun.Size = UDim2.new(1.005, 0, 0.08, 0)
  386. BringGun.ZIndex = 4
  387. BringGun.Font = Enum.Font.SciFi
  388. BringGun.FontSize = Enum.FontSize.Size24
  389. BringGun.Text = "Teleport Gun ["..string.upper(bringgunkey).."]"
  390. BringGun.TextColor3 = Color3.fromRGB(0, 255, 0)
  391. BringGun.TextSize = 20
  392. BringGun.TextWrapped = true
  393. BringGun.MouseButton1Down:connect(function(x, y)
  394.     if game.Workspace.GunDrop.CFrame ~= nil then
  395.         game.Workspace.GunDrop.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  396.     else
  397.         if printvar == true then
  398.             print("Gun not currently dropped")
  399.         end
  400.     end
  401. end)
  402.  
  403. --Keybinds
  404. KeybindsActive.Name = "KeybindsActive"
  405. KeybindsActive.Parent = Main
  406. KeybindsActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  407. KeybindsActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  408. KeybindsActive.BorderSizePixel = 5
  409. KeybindsActive.Position = UDim2.new(0.755, 0, 1.315, 0)
  410. KeybindsActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  411. KeybindsActive.ZIndex = 4
  412. KeybindsActive.Font = Enum.Font.SciFi
  413. KeybindsActive.FontSize = Enum.FontSize.Size24
  414. KeybindsActive.Text = "Active"
  415. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  416. KeybindsActive.TextSize = 20
  417. KeybindsActive.TextWrapped = true
  418.  
  419. Keybinds.Name = "Keybinds"
  420. Keybinds.Parent = Main
  421. Keybinds.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  422. Keybinds.BorderColor3 = Color3.new(0, 0.607843, 1)
  423. Keybinds.BorderSizePixel = 5
  424. Keybinds.Position = UDim2.new(0, 0, 1.315, 0)
  425. Keybinds.Size = UDim2.new(0.75, 0, 0.08, 0)
  426. Keybinds.ZIndex = 4
  427. Keybinds.Font = Enum.Font.SciFi
  428. Keybinds.FontSize = Enum.FontSize.Size24
  429. Keybinds.Text = "Keybinds [Ctrl]"
  430. Keybinds.TextColor3 = Color3.fromRGB(255, 255, 255)
  431. Keybinds.TextSize = 20
  432. Keybinds.TextWrapped = true
  433. Keybinds.MouseButton1Down:connect(function(x, y)
  434.     if keyOff == true then
  435.         keyOff = false
  436.         KeybindsActive.Text = "Active"
  437.         KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  438.     elseif keyOff == false then
  439.         keyOff = true
  440.         KeybindsActive.Text = "Inactive"
  441.         KeybindsActive.TextColor3 = Color3.new(1, 0, 1)
  442.     end
  443. end)
  444.  
  445. Show.Name = "Show"
  446. Show.Parent = MM2
  447. Show.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  448. Show.BorderColor3 = Color3.new(0, 0.607843, 1)
  449. Show.BorderSizePixel = 5
  450. Show.Position = UDim2.new(0, 0, 0.85799998, 0)
  451. Show.Size = UDim2.new(0.08, 0, 0.04, 0)
  452. Show.ZIndex = 4
  453. Show.Font = Enum.Font.SciFi
  454. Show.FontSize = Enum.FontSize.Size24
  455. Show.Text = "Show ["..string.upper(hideshowguikey).."]"
  456. Show.TextColor3 = Color3.new(0, 0.333333, 1)
  457. Show.TextSize = 20
  458. Show.TextWrapped = true
  459. Show.Visible = false
  460.  
  461. Hide.Name = "Hide"
  462. Hide.Parent = Main
  463. Hide.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  464. Hide.BorderColor3 = Color3.new(0, 0.607843, 1)
  465. Hide.BorderSizePixel = 5
  466. Hide.Position = UDim2.new(0, 0, 1.415, 0)
  467. Hide.Size = UDim2.new(1.005, 0, 0.08, 0)
  468. Hide.ZIndex = 4
  469. Hide.Font = Enum.Font.SciFi
  470. Hide.FontSize = Enum.FontSize.Size24
  471. Hide.Text = "Hide ["..string.upper(hideshowguikey).."]"
  472. Hide.TextColor3 = Color3.new(0, 0.333333, 1)
  473. Hide.TextSize = 20
  474. Hide.TextWrapped = true
  475.  
  476. Hide.MouseButton1Down:connect(function(x, y)
  477.     if showvar == true then
  478.         showvar = false
  479.         Main.Visible = false
  480.         Show.Visible = true
  481.         if printvar == true then
  482.             print("Hidden")
  483.         end
  484.     end
  485. end)
  486.  
  487. Show.MouseButton1Down:connect(function(x, y)
  488.     if showvar == false then
  489.         showvar = true
  490.         Show.Visible = false
  491.         Main.Visible = true
  492.         if printvar == true then
  493.             print("Shown")
  494.         end
  495.     end
  496. end)
  497.  
  498. inputcode.InputBegan:connect(function(input)
  499.     if input.KeyCode == Enum.KeyCode.LeftControl then
  500.         if keyOff == true then
  501.             keyOff = false
  502.             KeybindsActive.Text = "Active"
  503.             KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  504.         elseif keyOff == false then
  505.             keyOff = true
  506.             KeybindsActive.Text = "Inactive"
  507.             KeybindsActive.TextColor3 = Color3.new(1, 0, 1)
  508.         end
  509.     end
  510. end)
  511.  
  512. mouse.keyDown:connect(function(key)
  513.     if keyOff == false then
  514.         if key == coinkey then --Coin Grabber
  515.             coingrabberfunc()
  516.         elseif key == MSkey then --Murderer/Sheriff Esp On
  517.             murderer = "None"
  518.             sheriff = "None"
  519.             Clear()
  520.             findmurderer()
  521.             findsheriff()
  522.             if printvar == true then
  523.                 print("Murderer/Sheriff")
  524.             end
  525.             MSESPActive.Text = "Active"
  526.             MSESPActive.TextColor3 = Color3.new(0, 1, 0)
  527.             PlayersEspActive.Text = "Inactive"
  528.             PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  529.             EspOffActive.Text = "Inactive"
  530.             EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  531.         elseif key == playerskey then --Player Esp On
  532.             Clear()
  533.             MSESPActive.Text = "Inactive"
  534.             MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  535.             PlayersEspActive.Text = "Active"
  536.             PlayersEspActive.TextColor3 = Color3.new(0, 1, 0)
  537.             EspOffActive.Text = "Inactive"
  538.             EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  539.             findplayers()
  540.             if printvar == true then
  541.                 print("Players")
  542.             end
  543.         elseif key == espoffkey then --Esp off
  544.             Clear()
  545.             if printvar == true then
  546.                 print("Esp Disabled")
  547.             end
  548.             MSESPActive.Text = "Inactive"
  549.             MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  550.             PlayersEspActive.Text = "Inactive"
  551.             PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  552.             EspOffActive.Text = "Active"
  553.             EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  554.         elseif key == flykey then --Fly
  555.             if flyvar == false then
  556.                 sFLY()
  557.                 flyvar = true
  558.                 FlyActive.Text = "Active"
  559.                 FlyActive.TextColor3 = Color3.new(0, 1, 0)
  560.             elseif flyvar == true then
  561.                 flyvar = false
  562.                 NOFLY()
  563.                 FlyActive.Text = "Inactive"
  564.                 FlyActive.TextColor3 = Color3.new(1, 0, 1)
  565.             end
  566.         elseif key == noclipkey then --Noclip toggle
  567.             if NClip == false then
  568.                 NClip = true
  569.                 if printvar == true then
  570.                     print("Noclip Enabled")
  571.                 end
  572.                 NoclipActive.Text = "Active"
  573.                 NoclipActive.TextColor3 = Color3.new(0, 1, 0)
  574.             elseif NClip == true then
  575.                 NClip = false
  576.                 if printvar == true then
  577.                     print("Noclip Disabled")
  578.                 end
  579.                 NoclipActive.Text = "Inactive"
  580.                 NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  581.             end
  582.         elseif key == godmodekey then --Godmode
  583.             if godmodevar == false then
  584.                 godmodevar = true
  585.                 godmodefunc()
  586.                 GodModeActive.Text = "Active"
  587.                 GodModeActive.TextColor3 = Color3.new(0, 1, 0)
  588.             end
  589.         elseif key == xrayonkey then --Xray On
  590.             GuiXrayOnActive.Text = "Active"
  591.             GuiXrayOnActive.TextColor3 = Color3.new(0, 1, 0)
  592.             GuiXrayOffActive.Text = "Inactive"
  593.             GuiXrayOffActive.TextColor3 = Color3.new(1, 0, 1)
  594.             XrayOn(obj)
  595.         elseif key == xrayoffkey then --Xray Off
  596.             GuiXrayOnActive.Text = "Inactive"
  597.             GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  598.             GuiXrayOffActive.Text = "Active"
  599.             GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  600.             XrayOff(obj)
  601.         elseif key == bringgunkey then --Teleport Gun to You
  602.             if game.Workspace.GunDrop.CFrame ~= nil then
  603.                 game.Workspace.GunDrop.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  604.             else
  605.                 if printvar == true then
  606.                     print("Gun not currently dropped")
  607.                 end
  608.             end
  609.         elseif key == hideshowguikey then --Show/Hide Gui
  610.             if showvar == false then
  611.                 showvar = true
  612.                 Show.Visible = false
  613.                 Main.Visible = true
  614.                 if printvar == true then
  615.                     print("Shown")
  616.                 end
  617.             elseif showvar == true then
  618.                 showvar = false
  619.                 Main.Visible = false
  620.                 Show.Visible = true
  621.                 if printvar == true then
  622.                     print("Hidden")
  623.                 end
  624.             end
  625.         end
  626.     end
  627. end)
  628. end
  629. RAW Paste Data
  630.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement