local gui = [Link]("ScreenGui", game.
CoreGui)
local background = [Link]("Frame", gui)
local title = [Link]("TextLabel", background)
local destroy = [Link]("TextButton", background)
local btn = [Link]("TextButton", background)
local btn2 = [Link]("TextButton", background)
local btn3 = [Link]("TextButton", background)
local btn4 = [Link]("TextButton", background)
local btn5 = [Link]("TextButton", background)
local aclaration = [Link]("TextLabel", background)
local stopear = [Link]("TextButton", background)
local stopbrick = [Link]("TextButton", background)
local earrape = false
local brickspam = false
[Link] = true
[Link] = true
[Link] = [Link](0.5,450,0.5,-100)
[Link] = [Link](0,300,0,275)
background.BackgroundColor3 = [Link](0,0,0)
[Link] = 0.5
[Link] = [Link](0.5,-150,0.5,-200)
[Link] = [Link](0,300,0,50)
title.BackgroundColor3 = [Link](0,0,0)
[Link] = ("Slap Trolling")
[Link] = "GothamBlack"
title.TextColor3 = [Link](255,255,255)
[Link] = 30
[Link] = [Link](0.5,110,0.5,-188)
[Link] = [Link](0,25,0,25)
[Link] = ("X")
[Link] = "GothamBlack"
[Link] = 1
[Link] = 25
destroy.TextColor3 = [Link](255,0,0)
destroy.MouseButton1Click:Connect(function()
gui:Destroy()
wait(0.05)
end)
[Link] = [Link](0.5,-100,0.5,-105)
[Link] = [Link](0,200,0,50)
[Link] = ("Become Rock - (Diamond Glove)")
[Link] = "GothamBlack"
[Link] = 12
btn.TextColor3 = [Link](255,255,255)
[Link] = 0
btn.BackgroundColor3 = [Link](255,165,0)
btn.MouseButton1Click:Connect(function()
[Link]:FireServer();
end)
[Link] = [Link](0.5,-100,0.5,5)
[Link] = [Link](0,200,0,50)
[Link] = ("Annoying Sound")
[Link] = "GothamBlack"
[Link] = 20
btn2.TextColor3 = [Link](255,255,255)
btn2.BackgroundColor3 = [Link](255,165,0)
[Link] = 0
btn2.MouseButton1Click:Connect(function()
[Link]:FireServer();
end)
[Link] = [Link](0.5,-100,0.5,-50)
[Link] = [Link](0,200,0,50)
[Link] = ("Spam Bricks - (Brick Glove)")
[Link] = "GothamBlack"
[Link] = 15
btn3.TextColor3 = [Link](255,255,255)
btn3.BackgroundColor3 = [Link](255,165,0)
[Link] = 0
btn3.MouseButton1Click:Connect(function()
brickspam = true
end)
[Link] = [Link](0.5,-100,0.5,60)
[Link] = [Link](0,200,0,50)
[Link] = ("Ear Destroyer")
[Link] = "GothamBlack"
[Link] = 20
btn4.BackgroundColor3 = [Link](255,165,0)
[Link] = 0
btn4.BackgroundColor3 = [Link](100,0,0)
btn4.TextColor3 = [Link](255,255,255)
btn4.MouseButton1Click:Connect(function()
earrape = true
end)
[Link] = [Link](0.5,110,0.5,60)
[Link] = [Link](0,30,0,50)
[Link] = ("OFF")
[Link] = "GothamBlack"
[Link] = 15
[Link] = 0.5
stopear.TextColor3 = [Link](255,255,255)
[Link] = 0
stopear.BackgroundColor3 = [Link](255,255,255)
stopear.MouseButton1Click:Connect(function()
earrape = false
end)
[Link] = [Link](0.5,110,0.5,-50)
[Link] = [Link](0,30,0,50)
[Link] = ("OFF")
[Link] = "GothamBlack"
[Link] = 15
[Link] = 0.5
stopbrick.TextColor3 = [Link](255,255,255)
[Link] = 0
stopbrick.BackgroundColor3 = [Link](255,255,255)
stopbrick.MouseButton1Click:Connect(function()
brickspam = false
end)
[Link] = [Link](0.5,-150,0.5,150)
[Link] = [Link](0,300,0,50)
[Link] = ("Godmode")
[Link] = "GothamBlack"
[Link] = 30
btn5.TextColor3 = [Link](25,25,25)
[Link] = 0
btn5.BackgroundColor3 = [Link](255,255,255)
btn5.MouseButton1Click:Connect(function()
[Link] = [Link](-
4.08817, -8.92294, 1.83554)
end)
[Link] = [Link](0.5,-150,0.5,205)
[Link] = [Link](0,300,0,50)
[Link] = ("( ! ) Don't touch the portal before using this, you also won't
be able to use your glove. (You will be able to use
the rock hability with the button though)")
[Link] = true
[Link] = 0.5
[Link] = "GothamBlack"
[Link] = 30
aclaration.TextColor3 = [Link](25,25,25)
[Link] = 0
aclaration.BackgroundColor3 = [Link](255,255,255)
while wait() do
if earrape == true then
stopear.BackgroundColor3 = [Link](100,255,100)
btn4.BackgroundColor3 = [Link](100,255,100)
wait()
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
wait(1)
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
[Link]:FireServer();
else
stopear.BackgroundColor3 = [Link](100,0,0)
btn4.BackgroundColor3 = [Link](100,0,0)
end
if brickspam == true then
stopbrick.BackgroundColor3 = [Link](100,255,100)
btn3.BackgroundColor3 = [Link](100,255,100)
wait(2.5)
[Link]:FireServer();
else
stopbrick.BackgroundColor3 = [Link](100,0,0)
btn3.BackgroundColor3 = [Link](100,0,0)
end
end