Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Gui = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- local TextButton_5 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Gui.Name = "Gui"
- Gui.Parent = ScreenGui
- Gui.BackgroundColor3 = Color3.fromRGB(97, 97, 97)
- Gui.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Gui.BorderSizePixel = 0
- Gui.Position = UDim2.new(0.0329187997, 0, 0.464516133, 0)
- Gui.Size = UDim2.new(0, 457, 0, 267)
- TextButton.Parent = Gui
- TextButton.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
- TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.0251434799, 0, 0.22921741, 0)
- TextButton.Size = UDim2.new(0, 120, 0, 50)
- TextButton.Font = Enum.Font.FredokaOne
- TextButton.Text = "BLOCK"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 14.000
- TextLabel.Parent = Gui
- TextLabel.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0, 0, -0.00364862219, 0)
- TextLabel.Size = UDim2.new(0, 456, 0, 50)
- TextLabel.Font = Enum.Font.FredokaOne
- TextLabel.Text = "FE GUI"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 33.000
- TextButton_2.Parent = Gui
- TextButton_2.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
- TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.BorderSizePixel = 0
- TextButton_2.Position = UDim2.new(0.31836012, 0, 0.22921741, 0)
- TextButton_2.Size = UDim2.new(0, 120, 0, 50)
- TextButton_2.Font = Enum.Font.FredokaOne
- TextButton_2.Text = "Hacker"
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextSize = 14.000
- TextButton_3.Parent = Gui
- TextButton_3.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
- TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_3.BorderSizePixel = 0
- TextButton_3.Position = UDim2.new(0.600635827, 0, 0.22921741, 0)
- TextButton_3.Size = UDim2.new(0, 120, 0, 50)
- TextButton_3.Font = Enum.Font.FredokaOne
- TextButton_3.Text = "Sky"
- TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_3.TextSize = 14.000
- TextButton_4.Parent = Gui
- TextButton_4.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
- TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_4.BorderSizePixel = 0
- TextButton_4.Position = UDim2.new(0.0251434799, 0, 0.442700565, 0)
- TextButton_4.Size = UDim2.new(0, 120, 0, 50)
- TextButton_4.Font = Enum.Font.FredokaOne
- TextButton_4.Text = "RO XPLOIT"
- TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_4.TextSize = 14.000
- TextButton_5.Parent = Gui
- TextButton_5.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
- TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_5.BorderSizePixel = 0
- TextButton_5.Position = UDim2.new(0.31836012, 0, 0.442700565, 0)
- TextButton_5.Size = UDim2.new(0, 120, 0, 50)
- TextButton_5.Font = Enum.Font.FredokaOne
- TextButton_5.Text = "RO XPLOIT"
- TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_5.TextSize = 14.000
- -- Scripts:
- local function ONFFD_fake_script() -- Gui.Dragify
- local script = Instance.new('LocalScript', Gui)
- script.Parent.Active = true
- script.Parent.Draggable = true
- end
- coroutine.wrap(ONFFD_fake_script)()
- local function FVWE_fake_script() -- TextButton.Script
- local script = Instance.new('Script', TextButton)
- local button = script.Parent
- local function OnClick()
- local startTime = tick() -- Enregistrez le temps de début
- while tick() - startTime < 5 do -- Continuez pendant 2 secondes
- local Part = Instance.new("Part")
- Part.Size = Vector3.new(2, 2, 2)
- Part.Anchored = false
- Part.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
- Part.Parent = game.Workspace
- wait(0.001)
- end
- end
- button.MouseButton1Click:Connect(OnClick)
- end
- coroutine.wrap(FVWE_fake_script)()
- local function NVMBWQI_fake_script() -- TextButton_2.Script
- local script = Instance.new('Script', TextButton_2)
- local button = script.Parent
- local Players = game.Players
- local playerHead = game.Players.LocalPlayer.Character.Head
- local function OnClick()
- local P = Instance.new("ParticleEmitter")
- P.Texture = "http://www.roblox.com/asset/?id=3284478282"
- local Players = game.Players
- for _,player in pairs(Players:GetPlayers()) do
- local playerHead = player.Character and player.Character:WaitForChild("Head")
- local PP = P:Clone()
- PP.Parent = playerHead
- end
- end
- button.MouseButton1Click:Connect(OnClick)
- end
- coroutine.wrap(NVMBWQI_fake_script)()
- local function XMGALYP_fake_script() -- TextButton_3.Script
- local script = Instance.new('Script', TextButton_3)
- local button = script.Parent
- local Players = game.Players
- local playerHead = game.Players.LocalPlayer.Character.Head
- local function OnClick()
- local Sky = Instance.new("Sky")
- Sky.Parent = game.Lighting
- Sky.SkyboxBk = "rbxassetid://9265687294"
- Sky.SkyboxDn = "rbxassetid://9265687294"
- Sky.SkyboxFt = "rbxassetid://9265687294"
- Sky.SkyboxLf = "rbxassetid://9265687294"
- Sky.SkyboxRt = "rbxassetid://9265687294"
- Sky.SkyboxUp = "rbxassetid://9265687294"
- end
- button.MouseButton1Click:Connect(OnClick)
- end
- coroutine.wrap(XMGALYP_fake_script)()
- local function WGOWUP_fake_script() -- TextButton_4.Script
- local script = Instance.new('Script', TextButton_4)
- local button = script.Parent
- local Players = game.Players
- local playerHead = game.Players.LocalPlayer.Character.Head
- local function OnClick()
- loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
- end
- button.MouseButton1Click:Connect(OnClick)
- end
- coroutine.wrap(WGOWUP_fake_script)()
- local function YMDOFDP_fake_script() -- TextButton_5.Script
- local script = Instance.new('Script', TextButton_5)
- local button = script.Parent
- local Players = game.Players
- local playerHead = game.Players.LocalPlayer.Character.Head
- local function OnClick()
- local Hint = Instance.new("Hint")
- Hint.Parent = game.Players.LocalPlayer.PlayerGui
- Hint.Text = "HACKED BY RC7 SHEDLETSKY GETTING FIRED TONIGHT!!"
- if Hint then
- local fire = Instance.new("Fire")
- local Players = game.Players
- if fire and Players then
- for _, player in pairs(Players:GetPlayers()) do
- local playerHead = player.Character and player.Character:WaitForChild("Head")
- local playerFire = fire:Clone()
- playerFire.Parent = playerHead
- game.Chat:Chat(playerHead,'I AM ON FIRE!')
- end
- end
- end
- end
- button.MouseButton1Click:Connect(OnClick)
- end
- coroutine.wrap(YMDOFDP_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement