Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --//Faton-Ware loading intro script.
- --//Faton-Ware development by NezyGhoul#8130
- local FATON_INTRO = Instance.new("ScreenGui")
- local MAIN_FORM = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local UP_PANEL = Instance.new("Frame")
- local UICorner_2 = Instance.new("UICorner")
- local FATON_ICON = Instance.new("ImageLabel")
- local FATON_TEMPLATE = Instance.new("TextLabel")
- local FATON_TEXT = Instance.new("TextLabel")
- local FATON_TEXT2 = Instance.new("TextLabel")
- FATON_INTRO.Name = "FATON_INTRO"
- FATON_INTRO.Parent = game.CoreGui
- FATON_INTRO.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- MAIN_FORM.Name = "MAIN_FORM"
- MAIN_FORM.Parent = FATON_INTRO
- MAIN_FORM.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- MAIN_FORM.BackgroundTransparency = 0.200
- MAIN_FORM.Position = UDim2.new(-0.823000014, 0, 0.855000019, 0)
- MAIN_FORM.Size = UDim2.new(0.163573086, 0, 0.123260438, 0)
- UICorner.Parent = MAIN_FORM
- UP_PANEL.Name = "UP_PANEL"
- UP_PANEL.Parent = MAIN_FORM
- UP_PANEL.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- UP_PANEL.BackgroundTransparency = 0.160
- UP_PANEL.Position = UDim2.new(0, 0, -0.0131220659, 0)
- UP_PANEL.Size = UDim2.new(1, 0, 0.322580636, 0)
- UICorner_2.Parent = UP_PANEL
- FATON_ICON.Name = "FATON_ICON"
- FATON_ICON.Parent = MAIN_FORM
- FATON_ICON.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- FATON_ICON.BackgroundTransparency = 1.000
- FATON_ICON.Position = UDim2.new(0, 0, -0.0161290318, 0)
- FATON_ICON.Size = UDim2.new(0.148936167, 0, 0.309458584, 0)
- FATON_ICON.Image = "http://www.roblox.com/asset/?id=9567440597"
- FATON_TEMPLATE.Name = "FATON_TEMPLATE"
- FATON_TEMPLATE.Parent = MAIN_FORM
- FATON_TEMPLATE.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- FATON_TEMPLATE.BackgroundTransparency = 1.000
- FATON_TEMPLATE.Position = UDim2.new(0.148936167, 0, 0, 0)
- FATON_TEMPLATE.Size = UDim2.new(0.851063848, 0, 0.293330044, 0)
- FATON_TEMPLATE.Font = Enum.Font.SourceSans
- FATON_TEMPLATE.Text = "Faton-Ware!"
- FATON_TEMPLATE.TextColor3 = Color3.fromRGB(121, 189, 195)
- FATON_TEMPLATE.TextScaled = true
- FATON_TEMPLATE.TextSize = 14.000
- FATON_TEMPLATE.TextWrapped = true
- FATON_TEXT.Name = "FATON_TEXT"
- FATON_TEXT.Parent = MAIN_FORM
- FATON_TEXT.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- FATON_TEXT.BackgroundTransparency = 1.000
- FATON_TEXT.Position = UDim2.new(0, 0, 0.338709682, 0)
- FATON_TEXT.Size = UDim2.new(1, 0, 0.244942948, 0)
- FATON_TEXT.Font = Enum.Font.SourceSans
- FATON_TEXT.Text = "Exploit Loaded!"
- FATON_TEXT.TextColor3 = Color3.fromRGB(200, 200, 200)
- FATON_TEXT.TextScaled = true
- FATON_TEXT.TextSize = 14.000
- FATON_TEXT.TextWrapped = true
- FATON_TEXT2.Name = "FATON_TEXT2"
- FATON_TEXT2.Parent = MAIN_FORM
- FATON_TEXT2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- FATON_TEXT2.BackgroundTransparency = 1.000
- FATON_TEXT2.Position = UDim2.new(0, 0, 0.639999986, 0)
- FATON_TEXT2.Size = UDim2.new(1, 0, 0.244942948, 0)
- FATON_TEXT2.Font = Enum.Font.SourceSans
- FATON_TEXT2.Text = "By NezyGhoul#8130"
- FATON_TEXT2.TextColor3 = Color3.fromRGB(200, 200, 200)
- FATON_TEXT2.TextScaled = true
- FATON_TEXT2.TextSize = 14.000
- FATON_TEXT2.TextWrapped = true
- local function FVYUTL_fake_script()
- local script = Instance.new('LocalScript', MAIN_FORM)
- wait(2)
- script.Parent:TweenPosition(UDim2.new(0.823, 0,0.855, 0), "Out", "Sine", 2)
- wait(4)
- script.Parent:TweenPosition(UDim2.new(-0.823, 0,0.855, 0), "Out", "Sine", 1)
- wait(2)
- script.Parent.Parent:Destroy()
- end
- coroutine.wrap(FVYUTL_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement