The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
OP script script pastebin roblox
By OP script on 2024-09-22 08:00 am | Syntax: LUA | Views: 7



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



  • Recent Roblox Scripts