Advertisement
ROBLOX_SCRIPT_SHARE

1x1x1x1 SCRIPT

Feb 12th, 2022
5,538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local Name = Instance.new("TextLabel")
  8. local Credits = Instance.new("TextLabel")
  9. local e1x1x1x1Message = Instance.new("TextButton")
  10. local e1x1x1x1Music = Instance.new("TextButton")
  11. local e1x1x1x1Laugh = Instance.new("TextButton")
  12. local DayToNight = Instance.new("TextButton")
  13. local e666 = Instance.new("TextButton")
  14. local EpicSaxGuy = Instance.new("TextButton")
  15. local Disc0 = Instance.new("TextButton")
  16. local e2006Theme = Instance.new("TextButton")
  17. local ForceField = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Frame.Parent = ScreenGui
  25. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  26. Frame.Position = UDim2.new(0.382171214, 0, 0.328530252, 0)
  27. Frame.Size = UDim2.new(0, 378, 0, 250)
  28.  
  29. Name.Name = "Name"
  30. Name.Parent = Frame
  31. Name.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  32. Name.Size = UDim2.new(0, 378, 0, 25)
  33. Name.Font = Enum.Font.GothamBold
  34. Name.Text = "1x1x1x1 Gui"
  35. Name.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. Name.TextScaled = true
  37. Name.TextSize = 14.000
  38. Name.TextWrapped = true
  39.  
  40. Credits.Name = "Credits"
  41. Credits.Parent = Frame
  42. Credits.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  43. Credits.Position = UDim2.new(0, 0, 0.912, 0)
  44. Credits.Size = UDim2.new(0, 378, 0, 22)
  45. Credits.Font = Enum.Font.GothamBold
  46. Credits.Text = "By SPOOKY DRAGON"
  47. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. Credits.TextScaled = true
  49. Credits.TextSize = 14.000
  50. Credits.TextWrapped = true
  51.  
  52. e1x1x1x1Message.Name = "e1x1x1x1Message"
  53. e1x1x1x1Message.Parent = Frame
  54. e1x1x1x1Message.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  55. e1x1x1x1Message.Position = UDim2.new(0.0714285746, 0, 0.216000006, 0)
  56. e1x1x1x1Message.Size = UDim2.new(0, 79, 0, 31)
  57. e1x1x1x1Message.Font = Enum.Font.GothamBold
  58. e1x1x1x1Message.Text = "1x1x1x1 Message"
  59. e1x1x1x1Message.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. e1x1x1x1Message.TextScaled = true
  61. e1x1x1x1Message.TextSize = 14.000
  62. e1x1x1x1Message.TextWrapped = true
  63. e1x1x1x1Message.MouseButton1Down:connect(function()
  64. while true do
  65. wait(12)--set this to how much time between messages
  66. msg = Instance.new ("Hint")
  67. msg.Parent = game.Workspace
  68. msg.Text = "1x1x1x1: MUHAWHAWHAW! NOOBS! I HAVE RETURNED FOR MY REVENGE!"
  69. wait(6)
  70. msg:remove()
  71. wait(3)
  72. msg = Instance.new("Message")
  73. msg.Parent = game.Workspace
  74. msg.Text = "1x1x1x1: NOW YOU WILL ALL PARISH IN MY FIRE OF DOOM!"
  75. wait(6)
  76. msg:remove()
  77. wait(3)
  78. msg = Instance.new("Message")
  79. msg.Parent = game.Workspace
  80. msg.Text = "1x1x1x1: I WILL DESTROY YOU ALL! YOU ARE WORTHLESS!"
  81. wait(6)
  82. msg:remove()
  83. wait(3)
  84. msg = Instance.new("Message")
  85. msg.Parent = game.Workspace
  86. msg.Text = "1x1x1x1: YOU WILL NOT LIVE THROUGH MY DEADLY ATTACKS!"
  87. wait(6)
  88. msg:remove()
  89. wait(3)
  90. msg = Instance.new("Message")
  91. msg.Parent = game.Workspace
  92. msg.Text = "1x1x1x1: I MIGHT AS WELL CLONE YOU INTO BOTS!"
  93. wait(6)
  94. msg:remove()
  95. wait(3)
  96. msg = Instance.new("Message")
  97. msg.Parent = game.Workspace
  98. msg.Text = "1x1x1x1: AND THEN THOSE BOTS WILL DESTROY ROBLOX! HAHAHAHAHA!"
  99. wait(6)
  100. msg:remove()
  101. wait(3)
  102. msg = Instance.new("Message")
  103. msg.Parent = game.Workspace
  104. msg.Text = "1x1x1x1: YOU CAN'T STOP ME! THERES NOTHING YOU CAN DO!"
  105. wait(6)
  106. msg:remove()
  107. end
  108. end)
  109. e1x1x1x1Music.Name = "e1x1x1x1Music"
  110. e1x1x1x1Music.Parent = Frame
  111. e1x1x1x1Music.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  112. e1x1x1x1Music.Position = UDim2.new(0.0714285746, 0, 0.436000019, 0)
  113. e1x1x1x1Music.Size = UDim2.new(0, 79, 0, 31)
  114. e1x1x1x1Music.Font = Enum.Font.GothamBold
  115. e1x1x1x1Music.Text = "1x1x1x1 Music"
  116. e1x1x1x1Music.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. e1x1x1x1Music.TextScaled = true
  118. e1x1x1x1Music.TextSize = 14.000
  119. e1x1x1x1Music.TextWrapped = true
  120. e1x1x1x1Music.MouseButton1Down:connect(function()
  121. --Made by Servano
  122.  
  123. local s = Instance.new("Sound")
  124.  
  125. s.Name = "Sound"
  126. s.SoundId = "http://www.roblox.com/asset/?id=27697743"
  127. s.Volume = 1
  128. s.Pitch = 3
  129. s.Looped = true
  130. s.archivable = false
  131.  
  132. s.Parent = game.Workspace
  133.  
  134. wait(1)
  135.  
  136. s:play()
  137. end)
  138. e1x1x1x1Laugh.Name = "e1x1x1x1Laugh"
  139. e1x1x1x1Laugh.Parent = Frame
  140. e1x1x1x1Laugh.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  141. e1x1x1x1Laugh.Position = UDim2.new(0.0714285746, 0, 0.648000002, 0)
  142. e1x1x1x1Laugh.Size = UDim2.new(0, 79, 0, 34)
  143. e1x1x1x1Laugh.Font = Enum.Font.GothamBold
  144. e1x1x1x1Laugh.Text = "1x1x1x1 Laugh"
  145. e1x1x1x1Laugh.TextColor3 = Color3.fromRGB(0, 0, 0)
  146. e1x1x1x1Laugh.TextScaled = true
  147. e1x1x1x1Laugh.TextSize = 14.000
  148. e1x1x1x1Laugh.TextWrapped = true
  149. e1x1x1x1Laugh.MouseButton1Down:connect(function()
  150. --Made by Servano
  151.  
  152. local s = Instance.new("Sound")
  153.  
  154. s.Name = "Sound"
  155. s.SoundId = "http://www.roblox.com/asset/?id=35935204"
  156. s.Volume = 1
  157. s.Pitch = 0.9
  158. s.Looped = true
  159. s.archivable = false
  160.  
  161. s.Parent = game.Workspace
  162.  
  163. wait(1)
  164.  
  165. s:play()
  166. end)
  167. DayToNight.Name = "DayToNight"
  168. DayToNight.Parent = Frame
  169. DayToNight.BackgroundColor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement