Advertisement
NEKIT_YT

Murder Mystery - GUI

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