Advertisement
MoneyBin

Roblox Exploit Essentials: (EDITED) Murder Mystery 2 Script by Vynixu

Apr 6th, 2020
2,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 58.89 KB | None | 0 0
  1. local VynixuMM2Script = Instance.new("ScreenGui")
  2. local Holder = Instance.new("Frame")
  3. local Top = Instance.new("Frame")
  4. local OpenClose = Instance.new("TextButton")
  5. local Title = Instance.new("TextLabel")
  6. local ErrorLabel = Instance.new("TextLabel")
  7. local PlayerList = Instance.new("Frame")
  8. local Top_2 = Instance.new("Frame")
  9. local OpenClose_2 = Instance.new("TextButton")
  10. local Players = Instance.new("Frame")
  11. local Player1 = Instance.new("TextButton")
  12. local Player2 = Instance.new("TextButton")
  13. local Player3 = Instance.new("TextButton")
  14. local Player4 = Instance.new("TextButton")
  15. local Player6 = Instance.new("TextButton")
  16. local Player5 = Instance.new("TextButton")
  17. local Player8 = Instance.new("TextButton")
  18. local Player7 = Instance.new("TextButton")
  19. local Player10 = Instance.new("TextButton")
  20. local Player11 = Instance.new("TextButton")
  21. local Player12 = Instance.new("TextButton")
  22. local Player9 = Instance.new("TextButton")
  23. local Roles = Instance.new("Frame")
  24. local Murderer = Instance.new("ImageLabel")
  25. local Sherrif = Instance.new("ImageLabel")
  26. local MurdererLabel = Instance.new("TextLabel")
  27. local SherrifLabel = Instance.new("TextLabel")
  28. local Main = Instance.new("Frame")
  29. local CoinFarm = Instance.new("TextButton")
  30. local Underline = Instance.new("TextLabel")
  31. local Fly = Instance.new("TextButton")
  32. local Underline_2 = Instance.new("TextLabel")
  33. local GunDropGrabber = Instance.new("TextButton")
  34. local Underline_3 = Instance.new("TextLabel")
  35. local KillAll = Instance.new("TextButton")
  36. local Underline_4 = Instance.new("TextLabel")
  37. local MurdererESP = Instance.new("TextButton")
  38. local Underline_5 = Instance.new("TextLabel")
  39. local Noclip = Instance.new("TextButton")
  40. local Underline_6 = Instance.new("TextLabel")
  41. local PlayerName = Instance.new("TextBox")
  42. local Underline_7 = Instance.new("TextLabel")
  43. local SherrifESP = Instance.new("TextButton")
  44. local Underline_8 = Instance.new("TextLabel")
  45. local ShowNames = Instance.new("TextButton")
  46. local Underline_9 = Instance.new("TextLabel")
  47. local TPtoLobby = Instance.new("TextButton")
  48. local Underline_10 = Instance.new("TextLabel")
  49. local TPtoMap = Instance.new("TextButton")
  50. local Underline_11 = Instance.new("TextLabel")
  51. local TPtoMuderer = Instance.new("TextButton")
  52. local Underline_12 = Instance.new("TextLabel")
  53. local TPtoPlayer = Instance.new("TextButton")
  54. local Underline_13 = Instance.new("TextLabel")
  55. local TPtoSherrif = Instance.new("TextButton")
  56. local Underline_14 = Instance.new("TextLabel")
  57. local Walkspeed = Instance.new("TextButton")
  58. local Underline_15 = Instance.new("TextLabel")
  59. local JumpPower = Instance.new("TextButton")
  60. local Underline_16 = Instance.new("TextLabel")
  61. local WSInput = Instance.new("TextBox")
  62. local Underline_17 = Instance.new("TextLabel")
  63. local JPInput = Instance.new("TextBox")
  64. local Underline_18 = Instance.new("TextLabel")
  65. local WSReset = Instance.new("TextButton")
  66. local Underline_19 = Instance.new("TextLabel")
  67. local JPReset = Instance.new("TextButton")
  68. local Underline_20 = Instance.new("TextLabel")
  69. --Properties:
  70. VynixuMM2Script.Name = "VynixuMM2Script"
  71. VynixuMM2Script.Parent = game.Players.LocalPlayer.PlayerGui
  72. VynixuMM2Script.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  73. VynixuMM2Script.ResetOnSpawn = false
  74. Holder.Name = "Holder"
  75. Holder.Parent = VynixuMM2Script
  76. Holder.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  77. Holder.BorderSizePixel = 0
  78. Holder.Position = UDim2.new(1, -350, 1, -405)
  79. Holder.Size = UDim2.new(0, 340, 0, 395)
  80. Top.Name = "Top"
  81. Top.Parent = Holder
  82. Top.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  83. Top.BorderSizePixel = 0
  84. Top.Position = UDim2.new(0, 0, 0, -25)
  85. Top.Size = UDim2.new(1, 0, 0, 25)
  86. OpenClose.Name = "OpenClose"
  87. OpenClose.Parent = Top
  88. OpenClose.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  89. OpenClose.BorderSizePixel = 0
  90. OpenClose.Rotation = -90
  91. OpenClose.Size = UDim2.new(0, 25, 0, 25)
  92. OpenClose.Font = Enum.Font.GothamBlack
  93. OpenClose.Text = ">"
  94. OpenClose.TextColor3 = Color3.new(1, 1, 1)
  95. OpenClose.TextSize = 32
  96. OpenClose.TextStrokeTransparency = 0
  97. OpenClose.TextWrapped = true
  98. Title.Name = "Title"
  99. Title.Parent = Top
  100. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  101. Title.BackgroundTransparency = 1
  102. Title.BorderSizePixel = 0
  103. Title.Size = UDim2.new(1, 0, 1, 0)
  104. Title.Font = Enum.Font.GothamBlack
  105. Title.Text = "MM2 Exploit"
  106. Title.TextColor3 = Color3.new(1, 1, 1)
  107. Title.TextSize = 20
  108. Title.TextStrokeTransparency = 0
  109. ErrorLabel.Name = "ErrorLabel"
  110. ErrorLabel.Parent = Holder
  111. ErrorLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  112. ErrorLabel.BackgroundTransparency = 1
  113. ErrorLabel.BorderSizePixel = 0
  114. ErrorLabel.Position = UDim2.new(0, 0, 0, -50)
  115. ErrorLabel.Size = UDim2.new(1, 0, 0, 25)
  116. ErrorLabel.Font = Enum.Font.GothamBlack
  117. ErrorLabel.Text = ""
  118. ErrorLabel.TextColor3 = Color3.new(1, 0, 0.0980392)
  119. ErrorLabel.TextSize = 14
  120. ErrorLabel.TextStrokeTransparency = 0
  121. PlayerList.Name = "PlayerList"
  122. PlayerList.Parent = Holder
  123. PlayerList.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  124. PlayerList.BorderSizePixel = 0
  125. PlayerList.Position = UDim2.new(0, -25, 0, 0)
  126. PlayerList.Size = UDim2.new(0, 175, 0, 395)
  127. Top_2.Name = "Top"
  128. Top_2.Parent = PlayerList
  129. Top_2.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  130. Top_2.BorderSizePixel = 0
  131. Top_2.Size = UDim2.new(0, 25, 1, 0)
  132. OpenClose_2.Name = "OpenClose"
  133. OpenClose_2.Parent = Top_2
  134. OpenClose_2.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  135. OpenClose_2.BorderSizePixel = 0
  136. OpenClose_2.Position = UDim2.new(0, 0, 1, -25)
  137. OpenClose_2.Rotation = 180
  138. OpenClose_2.Size = UDim2.new(0, 25, 0, 25)
  139. OpenClose_2.Font = Enum.Font.GothamBlack
  140. OpenClose_2.Text = ">"
  141. OpenClose_2.TextColor3 = Color3.new(1, 1, 1)
  142. OpenClose_2.TextSize = 32
  143. OpenClose_2.TextStrokeTransparency = 0
  144. OpenClose_2.TextWrapped = true
  145. Players.Name = "Players"
  146. Players.Parent = PlayerList
  147. Players.BackgroundColor3 = Color3.new(1, 1, 1)
  148. Players.BackgroundTransparency = 1
  149. Players.BorderSizePixel = 0
  150. Players.Size = UDim2.new(1, 0, 1, 0)
  151. Player1.Name = "Player1"
  152. Player1.Parent = Players
  153. Player1.BackgroundColor3 = Color3.new(1, 1, 1)
  154. Player1.BackgroundTransparency = 1
  155. Player1.BorderSizePixel = 0
  156. Player1.Position = UDim2.new(0, 25, 0, 7)
  157. Player1.Size = UDim2.new(1, -25, 0, 25)
  158. Player1.Font = Enum.Font.GothamBlack
  159. Player1.Text = "Player"
  160. Player1.TextColor3 = Color3.new(1, 1, 1)
  161. Player1.TextSize = 14
  162. Player1.TextStrokeTransparency = 0
  163. Player2.Name = "Player2"
  164. Player2.Parent = Players
  165. Player2.BackgroundColor3 = Color3.new(1, 1, 1)
  166. Player2.BackgroundTransparency = 1
  167. Player2.BorderSizePixel = 0
  168. Player2.Position = UDim2.new(0, 25, 0, 32)
  169. Player2.Size = UDim2.new(1, -25, 0, 25)
  170. Player2.Font = Enum.Font.GothamBlack
  171. Player2.Text = "Player"
  172. Player2.TextColor3 = Color3.new(1, 1, 1)
  173. Player2.TextSize = 14
  174. Player2.TextStrokeTransparency = 0
  175. Player3.Name = "Player3"
  176. Player3.Parent = Players
  177. Player3.BackgroundColor3 = Color3.new(1, 1, 1)
  178. Player3.BackgroundTransparency = 1
  179. Player3.BorderSizePixel = 0
  180. Player3.Position = UDim2.new(0, 25, 0, 57)
  181. Player3.Size = UDim2.new(1, -25, 0, 25)
  182. Player3.Font = Enum.Font.GothamBlack
  183. Player3.Text = "Player"
  184. Player3.TextColor3 = Color3.new(1, 1, 1)
  185. Player3.TextSize = 14
  186. Player3.TextStrokeTransparency = 0
  187. Player4.Name = "Player4"
  188. Player4.Parent = Players
  189. Player4.BackgroundColor3 = Color3.new(1, 1, 1)
  190. Player4.BackgroundTransparency = 1
  191. Player4.BorderSizePixel = 0
  192. Player4.Position = UDim2.new(0, 25, 0, 82)
  193. Player4.Size = UDim2.new(1, -25, 0, 25)
  194. Player4.Font = Enum.Font.GothamBlack
  195. Player4.Text = "Player"
  196. Player4.TextColor3 = Color3.new(1, 1, 1)
  197. Player4.TextSize = 14
  198. Player4.TextStrokeTransparency = 0
  199. Player6.Name = "Player6"
  200. Player6.Parent = Players
  201. Player6.BackgroundColor3 = Color3.new(1, 1, 1)
  202. Player6.BackgroundTransparency = 1
  203. Player6.BorderSizePixel = 0
  204. Player6.Position = UDim2.new(0, 25, 0, 132)
  205. Player6.Size = UDim2.new(1, -25, 0, 25)
  206. Player6.Font = Enum.Font.GothamBlack
  207. Player6.Text = "Player"
  208. Player6.TextColor3 = Color3.new(1, 1, 1)
  209. Player6.TextSize = 14
  210. Player6.TextStrokeTransparency = 0
  211. Player5.Name = "Player5"
  212. Player5.Parent = Players
  213. Player5.BackgroundColor3 = Color3.new(1, 1, 1)
  214. Player5.BackgroundTransparency = 1
  215. Player5.BorderSizePixel = 0
  216. Player5.Position = UDim2.new(0, 25, 0, 107)
  217. Player5.Size = UDim2.new(1, -25, 0, 25)
  218. Player5.Font = Enum.Font.GothamBlack
  219. Player5.Text = "Player"
  220. Player5.TextColor3 = Color3.new(1, 1, 1)
  221. Player5.TextSize = 14
  222. Player5.TextStrokeTransparency = 0
  223. Player8.Name = "Player8"
  224. Player8.Parent = Players
  225. Player8.BackgroundColor3 = Color3.new(1, 1, 1)
  226. Player8.BackgroundTransparency = 1
  227. Player8.BorderSizePixel = 0
  228. Player8.Position = UDim2.new(0, 25, 0, 182)
  229. Player8.Size = UDim2.new(1, -25, 0, 25)
  230. Player8.Font = Enum.Font.GothamBlack
  231. Player8.Text = "Player"
  232. Player8.TextColor3 = Color3.new(1, 1, 1)
  233. Player8.TextSize = 14
  234. Player8.TextStrokeTransparency = 0
  235. Player7.Name = "Player7"
  236. Player7.Parent = Players
  237. Player7.BackgroundColor3 = Color3.new(1, 1, 1)
  238. Player7.BackgroundTransparency = 1
  239. Player7.BorderSizePixel = 0
  240. Player7.Position = UDim2.new(0, 25, 0, 157)
  241. Player7.Size = UDim2.new(1, -25, 0, 25)
  242. Player7.Font = Enum.Font.GothamBlack
  243. Player7.Text = "Player"
  244. Player7.TextColor3 = Color3.new(1, 1, 1)
  245. Player7.TextSize = 14
  246. Player7.TextStrokeTransparency = 0
  247. Player10.Name = "Player10"
  248. Player10.Parent = Players
  249. Player10.BackgroundColor3 = Color3.new(1, 1, 1)
  250. Player10.BackgroundTransparency = 1
  251. Player10.BorderSizePixel = 0
  252. Player10.Position = UDim2.new(0, 25, 0, 232)
  253. Player10.Size = UDim2.new(1, -25, 0, 25)
  254. Player10.Font = Enum.Font.GothamBlack
  255. Player10.Text = "Player"
  256. Player10.TextColor3 = Color3.new(1, 1, 1)
  257. Player10.TextSize = 14
  258. Player10.TextStrokeTransparency = 0
  259. Player11.Name = "Player11"
  260. Player11.Parent = Players
  261. Player11.BackgroundColor3 = Color3.new(1, 1, 1)
  262. Player11.BackgroundTransparency = 1
  263. Player11.BorderSizePixel = 0
  264. Player11.Position = UDim2.new(0, 25, 0, 257)
  265. Player11.Size = UDim2.new(1, -25, 0, 25)
  266. Player11.Font = Enum.Font.GothamBlack
  267. Player11.Text = "Player"
  268. Player11.TextColor3 = Color3.new(1, 1, 1)
  269. Player11.TextSize = 14
  270. Player11.TextStrokeTransparency = 0
  271. Player12.Name = "Player12"
  272. Player12.Parent = Players
  273. Player12.BackgroundColor3 = Color3.new(1, 1, 1)
  274. Player12.BackgroundTransparency = 1
  275. Player12.BorderSizePixel = 0
  276. Player12.Position = UDim2.new(0, 25, 0, 282)
  277. Player12.Size = UDim2.new(1, -25, 0, 25)
  278. Player12.Font = Enum.Font.GothamBlack
  279. Player12.Text = "Player"
  280. Player12.TextColor3 = Color3.new(1, 1, 1)
  281. Player12.TextSize = 14
  282. Player12.TextStrokeTransparency = 0
  283. Player9.Name = "Player9"
  284. Player9.Parent = Players
  285. Player9.BackgroundColor3 = Color3.new(1, 1, 1)
  286. Player9.BackgroundTransparency = 1
  287. Player9.BorderSizePixel = 0
  288. Player9.Position = UDim2.new(0, 25, 0, 207)
  289. Player9.Size = UDim2.new(1, -25, 0, 25)
  290. Player9.Font = Enum.Font.GothamBlack
  291. Player9.Text = "Player"
  292. Player9.TextColor3 = Color3.new(1, 1, 1)
  293. Player9.TextSize = 14
  294. Player9.TextStrokeTransparency = 0
  295. Roles.Name = "Roles"
  296. Roles.Parent = PlayerList
  297. Roles.BackgroundColor3 = Color3.new(1, 1, 1)
  298. Roles.BackgroundTransparency = 1
  299. Roles.BorderSizePixel = 0
  300. Roles.Position = UDim2.new(0, -210, 1, -100)
  301. Roles.Size = UDim2.new(0, 205, 0, 100)
  302. if game.PlaceId == 142823291 then
  303.     Murderer.Name = "Murderer"
  304.     Murderer.Parent = Roles
  305.     Murderer.BackgroundColor3 = Color3.new(1, 1, 1)
  306.     Murderer.BackgroundTransparency = 1
  307.     Murderer.BorderSizePixel = 0
  308.     Murderer.Size = UDim2.new(0, 100, 0, 100)
  309.     Sherrif.Name = "Sherrif"
  310.     Sherrif.Parent = Roles
  311.     Sherrif.BackgroundColor3 = Color3.new(1, 1, 1)
  312.     Sherrif.BackgroundTransparency = 1
  313.     Sherrif.BorderSizePixel = 0
  314.     Sherrif.Position = UDim2.new(1, -100, 0, 0)
  315.     Sherrif.Size = UDim2.new(0, 100, 0, 100)
  316.     MurdererLabel.Name = "MurdererLabel"
  317.     MurdererLabel.Parent = Roles
  318.     MurdererLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  319.     MurdererLabel.BackgroundTransparency = 1
  320.     MurdererLabel.BorderSizePixel = 0
  321.     MurdererLabel.Position = UDim2.new(0, 0, 1, -25)
  322.     MurdererLabel.Size = UDim2.new(0, 100, 0, 25)
  323.     MurdererLabel.Font = Enum.Font.GothamBlack
  324.     MurdererLabel.Text = "Murderer"
  325.     MurdererLabel.TextColor3 = Color3.new(1, 0, 0.0980392)
  326.     MurdererLabel.TextSize = 24
  327.     MurdererLabel.TextStrokeTransparency = 0
  328.     MurdererLabel.TextWrapped = true
  329.     SherrifLabel.Name = "SherrifLabel"
  330.     SherrifLabel.Parent = Roles
  331.     SherrifLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  332.     SherrifLabel.BackgroundTransparency = 1
  333.     SherrifLabel.BorderSizePixel = 0
  334.     SherrifLabel.Position = UDim2.new(1, -100, 1, -25)
  335.     SherrifLabel.Size = UDim2.new(0, 100, 0, 25)
  336.     SherrifLabel.Font = Enum.Font.GothamBlack
  337.     SherrifLabel.Text = "Sherrif"
  338.     SherrifLabel.TextColor3 = Color3.new(0, 0.196078, 1)
  339.     SherrifLabel.TextSize = 24
  340.     SherrifLabel.TextStrokeTransparency = 0
  341.     SherrifLabel.TextWrapped = true
  342. end
  343. Main.Name = "Main"
  344. Main.Parent = Holder
  345. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  346. Main.BorderSizePixel = 0
  347. Main.Size = UDim2.new(1, 0, 1, 0)
  348. CoinFarm.Name = "CoinFarm"
  349. CoinFarm.Parent = Main
  350. CoinFarm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  351. CoinFarm.BorderColor3 = Color3.new(0, 0, 0)
  352. CoinFarm.BorderSizePixel = 0
  353. CoinFarm.Position = UDim2.new(0, 10, 0, 50)
  354. CoinFarm.Size = UDim2.new(0, 155, 0, 25)
  355. CoinFarm.Font = Enum.Font.GothamBlack
  356. CoinFarm.Text = "Coin Farm (x40)"
  357. CoinFarm.TextColor3 = Color3.new(1, 1, 1)
  358. CoinFarm.TextSize = 18
  359. CoinFarm.TextStrokeTransparency = 0
  360. Underline.Name = "Underline"
  361. Underline.Parent = CoinFarm
  362. Underline.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  363. Underline.BorderSizePixel = 0
  364. Underline.Position = UDim2.new(0, 0, 1, 0)
  365. Underline.Size = UDim2.new(1, 0, 0, 5)
  366. Underline.Font = Enum.Font.GothamBlack
  367. Underline.Text = ""
  368. Underline.TextColor3 = Color3.new(0, 0, 0)
  369. Underline.TextSize = 14
  370. Fly.Name = "Fly"
  371. Fly.Parent = Main
  372. Fly.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  373. Fly.BorderColor3 = Color3.new(0, 0, 0)
  374. Fly.BorderSizePixel = 0
  375. Fly.Position = UDim2.new(0, 175, 0, 90)
  376. Fly.Size = UDim2.new(0, 155, 0, 25)
  377. Fly.Font = Enum.Font.GothamBlack
  378. Fly.Text = "Fly [Q]"
  379. Fly.TextColor3 = Color3.new(1, 1, 1)
  380. Fly.TextSize = 18
  381. Fly.TextStrokeTransparency = 0
  382. Underline_2.Name = "Underline"
  383. Underline_2.Parent = Fly
  384. Underline_2.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  385. Underline_2.BorderSizePixel = 0
  386. Underline_2.Position = UDim2.new(0, 0, 1, 0)
  387. Underline_2.Size = UDim2.new(1, 0, 0, 5)
  388. Underline_2.Font = Enum.Font.GothamBlack
  389. Underline_2.Text = ""
  390. Underline_2.TextColor3 = Color3.new(0, 0, 0)
  391. Underline_2.TextSize = 14
  392. GunDropGrabber.Name = "GunDropGrabber"
  393. GunDropGrabber.Parent = Main
  394. GunDropGrabber.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  395. GunDropGrabber.BorderColor3 = Color3.new(0, 0, 0)
  396. GunDropGrabber.BorderSizePixel = 0
  397. GunDropGrabber.Position = UDim2.new(0, 10, 0, 90)
  398. GunDropGrabber.Size = UDim2.new(0, 155, 0, 25)
  399. GunDropGrabber.Font = Enum.Font.GothamBlack
  400. GunDropGrabber.Text = "Gun Grabber"
  401. GunDropGrabber.TextColor3 = Color3.new(1, 1, 1)
  402. GunDropGrabber.TextSize = 18
  403. GunDropGrabber.TextStrokeTransparency = 0
  404. Underline_3.Name = "Underline"
  405. Underline_3.Parent = GunDropGrabber
  406. Underline_3.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  407. Underline_3.BorderSizePixel = 0
  408. Underline_3.Position = UDim2.new(0, 0, 1, 0)
  409. Underline_3.Size = UDim2.new(1, 0, 0, 5)
  410. Underline_3.Font = Enum.Font.GothamBlack
  411. Underline_3.Text = ""
  412. Underline_3.TextColor3 = Color3.new(0, 0, 0)
  413. Underline_3.TextSize = 14
  414. KillAll.Name = "KillAll"
  415. KillAll.Parent = Main
  416. KillAll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  417. KillAll.BorderColor3 = Color3.new(0, 0, 0)
  418. KillAll.BorderSizePixel = 0
  419. KillAll.Position = UDim2.new(0, 175, 0, 130)
  420. KillAll.Size = UDim2.new(0, 155, 0, 25)
  421. KillAll.Font = Enum.Font.GothamBlack
  422. KillAll.Text = "Kill All"
  423. KillAll.TextColor3 = Color3.new(1, 1, 1)
  424. KillAll.TextSize = 18
  425. KillAll.TextStrokeTransparency = 0
  426. Underline_4.Name = "Underline"
  427. Underline_4.Parent = KillAll
  428. Underline_4.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  429. Underline_4.BorderSizePixel = 0
  430. Underline_4.Position = UDim2.new(0, 0, 1, 0)
  431. Underline_4.Size = UDim2.new(1, 0, 0, 5)
  432. Underline_4.Font = Enum.Font.GothamBlack
  433. Underline_4.Text = ""
  434. Underline_4.TextColor3 = Color3.new(0, 0, 0)
  435. Underline_4.TextSize = 14
  436. MurdererESP.Name = "MurdererESP"
  437. MurdererESP.Parent = Main
  438. MurdererESP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  439. MurdererESP.BorderColor3 = Color3.new(0, 0, 0)
  440. MurdererESP.BorderSizePixel = 0
  441. MurdererESP.Position = UDim2.new(0, 10, 0, 10)
  442. MurdererESP.Size = UDim2.new(0, 155, 0, 25)
  443. MurdererESP.Font = Enum.Font.GothamBlack
  444. MurdererESP.Text = "Murderer ESP"
  445. MurdererESP.TextColor3 = Color3.new(1, 1, 1)
  446. MurdererESP.TextSize = 18
  447. MurdererESP.TextStrokeTransparency = 0
  448. Underline_5.Name = "Underline"
  449. Underline_5.Parent = MurdererESP
  450. Underline_5.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  451. Underline_5.BorderSizePixel = 0
  452. Underline_5.Position = UDim2.new(0, 0, 1, 0)
  453. Underline_5.Size = UDim2.new(1, 0, 0, 5)
  454. Underline_5.Font = Enum.Font.GothamBlack
  455. Underline_5.Text = ""
  456. Underline_5.TextColor3 = Color3.new(0, 0, 0)
  457. Underline_5.TextSize = 14
  458. Noclip.Name = "Noclip"
  459. Noclip.Parent = Main
  460. Noclip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  461. Noclip.BorderColor3 = Color3.new(0, 0, 0)
  462. Noclip.BorderSizePixel = 0
  463. Noclip.Position = UDim2.new(0, 10, 0, 130)
  464. Noclip.Size = UDim2.new(0, 155, 0, 25)
  465. Noclip.Font = Enum.Font.GothamBlack
  466. Noclip.Text = "Noclip [E]"
  467. Noclip.TextColor3 = Color3.new(1, 1, 1)
  468. Noclip.TextSize = 18
  469. Noclip.TextStrokeTransparency = 0
  470. Underline_6.Name = "Underline"
  471. Underline_6.Parent = Noclip
  472. Underline_6.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  473. Underline_6.BorderSizePixel = 0
  474. Underline_6.Position = UDim2.new(0, 0, 1, 0)
  475. Underline_6.Size = UDim2.new(1, 0, 0, 5)
  476. Underline_6.Font = Enum.Font.GothamBlack
  477. Underline_6.Text = ""
  478. Underline_6.TextColor3 = Color3.new(0, 0, 0)
  479. Underline_6.TextSize = 14
  480. PlayerName.Name = "PlayerName"
  481. PlayerName.Parent = Main
  482. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  483. PlayerName.BackgroundTransparency = 1
  484. PlayerName.BorderSizePixel = 0
  485. PlayerName.Position = UDim2.new(0, 175, 0, 350)
  486. PlayerName.Size = UDim2.new(0, 155, 0, 25)
  487. PlayerName.Font = Enum.Font.GothamBlack
  488. PlayerName.PlaceholderColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  489. PlayerName.PlaceholderText = "Player Name"
  490. PlayerName.Text = ""
  491. PlayerName.TextColor3 = Color3.new(1, 1, 1)
  492. PlayerName.TextSize = 18
  493. PlayerName.TextStrokeTransparency = 0
  494. Underline_7.Name = "Underline"
  495. Underline_7.Parent = PlayerName
  496. Underline_7.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  497. Underline_7.BorderSizePixel = 0
  498. Underline_7.Position = UDim2.new(0, 0, 1, 0)
  499. Underline_7.Size = UDim2.new(1, 0, 0, 5)
  500. Underline_7.Font = Enum.Font.GothamBlack
  501. Underline_7.Text = ""
  502. Underline_7.TextColor3 = Color3.new(0, 0, 0)
  503. Underline_7.TextSize = 14
  504. SherrifESP.Name = "SherrifESP"
  505. SherrifESP.Parent = Main
  506. SherrifESP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  507. SherrifESP.BorderColor3 = Color3.new(0, 0, 0)
  508. SherrifESP.BorderSizePixel = 0
  509. SherrifESP.Position = UDim2.new(0, 175, 0, 10)
  510. SherrifESP.Size = UDim2.new(0, 155, 0, 25)
  511. SherrifESP.Font = Enum.Font.GothamBlack
  512. SherrifESP.Text = "Sherrif ESP"
  513. SherrifESP.TextColor3 = Color3.new(1, 1, 1)
  514. SherrifESP.TextSize = 18
  515. SherrifESP.TextStrokeTransparency = 0
  516. Underline_8.Name = "Underline"
  517. Underline_8.Parent = SherrifESP
  518. Underline_8.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  519. Underline_8.BorderSizePixel = 0
  520. Underline_8.Position = UDim2.new(0, 0, 1, 0)
  521. Underline_8.Size = UDim2.new(1, 0, 0, 5)
  522. Underline_8.Font = Enum.Font.GothamBlack
  523. Underline_8.Text = ""
  524. Underline_8.TextColor3 = Color3.new(0, 0, 0)
  525. Underline_8.TextSize = 14
  526. ShowNames.Name = "ShowNames"
  527. ShowNames.Parent = Main
  528. ShowNames.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  529. ShowNames.BorderColor3 = Color3.new(0, 0, 0)
  530. ShowNames.BorderSizePixel = 0
  531. ShowNames.Position = UDim2.new(0, 175, 0, 50)
  532. ShowNames.Size = UDim2.new(0, 155, 0, 25)
  533. ShowNames.Font = Enum.Font.GothamBlack
  534. ShowNames.Text = "Show Names"
  535. ShowNames.TextColor3 = Color3.new(1, 1, 1)
  536. ShowNames.TextSize = 18
  537. ShowNames.TextStrokeTransparency = 0
  538. Underline_9.Name = "Underline"
  539. Underline_9.Parent = ShowNames
  540. Underline_9.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  541. Underline_9.BorderSizePixel = 0
  542. Underline_9.Position = UDim2.new(0, 0, 1, 0)
  543. Underline_9.Size = UDim2.new(1, 0, 0, 5)
  544. Underline_9.Font = Enum.Font.GothamBlack
  545. Underline_9.Text = ""
  546. Underline_9.TextColor3 = Color3.new(0, 0, 0)
  547. Underline_9.TextSize = 14
  548. TPtoLobby.Name = "TPtoLobby"
  549. TPtoLobby.Parent = Main
  550. TPtoLobby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  551. TPtoLobby.BorderColor3 = Color3.new(0, 0, 0)
  552. TPtoLobby.BorderSizePixel = 0
  553. TPtoLobby.Position = UDim2.new(0, 10, 0, 270)
  554. TPtoLobby.Size = UDim2.new(0, 155, 0, 25)
  555. TPtoLobby.Font = Enum.Font.GothamBlack
  556. TPtoLobby.Text = "TP to Lobby"
  557. TPtoLobby.TextColor3 = Color3.new(1, 1, 1)
  558. TPtoLobby.TextSize = 18
  559. TPtoLobby.TextStrokeTransparency = 0
  560. Underline_10.Name = "Underline"
  561. Underline_10.Parent = TPtoLobby
  562. Underline_10.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  563. Underline_10.BorderSizePixel = 0
  564. Underline_10.Position = UDim2.new(0, 0, 1, 0)
  565. Underline_10.Size = UDim2.new(1, 0, 0, 5)
  566. Underline_10.Font = Enum.Font.GothamBlack
  567. Underline_10.Text = ""
  568. Underline_10.TextColor3 = Color3.new(0, 0, 0)
  569. Underline_10.TextSize = 14
  570. TPtoMap.Name = "TPtoMap"
  571. TPtoMap.Parent = Main
  572. TPtoMap.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  573. TPtoMap.BorderColor3 = Color3.new(0, 0, 0)
  574. TPtoMap.BorderSizePixel = 0
  575. TPtoMap.Position = UDim2.new(0, 175, 0, 310)
  576. TPtoMap.Size = UDim2.new(0, 155, 0, 25)
  577. TPtoMap.Font = Enum.Font.GothamBlack
  578. TPtoMap.Text = "TP to Map"
  579. TPtoMap.TextColor3 = Color3.new(1, 1, 1)
  580. TPtoMap.TextSize = 18
  581. TPtoMap.TextStrokeTransparency = 0
  582. Underline_11.Name = "Underline"
  583. Underline_11.Parent = TPtoMap
  584. Underline_11.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  585. Underline_11.BorderSizePixel = 0
  586. Underline_11.Position = UDim2.new(0, 0, 1, 0)
  587. Underline_11.Size = UDim2.new(1, 0, 0, 5)
  588. Underline_11.Font = Enum.Font.GothamBlack
  589. Underline_11.Text = ""
  590. Underline_11.TextColor3 = Color3.new(0, 0, 0)
  591. Underline_11.TextSize = 14
  592. TPtoMuderer.Name = "TPtoMuderer"
  593. TPtoMuderer.Parent = Main
  594. TPtoMuderer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  595. TPtoMuderer.BorderColor3 = Color3.new(0, 0, 0)
  596. TPtoMuderer.BorderSizePixel = 0
  597. TPtoMuderer.Position = UDim2.new(0, 175, 0, 270)
  598. TPtoMuderer.Size = UDim2.new(0, 155, 0, 25)
  599. TPtoMuderer.Font = Enum.Font.GothamBlack
  600. TPtoMuderer.Text = "TP to Murderer"
  601. TPtoMuderer.TextColor3 = Color3.new(1, 1, 1)
  602. TPtoMuderer.TextSize = 18
  603. TPtoMuderer.TextStrokeTransparency = 0
  604. Underline_12.Name = "Underline"
  605. Underline_12.Parent = TPtoMuderer
  606. Underline_12.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  607. Underline_12.BorderSizePixel = 0
  608. Underline_12.Position = UDim2.new(0, 0, 1, 0)
  609. Underline_12.Size = UDim2.new(1, 0, 0, 5)
  610. Underline_12.Font = Enum.Font.GothamBlack
  611. Underline_12.Text = ""
  612. Underline_12.TextColor3 = Color3.new(0, 0, 0)
  613. Underline_12.TextSize = 14
  614. TPtoPlayer.Name = "TPtoPlayer"
  615. TPtoPlayer.Parent = Main
  616. TPtoPlayer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  617. TPtoPlayer.BorderColor3 = Color3.new(0, 0, 0)
  618. TPtoPlayer.BorderSizePixel = 0
  619. TPtoPlayer.Position = UDim2.new(0, 10, 0, 350)
  620. TPtoPlayer.Size = UDim2.new(0, 155, 0, 25)
  621. TPtoPlayer.Font = Enum.Font.GothamBlack
  622. TPtoPlayer.Text = "TP to Player >"
  623. TPtoPlayer.TextColor3 = Color3.new(1, 1, 1)
  624. TPtoPlayer.TextSize = 18
  625. TPtoPlayer.TextStrokeTransparency = 0
  626. Underline_13.Name = "Underline"
  627. Underline_13.Parent = TPtoPlayer
  628. Underline_13.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  629. Underline_13.BorderSizePixel = 0
  630. Underline_13.Position = UDim2.new(0, 0, 1, 0)
  631. Underline_13.Size = UDim2.new(1, 0, 0, 5)
  632. Underline_13.Font = Enum.Font.GothamBlack
  633. Underline_13.Text = ""
  634. Underline_13.TextColor3 = Color3.new(0, 0, 0)
  635. Underline_13.TextSize = 14
  636. TPtoSherrif.Name = "TPtoSherrif"
  637. TPtoSherrif.Parent = Main
  638. TPtoSherrif.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  639. TPtoSherrif.BorderColor3 = Color3.new(0, 0, 0)
  640. TPtoSherrif.BorderSizePixel = 0
  641. TPtoSherrif.Position = UDim2.new(0, 10, 0, 310)
  642. TPtoSherrif.Size = UDim2.new(0, 155, 0, 25)
  643. TPtoSherrif.Font = Enum.Font.GothamBlack
  644. TPtoSherrif.Text = "TP to Sherrif"
  645. TPtoSherrif.TextColor3 = Color3.new(1, 1, 1)
  646. TPtoSherrif.TextSize = 18
  647. TPtoSherrif.TextStrokeTransparency = 0
  648. Underline_14.Name = "Underline"
  649. Underline_14.Parent = TPtoSherrif
  650. Underline_14.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  651. Underline_14.BorderSizePixel = 0
  652. Underline_14.Position = UDim2.new(0, 0, 1, 0)
  653. Underline_14.Size = UDim2.new(1, 0, 0, 5)
  654. Underline_14.Font = Enum.Font.GothamBlack
  655. Underline_14.Text = ""
  656. Underline_14.TextColor3 = Color3.new(0, 0, 0)
  657. Underline_14.TextSize = 14
  658. Walkspeed.Name = "Walkspeed"
  659. Walkspeed.Parent = Main
  660. Walkspeed.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  661. Walkspeed.BorderColor3 = Color3.new(0, 0, 0)
  662. Walkspeed.BorderSizePixel = 0
  663. Walkspeed.Position = UDim2.new(0, 10, 0, 170)
  664. Walkspeed.Size = UDim2.new(0, 155, 0, 25)
  665. Walkspeed.Font = Enum.Font.GothamBlack
  666. Walkspeed.Text = "Set WalkSpeed"
  667. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  668. Walkspeed.TextSize = 18
  669. Walkspeed.TextStrokeTransparency = 0
  670. Underline_15.Name = "Underline"
  671. Underline_15.Parent = Walkspeed
  672. Underline_15.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  673. Underline_15.BorderSizePixel = 0
  674. Underline_15.Position = UDim2.new(0, 0, 1, 0)
  675. Underline_15.Size = UDim2.new(1, 0, 0, 5)
  676. Underline_15.Font = Enum.Font.GothamBlack
  677. Underline_15.Text = ""
  678. Underline_15.TextColor3 = Color3.new(0, 0, 0)
  679. Underline_15.TextSize = 14
  680. JumpPower.Name = "JumpPower"
  681. JumpPower.Parent = Main
  682. JumpPower.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  683. JumpPower.BorderColor3 = Color3.new(0, 0, 0)
  684. JumpPower.BorderSizePixel = 0
  685. JumpPower.Position = UDim2.new(0, 10, 0, 210)
  686. JumpPower.Size = UDim2.new(0, 155, 0, 25)
  687. JumpPower.Font = Enum.Font.GothamBlack
  688. JumpPower.Text = "Set JumpPower"
  689. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  690. JumpPower.TextSize = 18
  691. JumpPower.TextStrokeTransparency = 0
  692. Underline_16.Name = "Underline"
  693. Underline_16.Parent = JumpPower
  694. Underline_16.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  695. Underline_16.BorderSizePixel = 0
  696. Underline_16.Position = UDim2.new(0, 0, 1, 0)
  697. Underline_16.Size = UDim2.new(1, 0, 0, 5)
  698. Underline_16.Font = Enum.Font.GothamBlack
  699. Underline_16.Text = ""
  700. Underline_16.TextColor3 = Color3.new(0, 0, 0)
  701. Underline_16.TextSize = 14
  702. WSInput.Name = "WSInput"
  703. WSInput.Parent = Main
  704. WSInput.BackgroundColor3 = Color3.new(1, 1, 1)
  705. WSInput.BackgroundTransparency = 1
  706. WSInput.BorderSizePixel = 0
  707. WSInput.Position = UDim2.new(0, 175, 0, 170)
  708. WSInput.Size = UDim2.new(0, 100, 0, 25)
  709. WSInput.Font = Enum.Font.GothamBlack
  710. WSInput.PlaceholderColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  711. WSInput.PlaceholderText = "WS Input"
  712. WSInput.Text = ""
  713. WSInput.TextColor3 = Color3.new(1, 1, 1)
  714. WSInput.TextSize = 18
  715. WSInput.TextStrokeTransparency = 0
  716. Underline_17.Name = "Underline"
  717. Underline_17.Parent = WSInput
  718. Underline_17.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  719. Underline_17.BorderSizePixel = 0
  720. Underline_17.Position = UDim2.new(0, 0, 1, 0)
  721. Underline_17.Size = UDim2.new(1, 0, 0, 5)
  722. Underline_17.Font = Enum.Font.GothamBlack
  723. Underline_17.Text = ""
  724. Underline_17.TextColor3 = Color3.new(0, 0, 0)
  725. Underline_17.TextSize = 14
  726. JPInput.Name = "JPInput"
  727. JPInput.Parent = Main
  728. JPInput.BackgroundColor3 = Color3.new(1, 1, 1)
  729. JPInput.BackgroundTransparency = 1
  730. JPInput.BorderSizePixel = 0
  731. JPInput.Position = UDim2.new(0, 175, 0, 210)
  732. JPInput.Size = UDim2.new(0, 100, 0, 25)
  733. JPInput.Font = Enum.Font.GothamBlack
  734. JPInput.PlaceholderColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  735. JPInput.PlaceholderText = "JP Input"
  736. JPInput.Text = ""
  737. JPInput.TextColor3 = Color3.new(1, 1, 1)
  738. JPInput.TextSize = 18
  739. JPInput.TextStrokeTransparency = 0
  740. Underline_18.Name = "Underline"
  741. Underline_18.Parent = JPInput
  742. Underline_18.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  743. Underline_18.BorderSizePixel = 0
  744. Underline_18.Position = UDim2.new(0, 0, 1, 0)
  745. Underline_18.Size = UDim2.new(1, 0, 0, 5)
  746. Underline_18.Font = Enum.Font.GothamBlack
  747. Underline_18.Text = ""
  748. Underline_18.TextColor3 = Color3.new(0, 0, 0)
  749. Underline_18.TextSize = 14
  750. WSReset.Name = "WSReset"
  751. WSReset.Parent = Main
  752. WSReset.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  753. WSReset.BorderColor3 = Color3.new(0, 0, 0)
  754. WSReset.BorderSizePixel = 0
  755. WSReset.Position = UDim2.new(0, 280, 0, 170)
  756. WSReset.Size = UDim2.new(0, 50, 0, 25)
  757. WSReset.Font = Enum.Font.GothamBlack
  758. WSReset.Text = "Reset"
  759. WSReset.TextColor3 = Color3.new(1, 1, 1)
  760. WSReset.TextSize = 18
  761. WSReset.TextStrokeTransparency = 0
  762. Underline_19.Name = "Underline"
  763. Underline_19.Parent = WSReset
  764. Underline_19.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  765. Underline_19.BorderSizePixel = 0
  766. Underline_19.Position = UDim2.new(0, 0, 1, 0)
  767. Underline_19.Size = UDim2.new(1, 0, 0, 5)
  768. Underline_19.Font = Enum.Font.GothamBlack
  769. Underline_19.Text = ""
  770. Underline_19.TextColor3 = Color3.new(0, 0, 0)
  771. Underline_19.TextSize = 14
  772. JPReset.Name = "JPReset"
  773. JPReset.Parent = Main
  774. JPReset.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  775. JPReset.BorderColor3 = Color3.new(0, 0, 0)
  776. JPReset.BorderSizePixel = 0
  777. JPReset.Position = UDim2.new(0, 280, 0, 210)
  778. JPReset.Size = UDim2.new(0, 50, 0, 25)
  779. JPReset.Font = Enum.Font.GothamBlack
  780. JPReset.Text = "Reset"
  781. JPReset.TextColor3 = Color3.new(1, 1, 1)
  782. JPReset.TextSize = 18
  783. JPReset.TextStrokeTransparency = 0
  784. Underline_20.Name = "Underline"
  785. Underline_20.Parent = JPReset
  786. Underline_20.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  787. Underline_20.BorderSizePixel = 0
  788. Underline_20.Position = UDim2.new(0, 0, 1, 0)
  789. Underline_20.Size = UDim2.new(1, 0, 0, 5)
  790. Underline_20.Font = Enum.Font.GothamBlack
  791. Underline_20.Text = ""
  792. Underline_20.TextColor3 = Color3.new(0, 0, 0)
  793. Underline_20.TextSize = 14
  794. -- Scripts:
  795. function SCRIPT_TXVI67_FAKESCRIPT() -- OpenClose.OpenClose
  796.     local script = Instance.new('LocalScript')
  797.     script.Parent = OpenClose
  798.     local toggle = true
  799.     local playerListOpen = false
  800.    
  801.     script.Parent.MouseButton1Click:Connect(function()
  802.         if toggle == false then
  803.             toggle = true
  804.             script.Parent.Rotation = -90
  805.         else
  806.             toggle = false
  807.             script.Parent.Rotation = 90
  808.         end
  809.        
  810.        
  811.         if toggle then
  812.             script.Parent.Parent.Parent.Parent.Holder:TweenPosition(UDim2.new(1, -350, 1, 0), "Out", "Quart", 0.5)
  813.            
  814.             if script.Parent.Parent.Parent.PlayerList.Top.OpenClose.Rotation == 0 then
  815.                 playerListOpen = true
  816.                 script.Parent.Parent.Parent.PlayerList:TweenPosition(UDim2.new(0, -25, 0, 0), "Out", "Quart", 0.5)
  817.             else
  818.                 playerListOpen = false
  819.             end
  820.            
  821.         else
  822.             if playerListOpen == true then
  823.                 script.Parent.Parent.Parent.PlayerList:TweenPosition(UDim2.new(0, -175, 0, 0), "Out", "Quart", 0.5)
  824.             end                
  825.             script.Parent.Parent.Parent.Parent.Holder:TweenPosition(UDim2.new(1, -350, 1, -405), "Out", "Quart", 0.5)
  826.         end
  827.     end)
  828. end
  829. coroutine.resume(coroutine.create(SCRIPT_TXVI67_FAKESCRIPT))
  830. function SCRIPT_UWJS74_FAKESCRIPT() -- OpenClose_2.OpenClose
  831.     local script = Instance.new('LocalScript')
  832.     script.Parent = OpenClose_2
  833.     local toggle = false
  834.    
  835.     script.Parent.MouseButton1Click:Connect(function()
  836.         if toggle == false then
  837.             toggle = true
  838.             script.Parent.Rotation = 0
  839.         else
  840.             toggle = false
  841.             script.Parent.Rotation = 180
  842.         end
  843.        
  844.        
  845.         if not toggle then
  846.             script.Parent.Parent.Parent:TweenPosition(UDim2.new(0, -25, 0, 0), "Out", "Quart", 0.5)    
  847.         else               
  848.             script.Parent.Parent.Parent:TweenPosition(UDim2.new(0, -175, 0, 0), "Out", "Quart", 0.5)
  849.         end
  850.     end)
  851. end
  852. coroutine.resume(coroutine.create(SCRIPT_UWJS74_FAKESCRIPT))
  853. function SCRIPT_HYTP71_FAKESCRIPT() -- Player1.GetPlayerName
  854.     local script = Instance.new('LocalScript')
  855.     script.Parent = Player1
  856.     script.Parent.MouseButton1Click:Connect(function()
  857.        
  858.         if script.Parent.Text ~= "" then
  859.             script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  860.         end
  861.        
  862.     end)
  863. end
  864. coroutine.resume(coroutine.create(SCRIPT_HYTP71_FAKESCRIPT))
  865. function SCRIPT_ZPMH72_FAKESCRIPT() -- Player2.GetPlayerName
  866.     local script = Instance.new('LocalScript')
  867.     script.Parent = Player2
  868.     script.Parent.MouseButton1Click:Connect(function()
  869.        
  870.         if script.Parent.Text ~= "" then
  871.             script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  872.         end
  873.        
  874.     end)
  875. end
  876. coroutine.resume(coroutine.create(SCRIPT_ZPMH72_FAKESCRIPT))
  877. function SCRIPT_PPKR75_FAKESCRIPT() -- Player3.GetPlayerName
  878.     local script = Instance.new('LocalScript')
  879.     script.Parent = Player3
  880.     script.Parent.MouseButton1Click:Connect(function()
  881.        
  882.         if script.Parent.Text ~= "" then
  883.             script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  884.         end
  885.        
  886.     end)
  887. end
  888. coroutine.resume(coroutine.create(SCRIPT_PPKR75_FAKESCRIPT))
  889. function SCRIPT_MJMP67_FAKESCRIPT() -- Player4.GetPlayerName
  890.     local script = Instance.new('LocalScript')
  891.     script.Parent = Player4
  892.     script.Parent.MouseButton1Click:Connect(function()
  893.        
  894.         if script.Parent.Text ~= "" then
  895.             script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  896.         end
  897.        
  898.     end)
  899. end
  900. coroutine.resume(coroutine.create(SCRIPT_MJMP67_FAKESCRIPT))
  901. function SCRIPT_CYEV85_FAKESCRIPT() -- Player6.GetPlayerName
  902.     local script = Instance.new('LocalScript')
  903.     script.Parent = Player6
  904.     script.Parent.MouseButton1Click:Connect(function()
  905.        
  906.         if script.Parent.Text ~= "" then
  907.             script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  908.         end
  909.        
  910.     end)
  911. end
  912. coroutine.resume(coroutine.create(SCRIPT_CYEV85_FAKESCRIPT))
  913. function SCRIPT_ERRH84_FAKESCRIPT() -- Player5.GetPlayerName
  914.     local script = Instance.new('LocalScript')
  915.     script.Parent = Player5
  916.     script.Parent.MouseButton1Click:Connect(function()
  917.        
  918.         if script.Parent.Text ~= "" then
  919.             script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  920.         end
  921.        
  922.     end)
  923. end
  924. coroutine.resume(coroutine.create(SCRIPT_ERRH84_FAKESCRIPT))
  925. function SCRIPT_FSET86_FAKESCRIPT() -- Player8.GetPlayerName
  926.     local script = Instance.new('LocalScript')
  927.     script.Parent = Player8
  928.     script.Parent.MouseButton1Click:Connect(function()
  929.        
  930.         if script.Parent.Text ~= "" then
  931.             script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  932.         end
  933.        
  934.     end)
  935. end
  936. coroutine.resume(coroutine.create(SCRIPT_FSET86_FAKESCRIPT))
  937. function SCRIPT_BGYF75_FAKESCRIPT() -- Player7.GetPlayerName
  938.     local script = Instance.new('LocalScript')
  939.     script.Parent = Player7
  940.     script.Parent.MouseButton1Click:Connect(function()
  941.        
  942.         if script.Parent.Text ~= "" then
  943.             script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  944.         end
  945.        
  946.     end)
  947. end
  948. coroutine.resume(coroutine.create(SCRIPT_BGYF75_FAKESCRIPT))
  949. function SCRIPT_PNRM77_FAKESCRIPT() -- Player10.GetPlayerName
  950.     local script = Instance.new('LocalScript')
  951.     script.Parent = Player10
  952.     script.Parent.MouseButton1Click:Connect(function()
  953.        
  954.         if script.Parent.Text ~= "" then
  955.             script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  956.         end
  957.        
  958.     end)
  959. end
  960. coroutine.resume(coroutine.create(SCRIPT_PNRM77_FAKESCRIPT))
  961. function SCRIPT_MYVX75_FAKESCRIPT() -- Player11.GetPlayerName
  962.     local script = Instance.new('LocalScript')
  963.     script.Parent = Player11
  964.     script.Parent.MouseButton1Click:Connect(function()
  965.        
  966.         if script.Parent.Text ~= "" then
  967.             script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  968.         end
  969.        
  970.     end)
  971. end
  972. coroutine.resume(coroutine.create(SCRIPT_MYVX75_FAKESCRIPT))
  973. function SCRIPT_BFYP71_FAKESCRIPT() -- Player12.GetPlayerName
  974.     local script = Instance.new('LocalScript')
  975.     script.Parent = Player12
  976.     script.Parent.MouseButton1Click:Connect(function()
  977.        
  978.         if script.Parent.Text ~= "" then
  979.             script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  980.         end
  981.        
  982.     end)
  983. end
  984. coroutine.resume(coroutine.create(SCRIPT_BFYP71_FAKESCRIPT))
  985. function SCRIPT_ISFC72_FAKESCRIPT() -- Player9.GetPlayerName
  986.     local script = Instance.new('LocalScript')
  987.     script.Parent = Player9
  988.     script.Parent.MouseButton1Click:Connect(function()
  989.        
  990.         if script.Parent.Text ~= "" then
  991.             script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  992.         end
  993.        
  994.     end)
  995. end
  996. coroutine.resume(coroutine.create(SCRIPT_ISFC72_FAKESCRIPT))
  997. function SCRIPT_OJXE82_FAKESCRIPT() -- Players.GetPlayers
  998.     local script = Instance.new('LocalScript')
  999.     script.Parent = Players
  1000.     local buttons = {
  1001.         script.Parent.Player1,
  1002.         script.Parent.Player2,
  1003.         script.Parent.Player3,
  1004.         script.Parent.Player4,
  1005.         script.Parent.Player5,
  1006.         script.Parent.Player6,
  1007.         script.Parent.Player7,
  1008.         script.Parent.Player8,
  1009.         script.Parent.Player9,
  1010.         script.Parent.Player10,
  1011.         script.Parent.Player11,
  1012.         script.Parent.Player12,
  1013.     }
  1014.    
  1015.     for i, v in pairs(game.Players:GetChildren()) do
  1016.         buttons[i].Text = v.Name
  1017.         buttons[i].Visible = true
  1018.     end
  1019.    
  1020.     game.Players.PlayerRemoving:connect(function()
  1021.             for i, v in pairs(game.Players:GetChildren()) do
  1022.                 buttons[i].Text = v.Name
  1023.                 buttons[i].Visible = true
  1024.             end
  1025.         end)
  1026.        
  1027.     game.Players.PlayerAdded:connect(function()
  1028.         for i, v in pairs(game.Players:GetChildren()) do
  1029.             buttons[i].Text = v.Name
  1030.             buttons[i].Visible = true
  1031.         end
  1032.     end)
  1033.    
  1034.     for i,v in pairs(script.Parent:GetChildren()) do
  1035.         if v.Text == "Player" then
  1036.             v.Text = ""
  1037.         end
  1038.     end
  1039. end
  1040. coroutine.resume(coroutine.create(SCRIPT_OJXE82_FAKESCRIPT))
  1041. function SCRIPT_AJZK70_FAKESCRIPT() -- Roles.GetRoles
  1042.     local script = Instance.new('LocalScript')
  1043.     script.Parent = Roles
  1044.     while wait(0.5) do 
  1045.         local Players = game:GetService("Players")
  1046.            
  1047.         for i, Plr in pairs(Players:GetPlayers()) do
  1048.             for i, Bp in pairs(Plr:GetChildren()) do
  1049.                 if Bp.Name == "Backpack" then
  1050.                     if Bp:FindFirstChild("Knife") ~= nil then
  1051.                         local playerId = Bp.Parent.UserId
  1052.                         script.Parent.Murderer.Image = "https://web.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&userid=".. playerId
  1053.                     end
  1054.        
  1055.                     if Bp:FindFirstChild("Gun") ~= nil then
  1056.                         local playerId = Bp.Parent.UserId
  1057.                         script.Parent.Sherrif.Image = "https://web.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&userid=".. playerId
  1058.                     end
  1059.                 end
  1060.             end
  1061.         end
  1062.     end
  1063. end
  1064. coroutine.resume(coroutine.create(SCRIPT_AJZK70_FAKESCRIPT))
  1065. function SCRIPT_ZSRN70_FAKESCRIPT() -- CoinFarm.CoinFarm
  1066.     local script = Instance.new('LocalScript')
  1067.     script.Parent = CoinFarm
  1068.     local toggle = false
  1069.    
  1070.     script.Parent.MouseButton1Click:Connect(function() 
  1071.         if toggle == false then
  1072.             toggle = true
  1073.             script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1074.         else
  1075.             toggle = false
  1076.             script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1077.         end
  1078.        
  1079.         while toggle do wait(.25)
  1080.             local place = workspace:GetChildren()  
  1081.             local currentX = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.X
  1082.             local currentY = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Y
  1083.             local currentZ = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Z
  1084.            
  1085.             for i,v in pairs(place) do     
  1086.                 local vChildren = v:GetChildren()
  1087.                 for i,child in pairs(vChildren) do
  1088.                     if child.Name == "CoinContainer" then
  1089.                        
  1090.                         if child.Coin_Server:FindFirstChild("Coin") ~= nil then
  1091.                             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.Coin_Server.Coin.CFrame
  1092.                         else
  1093.                             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(currentX, currentY, currentZ)
  1094.                             script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1095.                             toggle = false
  1096.                         end
  1097.            
  1098.                     end
  1099.                 end
  1100.             end
  1101.         end
  1102.        
  1103.     end)
  1104. end
  1105. coroutine.resume(coroutine.create(SCRIPT_ZSRN70_FAKESCRIPT))
  1106. function SCRIPT_ZXKM71_FAKESCRIPT() -- Fly.Fly
  1107.     local script = Instance.new('LocalScript')
  1108.     script.Parent = Fly
  1109.     flying = false
  1110.     lplayer = game.Players.LocalPlayer
  1111.     speedget = 1
  1112.     speedfly = 1
  1113.     Mouse = lplayer:GetMouse()
  1114.    
  1115.     script.Parent.MouseButton1Click:Connect(function()
  1116.         if flying == false then
  1117.             script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1118.            
  1119.             repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1120.             repeat wait() until Mouse
  1121.            
  1122.             local T = lplayer.Character.HumanoidRootPart
  1123.             local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1124.             local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1125.             local SPEED = speedget
  1126.            
  1127.             local function fly()
  1128.                 flying = true
  1129.                 local BG = Instance.new('BodyGyro', T)
  1130.                 local BV = Instance.new('BodyVelocity', T)
  1131.                 BG.P = 9e4
  1132.                 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1133.                 BG.cframe = T.CFrame
  1134.                 BV.velocity = Vector3.new(0, 0.1, 0)
  1135.                 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1136.                 spawn(function()
  1137.                 repeat wait()
  1138.                 lplayer.Character.Humanoid.PlatformStand = true
  1139.                 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1140.                     SPEED = 50
  1141.                 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1142.                     SPEED = 0
  1143.                 end
  1144.                 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1145.                     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
  1146.                     lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1147.                 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1148.                     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
  1149.                 else
  1150.                     BV.velocity = Vector3.new(0, 0.1, 0)
  1151.                 end
  1152.                 BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1153.                 until not flying
  1154.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1155.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1156.                     SPEED = 0
  1157.                     BG:destroy()
  1158.                     BV:destroy()
  1159.                     lplayer.Character.Humanoid.PlatformStand = false
  1160.                 end)
  1161.             end
  1162.             Mouse.KeyDown:connect(function(KEY)
  1163.                 if KEY:lower() == 'w' then
  1164.                     CONTROL.F = speedfly
  1165.                 elseif KEY:lower() == 's' then
  1166.                     CONTROL.B = -speedfly
  1167.                 elseif KEY:lower() == 'a' then
  1168.                     CONTROL.L = -speedfly
  1169.                 elseif KEY:lower() == 'd' then
  1170.                     CONTROL.R = speedfly
  1171.                 end
  1172.             end)
  1173.             Mouse.KeyUp:connect(function(KEY)
  1174.                 if KEY:lower() == 'w' then
  1175.                     CONTROL.F = 0
  1176.                 elseif KEY:lower() == 's' then
  1177.                     CONTROL.B = 0
  1178.                 elseif KEY:lower() == 'a' then
  1179.                     CONTROL.L = 0
  1180.                 elseif KEY:lower() == 'd' then
  1181.                     CONTROL.R = 0
  1182.                 end
  1183.             end)
  1184.             fly()
  1185.         else
  1186.             flying = false
  1187.             script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1188.             lplayer.Character.Humanoid.PlatformStand = false
  1189.         end
  1190.     end)
  1191.    
  1192.     Mouse.KeyDown:Connect(function(k)
  1193.         if k == "q" then
  1194.            
  1195.             if flying == false then
  1196.                 script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1197.                
  1198.                 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1199.                 repeat wait() until Mouse
  1200.                
  1201.                 local T = lplayer.Character.HumanoidRootPart
  1202.                 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1203.                 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1204.                 local SPEED = speedget
  1205.                
  1206.                 local function fly()
  1207.                     flying = true
  1208.                     local BG = Instance.new('BodyGyro', T)
  1209.                     local BV = Instance.new('BodyVelocity', T)
  1210.                     BG.P = 9e4
  1211.                     BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1212.                     BG.cframe = T.CFrame
  1213.                     BV.velocity = Vector3.new(0, 0.1, 0)
  1214.                     BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1215.                     spawn(function()
  1216.                     repeat wait()
  1217.                     lplayer.Character.Humanoid.PlatformStand = true
  1218.                     if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1219.                         SPEED = 50
  1220.                     elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1221.                         SPEED = 0
  1222.                     end
  1223.                     if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1224.                         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
  1225.                         lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1226.                     elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1227.                         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
  1228.                     else
  1229.                         BV.velocity = Vector3.new(0, 0.1, 0)
  1230.                     end
  1231.                     BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1232.                     until not flying
  1233.                         CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1234.                         lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1235.                         SPEED = 0
  1236.                         BG:destroy()
  1237.                         BV:destroy()
  1238.                         lplayer.Character.Humanoid.PlatformStand = false
  1239.                     end)
  1240.                 end
  1241.                 Mouse.KeyDown:connect(function(KEY)
  1242.                     if KEY:lower() == 'w' then
  1243.                         CONTROL.F = speedfly
  1244.                     elseif KEY:lower() == 's' then
  1245.                         CONTROL.B = -speedfly
  1246.                     elseif KEY:lower() == 'a' then
  1247.                         CONTROL.L = -speedfly
  1248.                     elseif KEY:lower() == 'd' then
  1249.                         CONTROL.R = speedfly
  1250.                     end
  1251.                 end)
  1252.                 Mouse.KeyUp:connect(function(KEY)
  1253.                     if KEY:lower() == 'w' then
  1254.                         CONTROL.F = 0
  1255.                     elseif KEY:lower() == 's' then
  1256.                         CONTROL.B = 0
  1257.                     elseif KEY:lower() == 'a' then
  1258.                         CONTROL.L = 0
  1259.                     elseif KEY:lower() == 'd' then
  1260.                         CONTROL.R = 0
  1261.                     end
  1262.                 end)
  1263.                 fly()
  1264.             else
  1265.                 flying = false
  1266.                 script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1267.                 lplayer.Character.Humanoid.PlatformStand = false
  1268.             end
  1269.            
  1270.         end
  1271.     end)
  1272. end
  1273. coroutine.resume(coroutine.create(SCRIPT_ZXKM71_FAKESCRIPT))
  1274. function SCRIPT_MMKD76_FAKESCRIPT() -- GunDropGrabber.GunDropGrabber
  1275.     local script = Instance.new('LocalScript')
  1276.     script.Parent = GunDropGrabber
  1277.     script.Parent.MouseButton1Click:Connect(function()
  1278.        
  1279.         local currentX = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.X
  1280.         local currentY = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Y
  1281.         local currentZ = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Z  
  1282.        
  1283.         if workspace:FindFirstChild("GunDrop") ~= nil then
  1284.        
  1285.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:FindFirstChild("GunDrop").CFrame
  1286.         wait(.25)  
  1287.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(currentX, currentY, currentZ)
  1288.            
  1289.         else
  1290.            
  1291.             script.Parent.Parent.ErrorLabel.Text = "There's no gun to grab yet, wait for the sherrif to die"
  1292.        
  1293.         wait(3)
  1294.            
  1295.             script.Parent.Parent.ErrorLabel.Text = ""
  1296.            
  1297.         end
  1298.            
  1299.     end)
  1300. end
  1301. coroutine.resume(coroutine.create(SCRIPT_MMKD76_FAKESCRIPT))
  1302. function SCRIPT_MOWM88_FAKESCRIPT() -- KillAll.KillAll
  1303.     local script = Instance.new('LocalScript')
  1304.     script.Parent = KillAll
  1305.     script.Parent.MouseButton1Click:Connect(function(input)
  1306.    
  1307.         if game.Players.LocalPlayer.Backpack:FindFirstChild("Knife") ~= nil then -- Only works if you're the murderer
  1308.    
  1309.             local Players = game:GetService("Players") 
  1310.             for i, Victim in pairs(Players:GetPlayers()) do
  1311.                 if Victim.Name ~= game.Players.LocalPlayer.Name then
  1312.        
  1313.                     repeat wait()
  1314.                         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Victim.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1315.                     until
  1316.                         Victim.Character.Humanoid.Health == 0
  1317.        
  1318.                 end
  1319.             end
  1320.        
  1321.         else
  1322.        
  1323.             script.Parent.Parent.ErrorLabel.Text = "You need to be murderer in order to do this"
  1324.        
  1325.         wait(3)
  1326.        
  1327.             script.Parent.Parent.ErrorLabel.Text = ""
  1328.        
  1329.         end
  1330.    
  1331.     end)
  1332. end
  1333. coroutine.resume(coroutine.create(SCRIPT_MOWM88_FAKESCRIPT))
  1334. function SCRIPT_FZXM74_FAKESCRIPT() -- MurdererESP.MurdererESP
  1335.     local script = Instance.new('LocalScript')
  1336.     script.Parent = MurdererESP
  1337.     local toggle = false
  1338.    
  1339.     script.Parent.MouseButton1Click:Connect(function()
  1340.         if toggle == false then
  1341.             toggle = true
  1342.             script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1343.         else
  1344.             toggle = false
  1345.             script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1346.         end
  1347.            
  1348.        
  1349.         while toggle do wait(.1)       
  1350.             local Players = game:GetService("Players")
  1351.            
  1352.             for i, Plr in pairs(Players:GetPlayers()) do
  1353.                 for i, Bp in pairs(Plr:GetChildren()) do
  1354.                     if Bp.Name == "Backpack" then
  1355.                         if Bp:FindFirstChild("Knife") ~= nil then
  1356.                             if Bp.Parent.Character.UpperTorso:FindFirstChild("BoxHandleAdornment") == nil then
  1357.                                 local box = Instance.new("BoxHandleAdornment", Bp.Parent.Character.UpperTorso)
  1358.                                 box.Size = Bp.Parent.Character.UpperTorso.Size
  1359.                                 box.Adornee = Bp.Parent.Character.UpperTorso
  1360.                                 box.ZIndex = 5
  1361.                                 box.AlwaysOnTop = true
  1362.                                 box.Color3 = Color3.fromRGB(255, 0, 25)
  1363.                                
  1364.                                 local at0 = Instance.new("Attachment", game.Players.LocalPlayer.Character.UpperTorso)
  1365.                                 local at1 = Instance.new("Attachment", Bp.Parent.Character.UpperTorso)
  1366.                                 local beam = Instance.new("Beam", game.Players.LocalPlayer.Character)
  1367.                                 beam.Color = ColorSequence.new(Color3.fromRGB(255, 0, 25), Color3.fromRGB(255, 0, 25))
  1368.                                 beam.FaceCamera = true
  1369.                                 beam.Width0 = 0.2
  1370.                                 beam.Width1 = 0.2
  1371.                                 beam.Attachment0 = at0
  1372.                                 beam.Attachment1 = at1
  1373.                             end
  1374.                         end
  1375.                     end
  1376.                 end
  1377.             end
  1378.         end
  1379.        
  1380.        
  1381.         while toggle == false do wait()    
  1382.             local Players = game:GetService("Players")
  1383.            
  1384.             for i, Plr in pairs(Players:GetPlayers()) do
  1385.                 for i, Bp in pairs(Plr:GetChildren()) do
  1386.                     if Bp.Name == "Backpack" then
  1387.                         if Bp:FindFirstChild("Knife") ~= nil then
  1388.                             if Bp.Parent.Character.UpperTorso:FindFirstChild("BoxHandleAdornment") ~= nil then
  1389.                                 Bp.Parent.Character.UpperTorso:FindFirstChild("BoxHandleAdornment"):Destroy()
  1390.                                
  1391.                             elseif game.Players.LocalPlayer.Character:FindFirstChild("Beam") ~= nil then
  1392.                                 game.Players.LocalPlayer.Character:FindFirstChild("Beam"):Destroy()
  1393.                             end
  1394.                         end
  1395.                     end
  1396.                 end
  1397.             end
  1398.         end
  1399.     end)
  1400. end
  1401. coroutine.resume(coroutine.create(SCRIPT_FZXM74_FAKESCRIPT))
  1402. function SCRIPT_GVGT66_FAKESCRIPT() -- Noclip.Noclip
  1403.     local script = Instance.new('LocalScript')
  1404.     script.Parent = Noclip
  1405.     noclip = false
  1406.     local Mouse = game.Players.LocalPlayer:GetMouse()
  1407.    
  1408.     game:GetService('RunService').Stepped:connect(function()
  1409.         if noclip then
  1410.             game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1411.         end
  1412.     end)
  1413.    
  1414.     script.Parent.MouseButton1Down:connect(function()
  1415.         noclip = not noclip
  1416.         if noclip then
  1417.             script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1418.         else
  1419.             script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1420.         end
  1421.     end)
  1422.    
  1423.     Mouse.KeyDown:Connect(function(k)
  1424.         if k == "e" then
  1425.            
  1426.             noclip = not noclip
  1427.             if noclip then
  1428.                 script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1429.             else
  1430.                 script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1431.             end
  1432.            
  1433.         end
  1434.     end)
  1435. end
  1436. coroutine.resume(coroutine.create(SCRIPT_GVGT66_FAKESCRIPT))
  1437. function SCRIPT_CTQL79_FAKESCRIPT() -- SherrifESP.SherrifESP
  1438.     local script = Instance.new('LocalScript')
  1439.     script.Parent = SherrifESP
  1440.     local toggle = false
  1441.    
  1442.     script.Parent.MouseButton1Click:Connect(function()
  1443.         if toggle == false then
  1444.             toggle = true
  1445.             script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1446.         else
  1447.             toggle = false
  1448.             script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1449.         end
  1450.            
  1451.        
  1452.         while toggle do wait(.1)       
  1453.             local Players = game:GetService("Players")
  1454.            
  1455.             for i, Plr in pairs(Players:GetPlayers()) do
  1456.                 for i, Bp in pairs(Plr:GetChildren()) do
  1457.                     if Bp.Name == "Backpack" then
  1458.                         if Bp:FindFirstChild("Gun") ~= nil then
  1459.                             if Bp.Parent.Character.UpperTorso:FindFirstChild("BoxHandleAdornment") == nil then
  1460.                                 local box = Instance.new("BoxHandleAdornment", Bp.Parent.Character.UpperTorso)
  1461.                                 box.Size = Bp.Parent.Character.UpperTorso.Size
  1462.                                 box.Adornee = Bp.Parent.Character.UpperTorso
  1463.                                 box.ZIndex = 5
  1464.                                 box.AlwaysOnTop = true
  1465.                                 box.Color3 = Color3.fromRGB(0, 50, 255)
  1466.                                
  1467.                                 local at0 = Instance.new("Attachment", game.Players.LocalPlayer.Character.UpperTorso)
  1468.                                 local at1 = Instance.new("Attachment", Bp.Parent.Character.UpperTorso)
  1469.                                 local beam = Instance.new("Beam", game.Players.LocalPlayer.Character)
  1470.                                 beam.Color = ColorSequence.new(Color3.fromRGB(0, 50, 255), Color3.fromRGB(0, 50, 255))
  1471.                                 beam.FaceCamera = true
  1472.                                 beam.Width0 = 0.2
  1473.                                 beam.Width1 = 0.2
  1474.                                 beam.Attachment0 = at0
  1475.                                 beam.Attachment1 = at1
  1476.                             end
  1477.                         end
  1478.                     end
  1479.                 end
  1480.             end
  1481.         end
  1482.        
  1483.        
  1484.         while toggle == false do wait()    
  1485.             local Players = game:GetService("Players")
  1486.            
  1487.             for i, Plr in pairs(Players:GetPlayers()) do
  1488.                 for i, Bp in pairs(Plr:GetChildren()) do
  1489.                     if Bp.Name == "Backpack" then
  1490.                         if Bp:FindFirstChild("Gun") ~= nil then
  1491.                             if Bp.Parent.Character.UpperTorso:FindFirstChild("BoxHandleAdornment") ~= nil then
  1492.                                 Bp.Parent.Character.UpperTorso:FindFirstChild("BoxHandleAdornment"):Destroy()
  1493.                                
  1494.                             elseif game.Players.LocalPlayer.Character:FindFirstChild("Beam") ~= nil then
  1495.                                 game.Players.LocalPlayer.Character:FindFirstChild("Beam"):Destroy()
  1496.                             end
  1497.                         end
  1498.                     end
  1499.                 end
  1500.             end
  1501.         end
  1502.     end)
  1503. end
  1504. coroutine.resume(coroutine.create(SCRIPT_CTQL79_FAKESCRIPT))
  1505. function SCRIPT_SUEV76_FAKESCRIPT() -- ShowNames.ShowNames
  1506.     local script = Instance.new('LocalScript')
  1507.     script.Parent = ShowNames
  1508.     local toggle = false
  1509.     local db = false
  1510.    
  1511.     script.Parent.MouseButton1Click:Connect(function()
  1512.         if toggle == false then
  1513.             toggle = true
  1514.             script.Parent.ActiveFrame.Visible = true
  1515.         else
  1516.             toggle = false
  1517.             script.Parent.ActiveFrame.Visible = false
  1518.         end
  1519.        
  1520.        
  1521.         while db == false do wait(.25)
  1522.             if toggle then
  1523.                
  1524.                 if game.StarterPlayer.NameDisplayDistance ~= 100 then
  1525.                     game.StarterPlayer.NameDisplayDistance = 100
  1526.                     db = true
  1527.                 else
  1528.                     game.StarterPlayer.NameDisplayDistance = 0
  1529.                     db = false
  1530.                     toggle = false
  1531.                 end
  1532.                
  1533.             end
  1534.         end
  1535.            
  1536.     end)
  1537. end
  1538. coroutine.resume(coroutine.create(SCRIPT_SUEV76_FAKESCRIPT))
  1539. function SCRIPT_BKLO89_FAKESCRIPT() -- TPtoLobby.TPLobby
  1540.     local script = Instance.new('LocalScript')
  1541.     script.Parent = TPtoLobby
  1542.     script.Parent.MouseButton1Click:Connect(function()
  1543.        
  1544.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-108.5, 145, 0.6)
  1545.        
  1546.     end)
  1547. end
  1548. coroutine.resume(coroutine.create(SCRIPT_BKLO89_FAKESCRIPT))
  1549. function SCRIPT_XMKA81_FAKESCRIPT() -- TPtoMap.TPtoMap
  1550.     local script = Instance.new('LocalScript')
  1551.     script.Parent = TPtoMap
  1552.     script.Parent.MouseButton1Click:Connect(function() 
  1553.         local Workplace = workspace:GetChildren()
  1554.        
  1555.         for i, Thing in pairs(Workplace) do
  1556.        
  1557.             local ThingChildren = Thing:GetChildren()
  1558.             for i, Child in pairs(ThingChildren) do
  1559.                 if Child.Name == "Spawns" then
  1560.                    
  1561.                    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Child.Spawn.CFrame
  1562.        
  1563.                 end
  1564.             end
  1565.         end
  1566.     end)
  1567. end
  1568. coroutine.resume(coroutine.create(SCRIPT_XMKA81_FAKESCRIPT))
  1569. function SCRIPT_KCFZ83_FAKESCRIPT() -- TPtoMuderer.TPtoMuderer
  1570.     local script = Instance.new('LocalScript')
  1571.     script.Parent = TPtoMuderer
  1572.     script.Parent.MouseButton1Click:Connect(function() 
  1573.         local Players = game:GetService("Players")         
  1574.         for i, player in pairs(Players:GetPlayers()) do
  1575.            
  1576.             local bp = player.Backpack:GetChildren()
  1577.             for i, tool in pairs(bp) do
  1578.                 if tool.Name == "Knife" then
  1579.                                                
  1580.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[tool.Parent.Parent.Name].Character.HumanoidRootPart.CFrame
  1581.            
  1582.                 end
  1583.             end
  1584.        
  1585.         end
  1586.     end)
  1587. end
  1588. coroutine.resume(coroutine.create(SCRIPT_KCFZ83_FAKESCRIPT))
  1589. function SCRIPT_AGFB74_FAKESCRIPT() -- TPtoPlayer.TPtoPlayer
  1590.     local script = Instance.new('LocalScript')
  1591.     script.Parent = TPtoPlayer
  1592.     script.Parent.MouseButton1Click:Connect(function() 
  1593.    
  1594.         local Victim = script.Parent.Parent.PlayerName.Text
  1595.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Victim].Character.HumanoidRootPart.CFrame
  1596.    
  1597.     end)
  1598. end
  1599. coroutine.resume(coroutine.create(SCRIPT_AGFB74_FAKESCRIPT))
  1600. function SCRIPT_HFLO69_FAKESCRIPT() -- TPtoSherrif.TPtoSherrif
  1601.     local script = Instance.new('LocalScript')
  1602.     script.Parent = TPtoSherrif
  1603.     script.Parent.MouseButton1Click:Connect(function() 
  1604.         local Players = game:GetService("Players")         
  1605.         for i, player in pairs(Players:GetPlayers()) do
  1606.            
  1607.             local bp = player.Backpack:GetChildren()
  1608.             for i, tool in pairs(bp) do
  1609.                 if tool.Name == "Gun" then
  1610.                                                
  1611.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[tool.Parent.Parent.Name].Character.HumanoidRootPart.CFrame
  1612.            
  1613.                 end
  1614.             end
  1615.        
  1616.         end
  1617.     end)
  1618. end
  1619. coroutine.resume(coroutine.create(SCRIPT_HFLO69_FAKESCRIPT))
  1620. function SCRIPT_QSMY75_FAKESCRIPT() -- Walkspeed.Walkspeed
  1621.     local script = Instance.new('LocalScript')
  1622.     script.Parent = Walkspeed
  1623.     script.Parent.MouseButton1Down:connect(function()  
  1624.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = script.Parent.Parent.WSInput.Text  
  1625.     end)
  1626. end
  1627. coroutine.resume(coroutine.create(SCRIPT_QSMY75_FAKESCRIPT))
  1628. function SCRIPT_OPBW78_FAKESCRIPT() -- JumpPower.JumpPower
  1629.     local script = Instance.new('LocalScript')
  1630.     script.Parent = JumpPower
  1631.     script.Parent.MouseButton1Down:connect(function()  
  1632.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = script.Parent.Parent.JPInput.Text  
  1633.     end)
  1634. end
  1635. coroutine.resume(coroutine.create(SCRIPT_OPBW78_FAKESCRIPT))
  1636. function SCRIPT_MVXU65_FAKESCRIPT() -- WSReset.WSReset
  1637.     local script = Instance.new('LocalScript')
  1638.     script.Parent = WSReset
  1639.     script.Parent.MouseButton1Down:connect(function()  
  1640.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1641.         script.Parent.Parent.WSInput.Text = "" 
  1642.     end)
  1643. end
  1644. coroutine.resume(coroutine.create(SCRIPT_MVXU65_FAKESCRIPT))
  1645. function SCRIPT_PMUA78_FAKESCRIPT() -- JPReset.JPReset
  1646.     local script = Instance.new('LocalScript')
  1647.     script.Parent = JPReset
  1648.     script.Parent.MouseButton1Down:connect(function()  
  1649.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 48
  1650.         script.Parent.Parent.JPInput.Text = ""
  1651.     end)
  1652. end
  1653. coroutine.resume(coroutine.create(SCRIPT_PMUA78_FAKESCRIPT))
  1654. function SCRIPT_HGEW74_FAKESCRIPT() -- Main.Auto Positioning
  1655.     local script = Instance.new('LocalScript')
  1656.     script.Parent = Main
  1657.     script.Parent.Parent.Position  = UDim2.new(1, -350, 1, 0)
  1658.     script:Destroy()
  1659. end
  1660. coroutine.resume(coroutine.create(SCRIPT_HGEW74_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement