0% found this document useful (0 votes)
1K views11 pages

!!!!!rare 1x1x1x1 Gui

The document describes a Lua script for a Roblox GUI called 'destroyer' that allows users to destroy a server and load a specific GUI. It includes various UI elements such as buttons and labels, and functionality to apply decals to parts in the game world. The script also plays sounds and modifies lighting when the 'DESTROY SERVER' button is clicked.

Uploaded by

sznddx84rk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views11 pages

!!!!!rare 1x1x1x1 Gui

The document describes a Lua script for a Roblox GUI called 'destroyer' that allows users to destroy a server and load a specific GUI. It includes various UI elements such as buttons and labels, and functionality to apply decals to parts in the game world. The script also plays sounds and modifies lighting when the 'DESTROY SERVER' button is clicked.

Uploaded by

sznddx84rk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 11

local destroyer = Instance.

new("ScreenGui")
local Frame = Instance.new("Frame")
local name = Instance.new("TextLabel")
local destroy = Instance.new("TextButton")
local load = Instance.new("TextButton")
local credit = Instance.new("TextLabel")

--Properties:

destroyer.Name = "destroyer"
destroyer.Parent = game.CoreGui

Frame.Parent = destroyer
Frame.Active = true
Frame.AnchorPoint = Vector2.new(0.5, 0.5)
Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderSizePixel = 0
Frame.Position = UDim2.new(0.499550074, 0, 0.498816252, 0)
Frame.Size = UDim2.new(0, 300, 0, 132)

name.Name = "name"
name.Parent = Frame
name.Active = true
name.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
name.BorderColor3 = Color3.fromRGB(255, 0, 0)
name.BorderSizePixel = 0
name.Size = UDim2.new(0, 300, 0, 21)
name.Font = Enum.Font.Creepster
name.Text = "1X1X1X1 RARE SERVER DESTROYER"
name.TextColor3 = Color3.fromRGB(0, 0, 0)
name.TextSize = 28.000
name.TextWrapped = true

destroy.Name = "destroy"
destroy.Parent = Frame
destroy.BackgroundColor3 = Color3.fromRGB(44, 0, 0)
destroy.BorderColor3 = Color3.fromRGB(0, 0, 0)
destroy.BorderSizePixel = 0
destroy.Position = UDim2.new(0, 0, 0.424242437, 0)
destroy.Size = UDim2.new(0, 300, 0, 76)
destroy.Font = Enum.Font.Creepster
destroy.Text = "DESTROY SERVER"
destroy.TextColor3 = Color3.fromRGB(255, 0, 0)
destroy.TextScaled = true
destroy.TextSize = 14.000
destroy.TextWrapped = true

load.Name = "load"
load.Parent = Frame
load.BackgroundColor3 = Color3.fromRGB(61, 0, 0)
load.BorderColor3 = Color3.fromRGB(0, 0, 0)
load.BorderSizePixel = 0
load.Position = UDim2.new(0, 0, 0.159090906, 0)
load.Size = UDim2.new(0, 300, 0, 35)
load.Font = Enum.Font.SourceSans
load.Text = "LOAD 1X1X1X1 GUI"
load.TextColor3 = Color3.fromRGB(255, 0, 0)
load.TextScaled = true
load.TextSize = 14.000
load.TextWrapped = true

credit.Name = "credit"
credit.Parent = Frame
credit.Active = true
credit.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
credit.BorderColor3 = Color3.fromRGB(255, 0, 0)
credit.BorderSizePixel = 0
credit.Position = UDim2.new(0, 0, 1, 0)
credit.Size = UDim2.new(0, 300, 0, 21)
credit.Font = Enum.Font.Creepster
credit.Text = "by c00lkidd, 1x1x1x1 and Debby"
credit.TextColor3 = Color3.fromRGB(0, 0, 0)
credit.TextSize = 28.000
credit.TextWrapped = true

-- Scripts:

local function UAWRU_fake_script() -- Frame.drag


local script = Instance.new('LocalScript', Frame)

script.Parent.Draggable = true
end
coroutine.wrap(UAWRU_fake_script)()
local function MYHES_fake_script() -- destroy.destroy
local script = Instance.new('Script', destroy)

script.Parent.MouseButton1Click:Connect(function()
local Music = Instance.new("Sound",workspace)
Music.Volume = 10
Music.Looped = true
Music.Pitch = 0.89
Music.SoundId = "rbxassetid://4359494654"

local Laugh = Instance.new("Sound",workspace)


Laugh.Volume = 10
Laugh.Looped = true
Laugh.PlaybackSpeed = 0.89
Laugh.SoundId = "rbxassetid://35935204"
Music:Play()
Laugh:Play()

for i,v in pairs (game.Workspace:GetChildren()) do


if v:IsA("Part") then
local decal1 =Instance.new("Decal")
local decal2 =Instance.new("Decal")
local decal3 =Instance.new("Decal")
local decal4 =Instance.new("Decal")
local decal5 =Instance.new("Decal")
local decal6 =Instance.new("Decal")
decal1.Texture = "http://www.roblox.com/asset/?id=6147424071"
decal2.Texture = "http://www.roblox.com/asset/?id=6147424071"
decal3.Texture = "http://www.roblox.com/asset/?id=6147424071"
decal4.Texture = "http://www.roblox.com/asset/?id=6147424071"
decal5.Texture = "http://www.roblox.com/asset/?id=6147424071"
decal6.Texture = "http://www.roblox.com/asset/?id=6147424071"
decal1.Parent = v
decal2.Parent = v
decal3.Parent = v
decal4.Parent = v
decal5.Parent = v
decal6.Parent = v
decal1.Face = "Front"
decal2.Face = "Top"
decal3.Face = "Left"
decal4.Face = "Right"
decal5.Face = "Bottom"
decal6.Face = "Back"
end
end
for i,v in pairs (game.Workspace:GetChildren()) do
if v:IsA("Model") then
for i,z in pairs (v:GetChildren()) do
if z:IsA("Part") then
local decal7 =Instance.new("Decal")
local decal8 =Instance.new("Decal")
local decal9 =Instance.new("Decal")
local decal10 =Instance.new("Decal")
local decal11 =Instance.new("Decal")
local decal12 =Instance.new("Decal")
decal7.Texture = "http://www.roblox.com/asset/?
id=6147424071"
decal8.Texture = "http://www.roblox.com/asset/?
id=6147424071"
decal9.Texture = "http://www.roblox.com/asset/?
id=6147424071"
decal10.Texture = "http://www.roblox.com/asset/?
id=6147424071"
decal11.Texture = "http://www.roblox.com/asset/?
id=6147424071"
decal12.Texture = "http://www.roblox.com/asset/?
id=6147424071"
decal7.Parent = z
decal8.Parent = z
decal9.Parent = z
decal10.Parent = z
decal11.Parent = z
decal12.Parent = z
decal7.Face = "Front"
decal8.Face = "Top"
decal9.Face = "Left"
decal10.Face = "Right"
decal11.Face = "Bottom"
decal12.Face = "Back"
end
end
end
end

game.Lighting.FogStart = 10
game.Lighting.FogEnd = 120
game.Lighting.FogColor = Color3.new(1, 0, 0)
game.Lighting.TimeOfDay = "00:00"
end)
end
coroutine.wrap(MYHES_fake_script)()
local function MXKD_fake_script() -- load.gui
local script = Instance.new('Script', load)

script.Parent.MouseButton1Click:connect(function(plr)
local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local Name = Instance.new("TextLabel")
local Credits = Instance.new("TextLabel")
local e1x1x1x1Message = Instance.new("TextButton")
local e1x1x1x1Music = Instance.new("TextButton")
local e1x1x1x1Laugh = Instance.new("TextButton")
local DayToNight = Instance.new("TextButton")
local e666 = Instance.new("TextButton")
local EpicSaxGuy = Instance.new("TextButton")
local Disc0 = Instance.new("TextButton")
local e2006Theme = Instance.new("TextButton")
local ForceField = Instance.new("TextButton")

--Properties:

ScreenGui.Parent = game.CoreGui
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
ScreenGui.ResetOnSpawn = false

Frame.Parent = ScreenGui
Frame.Active = true
Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
Frame.Position = UDim2.new(0.382171214, 0, 0.352368146, 0)
Frame.Selectable = true
Frame.Size = UDim2.new(0, 339, 0, 209)

Name.Name = "Name"
Name.Parent = Frame
Name.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Name.BorderColor3 = Color3.fromRGB(255, 0, 0)
Name.Size = UDim2.new(0, 339, 0, 25)
Name.Font = Enum.Font.GothamBold
Name.Text = "1x1x1x1 Gui"
Name.TextColor3 = Color3.fromRGB(0, 0, 0)
Name.TextScaled = true
Name.TextSize = 14.000
Name.TextWrapped = true

Credits.Name = "Credits"
Credits.Parent = Frame
Credits.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Credits.BorderColor3 = Color3.fromRGB(255, 0, 0)
Credits.Position = UDim2.new(0, 0, 0.905794621, 0)
Credits.Size = UDim2.new(0, 339, 0, 19)
Credits.Font = Enum.Font.GothamBold
Credits.Text = "By ChipsBBQexe, Fixed by c00lkidd"
Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
Credits.TextScaled = true
Credits.TextSize = 14.000
Credits.TextWrapped = true

e1x1x1x1Message.Name = "e1x1x1x1Message"
e1x1x1x1Message.Parent = Frame
e1x1x1x1Message.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
e1x1x1x1Message.BorderColor3 = Color3.fromRGB(255, 0, 0)
e1x1x1x1Message.Position = UDim2.new(0.0714285746, 0, 0.216000006, 0)
e1x1x1x1Message.Size = UDim2.new(0, 79, 0, 31)
e1x1x1x1Message.Font = Enum.Font.GothamBold
e1x1x1x1Message.Text = "1x1x1x1 Message"
e1x1x1x1Message.TextColor3 = Color3.fromRGB(0, 0, 0)
e1x1x1x1Message.TextScaled = true
e1x1x1x1Message.TextSize = 14.000
e1x1x1x1Message.TextWrapped = true

e1x1x1x1Music.Name = "e1x1x1x1Music"
e1x1x1x1Music.Parent = Frame
e1x1x1x1Music.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
e1x1x1x1Music.BorderColor3 = Color3.fromRGB(255, 0, 0)
e1x1x1x1Music.Position = UDim2.new(0.0714285746, 0, 0.436000019, 0)
e1x1x1x1Music.Size = UDim2.new(0, 79, 0, 31)
e1x1x1x1Music.Font = Enum.Font.GothamBold
e1x1x1x1Music.Text = "1x1x1x1 Music"
e1x1x1x1Music.TextColor3 = Color3.fromRGB(0, 0, 0)
e1x1x1x1Music.TextScaled = true
e1x1x1x1Music.TextSize = 14.000
e1x1x1x1Music.TextWrapped = true

e1x1x1x1Laugh.Name = "e1x1x1x1Laugh"
e1x1x1x1Laugh.Parent = Frame
e1x1x1x1Laugh.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
e1x1x1x1Laugh.BorderColor3 = Color3.fromRGB(255, 0, 0)
e1x1x1x1Laugh.Position = UDim2.new(0.0714285746, 0, 0.648000002, 0)
e1x1x1x1Laugh.Size = UDim2.new(0, 79, 0, 34)
e1x1x1x1Laugh.Font = Enum.Font.GothamBold
e1x1x1x1Laugh.Text = "1x1x1x1 Laugh"
e1x1x1x1Laugh.TextColor3 = Color3.fromRGB(0, 0, 0)
e1x1x1x1Laugh.TextScaled = true
e1x1x1x1Laugh.TextSize = 14.000
e1x1x1x1Laugh.TextWrapped = true

DayToNight.Name = "DayToNight"
DayToNight.Parent = Frame
DayToNight.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
DayToNight.BorderColor3 = Color3.fromRGB(255, 0, 0)
DayToNight.Position = UDim2.new(0.388888896, 0, 0.216000006, 0)
DayToNight.Size = UDim2.new(0, 83, 0, 31)
DayToNight.Font = Enum.Font.GothamBold
DayToNight.Text = "Night"
DayToNight.TextColor3 = Color3.fromRGB(0, 0, 0)
DayToNight.TextScaled = true
DayToNight.TextSize = 14.000
DayToNight.TextWrapped = true

e666.Name = "e666"
e666.Parent = Frame
e666.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
e666.BorderColor3 = Color3.fromRGB(255, 0, 0)
e666.Position = UDim2.new(0.388888896, 0, 0.43599999, 0)
e666.Size = UDim2.new(0, 83, 0, 31)
e666.Font = Enum.Font.GothamBold
e666.Text = "666"
e666.TextColor3 = Color3.fromRGB(0, 0, 0)
e666.TextScaled = true
e666.TextSize = 14.000
e666.TextWrapped = true

EpicSaxGuy.Name = "EpicSaxGuy"
EpicSaxGuy.Parent = Frame
EpicSaxGuy.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
EpicSaxGuy.BorderColor3 = Color3.fromRGB(255, 0, 0)
EpicSaxGuy.Position = UDim2.new(0.388888896, 0, 0.648000002, 0)
EpicSaxGuy.Size = UDim2.new(0, 83, 0, 34)
EpicSaxGuy.Font = Enum.Font.GothamBold
EpicSaxGuy.Text = "Epic Sax Guy"
EpicSaxGuy.TextColor3 = Color3.fromRGB(0, 0, 0)
EpicSaxGuy.TextScaled = true
EpicSaxGuy.TextSize = 14.000
EpicSaxGuy.TextWrapped = true

Disc0.Name = "Disc0"
Disc0.Parent = Frame
Disc0.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Disc0.BorderColor3 = Color3.fromRGB(255, 0, 0)
Disc0.Position = UDim2.new(0.693121672, 0, 0.216000006, 0)
Disc0.Size = UDim2.new(0, 89, 0, 31)
Disc0.Font = Enum.Font.GothamBold
Disc0.Text = "Disco"
Disc0.TextColor3 = Color3.fromRGB(0, 0, 0)
Disc0.TextScaled = true
Disc0.TextSize = 14.000
Disc0.TextWrapped = true

e2006Theme.Name = "e2006Theme"
e2006Theme.Parent = Frame
e2006Theme.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
e2006Theme.BorderColor3 = Color3.fromRGB(255, 0, 0)
e2006Theme.Position = UDim2.new(0.693121672, 0, 0.43599999, 0)
e2006Theme.Size = UDim2.new(0, 89, 0, 31)
e2006Theme.Font = Enum.Font.GothamBold
e2006Theme.Text = "2006 Music"
e2006Theme.TextColor3 = Color3.fromRGB(0, 0, 0)
e2006Theme.TextScaled = true
e2006Theme.TextSize = 14.000
e2006Theme.TextWrapped = true

ForceField.Name = "ForceField"
ForceField.Parent = Frame
ForceField.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
ForceField.BorderColor3 = Color3.fromRGB(255, 0, 0)
ForceField.Position = UDim2.new(0.693121672, 0, 0.648000002, 0)
ForceField.Size = UDim2.new(0, 89, 0, 34)
ForceField.Font = Enum.Font.GothamBold
ForceField.Text = "FF"
ForceField.TextColor3 = Color3.fromRGB(0, 0, 0)
ForceField.TextScaled = true
ForceField.TextSize = 14.000
ForceField.TextWrapped = true

-- Scripts:

local function OOZVNC_fake_script() -- e1x1x1x1Message.1xm


local script = Instance.new('Script', e1x1x1x1Message)
script.Parent.MouseButton1Down:connect(function()
while true do
wait(2)--set this to how much time between messages
msg = Instance.new ("Hint")
msg.Parent = game.Workspace
msg.Text = "1x1x1x1: MUHAWHAWHAW! NOOBS! I HAVE
RETURNED FOR MY REVENGE!"
wait(6)
msg:remove()
wait(3)
msg = Instance.new("Message")
msg.Parent = game.Workspace
msg.Text = "1x1x1x1: NOW YOU WILL ALL PARISH IN MY
FIRE OF DOOM!"
wait(6)
msg:remove()
wait(3)
msg = Instance.new("Message")
msg.Parent = game.Workspace
msg.Text = "1x1x1x1: I WILL DESTROY YOU ALL! YOU ARE
WORTHLESS!"
wait(6)
msg:remove()
wait(3)
msg = Instance.new("Message")
msg.Parent = game.Workspace
msg.Text = "1x1x1x1: YOU WILL NOT LIVE THROUGH MY
DEADLY ATTACKS!"
wait(6)
msg:remove()
wait(3)
msg = Instance.new("Message")
msg.Parent = game.Workspace
msg.Text = "1x1x1x1: I MIGHT AS WELL CLONE YOU INTO
BOTS!"
wait(6)
msg:remove()
wait(3)
msg = Instance.new("Message")
msg.Parent = game.Workspace
msg.Text = "1x1x1x1: AND THEN THOSE BOTS WILL DESTROY
ROBLOX! HAHAHAHAHA!"
wait(6)
msg:remove()
wait(3)
msg = Instance.new("Message")
msg.Parent = game.Workspace
msg.Text = "1x1x1x1: YOU CAN'T STOP ME! THERES
NOTHING YOU CAN DO!"
wait(6)
msg:remove()
end
end)

end
coroutine.wrap(OOZVNC_fake_script)()
local function DMWZKU_fake_script() -- e1x1x1x1Music.1xmu
local script = Instance.new('Script', e1x1x1x1Music)
script.Parent.MouseButton1Down:connect(function()
local s = Instance.new("Sound")

s.Name = "Sound"
s.SoundId = "rbxassetid://27697743"
s.Volume = 2
s.Pitch = 2.57
s.Looped = true
s.archivable = false

s.Parent = game.Workspace

wait(1)

s:play()
end)

end
coroutine.wrap(DMWZKU_fake_script)()
local function DZUHRC_fake_script() -- e1x1x1x1Laugh.1xl
local script = Instance.new('Script', e1x1x1x1Laugh)

script.Parent.MouseButton1Down:connect(function()
local s = Instance.new("Sound")

s.Name = "Sound"
s.SoundId = "rbxassetid://35935204"
s.Volume = 1
s.Pitch = 0.9
s.Looped = true
s.archivable = false

s.Parent = game.Workspace

wait(1)

s:play()
end)
end
coroutine.wrap(DZUHRC_fake_script)()
local function EBKSLFM_fake_script() -- DayToNight.1dtn
local script = Instance.new('Script', DayToNight)

script.Parent.MouseButton1Down:connect(function()
while true do
game.Lighting.TimeOfDay = "18:00:00"
wait(0.5)
end
end)
end
coroutine.wrap(EBKSLFM_fake_script)()
local function IXTKUSG_fake_script() -- e666.1x6
local script = Instance.new('Script', e666)

script.Parent.MouseButton1Down:connect(function()
for i,v in next,workspace:children''do
if(v:IsA'BasePart')then
me=v;
bbg=Instance.new('BillboardGui',me);
bbg.Name='stuf';
bbg.Adornee=me;
bbg.Size=UDim2.new(2.5,0,2.5,0)
--bbg.StudsOffset=Vector3.new(0,2,0)
tlb=Instance.new'TextLabel';
tlb.Text='666 666 666 666 666 666';
tlb.Font='SourceSansBold';
tlb.FontSize='Size48';
tlb.TextColor3=Color3.new(1,0,0);
tlb.Size=UDim2.new(1.25,0,1.25,0);
tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
tlb.BackgroundTransparency=1;
tlb.Parent=bbg;
end;end;
function xds(dd)
for i,v in next,dd:children''do
if(v:IsA'BasePart')then
v.BrickColor=BrickColor.new'Really
black';
v.TopSurface='Smooth';
v.BottomSurface='Smooth';
s=Instance.new('SelectionBox',v);
s.Adornee=v;
s.Color=BrickColor.new'Really red';
a=Instance.new('PointLight',v);
a.Color=Color3.new(1,0,0);
a.Range=15;
a.Brightness=5;
f=Instance.new('Fire',v);
f.Size=19;
f.Heat=22;
end;
game.Lighting.TimeOfDay=0;
game.Lighting.Brightness=0;
game.Lighting.ShadowColor=Color3.new(0,0,0);
game.Lighting.Ambient=Color3.new(1,0,0);
game.Lighting.FogEnd=200;
game.Lighting.FogColor=Color3.new(0,0,0);
local dec = 'http://www.roblox.com/asset/?
id=19399245';
local fac = {'Front', 'Back', 'Left', 'Right',
'Top', 'Bottom'}
--coroutine.wrap(function()
--for ,_ in pairs(fac) do
--local ddec = Instance.new("Decal", v)
--ddec.Face =
--ddec.Texture = dec
--end end)()
if #(v:GetChildren())>0 then
xds(v)
end
end
end
xds(game.Workspace)
end)
end
coroutine.wrap(IXTKUSG_fake_script)()
local function AUHMUBB_fake_script() -- EpicSaxGuy.1xesg
local script = Instance.new('Script', EpicSaxGuy)

script.Parent.MouseButton1Down:connect(function()
local s = Instance.new("Sound")

s.Name = "Sound"
s.SoundId = "rbxassetid://358776516"
s.Volume = 1
s.Pitch = 1
s.Looped = true
s.archivable = false

s.Parent = game.Workspace

wait(1)

s:play()
end)
end
coroutine.wrap(AUHMUBB_fake_script)()
local function OUZYCNQ_fake_script() -- Disc0.1xd
local script = Instance.new('Script', Disc0)

script.Parent.MouseButton1Down:connect(function()
while true do

game.Lighting.Ambient = Color3.new(math.random(),
math.random(), math.random())
wait(.25)

end
end)
end
coroutine.wrap(OUZYCNQ_fake_script)()
local function LJMB_fake_script() -- e2006Theme.1x2
local script = Instance.new('Script', e2006Theme)

script.Parent.MouseButton1Down:connect(function()
local s = Instance.new("Sound")

s.Name = "Sound"
s.SoundId = "rbxassetid://1987072964"
s.Volume = 1
s.Pitch = 1
s.Looped = true
s.archivable = false

s.Parent = game.Workspace

wait(1)

s:play()
end)
end
coroutine.wrap(LJMB_fake_script)()
local function UADBV_fake_script() -- ForceField.1xf
local script = Instance.new('LocalScript', ForceField)

script.Parent.MouseButton1Down:connect(function()
local plr = game.Players.LocalPlayer local chr =
plr.Character
Instance.new("ForceField", chr)
end)
end
coroutine.wrap(UADBV_fake_script)()
local function GBSH_fake_script() -- Frame.drag
local script = Instance.new('Script', Frame)

script.Parent.Draggable = true
end
coroutine.wrap(GBSH_fake_script)()
end)
end
coroutine.wrap(MXKD_fake_script)()

You might also like