Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- --FE Converter By basstracker1970
- --Made With Gui To Lua Plugin
- local ScreenGui = Instance.new("ScreenGui")
- local TextBox = Instance.new("TextBox")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- TextBox.Parent = ScreenGui
- TextBox.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- TextBox.BorderColor3 = Color3.new(0, 0.333333, 1)
- TextBox.BorderSizePixel = 0
- TextBox.Position = UDim2.new(0.742599726, 0, 0.83808744, 0)
- TextBox.Size = UDim2.new(0, 200, 0, 50)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(0, 0, 0)
- TextBox.TextSize = 14
- TextLabel.Parent = ScreenGui
- TextLabel.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.742599726, 0, 0.758901358, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "FE Script Converter By basstracker1970"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- -- Scripts:
- function SCRIPT_AHJG82_FAKESCRIPT() -- TextBox.Script
- local script = Instance.new('Script')
- script.Parent = TextBox
- link = script.Parent.Text
- script.Parent.FocusLost:Connect(function()
- local ScriptLink = ""..link
- --//Do not touch anything below this line, you may break it.
- local FeSource = nil;pcall(function()FeSource = game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/V5gzxd1Z")end);
- local ScriptSource = nil;pcall(function()ScriptSource = game:GetService("HttpService"):GetAsync(ScriptLink)end);
- if not FeSource then error("Failed to grab update! Try again later.",0)end;if not ScriptSource then error("Failed to get link!",0)end;
- local FeConversion = loadstring(FeSource);local FeSucc,FeErr = pcall(FeConversion);if not FeSucc then warn(FeErr)error("Failed to initiate! Try again later.",0) end;
- local Script = loadstring(ScriptSource);local Succ,Err = pcall(Script);if not Succ then warn(Err)error("Error loading script.",0) end;
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_AHJG82_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement