Ultra Fling Roblox [FE] - Pastebin.com (2024)

  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. ultimateFling.Name = "ultimateFling"

  29. ultimateFling.Parent = game:GetService("CoreGui")

  30. ultimateFling.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  31. ultimateFling.ResetOnSpawn = false

  32. drag.Name = "drag"

  33. drag.Parent = ultimateFling

  34. drag.Active = true

  35. drag.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  36. drag.BackgroundTransparency = 1.000

  37. drag.Draggable = true

  38. drag.Position = UDim2.new(0.5, -150, 0.5, -67)

  39. drag.Selectable = true

  40. drag.Size = UDim2.new(0, 300, 0, 135)

  41. UICorner.Parent = drag

  42. windowNameFrame.Name = "windowNameFrame"

  43. windowNameFrame.Parent = drag

  44. windowNameFrame.BackgroundColor3 = Color3.fromRGB(64, 64, 64)

  45. windowNameFrame.Size = UDim2.new(1, 0, 0, 30)

  46. UICorner_2.Parent = windowNameFrame

  47. windowNameLabel.Name = "windowNameLabel"

  48. windowNameLabel.Parent = windowNameFrame

  49. windowNameLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  50. windowNameLabel.BackgroundTransparency = 1.000

  51. windowNameLabel.BorderSizePixel = 0

  52. windowNameLabel.Size = UDim2.new(1, 0, 0, 20)

  53. windowNameLabel.Font = Enum.Font.SourceSans

  54. windowNameLabel.Text = "Ultimate Fling"

  55. windowNameLabel.TextColor3 = Color3.fromRGB(255, 255, 255)

  56. windowNameLabel.TextSize = 20.000

  57. closeButton.Name = "closeButton"

  58. closeButton.Parent = windowNameLabel

  59. closeButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  60. closeButton.BackgroundTransparency = 1.000

  61. closeButton.BorderSizePixel = 0

  62. closeButton.Position = UDim2.new(1, -20, 0, 0)

  63. closeButton.Size = UDim2.new(0, 20, 0, 20)

  64. closeButton.Font = Enum.Font.SourceSans

  65. closeButton.Text = "X"

  66. closeButton.TextColor3 = Color3.fromRGB(255, 0, 0)

  67. closeButton.TextSize = 20.000

  68. mainFrame.Name = "mainFrame"

  69. mainFrame.Parent = drag

  70. mainFrame.BackgroundColor3 = Color3.fromRGB(32, 32, 32)

  71. mainFrame.Position = UDim2.new(0, 0, 0, 20)

  72. mainFrame.Size = UDim2.new(1, 0, 1, -20)

  73. UICorner_3.Parent = mainFrame

  74. buttonsFrame.Name = "buttonsFrame"

  75. buttonsFrame.Parent = mainFrame

  76. buttonsFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  77. buttonsFrame.BackgroundTransparency = 0.500

  78. buttonsFrame.Size = UDim2.new(0, 110, 1, 0)

  79. toggleButton.Name = "toggleButton"

  80. toggleButton.Parent = buttonsFrame

  81. toggleButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  82. toggleButton.BackgroundTransparency = 0.800

  83. toggleButton.BorderSizePixel = 0

  84. toggleButton.Position = UDim2.new(0, 5, 0, 5)

  85. toggleButton.Size = UDim2.new(0, 100, 0, 25)

  86. toggleButton.Font = Enum.Font.SourceSans

  87. toggleButton.Text = "Start fling"

  88. toggleButton.TextColor3 = Color3.fromRGB(255, 255, 255)

  89. toggleButton.TextSize = 20.000

  90. UICorner_4.Parent = toggleButton

  91. rotSpeedLabel.Name = "rotSpeedLabel"

  92. rotSpeedLabel.Parent = buttonsFrame

  93. rotSpeedLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  94. rotSpeedLabel.BackgroundTransparency = 0.800

  95. rotSpeedLabel.Position = UDim2.new(0, 5, 0, 35)

  96. rotSpeedLabel.Size = UDim2.new(0, 100, 0, 35)

  97. rotSpeedLabel.Font = Enum.Font.SourceSans

  98. rotSpeedLabel.Text = "RotSpeed"

  99. rotSpeedLabel.TextColor3 = Color3.fromRGB(255, 255, 255)

  100. rotSpeedLabel.TextSize = 14.000

  101. rotSpeedLabel.TextYAlignment = Enum.TextYAlignment.Top

  102. UICorner_5.Parent = rotSpeedLabel

  103. rotSpeedTextbox.Name = "rotSpeedTextbox"

  104. rotSpeedTextbox.Parent = rotSpeedLabel

  105. rotSpeedTextbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  106. rotSpeedTextbox.BackgroundTransparency = 1.000

  107. rotSpeedTextbox.Position = UDim2.new(0, 0, 0, 13)

  108. rotSpeedTextbox.Size = UDim2.new(1, 0, 1, -13)

  109. rotSpeedTextbox.ClearTextOnFocus = false

  110. rotSpeedTextbox.Font = Enum.Font.SourceSans

  111. rotSpeedTextbox.Text = "10000"

  112. rotSpeedTextbox.TextColor3 = Color3.fromRGB(0, 255, 0)

  113. rotSpeedTextbox.TextSize = 16.000

  114. flySpeedLabel.Name = "flySpeedLabel"

  115. flySpeedLabel.Parent = buttonsFrame

  116. flySpeedLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  117. flySpeedLabel.BackgroundTransparency = 0.800

  118. flySpeedLabel.Position = UDim2.new(0, 5, 0, 75)

  119. flySpeedLabel.Size = UDim2.new(0, 100, 0, 35)

  120. flySpeedLabel.Font = Enum.Font.SourceSans

  121. flySpeedLabel.Text = "FlySpeed"

  122. flySpeedLabel.TextColor3 = Color3.fromRGB(255, 255, 255)

  123. flySpeedLabel.TextSize = 14.000

  124. flySpeedLabel.TextYAlignment = Enum.TextYAlignment.Top

  125. UICorner_6.Parent = flySpeedLabel

  126. flySpeedTextbox.Name = "flySpeedTextbox"

  127. flySpeedTextbox.Parent = flySpeedLabel

  128. flySpeedTextbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  129. flySpeedTextbox.BackgroundTransparency = 1.000

  130. flySpeedTextbox.Position = UDim2.new(0, 0, 0, 13)

  131. flySpeedTextbox.Size = UDim2.new(1, 0, 1, -13)

  132. flySpeedTextbox.ClearTextOnFocus = false

  133. flySpeedTextbox.Font = Enum.Font.SourceSans

  134. flySpeedTextbox.Text = "1"

  135. flySpeedTextbox.TextColor3 = Color3.fromRGB(0, 255, 0)

  136. flySpeedTextbox.TextSize = 16.000

  137. UICorner_7.Parent = buttonsFrame

  138. notificationsFrame.Name = "notificationsFrame"

  139. notificationsFrame.Parent = mainFrame

  140. notificationsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  141. notificationsFrame.BackgroundTransparency = 1.000

  142. notificationsFrame.ClipsDescendants = true

  143. notificationsFrame.Position = UDim2.new(0, 110, 0, 45)

  144. notificationsFrame.Size = UDim2.new(1, -110, 1, -45)

  145. UIListLayout.Parent = notificationsFrame

  146. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder

  147. UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Bottom

  148. notificationTemplate.Name = "notificationTemplate"

  149. notificationTemplate.Parent = notificationsFrame

  150. notificationTemplate.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  151. notificationTemplate.BackgroundTransparency = 1.000

  152. notificationTemplate.ClipsDescendants = true

  153. notificationTemplate.Size = UDim2.new(1, 0, 0, 20)

  154. notificationTemplate.Visible = false

  155. notificationTemplate.Font = Enum.Font.SourceSans

  156. notificationTemplate.Text = ""

  157. notificationTemplate.TextColor3 = Color3.fromRGB(255, 255, 255)

  158. notificationTemplate.TextSize = 19.000

  159. notificationTemplate.TextWrapped = true

  160. teleportersFrame.Name = "teleportersFrame"

  161. teleportersFrame.Parent = mainFrame

  162. teleportersFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  163. teleportersFrame.BackgroundTransparency = 1.000

  164. teleportersFrame.ClipsDescendants = true

  165. teleportersFrame.Position = UDim2.new(0, 110, 0, 0)

  166. teleportersFrame.Size = UDim2.new(1, -110, 0, 45)

  167. teleportingLabel.Name = "teleportingLabel"

  168. teleportingLabel.Parent = teleportersFrame

  169. teleportingLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  170. teleportingLabel.BackgroundTransparency = 0.800

  171. teleportingLabel.Position = UDim2.new(0, 5, 0, 5)

  172. teleportingLabel.Size = UDim2.new(1, -10, 1, -10)

  173. teleportingLabel.Font = Enum.Font.SourceSans

  174. teleportingLabel.Text = "tping to players delay (0 = disable)"

  175. teleportingLabel.TextColor3 = Color3.fromRGB(255, 255, 255)

  176. teleportingLabel.TextSize = 14.000

  177. teleportingLabel.TextYAlignment = Enum.TextYAlignment.Top

  178. UICorner_8.Parent = teleportingLabel

  179. tpingTextbox.Name = "tpingTextbox"

  180. tpingTextbox.Parent = teleportingLabel

  181. tpingTextbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  182. tpingTextbox.BackgroundTransparency = 1.000

  183. tpingTextbox.Position = UDim2.new(0, 0, 0, 13)

  184. tpingTextbox.Size = UDim2.new(1, 0, 1, -13)

  185. tpingTextbox.ClearTextOnFocus = false

  186. tpingTextbox.Font = Enum.Font.SourceSans

  187. tpingTextbox.Text = "0"

  188. tpingTextbox.TextColor3 = Color3.fromRGB(0, 255, 0)

  189. tpingTextbox.TextSize = 16.000

  190. local function align(Part0, Part1)

  191. Part0.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)

  192. local att1 = Instance.new("Attachment")

  193. att1.Orientation = Vector3.new(0, 0, 0)

  194. att1.Position = Vector3.new(0, 0, 0)

  195. att1.Archivable = true

  196. local att0 = att1:Clone()

  197. local ap = Instance.new("AlignPosition", att0)

  198. ap.ApplyAtCenterOfMass = true

  199. ap.MaxForce = 9e9

  200. ap.MaxVelocity = 9e9

  201. ap.ReactionForceEnabled = false

  202. ap.Responsiveness = 200

  203. ap.RigidityEnabled = false

  204. ap.Attachment1 = att1

  205. ap.Attachment0 = att0

  206. att1.Parent = Part1

  207. att0.Parent = Part0

  208. end

  209. local rs = game:GetService("RunService")

  210. local function notify(msg)

  211. spawn(function()

  212. local label = notificationTemplate:Clone()

  213. label.Text = msg

  214. label.Parent = notificationsFrame

  215. label.Size = UDim2.new(1, 0, 0, 0)

  216. label.Visible = true

  217. local siz = 0

  218. while rs.Stepped:Wait() and label and label.Parent and (siz < 20) do

  219. siz += 1

  220. label.Size = UDim2.new(1, 0, 0, siz)

  221. end

  222. if label and label.Parent then

  223. wait(15)

  224. while rs.Stepped:Wait() and label and label.Parent and (label.TextTransparency < 1) do

  225. label.TextTransparency += 0.1

  226. end

  227. if label and label.Parent then

  228. label:Destroy()

  229. end

  230. end

  231. end)

  232. end

  233. local plrs = game:GetService("Players")

  234. local lp = plrs.LocalPlayer

  235. local mouse = lp:GetMouse()

  236. local ws = game:GetService("Workspace")

  237. local c = nil

  238. local function resReq()

  239. local nm = Instance.new("Model")

  240. local nh = Instance.new("Humanoid", nm)

  241. nh.Health = 100

  242. lp.Character = nm

  243. nh.Health = 0

  244. nh:Destroy()

  245. nm:Destroy()

  246. end

  247. local parts = {}

  248. ws.DescendantRemoving:Connect(function(des)

  249. if table.find(parts, des) then

  250. local desn = des.Name

  251. wait()

  252. if c and c.Parent then

  253. notify("lost part: " .. desn)

  254. end

  255. end

  256. end)

  257. toggleButton.MouseButton1Click:Connect(function()

  258. if c and c.Parent then

  259. resReq()

  260. lp.Character = c

  261. notify("attempting to respawn...")

  262. else

  263. notify("Loading...")

  264. c = lp.Character

  265. if not (c and c.Parent) then

  266. notify("error: character not found")

  267. return nil

  268. end

  269. local hum = c:FindFirstChildOfClass("Humanoid")

  270. if not (hum and hum.Parent) then

  271. notify("error: humanoid not found")

  272. return nil

  273. end

  274. if hum.Health == 0 then

  275. notify("error: humanoid health 0")

  276. return nil

  277. end

  278. resReq()

  279. lp.Character = c

  280. wait(5.1)

  281. if not (c and c.Parent) then

  282. notify("error: character removed")

  283. return nil

  284. end

  285. if not (hum and hum.Parent) then

  286. notify("error: humanoid removed")

  287. return nil

  288. end

  289. if hum.Health == 0 then

  290. notify("error: humanoid died")

  291. return nil

  292. end

  293. c:BreakJoints()

  294. hum.Health = 0

  295. wait()

  296. if not (c and c.Parent) then

  297. notify("error: character removed")

  298. return nil

  299. end

  300. parts = {}

  301. for i, v in pairs(c:GetDescendants()) do

  302. if v and v.Parent and v:IsA("BasePart") then

  303. if v.CanCollide then

  304. table.insert(parts, v)

  305. else

  306. v.Velocity = Vector3.new(0, -1000, 0)

  307. end

  308. end

  309. end

  310. local hrp = Instance.new("Part", c)

  311. hrp.Name = "hrp"

  312. hrp.Anchored = true

  313. hrp.Transparency = 1

  314. pcall(function()

  315. hrp.CFrame = parts[1].CFrame

  316. end)

  317. ws.CurrentCamera.CameraSubject = hrp

  318. for i, v in pairs(parts) do

  319. if v and v.Parent then

  320. align(v, hrp)

  321. end

  322. end

  323. spawn(function()

  324. local currentp = nil

  325. spawn(function()

  326. while rs.Stepped:Wait() and c and c.Parent and hrp and hrp.Parent do

  327. if currentp and currentp.Parent then

  328. local c1 = currentp.Character

  329. if c1 and c1.Parent then

  330. local hed1 = c1:FindFirstChild("Head") or c1:FindFirstChild("Torso") or c1:FindFirstChild("HumanoidRootPart") or c1:FindFirstChildWhichIsA("BasePart")

  331. if hed1 then

  332. hrp.CFrame = hed1.CFrame

  333. end

  334. end

  335. end

  336. end

  337. end)

  338. while rs.Heartbeat:Wait() and c and c.Parent and hrp and hrp.Parent do

  339. local delay = tonumber(tpingTextbox.Text)

  340. if (not delay) or (delay < 0) then

  341. delay = 0

  342. end

  343. if delay == 0 then

  344. currentp = false

  345. else

  346. wait(delay)

  347. delay = tonumber(tpingTextbox.Text)

  348. if (not delay) or (delay < 0) then

  349. delay = 0

  350. end

  351. if c and c.Parent and hrp and hrp.Parent and (delay ~= 0) then

  352. local getp = plrs:GetPlayers()

  353. local i1 = false

  354. for i, v in pairs(getp) do

  355. if (v == currentp) and (v ~= lp) then

  356. i1 = i

  357. end

  358. end

  359. if (not i1) then

  360. i1 = 1

  361. end

  362. local function nextp()

  363. if i1 == #getp then

  364. i1 = 1

  365. else

  366. i1 += 1

  367. end

  368. currentp = getp[i1]

  369. end

  370. local c1 = nil

  371. while wait() and not (c1 and c1.Parent) do

  372. nextp()

  373. if currentp == lp then

  374. nextp()

  375. end

  376. c1 = currentp.Character

  377. end

  378. end

  379. end

  380. end

  381. end)

  382. spawn(function()

  383. while c and c.Parent and rs.Heartbeat:Wait() do

  384. for i, v in pairs(parts) do

  385. if v and v.Parent then

  386. v.Velocity = Vector3.new(0, -25.05, 0)

  387. local s = tonumber(rotSpeedTextbox.Text)

  388. v.RotVelocity = Vector3.new(s, s, s)

  389. end

  390. end

  391. end

  392. end)

  393. spawn(function()

  394. while rs.Stepped:Wait() and c and c.Parent do

  395. for i, v in pairs(parts) do

  396. if v and v.Parent then

  397. v.CanCollide = false

  398. end

  399. end

  400. end

  401. end)

  402. spawn(function()

  403. local ctrlf = {

  404. ["w"] = false,

  405. ["a"] = false,

  406. ["s"] = false,

  407. ["d"] = false

  408. }

  409. mouse.KeyDown:Connect(function(key)

  410. key = key:lower()

  411. if ctrlf[key] ~= nil then

  412. ctrlf[key] = true

  413. end

  414. end)

  415. mouse.KeyUp:Connect(function(key)

  416. key = key:lower()

  417. if ctrlf[key] ~= nil then

  418. ctrlf[key] = false

  419. end

  420. end)

  421. while rs.RenderStepped:Wait() and c and c.Parent do

  422. if hrp and hrp.Parent then

  423. local flyspeed = tonumber(flySpeedTextbox.Text)

  424. local fb = ((ctrlf["w"] and flyspeed) or 0) + ((ctrlf["s"] and -flyspeed) or 0)

  425. local lr = ((ctrlf["a"] and -flyspeed) or 0) + ((ctrlf["d"] and flyspeed) or 0)

  426. local camcf = ws.CurrentCamera.CFrame

  427. local caX, caY, caZ, ca1, ca2, ca3, ca4, ca5, ca6, ca7, ca8, ca9 = camcf:GetComponents()

  428. local flycf = hrp.CFrame

  429. flycf = CFrame.new(flycf.X, flycf.Y, flycf.Z, ca1, ca2, ca3, ca4, ca5, ca6, ca7, ca8, ca9)

  430. flycf += camcf.lookVector * fb

  431. flycf += camcf.rightVector * lr

  432. hrp.CFrame = flycf

  433. end

  434. end

  435. local c1 = lp.Character

  436. if c1 and c1.Parent then

  437. notify("respawned")

  438. end

  439. if toggleButton and toggleButton.Parent then

  440. toggleButton.Text = "Start fling"

  441. end

  442. end)

  443. if toggleButton and toggleButton.Parent then

  444. toggleButton.Text = "Respawn"

  445. end

  446. notify("done")

  447. end

  448. end)

  449. closeButton.MouseButton1Click:Connect(function()

  450. if c and c.Parent then

  451. resReq()

  452. end

  453. ultimateFling:Destroy()

  454. end)

Ultra Fling Roblox [FE] - Pastebin.com (2024)
Top Articles
Latest Posts
Article information

Author: Francesca Jacobs Ret

Last Updated:

Views: 6471

Rating: 4.8 / 5 (68 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Francesca Jacobs Ret

Birthday: 1996-12-09

Address: Apt. 141 1406 Mitch Summit, New Teganshire, UT 82655-0699

Phone: +2296092334654

Job: Technology Architect

Hobby: Snowboarding, Scouting, Foreign language learning, Dowsing, Baton twirling, Sculpting, Cabaret

Introduction: My name is Francesca Jacobs Ret, I am a innocent, super, beautiful, charming, lucky, gentle, clever person who loves writing and wants to share my knowledge and understanding with you.