Pokeyy

MM2 Script 2 Admin PANEL

Aug 8th, 2022 (edited)
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.31 KB | None | 0 0
  1. Pokeyy That King
  2.  
  3. --[[
  4. __ __ __ __ ___ _ _ _____ _
  5. | \/ | \/ |__ \ /\ | | (_) | __ \ | |
  6. | \ / | \ / | ) | / \ __| |_ __ ___ _ _ __ | |__) |_ _ _ __ ___| |
  7. | |\/| | |\/| | / / / /\ \ / _` | '_ ` _ \| | '_ \ | ___/ _` | '_ \ / _ \ |
  8. | | | | | | |/ /_ / ____ \ (_| | | | | | | | | | | | | | (_| | | | | __/ |
  9. |_| |_|_| |_|____| /_/ \_\__,_|_| |_| |_|_|_| |_| |_| \__,_|_| |_|\___|_|
  10.  
  11. MM2 Admin Panel is a fork of the popular Vynixu's MM2 script, and a few Generic MM2 Scripts.
  12. MM2 Admin Panel brings a more compact, smaller design, inspired by Owl Hub,
  13. MM2 Admin Script brings Axon based DLL Compatibility, meaning exploits like
  14. Skisploit and Acrylix are able to utilize MM2 Admin Panel without any issues.
  15.  
  16. Thank you to my friends Zyrex and Vegie for helping me with Kill Murderer
  17. ]]--
  18.  
  19. local MM2AdminPanel = Instance.new("ScreenGui")
  20. local MainFrame = Instance.new("Frame")
  21. local StartFrame = Instance.new("ImageLabel")
  22. local BottomFrame = Instance.new("Frame")
  23. local Tab1 = Instance.new("TextButton")
  24. local Tab2 = Instance.new("TextButton")
  25. local Tab4 = Instance.new("TextButton")
  26. local PlayerFrame = Instance.new("ScrollingFrame")
  27. local Fly = Instance.new("Frame")
  28. local Activation = Instance.new("TextButton")
  29. local Title = Instance.new("TextLabel")
  30. local Noclip = Instance.new("Frame")
  31. local Activation_2 = Instance.new("TextButton")
  32. local Title_2 = Instance.new("TextLabel")
  33. local Walkspeed = Instance.new("Frame")
  34. local SetActivation = Instance.new("TextButton")
  35. local WalkspeedTB = Instance.new("TextBox")
  36. local ResetActivation = Instance.new("TextButton")
  37. local JumpPower = Instance.new("Frame")
  38. local SetActivation_2 = Instance.new("TextButton")
  39. local JumpPowerTB = Instance.new("TextBox")
  40. local ResetActivation_2 = Instance.new("TextButton")
  41. local InfiniteJump = Instance.new("Frame")
  42. local Activation_3 = Instance.new("TextButton")
  43. local Title_3 = Instance.new("TextLabel")
  44. local Tab3 = Instance.new("TextButton")
  45. local MainFrame_2 = Instance.new("ScrollingFrame")
  46. local CoinFarm = Instance.new("Frame")
  47. local Activation_4 = Instance.new("TextButton")
  48. local Title_4 = Instance.new("TextLabel")
  49. local XRay = Instance.new("Frame")
  50. local Activation_5 = Instance.new("TextButton")
  51. local Title_5 = Instance.new("TextLabel")
  52. local AFKFarm = Instance.new("Frame")
  53. local Activation_6 = Instance.new("TextButton")
  54. local Title_6 = Instance.new("TextLabel")
  55. local KillMurderer = Instance.new("Frame")
  56. local Activation_7 = Instance.new("TextButton")
  57. local Title_7 = Instance.new("TextLabel")
  58. local GunGrabber = Instance.new("Frame")
  59. local Activation_8 = Instance.new("TextButton")
  60. local Title_8 = Instance.new("TextLabel")
  61. local KillAll = Instance.new("Frame")
  62. local Activation_9 = Instance.new("TextButton")
  63. local Title_9 = Instance.new("TextLabel")
  64. local AntiLag = Instance.new("Frame")
  65. local Activation_10 = Instance.new("TextButton")
  66. local Title_10 = Instance.new("TextLabel")
  67. local AimPlayer = Instance.new("Frame")
  68. local AimActivation = Instance.new("TextButton")
  69. local AimTB = Instance.new("TextBox")
  70. local DeAimActivation = Instance.new("TextButton")
  71. local VisualFrame = Instance.new("ScrollingFrame")
  72. local AllESP = Instance.new("Frame")
  73. local Activation_11 = Instance.new("TextButton")
  74. local Title_11 = Instance.new("TextLabel")
  75. local RefreshESP = Instance.new("Frame")
  76. local Activation_12 = Instance.new("TextButton")
  77. local Title_12 = Instance.new("TextLabel")
  78. local TeleportFrame = Instance.new("ScrollingFrame")
  79. local TP1 = Instance.new("Frame")
  80. local Activation_13 = Instance.new("TextButton")
  81. local Title_13 = Instance.new("TextLabel")
  82. local TP2 = Instance.new("Frame")
  83. local Activation_14 = Instance.new("TextButton")
  84. local Title_14 = Instance.new("TextLabel")
  85. local TeleportName = Instance.new("Frame")
  86. local TeleportTB = Instance.new("TextBox")
  87. local TeleportButton = Instance.new("TextButton")
  88. local TP3 = Instance.new("Frame")
  89. local Activation_15 = Instance.new("TextButton")
  90. local Title_15 = Instance.new("TextLabel")
  91. local TP4 = Instance.new("Frame")
  92. local Activation_16 = Instance.new("TextButton")
  93. local Title_16 = Instance.new("TextLabel")
  94. local TopFrame = Instance.new("Frame")
  95. local Title_17 = Instance.new("TextLabel")
  96. local MinimizeButton = Instance.new("TextButton")
  97.  
  98. MM2AdminPanel.Name = "MM2AdminPanel"
  99. MM2AdminPanel.Parent = game.CoreGui
  100. MM2AdminPanel.ResetOnSpawn = false
  101.  
  102. MainFrame.Name = "MainFrame"
  103. MainFrame.Parent = MM2AdminPanel
  104. MainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  105. MainFrame.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  106. MainFrame.BackgroundTransparency = 1.000
  107. MainFrame.BorderColor3 = Color3.fromRGB(20, 20, 20)
  108. MainFrame.BorderSizePixel = 0
  109. MainFrame.ClipsDescendants = true
  110. MainFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  111. MainFrame.Size = UDim2.new(0, 387, 0, 229)
  112.  
  113. StartFrame.Name = "StartFrame"
  114. StartFrame.Parent = MainFrame
  115. StartFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  116. StartFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  117. StartFrame.BackgroundTransparency = 1.000
  118. StartFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  119. StartFrame.Image = "rbxassetid://3570695787"
  120. StartFrame.ImageColor3 = Color3.fromRGB(20, 20, 20)
  121. StartFrame.ScaleType = Enum.ScaleType.Slice
  122. StartFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  123.  
  124. BottomFrame.Name = "BottomFrame"
  125. BottomFrame.Parent = MainFrame
  126. BottomFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  127. BottomFrame.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  128. BottomFrame.BorderColor3 = Color3.fromRGB(20, 20, 20)
  129. BottomFrame.BorderSizePixel = 0
  130. BottomFrame.ClipsDescendants = true
  131. BottomFrame.Position = UDim2.new(0.5, 0, 1.5, 0)
  132. BottomFrame.Size = UDim2.new(0, 387, 0, 229)
  133.  
  134. Tab1.Name = "Tab1"
  135. Tab1.Parent = BottomFrame
  136. Tab1.AnchorPoint = Vector2.new(0.5, 0.5)
  137. Tab1.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  138. Tab1.BorderSizePixel = 0
  139. Tab1.ClipsDescendants = true
  140. Tab1.Position = UDim2.new(0.111912139, 0, 0.216999963, 0)
  141. Tab1.Size = UDim2.new(0, 65, 0, 23)
  142. Tab1.Font = Enum.Font.Gotham
  143. Tab1.Text = "MAIN"
  144. Tab1.TextColor3 = Color3.fromRGB(255, 255, 255)
  145. Tab1.TextSize = 14.000
  146.  
  147. Tab2.Name = "Tab2"
  148. Tab2.Parent = BottomFrame
  149. Tab2.AnchorPoint = Vector2.new(0.5, 0.5)
  150. Tab2.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  151. Tab2.BorderSizePixel = 0
  152. Tab2.ClipsDescendants = true
  153. Tab2.Position = UDim2.new(0.292790681, 0, 0.216999978, 0)
  154. Tab2.Size = UDim2.new(0, 75, 0, 23)
  155. Tab2.Font = Enum.Font.Gotham
  156. Tab2.Text = "PLAYER"
  157. Tab2.TextColor3 = Color3.fromRGB(255, 255, 255)
  158. Tab2.TextSize = 14.000
  159.  
  160. Tab4.Name = "Tab4"
  161. Tab4.Parent = BottomFrame
  162. Tab4.AnchorPoint = Vector2.new(0.5, 0.5)
  163. Tab4.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  164. Tab4.BorderSizePixel = 0
  165. Tab4.ClipsDescendants = true
  166. Tab4.Position = UDim2.new(0.688384891, 0, 0.216999963, 0)
  167. Tab4.Size = UDim2.new(0, 83, 0, 23)
  168. Tab4.Font = Enum.Font.Gotham
  169. Tab4.Text = "TELEPORT"
  170. Tab4.TextColor3 = Color3.fromRGB(255, 255, 255)
  171. Tab4.TextSize = 14.000
  172.  
  173. PlayerFrame.Name = "PlayerFrame"
  174. PlayerFrame.Parent = BottomFrame
  175. PlayerFrame.Active = true
  176. PlayerFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  177. PlayerFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  178. PlayerFrame.BorderSizePixel = 0
  179. PlayerFrame.Position = UDim2.new(0.5, 0, 0.611353695, 0)
  180. PlayerFrame.Size = UDim2.new(0, 367, 0, 158)
  181. PlayerFrame.Visible = false
  182. PlayerFrame.CanvasSize = UDim2.new(0, 0, 1, 0)
  183. PlayerFrame.ScrollBarThickness = 3
  184.  
  185. Fly.Name = "Fly"
  186. Fly.Parent = PlayerFrame
  187. Fly.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  188. Fly.BackgroundTransparency = 1.000
  189. Fly.BorderColor3 = Color3.fromRGB(30, 30, 30)
  190. Fly.BorderSizePixel = 0
  191. Fly.ClipsDescendants = true
  192. Fly.Position = UDim2.new(0.0199999996, 0, 0.0199999996, 0)
  193. Fly.Size = UDim2.new(0, 161, 0, 20)
  194.  
  195. Activation.Name = "Activation"
  196. Activation.Parent = Fly
  197. Activation.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  198. Activation.BorderSizePixel = 0
  199. Activation.Size = UDim2.new(0, 20, 0, 20)
  200. Activation.Font = Enum.Font.Gotham
  201. Activation.Text = ""
  202. Activation.TextColor3 = Color3.fromRGB(0, 0, 0)
  203. Activation.TextSize = 14.000
  204.  
  205. Title.Name = "Title"
  206. Title.Parent = Fly
  207. Title.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  208. Title.BackgroundTransparency = 1.000
  209. Title.BorderColor3 = Color3.fromRGB(30, 30, 30)
  210. Title.BorderSizePixel = 0
  211. Title.Position = UDim2.new(0.161490679, 0, 0, 0)
  212. Title.Size = UDim2.new(0.838509321, 0, 1, 0)
  213. Title.Font = Enum.Font.Gotham
  214. Title.Text = "Fly [X]"
  215. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  216. Title.TextSize = 14.000
  217. Title.TextWrapped = true
  218. Title.TextXAlignment = Enum.TextXAlignment.Left
  219.  
  220. Noclip.Name = "Noclip"
  221. Noclip.Parent = PlayerFrame
  222. Noclip.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  223. Noclip.BorderColor3 = Color3.fromRGB(30, 30, 30)
  224. Noclip.BorderSizePixel = 0
  225. Noclip.ClipsDescendants = true
  226. Noclip.Position = UDim2.new(0.0199999996, 0, 0.126000002, 0)
  227. Noclip.Size = UDim2.new(0, 161, 0, 20)
  228.  
  229. Activation_2.Name = "Activation"
  230. Activation_2.Parent = Noclip
  231. Activation_2.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  232. Activation_2.BorderSizePixel = 0
  233. Activation_2.Size = UDim2.new(0, 20, 0, 20)
  234. Activation_2.Font = Enum.Font.Gotham
  235. Activation_2.Text = ""
  236. Activation_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  237. Activation_2.TextSize = 14.000
  238.  
  239. Title_2.Name = "Title"
  240. Title_2.Parent = Noclip
  241. Title_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  242. Title_2.BackgroundTransparency = 1.000
  243. Title_2.BorderColor3 = Color3.fromRGB(30, 30, 30)
  244. Title_2.BorderSizePixel = 0
  245. Title_2.Position = UDim2.new(0.161490679, 0, 0, 0)
  246. Title_2.Size = UDim2.new(0.838509321, 0, 1, 0)
  247. Title_2.Font = Enum.Font.Gotham
  248. Title_2.Text = "Noclip [C]"
  249. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  250. Title_2.TextSize = 14.000
  251. Title_2.TextWrapped = true
  252. Title_2.TextXAlignment = Enum.TextXAlignment.Left
  253.  
  254. Walkspeed.Name = "Walkspeed"
  255. Walkspeed.Parent = PlayerFrame
  256. Walkspeed.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  257. Walkspeed.BorderColor3 = Color3.fromRGB(30, 30, 30)
  258. Walkspeed.BorderSizePixel = 0
  259. Walkspeed.ClipsDescendants = true
  260. Walkspeed.Position = UDim2.new(0.0199999996, 0, 0.335999995, 0)
  261. Walkspeed.Size = UDim2.new(0, 161, 0, 42)
  262.  
  263. SetActivation.Name = "SetActivation"
  264. SetActivation.Parent = Walkspeed
  265. SetActivation.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  266. SetActivation.BorderSizePixel = 0
  267. SetActivation.Position = UDim2.new(0, 0, 0.555555582, 0)
  268. SetActivation.Size = UDim2.new(0, 36, 0, 20)
  269. SetActivation.Font = Enum.Font.Gotham
  270. SetActivation.Text = "Set"
  271. SetActivation.TextColor3 = Color3.fromRGB(255, 255, 255)
  272. SetActivation.TextSize = 14.000
  273.  
  274. WalkspeedTB.Name = "WalkspeedTB"
  275. WalkspeedTB.Parent = Walkspeed
  276. WalkspeedTB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  277. WalkspeedTB.BorderColor3 = Color3.fromRGB(40, 40, 40)
  278. WalkspeedTB.BorderSizePixel = 0
  279. WalkspeedTB.Position = UDim2.new(-0.000559931214, 0, -0.0166666675, 0)
  280. WalkspeedTB.Size = UDim2.new(0.732458353, 0, 0.394444436, 0)
  281. WalkspeedTB.Font = Enum.Font.Gotham
  282. WalkspeedTB.Text = "Insert Walkspeed"
  283. WalkspeedTB.TextColor3 = Color3.fromRGB(255, 255, 255)
  284. WalkspeedTB.TextSize = 14.000
  285.  
  286. ResetActivation.Name = "ResetActivation"
  287. ResetActivation.Parent = Walkspeed
  288. ResetActivation.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  289. ResetActivation.BorderSizePixel = 0
  290. ResetActivation.Position = UDim2.new(0.259848803, 0, 0.555555582, 0)
  291. ResetActivation.Size = UDim2.new(0, 76, 0, 20)
  292. ResetActivation.Font = Enum.Font.Gotham
  293. ResetActivation.Text = "Reset"
  294. ResetActivation.TextColor3 = Color3.fromRGB(255, 255, 255)
  295. ResetActivation.TextSize = 14.000
  296.  
  297. JumpPower.Name = "JumpPower"
  298. JumpPower.Parent = PlayerFrame
  299. JumpPower.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  300. JumpPower.BorderColor3 = Color3.fromRGB(30, 30, 30)
  301. JumpPower.BorderSizePixel = 0
  302. JumpPower.ClipsDescendants = true
  303. JumpPower.Position = UDim2.new(0.0199999996, 0, 0.537, 0)
  304. JumpPower.Size = UDim2.new(0, 161, 0, 42)
  305.  
  306. SetActivation_2.Name = "SetActivation"
  307. SetActivation_2.Parent = JumpPower
  308. SetActivation_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  309. SetActivation_2.BorderSizePixel = 0
  310. SetActivation_2.Position = UDim2.new(0, 0, 0.555555582, 0)
  311. SetActivation_2.Size = UDim2.new(0, 36, 0, 20)
  312. SetActivation_2.Font = Enum.Font.Gotham
  313. SetActivation_2.Text = "Set"
  314. SetActivation_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  315. SetActivation_2.TextSize = 14.000
  316.  
  317. JumpPowerTB.Name = "JumpPowerTB"
  318. JumpPowerTB.Parent = JumpPower
  319. JumpPowerTB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  320. JumpPowerTB.BorderColor3 = Color3.fromRGB(40, 40, 40)
  321. JumpPowerTB.BorderSizePixel = 0
  322. JumpPowerTB.Position = UDim2.new(-0.000559931214, 0, -0.0166666675, 0)
  323. JumpPowerTB.Size = UDim2.new(0.732458353, 0, 0.394444436, 0)
  324. JumpPowerTB.Font = Enum.Font.Gotham
  325. JumpPowerTB.Text = "Insert JumpPower"
  326. JumpPowerTB.TextColor3 = Color3.fromRGB(255, 255, 255)
  327. JumpPowerTB.TextSize = 14.000
  328.  
  329. ResetActivation_2.Name = "ResetActivation"
  330. ResetActivation_2.Parent = JumpPower
  331. ResetActivation_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  332. ResetActivation_2.BorderSizePixel = 0
  333. ResetActivation_2.Position = UDim2.new(0.259848803, 0, 0.555555582, 0)
  334. ResetActivation_2.Size = UDim2.new(0, 76, 0, 20)
  335. ResetActivation_2.Font = Enum.Font.Gotham
  336. ResetActivation_2.Text = "Reset"
  337. ResetActivation_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  338. ResetActivation_2.TextSize = 14.000
  339.  
  340. InfiniteJump.Name = "InfiniteJump"
  341. InfiniteJump.Parent = PlayerFrame
  342. InfiniteJump.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  343. InfiniteJump.BorderColor3 = Color3.fromRGB(30, 30, 30)
  344. InfiniteJump.BorderSizePixel = 0
  345. InfiniteJump.ClipsDescendants = true
  346. InfiniteJump.Position = UDim2.new(0.0199999996, 0, 0.229000002, 0)
  347. InfiniteJump.Size = UDim2.new(0, 161, 0, 20)
  348.  
  349. Activation_3.Name = "Activation"
  350. Activation_3.Parent = InfiniteJump
  351. Activation_3.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  352. Activation_3.BorderSizePixel = 0
  353. Activation_3.Size = UDim2.new(0, 20, 0, 20)
  354. Activation_3.Font = Enum.Font.Gotham
  355. Activation_3.Text = ""
  356. Activation_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  357. Activation_3.TextSize = 14.000
  358.  
  359. Title_3.Name = "Title"
  360. Title_3.Parent = InfiniteJump
  361. Title_3.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  362. Title_3.BackgroundTransparency = 1.000
  363. Title_3.BorderColor3 = Color3.fromRGB(30, 30, 30)
  364. Title_3.BorderSizePixel = 0
  365. Title_3.Position = UDim2.new(0.161490679, 0, 0, 0)
  366. Title_3.Size = UDim2.new(0.838509321, 0, 1, 0)
  367. Title_3.Font = Enum.Font.Gotham
  368. Title_3.Text = "Infinite Jump [V]"
  369. Title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  370. Title_3.TextSize = 14.000
  371. Title_3.TextWrapped = true
  372. Title_3.TextXAlignment = Enum.TextXAlignment.Left
  373.  
  374. Tab3.Name = "Tab3"
  375. Tab3.Parent = BottomFrame
  376. Tab3.AnchorPoint = Vector2.new(0.5, 0.5)
  377. Tab3.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  378. Tab3.BorderSizePixel = 0
  379. Tab3.ClipsDescendants = true
  380. Tab3.Position = UDim2.new(0.486589134, 0, 0.216999978, 0)
  381. Tab3.Size = UDim2.new(0, 75, 0, 23)
  382. Tab3.Font = Enum.Font.Gotham
  383. Tab3.Text = "VISUALS"
  384. Tab3.TextColor3 = Color3.fromRGB(255, 255, 255)
  385. Tab3.TextSize = 14.000
  386.  
  387. MainFrame_2.Name = "MainFrame"
  388. MainFrame_2.Parent = BottomFrame
  389. MainFrame_2.Active = true
  390. MainFrame_2.AnchorPoint = Vector2.new(0.5, 0.5)
  391. MainFrame_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  392. MainFrame_2.BorderSizePixel = 0
  393. MainFrame_2.Position = UDim2.new(0.5, 0, 0.611353695, 0)
  394. MainFrame_2.Size = UDim2.new(0, 367, 0, 158)
  395. MainFrame_2.CanvasSize = UDim2.new(0, 0, 1, 0)
  396. MainFrame_2.ScrollBarThickness = 3
  397.  
  398. CoinFarm.Name = "CoinFarm"
  399. CoinFarm.Parent = MainFrame_2
  400. CoinFarm.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  401. CoinFarm.BackgroundTransparency = 1.000
  402. CoinFarm.BorderColor3 = Color3.fromRGB(30, 30, 30)
  403. CoinFarm.BorderSizePixel = 0
  404. CoinFarm.ClipsDescendants = true
  405. CoinFarm.Position = UDim2.new(0.0199999996, 0, 0.0199999996, 0)
  406. CoinFarm.Size = UDim2.new(0, 161, 0, 20)
  407.  
  408. Activation_4.Name = "Activation"
  409. Activation_4.Parent = CoinFarm
  410. Activation_4.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  411. Activation_4.BorderSizePixel = 0
  412. Activation_4.Size = UDim2.new(0, 20, 0, 20)
  413. Activation_4.Font = Enum.Font.Gotham
  414. Activation_4.Text = ""
  415. Activation_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  416. Activation_4.TextSize = 14.000
  417.  
  418. Title_4.Name = "Title"
  419. Title_4.Parent = CoinFarm
  420. Title_4.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  421. Title_4.BackgroundTransparency = 1.000
  422. Title_4.BorderColor3 = Color3.fromRGB(30, 30, 30)
  423. Title_4.BorderSizePixel = 0
  424. Title_4.Position = UDim2.new(0.161490679, 0, 0, 0)
  425. Title_4.Size = UDim2.new(0.838509321, 0, 1, 0)
  426. Title_4.Font = Enum.Font.Gotham
  427. Title_4.Text = "Coin Farm (RISKY)"
  428. Title_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  429. Title_4.TextSize = 14.000
  430. Title_4.TextWrapped = true
  431. Title_4.TextXAlignment = Enum.TextXAlignment.Left
  432.  
  433. XRay.Name = "XRay"
  434. XRay.Parent = MainFrame_2
  435. XRay.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  436. XRay.BorderColor3 = Color3.fromRGB(30, 30, 30)
  437. XRay.BorderSizePixel = 0
  438. XRay.ClipsDescendants = true
  439. XRay.Position = UDim2.new(0.0199999996, 0, 0.123999998, 0)
  440. XRay.Size = UDim2.new(0, 161, 0, 20)
  441.  
  442. Activation_5.Name = "Activation"
  443. Activation_5.Parent = XRay
  444. Activation_5.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  445. Activation_5.BorderSizePixel = 0
  446. Activation_5.Size = UDim2.new(0, 20, 0, 20)
  447. Activation_5.Font = Enum.Font.Gotham
  448. Activation_5.Text = ""
  449. Activation_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  450. Activation_5.TextSize = 14.000
  451.  
  452. Title_5.Name = "Title"
  453. Title_5.Parent = XRay
  454. Title_5.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  455. Title_5.BackgroundTransparency = 1.000
  456. Title_5.BorderColor3 = Color3.fromRGB(30, 30, 30)
  457. Title_5.BorderSizePixel = 0
  458. Title_5.Position = UDim2.new(0.161490679, 0, 0, 0)
  459. Title_5.Size = UDim2.new(0.838509321, 0, 1, 0)
  460. Title_5.Font = Enum.Font.Gotham
  461. Title_5.Text = "X-Ray"
  462. Title_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  463. Title_5.TextSize = 14.000
  464. Title_5.TextWrapped = true
  465. Title_5.TextXAlignment = Enum.TextXAlignment.Left
  466.  
  467. AFKFarm.Name = "AFKFarm"
  468. AFKFarm.Parent = MainFrame_2
  469. AFKFarm.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  470. AFKFarm.BorderColor3 = Color3.fromRGB(30, 30, 30)
  471. AFKFarm.BorderSizePixel = 0
  472. AFKFarm.ClipsDescendants = true
  473. AFKFarm.Position = UDim2.new(0.0199999996, 0, 0.331, 0)
  474. AFKFarm.Size = UDim2.new(0, 161, 0, 20)
  475.  
  476. Activation_6.Name = "Activation"
  477. Activation_6.Parent = AFKFarm
  478. Activation_6.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  479. Activation_6.BorderSizePixel = 0
  480. Activation_6.Size = UDim2.new(0, 20, 0, 20)
  481. Activation_6.Font = Enum.Font.Gotham
  482. Activation_6.Text = ""
  483. Activation_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  484. Activation_6.TextSize = 14.000
  485.  
  486. Title_6.Name = "Title"
  487. Title_6.Parent = AFKFarm
  488. Title_6.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  489. Title_6.BackgroundTransparency = 1.000
  490. Title_6.BorderColor3 = Color3.fromRGB(30, 30, 30)
  491. Title_6.BorderSizePixel = 0
  492. Title_6.Position = UDim2.new(0.161490679, 0, 0, 0)
  493. Title_6.Size = UDim2.new(0.838509321, 0, 1, 0)
  494. Title_6.Font = Enum.Font.Gotham
  495. Title_6.Text = "AFK Farm"
  496. Title_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  497. Title_6.TextSize = 14.000
  498. Title_6.TextWrapped = true
  499. Title_6.TextXAlignment = Enum.TextXAlignment.Left
  500.  
  501. KillMurderer.Name = "KillMurderer"
  502. KillMurderer.Parent = MainFrame_2
  503. KillMurderer.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  504. KillMurderer.BorderColor3 = Color3.fromRGB(30, 30, 30)
  505. KillMurderer.BorderSizePixel = 0
  506. KillMurderer.ClipsDescendants = true
  507. KillMurderer.Position = UDim2.new(0.0199999996, 0, 0.542999983, 0)
  508. KillMurderer.Size = UDim2.new(0, 161, 0, 20)
  509.  
  510. Activation_7.Name = "Activation"
  511. Activation_7.Parent = KillMurderer
  512. Activation_7.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  513. Activation_7.BorderSizePixel = 0
  514. Activation_7.Size = UDim2.new(0, 20, 0, 20)
  515. Activation_7.Font = Enum.Font.Gotham
  516. Activation_7.Text = ""
  517. Activation_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  518. Activation_7.TextSize = 14.000
  519.  
  520. Title_7.Name = "Title"
  521. Title_7.Parent = KillMurderer
  522. Title_7.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  523. Title_7.BackgroundTransparency = 1.000
  524. Title_7.BorderColor3 = Color3.fromRGB(30, 30, 30)
  525. Title_7.BorderSizePixel = 0
  526. Title_7.Position = UDim2.new(0.161490679, 0, 0, 0)
  527. Title_7.Size = UDim2.new(0.838509321, 0, 1, 0)
  528. Title_7.Font = Enum.Font.Gotham
  529. Title_7.Text = "Kill Murderer"
  530. Title_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  531. Title_7.TextSize = 14.000
  532. Title_7.TextWrapped = true
  533. Title_7.TextXAlignment = Enum.TextXAlignment.Left
  534.  
  535. GunGrabber.Name = "GunGrabber"
  536. GunGrabber.Parent = MainFrame_2
  537. GunGrabber.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  538. GunGrabber.BorderColor3 = Color3.fromRGB(30, 30, 30)
  539. GunGrabber.BorderSizePixel = 0
  540. GunGrabber.ClipsDescendants = true
  541. GunGrabber.Position = UDim2.new(0.0199999996, 0, 0.648999989, 0)
  542. GunGrabber.Size = UDim2.new(0, 161, 0, 20)
  543.  
  544. Activation_8.Name = "Activation"
  545. Activation_8.Parent = GunGrabber
  546. Activation_8.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  547. Activation_8.BorderSizePixel = 0
  548. Activation_8.Size = UDim2.new(0, 20, 0, 20)
  549. Activation_8.Font = Enum.Font.Gotham
  550. Activation_8.Text = ""
  551. Activation_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  552. Activation_8.TextSize = 14.000
  553.  
  554. Title_8.Name = "Title"
  555. Title_8.Parent = GunGrabber
  556. Title_8.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  557. Title_8.BackgroundTransparency = 1.000
  558. Title_8.BorderColor3 = Color3.fromRGB(30, 30, 30)
  559. Title_8.BorderSizePixel = 0
  560. Title_8.Position = UDim2.new(0.161490679, 0, 0, 0)
  561. Title_8.Size = UDim2.new(0.838509321, 0, 1, 0)
  562. Title_8.Font = Enum.Font.Gotham
  563. Title_8.Text = "Gun Grabber"
  564. Title_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  565. Title_8.TextSize = 14.000
  566. Title_8.TextWrapped = true
  567. Title_8.TextXAlignment = Enum.TextXAlignment.Left
  568.  
  569. KillAll.Name = "KillAll"
  570. KillAll.Parent = MainFrame_2
  571. KillAll.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  572. KillAll.BorderColor3 = Color3.fromRGB(30, 30, 30)
  573. KillAll.BorderSizePixel = 0
  574. KillAll.ClipsDescendants = true
  575. KillAll.Position = UDim2.new(0.0199999996, 0, 0.437000006, 0)
  576. KillAll.Size = UDim2.new(0, 161, 0, 20)
  577.  
  578. Activation_9.Name = "Activation"
  579. Activation_9.Parent = KillAll
  580. Activation_9.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  581. Activation_9.BorderSizePixel = 0
  582. Activation_9.Size = UDim2.new(0, 20, 0, 20)
  583. Activation_9.Font = Enum.Font.Gotham
  584. Activation_9.Text = ""
  585. Activation_9.TextColor3 = Color3.fromRGB(0, 0, 0)
  586. Activation_9.TextSize = 14.000
  587.  
  588. Title_9.Name = "Title"
  589. Title_9.Parent = KillAll
  590. Title_9.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  591. Title_9.BackgroundTransparency = 1.000
  592. Title_9.BorderColor3 = Color3.fromRGB(30, 30, 30)
  593. Title_9.BorderSizePixel = 0
  594. Title_9.Position = UDim2.new(0.161490679, 0, 0, 0)
  595. Title_9.Size = UDim2.new(0.838509321, 0, 1, 0)
  596. Title_9.Font = Enum.Font.Gotham
  597. Title_9.Text = "Kill All"
  598. Title_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  599. Title_9.TextSize = 14.000
  600. Title_9.TextWrapped = true
  601. Title_9.TextXAlignment = Enum.TextXAlignment.Left
  602.  
  603. AntiLag.Name = "AntiLag"
  604. AntiLag.Parent = MainFrame_2
  605. AntiLag.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  606. AntiLag.BorderColor3 = Color3.fromRGB(30, 30, 30)
  607. AntiLag.BorderSizePixel = 0
  608. AntiLag.ClipsDescendants = true
  609. AntiLag.Position = UDim2.new(0.0199999996, 0, 0.226999998, 0)
  610. AntiLag.Size = UDim2.new(0, 161, 0, 20)
  611.  
  612. Activation_10.Name = "Activation"
  613. Activation_10.Parent = AntiLag
  614. Activation_10.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  615. Activation_10.BorderSizePixel = 0
  616. Activation_10.Size = UDim2.new(0, 20, 0, 20)
  617. Activation_10.Font = Enum.Font.Gotham
  618. Activation_10.Text = ""
  619. Activation_10.TextColor3 = Color3.fromRGB(0, 0, 0)
  620. Activation_10.TextSize = 14.000
  621.  
  622. Title_10.Name = "Title"
  623. Title_10.Parent = AntiLag
  624. Title_10.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  625. Title_10.BackgroundTransparency = 1.000
  626. Title_10.BorderColor3 = Color3.fromRGB(30, 30, 30)
  627. Title_10.BorderSizePixel = 0
  628. Title_10.Position = UDim2.new(0.161490679, 0, 0, 0)
  629. Title_10.Size = UDim2.new(0.838509321, 0, 1, 0)
  630. Title_10.Font = Enum.Font.Gotham
  631. Title_10.Text = "Anti-Lag"
  632. Title_10.TextColor3 = Color3.fromRGB(255, 255, 255)
  633. Title_10.TextSize = 14.000
  634. Title_10.TextWrapped = true
  635. Title_10.TextXAlignment = Enum.TextXAlignment.Left
  636.  
  637. AimPlayer.Name = "AimPlayer"
  638. AimPlayer.Parent = MainFrame_2
  639. AimPlayer.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  640. AimPlayer.BorderColor3 = Color3.fromRGB(30, 30, 30)
  641. AimPlayer.BorderSizePixel = 0
  642. AimPlayer.ClipsDescendants = true
  643. AimPlayer.Position = UDim2.new(0.0170000009, 0, 0.763999999, 0)
  644. AimPlayer.Size = UDim2.new(0, 161, 0, 42)
  645.  
  646. AimActivation.Name = "AimActivation"
  647. AimActivation.Parent = AimPlayer
  648. AimActivation.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  649. AimActivation.BorderSizePixel = 0
  650. AimActivation.Position = UDim2.new(0, 0, 0.55555582, 0)
  651. AimActivation.Size = UDim2.new(0, 66, 0, 20)
  652. AimActivation.Font = Enum.Font.Gotham
  653. AimActivation.Text = "Aim User"
  654. AimActivation.TextColor3 = Color3.fromRGB(255, 255, 255)
  655. AimActivation.TextSize = 14.000
  656.  
  657. AimTB.Name = "AimTB"
  658. AimTB.Parent = AimPlayer
  659. AimTB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  660. AimTB.BorderColor3 = Color3.fromRGB(40, 40, 40)
  661. AimTB.BorderSizePixel = 0
  662. AimTB.Position = UDim2.new(-0.000559931214, 0, -0.0166666675, 0)
  663. AimTB.Size = UDim2.new(0.732458353, 0, 0.394444436, 0)
  664. AimTB.Font = Enum.Font.Gotham
  665. AimTB.Text = "Player name"
  666. AimTB.TextColor3 = Color3.fromRGB(255, 255, 255)
  667. AimTB.TextSize = 14.000
  668.  
  669. DeAimActivation.Name = "DeAimActivation"
  670. DeAimActivation.Parent = AimPlayer
  671. DeAimActivation.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  672. DeAimActivation.BorderSizePixel = 0
  673. DeAimActivation.Position = UDim2.new(0.447204977, 0, 0.55555582, 0)
  674. DeAimActivation.Size = UDim2.new(0, 45, 0, 20)
  675. DeAimActivation.Font = Enum.Font.Gotham
  676. DeAimActivation.Text = "Off"
  677. DeAimActivation.TextColor3 = Color3.fromRGB(255, 255, 255)
  678. DeAimActivation.TextSize = 14.000
  679.  
  680. VisualFrame.Name = "VisualFrame"
  681. VisualFrame.Parent = BottomFrame
  682. VisualFrame.Active = true
  683. VisualFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  684. VisualFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  685. VisualFrame.BorderSizePixel = 0
  686. VisualFrame.Position = UDim2.new(0.5, 0, 0.611353695, 0)
  687. VisualFrame.Size = UDim2.new(0, 367, 0, 158)
  688. VisualFrame.Visible = false
  689. VisualFrame.CanvasSize = UDim2.new(0, 0, 0.5, 0)
  690. VisualFrame.ScrollBarThickness = 3
  691.  
  692. AllESP.Name = "AllESP"
  693. AllESP.Parent = VisualFrame
  694. AllESP.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  695. AllESP.BackgroundTransparency = 1.000
  696. AllESP.BorderColor3 = Color3.fromRGB(30, 30, 30)
  697. AllESP.BorderSizePixel = 0
  698. AllESP.ClipsDescendants = true
  699. AllESP.Position = UDim2.new(0.0199999996, 0, 0.0399999991, 0)
  700. AllESP.Size = UDim2.new(0, 161, 0, 20)
  701.  
  702. Activation_11.Name = "Activation"
  703. Activation_11.Parent = AllESP
  704. Activation_11.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  705. Activation_11.BorderSizePixel = 0
  706. Activation_11.Size = UDim2.new(0, 20, 0, 20)
  707. Activation_11.Font = Enum.Font.Gotham
  708. Activation_11.Text = ""
  709. Activation_11.TextColor3 = Color3.fromRGB(0, 0, 0)
  710. Activation_11.TextSize = 14.000
  711.  
  712. Title_11.Name = "Title"
  713. Title_11.Parent = AllESP
  714. Title_11.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  715. Title_11.BackgroundTransparency = 1.000
  716. Title_11.BorderColor3 = Color3.fromRGB(30, 30, 30)
  717. Title_11.BorderSizePixel = 0
  718. Title_11.Position = UDim2.new(0.161490679, 0, 0, 0)
  719. Title_11.Size = UDim2.new(0.838509321, 0, 1, 0)
  720. Title_11.Font = Enum.Font.Gotham
  721. Title_11.Text = "Everyone ESP"
  722. Title_11.TextColor3 = Color3.fromRGB(255, 255, 255)
  723. Title_11.TextSize = 14.000
  724. Title_11.TextWrapped = true
  725. Title_11.TextXAlignment = Enum.TextXAlignment.Left
  726.  
  727. RefreshESP.Name = "RefreshESP"
  728. RefreshESP.Parent = VisualFrame
  729. RefreshESP.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  730. RefreshESP.BorderColor3 = Color3.fromRGB(30, 30, 30)
  731. RefreshESP.BorderSizePixel = 0
  732. RefreshESP.ClipsDescendants = true
  733. RefreshESP.Position = UDim2.new(0.0199999996, 0, 0.202000007, 0)
  734. RefreshESP.Size = UDim2.new(0, 161, 0, 20)
  735.  
  736. Activation_12.Name = "Activation"
  737. Activation_12.Parent = RefreshESP
  738. Activation_12.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  739. Activation_12.BorderSizePixel = 0
  740. Activation_12.Size = UDim2.new(0, 20, 0, 20)
  741. Activation_12.Font = Enum.Font.Gotham
  742. Activation_12.Text = ""
  743. Activation_12.TextColor3 = Color3.fromRGB(0, 0, 0)
  744. Activation_12.TextSize = 14.000
  745.  
  746. Title_12.Name = "Title"
  747. Title_12.Parent = RefreshESP
  748. Title_12.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  749. Title_12.BackgroundTransparency = 1.000
  750. Title_12.BorderColor3 = Color3.fromRGB(30, 30, 30)
  751. Title_12.BorderSizePixel = 0
  752. Title_12.Position = UDim2.new(0.161490679, 0, 0, 0)
  753. Title_12.Size = UDim2.new(0.838509321, 0, 1, 0)
  754. Title_12.Font = Enum.Font.Gotham
  755. Title_12.Text = "Refresh ESP"
  756. Title_12.TextColor3 = Color3.fromRGB(255, 255, 255)
  757. Title_12.TextSize = 14.000
  758. Title_12.TextWrapped = true
  759. Title_12.TextXAlignment = Enum.TextXAlignment.Left
  760.  
  761. TeleportFrame.Name = "TeleportFrame"
  762. TeleportFrame.Parent = BottomFrame
  763. TeleportFrame.Active = true
  764. TeleportFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  765. TeleportFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  766. TeleportFrame.BorderSizePixel = 0
  767. TeleportFrame.Position = UDim2.new(0.5, 0, 0.611353695, 0)
  768. TeleportFrame.Size = UDim2.new(0, 367, 0, 158)
  769. TeleportFrame.Visible = false
  770. TeleportFrame.CanvasSize = UDim2.new(0, 0, 1, 0)
  771. TeleportFrame.ScrollBarThickness = 3
  772.  
  773. TP1.Name = "TP1"
  774. TP1.Parent = TeleportFrame
  775. TP1.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  776. TP1.BackgroundTransparency = 1.000
  777. TP1.BorderColor3 = Color3.fromRGB(30, 30, 30)
  778. TP1.BorderSizePixel = 0
  779. TP1.ClipsDescendants = true
  780. TP1.Position = UDim2.new(0.0199999996, 0, 0.0199999996, 0)
  781. TP1.Size = UDim2.new(0, 161, 0, 20)
  782.  
  783. Activation_13.Name = "Activation"
  784. Activation_13.Parent = TP1
  785. Activation_13.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  786. Activation_13.BorderSizePixel = 0
  787. Activation_13.Size = UDim2.new(0, 20, 0, 20)
  788. Activation_13.Font = Enum.Font.Gotham
  789. Activation_13.Text = ""
  790. Activation_13.TextColor3 = Color3.fromRGB(0, 0, 0)
  791. Activation_13.TextSize = 14.000
  792.  
  793. Title_13.Name = "Title"
  794. Title_13.Parent = TP1
  795. Title_13.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  796. Title_13.BackgroundTransparency = 1.000
  797. Title_13.BorderColor3 = Color3.fromRGB(30, 30, 30)
  798. Title_13.BorderSizePixel = 0
  799. Title_13.Position = UDim2.new(0.161490679, 0, 0, 0)
  800. Title_13.Size = UDim2.new(0.838509321, 0, 1, 0)
  801. Title_13.Font = Enum.Font.Gotham
  802. Title_13.Text = "TP to Lobby"
  803. Title_13.TextColor3 = Color3.fromRGB(255, 255, 255)
  804. Title_13.TextSize = 14.000
  805. Title_13.TextWrapped = true
  806. Title_13.TextXAlignment = Enum.TextXAlignment.Left
  807.  
  808. TP2.Name = "TP2"
  809. TP2.Parent = TeleportFrame
  810. TP2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  811. TP2.BorderColor3 = Color3.fromRGB(30, 30, 30)
  812. TP2.BorderSizePixel = 0
  813. TP2.ClipsDescendants = true
  814. TP2.Position = UDim2.new(0.0199999996, 0, 0.126000002, 0)
  815. TP2.Size = UDim2.new(0, 161, 0, 20)
  816.  
  817. Activation_14.Name = "Activation"
  818. Activation_14.Parent = TP2
  819. Activation_14.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  820. Activation_14.BorderSizePixel = 0
  821. Activation_14.Size = UDim2.new(0, 20, 0, 20)
  822. Activation_14.Font = Enum.Font.Gotham
  823. Activation_14.Text = ""
  824. Activation_14.TextColor3 = Color3.fromRGB(0, 0, 0)
  825. Activation_14.TextSize = 14.000
  826.  
  827. Title_14.Name = "Title"
  828. Title_14.Parent = TP2
  829. Title_14.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  830. Title_14.BackgroundTransparency = 1.000
  831. Title_14.BorderColor3 = Color3.fromRGB(30, 30, 30)
  832. Title_14.BorderSizePixel = 0
  833. Title_14.Position = UDim2.new(0.161490679, 0, 0, 0)
  834. Title_14.Size = UDim2.new(0.838509321, 0, 1, 0)
  835. Title_14.Font = Enum.Font.Gotham
  836. Title_14.Text = "TP to Map"
  837. Title_14.TextColor3 = Color3.fromRGB(255, 255, 255)
  838. Title_14.TextSize = 14.000
  839. Title_14.TextWrapped = true
  840. Title_14.TextXAlignment = Enum.TextXAlignment.Left
  841.  
  842. TeleportName.Name = "TeleportName"
  843. TeleportName.Parent = TeleportFrame
  844. TeleportName.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  845. TeleportName.BorderColor3 = Color3.fromRGB(30, 30, 30)
  846. TeleportName.BorderSizePixel = 0
  847. TeleportName.ClipsDescendants = true
  848. TeleportName.Position = UDim2.new(0.0199999996, 0, 0.455000013, 0)
  849. TeleportName.Size = UDim2.new(0, 161, 0, 42)
  850.  
  851. TeleportTB.Name = "TeleportTB"
  852. TeleportTB.Parent = TeleportName
  853. TeleportTB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  854. TeleportTB.BorderColor3 = Color3.fromRGB(40, 40, 40)
  855. TeleportTB.BorderSizePixel = 0
  856. TeleportTB.Position = UDim2.new(-0.000559931214, 0, -0.0166666675, 0)
  857. TeleportTB.Size = UDim2.new(0.732458353, 0, 0.394444436, 0)
  858. TeleportTB.Font = Enum.Font.Gotham
  859. TeleportTB.Text = "Insert Name"
  860. TeleportTB.TextColor3 = Color3.fromRGB(255, 255, 255)
  861. TeleportTB.TextSize = 14.000
  862.  
  863. TeleportButton.Name = "TeleportButton"
  864. TeleportButton.Parent = TeleportName
  865. TeleportButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  866. TeleportButton.BorderSizePixel = 0
  867. TeleportButton.Position = UDim2.new(0, 0, 0.55555582, 0)
  868. TeleportButton.Size = UDim2.new(0, 117, 0, 20)
  869. TeleportButton.Font = Enum.Font.Gotham
  870. TeleportButton.Text = "Teleport"
  871. TeleportButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  872. TeleportButton.TextSize = 14.000
  873.  
  874. TP3.Name = "TP3"
  875. TP3.Parent = TeleportFrame
  876. TP3.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  877. TP3.BorderColor3 = Color3.fromRGB(30, 30, 30)
  878. TP3.BorderSizePixel = 0
  879. TP3.ClipsDescendants = true
  880. TP3.Position = UDim2.new(0.0199999996, 0, 0.232999995, 0)
  881. TP3.Size = UDim2.new(0, 161, 0, 20)
  882.  
  883. Activation_15.Name = "Activation"
  884. Activation_15.Parent = TP3
  885. Activation_15.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  886. Activation_15.BorderSizePixel = 0
  887. Activation_15.Size = UDim2.new(0, 20, 0, 20)
  888. Activation_15.Font = Enum.Font.Gotham
  889. Activation_15.Text = ""
  890. Activation_15.TextColor3 = Color3.fromRGB(0, 0, 0)
  891. Activation_15.TextSize = 14.000
  892.  
  893. Title_15.Name = "Title"
  894. Title_15.Parent = TP3
  895. Title_15.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  896. Title_15.BackgroundTransparency = 1.000
  897. Title_15.BorderColor3 = Color3.fromRGB(30, 30, 30)
  898. Title_15.BorderSizePixel = 0
  899. Title_15.Position = UDim2.new(0.161490679, 0, 0, 0)
  900. Title_15.Size = UDim2.new(0.838509321, 0, 1, 0)
  901. Title_15.Font = Enum.Font.Gotham
  902. Title_15.Text = "TP to Murderer"
  903. Title_15.TextColor3 = Color3.fromRGB(255, 255, 255)
  904. Title_15.TextSize = 14.000
  905. Title_15.TextWrapped = true
  906. Title_15.TextXAlignment = Enum.TextXAlignment.Left
  907.  
  908. TP4.Name = "TP4"
  909. TP4.Parent = TeleportFrame
  910. TP4.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  911. TP4.BorderColor3 = Color3.fromRGB(30, 30, 30)
  912. TP4.BorderSizePixel = 0
  913. TP4.ClipsDescendants = true
  914. TP4.Position = UDim2.new(0.0199999996, 0, 0.338999987, 0)
  915. TP4.Size = UDim2.new(0, 161, 0, 20)
  916.  
  917. Activation_16.Name = "Activation"
  918. Activation_16.Parent = TP4
  919. Activation_16.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  920. Activation_16.BorderSizePixel = 0
  921. Activation_16.Size = UDim2.new(0, 20, 0, 20)
  922. Activation_16.Font = Enum.Font.Gotham
  923. Activation_16.Text = ""
  924. Activation_16.TextColor3 = Color3.fromRGB(0, 0, 0)
  925. Activation_16.TextSize = 14.000
  926.  
  927. Title_16.Name = "Title"
  928. Title_16.Parent = TP4
  929. Title_16.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  930. Title_16.BackgroundTransparency = 1.000
  931. Title_16.BorderColor3 = Color3.fromRGB(30, 30, 30)
  932. Title_16.BorderSizePixel = 0
  933. Title_16.Position = UDim2.new(0.161490679, 0, 0, 0)
  934. Title_16.Size = UDim2.new(0.838509321, 0, 1, 0)
  935. Title_16.Font = Enum.Font.Gotham
  936. Title_16.Text = "TP to Sheriff"
  937. Title_16.TextColor3 = Color3.fromRGB(255, 255, 255)
  938. Title_16.TextSize = 14.000
  939. Title_16.TextWrapped = true
  940. Title_16.TextXAlignment = Enum.TextXAlignment.Left
  941.  
  942. TopFrame.Name = "TopFrame"
  943. TopFrame.Parent = MainFrame
  944. TopFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  945. TopFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  946. TopFrame.BorderColor3 = Color3.fromRGB(20, 20, 20)
  947. TopFrame.BorderSizePixel = 0
  948. TopFrame.ClipsDescendants = true
  949. TopFrame.Position = UDim2.new(0.5, 0, -0.057, 0)
  950. TopFrame.Size = UDim2.new(0, 387, 0, 26)
  951.  
  952. Title_17.Name = "Title"
  953. Title_17.Parent = TopFrame
  954. Title_17.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  955. Title_17.BackgroundTransparency = 1.000
  956. Title_17.BorderSizePixel = 0
  957. Title_17.Position = UDim2.new(0.0199999996, 0, 0, 0)
  958. Title_17.Size = UDim2.new(0.405684769, 0, 1, 0)
  959. Title_17.Font = Enum.Font.Gotham
  960. Title_17.Text = "MM2 Admin Panel"
  961. Title_17.TextColor3 = Color3.fromRGB(255, 255, 255)
  962. Title_17.TextSize = 14.000
  963. Title_17.TextXAlignment = Enum.TextXAlignment.Left
  964.  
  965. MinimizeButton.Name = "MinimizeButton"
  966. MinimizeButton.Parent = TopFrame
  967. MinimizeButton.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  968. MinimizeButton.BackgroundTransparency = 1.000
  969. MinimizeButton.BorderColor3 = Color3.fromRGB(20, 20, 20)
  970. MinimizeButton.Position = UDim2.new(0.931999981, 0, 0.153999999, 0)
  971. MinimizeButton.Size = UDim2.new(0, 18, 0, 18)
  972. MinimizeButton.Font = Enum.Font.Gotham
  973. MinimizeButton.Text = "-"
  974. MinimizeButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  975. MinimizeButton.TextSize = 25.000
  976.  
  977. local function ZIRG_fake_script() -- MainFrame.DraggingScript
  978. local script = Instance.new('LocalScript', MainFrame)
  979.  
  980. local UserInputService = game:GetService("UserInputService")
  981.  
  982. local gui = script.Parent
  983.  
  984. local dragging
  985. local dragInput
  986. local dragStart
  987. local startPos
  988.  
  989. local function update(input)
  990. local delta = input.Position - dragStart
  991. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  992. end
  993.  
  994. gui.TopFrame.InputBegan:Connect(function(input)
  995. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  996. dragging = true
  997. dragStart = input.Position
  998. startPos = gui.Position
  999.  
  1000. input.Changed:Connect(function()
  1001. if input.UserInputState == Enum.UserInputState.End then
  1002. dragging = false
  1003. end
  1004. end)
  1005. end
  1006. end)
  1007.  
  1008. gui.InputChanged:Connect(function(input)
  1009. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1010. dragInput = input
  1011. end
  1012. end)
  1013.  
  1014. UserInputService.InputChanged:Connect(function(input)
  1015. if input == dragInput and dragging then
  1016. update(input)
  1017. end
  1018. end)
  1019. end
  1020. coroutine.wrap(ZIRG_fake_script)()
  1021. local function YMZQ_fake_script() -- MainFrame.TweenIntro
  1022. local script = Instance.new('LocalScript', MainFrame)
  1023.  
  1024. wait(1)
  1025. script.Parent.StartFrame:TweenSize(UDim2.new(0,100,0,100), "Out", "Quad", 0.5, true)
  1026. wait(1)
  1027. script.Parent.StartFrame:TweenSize(UDim2.new(0,500,0,500), "Out", "Quad", 0.9, true)
  1028. wait(0.9)
  1029. script.Parent.TopFrame:TweenPosition(UDim2.new(0.5,0,0.057,0), "Out", "Quad", 0.5, true)
  1030. script.Parent.BottomFrame:TweenPosition(UDim2.new(0.5,0,0.5,0), "Out", "Quad", 0.5, true)
  1031. wait(0.5)
  1032. script.Parent.StartFrame.Visible = false
  1033. end
  1034. coroutine.wrap(YMZQ_fake_script)()
  1035. local function MXBYD_fake_script() -- Activation.Script
  1036. local script = Instance.new('Script', Activation)
  1037.  
  1038. flying = false
  1039. lplayer = game.Players.LocalPlayer
  1040. speedget = 1
  1041. speedfly = 1
  1042. Mouse = lplayer:GetMouse()
  1043.  
  1044. script.Parent.MouseButton1Click:Connect(function()
  1045. if flying == false then
  1046. script.Parent.BackgroundColor3 = Color3.fromRGB(52, 255, 52)
  1047.  
  1048. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1049. repeat wait() until Mouse
  1050.  
  1051. local T = lplayer.Character.HumanoidRootPart
  1052. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1053. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1054. local SPEED = speedget
  1055.  
  1056. local function fly()
  1057. flying = true
  1058. local BG = Instance.new('BodyGyro', T)
  1059. local BV = Instance.new('BodyVelocity', T)
  1060. BG.P = 9e4
  1061. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1062. BG.cframe = T.CFrame
  1063. BV.velocity = Vector3.new(0, 0.1, 0)
  1064. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1065. spawn(function()
  1066. repeat wait()
  1067. lplayer.Character.Humanoid.PlatformStand = true
  1068. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1069. SPEED = 50
  1070. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1071. SPEED = 0
  1072. end
  1073. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1074. 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
  1075. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1076. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1077. 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
  1078. else
  1079. BV.velocity = Vector3.new(0, 0.1, 0)
  1080. end
  1081. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1082. until not flying
  1083. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1084. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1085. SPEED = 0
  1086. BG:destroy()
  1087. BV:destroy()
  1088. lplayer.Character.Humanoid.PlatformStand = false
  1089. end)
  1090. end
  1091. Mouse.KeyDown:connect(function(KEY)
  1092. if KEY:lower() == 'w' then
  1093. CONTROL.F = speedfly
  1094. elseif KEY:lower() == 's' then
  1095. CONTROL.B = -speedfly
  1096. elseif KEY:lower() == 'a' then
  1097. CONTROL.L = -speedfly
  1098. elseif KEY:lower() == 'd' then
  1099. CONTROL.R = speedfly
  1100. end
  1101. end)
  1102. Mouse.KeyUp:connect(function(KEY)
  1103. if KEY:lower() == 'w' then
  1104. CONTROL.F = 0
  1105. elseif KEY:lower() == 's' then
  1106. CONTROL.B = 0
  1107. elseif KEY:lower() == 'a' then
  1108. CONTROL.L = 0
  1109. elseif KEY:lower() == 'd' then
  1110. CONTROL.R = 0
  1111. end
  1112. end)
  1113. fly()
  1114. else
  1115. flying = false
  1116. script.Parent.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  1117. lplayer.Character.Humanoid.PlatformStand = false
  1118. end
  1119. end)
  1120.  
  1121. Mouse.KeyDown:Connect(function(k)
  1122. if k == "x" then
  1123.  
  1124. if flying == false then
  1125. script.Parent.BackgroundColor3 = Color3.fromRGB(52, 255, 52)
  1126.  
  1127. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1128. repeat wait() until Mouse
  1129.  
  1130. local T = lplayer.Character.HumanoidRootPart
  1131. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1132. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1133. local SPEED = speedget
  1134.  
  1135. local function fly()
  1136. flying = true
  1137. local BG = Instance.new('BodyGyro', T)
  1138. local BV = Instance.new('BodyVelocity', T)
  1139. BG.P = 9e4
  1140. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1141. BG.cframe = T.CFrame
  1142. BV.velocity = Vector3.new(0, 0.1, 0)
  1143. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1144. spawn(function()
  1145. repeat wait()
  1146. lplayer.Character.Humanoid.PlatformStand = true
  1147. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1148. SPEED = 50
  1149. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1150. SPEED = 0
  1151. end
  1152. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1153. 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
  1154. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1155. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1156. 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
  1157. else
  1158. BV.velocity = Vector3.new(0, 0.1, 0)
  1159. end
  1160. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1161. until not flying
  1162. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1163. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1164. SPEED = 0
  1165. BG:destroy()
  1166. BV:destroy()
  1167. lplayer.Character.Humanoid.PlatformStand = false
  1168. end)
  1169. end
  1170. Mouse.KeyDown:connect(function(KEY)
  1171. if KEY:lower() == 'w' then
  1172. CONTROL.F = speedfly
  1173. elseif KEY:lower() == 's' then
  1174. CONTROL.B = -speedfly
  1175. elseif KEY:lower() == 'a' then
  1176. CONTROL.L = -speedfly
  1177. elseif KEY:lower() == 'd' then
  1178. CONTROL.R = speedfly
  1179. end
  1180. end)
  1181. Mouse.KeyUp:connect(function(KEY)
  1182. if KEY:lower() == 'w' then
  1183. CONTROL.F = 0
  1184. elseif KEY:lower() == 's' then
  1185. CONTROL.B = 0
  1186. elseif KEY:lower() == 'a' then
  1187. CONTROL.L = 0
  1188. elseif KEY:lower() == 'd' then
  1189. CONTROL.R = 0
  1190. end
  1191. end)
  1192. fly()
  1193. else
  1194. flying = false
  1195. script.Parent.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  1196. lplayer.Character.Humanoid.PlatformStand = false
  1197. end
  1198.  
  1199. end
  1200. end)
  1201. end
  1202. coroutine.wrap(MXBYD_fake_script)()
  1203. local function HREBVA_fake_script() -- Activation_2.Script
  1204. local script = Instance.new('Script', Activation_2)
  1205.  
  1206. noclip = false
  1207. local Mouse = game.Players.LocalPlayer:GetMouse()
  1208.  
  1209. game:GetService('RunService').Stepped:connect(function()
  1210. if noclip then
  1211. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1212. end
  1213. end)
  1214.  
  1215. script.Parent.MouseButton1Down:connect(function()
  1216. noclip = not noclip
  1217. if noclip then
  1218. script.Parent.BackgroundColor3 = Color3.fromRGB(52, 255, 52)
  1219. else
  1220. script.Parent.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  1221. end
  1222. end)
  1223.  
  1224. Mouse.KeyDown:Connect(function(k)
  1225. if k == "c" then
  1226.  
  1227. noclip = not noclip
  1228. if noclip then
  1229. script.Parent.BackgroundColor3 = Color3.fromRGB(52, 255, 52)
  1230. else
  1231. script.Parent.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  1232. end
  1233.  
  1234. end
  1235. end)
  1236. end
  1237. coroutine.wrap(HREBVA_fake_script)()
  1238. local function WLZBXL_fake_script() -- SetActivation.Script
  1239. local script = Instance.new('Script', SetActivation)
  1240.  
  1241. script.Parent.MouseButton1Down:connect(function()
  1242. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = script.Parent.Parent.WalkspeedTB.Text
  1243. end)
  1244. end
  1245. coroutine.wrap(WLZBXL_fake_script)()
  1246. local function YRYWA_fake_script() -- ResetActivation.Script
  1247. local script = Instance.new('Script', ResetActivation)
  1248.  
  1249. script.Parent.MouseButton1Down:connect(function()
  1250. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1251. script.Parent.Parent.WalkspeedTB.Text = ""
  1252. end)
  1253. end
  1254. coroutine.wrap(YRYWA_fake_script)()
  1255. local function CFCRCM_fake_script() -- SetActivation_2.Script
  1256. local script = Instance.new('Script', SetActivation_2)
  1257.  
  1258. script.Parent.MouseButton1Down:connect(function()
  1259. game.Players.LocalPlayer.Character.Humanoid.JumpPower = script.Parent.Parent.JumpPowerTB.Text
  1260. end)
  1261. end
  1262. coroutine.wrap(CFCRCM_fake_script)()
  1263. local function PDGD_fake_script() -- ResetActivation_2.Script
  1264. local script = Instance.new('Script', ResetActivation_2)
  1265.  
  1266. script.Parent.MouseButton1Down:connect(function()
  1267. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 48
  1268. script.Parent.Parent.JumpPowerTB.Text = ""
  1269. end)
  1270. end
  1271. coroutine.wrap(PDGD_fake_script)()
  1272. local function SPNLPQB_fake_script() -- Activation_3.Script
  1273. local script = Instance.new('Script', Activation_3)
  1274.  
  1275. local Mouse = game.Players.LocalPlayer:GetMouse()
  1276. local InfiniteJump = false
  1277.  
  1278. script.Parent.MouseButton1Down:connect(function()
  1279. if InfiniteJump == false then
  1280. InfiniteJump = true
  1281. script.Parent.BackgroundColor3 = Color3.fromRGB(52, 255, 52)
  1282. else
  1283. InfiniteJump = false
  1284. script.Parent.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  1285. end
  1286. end)
  1287.  
  1288. Mouse.KeyDown:Connect(function(k)
  1289. if k == "v" then
  1290. if InfiniteJump == false then
  1291. InfiniteJump = true
  1292. script.Parent.BackgroundColor3 = Color3.fromRGB(52, 255, 52)
  1293. else
  1294. InfiniteJump = false
  1295. script.Parent.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  1296. end
  1297. end
  1298. end)
  1299.  
  1300. game:GetService("UserInputService").JumpRequest:connect(function()
  1301. if InfiniteJump == true then
  1302. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  1303. end
  1304. end)
  1305. end
  1306. coroutine.wrap(SPNLPQB_fake_script)()
  1307. local function YFSUJW_fake_script() -- Activation_4.Script
  1308. local script = Instance.new('Script', Activation_4)
  1309.  
  1310. local toggle = false
  1311.  
  1312. script.Parent.MouseButton1Click:Connect(function()
  1313. if toggle == false then
  1314. toggle = true
  1315. script.Parent.BackgroundColor3 = Color3.fromRGB(52, 255, 52)
  1316. else
  1317. toggle = false
  1318. script.Parent.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  1319. end
  1320.  
  1321. while toggle do wait(.25)
  1322. local place = workspace:GetChildren()
  1323. local currentX = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.X
  1324. local currentY = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Y
  1325. local currentZ = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Z
  1326.  
  1327. for i,v in pairs(place) do
  1328. local vChildren = v:GetChildren()
  1329. for i,child in pairs(vChildren) do
  1330. if child.Name == "CoinContainer" then
  1331.  
  1332. if child.Coin_Server:FindFirstChild("Coin") ~= nil then
  1333. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.Coin_Server.Coin.CFrame
  1334. else
  1335. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(currentX, currentY, currentZ)
  1336. script.Parent.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  1337. toggle = false
  1338. end
  1339.  
  1340. end
  1341. end
  1342. end
  1343. end
  1344.  
  1345. end)
  1346. end
  1347. coroutine.wrap(YFSUJW_fake_script)()
  1348. local function CKAW_fake_script() -- Activation_5.Script
  1349. local script = Instance.new('Script', Activation_5)
  1350.  
  1351. local obj = game.workspace
  1352. function XrayOn(obj) --Enables xray
  1353. for _,v in pairs(obj:GetChildren()) do
  1354. if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then
  1355. v.LocalTransparencyModifier = 0.75
  1356. end
  1357. XrayOn(v)
  1358. end
  1359. end
  1360.  
  1361. function XrayOff(obj) --Disables xray
  1362. for _,v in pairs(obj:GetChildren()) do
  1363. if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then
  1364. v.LocalTransparencyModifier = 0
  1365. end XrayOff(v)
  1366. end
  1367. end
  1368.  
  1369. local toggle = false
  1370.  
  1371. script.Parent.MouseButton1Click:Connect(function()
  1372. if toggle == false then
  1373. toggle = true
  1374. script.Parent.BackgroundColor3 = Color3.fromRGB(52, 255, 52)
  1375. XrayOn(obj)
  1376. else
  1377. toggle = false
  1378. script.Parent.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  1379. XrayOff(obj)
  1380. end
  1381. end)
  1382. end
  1383. coroutine.wrap(CKAW_fake_script)()
  1384. local function NJKYNZM_fake_script() -- Activation_6.Script
  1385. local script = Instance.new('Script', Activation_6)
  1386.  
  1387. script.Parent.MouseButton1Down:Connect(function()
  1388. loadstring(game:HttpGet("https://raw.githubusercontent.com/MarsQQ/ScriptHubScripts/master/MM2Autofarm"))();
  1389. end)
  1390. end
  1391. coroutine.wrap(NJKYNZM_fake_script)()
  1392. local function QHWFTYB_fake_script() -- Activation_7.Script
  1393. local script = Instance.new('Script', Activation_7)
  1394.  
  1395.  
  1396. local function GetMurderer()
  1397. local plrs = game:GetService("Players")
  1398. for i,v in pairs(plrs:GetPlayers()) do
  1399. if v.Character:FindFirstChild("Knife") or v.Backpack:FindFirstChild("Knife") then
  1400. return v
  1401. end
  1402. end
  1403. end
  1404. script.Parent.MouseButton1Click:Connect(function()
  1405. local Murderer = GetMurderer() --// Gets the userdata of the murderer
  1406. local pos = Murderer.Character.HumanoidRootPart.Position
  1407. repeat
  1408. if Murderer ~= nil then --// Checking if there actually is a murderer
  1409. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Murderer.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 5)
  1410. workspace.CurrentCamera.CFrame = Murderer.Character.HumanoidRootPart.CFrame
  1411.  
  1412. end
  1413. wait()
  1414. until Murderer.Character.Humanoid.Health == 0
  1415. end)
  1416.  
  1417. end
  1418. coroutine.wrap(QHWFTYB_fake_script)()
  1419. local function PIWZ_fake_script() -- Activation_8.Script
  1420. local script = Instance.new('Script', Activation_8)
  1421.  
  1422. script.Parent.MouseButton1Click:Connect(function()
  1423.  
  1424. local currentX = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.X
  1425. local currentY = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Y
  1426. local currentZ = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Z
  1427.  
  1428. if workspace:FindFirstChild("GunDrop") ~= nil then
  1429.  
  1430. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:FindFirstChild("GunDrop").CFrame
  1431. wait(.25)
  1432. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(currentX, currentY, currentZ)
  1433.  
  1434. else
  1435.  
  1436. game.StarterGui:SetCore("SendNotification", {
  1437. Title = "MM2 Admin Panel";
  1438. Text = "Wait for the Sheriff's death to grab the gun";
  1439. Icon = "";
  1440. Duration = "2";
  1441. })
  1442.  
  1443. end
  1444. end)
  1445. end
  1446. coroutine.wrap(PIWZ_fake_script)()
  1447. local function GTOJAZG_fake_script() -- Activation_9.Script
  1448. local script = Instance.new('Script', Activation_9)
  1449.  
  1450. script.Parent.MouseButton1Click:Connect(function()
  1451. local Players = game:GetService("Players")
  1452. for i, Victim in pairs(Players:GetPlayers()) do
  1453. if Victim.Name ~= game.Players.LocalPlayer.Name then
  1454.  
  1455. repeat wait()
  1456. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Victim.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1457. until
  1458. Victim.Character.Humanoid.Health == 0
  1459. end
  1460. end
  1461. end)
  1462. end
  1463. coroutine.wrap(GTOJAZG_fake_script)()
  1464. local function TJPSA_fake_script() -- Activation_10.Script
  1465. local script = Instance.new('Script', Activation_10)
  1466.  
  1467. script.Parent.MouseButton1Down:Connect(function()
  1468. loadstring(game:HttpGet("https://raw.githubusercontent.com/MarsQQ/ScriptHubScripts/master/FPS%20Boost"))();
  1469. end)
  1470. end
  1471. coroutine.wrap(TJPSA_fake_script)()
  1472. local function FGLRVKA_fake_script() -- AimTB.LocalScript
  1473. local script = Instance.new('LocalScript', AimTB)
  1474.  
  1475. script.Parent.FocusLost:connect(function()
  1476. for i,v in pairs(game.Players:GetChildren()) do
  1477. if (string.sub(string.lower(v.Name),1,string.len(script.Parent.Text))) == string.lower(script.Parent.Text) then
  1478. script.Parent.Text = v.Name
  1479. end
  1480. end
  1481. end)
  1482.  
  1483. end
  1484. coroutine.wrap(FGLRVKA_fake_script)()
  1485. local function LZHKGTA_fake_script() -- AimPlayer.Script
  1486. local script = Instance.new('Script', AimPlayer)
  1487.  
  1488. script.Parent.AimActivation.MouseButton1Click:Connect(function()
  1489. _G.on = true
  1490. local user = script.Parent.AimTB.Text
  1491. local plr = game.Players.LocalPlayer
  1492. while _G.on == true do
  1493. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1494. if v.Character:FindFirstChild("HumanoidRootPart") and v.Name == user then
  1495. repeat
  1496. local pos = v.Character.HumanoidRootPart.Position
  1497. workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position,pos)
  1498. wait()
  1499. until v.Character.Humanoid.Health < 1 or _G.on == false
  1500. end
  1501. end
  1502. end
  1503. end)
  1504.  
  1505. script.Parent.DeAimActivation.MouseButton1Click:Connect(function()
  1506. _G.on = false
  1507. end)
  1508. end
  1509. coroutine.wrap(LZHKGTA_fake_script)()
  1510. local function MVWHPW_fake_script() -- VisualFrame.Script1
  1511. local script = Instance.new('Script', VisualFrame)
  1512.  
  1513. local ESPToggle = false
  1514.  
  1515. local plrs = game:GetService("Players")
  1516. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  1517. function MakeESP()
  1518. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  1519. local bgui = Instance.new("BillboardGui",v.Character.Head)
  1520. bgui.Name = ("EGUI")
  1521. bgui.AlwaysOnTop = true
  1522. bgui.ExtentsOffset = Vector3.new(0,2,0)
  1523. bgui.Size = UDim2.new(0,200,0,50)
  1524. local nam = Instance.new("TextLabel",bgui)
  1525. nam.Text = v.Name
  1526. nam.BackgroundTransparency = 1
  1527. nam.TextSize = 15
  1528. nam.Font = ("GothamBold")
  1529. nam.TextColor3 = Color3.new(255,255,255)
  1530. nam.Size = UDim2.new(0,200,0,50)
  1531. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  1532. for _, p in pairs(v.Character:GetChildren()) do
  1533. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  1534. for _, f in pairs(faces) do
  1535. local m = Instance.new("SurfaceGui",p)
  1536. m.Name = ("EGUI")
  1537. m.Face = f
  1538. m.AlwaysOnTop = true
  1539. local mf = Instance.new("Frame",m)
  1540. mf.Size = UDim2.new(1,0,1,0)
  1541. mf.BorderSizePixel = 0
  1542. mf.BackgroundTransparency = 0.5
  1543. mf.BackgroundColor3 = Color3.new(0,0,255)
  1544. end
  1545. end
  1546. end
  1547. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  1548. for _, p in pairs(v.Character:GetChildren()) do
  1549. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  1550. for _, f in pairs(faces) do
  1551. local m = Instance.new("SurfaceGui",p)
  1552. m.Name = ("EGUI")
  1553. m.Face = f
  1554. m.AlwaysOnTop = true
  1555. local mf = Instance.new("Frame",m)
  1556. mf.Size = UDim2.new(1,0,1,0)
  1557. mf.BorderSizePixel = 0
  1558. mf.BackgroundTransparency = 0.5
  1559. mf.BackgroundColor3 = Color3.new(255,0,0)
  1560. end
  1561. end
  1562. end
  1563. else
  1564. for _, p in pairs(v.Character:GetChildren()) do
  1565. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  1566. for _, f in pairs(faces) do
  1567. local m = Instance.new("SurfaceGui",p)
  1568. m.Name = ("EGUI")
  1569. m.Face = f
  1570. m.AlwaysOnTop = true
  1571. local mf = Instance.new("Frame",m)
  1572. mf.Size = UDim2.new(1,0,1,0)
  1573. mf.BorderSizePixel = 0
  1574. mf.BackgroundTransparency = 0.5
  1575. mf.BackgroundColor3 = Color3.new(255,255,255)
  1576. end
  1577. end
  1578. end
  1579. end
  1580. end
  1581. end
  1582. end
  1583.  
  1584. function ClearESP()
  1585. for _, v in pairs(game.Workspace:GetDescendants()) do
  1586. if v.Name == ("EGUI") then
  1587. v:Remove()
  1588. end
  1589. end
  1590. end
  1591.  
  1592. script.Parent.AllESP.Activation.MouseButton1Click:Connect(function()
  1593. if ESPToggle == false then
  1594. ESPToggle = true
  1595. pcall(ClearESP)
  1596. pcall(MakeESP)
  1597. else
  1598. ESPToggle = false
  1599. pcall(ClearESP)
  1600. end
  1601. end)
  1602. script.Parent.RefreshESP.Activation.MouseButton1Click:Connect(function()
  1603. if ESPToggle == true then
  1604. wait(1)
  1605. pcall(ClearESP)
  1606. pcall(MakeESP)
  1607. end
  1608. end)
  1609.  
  1610.  
  1611. game:GetService("Players").PlayerAdded:Connect(function(v)
  1612. if ESPToggle == true then
  1613. wait(1)
  1614. pcall(ClearESP)
  1615. pcall(MakeESP)
  1616. end
  1617. end)
  1618.  
  1619. game:GetService("Players").PlayerRemoving:Connect(function(v)
  1620. if ESPToggle == true then
  1621. wait(1)
  1622. pcall(ClearESP)
  1623. pcall(MakeESP)
  1624. end
  1625. end)
  1626.  
  1627. while wait(60) do
  1628. if ESPToggle == true then
  1629. wait(1)
  1630. pcall(ClearESP)
  1631. pcall(MakeESP)
  1632. end
  1633. end
  1634.  
  1635.  
  1636. end
  1637. coroutine.wrap(MVWHPW_fake_script)()
  1638. local function OVVPNM_fake_script() -- Activation_13.Script
  1639. local script = Instance.new('Script', Activation_13)
  1640.  
  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. end
  1647. coroutine.wrap(OVVPNM_fake_script)()
  1648. local function ODJNX_fake_script() -- Activation_14.Script
  1649. local script = Instance.new('Script', Activation_14)
  1650.  
  1651. script.Parent.MouseButton1Click:Connect(function()
  1652. local Workplace = workspace:GetChildren()
  1653.  
  1654. for i, Thing in pairs(Workplace) do
  1655.  
  1656. local ThingChildren = Thing:GetChildren()
  1657. for i, Child in pairs(ThingChildren) do
  1658. if Child.Name == "Spawns" then
  1659.  
  1660. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Child.Spawn.CFrame
  1661.  
  1662. end
  1663. end
  1664. end
  1665. end)
  1666. end
  1667. coroutine.wrap(ODJNX_fake_script)()
  1668. local function CQNKW_fake_script() -- TeleportTB.LocalScript
  1669. local script = Instance.new('LocalScript', TeleportTB)
  1670.  
  1671. script.Parent.FocusLost:connect(function()
  1672. for i,v in pairs(game.Players:GetChildren()) do
  1673. if (string.sub(string.lower(v.Name),1,string.len(script.Parent.Text))) == string.lower(script.Parent.Text) then
  1674. script.Parent.Text = v.Name
  1675. end
  1676. end
  1677. end)
  1678.  
  1679. end
  1680. coroutine.wrap(CQNKW_fake_script)()
  1681. local function XYYM_fake_script() -- TeleportButton.LocalScript
  1682. local script = Instance.new('LocalScript', TeleportButton)
  1683.  
  1684. script.Parent.MouseButton1Click:Connect(function()
  1685.  
  1686. local Victim = script.Parent.Parent.TeleportTB.Text
  1687. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Victim].Character.HumanoidRootPart.CFrame
  1688.  
  1689. end)
  1690. end
  1691. coroutine.wrap(XYYM_fake_script)()
  1692. local function JZRZ_fake_script() -- Activation_15.Script
  1693. local script = Instance.new('Script', Activation_15)
  1694.  
  1695. script.Parent.MouseButton1Click:Connect(function()
  1696. local Players = game:GetService("Players")
  1697. for i, player in pairs(Players:GetPlayers()) do
  1698.  
  1699. local bp = player.Backpack:GetChildren()
  1700. for i, tool in pairs(bp) do
  1701. if tool.Name == "Knife" then
  1702.  
  1703. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[tool.Parent.Parent.Name].Character.HumanoidRootPart.CFrame
  1704.  
  1705. end
  1706. end
  1707.  
  1708. end
  1709. end)
  1710. end
  1711. coroutine.wrap(JZRZ_fake_script)()
  1712. local function KFEOGB_fake_script() -- Activation_16.Script
  1713. local script = Instance.new('Script', Activation_16)
  1714.  
  1715. script.Parent.MouseButton1Click:Connect(function()
  1716. local Players = game:GetService("Players")
  1717. for i, player in pairs(Players:GetPlayers()) do
  1718.  
  1719. local bp = player.Backpack:GetChildren()
  1720. for i, tool in pairs(bp) do
  1721. if tool.Name == "Gun" then
  1722.  
  1723. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[tool.Parent.Parent.Name].Character.HumanoidRootPart.CFrame
  1724.  
  1725. end
  1726. end
  1727.  
  1728. end
  1729. end)
  1730. end
  1731. coroutine.wrap(KFEOGB_fake_script)()
  1732. local function JIPBTDH_fake_script() -- BottomFrame.LocalScript
  1733. local script = Instance.new('LocalScript', BottomFrame)
  1734.  
  1735. script.Parent.Tab1.MouseButton1Click:Connect(function()
  1736. script.Parent.MainFrame.Visible = true
  1737. script.Parent.PlayerFrame.Visible = false
  1738. script.Parent.VisualFrame.Visible = false
  1739. script.Parent.TeleportFrame.Visible = false
  1740. script.Parent.Tab1.BackgroundColor3 = Color3.fromRGB(30,30,30)
  1741. script.Parent.Tab2.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1742. script.Parent.Tab3.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1743. script.Parent.Tab4.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1744. end)
  1745. script.Parent.Tab2.MouseButton1Click:Connect(function()
  1746. script.Parent.MainFrame.Visible = false
  1747. script.Parent.PlayerFrame.Visible = true
  1748. script.Parent.VisualFrame.Visible = false
  1749. script.Parent.TeleportFrame.Visible = false
  1750. script.Parent.Tab1.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1751. script.Parent.Tab2.BackgroundColor3 = Color3.fromRGB(30,30,30)
  1752. script.Parent.Tab3.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1753. script.Parent.Tab4.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1754. end)
  1755. script.Parent.Tab3.MouseButton1Click:Connect(function()
  1756. script.Parent.MainFrame.Visible = false
  1757. script.Parent.PlayerFrame.Visible = false
  1758. script.Parent.VisualFrame.Visible = true
  1759. script.Parent.TeleportFrame.Visible = false
  1760. script.Parent.Tab1.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1761. script.Parent.Tab2.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1762. script.Parent.Tab3.BackgroundColor3 = Color3.fromRGB(30,30,30)
  1763. script.Parent.Tab4.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1764. end)
  1765. script.Parent.Tab4.MouseButton1Click:Connect(function()
  1766. script.Parent.MainFrame.Visible = false
  1767. script.Parent.PlayerFrame.Visible = false
  1768. script.Parent.VisualFrame.Visible = false
  1769. script.Parent.TeleportFrame.Visible = true
  1770. script.Parent.Tab1.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1771. script.Parent.Tab2.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1772. script.Parent.Tab3.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1773. script.Parent.Tab4.BackgroundColor3 = Color3.fromRGB(30,30,30)
  1774. end)
  1775. end
  1776. coroutine.wrap(JIPBTDH_fake_script)()
  1777. local function AVLOK_fake_script() -- MinimizeButton.LocalScript
  1778. local script = Instance.new('LocalScript', MinimizeButton)
  1779.  
  1780. local minimize = false
  1781.  
  1782. script.Parent.MouseButton1Click:connect(function()
  1783. if minimize == false then
  1784. minimize = true
  1785. script.Parent.Parent.Parent.BottomFrame:TweenPosition(UDim2.new(0.5,0,-0.5,0), "Out", "Quad", 0.5, true)
  1786. else
  1787. minimize = false
  1788. script.Parent.Parent.Parent.BottomFrame:TweenPosition(UDim2.new(0.5,0,0.5,0), "Out", "Quad", 0.5, true)
  1789. end
  1790. end)
  1791.  
  1792. end
  1793. coroutine.wrap(AVLOK_fake_script)()
Add Comment
Please, Sign In to add comment