Skip to main content

CharacterAdded

-- Objects

local FES3XGUI = Instance.new("ScreenGui")
local LoginFrame = Instance.new("Frame")
local info = Instance.new("TextLabel")
local user = Instance.new("TextBox")
local pass = Instance.new("TextBox")
local login = Instance.new("TextButton")
local userlabel = Instance.new("TextLabel")
local passlabel = Instance.new("TextLabel")
local MainFrame = Instance.new("Frame")
local nameofguilol = Instance.new("TextLabel")
local TextButton = Instance.new("TextButton")
local thingstodeletewhenminimized = Instance.new("Frame")
local fe = Instance.new("TextLabel")
local victimofrape = Instance.new("TextBox")
local Execute = Instance.new("TextButton")
local TextLabel = Instance.new("TextLabel")

-- Properties

FES3XGUI.Name = "FE S3X GUI"
if game.PlaceId == "843495510,843468296" then
FES3XGUI.Parent = game.Players.LocalPlayer.PlayerGui
FES3XGUI.ResetOnSpawn = false
else
FES3XGUI.Parent = game.CoreGui
end

LoginFrame.Name = "LoginFrame"
LoginFrame.Parent = FES3XGUI
LoginFrame.BackgroundColor3 = Color3.new(0.552941, 0, 0)
LoginFrame.Position = UDim2.new(0, 478, 0, 243)
LoginFrame.Size = UDim2.new(0, 484, 0, 313)

info.Name = "info"
info.Parent = LoginFrame
info.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
info.LayoutOrder = 17
info.Size = UDim2.new(0, 484, 0, 50)
info.Font = Enum.Font.Cartoon
info.FontSize = Enum.FontSize.Size14
info.Text = "Login To Acess The GUI"
info.TextScaled = true
info.TextSize = 14
info.TextWrapped = true

user.Name = "user"
user.Parent = LoginFrame
user.BackgroundColor3 = Color3.new(0.619608, 0.619608, 0.619608)
user.Position = UDim2.new(0, 107, 0, 73)
user.Size = UDim2.new(0, 305, 0, 50)
user.ClearTextOnFocus = false
user.Font = Enum.Font.Cartoon
user.FontSize = Enum.FontSize.Size14
user.Text = ""
user.TextScaled = true
user.TextSize = 14
user.TextWrapped = true

pass.Name = "pass"
pass.Parent = LoginFrame
pass.BackgroundColor3 = Color3.new(0.619608, 0.619608, 0.619608)
pass.Position = UDim2.new(0, 107, 0, 131)
pass.Size = UDim2.new(0, 305, 0, 50)
pass.ClearTextOnFocus = false
pass.Font = Enum.Font.Cartoon
pass.FontSize = Enum.FontSize.Size14
pass.Text = ""
pass.TextScaled = true
pass.TextSize = 14
pass.TextWrapped = true

login.Name = "login"
login.Parent = LoginFrame
login.BackgroundColor3 = Color3.new(0.619608, 0.619608, 0.619608)
login.Position = UDim2.new(0, 107, 0, 243)
login.Size = UDim2.new(0, 305, 0, 50)
login.Font = Enum.Font.Cartoon
login.FontSize = Enum.FontSize.Size14
login.Text = "Login To FE S3X GUI"
login.TextScaled = true
login.TextSize = 14
login.TextWrapped = true

login.MouseButton1Down:connect(function()
if user.Text == "Unfair" and pass.Text == "ohyesdad" then
    LoginFrame.Visible = false
    MainFrame.Visible = true
else
    info.Text = "You Failed, Try Again"
    wait(3)
    info.Text = "Login To Acess The GUI"
end
end)

userlabel.Name = "userlabel"
userlabel.Parent = LoginFrame
userlabel.BackgroundColor3 = Color3.new(1, 1, 1)
userlabel.BackgroundTransparency = 1
userlabel.Position = UDim2.new(0, 0, 0, 73)
userlabel.Size = UDim2.new(0, 103, 0, 50)
userlabel.Font = Enum.Font.Cartoon
userlabel.FontSize = Enum.FontSize.Size24
userlabel.Text = "Username:"
userlabel.TextSize = 24

passlabel.Name = "passlabel"
passlabel.Parent = LoginFrame
passlabel.BackgroundColor3 = Color3.new(1, 1, 1)
passlabel.BackgroundTransparency = 1
passlabel.Position = UDim2.new(0, 0, 0, 131)
passlabel.Size = UDim2.new(0, 103, 0, 50)
passlabel.Font = Enum.Font.Cartoon
passlabel.FontSize = Enum.FontSize.Size28
passlabel.Text = "Password:"
passlabel.TextSize = 25
passlabel.TextWrapped = true

MainFrame.Name = "MainFrame"
MainFrame.Parent = FES3XGUI
MainFrame.BackgroundColor3 = Color3.new(0.552941, 0, 0)
MainFrame.Position = UDim2.new(0, 478, 0, 243)
MainFrame.Size = UDim2.new(0, 484, 0, 313)
MainFrame.Visible = false
MainFrame.Active = true
MainFrame.Draggable = true

nameofguilol.Name = "nameofguilol"
nameofguilol.Parent = MainFrame
nameofguilol.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
nameofguilol.LayoutOrder = 17
nameofguilol.Size = UDim2.new(0, 484, 0, 50)
nameofguilol.Font = Enum.Font.Cartoon
nameofguilol.FontSize = Enum.FontSize.Size28
nameofguilol.Text = "FE S3X GUI BY MIGAS3456#6402"
nameofguilol.TextSize = 26
nameofguilol.TextWrapped = true

if game.Players.LocalPlayer.Name == "SupremeMigas" then
login.MouseButton1Down:connect(function()
    LoginFrame.Visible = false
    MainFrame.Visible = true
    wait( )
    nameofguilol.Text = "Welcome Back Migas3456"
    wait(2)
    nameofguilol.Text = "FE S3X GUI BY MIGAS3456#6402"
end)
end

TextButton.Parent = nameofguilol
TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
TextButton.BackgroundTransparency = 1
TextButton.Position = UDim2.new(0, 434, 0, 0)
TextButton.Size = UDim2.new(0, 50, 0, 50)
TextButton.Font = Enum.Font.Cartoon
TextButton.FontSize = Enum.FontSize.Size14
TextButton.Text = "-"
TextButton.TextScaled = true
TextButton.TextSize = 14
TextButton.TextWrapped = true

thingstodeletewhenminimized.Name = "thingstodeletewhenminimized"
thingstodeletewhenminimized.Parent = MainFrame
thingstodeletewhenminimized.BackgroundColor3 = Color3.new(1, 1, 1)
thingstodeletewhenminimized.BackgroundTransparency = 1
thingstodeletewhenminimized.Size = UDim2.new(0, 484, 0, 313)

TextButton.MouseButton1Down:connect(function()
if thingstodeletewhenminimized.Visible == true then
    thingstodeletewhenminimized.Visible = false
    MainFrame.Size = UDim2.new(0, 484, 0, 50)
    TextButton.Text = "+"
else
    thingstodeletewhenminimized.Visible = true
    MainFrame.Size = UDim2.new(0, 484, 0, 313)
    TextButton.Text = "-"
end
end)

fe.Name = "fe"
fe.Parent = thingstodeletewhenminimized
fe.BackgroundColor3 = Color3.new(1, 1, 1)
fe.BackgroundTransparency = 1
fe.Position = UDim2.new(0, 0, 0, 278)
fe.Size = UDim2.new(0, 484, 0, 35)
fe.Font = Enum.Font.Cartoon
fe.FontSize = Enum.FontSize.Size24
fe.Text = "FE Is"
fe.TextSize = 24
fe.TextXAlignment = Enum.TextXAlignment.Left

if game:GetService('Workspace').FilteringEnabled == true then
    fe.Text = "FE Is On"
    fe.TextColor3 = BrickColor.new("Bright red").Color
else
    fe.Text = "FE Is Off"
    fe.TextColor3 = BrickColor.new("Bright green").Color
end

victimofrape.Name = "victimofrape"
victimofrape.Parent = thingstodeletewhenminimized
victimofrape.BackgroundColor3 = Color3.new(0.619608, 0.619608, 0.619608)
victimofrape.Position = UDim2.new(0, 89, 0, 78)
victimofrape.Size = UDim2.new(0, 305, 0, 50)
victimofrape.ClearTextOnFocus = false
victimofrape.Font = Enum.Font.Cartoon
victimofrape.FontSize = Enum.FontSize.Size14
victimofrape.Text = ""
victimofrape.TextScaled = true
victimofrape.TextSize = 14
victimofrape.TextWrapped = true
victimofrape.Visible = false

TextLabel.Parent = thingstodeletewhenminimized
TextLabel.BackgroundColor3 = Color3.new(0.619608, 0.619608, 0.619608)
TextLabel.Position = UDim2.new(0, 89, 0, 78)
TextLabel.Size = UDim2.new(0, 305, 0, 50)
TextLabel.Font = Enum.Font.Cartoon
TextLabel.FontSize = Enum.FontSize.Size14
TextLabel.Text = "Victim's Name Here"
TextLabel.TextScaled = true
TextLabel.TextSize = 14
TextLabel.TextWrapped = true
TextLabel.Visible = true

Execute.Name = "Execute"
Execute.Parent = thingstodeletewhenminimized
Execute.BackgroundColor3 = Color3.new(0.619608, 0.619608, 0.619608)
Execute.Position = UDim2.new(0, 89, 0, 224)
Execute.Size = UDim2.new(0, 305, 0, 50)
Execute.Font = Enum.Font.Cartoon
Execute.FontSize = Enum.FontSize.Size14
Execute.Text = "Ok"
Execute.TextScaled = true
Execute.TextSize = 14
Execute.TextWrapped = true


Execute.MouseButton1Down:connect(function()
if Execute.Text == "Rape" then
Name = victimofrape.Text
local Victim=game.Players[Name].Character
local A=Instance.new'Animation'
A.AnimationId='rbxassetid://148840371'
local P=game:GetService'Players'.LocalPlayer
local C=P.Character or P.CharacterAdded:Wait()
local H=C:WaitForChild'Humanoid':LoadAnimation(A)
H:Play()
H:AdjustSpeed(5)
game:GetService'RunService'.Stepped:Connect(function()
 if Victim:findFirstChild("HumanoidRootPart") then
  game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Victim.HumanoidRootPart.CFrame * CFrame.new(0,0,1.3)
 end
end)   
end

if Execute.Text == "Ok" then
    TextLabel.Visible = false
    wait( )
    victimofrape.Visible = true
    wait( )
    Execute.Text = "Rape"
end
end)