0% found this document useful (0 votes)
984 views5 pages

FE Fling Script

Uploaded by

jackhgarley
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
984 views5 pages

FE Fling Script

Uploaded by

jackhgarley
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

--This script was made by blueking2211#1316

spawn(function()
local message = [Link]("Message",workspace)
[Link] = "Loaded press z to execute inviseble , press x to respawn)"
wait(0.5)
message:Destroy()
end)

local mouse = [Link]:GetMouse()

local groot = nil

[Link]:connect(function(k)

if k == "z" then

spawn(function()
local message = [Link]("Message",workspace)
[Link] = "Fe Invisible Fling By Diemiers#4209 Loaded (wait 3 seconds to
load)"
wait(3)
message:Destroy()
end)

local ch = [Link]
local prt=[Link]("Model", workspace)
local z1 = [Link]("Part", prt)
[Link]="Torso"
[Link] = false
[Link] = true
local z2 =[Link]("Part", prt)
[Link]="Head"
[Link] = true
[Link] = false
local z3 =[Link]("Humanoid", prt)
[Link]="Humanoid"
[Link] = [Link](0,9999,0)
[Link] = [Link](0,9991,0)
[Link]=prt
wait(5)
[Link]=ch
wait(6)

local plr = [Link]


mouse = plr:GetMouse()
local Hum = [Link]("Humanoid")
[Link] = [Link]

local root = [Link]

for i,v in pairs([Link]:GetChildren()) do

if v ~= root and [Link] ~= "Humanoid" then

v:Destroy()

end

end

[Link] = root

local se = [Link]("SelectionBox",root)
[Link] = root

game:GetService('RunService').Stepped:connect(function()
[Link] = false
end)
game:GetService('RunService').RenderStepped:connect(function()
[Link] = false
end)

power = 99999999 -- change this to make it more or less powerful

power = power*10

---
wait(.1)
local bambam = [Link]("BodyThrust")
[Link] = [Link]
[Link] = [Link](power,0,power)
[Link] = [Link]

local plr = [Link]


local torso = root
local flying = true
local deb = true
local ctrl = {f = 0, b = 0, l = 0, r = 0}
local lastctrl = {f = 0, b = 0, l = 0, r = 0}
local maxspeed = 120
local speed = 15

---local bambam = [Link]("BodyThrust")


---[Link] = torso
--[Link] = [Link](9999999,0,9999999)
--[Link] = [Link]

---
groot = root

function Fly()
local bg = [Link]("BodyGyro", torso)
bg.P = 9e4
[Link] = [Link](0, 0, 0)
[Link] = [Link]
local bv = [Link]("BodyVelocity", torso)
[Link] = [Link](0,0,0)
[Link] = [Link](9e9, 9e9, 9e9)
repeat wait()

if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then


speed = speed+.2
if speed > maxspeed then
speed = maxspeed
end
elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
speed = speed-1
if speed < 0 then
speed = 0
end
end
if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
[Link] = (([Link] *
(ctrl.f+ctrl.b)) + (([Link] *
[Link](ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) -
[Link].p))*speed
lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
[Link] = (([Link] *
(lastctrl.f+lastctrl.b)) + (([Link] *
[Link](lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) -
[Link].p))*speed
else
[Link] = [Link](0,0.1,0)
end

until not flying


ctrl = {f = 0, b = 0, l = 0, r = 0}
lastctrl = {f = 0, b = 0, l = 0, r = 0}
speed = 0
bg:Destroy()
bv:Destroy()

end
[Link]:connect(function(key)
if key:lower() == "e" then
if flying then flying = false
else
flying = true
Fly()
end
elseif key:lower() == "w" then
ctrl.f = 1
elseif key:lower() == "s" then
ctrl.b = -1
elseif key:lower() == "a" then
ctrl.l = -1
elseif key:lower() == "d" then
ctrl.r = 1
end
end)
[Link]:connect(function(key)
if key:lower() == "w" then
ctrl.f = 0
elseif key:lower() == "s" then
ctrl.b = 0
elseif key:lower() == "a" then
ctrl.l = 0
elseif key:lower() == "d" then
ctrl.r = 0
elseif key:lower() == "r" then

end
end)
Fly()

elseif k == "x" then

spawn(function()
local message = [Link]("Message",workspace)
[Link] = "Respawning dont spam"
wait(1)
message:Destroy()
end)

local saved = [Link]

local ch = [Link]
local prt=[Link]("Model", workspace)
local z1 = [Link]("Part", prt)
[Link]="Torso"
[Link] = false
[Link] = true
local z2 =[Link]("Part", prt)
[Link]="Head"
[Link] = true
[Link] = false
local z3 =[Link]("Humanoid", prt)
[Link]="Humanoid"
[Link] = [Link](0,9999,0)
[Link] = [Link](0,9991,0)
[Link]=prt
wait(5)
[Link]=ch
local poop = nil
repeat wait() poop =
[Link]:FindFirstChild("Head") until poop ~= nil
wait(1)
game:GetService("Players").[Link] =
[Link](saved)

end

end)

You might also like