Zwiebelle1301706

different panel test

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