Advertisement
XxModKid21xX

MM2 SCRIPT

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