Advertisement
Okherewego123

Untitled

Aug 17th, 2022
951
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LOL Code 11.41 KB | None | 0 0
  1. local MM2AdminPanel = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local StartFrame = Instance.new("ImageLabel")
  4. local BottomFrame = Instance.new("Frame")
  5. local Tab1 = Instance.new("TextButton")
  6. local Tab2 = Instance.new("TextButton")
  7. local Tab4 = Instance.new("TextButton")
  8. local PlayerFrame = Instance.new("ScrollingFrame")
  9. local Fly = Instance.new("Frame")
  10. local Activation = Instance.new("TextButton")
  11. local Title = Instance.new("TextLabel")
  12. local Noclip = Instance.new("Frame")
  13. local Activation_2 = Instance.new("TextButton")
  14. local Title_2 = Instance.new("TextLabel")
  15. local Walkspeed = Instance.new("Frame")
  16. local SetActivation = Instance.new("TextButton")
  17. local WalkspeedTB = Instance.new("TextBox")
  18. local ResetActivation = Instance.new("TextButton")
  19. local JumpPower = Instance.new("Frame")
  20. local SetActivation_2 = Instance.new("TextButton")
  21. local JumpPowerTB = Instance.new("TextBox")
  22. local ResetActivation_2 = Instance.new("TextButton")
  23. local InfiniteJump = Instance.new("Frame")
  24. local Activation_3 = Instance.new("TextButton")
  25. local Title_3 = Instance.new("TextLabel")
  26. local Tab3 = Instance.new("TextButton")
  27. local MainFrame_2 = Instance.new("ScrollingFrame")
  28. local CoinFarm = Instance.new("Frame")
  29. local Activation_4 = Instance.new("TextButton")
  30. local Title_4 = Instance.new("TextLabel")
  31. local XRay = Instance.new("Frame")
  32. local Activation_5 = Instance.new("TextButton")
  33. local Title_5 = Instance.new("TextLabel")
  34. local AFKFarm = Instance.new("Frame")
  35. local Activation_6 = Instance.new("TextButton")
  36. local Title_6 = Instance.new("TextLabel")
  37. local KillMurderer = Instance.new("Frame")
  38. local Activation_7 = Instance.new("TextButton")
  39. local Title_7 = Instance.new("TextLabel")
  40. local GunGrabber = Instance.new("Frame")
  41. local Activation_8 = Instance.new("TextButton")
  42. local Title_8 = Instance.new("TextLabel")
  43. local KillAll = Instance.new("Frame")
  44. local Activation_9 = Instance.new("TextButton")
  45. local Title_9 = Instance.new("TextLabel")
  46. local AntiLag = Instance.new("Frame")
  47. local Activation_10 = Instance.new("TextButton")
  48. local Title_10 = Instance.new("TextLabel")
  49. local AimPlayer = Instance.new("Frame")
  50. local AimActivation = Instance.new("TextButton")
  51. local AimTB = Instance.new("TextBox")
  52. local DeAimActivation = Instance.new("TextButton")
  53. local VisualFrame = Instance.new("ScrollingFrame")
  54. local AllESP = Instance.new("Frame")
  55. local Activation_11 = Instance.new("TextButton")
  56. local Title_11 = Instance.new("TextLabel")
  57. local RefreshESP = Instance.new("Frame")
  58. local Activation_12 = Instance.new("TextButton")
  59. local Title_12 = Instance.new("TextLabel")
  60. local TeleportFrame = Instance.new("ScrollingFrame")
  61. local TP1 = Instance.new("Frame")
  62. local Activation_13 = Instance.new("TextButton")
  63. local Title_13 = Instance.new("TextLabel")
  64. local TP2 = Instance.new("Frame")
  65. local Activation_14 = Instance.new("TextButton")
  66. local Title_14 = Instance.new("TextLabel")
  67. local TeleportName = Instance.new("Frame")
  68. local TeleportTB = Instance.new("TextBox")
  69. local TeleportButton = Instance.new("TextButton")
  70. local TP3 = Instance.new("Frame")
  71. local Activation_15 = Instance.new("TextButton")
  72. local Title_15 = Instance.new("TextLabel")
  73. local TP4 = Instance.new("Frame")
  74. local Activation_16 = Instance.new("TextButton")
  75. local Title_16 = Instance.new("TextLabel")
  76. local TopFrame = Instance.new("Frame")
  77. local Title_17 = Instance.new("TextLabel")
  78. local MinimizeButton = Instance.new("TextButton")
  79.  
  80. MM2AdminPanel.Name = "MM2AdminPanel"
  81. MM2AdminPanel.Parent = game.CoreGui
  82. MM2AdminPanel.ResetOnSpawn = false
  83.  
  84. MainFrame.Name = "MainFrame"
  85. MainFrame.Parent = MM2AdminPanel
  86. MainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  87. MainFrame.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  88. MainFrame.BackgroundTransparency = 1.000
  89. MainFrame.BorderColor3 = Color3.fromRGB(20, 20, 20)
  90. MainFrame.BorderSizePixel = 0
  91. MainFrame.ClipsDescendants = true
  92. MainFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  93. MainFrame.Size = UDim2.new(0, 387, 0, 229)
  94.  
  95. StartFrame.Name = "StartFrame"
  96. StartFrame.Parent = MainFrame
  97. StartFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  98. StartFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. StartFrame.BackgroundTransparency = 1.000
  100. StartFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  101. StartFrame.Image = "rbxassetid://3570695787"
  102. StartFrame.ImageColor3 = Color3.fromRGB(20, 20, 20)
  103. StartFrame.ScaleType = Enum.ScaleType.Slice
  104. StartFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  105.  
  106. BottomFrame.Name = "BottomFrame"
  107. BottomFrame.Parent = MainFrame
  108. BottomFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  109. BottomFrame.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  110. BottomFrame.BorderColor3 = Color3.fromRGB(20, 20, 20)
  111. BottomFrame.BorderSizePixel = 0
  112. BottomFrame.ClipsDescendants = true
  113. BottomFrame.Position = UDim2.new(0.5, 0, 1.5, 0)
  114. BottomFrame.Size = UDim2.new(0, 387, 0, 229)
  115.  
  116. Tab1.Name = "Tab1"
  117. Tab1.Parent = BottomFrame
  118. Tab1.AnchorPoint = Vector2.new(0.5, 0.5)
  119. Tab1.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  120. Tab1.BorderSizePixel = 0
  121. Tab1.ClipsDescendants = true
  122. Tab1.Position = UDim2.new(0.111912139, 0, 0.216999963, 0)
  123. Tab1.Size = UDim2.new(0, 65, 0, 23)
  124. Tab1.Font = Enum.Font.Gotham
  125. Tab1.Text = "MAIN"
  126. Tab1.TextColor3 = Color3.fromRGB(255, 255, 255)
  127. Tab1.TextSize = 14.000
  128.  
  129. Tab2.Name = "Tab2"
  130. Tab2.Parent = BottomFrame
  131. Tab2.AnchorPoint = Vector2.new(0.5, 0.5)
  132. Tab2.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  133. Tab2.BorderSizePixel = 0
  134. Tab2.ClipsDescendants = true
  135. Tab2.Position = UDim2.new(0.292790681, 0, 0.216999978, 0)
  136. Tab2.Size = UDim2.new(0, 75, 0, 23)
  137. Tab2.Font = Enum.Font.Gotham
  138. Tab2.Text = "PLAYER"
  139. Tab2.TextColor3 = Color3.fromRGB(255, 255, 255)
  140. Tab2.TextSize = 14.000
  141.  
  142. Tab4.Name = "Tab4"
  143. Tab4.Parent = BottomFrame
  144. Tab4.AnchorPoint = Vector2.new(0.5, 0.5)
  145. Tab4.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  146. Tab4.BorderSizePixel = 0
  147. Tab4.ClipsDescendants = true
  148. Tab4.Position = UDim2.new(0.688384891, 0, 0.216999963, 0)
  149. Tab4.Size = UDim2.new(0, 83, 0, 23)
  150. Tab4.Font = Enum.Font.Gotham
  151. Tab4.Text = "TELEPORT"
  152. Tab4.TextColor3 = Color3.fromRGB(255, 255, 255)
  153. Tab4.TextSize = 14.000
  154.  
  155. PlayerFrame.Name = "PlayerFrame"
  156. PlayerFrame.Parent = BottomFrame
  157. PlayerFrame.Active = true
  158. PlayerFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  159. PlayerFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  160. PlayerFrame.BorderSizePixel = 0
  161. PlayerFrame.Position = UDim2.new(0.5, 0, 0.611353695, 0)
  162. PlayerFrame.Size = UDim2.new(0, 367, 0, 158)
  163. PlayerFrame.VISIBLE = false
  164. PlayerFrame.CanvasSize = UDim2.new(0, 0, 1, 0)
  165. PlayerFrame.ScrollBarThickness = 3
  166.  
  167. Fly.Name = "Fly"
  168. Fly.Parent = PlayerFrame
  169. Fly.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  170. Fly.BackgroundTransparency = 1.000
  171. Fly.BorderColor3 = Color3.fromRGB(30, 30, 30)
  172. Fly.BorderSizePixel = 0
  173. Fly.ClipsDescendants = true
  174. Fly.Position = UDim2.new(0.0199999996, 0, 0.0199999996, 0)
  175. Fly.Size = UDim2.new(0, 161, 0, 20)
  176.  
  177. Activation.Name = "Activation"
  178. Activation.Parent = Fly
  179. Activation.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  180. Activation.BorderSizePixel = 0
  181. Activation.Size = UDim2.new(0, 20, 0, 20)
  182. Activation.Font = Enum.Font.Gotham
  183. Activation.Text = ""
  184. Activation.TextColor3 = Color3.fromRGB(0, 0, 0)
  185. Activation.TextSize = 14.000
  186.  
  187. Title.Name = "Title"
  188. Title.Parent = Fly
  189. Title.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  190. Title.BackgroundTransparency = 1.000
  191. Title.BorderColor3 = Color3.fromRGB(30, 30, 30)
  192. Title.BorderSizePixel = 0
  193. Title.Position = UDim2.new(0.161490679, 0, 0, 0)
  194. Title.Size = UDim2.new(0.838509321, 0, 1, 0)
  195. Title.Font = Enum.Font.Gotham
  196. Title.Text = "Fly [X]"
  197. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  198. Title.TextSize = 14.000
  199. Title.TextWrapped = true
  200. Title.TextXAlignment = Enum.TextXAlignment.Left
  201.  
  202. Noclip.Name = "Noclip"
  203. Noclip.Parent = PlayerFrame
  204. Noclip.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  205. Noclip.BorderColor3 = Color3.fromRGB(30, 30, 30)
  206. Noclip.BorderSizePixel = 0
  207. Noclip.ClipsDescendants = true
  208. Noclip.Position = UDim2.new(0.0199999996, 0, 0.126000002, 0)
  209. Noclip.Size = UDim2.new(0, 161, 0, 20)
  210.  
  211. Activation_2.Name = "Activation"
  212. Activation_2.Parent = Noclip
  213. Activation_2.BackgroundColor3 = Color3.fromRGB(255, 51, 51)
  214. Activation_2.BorderSizePixel = 0
  215. Activation_2.Size = UDim2.new(0, 20, 0, 20)
  216. Activation_2.Font = Enum.Font.Gotham
  217. Activation_2.Text = ""
  218. Activation_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  219. Activation_2.TextSize = 14.000
  220.  
  221. Title_2.Name = "Title"
  222. Title_2.Parent = Noclip
  223. Title_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  224. Title_2.BackgroundTransparency = 1.000
  225. Title_2.BorderColor3 = Color3.fromRGB(30, 30, 30)
  226. Title_2.BorderSizePixel = 0
  227. Title_2.Position = UDim2.new(0.161490679, 0, 0, 0)
  228. Title_2.Size = UDim2.new(0.838509321, 0, 1, 0)
  229. Title_2.Font = Enum.Font.Gotham
  230. Title_2.Text = "Noclip [C]"
  231. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  232. Title_2.TextSize = 14.000
  233. Title_2.TextWrapped = true
  234. Title_2.TextXAlignment = Enum.TextXAlignment.Left
  235.  
  236. Walkspeed.Name = "Walkspeed"
  237. Walkspeed.Parent = PlayerFrame
  238. Walkspeed.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  239. Walkspeed.BorderColor3 = Color3.fromRGB(30, 30, 30)
  240. Walkspeed.BorderSizePixel = 0
  241. Walkspeed.ClipsDescendants = true
  242. Walkspeed.Position = UDim2.new(0.0199999996, 0, 0.335999995, 0)
  243. Walkspeed.Size = UDim2.new(0, 161, 0, 42)
  244.  
  245. SetActivation.Name = "SetActivation"
  246. SetActivation.Parent = Walkspeed
  247. SetActivation.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  248. SetActivation.BorderSizePixel = 0
  249. SetActivation.Position = UDim2.new(0, 0, 0.555555582, 0)
  250. SetActivation.Size = UDim2.new(0, 36, 0, 20)
  251. SetActivation.Font = Enum.Font.Gotham
  252. SetActivation.Text = "Set"
  253. SetActivation.TextColor3 = Color3.fromRGB(255, 255, 255)
  254. SetActivation.TextSize = 14.000
  255.  
  256. WalkspeedTB.Name = "WalkspeedTB"
  257. WalkspeedTB.Parent = Walkspeed
  258. WalkspeedTB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  259. WalkspeedTB.BorderColor3 = Color3.fromRGB(40, 40, 40)
  260. WalkspeedTB.BorderSizePixel = 0
  261. WalkspeedTB.Position = UDim2.new(-0.000559931214, 0, -0.0166666675, 0)
  262. WalkspeedTB.Size = UDim2.new(0.732458353, 0, 0.394444436, 0)
  263. WalkspeedTB.Font = Enum.Font.Gotham
  264. WalkspeedTB.Text = "Insert Walkspeed"
  265. WalkspeedTB.TextColor3 = Color3.fromRGB(255, 255, 255)
  266. WalkspeedTB.TextSize = 14.000
  267.  
  268. ResetActivation.Name = "ResetActivation"
  269. ResetActivation.Parent = Walkspeed
  270. ResetActivation.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  271. ResetActivation.BorderSizePixel = 0
  272. ResetActivation.Position = UDim2.new(0.259848803, 0, 0.555555582, 0)
  273. ResetActivation.Size = UDim2.new(0, 76, 0, 20)
  274. ResetActivation.Font = Enum.Font.Gotham
  275. ResetActivation.Text = "Reset"
  276. ResetActivation.TextColor3 = Color3.fromRGB(255, 255, 255)
  277. ResetActivation.TextSize = 14.000
  278.  
  279. JumpPower.Name = "JumpPower"
  280. JumpPower.Parent = PlayerFrame
  281. JumpPower.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  282. JumpPower.BorderColor3 = Color3.fromRGB(30, 30, 30)
  283. JumpPower.BorderSizePixel = 0
  284. JumpPower.ClipsDescendants = true
  285. JumpPower.Position = UDim2.new(0.0199999996, 0, 0.537, 0)
  286. JumpPower.Size = UDim2.new(0, 161, 0, 42)
  287.  
  288. SetActivation_2.Name = "SetActivation"
  289. SetActivation_2.Parent = JumpPower
  290. SetActivation_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  291. SetActivation_2.BorderSizePixel = 0
  292. SetActivation_2.Position = UDim2.new(0, 0, 0.555555582, 0)
  293. SetActivation_2.Size = UDim2.new(0, 36, 0, 20)
  294. SetActivation_2.Font = Enum.Font.Gotham
  295. SetActivation_2.Text = "Set"
  296. SetActivation_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  297. SetActivation_2.TextSize = 14.000
  298.  
  299. JumpPowerTB.Name = "JumpPowerTB"
  300. JumpPowerTB.Parent = JumpPower
  301. JumpPowerTB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  302. JumpPowerTB.Bord
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement