Advertisement
RoSPLOITkrnl

Ultra Fling Roblox [FE]

Dec 3rd, 2021
5,768
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.22 KB | None | 1 0
  1. print("Hello you got this script from Rosploit's Video")
  2. local ultimateFling = Instance.new("ScreenGui")
  3. local drag = Instance.new("Frame")
  4. local UICorner = Instance.new("UICorner")
  5. local windowNameFrame = Instance.new("Frame")
  6. local UICorner_2 = Instance.new("UICorner")
  7. local windowNameLabel = Instance.new("TextLabel")
  8. local closeButton = Instance.new("TextButton")
  9. local mainFrame = Instance.new("Frame")
  10. local UICorner_3 = Instance.new("UICorner")
  11. local buttonsFrame = Instance.new("Frame")
  12. local toggleButton = Instance.new("TextButton")
  13. local UICorner_4 = Instance.new("UICorner")
  14. local rotSpeedLabel = Instance.new("TextLabel")
  15. local UICorner_5 = Instance.new("UICorner")
  16. local rotSpeedTextbox = Instance.new("TextBox")
  17. local flySpeedLabel = Instance.new("TextLabel")
  18. local UICorner_6 = Instance.new("UICorner")
  19. local flySpeedTextbox = Instance.new("TextBox")
  20. local UICorner_7 = Instance.new("UICorner")
  21. local notificationsFrame = Instance.new("Frame")
  22. local UIListLayout = Instance.new("UIListLayout")
  23. local notificationTemplate = Instance.new("TextLabel")
  24. local teleportersFrame = Instance.new("Frame")
  25. local teleportingLabel = Instance.new("TextLabel")
  26. local UICorner_8 = Instance.new("UICorner")
  27. local tpingTextbox = Instance.new("TextBox")
  28.  
  29. ultimateFling.Name = "ultimateFling"
  30. ultimateFling.Parent = game:GetService("CoreGui")
  31. ultimateFling.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32. ultimateFling.ResetOnSpawn = false
  33.  
  34. drag.Name = "drag"
  35. drag.Parent = ultimateFling
  36. drag.Active = true
  37. drag.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. drag.BackgroundTransparency = 1.000
  39. drag.Draggable = true
  40. drag.Position = UDim2.new(0.5, -150, 0.5, -67)
  41. drag.Selectable = true
  42. drag.Size = UDim2.new(0, 300, 0, 135)
  43.  
  44. UICorner.Parent = drag
  45.  
  46. windowNameFrame.Name = "windowNameFrame"
  47. windowNameFrame.Parent = drag
  48. windowNameFrame.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  49. windowNameFrame.Size = UDim2.new(1, 0, 0, 30)
  50.  
  51. UICorner_2.Parent = windowNameFrame
  52.  
  53. windowNameLabel.Name = "windowNameLabel"
  54. windowNameLabel.Parent = windowNameFrame
  55. windowNameLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. windowNameLabel.BackgroundTransparency = 1.000
  57. windowNameLabel.BorderSizePixel = 0
  58. windowNameLabel.Size = UDim2.new(1, 0, 0, 20)
  59. windowNameLabel.Font = Enum.Font.SourceSans
  60. windowNameLabel.Text = "Ultimate Fling"
  61. windowNameLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  62. windowNameLabel.TextSize = 20.000
  63.  
  64. closeButton.Name = "closeButton"
  65. closeButton.Parent = windowNameLabel
  66. closeButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. closeButton.BackgroundTransparency = 1.000
  68. closeButton.BorderSizePixel = 0
  69. closeButton.Position = UDim2.new(1, -20, 0, 0)
  70. closeButton.Size = UDim2.new(0, 20, 0, 20)
  71. closeButton.Font = Enum.Font.SourceSans
  72. closeButton.Text = "X"
  73. closeButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  74. closeButton.TextSize = 20.000
  75.  
  76. mainFrame.Name = "mainFrame"
  77. mainFrame.Parent = drag
  78. mainFrame.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
  79. mainFrame.Position = UDim2.new(0, 0, 0, 20)
  80. mainFrame.Size = UDim2.new(1, 0, 1, -20)
  81.  
  82. UICorner_3.Parent = mainFrame
  83.  
  84. buttonsFrame.Name = "buttonsFrame"
  85. buttonsFrame.Parent = mainFrame
  86. buttonsFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  87. buttonsFrame.BackgroundTransparency = 0.500
  88. buttonsFrame.Size = UDim2.new(0, 110, 1, 0)
  89.  
  90. toggleButton.Name = "toggleButton"
  91. toggleButton.Parent = buttonsFrame
  92. toggleButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  93. toggleButton.BackgroundTransparency = 0.800
  94. toggleButton.BorderSizePixel = 0
  95. toggleButton.Position = UDim2.new(0, 5, 0, 5)
  96. toggleButton.Size = UDim2.new(0, 100, 0, 25)
  97. toggleButton.Font = Enum.Font.SourceSans
  98. toggleButton.Text = "Start fling"
  99. toggleButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. toggleButton.TextSize = 20.000
  101.  
  102. UICorner_4.Parent = toggleButton
  103.  
  104. rotSpeedLabel.Name = "rotSpeedLabel"
  105. rotSpeedLabel.Parent = buttonsFrame
  106. rotSpeedLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. rotSpeedLabel.BackgroundTransparency = 0.800
  108. rotSpeedLabel.Position = UDim2.new(0, 5, 0, 35)
  109. rotSpeedLabel.Size = UDim2.new(0, 100, 0, 35)
  110. rotSpeedLabel.Font = Enum.Font.SourceSans
  111. rotSpeedLabel.Text = "RotSpeed"
  112. rotSpeedLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  113. rotSpeedLabel.TextSize = 14.000
  114. rotSpeedLabel.TextYAlignment = Enum.TextYAlignment.Top
  115.  
  116. UICorner_5.Parent = rotSpeedLabel
  117.  
  118. rotSpeedTextbox.Name = "rotSpeedTextbox"
  119. rotSpeedTextbox.Parent = rotSpeedLabel
  120. rotSpeedTextbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  121. rotSpeedTextbox.BackgroundTransparency = 1.000
  122. rotSpeedTextbox.Position = UDim2.new(0, 0, 0, 13)
  123. rotSpeedTextbox.Size = UDim2.new(1, 0, 1, -13)
  124. rotSpeedTextbox.ClearTextOnFocus = false
  125. rotSpeedTextbox.Font = Enum.Font.SourceSans
  126. rotSpeedTextbox.Text = "10000"
  127. rotSpeedTextbox.TextColor3 = Color3.fromRGB(0, 255, 0)
  128. rotSpeedTextbox.TextSize = 16.000
  129.  
  130. flySpeedLabel.Name = "flySpeedLabel"
  131. flySpeedLabel.Parent = buttonsFrame
  132. flySpeedLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  133. flySpeedLabel.BackgroundTransparency = 0.800
  134. flySpeedLabel.Position = UDim2.new(0, 5, 0, 75)
  135. flySpeedLabel.Size = UDim2.new(0, 100, 0, 35)
  136. flySpeedLabel.Font = Enum.Font.SourceSans
  137. flySpeedLabel.Text = "FlySpeed"
  138. flySpeedLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  139. flySpeedLabel.TextSize = 14.000
  140. flySpeedLabel.TextYAlignment = Enum.TextYAlignment.Top
  141.  
  142. UICorner_6.Parent = flySpeedLabel
  143.  
  144. flySpeedTextbox.Name = "flySpeedTextbox"
  145. flySpeedTextbox.Parent = flySpeedLabel
  146. flySpeedTextbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  147. flySpeedTextbox.BackgroundTransparency = 1.000
  148. flySpeedTextbox.Position = UDim2.new(0, 0, 0, 13)
  149. flySpeedTextbox.Size = UDim2.new(1, 0, 1, -13)
  150. flySpeedTextbox.ClearTextOnFocus = false
  151. flySpeedTextbox.Font = Enum.Font.SourceSans
  152. flySpeedTextbox.Text = "1"
  153. flySpeedTextbox.TextColor3 = Color3.fromRGB(0, 255, 0)
  154. flySpeedTextbox.TextSize = 16.000
  155.  
  156. UICorner_7.Parent = buttonsFrame
  157.  
  158. notificationsFrame.Name = "notificationsFrame"
  159. notificationsFrame.Parent = mainFrame
  160. notificationsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  161. notificationsFrame.BackgroundTransparency = 1.000
  162. notificationsFrame.ClipsDescendants = true
  163. notificationsFrame.Position = UDim2.new(0, 110, 0, 45)
  164. notificationsFrame.Size = UDim2.new(1, -110, 1, -45)
  165.  
  166. UIListLayout.Parent = notificationsFrame
  167. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  168. UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Bottom
  169.  
  170. notificationTemplate.Name = "notificationTemplate"
  171. notificationTemplate.Parent = notificationsFrame
  172. notificationTemplate.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  173. notificationTemplate.BackgroundTransparency = 1.000
  174. notificationTemplate.ClipsDescendants = true
  175. notificationTemplate.Size = UDim2.new(1, 0, 0, 20)
  176. notificationTemplate.Visible = false
  177. notificationTemplate.Font = Enum.Font.SourceSans
  178. notificationTemplate.Text = ""
  179. notificationTemplate.TextColor3 = Color3.fromRGB(255, 255, 255)
  180. notificationTemplate.TextSize = 19.000
  181. notificationTemplate.TextWrapped = true
  182.  
  183. teleportersFrame.Name = "teleportersFrame"
  184. teleportersFrame.Parent = mainFrame
  185. teleportersFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  186. teleportersFrame.BackgroundTransparency = 1.000
  187. teleportersFrame.ClipsDescendants = true
  188. teleportersFrame.Position = UDim2.new(0, 110, 0, 0)
  189. teleportersFrame.Size = UDim2.new(1, -110, 0, 45)
  190.  
  191. teleportingLabel.Name = "teleportingLabel"
  192. teleportingLabel.Parent = teleportersFrame
  193. teleportingLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  194. teleportingLabel.BackgroundTransparency = 0.800
  195. teleportingLabel.Position = UDim2.new(0, 5, 0, 5)
  196. teleportingLabel.Size = UDim2.new(1, -10, 1, -10)
  197. teleportingLabel.Font = Enum.Font.SourceSans
  198. teleportingLabel.Text = "tping to players delay (0 = disable)"
  199. teleportingLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  200. teleportingLabel.TextSize = 14.000
  201. teleportingLabel.TextYAlignment = Enum.TextYAlignment.Top
  202.  
  203. UICorner_8.Parent = teleportingLabel
  204.  
  205. tpingTextbox.Name = "tpingTextbox"
  206. tpingTextbox.Parent = teleportingLabel
  207. tpingTextbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  208. tpingTextbox.BackgroundTransparency = 1.000
  209. tpingTextbox.Position = UDim2.new(0, 0, 0, 13)
  210. tpingTextbox.Size = UDim2.new(1, 0, 1, -13)
  211. tpingTextbox.ClearTextOnFocus = false
  212. tpingTextbox.Font = Enum.Font.SourceSans
  213. tpingTextbox.Text = "0"
  214. tpingTextbox.TextColor3 = Color3.fromRGB(0, 255, 0)
  215. tpingTextbox.TextSize = 16.000
  216.  
  217. local function align(Part0, Part1)
  218. Part0.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  219. local att1 = Instance.new("Attachment")
  220. att1.Orientation = Vector3.new(0, 0, 0)
  221. att1.Position = Vector3.new(0, 0, 0)
  222. att1.Archivable = true
  223. local att0 = att1:Clone()
  224.  
  225. local ap = Instance.new("AlignPosition", att0)
  226. ap.ApplyAtCenterOfMass = true
  227. ap.MaxForce = 9e9
  228. ap.MaxVelocity = 9e9
  229. ap.ReactionForceEnabled = false
  230. ap.Responsiveness = 200
  231. ap.RigidityEnabled = false
  232.  
  233. ap.Attachment1 = att1
  234. ap.Attachment0 = att0
  235.  
  236. att1.Parent = Part1
  237. att0.Parent = Part0
  238. end
  239.  
  240. local rs = game:GetService("RunService")
  241.  
  242. local function notify(msg)
  243. spawn(function()
  244. local label = notificationTemplate:Clone()
  245. label.Text = msg
  246. label.Parent = notificationsFrame
  247. label.Size = UDim2.new(1, 0, 0, 0)
  248. label.Visible = true
  249. local siz = 0
  250. while rs.Stepped:Wait() and label and label.Parent and (siz < 20) do
  251. siz += 1
  252. label.Size = UDim2.new(1, 0, 0, siz)
  253. end
  254. if label and label.Parent then
  255. wait(15)
  256. while rs.Stepped:Wait() and label and label.Parent and (label.TextTransparency < 1) do
  257. label.TextTransparency += 0.1
  258. end
  259. if label and label.Parent then
  260. label:Destroy()
  261. end
  262. end
  263. end)
  264. end
  265.  
  266. local plrs = game:GetService("Players")
  267. local lp = plrs.LocalPlayer
  268. local mouse = lp:GetMouse()
  269. local ws = game:GetService("Workspace")
  270. local c = nil
  271.  
  272. local function resReq()
  273. local nm = Instance.new("Model")
  274. local nh = Instance.new("Humanoid", nm)
  275. nh.Health = 100
  276. lp.Character = nm
  277. nh.Health = 0
  278. nh:Destroy()
  279. nm:Destroy()
  280. end
  281.  
  282. local parts = {}
  283.  
  284. ws.DescendantRemoving:Connect(function(des)
  285. if table.find(parts, des) then
  286. local desn = des.Name
  287. wait()
  288. if c and c.Parent then
  289. notify("lost part: " .. desn)
  290. end
  291. end
  292. end)
  293.  
  294. toggleButton.MouseButton1Click:Connect(function()
  295. if c and c.Parent then
  296. resReq()
  297. lp.Character = c
  298. notify("attempting to respawn...")
  299. else
  300. notify("Loading...")
  301. c = lp.Character
  302. if not (c and c.Parent) then
  303. notify("error: character not found")
  304. return nil
  305. end
  306. local hum = c:FindFirstChildOfClass("Humanoid")
  307. if not (hum and hum.Parent) then
  308. notify("error: humanoid not found")
  309. return nil
  310. end
  311. if hum.Health == 0 then
  312. notify("error: humanoid health 0")
  313. return nil
  314. end
  315. resReq()
  316. lp.Character = c
  317. wait(5.1)
  318. if not (c and c.Parent) then
  319. notify("error: character removed")
  320. return nil
  321. end
  322. if not (hum and hum.Parent) then
  323. notify("error: humanoid removed")
  324. return nil
  325. end
  326. if hum.Health == 0 then
  327. notify("error: humanoid died")
  328. return nil
  329. end
  330. c:BreakJoints()
  331. hum.Health = 0
  332. wait()
  333. if not (c and c.Parent) then
  334. notify("error: character removed")
  335. return nil
  336. end
  337. parts = {}
  338. for i, v in pairs(c:GetDescendants()) do
  339. if v and v.Parent and v:IsA("BasePart") then
  340. if v.CanCollide then
  341. table.insert(parts, v)
  342. else
  343. v.Velocity = Vector3.new(0, -1000, 0)
  344. end
  345. end
  346. end
  347. local hrp = Instance.new("Part", c)
  348. hrp.Name = "hrp"
  349. hrp.Anchored = true
  350. hrp.Transparency = 1
  351. pcall(function()
  352. hrp.CFrame = parts[1].CFrame
  353. end)
  354. ws.CurrentCamera.CameraSubject = hrp
  355. for i, v in pairs(parts) do
  356. if v and v.Parent then
  357. align(v, hrp)
  358. end
  359. end
  360. spawn(function()
  361. local currentp = nil
  362. spawn(function()
  363. while rs.Stepped:Wait() and c and c.Parent and hrp and hrp.Parent do
  364. if currentp and currentp.Parent then
  365. local c1 = currentp.Character
  366. if c1 and c1.Parent then
  367. local hed1 = c1:FindFirstChild("Head") or c1:FindFirstChild("Torso") or c1:FindFirstChild("HumanoidRootPart") or c1:FindFirstChildWhichIsA("BasePart")
  368. if hed1 then
  369. hrp.CFrame = hed1.CFrame
  370. end
  371. end
  372. end
  373. end
  374. end)
  375. while rs.Heartbeat:Wait() and c and c.Parent and hrp and hrp.Parent do
  376. local delay = tonumber(tpingTextbox.Text)
  377. if (not delay) or (delay < 0) then
  378. delay = 0
  379. end
  380. if delay == 0 then
  381. currentp = false
  382. else
  383. wait(delay)
  384. delay = tonumber(tpingTextbox.Text)
  385. if (not delay) or (delay < 0) then
  386. delay = 0
  387. end
  388. if c and c.Parent and hrp and hrp.Parent and (delay ~= 0) then
  389. local getp = plrs:GetPlayers()
  390. local i1 = false
  391. for i, v in pairs(getp) do
  392. if (v == currentp) and (v ~= lp) then
  393. i1 = i
  394. end
  395. end
  396. if (not i1) then
  397. i1 = 1
  398. end
  399. local function nextp()
  400. if i1 == #getp then
  401. i1 = 1
  402. else
  403. i1 += 1
  404. end
  405. currentp = getp[i1]
  406. end
  407. local c1 = nil
  408. while wait() and not (c1 and c1.Parent) do
  409. nextp()
  410. if currentp == lp then
  411. nextp()
  412. end
  413. c1 = currentp.Character
  414. end
  415. end
  416. end
  417. end
  418. end)
  419.  
  420. spawn(function()
  421. while c and c.Parent and rs.Heartbeat:Wait() do
  422. for i, v in pairs(parts) do
  423. if v and v.Parent then
  424. v.Velocity = Vector3.new(0, -25.05, 0)
  425. local s = tonumber(rotSpeedTextbox.Text)
  426. v.RotVelocity = Vector3.new(s, s, s)
  427. end
  428. end
  429. end
  430. end)
  431.  
  432. spawn(function()
  433. while rs.Stepped:Wait() and c and c.Parent do
  434. for i, v in pairs(parts) do
  435. if v and v.Parent then
  436. v.CanCollide = false
  437. end
  438. end
  439. end
  440. end)
  441.  
  442. spawn(function()
  443. local ctrlf = {
  444. ["w"] = false,
  445. ["a"] = false,
  446. ["s"] = false,
  447. ["d"] = false
  448. }
  449. mouse.KeyDown:Connect(function(key)
  450. key = key:lower()
  451. if ctrlf[key] ~= nil then
  452. ctrlf[key] = true
  453. end
  454. end)
  455. mouse.KeyUp:Connect(function(key)
  456. key = key:lower()
  457. if ctrlf[key] ~= nil then
  458. ctrlf[key] = false
  459. end
  460. end)
  461. while rs.RenderStepped:Wait() and c and c.Parent do
  462. if hrp and hrp.Parent then
  463. local flyspeed = tonumber(flySpeedTextbox.Text)
  464. local fb = ((ctrlf["w"] and flyspeed) or 0) + ((ctrlf["s"] and -flyspeed) or 0)
  465. local lr = ((ctrlf["a"] and -flyspeed) or 0) + ((ctrlf["d"] and flyspeed) or 0)
  466. local camcf = ws.CurrentCamera.CFrame
  467. local caX, caY, caZ, ca1, ca2, ca3, ca4, ca5, ca6, ca7, ca8, ca9 = camcf:GetComponents()
  468. local flycf = hrp.CFrame
  469. flycf = CFrame.new(flycf.X, flycf.Y, flycf.Z, ca1, ca2, ca3, ca4, ca5, ca6, ca7, ca8, ca9)
  470. flycf += camcf.lookVector * fb
  471. flycf += camcf.rightVector * lr
  472. hrp.CFrame = flycf
  473. end
  474. end
  475.  
  476. local c1 = lp.Character
  477. if c1 and c1.Parent then
  478. notify("respawned")
  479. end
  480.  
  481. if toggleButton and toggleButton.Parent then
  482. toggleButton.Text = "Start fling"
  483. end
  484. end)
  485.  
  486. if toggleButton and toggleButton.Parent then
  487. toggleButton.Text = "Respawn"
  488. end
  489.  
  490. notify("done")
  491. end
  492. end)
  493.  
  494. closeButton.MouseButton1Click:Connect(function()
  495. if c and c.Parent then
  496. resReq()
  497. end
  498. ultimateFling:Destroy()
  499. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement