MatLumber2

Untitled

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