Prokri43

Probs mm2

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