0% found this document useful (0 votes)
3K views4 pages

Fling GUI (FE)

This document defines a Roblox script that creates a GUI for a fling/kill exploit. It contains code to instantiate UI elements like buttons and labels. It also contains code for the buttons' click events, which adjust the power of a BodyThrust force applied to other players' characters when clicked. The GUI allows increasing or decreasing the force power and displays the current setting.

Uploaded by

TheMasterPC
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)
3K views4 pages

Fling GUI (FE)

This document defines a Roblox script that creates a GUI for a fling/kill exploit. It contains code to instantiate UI elements like buttons and labels. It also contains code for the buttons' click events, which adjust the power of a BodyThrust force applied to other players' characters when clicked. The GUI allows increasing or decreasing the force power and displays the current setting.

Uploaded by

TheMasterPC
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
  • Code Script: A script written in Lua, likely for game development, containing functions for character control and user interface elements.

-- Made By JackMcJagger15

local FlingKill = [Link]("ScreenGui")


local Main = [Link]("Frame")
local Label = [Link]("Frame")
local Shadow = [Link]("Frame")
local StartKill = [Link]("TextButton")
local StopKill = [Link]("TextButton")
local Instructions = [Link]("TextLabel")
local CurrentPower = [Link]("TextLabel")
local Recomendation = [Link]("TextLabel")
local NameOfGui = [Link]("TextLabel")
local Exit = [Link]("TextButton")
local UPArrow = [Link]("TextButton")
local DownArrow = [Link]("TextButton")

-- Properties

[Link] = "Fling/Kill"
[Link] = [Link]

[Link] = "Main"
[Link] = FlingKill
Main.BackgroundColor3 = [Link](0.92549, 0.941177, 0.945098)
[Link] = 0
[Link] = [Link](0.702554762, 0, 0.446640313, 0)
[Link] = [Link](0, 217, 0, 233)
[Link] = true
[Link] = true
[Link] = true

[Link] = "Label"
[Link] = Main
Label.BackgroundColor3 = [Link](0.741176, 0.764706, 0.780392)
[Link] = 0
[Link] = [Link](0, 217, 0, 27)

[Link] = "Shadow"
[Link] = Main
Shadow.BackgroundColor3 = [Link](0.67451, 0.694118, 0.705882)
[Link] = 0
[Link] = [Link](0, 0, 0.115879826, 0)
[Link] = [Link](0, 217, 0, 9)

[Link] = "StartKill"
[Link] = Main
StartKill.BackgroundColor3 = [Link](0.741176, 0.764706, 0.780392)
[Link] = 0
[Link] = [Link](0.195852548, 0, 0.227467805, 0)
[Link] = [Link](0, 126, 0, 23)
[Link] = [Link]
[Link] = "FE Kill/Fling"
StartKill.TextColor3 = [Link](0, 0, 0)
[Link] = 14

[Link] = "StopKill"
[Link] = Main
StopKill.BackgroundColor3 = [Link](0.741176, 0.764706, 0.780392)
[Link] = 0
[Link] = [Link](0.207373276, 0, 0.38197428, 0)
[Link] = [Link](0, 124, 0, 23)
[Link] = [Link]
[Link] = "Stop FE Kill/Fling"
StopKill.TextColor3 = [Link](0, 0, 0)
[Link] = 14

[Link] = "Instructions"
[Link] = Main
Instructions.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0.0391705073, 0, 0.549356222, 0)
[Link] = [Link](0, 200, 0, 32)
[Link] = [Link]
[Link] = "Just touch someone to watch the fly to their death!"
Instructions.TextColor3 = [Link](0, 0, 0)
[Link] = 14
[Link] = true

[Link] = "CurrentPower"
[Link] = Main
CurrentPower.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0.276497692, 0, 0.686695278, 0)
[Link] = [Link](0, 98, 0, 36)
[Link] = [Link]
[Link] = "Current Power = 5"
CurrentPower.TextColor3 = [Link](0, 0, 0)
[Link] = 14

[Link] = "Recomendation"
[Link] = Main
Recomendation.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0.0414746553, 0, 0.884120166, 0)
[Link] = [Link](0, 200, 0, 21)
[Link] = [Link]
[Link] = "Recommended Power is 5"
Recomendation.TextColor3 = [Link](0, 0, 0)
[Link] = 14

[Link] = "NameOfGui"
[Link] = Main
NameOfGui.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0.0806451589, 0, 0, 0)
[Link] = [Link](0, 154, 0, 27)
[Link] = [Link]
[Link] = "FE Kill/Fling By JackMcJagger15"
NameOfGui.TextColor3 = [Link](0, 0, 0)
[Link] = 14

[Link] = "Exit"
[Link] = Main
Exit.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0.907834113, 0, 0, 0)
[Link] = [Link](0, 20, 0, 27)
[Link] = [Link]
[Link] = "X"
Exit.TextColor3 = [Link](0, 0, 0)
[Link] = 14

[Link] = "UPArrow"
[Link] = Main
UPArrow.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0.0783410147, 0, 0.716738224, 0)
[Link] = [Link](0, 26, 0, 23)
[Link] = [Link]
[Link] = "Up"
UPArrow.TextColor3 = [Link](0, 0, 0)
[Link] = 12
[Link] = true

[Link] = "DownArrow"
[Link] = Main
DownArrow.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0.792626739, 0, 0.714592278, 0)
[Link] = [Link](0, 26, 0, 23)
[Link] = [Link]
[Link] = "Down"
DownArrow.TextColor3 = [Link](0, 0, 0)
[Link] = 12
[Link] = true

power = 500
active = false
local val = [Link]("IntValue")
[Link] = "Number"
[Link] = [Link]
[Link] = 5

Exit.MouseButton1Click:connect(function()
[Link] = false
end)

StartKill.MouseButton1Click:connect(function()
game:GetService('RunService').Stepped:connect(function()
if [Link] == [Link].R6
then
[Link] = false
[Link] = false
[Link]["Left Leg"].CanCollide = false
[Link]["Right Leg"].CanCollide = false
else
if [Link] == [Link].R15
then
[Link] = false
[Link] = false
[Link] = false
[Link] = false
end
end
end)
wait(.1)
local bambam = [Link]("BodyThrust")
[Link] = [Link]
[Link] = [Link](power,0,power)
[Link] = [Link]
end)

StopKill.MouseButton1Click:connect(function()
active = false
[Link]:Remove()
end)

UPArrow.MouseButton1Click:connect(function()
power = power + 100
[Link] = [Link] + 1
[Link] = "Current Power = " .. [Link]
end)

DownArrow.MouseButton1Click:connect(function()
power = power - 100
[Link] = [Link] - 1
[Link] = "Current Power = " .. [Link]
end)

-- Made By JackMcJagger15
local FlingKill = Instance.new("ScreenGui")
local Main = Instance.new("Frame")
local Label = Insta
StopKill.Size = UDim2.new(0, 124, 0, 23)
StopKill.Font = Enum.Font.Cartoon
StopKill.Text = "Stop FE Kill/Fling"
StopKill.Text
Exit.TextColor3 = Color3.new(0, 0, 0)
Exit.TextSize = 14
UPArrow.Name = "UPArrow"
UPArrow.Parent = Main
UPArrow.BackgroundCol
bambam.Force = Vector3.new(power,0,power)
bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
end)

You might also like