Advertisement
Zwiebelle1301706

MM2 ADMIN >:)

May 18th, 2024 (edited)
804
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.92 KB | None | 2 1
  1. print("Loading the VXPLOIT MM2 Main script")
  2. wait(1.3)
  3. print("Sucesfully loaded the script!")
  4. wait(1)
  5. print("Any last words mm2 :>")
  6. wait(0.1)
  7.  
  8. game.StarterGui:SetCore("SendNotification", {
  9. Title = "Join our discord!";
  10. Text = "https://discord.gg/Np72b8mC";
  11. Icon = "";
  12. Duration = "12";
  13. })
  14.  
  15. game.StarterGui:SetCore("SendNotification", {
  16. Title = "Have fun!";
  17. Text = "Have fun!";
  18. Icon = "";
  19. Duration = "4.1";
  20. })
  21.  
  22. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  23.  
  24. local Window = Rayfield:CreateWindow({
  25. Name = "VXPLOIT MM2!!",
  26. LoadingTitle = "Loading hacks . . .",
  27. LoadingSubtitle = "by Vxploits",
  28. ConfigurationSaving = {
  29. Enabled = true,
  30. FolderName = nil, -- Create a custom folder for your hub/game
  31. FileName = "Big Hub"
  32. },
  33. Discord = {
  34. Enabled = false,
  35. Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  36. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  37. },
  38. KeySystem = true, -- Set this to true to use our key system
  39. KeySettings = {
  40. Title = "Key System",
  41. Subtitle = "Join our discord! https://discord.gg/UErMrtGV ",
  42. Note = "No method of obtaining the key is provided",
  43. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  44. SaveKey = false, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  45. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  46. Key = {"gainedacces189sioDjuoajduiaJ89342523894zridfuhj9s8dzfg5"}
  47. }
  48. })
  49.  
  50. local Tab = Window:CreateTab("VXPLOIT ADMIN MM2", 4483362458) -- Title, Image
  51. local Section = Tab:CreateSection("Scripts")
  52.  
  53. local Button = Tab:CreateButton({
  54. Name = "MM2 SCRIPT HERE!! [BY VXPLOITS]",
  55. Callback = function()
  56. loadstring(game:HttpGet('https://pastebin.com/raw/xLLceEnp'))()
  57. end,
  58. })
  59.  
  60. local Button = Tab:CreateButton({
  61. Name = "HACKING SERVER CONSOLE TROLL SPAMM! [BY VXPLOITS]",
  62. Callback = function()
  63. loadstring(game:HttpGet('https://pastebin.com/raw/rYRBri5y'))()
  64. end,
  65. })
  66.  
  67. local Button = Tab:CreateButton({
  68. Name = "MM2 NOCLIP [BY VXPLOITS]",
  69. Callback = function()
  70. loadstring(game:HttpGet('https://pastebin.com/raw/xJmxr7is'))()
  71. end,
  72. })
  73.  
  74. local Button = Tab:CreateButton({
  75. Name = "FE FLING [BY VXPLOITS]",
  76. Callback = function()
  77. -- VXPLOITERS FLING MENU
  78.  
  79. print("Loading VXPLOITERS fling menu ... ")
  80. wait(1)
  81. print("device detected")
  82. wait(1)
  83. print("Enjoy the script!")
  84.  
  85.  
  86.  
  87. local PlayerService = game:GetService("Players")--:GetPlayers()
  88. local TweenService = game:GetService("TweenService")
  89. local RunService = game:GetService("RunService")
  90. local UserInputService = game:GetService("UserInputService")
  91.  
  92. local plr = PlayerService.LocalPlayer
  93. local mouse = plr:GetMouse()
  94. local BodyThrust = nil
  95. local Dragging = {}
  96.  
  97. local Suggestions = {
  98. 2298830673, 300, 365, --gamier (test game)
  99. 1537690962, 250, 350, --bee swarm sim
  100. 5580097107, 300, 400, --frappe
  101. 2202352383, 275, 350, --super power training sim
  102. 142823291, 350, 425, --murder mystery 2
  103. 155615604, 273, 462, --prison life
  104. 1990228024, 200, 235, --bloxton hotels
  105. 189707, 250, 325, --natural disaster survival
  106. 230362888, 265, 415, --the normal elevator (may not work)
  107. 5293755937, 335, 435, --speedrun sim
  108. 537413528, 300, 350, --build a boat (may not work)
  109. 18540115, 300, 425, --survive the disasters
  110. 2041312716, 350, 465 --Ragdoll engine
  111. }
  112.  
  113.  
  114. local version = "v1.0.4"
  115. local font = Enum.Font.FredokaOne
  116.  
  117. local AxisPositionX = {
  118. 0.05,
  119. 0.35,
  120. 0.65
  121. }
  122.  
  123. local AxisPositionY = {
  124. 40, --edit fling speed
  125. 90, --toggle fling types (normal, qfling, serverkek)
  126. 140, --extra (respawn)
  127. 190, --edit gui settings (hotkey, theme)
  128. 240
  129. }
  130.  
  131. local Fling = {
  132. false, --toggle
  133. "", --hotkey
  134. 300, --speed
  135. false, --server
  136. false --stop vertfling
  137. }
  138.  
  139.  
  140. --[[themes:]]--
  141.  
  142. local Theme_JeffStandard = {
  143. Color3.fromRGB(15, 25, 35),
  144. Color3.fromRGB(10, 20, 30),
  145. Color3.fromRGB(27, 42, 53),
  146. Color3.fromRGB(25, 35, 45),
  147. Color3.fromRGB(20, 30, 40),
  148. Color3.fromRGB(25, 65, 45),
  149. Color3.fromRGB(255, 255, 255),
  150. Color3.fromRGB(245, 245, 255),
  151. Color3.fromRGB(155, 155, 255)
  152. }
  153. local Theme_Dark = {
  154. Color3.fromRGB(25, 25, 25), --Top bar
  155. Color3.fromRGB(10, 10, 10), --Background
  156. Color3.fromRGB(40, 40, 40), --Border color
  157. Color3.fromRGB(35, 35, 35), --Button background
  158. Color3.fromRGB(20, 20, 20), --Unused
  159. Color3.fromRGB(25, 100, 45), --Button highlight
  160. Color3.fromRGB(255, 255, 255),--Text title
  161. Color3.fromRGB(245, 245, 255),--Text generic
  162. Color3.fromRGB(155, 155, 255) --Text highlight
  163. }
  164. local Theme_Steel = {
  165. Color3.fromRGB(25, 25, 35), --Top bar
  166. Color3.fromRGB(10, 10, 20), --Background
  167. Color3.fromRGB(40, 40, 50), --Border color
  168. Color3.fromRGB(35, 35, 45), --Button background
  169. Color3.fromRGB(20, 20, 25), --Unused
  170. Color3.fromRGB(25, 100, 55), --Button highlight
  171. Color3.fromRGB(255, 255, 255),--Text title
  172. Color3.fromRGB(245, 245, 255),--Text generic
  173. Color3.fromRGB(155, 155, 255) --Text highlight
  174. }
  175. local Theme_Rust = {
  176. Color3.fromRGB(45, 25, 25),
  177. Color3.fromRGB(30, 10, 10),
  178. Color3.fromRGB(60, 40, 40),
  179. Color3.fromRGB(55, 35, 35),
  180. Color3.fromRGB(40, 20, 20),
  181. Color3.fromRGB(45, 100, 45),
  182. Color3.fromRGB(255, 255, 255),
  183. Color3.fromRGB(255, 245, 255),
  184. Color3.fromRGB(175, 155, 255)
  185. }
  186. local Theme_Violet = {
  187. Color3.fromRGB(35, 25, 45), --Top bar
  188. Color3.fromRGB(20, 10, 30), --Background
  189. Color3.fromRGB(50, 40, 60), --Border color
  190. Color3.fromRGB(45, 35, 55), --Button background
  191. Color3.fromRGB(30, 20, 40), --Unused
  192. Color3.fromRGB(35, 100, 65), --Button highlight
  193. Color3.fromRGB(255, 255, 255),--Text title
  194. Color3.fromRGB(245, 245, 255),--Text generic
  195. Color3.fromRGB(155, 155, 255) --Text highlight
  196. }
  197. local Theme_Space = {
  198. Color3.fromRGB(10, 10, 10), --Top bar
  199. Color3.fromRGB(0, 0, 0), --Background
  200. Color3.fromRGB(20, 20, 20), --Border color
  201. Color3.fromRGB(15, 15, 15), --Button background
  202. Color3.fromRGB(5, 5, 5), --Unused
  203. Color3.fromRGB(20, 25, 50), --Button highlight
  204. Color3.fromRGB(255, 255, 255),--Text title
  205. Color3.fromRGB(245, 245, 255),--Text generic
  206. Color3.fromRGB(155, 155, 255) --Text highlight
  207. }
  208. local Theme_SynX = {
  209. Color3.fromRGB(75, 75, 75), --Top bar
  210. Color3.fromRGB(45, 45, 45), --Background
  211. Color3.fromRGB(45, 45, 45), --Border color
  212. Color3.fromRGB(75, 75, 75), --Button background
  213. Color3.fromRGB(0, 0, 5), --Unused
  214. Color3.fromRGB(150, 75, 20), --Button highlight
  215. Color3.fromRGB(255, 255, 255),--Text title
  216. Color3.fromRGB(245, 245, 255),--Text generic
  217. Color3.fromRGB(155, 155, 255) --Text highlight
  218. }
  219.  
  220.  
  221. local SelectedTheme = math.random(1,6)
  222. if SelectedTheme == 1 then
  223. SelectedTheme = Theme_Steel
  224. elseif SelectedTheme == 2 then
  225. SelectedTheme = Theme_Dark
  226. elseif SelectedTheme == 3 then
  227. SelectedTheme = Theme_Rust
  228. elseif SelectedTheme == 4 then
  229. SelectedTheme = Theme_Violet
  230. elseif SelectedTheme == 5 then
  231. SelectedTheme = Theme_Space
  232. elseif SelectedTheme == 6 then
  233. if syn then
  234. SelectedTheme = Theme_SynX
  235. else
  236. SelectedTheme = Theme_JeffStandard
  237. end
  238. end
  239.  
  240.  
  241. --[[instances:]]--
  242. local ScreenGui = Instance.new("ScreenGui")
  243. local TitleBar = Instance.new("Frame")
  244. local Shadow = Instance.new("Frame")
  245. local Menu = Instance.new("ScrollingFrame")
  246.  
  247. local TitleText = Instance.new("TextLabel")
  248. local TitleTextShadow = Instance.new("TextLabel")
  249. local CreditText = Instance.new("TextLabel")
  250. local SuggestionText = Instance.new("TextLabel")
  251.  
  252. local SpeedBox = Instance.new("TextBox")
  253. local Hotkey = Instance.new("TextBox")
  254.  
  255. local SpeedUp = Instance.new("TextButton")
  256. local SpeedDown = Instance.new("TextButton")
  257. local ToggleFling = Instance.new("TextButton")
  258. local ToggleServerKill = Instance.new("TextButton")
  259. local NoVertGain = Instance.new("TextButton")
  260. local Respawn = Instance.new("TextButton")
  261. local CloseButton = Instance.new("TextButton")
  262.  
  263. --local BodyThrust = Instance.new("BodyThrust")
  264.  
  265. ScreenGui.Name = "JeffFling"
  266. ScreenGui.Parent = game.CoreGui
  267. ScreenGui.Enabled = true
  268.  
  269. TitleBar.Name = "Title Bar"
  270. TitleBar.Parent = ScreenGui
  271. TitleBar.BackgroundColor3 = SelectedTheme[1]
  272. TitleBar.BorderColor3 = SelectedTheme[3]
  273. TitleBar.Position = UDim2.new(-0.3, 0, 0.7, 0)
  274. TitleBar.Size = UDim2.new(0, 400, 0, 250)
  275. TitleBar.Draggable = true
  276. TitleBar.Active = true
  277. TitleBar.Selectable = true
  278. TitleBar.ZIndex = 100
  279.  
  280. Shadow.Name = "Shadow"
  281. Shadow.Parent = TitleBar
  282. Shadow.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  283. Shadow.BackgroundTransparency = 0.5
  284. Shadow.BorderSizePixel = 0
  285. Shadow.Position = UDim2.new(0, 5, 0, 5)
  286. Shadow.Size = TitleBar.Size
  287. Shadow.ZIndex = 50
  288.  
  289. Menu.Name = "Menu"
  290. Menu.Parent = TitleBar
  291. Menu.BackgroundColor3 = SelectedTheme[2]
  292. Menu.BorderColor3 = SelectedTheme[3]
  293. Menu.AnchorPoint = Vector2.new(0,0)
  294. Menu.Position = UDim2.new(0, 0, 0, 50)
  295. Menu.Size = UDim2.new(0, 400, 0, 200)
  296. Menu.CanvasSize = UDim2.new(0, TitleBar.Size.X, 0, 325)
  297. Menu.ScrollBarImageTransparency = 0.5
  298. Menu.ZIndex = 200
  299.  
  300. TitleText.Name = "Title Text"
  301. TitleText.Parent = TitleBar
  302. TitleText.AnchorPoint = Vector2.new(0, 0)
  303. TitleText.Position = UDim2.new(0, 100, 0, 25)
  304. TitleText.Font = font
  305. TitleText.Text = "Fling GUI by VXPLOITS!!! 🗣️🔥😈"..version
  306. TitleText.TextColor3 = SelectedTheme[8]
  307. TitleText.TextSize = 28
  308. TitleText.ZIndex = 300
  309. TitleText.BackgroundTransparency = 1
  310.  
  311. TitleTextShadow.Name = "Shadow"
  312. TitleTextShadow.Parent = TitleText
  313. TitleTextShadow.Font = font
  314. TitleTextShadow.Text = "Fling GUI "..version
  315. TitleTextShadow.TextSize = 28
  316. TitleTextShadow.TextColor3 = Color3.fromRGB(0, 0, 0)
  317. TitleTextShadow.TextTransparency = 0.5
  318. TitleTextShadow.Position = UDim2.new(0, 5, 0, 5)
  319. TitleTextShadow.ZIndex = 250
  320. TitleTextShadow.BackgroundTransparency = 1
  321.  
  322. SuggestionText.Name = "Suggestion Text"
  323. SuggestionText.Parent = Menu
  324. SuggestionText.Position = UDim2.new(0, 20, 0, 250)
  325. SuggestionText.Font = font
  326. SuggestionText.Text = "e"
  327. SuggestionText.TextColor3 = SelectedTheme[7]
  328. SuggestionText.TextSize = 24
  329. SuggestionText.TextXAlignment = Enum.TextXAlignment.Left
  330. SuggestionText.ZIndex = 300
  331. SuggestionText.BackgroundTransparency = 1
  332.  
  333. CreditText.Name = "Credit Text"
  334. CreditText.Parent = Menu
  335. CreditText.Position = UDim2.new(0, 20, 0, 300)
  336. CreditText.Font = font
  337. CreditText.Text = "Made by VXPLOIT"
  338. CreditText.TextColor3 = SelectedTheme[7]
  339. CreditText.TextSize = 20
  340. CreditText.TextXAlignment = Enum.TextXAlignment.Left
  341. CreditText.ZIndex = 300
  342. CreditText.BackgroundTransparency = 1
  343.  
  344. SpeedBox.Name = "Speed setting"
  345. SpeedBox.Parent = Menu
  346. SpeedBox.BackgroundColor3 = SelectedTheme[4]
  347. SpeedBox.BorderColor3 = SelectedTheme[3]
  348. SpeedBox.TextColor3 = SelectedTheme[7]
  349. SpeedBox.Position = UDim2.new(AxisPositionX[1], 0, 0, AxisPositionY[1])
  350. SpeedBox.Size = UDim2.new(0, 100, 0, 25)
  351. SpeedBox.Font = Enum.Font.FredokaOne
  352. SpeedBox.Text = "Speed: "..Fling[3]
  353. SpeedBox.PlaceholderText = "Enter custom speed"
  354. SpeedBox.TextScaled = true
  355. SpeedBox.ZIndex = 300
  356.  
  357. Hotkey.Name = "Custom Hotkey"
  358. Hotkey.Parent = Menu
  359. Hotkey.BackgroundColor3 = SelectedTheme[4]
  360. Hotkey.BorderColor3 = SelectedTheme[3]
  361. Hotkey.TextColor3 = SelectedTheme[7]
  362. Hotkey.Position = UDim2.new(AxisPositionX[2], 0, 0, AxisPositionY[3])
  363. Hotkey.Size = UDim2.new(0, 100, 0, 25)
  364. Hotkey.Font = Enum.Font.FredokaOne
  365. Hotkey.Text = "Enter new hotkey"
  366. Hotkey.PlaceholderText = "Enter new hotkey"
  367. Hotkey.TextScaled = true
  368. Hotkey.ZIndex = 300
  369.  
  370. SpeedUp.Name = "Speed Up"
  371. SpeedUp.Parent = Menu
  372. SpeedUp.BackgroundColor3 = SelectedTheme[4]
  373. SpeedUp.BorderColor3 = SelectedTheme[3]
  374. SpeedUp.TextColor3 = SelectedTheme[7]
  375. SpeedUp.Position = UDim2.new((AxisPositionX[2]), 0, 0, (AxisPositionY[1]))
  376. SpeedUp.Size = UDim2.new(0, 100, 0, 25)
  377. SpeedUp.Font = Enum.Font.FredokaOne
  378. SpeedUp.Text = "↑ Increase speed"
  379. SpeedUp.TextScaled = true
  380. SpeedUp.ZIndex = 300
  381.  
  382. SpeedDown.Name = "Speed Down"
  383. SpeedDown.Parent = Menu
  384. SpeedDown.BackgroundColor3 = SelectedTheme[4]
  385. SpeedDown.BorderColor3 = SelectedTheme[3]
  386. SpeedDown.TextColor3 = SelectedTheme[7]
  387. SpeedDown.Position = UDim2.new((AxisPositionX[3]), 0, 0, (AxisPositionY[1]))
  388. SpeedDown.Size = UDim2.new(0, 100, 0, 25)
  389. SpeedDown.Font = Enum.Font.FredokaOne
  390. SpeedDown.Text = "↓ - Decrease speed"
  391. SpeedDown.TextScaled = true
  392. SpeedDown.ZIndex = 300
  393.  
  394. ToggleFling.Name = "Fling toggle"
  395. ToggleFling.Parent = Menu
  396. ToggleFling.BackgroundColor3 = SelectedTheme[4]
  397. ToggleFling.BorderColor3 = SelectedTheme[3]
  398. ToggleFling.TextColor3 = SelectedTheme[7]
  399. ToggleFling.Position = UDim2.new((AxisPositionX[1]), 0, 0, (AxisPositionY[2]))
  400. ToggleFling.Size = UDim2.new(0, 100, 0, 25)
  401. ToggleFling.Font = Enum.Font.FredokaOne
  402. ToggleFling.Text = "Toggle fling [Enabling will fling SB.]"
  403. ToggleFling.TextScaled = true
  404. ToggleFling.ZIndex = 300
  405.  
  406. Respawn.Name = "Respawn"
  407. Respawn.Parent = Menu
  408. Respawn.BackgroundColor3 = SelectedTheme[4]
  409. Respawn.BorderColor3 = SelectedTheme[3]
  410. Respawn.TextColor3 = SelectedTheme[7]
  411. Respawn.Position = UDim2.new((AxisPositionX[1]), 0, 0, (AxisPositionY[3]))
  412. Respawn.Size = UDim2.new(0, 100, 0, 25)
  413. Respawn.Font = Enum.Font.FredokaOne
  414. Respawn.Text = "Fix player"
  415. Respawn.TextScaled = true
  416. Respawn.ZIndex = 300
  417.  
  418. NoVertGain.Name = "NoVertGain"
  419. NoVertGain.Parent = Menu
  420. NoVertGain.BackgroundColor3 = SelectedTheme[4]
  421. NoVertGain.BorderColor3 = SelectedTheme[3]
  422. NoVertGain.TextColor3 = SelectedTheme[7]
  423. NoVertGain.Position = UDim2.new((AxisPositionX[2]), 0, 0, (AxisPositionY[2]))
  424. NoVertGain.Size = UDim2.new(0, 100, 0, 25)
  425. NoVertGain.Font = Enum.Font.FredokaOne
  426. NoVertGain.Text = "Soften vertical fling"
  427. NoVertGain.TextScaled = true
  428. NoVertGain.ZIndex = 300
  429.  
  430. ToggleServerKill.Name = ""
  431. ToggleServerKill.Parent = Menu
  432. ToggleServerKill.BackgroundColor3 = SelectedTheme[4]
  433. ToggleServerKill.BorderColor3 = SelectedTheme[3]
  434. ToggleServerKill.TextColor3 = SelectedTheme[7]
  435. ToggleServerKill.Position = UDim2.new((AxisPositionX[3]), 0, 0, (AxisPositionY[2]))
  436. ToggleServerKill.Size = UDim2.new(0, 100, 0, 25)
  437. ToggleServerKill.Font = Enum.Font.FredokaOne
  438. ToggleServerKill.Text = "Kek server"
  439. ToggleServerKill.TextScaled = true
  440. ToggleServerKill.ZIndex = 300
  441.  
  442. CloseButton.Name = "Close Button"
  443. CloseButton.AnchorPoint = Vector2.new(1, 0)
  444. CloseButton.Parent = TitleBar
  445. CloseButton.BackgroundColor3 = SelectedTheme[4]
  446. CloseButton.BorderColor3 = SelectedTheme[3]
  447. CloseButton.TextColor3 = SelectedTheme[7]
  448. CloseButton.Position = UDim2.new(1, 0, 0, 0)
  449. CloseButton.Size = UDim2.new(0, 25, 0, 25)
  450. CloseButton.Font = Enum.Font.FredokaOne
  451. CloseButton.Text = "X"
  452. CloseButton.ZIndex = 300
  453. CloseButton.TextSize = 14
  454.  
  455. --BodyThrust.Name = "Power"
  456. --BodyThrust.Parent = plr.Character.Torso
  457. --BodyThrust.Force = Vector3.new(0, 0, 0)
  458. --BodyThrust.Location = Vector3.new(0, 0, 0)
  459.  
  460. --[[functions:]]--
  461. local function DisplayText(title, text, duration)
  462. duration = duration or 1
  463. game.StarterGui:SetCore("SendNotification",
  464. {
  465. Title = title;
  466. Text = text;
  467. Icon = "";
  468. Duration = duration;
  469. }
  470. )
  471. end
  472.  
  473. local function DisplaySuggestion()
  474. for i,v in pairs(Suggestions) do
  475. if v >= 9999 and v == game.PlaceId then
  476. DisplayText("Detected current game!","Suggested speed: "..Suggestions[i+1].." - "..Suggestions[i+2])
  477. SuggestionText.Text = "Suggested speed: "..Suggestions[i+1].." - "..Suggestions[i+2]
  478. end
  479. end
  480. if SuggestionText.Text == "e" then
  481. SuggestionText.Text = "No suggestion for this game"
  482. end
  483. end
  484.  
  485.  
  486. local function GetRigType()
  487.  
  488. if plr.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  489. return Enum.HumanoidRigType.R15
  490. elseif plr.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  491. return Enum.HumanoidRigType.R6
  492. else
  493. return nil
  494. end
  495. end
  496.  
  497. local function GetDeadState(player)
  498. if player.Character.Humanoid:GetState() == Enum.HumanoidStateType.Dead then
  499. return true
  500. else
  501. return false
  502. end
  503. end
  504.  
  505.  
  506. local function EnableNoClip()
  507.  
  508. if GetDeadState(plr) == false then
  509. if GetRigType() == Enum.HumanoidRigType.R6 then
  510. plr.Character:FindFirstChild("Torso").CanCollide = false
  511. plr.Character:FindFirstChild("Head").CanCollide = false
  512. plr.Character:FindFirstChild("HumanoidRootPart").CanCollide = false
  513. elseif GetRigType() == Enum.HumanoidRigType.R15 then
  514. plr.Character:FindFirstChild("UpperTorso").CanCollide = false
  515. plr.Character:FindFirstChild("LowerTorso").CanCollide = false
  516. plr.Character:FindFirstChild("Head").CanCollide = false
  517. plr.Character:FindFirstChild("HumanoidRootPart").CanCollide = false
  518. end
  519. end
  520. end
  521.  
  522. local function DisableNoClip()
  523.  
  524. if GetDeadState(plr) == false then
  525. if GetRigType() == Enum.HumanoidRigType.R6 then
  526. plr.Character:FindFirstChild("Torso").CanCollide = true
  527. plr.Character:FindFirstChild("Head").CanCollide = true
  528. plr.Character:FindFirstChild("HumanoidRootPart").CanCollide = true
  529. elseif GetRigType() == Enum.HumanoidRigType.R15 then
  530. plr.Character:FindFirstChild("UpperTorso").CanCollide = true
  531. plr.Character:FindFirstChild("LowerTorso").CanCollide = true
  532. plr.Character:FindFirstChild("Head").CanCollide = true
  533. plr.Character:FindFirstChild("HumanoidRootPart").CanCollide = true
  534. end
  535. end
  536. end
  537.  
  538. local function OpenObject(object)
  539. local OpenAnim = TweenService:Create(
  540. object,
  541. TweenInfo.new(0.25, Enum.EasingStyle.Exponential, Enum.EasingDirection.Out), --Enum.EasingStyle.Linear, Enum.EasingDirection.In
  542. {Size = UDim2.new(0, 110, 0, 35), BackgroundColor3 = SelectedTheme[6] }
  543. )
  544.  
  545. OpenAnim:Play()
  546. end
  547.  
  548. local function CloseObject(object)
  549. local CloseAnim = TweenService:Create(
  550. object,
  551. TweenInfo.new(0.25, Enum.EasingStyle.Exponential, Enum.EasingDirection.Out),
  552. {Size = UDim2.new(0, 100, 0, 25), BackgroundColor3 = SelectedTheme[4] }
  553. )
  554.  
  555. CloseAnim:Play()
  556. end
  557.  
  558.  
  559. local function TToggleFling()
  560. Fling[1] = not Fling[1]
  561. if Fling[1] then
  562. OpenObject(ToggleFling)
  563.  
  564. BodyThrust = Instance.new("BodyThrust")
  565. if GetRigType() == Enum.HumanoidRigType.R6 then
  566. BodyThrust.Parent = plr.Character.Torso
  567. elseif GetRigType() == Enum.HumanoidRigType.R15 then
  568. BodyThrust.Parent = plr.Character.UpperTorso
  569. end
  570.  
  571. EnableNoClip()
  572. BodyThrust.Force = Vector3.new(Fling[3], 0, 0)
  573. BodyThrust.Location = Vector3.new(0, 0, Fling[3])
  574.  
  575.  
  576. print("Enabled fling")
  577. else
  578. CloseObject(ToggleFling)
  579.  
  580. DisableNoClip()
  581. for i, v in pairs(plr.Character:GetDescendants()) do
  582. if v:IsA("BasePart") then
  583. v.Velocity, v.RotVelocity = Vector3.new(0, 0, 0), Vector3.new(0, 0, 0)
  584. end
  585. end
  586. BodyThrust:Destroy()
  587.  
  588. print("Disabled fling")
  589.  
  590. end
  591. end
  592.  
  593. local function GetIfPlayerInGame(PlayerToFind)
  594. if PlayerService:FindFirstChild(PlayerToFind) then
  595. return true
  596. else
  597. return false
  598. end
  599. end
  600.  
  601. local function ServerKek()
  602. local TargetList = {}
  603. local index = 1
  604. local playercount = 0
  605.  
  606. if Fling[1] == true then
  607. TToggleFling()
  608. end
  609.  
  610. for i,v in pairs(PlayerService:GetPlayers()) do
  611. if v ~= plr then
  612. playercount = playercount + 1
  613. table.insert(TargetList, v)
  614. end
  615. end
  616.  
  617. for i,v in pairs(TargetList) do
  618. print(i,v.Name)
  619. end
  620.  
  621.  
  622. while Fling[4] do
  623. if index > playercount then
  624. CloseObject(ToggleServerKill)
  625. DisplayText("Disabled ServerKek","Finished")
  626. Fling[4] = false
  627. break
  628. else
  629. local InGame = GetIfPlayerInGame(TargetList[index].Name)
  630. local Dead = GetDeadState(TargetList[index])
  631. if InGame == true and Dead == false then
  632. plr.Character.HumanoidRootPart.CFrame = TargetList[index].Character.HumanoidRootPart.CFrame --tp to them
  633.  
  634. TToggleFling() --enable fling
  635.  
  636. for i = 0,2,1 do
  637. plr.Character.HumanoidRootPart.CFrame = TargetList[index].Character.HumanoidRootPart.CFrame
  638. wait(0.15)
  639. end
  640.  
  641. TToggleFling() --disable fling
  642.  
  643. wait(0.1) --wait until disabled
  644.  
  645. if plr.Character.Humanoid:GetState() == Enum.HumanoidStateType.Seated then --check if seated
  646. plr.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Running) --get out if you are
  647. end
  648.  
  649. index = index + 1 --go to next victim
  650.  
  651. if Fling[4] == false then
  652. break
  653. end
  654. else
  655. index = index + 1
  656. end
  657. end
  658. end
  659. end
  660.  
  661. --[[events:]]--
  662. CloseButton.MouseButton1Down:Connect(function()
  663. TitleBar:TweenPosition(UDim2.new(-0.3, 0, 0.7, 0), Enum.EasingDirection.In, Enum.EasingStyle.Back, 0.75)
  664. DisplayText("Goodbye!","")
  665. wait(0.8)
  666. ScreenGui.Enabled = false
  667. ScreenGui:Destroy()
  668. script:Destroy()
  669. end)
  670.  
  671. SpeedUp.MouseButton1Down:Connect(function()
  672. Fling[3] = Fling[3] + 50
  673. SpeedBox.Text = "Speed: "..Fling[3]
  674.  
  675. if Fling[1] then
  676. BodyThrust.Force = Vector3.new(Fling[3], 0, 0)
  677. BodyThrust.Location = Vector3.new(0, 0, Fling[3])
  678. end
  679. end)
  680.  
  681. SpeedDown.MouseButton1Down:Connect(function()
  682. Fling[3] = Fling[3] - 50
  683. SpeedBox.Text = "Speed: "..Fling[3]
  684.  
  685. if Fling[1] then
  686. BodyThrust.Force = Vector3.new(Fling[3], 0, 0)
  687. BodyThrust.Location = Vector3.new(0, 0, Fling[3])
  688. end
  689. end)
  690.  
  691. SpeedBox.FocusLost:Connect(function()
  692. Fling[3] = SpeedBox.Text:gsub("%D",""):sub(0,5)
  693. if Fling[3] ~= nil then
  694. SpeedBox.Text = "Speed: "..Fling[3]
  695. if Fling[1] then
  696. BodyThrust.Force = Vector3.new(Fling[3], 0, 0)
  697. BodyThrust.Location = Vector3.new(0, 0, Fling[3])
  698. end
  699. end
  700.  
  701. end)
  702.  
  703. Hotkey.FocusLost:Connect(function()
  704. Fling[2] = Hotkey.Text:split(" ")[1]:sub(1,1)
  705. if Fling[2] ~= nil then
  706. Hotkey.Text = "Hotkey: "..Fling[2]
  707. end
  708. end)
  709.  
  710.  
  711. ToggleFling.MouseButton1Down:Connect(function()
  712. TToggleFling()
  713. end)
  714.  
  715. Respawn.MouseButton1Down:Connect(function()
  716.  
  717. if Fling[1] then --disable fling if its enabled
  718. TToggleFling()
  719. end
  720.  
  721. wait(0.4) --wait for fling to stop
  722.  
  723. for i=0,10,1 do
  724. plr.Character.Humanoid:ChangeState(2) --make player recover from falling
  725. end
  726.  
  727. for i, v in pairs(plr.Character:GetDescendants()) do
  728. if v:IsA("BasePart") then
  729. v.Velocity, v.RotVelocity = Vector3.new(0, 0, 0), Vector3.new(0, 0, 0)
  730. end
  731. end
  732. end)
  733.  
  734. ToggleServerKill.MouseButton1Down:Connect(function()
  735. Fling[4] = not Fling[4]
  736. if Fling[4] then
  737. OpenObject(ToggleServerKill)
  738. DisplayText("Enabled ServerKek","")
  739. ServerKek()
  740. else
  741. CloseObject(ToggleServerKill)
  742. DisplayText("Disabled ServerKek","There might be a delay!")
  743. end
  744.  
  745. end)
  746.  
  747. NoVertGain.MouseButton1Down:Connect(function()
  748. Fling[5] = not Fling[5]
  749. if Fling[5] then
  750. OpenObject(NoVertGain)
  751. else
  752. CloseObject(NoVertGain)
  753. end
  754. end)
  755.  
  756. RunService.Stepped:Connect(function()
  757. if Fling[1] then
  758. EnableNoClip()
  759. elseif Fling[5] then
  760. for i, v in pairs(plr.Character:GetDescendants()) do
  761. if v:IsA("BasePart") then
  762. v.Velocity, v.RotVelocity = Vector3.new(0, 0, 0), Vector3.new(0, 0, 0)
  763. end
  764. end
  765. end
  766. end)
  767.  
  768. TitleBar.InputBegan:Connect(function(input)
  769. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  770. Dragging[1] = true
  771. Dragging[2] = input.Position
  772. Dragging[3] = TitleBar.Position
  773. end
  774. end)
  775.  
  776. TitleBar.InputEnded:Connect(function(input)
  777. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  778. Dragging[1] = false
  779. end
  780. end)
  781.  
  782. UserInputService.InputChanged:Connect(function(input)
  783. if input.UserInputType == Enum.UserInputType.MouseMovement then
  784. if Dragging[1] then
  785. local delta = input.Position - Dragging[2]
  786. TitleBar:TweenPosition(UDim2.new(Dragging[3].X.Scale, Dragging[3].X.Offset + delta.X, Dragging[3].Y.Scale, Dragging[3].Y.Offset + delta.Y), Enum.EasingDirection.Out, Enum.EasingStyle.Sine, 0.035)
  787. wait()
  788. end
  789. end
  790. end)
  791.  
  792. mouse.KeyDown:Connect(function(key)
  793. if key == Fling[2] then
  794. TToggleFling()
  795. end
  796. end)
  797.  
  798.  
  799. DisplaySuggestion()
  800. TitleBar:TweenPosition(UDim2.new(0.25, 0, 0.7, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Back, 0.75)
  801. DisplayText("Loaded Fling GUI "..version, "Made by topit", 3)
  802. return nil
  803. end,
  804. })
  805.  
  806. game.StarterGui:SetCore("SendNotification", {
  807. Title = "Join our discord!";
  808. Text = "https://discord.gg/Np72b8mC";
  809. Icon = "";
  810. Duration = "12";
  811. })
  812.  
  813. print("Game detected...")
  814. wait(2)
  815. print("MM2 detected...")
  816. wait(1)
  817. print("Device detected...")
  818. wait(2.5)
  819. print("Loading might take longer depends on your device")
  820. wait(4)
  821. print("JOIN OUR DISCORD https://discord.gg/Np72b8m")
  822. wait(2)
  823. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  824. wait(45)
  825. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  826. wait(45)
  827. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  828. wait(45)
  829. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  830. wait(45)
  831. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  832. wait(45)
  833. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  834. wait(45)
  835. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  836. wait(45)
  837. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  838. wait(45)
  839. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  840. wait(45)
  841. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  842. wait(45)
  843. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  844. wait(45)
  845. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  846. wait(45)
  847. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  848. wait(45)
  849. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  850. wait(45)
  851. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  852. wait(45)
  853. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  854. wait(45)
  855. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  856. wait(45)
  857. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  858. wait(45)
  859. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  860. wait(45)
  861. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  862. wait(45)
  863. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  864. wait(45)
  865. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  866. wait(45)
  867. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  868. wait(45)
  869. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  870. wait(45)
  871. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  872. wait(45)
  873. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  874. wait(45)
  875. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  876. wait(45)
  877. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  878. wait(45)
  879. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  880. wait(45)
  881. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  882. wait(45)
  883. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  884. wait(45)
  885. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  886. wait(45)
  887. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  888. wait(45)
  889. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  890. wait(45)
  891. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  892. wait(45)
  893. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  894. wait(45)
  895. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  896. wait(45)
  897. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  898. wait(45)
  899. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  900. wait(45)
  901. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  902. wait(45)
  903. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  904. wait(45)
  905. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  906. wait(45)
  907. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  908. wait(45)
  909. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  910. wait(45)
  911. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  912. wait(45)
  913. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  914. wait(45)
  915. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  916. wait(45)
  917. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  918. wait(45)
  919. print("VXPLOIT TOOK OVER TO GET COOOL SCRIPTS JOIN THE VXPLOIT COMMUNITY FOR EXAMPLE -> https://discord.gg/Np72b8m")
  920. wait(45)
  921. print("DONE PRINTING :C")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement