Sunteți pe pagina 1din 4

-- Fuck ROBLOX (Gui)

-- Created By: HackerLikesPizza

-- Objects

local FuckROBLOX = Instance.new("ScreenGui")


local Main = Instance.new("Frame")
local Frame = Instance.new("Frame")
local ImageLabel = Instance.new("ImageLabel")
local ImageLabel_2 = Instance.new("ImageLabel")
local TextLabel = Instance.new("TextLabel")
local TextLabel_2 = Instance.new("TextLabel")
local Btools = Instance.new("TextButton")
local DabAll = Instance.new("TextButton")
local SpazAll = Instance.new("TextButton")
local ClickTP = Instance.new("TextButton")
local Close = Instance.new("TextButton")
local Frame_2 = Instance.new("Frame")
local TextLabel_3 = Instance.new("TextLabel")

-- Properties

FuckROBLOX.Name = "Fuck ROBLOX"


FuckROBLOX.Parent = game.CoreGui

Main.Name = "Main"
Main.Parent = FuckROBLOX
Main.BackgroundColor3 = Color3.new(1, 1, 1)
Main.Position = UDim2.new(0.417340189, 0, 0.269323647, 0)
Main.Size = UDim2.new(0, 301, 0, 398)
Main.Active = true
Main.Draggable = true

Frame.Parent = Main
Frame.BackgroundColor3 = Color3.new(0, 0, 0)
Frame.Size = UDim2.new(0, 301, 0, 30)

ImageLabel.Parent = Frame
ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
ImageLabel.BackgroundTransparency = 1
ImageLabel.Position = UDim2.new(0.0206185579, 0, 0.142857149, 0)
ImageLabel.Size = UDim2.new(0, 21, 0, 20)
ImageLabel.Image = "rbxassetid://992804641"

ImageLabel_2.Parent = Frame
ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
ImageLabel_2.BackgroundTransparency = 1
ImageLabel_2.Position = UDim2.new(0.0137457056, 0, 0, 0)
ImageLabel_2.Size = UDim2.new(0, 25, 0, 28)
ImageLabel_2.Image = "rbxassetid://2054058035"

TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel.BackgroundTransparency = 1
TextLabel.Position = UDim2.new(0.0927835032, 0, 0, 0)
TextLabel.Size = UDim2.new(0, 112, 0, 28)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "Fuck ROBLOX"
TextLabel.TextColor3 = Color3.new(0.639216, 0, 0)
TextLabel.TextSize = 20

TextLabel_2.Parent = Frame
TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel_2.BackgroundTransparency = 1
TextLabel_2.Position = UDim2.new(0.501661122, 0, 0, 0)
TextLabel_2.Size = UDim2.new(0, 112, 0, 28)
TextLabel_2.Font = Enum.Font.SourceSans
TextLabel_2.Text = "Credits: HackerLikesPizza"
TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
TextLabel_2.TextSize = 14

Btools.Name = "Btools"
Btools.Parent = Frame
Btools.BackgroundColor3 = Color3.new(0.639216, 0, 0)
Btools.Position = UDim2.new(0.119601332, 0, 4.4666667, 0)
Btools.Size = UDim2.new(0, 104, 0, 39)
Btools.Font = Enum.Font.SourceSans
Btools.Text = "Btools"
Btools.TextColor3 = Color3.new(1, 1, 1)
Btools.TextSize = 20
Btools.MouseButton1Down:connect(function()
local rawrxd = workspace.CurrentCamera:Clone()
rawrxd:ClearAllChildren()
workspace.CurrentCamera:Destroy()
rawrxd.Parent = workspace
for i=2,4 do
Instance.new("HopperBin", game:GetService'Players'.LocalPlayer.Backpack).BinType
= i
end
end)

DabAll.Name = "Dab All"


DabAll.Parent = Frame
DabAll.BackgroundColor3 = Color3.new(0.639216, 0, 0)
DabAll.Position = UDim2.new(0.52823925, 0, 4.4666667, 0)
DabAll.Size = UDim2.new(0, 104, 0, 39)
DabAll.Font = Enum.Font.SourceSans
DabAll.Text = "Dab All"
DabAll.TextColor3 = Color3.new(1, 1, 1)
DabAll.TextSize = 20
DabAll.MouseButton1Down:connect(function()
while wait(1) do
for i,v in pairs(game:GetService('Players'):GetChildren()) do
Player = v.Name
AnimationId = "248263260"
local Anim = Instance.new("Animation")
Anim.AnimationId = "rbxassetid://"..AnimationId
local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
k:Play() --Play the animation
k:AdjustSpeed(2)
end
end
end)

SpazAll.Name = "Spaz All"


SpazAll.Parent = Frame
SpazAll.BackgroundColor3 = Color3.new(0.639216, 0, 0)
SpazAll.Position = UDim2.new(0.119601332, 0, 6.83333302, 0)
SpazAll.Size = UDim2.new(0, 104, 0, 39)
SpazAll.Font = Enum.Font.SourceSans
SpazAll.Text = "Spaz All"
SpazAll.TextColor3 = Color3.new(1, 1, 1)
SpazAll.TextSize = 20
SpazAll.MouseButton1Down:connect(function()
for i,Player in pairs(game.Players:GetChildren()) do
AnimationId = "33796059"
local Anim = Instance.new("Animation")
Anim.AnimationId = "rbxassetid://"..AnimationId
local k = Player.Character.Humanoid:LoadAnimation(Anim)
k:Play() --Play the animation
k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
end
end)

ClickTP.Name = "Click TP"


ClickTP.Parent = Frame
ClickTP.BackgroundColor3 = Color3.new(0.639216, 0, 0)
ClickTP.Position = UDim2.new(0.528239191, 0, 6.83333302, 0)
ClickTP.Size = UDim2.new(0, 104, 0, 39)
ClickTP.Font = Enum.Font.SourceSans
ClickTP.Text = "Click TP"
ClickTP.TextColor3 = Color3.new(1, 1, 1)
ClickTP.TextSize = 20
ClickTP.MouseButton1Down:connect(function()
mouse = game.Players.LocalPlayer:GetMouse()
tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "Click Teleport"
tool.Activated:connect(function()
local pos = mouse.Hit+Vector3.new(0,2.5,0)
pos = CFrame.new(pos.X,pos.Y,pos.Z)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
end)
tool.Parent = game.Players.LocalPlayer.Backpack
end)
Close.Name = "Close"
Close.Parent = Frame
Close.BackgroundColor3 = Color3.new(0.639216, 0, 0)
Close.Position = UDim2.new(0.926910281, 0, 0, 0)
Close.Size = UDim2.new(0, 22, 0, 30)
Close.Font = Enum.Font.SourceSans
Close.Text = "X"
Close.TextColor3 = Color3.new(0, 0, 0)
Close.TextSize = 20
Close.MouseButton1Down:connect(function()
Main.Visible = true
end)

Frame_2.Parent = Main
Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
Frame_2.Position = UDim2.new(0, 0, 0.929648221, 0)
Frame_2.Size = UDim2.new(0, 301, 0, 28)

TextLabel_3.Parent = Frame_2
TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel_3.BackgroundTransparency = 1
TextLabel_3.Position = UDim2.new(0.166112959, 0, 0, 0)
TextLabel_3.Size = UDim2.new(0, 200, 0, 28)
TextLabel_3.Font = Enum.Font.SourceSans
TextLabel_3.Text = "Follow HackerLikesPizza on Roblox!"
TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
TextLabel_3.TextSize = 14

-- Scripts

S-ar putea să vă placă și