Advertisement
TheEgglets

ROBLOX MM2 GUI Vynixu's GUI UPDATED SCRIPT

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