Advertisement
XZTablets

Untitled

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