Advertisement
koreanhackerman

invis fling roblox script

Feb 10th, 2023
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1.  
  2.  
  3.  
  4. spawn(function()
  5. local message = Instance.new("Message",workspace)
  6. message.Text = "z to chaos , press x to give up HHAHAHA"
  7. wait(0.5)
  8. message:Destroy()
  9. end)
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. local mouse = game.Players.LocalPlayer:GetMouse()
  19.  
  20. local groot = nil
  21.  
  22. mouse.KeyDown:connect(function(k)
  23.  
  24. if k == "z" then
  25.  
  26.  
  27.  
  28. spawn(function()
  29. local message = Instance.new("Message",workspace)
  30. message.Text = "Fe Invisible Fling By Diemiers#4209 YT VERSION Loaded (wait 11 seconds to load)"
  31. wait(11)
  32. message:Destroy()
  33. end)
  34.  
  35.  
  36. local ch = game.Players.LocalPlayer.Character
  37. local prt=Instance.new("Model", workspace)
  38. local z1 = Instance.new("Part", prt)
  39. z1.Name="Torso"
  40. z1.CanCollide = false
  41. z1.Anchored = true
  42. local z2 =Instance.new("Part", prt)
  43. z2.Name="Head"
  44. z2.Anchored = true
  45. z2.CanCollide = false
  46. local z3 =Instance.new("Humanoid", prt)
  47. z3.Name="Humanoid"
  48. z1.Position = Vector3.new(0,9999,0)
  49. z2.Position = Vector3.new(0,9991,0)
  50. game.Players.LocalPlayer.Character=prt
  51. wait(5)
  52. game.Players.LocalPlayer.Character=ch
  53. wait(6)
  54.  
  55.  
  56. local plr = game.Players.LocalPlayer
  57. mouse = plr:GetMouse()
  58.  
  59. local Hum = Instance.new("Humanoid")
  60. Hum.Parent = game.Players.LocalPlayer.Character
  61.  
  62.  
  63. local root = game.Players.LocalPlayer.Character.HumanoidRootPart
  64.  
  65.  
  66. for i,v in pairs(plr.Character:GetChildren()) do
  67.  
  68. if v ~= root and v.Name ~= "Humanoid" then
  69.  
  70. v:Destroy()
  71.  
  72. end
  73.  
  74.  
  75. end
  76.  
  77. workspace.CurrentCamera.CameraSubject = root
  78.  
  79. local se = Instance.new("SelectionBox",root)
  80. se.Adornee = root
  81.  
  82.  
  83. game:GetService('RunService').Stepped:connect(function()
  84. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  85. end)
  86. game:GetService('RunService').RenderStepped:connect(function()
  87. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  88. end)
  89.  
  90.  
  91. power = 999999 -- change this to make it more or less powerful
  92.  
  93. power = power*10
  94.  
  95. ---
  96. wait(.1)
  97. local bambam = Instance.new("BodyThrust")
  98. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  99. bambam.Force = Vector3.new(power,0,power)
  100. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  101.  
  102.  
  103.  
  104.  
  105.  
  106. local plr = game.Players.LocalPlayer
  107. local torso = root
  108. local flying = true
  109. local deb = true
  110. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  111. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  112. local speed = 20
  113.  
  114.  
  115. ---local bambam = Instance.new("BodyThrust")
  116. ---bambam.Parent = torso
  117. --bambam.Force = Vector3.new(9999999,0,9999999)
  118. --bambam.Location = torso.Position
  119.  
  120.  
  121. ---
  122. groot = root
  123.  
  124. function Fly()
  125. local bg = Instance.new("BodyGyro", torso)
  126. bg.P = 9e4
  127. bg.maxTorque = Vector3.new(0, 0, 0)
  128. bg.cframe = torso.CFrame
  129. local bv = Instance.new("BodyVelocity", torso)
  130. bv.velocity = Vector3.new(0,0,0)
  131. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  132. repeat wait()
  133.  
  134. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  135. speed = 20
  136. local UserInputService = game:GetService("UserInputService")
  137. local shifting = UserInputService:IsKeyDown(Enum.KeyCode.LeftShift)
  138. if shifting == true then do
  139. speed = 45
  140. end
  141. end
  142. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  143. speed = 0
  144. if speed < 0 then
  145. speed = 0
  146. end
  147. end
  148. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  149. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  150. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  151. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  152. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  153. else
  154. bv.velocity = Vector3.new(0,0.1,0)
  155. end
  156.  
  157. until not flying
  158. ctrl = {f = 0, b = 0, l = 0, r = 0}
  159. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  160. speed = 0
  161. bg:Destroy()
  162. bv:Destroy()
  163.  
  164. end
  165. mouse.KeyDown:connect(function(key)
  166. if key:lower() == "e" then
  167. if flying then flying = false
  168. else
  169. flying = true
  170. Fly()
  171. end
  172. elseif key:lower() == "w" then
  173. ctrl.f = 1
  174. elseif key:lower() == "s" then
  175. ctrl.b = -1
  176. elseif key:lower() == "a" then
  177. ctrl.l = -1
  178. elseif key:lower() == "d" then
  179. ctrl.r = 1
  180. end
  181. end)
  182. mouse.KeyUp:connect(function(key)
  183. if key:lower() == "w" then
  184. ctrl.f = 0
  185. elseif key:lower() == "s" then
  186. ctrl.b = 0
  187. elseif key:lower() == "a" then
  188. ctrl.l = 0
  189. elseif key:lower() == "d" then
  190. ctrl.r = 0
  191. elseif key:lower() == "r" then
  192.  
  193. end
  194. end)
  195. Fly()
  196.  
  197.  
  198.  
  199. elseif k == "x" then
  200.  
  201.  
  202. spawn(function()
  203. local message = Instance.new("Message",workspace)
  204. message.Text = "Respawning dont spam"
  205. wait(1)
  206. message:Destroy()
  207. end)
  208.  
  209. local saved = groot.Position
  210.  
  211. local ch = game.Players.LocalPlayer.Character
  212. local prt=Instance.new("Model", workspace)
  213. local z1 = Instance.new("Part", prt)
  214. z1.Name="Torso"
  215. z1.CanCollide = false
  216. z1.Anchored = true
  217. local z2 =Instance.new("Part", prt)
  218. z2.Name="Head"
  219. z2.Anchored = true
  220. z2.CanCollide = false
  221. local z3 =Instance.new("Humanoid", prt)
  222. z3.Name="Humanoid"
  223. z1.Position = Vector3.new(0,9999,0)
  224. z2.Position = Vector3.new(0,9991,0)
  225. game.Players.LocalPlayer.Character=prt
  226. wait(5)
  227. game.Players.LocalPlayer.Character=ch
  228. local poop = nil
  229. repeat wait() poop = game.Players.LocalPlayer.Character:FindFirstChild("Head") until poop ~= nil
  230. wait(1)
  231. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(saved)
  232.  
  233. end
  234.  
  235.  
  236. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement