Sykotic_Cataclysm

MurderScript

Feb 1st, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.15 KB | None | 0 0
  1. -- Instances
  2.  
  3. local MurderMystery2 = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local CreditsButton = Instance.new("TextButton")
  6. local StandardsButton = Instance.new("TextButton")
  7. local StandardStuffFrame = Instance.new("Frame")
  8. local CtrlClickTP = Instance.new("TextButton")
  9. local TPTool = Instance.new("TextButton")
  10. local NoClip = Instance.new("TextButton")
  11. local UniversalsLabel = Instance.new("TextLabel")
  12. local PlayerTP = Instance.new("TextButton")
  13. local PlayerBox = Instance.new("TextBox")
  14. local Jump = Instance.new("TextButton")
  15. local Speed = Instance.new("TextButton")
  16. local JumpBox = Instance.new("TextBox")
  17. local WalkBox = Instance.new("TextBox")
  18. local Fly = Instance.new("TextButton")
  19. local ClickToToggleLabel = Instance.new("TextLabel")
  20. local Minimize = Instance.new("TextButton")
  21. local Close = Instance.new("TextButton")
  22. local ESPFrame = Instance.new("Frame")
  23. local TopEspLabel = Instance.new("TextLabel")
  24. local MurdererEspButton = Instance.new("TextButton")
  25. local AllEspButton = Instance.new("TextButton")
  26. local SheriffEspButton = Instance.new("TextButton")
  27. local EspOffButton = Instance.new("TextButton")
  28. local MurdererEspLabel = Instance.new("TextLabel")
  29. local SheriffEspLabel = Instance.new("TextLabel")
  30. local AllEspLabel = Instance.new("TextLabel")
  31. local ESPButton = Instance.new("TextButton")
  32. local OtherStuffFrame = Instance.new("Frame")
  33. local XRayButton = Instance.new("TextButton")
  34. local XRayLabel = Instance.new("TextLabel")
  35. local SpawnTPButton = Instance.new("TextButton")
  36. local SpawnTPLabel = Instance.new("TextLabel")
  37. local GunTPButton = Instance.new("TextButton")
  38. local OthersButton = Instance.new("TextButton")
  39. local Credits = Instance.new("TextLabel")
  40. local OpenCloseFrame = Instance.new("Frame")
  41. local Destroy = Instance.new("TextButton")
  42. local Open = Instance.new("TextButton")
  43. local MM2Image = Instance.new("ImageLabel")
  44.  
  45. --Properties
  46.  
  47. MurderMystery2.Name = "MurderMystery2"
  48. MurderMystery2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  49. MurderMystery2.ResetOnSpawn = false
  50.  
  51. MainFrame.Name = "MainFrame"
  52. MainFrame.Active = true
  53. MainFrame.Parent = MurderMystery2
  54. MainFrame.BackgroundColor3 = Color3.new(0.996078, 1, 0.662745)
  55. MainFrame.Position = UDim2.new(0.395987332, 0, 0.156302571, 0)
  56. MainFrame.Selectable = true
  57. MainFrame.Size = UDim2.new(0, 300, 0, 350)
  58. MainFrame.Visible = false
  59. MainFrame.Draggable = true
  60.  
  61. CreditsButton.Name = "CreditsButton"
  62. CreditsButton.Parent = MainFrame
  63. CreditsButton.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  64. CreditsButton.Position = UDim2.new(0.0149999997, 0, 0.779999971, 0)
  65. CreditsButton.Size = UDim2.new(0, 90, 0, 70)
  66. CreditsButton.Font = Enum.Font.Fantasy
  67. CreditsButton.Text = "Credits"
  68. CreditsButton.TextColor3 = Color3.new(0, 0, 0)
  69. CreditsButton.TextSize = 14
  70.  
  71. StandardsButton.Name = "StandardsButton"
  72. StandardsButton.Parent = MainFrame
  73. StandardsButton.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  74. StandardsButton.Position = UDim2.new(0.0149999997, 0, 0.119999997, 0)
  75. StandardsButton.Size = UDim2.new(0, 90, 0, 70)
  76. StandardsButton.Font = Enum.Font.Fantasy
  77. StandardsButton.Text = "Standard Things"
  78. StandardsButton.TextColor3 = Color3.new(0, 0, 0)
  79. StandardsButton.TextSize = 14
  80. StandardsButton.TextWrapped = true
  81.  
  82. StandardStuffFrame.Name = "StandardStuffFrame"
  83. StandardStuffFrame.Parent = MainFrame
  84. StandardStuffFrame.AnchorPoint = Vector2.new(1, 0)
  85. StandardStuffFrame.BackgroundColor3 = Color3.new(0.996078, 1, 0.662745)
  86. StandardStuffFrame.Position = UDim2.new(1, 0, 0, 0)
  87. StandardStuffFrame.Size = UDim2.new(0, 200, 0, 350)
  88. StandardStuffFrame.Visible = false
  89.  
  90. CtrlClickTP.Name = "CtrlClickTP"
  91. CtrlClickTP.Parent = StandardStuffFrame
  92. CtrlClickTP.AnchorPoint = Vector2.new(0.5, 0.5)
  93. CtrlClickTP.BackgroundColor3 = Color3.new(0.831373, 0.831373, 1)
  94. CtrlClickTP.Position = UDim2.new(0.25, 0, 0.25, 0)
  95. CtrlClickTP.Size = UDim2.new(0, 85, 0, 35)
  96. CtrlClickTP.Font = Enum.Font.Fantasy
  97. CtrlClickTP.Text = "Ctrl+Click TP"
  98. CtrlClickTP.TextColor3 = Color3.new(0, 0, 0)
  99. CtrlClickTP.TextSize = 14
  100. CtrlClickTP.TextWrapped = true
  101.  
  102. TPTool.Name = "TPTool"
  103. TPTool.Parent = StandardStuffFrame
  104. TPTool.AnchorPoint = Vector2.new(0.5, 0.5)
  105. TPTool.BackgroundColor3 = Color3.new(0.831373, 0.831373, 1)
  106. TPTool.Position = UDim2.new(0.75, 0, 0.25, 0)
  107. TPTool.Size = UDim2.new(0, 85, 0, 35)
  108. TPTool.Font = Enum.Font.Fantasy
  109. TPTool.Text = "TP Tool"
  110. TPTool.TextColor3 = Color3.new(0, 0, 0)
  111. TPTool.TextSize = 14
  112.  
  113. NoClip.Name = "NoClip"
  114. NoClip.Parent = StandardStuffFrame
  115. NoClip.AnchorPoint = Vector2.new(0.5, 0.5)
  116. NoClip.BackgroundColor3 = Color3.new(0.831373, 0.831373, 1)
  117. NoClip.Position = UDim2.new(0.25, 0, 0.839999974, 0)
  118. NoClip.Size = UDim2.new(0, 85, 0, 35)
  119. NoClip.Font = Enum.Font.Fantasy
  120. NoClip.Text = "NoClip: Off"
  121. NoClip.TextColor3 = Color3.new(0, 0, 0)
  122. NoClip.TextSize = 14
  123.  
  124. UniversalsLabel.Name = "UniversalsLabel"
  125. UniversalsLabel.Parent = StandardStuffFrame
  126. UniversalsLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  127. UniversalsLabel.BackgroundColor3 = Color3.new(0.831373, 0.831373, 1)
  128. UniversalsLabel.Position = UDim2.new(0.5, 0, 0.100000001, 0)
  129. UniversalsLabel.Size = UDim2.new(0, 177, 0, 50)
  130. UniversalsLabel.Font = Enum.Font.Fantasy
  131. UniversalsLabel.Text = "Standard Statistics and Teleportation Stuff"
  132. UniversalsLabel.TextColor3 = Color3.new(0, 0, 0)
  133. UniversalsLabel.TextSize = 14
  134. UniversalsLabel.TextWrapped = true
  135.  
  136. PlayerTP.Name = "PlayerTP"
  137. PlayerTP.Parent = StandardStuffFrame
  138. PlayerTP.AnchorPoint = Vector2.new(0.5, 0.5)
  139. PlayerTP.BackgroundColor3 = Color3.new(0.831373, 0.831373, 1)
  140. PlayerTP.Position = UDim2.new(0.5, 0, 0.620000005, 0)
  141. PlayerTP.Size = UDim2.new(0, 180, 0, 30)
  142. PlayerTP.Font = Enum.Font.Fantasy
  143. PlayerTP.Text = "Teleport To Player"
  144. PlayerTP.TextColor3 = Color3.new(0, 0, 0)
  145. PlayerTP.TextSize = 14
  146.  
  147. PlayerBox.Name = "PlayerBox"
  148. PlayerBox.Parent = StandardStuffFrame
  149. PlayerBox.AnchorPoint = Vector2.new(0.5, 0.5)
  150. PlayerBox.BackgroundColor3 = Color3.new(1, 1, 1)
  151. PlayerBox.Position = UDim2.new(0.5, 0, 0.720000029, 0)
  152. PlayerBox.Size = UDim2.new(0, 180, 0, 30)
  153. PlayerBox.Font = Enum.Font.Fantasy
  154. PlayerBox.Text = ""
  155. PlayerBox.TextColor3 = Color3.new(0, 0, 0)
  156. PlayerBox.TextSize = 14
  157.  
  158. Jump.Name = "Jump"
  159. Jump.Parent = StandardStuffFrame
  160. Jump.AnchorPoint = Vector2.new(0.5, 0.5)
  161. Jump.BackgroundColor3 = Color3.new(0.831373, 0.831373, 1)
  162. Jump.Position = UDim2.new(0.25, 0, 0.379999995, 0)
  163. Jump.Size = UDim2.new(0, 85, 0, 40)
  164. Jump.Font = Enum.Font.Fantasy
  165. Jump.Text = "Jumping Power"
  166. Jump.TextColor3 = Color3.new(0, 0, 0)
  167. Jump.TextSize = 14
  168. Jump.TextWrapped = true
  169.  
  170. Speed.Name = "Speed"
  171. Speed.Parent = StandardStuffFrame
  172. Speed.AnchorPoint = Vector2.new(0.5, 0.5)
  173. Speed.BackgroundColor3 = Color3.new(0.831373, 0.831373, 1)
  174. Speed.Position = UDim2.new(0.75, 0, 0.379999995, 0)
  175. Speed.Size = UDim2.new(0, 85, 0, 40)
  176. Speed.Font = Enum.Font.Fantasy
  177. Speed.Text = "Walking Speed"
  178. Speed.TextColor3 = Color3.new(0, 0, 0)
  179. Speed.TextSize = 14
  180. Speed.TextWrapped = true
  181.  
  182. JumpBox.Name = "JumpBox"
  183. JumpBox.Parent = StandardStuffFrame
  184. JumpBox.AnchorPoint = Vector2.new(0.5, 0.5)
  185. JumpBox.BackgroundColor3 = Color3.new(1, 1, 1)
  186. JumpBox.Position = UDim2.new(0.25, 0, 0.5, 0)
  187. JumpBox.Size = UDim2.new(0, 85, 0, 35)
  188. JumpBox.Font = Enum.Font.Fantasy
  189. JumpBox.Text = ""
  190. JumpBox.TextColor3 = Color3.new(0, 0, 0)
  191. JumpBox.TextSize = 14
  192.  
  193. WalkBox.Name = "WalkBox"
  194. WalkBox.Parent = StandardStuffFrame
  195. WalkBox.AnchorPoint = Vector2.new(0.5, 0.5)
  196. WalkBox.BackgroundColor3 = Color3.new(1, 1, 1)
  197. WalkBox.Position = UDim2.new(0.75, 0, 0.5, 0)
  198. WalkBox.Size = UDim2.new(0, 85, 0, 35)
  199. WalkBox.Font = Enum.Font.Fantasy
  200. WalkBox.Text = ""
  201. WalkBox.TextColor3 = Color3.new(0, 0, 0)
  202. WalkBox.TextSize = 14
  203.  
  204. Fly.Name = "Fly"
  205. Fly.Parent = StandardStuffFrame
  206. Fly.AnchorPoint = Vector2.new(0.5, 0.5)
  207. Fly.BackgroundColor3 = Color3.new(0.831373, 0.831373, 1)
  208. Fly.Position = UDim2.new(0.75, 0, 0.839999974, 0)
  209. Fly.Size = UDim2.new(0, 85, 0, 35)
  210. Fly.Font = Enum.Font.Fantasy
  211. Fly.Text = "Fly: Off"
  212. Fly.TextColor3 = Color3.new(0, 0, 0)
  213. Fly.TextSize = 14
  214.  
  215. ClickToToggleLabel.Name = "ClickToToggleLabel"
  216. ClickToToggleLabel.Parent = StandardStuffFrame
  217. ClickToToggleLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  218. ClickToToggleLabel.BackgroundColor3 = Color3.new(0.831373, 0.831373, 1)
  219. ClickToToggleLabel.Position = UDim2.new(0.5, 0, 0.949999988, 0)
  220. ClickToToggleLabel.Size = UDim2.new(0, 177, 0, 25)
  221. ClickToToggleLabel.Font = Enum.Font.Fantasy
  222. ClickToToggleLabel.Text = "Click These To Toggle Them"
  223. ClickToToggleLabel.TextColor3 = Color3.new(0, 0, 0)
  224. ClickToToggleLabel.TextSize = 14
  225. ClickToToggleLabel.TextWrapped = true
  226.  
  227. Minimize.Name = "Minimize"
  228. Minimize.Parent = MainFrame
  229. Minimize.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  230. Minimize.Position = UDim2.new(0.185000002, 0, 0.0149999997, 0)
  231. Minimize.Size = UDim2.new(0, 40, 0, 30)
  232. Minimize.Font = Enum.Font.Fantasy
  233. Minimize.Text = "-"
  234. Minimize.TextColor3 = Color3.new(0, 0, 0)
  235. Minimize.TextSize = 30
  236. Minimize.TextWrapped = true
  237.  
  238. Close.Name = "Close"
  239. Close.Parent = MainFrame
  240. Close.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  241. Close.Position = UDim2.new(0.0149999997, 0, 0.0149999997, 0)
  242. Close.Size = UDim2.new(0, 40, 0, 30)
  243. Close.Font = Enum.Font.Fantasy
  244. Close.Text = "X"
  245. Close.TextColor3 = Color3.new(0, 0, 0)
  246. Close.TextSize = 30
  247. Close.TextWrapped = true
  248.  
  249. ESPFrame.Name = "ESPFrame"
  250. ESPFrame.Parent = MainFrame
  251. ESPFrame.BackgroundColor3 = Color3.new(0.996078, 1, 0.662745)
  252. ESPFrame.Position = UDim2.new(0.340000004, 0, 0, 0)
  253. ESPFrame.Size = UDim2.new(0, 198, 0, 350)
  254. ESPFrame.Visible = false
  255.  
  256. TopEspLabel.Name = "TopEspLabel"
  257. TopEspLabel.Parent = ESPFrame
  258. TopEspLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  259. TopEspLabel.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  260. TopEspLabel.Position = UDim2.new(0.5, 0, 0.119999997, 0)
  261. TopEspLabel.Size = UDim2.new(0, 173, 0, 62)
  262. TopEspLabel.Font = Enum.Font.Fantasy
  263. TopEspLabel.Text = "These Buttons Highlight Certain People On Your Screen Through Walls"
  264. TopEspLabel.TextColor3 = Color3.new(0, 0, 0)
  265. TopEspLabel.TextSize = 14
  266. TopEspLabel.TextWrapped = true
  267.  
  268. MurdererEspButton.Name = "MurdererEspButton"
  269. MurdererEspButton.Parent = ESPFrame
  270. MurdererEspButton.AnchorPoint = Vector2.new(0.5, 0.5)
  271. MurdererEspButton.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  272. MurdererEspButton.Position = UDim2.new(0.5, 0, 0.379999995, 0)
  273. MurdererEspButton.Size = UDim2.new(0, 173, 0, 26)
  274. MurdererEspButton.Font = Enum.Font.Fantasy
  275. MurdererEspButton.Text = "Off"
  276. MurdererEspButton.TextColor3 = Color3.new(0, 0, 0)
  277. MurdererEspButton.TextSize = 14
  278.  
  279. AllEspButton.Name = "AllEspButton"
  280. AllEspButton.Parent = ESPFrame
  281. AllEspButton.AnchorPoint = Vector2.new(0.5, 0.5)
  282. AllEspButton.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  283. AllEspButton.Position = UDim2.new(0.5, 0, 0.82, 0)
  284. AllEspButton.Size = UDim2.new(0, 173, 0, 26)
  285. AllEspButton.Font = Enum.Font.Fantasy
  286. AllEspButton.Text = "Off"
  287. AllEspButton.TextColor3 = Color3.new(0, 0, 0)
  288. AllEspButton.TextSize = 14
  289.  
  290. SheriffEspButton.Name = "SheriffEspButton"
  291. SheriffEspButton.Parent = ESPFrame
  292. SheriffEspButton.AnchorPoint = Vector2.new(0.5, 0.5)
  293. SheriffEspButton.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  294. SheriffEspButton.Position = UDim2.new(0.5, 0, 0.6, 0)
  295. SheriffEspButton.Size = UDim2.new(0, 173, 0, 26)
  296. SheriffEspButton.Font = Enum.Font.Fantasy
  297. SheriffEspButton.Text = "Off"
  298. SheriffEspButton.TextColor3 = Color3.new(0, 0, 0)
  299. SheriffEspButton.TextSize = 14
  300.  
  301. MurdererEspLabel.Name = "MurdererEspLabel"
  302. MurdererEspLabel.Parent = ESPFrame
  303. MurdererEspLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  304. MurdererEspLabel.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  305. MurdererEspLabel.Position = UDim2.new(0.5, 0, 0.280000001, 0)
  306. MurdererEspLabel.Size = UDim2.new(0, 173, 0, 30)
  307. MurdererEspLabel.Font = Enum.Font.Fantasy
  308. MurdererEspLabel.Text = "Murderer ESP"
  309. MurdererEspLabel.TextColor3 = Color3.new(0, 0, 0)
  310. MurdererEspLabel.TextSize = 14
  311.  
  312. SheriffEspLabel.Name = "SheriffEspLabel"
  313. SheriffEspLabel.Parent = ESPFrame
  314. SheriffEspLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  315. SheriffEspLabel.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  316. SheriffEspLabel.Position = UDim2.new(0.5, 0, 0.5, 0)
  317. SheriffEspLabel.Size = UDim2.new(0, 173, 0, 30)
  318. SheriffEspLabel.Font = Enum.Font.Fantasy
  319. SheriffEspLabel.Text = "Sheriff ESP"
  320. SheriffEspLabel.TextColor3 = Color3.new(0, 0, 0)
  321. SheriffEspLabel.TextSize = 14
  322.  
  323. AllEspLabel.Name = "AllEspLabel"
  324. AllEspLabel.Parent = ESPFrame
  325. AllEspLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  326. AllEspLabel.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  327. AllEspLabel.Position = UDim2.new(0.5, 0, 0.72, 0)
  328. AllEspLabel.Size = UDim2.new(0, 173, 0, 30)
  329. AllEspLabel.Font = Enum.Font.Fantasy
  330. AllEspLabel.Text = "Everyone ESP"
  331. AllEspLabel.TextColor3 = Color3.new(0, 0, 0)
  332. AllEspLabel.TextSize = 14
  333.  
  334. ESPButton.Name = "ESPButton"
  335. ESPButton.Parent = MainFrame
  336. ESPButton.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  337. ESPButton.Position = UDim2.new(0.0149999997, 0, 0.340000004, 0)
  338. ESPButton.Size = UDim2.new(0, 90, 0, 70)
  339. ESPButton.Font = Enum.Font.Fantasy
  340. ESPButton.Text = "ESP"
  341. ESPButton.TextColor3 = Color3.new(0, 0, 0)
  342. ESPButton.TextSize = 14
  343. ESPButton.TextWrapped = true
  344.  
  345. EspOffButton.Name = "EspOffButton"
  346. EspOffButton.Parent = ESPFrame
  347. EspOffButton.AnchorPoint = Vector2.new(0.5, 0.5)
  348. EspOffButton.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  349. EspOffButton.Position = UDim2.new(0.5, 0, 0.939999998, 0)
  350. EspOffButton.Size = UDim2.new(0, 173, 0, 26)
  351. EspOffButton.Font = Enum.Font.Fantasy
  352. EspOffButton.Text = "Turn ESP's Off"
  353. EspOffButton.TextColor3 = Color3.new(0, 0, 0)
  354. EspOffButton.TextSize = 14
  355.  
  356. OtherStuffFrame.Name = "OtherStuffFrame"
  357. OtherStuffFrame.Parent = MainFrame
  358. OtherStuffFrame.BackgroundColor3 = Color3.new(0.996078, 1, 0.662745)
  359. OtherStuffFrame.Position = UDim2.new(0.340000004, 0, 0, 0)
  360. OtherStuffFrame.Size = UDim2.new(0, 198, 0, 350)
  361. OtherStuffFrame.Visible = false
  362.  
  363. XRayButton.Name = "XRayButton"
  364. XRayButton.Parent = OtherStuffFrame
  365. XRayButton.AnchorPoint = Vector2.new(0.5, 0.5)
  366. XRayButton.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  367. XRayButton.Position = UDim2.new(0.5, 0, 0.300000012, 0)
  368. XRayButton.Size = UDim2.new(0, 173, 0, 26)
  369. XRayButton.Font = Enum.Font.Fantasy
  370. XRayButton.Text = "Off"
  371. XRayButton.TextColor3 = Color3.new(0, 0, 0)
  372. XRayButton.TextSize = 14
  373.  
  374. XRayLabel.Name = "XRayLabel"
  375. XRayLabel.Parent = OtherStuffFrame
  376. XRayLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  377. XRayLabel.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  378. XRayLabel.Position = UDim2.new(0.5, 0, 0.119999997, 0)
  379. XRayLabel.Size = UDim2.new(0, 173, 0, 62)
  380. XRayLabel.Font = Enum.Font.Fantasy
  381. XRayLabel.Text = "This button toggles X-Ray, allowing you to see clearly through walls and see the outline of everything"
  382. XRayLabel.TextColor3 = Color3.new(0, 0, 0)
  383. XRayLabel.TextSize = 14
  384. XRayLabel.TextWrapped = true
  385.  
  386. SpawnTPButton.Name = "SpawnTPButton"
  387. SpawnTPButton.Parent = OtherStuffFrame
  388. SpawnTPButton.AnchorPoint = Vector2.new(0.5, 0.5)
  389. SpawnTPButton.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  390. SpawnTPButton.Position = UDim2.new(0.5, 0, 0.680000007, 0)
  391. SpawnTPButton.Size = UDim2.new(0, 173, 0, 26)
  392. SpawnTPButton.Font = Enum.Font.Fantasy
  393. SpawnTPButton.Text = "Teleport To Spawn"
  394. SpawnTPButton.TextColor3 = Color3.new(0, 0, 0)
  395. SpawnTPButton.TextSize = 14
  396.  
  397. SpawnTPLabel.Name = "SpawnTPLabel"
  398. SpawnTPLabel.Parent = OtherStuffFrame
  399. SpawnTPLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  400. SpawnTPLabel.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  401. SpawnTPLabel.Position = UDim2.new(0.499999881, 0, 0.5, 0)
  402. SpawnTPLabel.Size = UDim2.new(0, 173, 0, 62)
  403. SpawnTPLabel.Font = Enum.Font.Fantasy
  404. SpawnTPLabel.Text = "Press this to teleport to spawn and win the game automatically because you can't be killed LOL"
  405. SpawnTPLabel.TextColor3 = Color3.new(0, 0, 0)
  406. SpawnTPLabel.TextSize = 14
  407. SpawnTPLabel.TextWrapped = true
  408.  
  409. GunTPButton.Name = "GunTPButton"
  410. GunTPButton.Parent = OtherStuffFrame
  411. GunTPButton.AnchorPoint = Vector2.new(0.5, 0.5)
  412. GunTPButton.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  413. GunTPButton.Position = UDim2.new(0.5, 0, 0.800000012, 0)
  414. GunTPButton.Size = UDim2.new(0, 173, 0, 26)
  415. GunTPButton.Font = Enum.Font.Fantasy
  416. GunTPButton.Text = "If Sheriff Is Dead TP To Gun"
  417. GunTPButton.TextColor3 = Color3.new(0, 0, 0)
  418. GunTPButton.TextSize = 14
  419.  
  420. OthersButton.Name = "OthersButton"
  421. OthersButton.Parent = MainFrame
  422. OthersButton.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  423. OthersButton.Position = UDim2.new(0.0149999997, 0, 0.560000002, 0)
  424. OthersButton.Size = UDim2.new(0, 90, 0, 70)
  425. OthersButton.Font = Enum.Font.Fantasy
  426. OthersButton.Text = "Other Stuff"
  427. OthersButton.TextColor3 = Color3.new(0, 0, 0)
  428. OthersButton.TextSize = 14
  429. OthersButton.TextWrapped = true
  430.  
  431. Credits.Name = "Credits"
  432. Credits.Parent = MainFrame
  433. Credits.AnchorPoint = Vector2.new(0.5, 0.5)
  434. Credits.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  435. Credits.Position = UDim2.new(0.660000026, 0, 0.5, 0)
  436. Credits.Size = UDim2.new(0, 184, 0, 322)
  437. Credits.Font = Enum.Font.Fantasy
  438. Credits.Text = "Hey, you clearly aren't going to bother reading this anyway so I'm just gonna read out mild propaganda. BVB are very undarrated and their song titled \"In The End\" is better than Linkin Park's version. Also, Snickers' catchphrase \"Get Some Nuts\" is just gay encouragement. On top of this, I can't be bothered to write anything else so I'm just wasting your time even more by rambling on with this sentence which is going absolutely nowhere. I hope you enjoyed! - Also made by Syko#2239 and human_78987 just so it's still a credits page"
  439. Credits.TextColor3 = Color3.new(0, 0, 0)
  440. Credits.TextSize = 15
  441. Credits.TextWrapped = true
  442.  
  443. OpenCloseFrame.Name = "OpenCloseFrame"
  444. OpenCloseFrame.Parent = MurderMystery2
  445. OpenCloseFrame.AnchorPoint = Vector2.new(1, 0.5)
  446. OpenCloseFrame.BackgroundColor3 = Color3.new(0.996078, 1, 0.662745)
  447. OpenCloseFrame.Position = UDim2.new(1, 0, 0.699999988, 0)
  448. OpenCloseFrame.Size = UDim2.new(0, 200, 0, 100)
  449.  
  450. Destroy.Name = "Destroy"
  451. Destroy.Parent = OpenCloseFrame
  452. Destroy.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  453. Destroy.Position = UDim2.new(0.479999989, 0, 0.529999971, 0)
  454. Destroy.Size = UDim2.new(0, 100, 0, 40)
  455. Destroy.Font = Enum.Font.Fantasy
  456. Destroy.Text = "Destroy Gui"
  457. Destroy.TextColor3 = Color3.new(0, 0, 0)
  458. Destroy.TextSize = 16
  459. Destroy.TextWrapped = true
  460.  
  461. Open.Name = "Open"
  462. Open.Parent = OpenCloseFrame
  463. Open.BackgroundColor3 = Color3.new(0.819608, 0.803922, 1)
  464. Open.Position = UDim2.new(0.479999989, 0, 0.0700000003, 0)
  465. Open.Size = UDim2.new(0, 100, 0, 40)
  466. Open.Font = Enum.Font.Fantasy
  467. Open.Text = "Open Gui"
  468. Open.TextColor3 = Color3.new(0, 0, 0)
  469. Open.TextSize = 16
  470. Open.TextWrapped = true
  471.  
  472. MM2Image.Name = "MM2Image"
  473. MM2Image.Parent = OpenCloseFrame
  474. MM2Image.AnchorPoint = Vector2.new(0, 0.5)
  475. MM2Image.BackgroundColor3 = Color3.new(1, 1, 1)
  476. MM2Image.Position = UDim2.new(0.0199999996, 0, 0.5, 0)
  477. MM2Image.Size = UDim2.new(0, 85, 0, 85)
  478. MM2Image.Image = "rbxassetid://2685200789"
  479.  
  480. -- Scripts
  481.  
  482. -- Open and Close
  483.  
  484. Close.MouseButton1Click:Connect(function()
  485. game.Players.LocalPlayer.PlayerGui.MurderMystery2:Destroy()
  486. end)
  487.  
  488. Destroy.MouseButton1Click:Connect(function()
  489. game.Players.LocalPlayer.PlayerGui.MurderMystery2:Destroy()
  490. end)
  491.  
  492. Open.MouseButton1Click:Connect(function()
  493. OpenCloseFrame.Visible = false
  494. MainFrame.Visible = true
  495. end)
  496.  
  497. Minimize.MouseButton1Click:Connect(function()
  498. MainFrame.Visible = false
  499. OpenCloseFrame.Visible = true
  500.  
  501. end)
  502.  
  503. -- Opening Tabs
  504.  
  505. local Tabs = {
  506. [StandardsButton] = StandardStuffFrame;
  507. [ESPButton] = ESPFrame;
  508. [OthersButton] = OtherStuffFrame;
  509. [CreditsButton] = Credits;
  510. }
  511. for button,frame in pairs(Tabs) do
  512. button.MouseButton1Click:connect(function()
  513. if frame.Visible then
  514. frame.Visible = false
  515. return
  516. end
  517. for k,v in pairs(Tabs) do
  518. v.Visible = v == frame
  519. end
  520. end)
  521. end
  522.  
  523. -- WalkSpeed and JumpPower
  524.  
  525. Jump.MouseButton1Click:connect(function()
  526. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpBox.Text
  527. end)
  528.  
  529. Speed.MouseButton1Click:connect(function()
  530. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WalkBox.Text
  531. end)
  532.  
  533. -- TP Tool
  534.  
  535. TPTool.MouseButton1Down:connect(function()
  536. local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  537. Tool.RequiresHandle = false
  538. Tool.RobloxLocked = true
  539. Tool.Name = "TP Tool"
  540. Tool.ToolTip = "Teleport Tool"
  541. Tool.Equipped:connect(function(Mouse)
  542. Mouse.Button1Down:connect(function()
  543. if Mouse.Target then
  544. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  545. end
  546. end)
  547. end)
  548. end)
  549.  
  550. -- Ctrl Click TP
  551.  
  552. CtrlClickTP.MouseButton1Down:connect(function()
  553. CtrlClickTP.Text = "Ctrl + Click TP Active"
  554. local Plr = game:GetService("Players").LocalPlayer
  555. local Mouse = Plr:GetMouse()
  556.  
  557. Mouse.Button1Down:connect(function()
  558. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  559. if not Mouse.Target then return end
  560. Plr.Character:MoveTo(Mouse.Hit.p)
  561. end)
  562. end)
  563.  
  564. -- Player Teleport
  565.  
  566. PlayerTP.MouseButton1Click:Connect(function()
  567. local me = game.Players.LocalPlayer.Character
  568.  
  569. local targetplayer = game.Workspace[PlayerBox.Text].HumanoidRootPart
  570.  
  571. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z)
  572. end)
  573.  
  574. -- NoClip
  575.  
  576. noclip = false
  577. game:GetService('RunService').Stepped:connect(function()
  578. if noclip then
  579. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  580. end
  581. end)
  582. NoClip.MouseButton1Down:connect(function()
  583. noclip = not noclip
  584. if NoClip.Text == "NoClip: On" then
  585. NoClip.Text = "NoClip: Off"
  586. else
  587. NoClip.Text = "NoClip: On"
  588. end
  589. end)
  590.  
  591. -- Fly
  592.  
  593. lplayer = game:GetService("Players").LocalPlayer
  594. Mouse = lplayer:GetMouse()
  595.  
  596. speedget = 1
  597. speedfly = 1
  598. flying = false
  599.  
  600. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  601. repeat wait() until Mouse
  602.  
  603. local T = lplayer.Character.HumanoidRootPart
  604. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  605. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  606. local SPEED = speedget
  607.  
  608. local function fly()
  609. flying = true
  610. local BG = Instance.new('BodyGyro', T)
  611. local BV = Instance.new('BodyVelocity', T)
  612. BG.P = 9e4
  613. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  614. BG.cframe = T.CFrame
  615. BV.velocity = Vector3.new(0, 0.1, 0)
  616. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  617. spawn(function()
  618. repeat wait()
  619. lplayer.Character.Humanoid.PlatformStand = true
  620. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  621. SPEED = 50
  622. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  623. SPEED = 0
  624. end
  625. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  626. 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
  627. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  628. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  629. 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
  630. else
  631. BV.velocity = Vector3.new(0, 0.1, 0)
  632. end
  633. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  634. until not flying
  635. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  636. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  637. SPEED = 0
  638. BG:destroy()
  639. BV:destroy()
  640. lplayer.Character.Humanoid.PlatformStand = false
  641. end)
  642. end
  643. Mouse.KeyDown:connect(function(KEY)
  644. if KEY:lower() == 'w' then
  645. CONTROL.F = speedfly
  646. elseif KEY:lower() == 's' then
  647. CONTROL.B = -speedfly
  648. elseif KEY:lower() == 'a' then
  649. CONTROL.L = -speedfly
  650. elseif KEY:lower() == 'd' then
  651. CONTROL.R = speedfly
  652. end
  653. end)
  654. Mouse.KeyUp:connect(function(KEY)
  655. if KEY:lower() == 'w' then
  656. CONTROL.F = 0
  657. elseif KEY:lower() == 's' then
  658. CONTROL.B = 0
  659. elseif KEY:lower() == 'a' then
  660. CONTROL.L = 0
  661. elseif KEY:lower() == 'd' then
  662. CONTROL.R = 0
  663. end
  664. end)
  665.  
  666. Fly.MouseButton1Click:Connect(function()
  667. if flying == false then
  668. fly()
  669. Fly.Text = "Fly: On"
  670. else
  671. flying = false
  672. lplayer.Character.Humanoid.PlatformStand = false
  673. Fly.Text = "Fly: Off"
  674. end
  675. end)
  676.  
  677. -- ESP
  678.  
  679. player = game.Players.LocalPlayer
  680. printvar = false
  681. espnames = true
  682. teamname = "None"
  683. murderer = "None"
  684. sheriff = "None"
  685.  
  686. function Create(base, team, colors1, colors2, colors3, teamname) --For all esps
  687.  
  688. local bb = Instance.new("BillboardGui",player.PlayerGui)
  689. bb.Adornee = base
  690. bb.ExtentsOffset = Vector3.new(0,1,0)
  691. bb.AlwaysOnTop = true
  692. bb.Size = UDim2.new(0,5,0,5)
  693. bb.StudsOffset = Vector3.new(0,1,0)
  694. bb.Name = "tracker"
  695. bb.ResetOnSpawn = false
  696.  
  697. local frame = Instance.new("Frame",bb)
  698. frame.ZIndex = 10
  699. frame.BackgroundTransparency = 0.3
  700. frame.Size = UDim2.new(1,0,1,0)
  701.  
  702. local txtlbl = Instance.new("TextLabel",bb)
  703. txtlbl.ZIndex = 10
  704. txtlbl.Text = teamname
  705. txtlbl.BackgroundTransparency = 1
  706. txtlbl.Position = UDim2.new(0,0,0,-35)
  707. txtlbl.Size = UDim2.new(1,0,10,0)
  708. txtlbl.Font = "Cartoon"
  709. txtlbl.FontSize = "Size12"
  710. txtlbl.TextStrokeTransparency = 0.5
  711.  
  712. if team then
  713. txtlbl.TextColor3 = Color3.new(0,0,255)
  714. frame.BackgroundColor3 = Color3.new(0,0,255)
  715. else
  716. txtlbl.TextColor3 = Color3.new(colors1,colors2,colors3)
  717. frame.BackgroundColor3 = Color3.new(colors1,colors2,colors3)
  718. end
  719. end
  720.  
  721. function findmurderer()
  722. local colors1 = 255
  723. local colors2 = 0
  724. local colors3 = 0
  725. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  726. if v ~= game:GetService("Players").LocalPlayer then
  727. for i,v in pairs(v.Backpack:GetChildren()) do
  728. if v.Name == "Knife" then
  729. if espnames == true then
  730. local teamname = v.Parent.Parent.Name .. " - Murderer"
  731. if v.Parent.Parent.Character.Head ~= nil then
  732. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  733. else
  734. if printvar == true then
  735. print("Head missing from murderer!")
  736. end
  737. end
  738. elseif espnames == false then
  739. local teamname = "Murderer"
  740. if v.Parent.Parent.Character.Head ~= nil then
  741. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  742. else
  743. if printvar == true then
  744. print("Head missing from murderer!")
  745. end
  746. end
  747. end
  748. murderer = v.Parent.Parent.Name
  749. if printvar == true then
  750. print(murderer.." is Murderer")
  751. end
  752. end
  753. end
  754. for i,v in pairs(v.Character:GetChildren()) do
  755. if v.Name == "Knife" then
  756. if espnames == true then
  757. local teamname = v.Parent.Name .. " - Murderer"
  758. if v.Parent.Head ~= nil then
  759. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  760. else
  761. if printvar == true then
  762. print("Head missing from murderer!")
  763. end
  764. end
  765. elseif espnames == false then
  766. local teamname = "Murderer"
  767. if v.Parent.Head ~= nil then
  768. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  769. else
  770. if printvar == true then
  771. print("Head missing from murderer!")
  772. end
  773. end
  774. end
  775. murderer = v.Parent.Name
  776. if printvar == true then
  777. local murderer1 = tostring(v.Parent.Name)
  778. print(murderer1.." is Murderer")
  779. end
  780. end
  781. end
  782. end
  783. end
  784. end
  785.  
  786. function findsheriff()
  787. local colors1 = 0
  788. local colors2 = 0
  789. local colors3 = 255
  790. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  791. if v ~= game:GetService("Players").LocalPlayer then
  792. for i,v in pairs(v.Backpack:GetChildren()) do
  793. if v.Name == "Revolver" or v.Name == "Gun" then
  794. if espnames == true then
  795. local teamname = v.Parent.Parent.Name .. " - Sheriff"
  796. if v.Parent.Parent.Character.Head ~= nil then
  797. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  798. else
  799. if printvar == true then
  800. print("Head missing from sheriff!")
  801. end
  802. end
  803. elseif espnames == false then
  804. local teamname = "Sheriff"
  805. if v.Parent.Parent.Character.Head ~= nil then
  806. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  807. else
  808. if printvar == true then
  809. print("Head missing from sheriff!")
  810. end
  811. end
  812. end
  813. sheriff = v.Parent.Parent.Name
  814. if printvar == true then
  815. local sheriff1 = tostring(v.Parent.Parent.Name)
  816. print(sheriff1.." is Sheriff")
  817. end
  818. end
  819. end
  820. for i,v in pairs(v.Character:GetChildren()) do
  821. if v.Name == "Revolver" or v.Name == "Gun" then
  822. if espnames == true then
  823. local teamname = v.Parent.Name .. " - Sheriff"
  824. if v.Parent.Head ~= nil then
  825. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  826. else
  827. if printvar == true then
  828. print("Head missing from sheriff!")
  829. end
  830. end
  831. elseif espnames == false then
  832. local teamname = "Sheriff"
  833. if v.Parent.Head ~= nil then
  834. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  835. else
  836. if printvar == true then
  837. print("Head missing from sheriff!")
  838. end
  839. end
  840. end
  841. sheriff = v.Parent.Name
  842. if printvar == true then
  843. local sheriff1 = tostring(v.Parent.Name)
  844. print(sheriff1.." is Sheriff")
  845. end
  846. end
  847. end
  848. end
  849. end
  850. end
  851.  
  852. function findplayers()
  853. findmurderer()
  854. findsheriff()
  855. local colors1 = 0
  856. local colors2 = 255
  857. local colors3 = 0
  858. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  859. if v ~= game:GetService("Players").LocalPlayer then
  860. if v.Name ~= murderer then
  861. if v.Name ~= sheriff then
  862. if espnames == true then
  863. local teamname = v.Name
  864. if v.Character.Head ~= nil then
  865. Create(v.Character.Head, false, colors1 ,colors2, colors3, teamname)
  866. else
  867. if printvar == true then
  868. print("Head missing from sheriff!")
  869. end
  870. end
  871. elseif espnames == false then
  872. local teamname = "Innocents"
  873. if v.Parent.Head ~= nil then
  874. Create(v.Character.Head, false, colors1 ,colors2, colors3, teamname)
  875. else
  876. if printvar == true then
  877. print("Head missing from sheriff!")
  878. end
  879. end
  880. end
  881. end
  882. end
  883. end
  884. end
  885. end
  886.  
  887. function Clear()
  888. for _,v in pairs(player.PlayerGui:children()) do
  889. if v.Name == "tracker" and v:isA("BillboardGui") then
  890. v:Destroy()
  891. end
  892. end
  893. end
  894.  
  895. MurdererEspButton.MouseButton1Click:Connect(function()
  896. findmurderer()
  897. MurdererEspButton.Text = "On"
  898. end)
  899.  
  900. SheriffEspButton.MouseButton1Click:Connect(function()
  901. findsheriff()
  902. SheriffEspButton.Text = "On"
  903. end)
  904.  
  905. AllEspButton.MouseButton1Click:Connect(function()
  906. findplayers()
  907. AllEspButton.Text = "On"
  908. end)
  909. EspOffButton.MouseButton1Click:Connect(function()
  910. Clear()
  911. MurdererEspButton.Text = "Off"
  912. SheriffEspButton.Text = "Off"
  913. AllEspButton.Text = "Off"
  914. end)
  915.  
  916. -- X-Ray
  917.  
  918. Xray = false
  919. obj = game.workspace
  920.  
  921. function XrayOn(obj) --Enables xray
  922. for _,v in pairs(obj:GetChildren()) do
  923. if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then
  924. v.LocalTransparencyModifier = 0.75
  925. end
  926. XrayOn(v)
  927. end
  928. end
  929.  
  930. function XrayOff(obj) --Disables xray
  931. for _,v in pairs(obj:GetChildren()) do
  932. if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then
  933. v.LocalTransparencyModifier = 0
  934. end XrayOff(v)
  935. end
  936. end
  937.  
  938. XRayButton.MouseButton1Click:Connect(function()
  939. if Xray == false then
  940. Xray = true
  941. XrayOn(obj)
  942. XRayButton.Text = "On"
  943. else
  944. Xray = false
  945. XrayOff(obj)
  946. XRayButton.Text = "Off"
  947. end
  948. end)
  949.  
  950. -- Spawn TP
  951.  
  952. SpawnTPButton.MouseButton1Click:Connect(function()
  953. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  954. end)
  955.  
  956. -- TP Sheriff Gun
  957.  
  958. GunTPButton.MouseButton1Click:Connect(function()
  959. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.GunDrop.CFrame + Vector3.new(2,0,0)
  960. end)
Add Comment
Please, Sign In to add comment