1x1x1x1 GUI "666" Script - Pastebin.com (2024)

  1. -- Gui to Lua

  2. -- Version: 3.

  3. -- Instances:

  4. local ScreenGui = Instance.new("ScreenGui")

  5. local Frame = Instance.new("Frame")

  6. local Name = Instance.new("TextLabel")

  7. local Credits = Instance.new("TextLabel")

  8. local e1x1x1x1Message = Instance.new("TextButton")

  9. local e1x1x1x1Music = Instance.new("TextButton")

  10. local e1x1x1x1Laugh = Instance.new("TextButton")

  11. local DayToNight = Instance.new("TextButton")

  12. local e666 = Instance.new("TextButton")

  13. local EpicSaxGuy = Instance.new("TextButton")

  14. local Disc0 = Instance.new("TextButton")

  15. local e2006Theme = Instance.new("TextButton")

  16. local ForceField = Instance.new("TextButton")

  17. --Properties:

  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  20. Frame.Parent = ScreenGui

  21. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  22. Frame.Position = UDim2.new(0.382171214, 0, 0.328530252, 0)

  23. Frame.Size = UDim2.new(0, 378, 0, 250)

  24. Name.Name = "Name"

  25. Name.Parent = Frame

  26. Name.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  27. Name.Size = UDim2.new(0, 378, 0, 25)

  28. Name.Font = Enum.Font.GothamBold

  29. Name.Text = "1x1x1x1 Gui"

  30. Name.TextColor3 = Color3.fromRGB(0, 0, 0)

  31. Name.TextScaled = true

  32. Name.TextSize = 14.000

  33. Name.TextWrapped = true

  34. Credits.Name = "Credits"

  35. Credits.Parent = Frame

  36. Credits.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  37. Credits.Position = UDim2.new(0, 0, 0.912, 0)

  38. Credits.Size = UDim2.new(0, 378, 0, 22)

  39. Credits.Font = Enum.Font.GothamBold

  40. Credits.Text = "By ChipsBBQexe"

  41. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)

  42. Credits.TextScaled = true

  43. Credits.TextSize = 14.000

  44. Credits.TextWrapped = true

  45. e1x1x1x1Message.Name = "e1x1x1x1Message"

  46. e1x1x1x1Message.Parent = Frame

  47. e1x1x1x1Message.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  48. e1x1x1x1Message.Position = UDim2.new(0.0714285746, 0, 0.216000006, 0)

  49. e1x1x1x1Message.Size = UDim2.new(0, 79, 0, 31)

  50. e1x1x1x1Message.Font = Enum.Font.GothamBold

  51. e1x1x1x1Message.Text = "1x1x1x1 Message"

  52. e1x1x1x1Message.TextColor3 = Color3.fromRGB(0, 0, 0)

  53. e1x1x1x1Message.TextScaled = true

  54. e1x1x1x1Message.TextSize = 14.000

  55. e1x1x1x1Message.TextWrapped = true

  56. e1x1x1x1Message.MouseButton1Down:connect(function()

  57. while true do

  58. wait(12)--set this to how much time between messages

  59. msg = Instance.new ("Hint")

  60. msg.Parent = game.Workspace

  61. msg.Text = "1x1x1x1: MUHAWHAWHAW! NOOBS! I HAVE RETURNED FOR MY REVENGE!"

  62. wait(6)

  63. msg:remove()

  64. wait(3)

  65. msg = Instance.new("Message")

  66. msg.Parent = game.Workspace

  67. msg.Text = "1x1x1x1: NOW YOU WILL ALL PARISH IN MY FIRE OF DOOM!"

  68. wait(6)

  69. msg:remove()

  70. wait(3)

  71. msg = Instance.new("Message")

  72. msg.Parent = game.Workspace

  73. msg.Text = "1x1x1x1: I WILL DESTROY YOU ALL! YOU ARE WORTHLESS!"

  74. wait(6)

  75. msg:remove()

  76. wait(3)

  77. msg = Instance.new("Message")

  78. msg.Parent = game.Workspace

  79. msg.Text = "1x1x1x1: YOU WILL NOT LIVE THROUGH MY DEADLY ATTACKS!"

  80. wait(6)

  81. msg:remove()

  82. wait(3)

  83. msg = Instance.new("Message")

  84. msg.Parent = game.Workspace

  85. msg.Text = "1x1x1x1: I MIGHT AS WELL CLONE YOU INTO BOTS!"

  86. wait(6)

  87. msg:remove()

  88. wait(3)

  89. msg = Instance.new("Message")

  90. msg.Parent = game.Workspace

  91. msg.Text = "1x1x1x1: AND THEN THOSE BOTS WILL DESTROY ROBLOX! HAHAHAHAHA!"

  92. wait(6)

  93. msg:remove()

  94. wait(3)

  95. msg = Instance.new("Message")

  96. msg.Parent = game.Workspace

  97. msg.Text = "1x1x1x1: YOU CAN'T STOP ME! THERES NOTHING YOU CAN DO!"

  98. wait(6)

  99. msg:remove()

  100. end

  101. end)

  102. e1x1x1x1Music.Name = "e1x1x1x1Music"

  103. e1x1x1x1Music.Parent = Frame

  104. e1x1x1x1Music.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  105. e1x1x1x1Music.Position = UDim2.new(0.0714285746, 0, 0.436000019, 0)

  106. e1x1x1x1Music.Size = UDim2.new(0, 79, 0, 31)

  107. e1x1x1x1Music.Font = Enum.Font.GothamBold

  108. e1x1x1x1Music.Text = "1x1x1x1 Music"

  109. e1x1x1x1Music.TextColor3 = Color3.fromRGB(0, 0, 0)

  110. e1x1x1x1Music.TextScaled = true

  111. e1x1x1x1Music.TextSize = 14.000

  112. e1x1x1x1Music.TextWrapped = true

  113. e1x1x1x1Music.MouseButton1Down:connect(function()

  114. --Made by Servano

  115. local s = Instance.new("Sound")

  116. s.Name = "Sound"

  117. s.SoundId = "http://www.roblox.com/asset/?id=27697743"

  118. s.Volume = 1

  119. s.Pitch = 3

  120. s.Looped = true

  121. s.archivable = false

  122. s.Parent = game.Workspace

  123. wait(1)

  124. s:play()

  125. end)

  126. e1x1x1x1Laugh.Name = "e1x1x1x1Laugh"

  127. e1x1x1x1Laugh.Parent = Frame

  128. e1x1x1x1Laugh.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  129. e1x1x1x1Laugh.Position = UDim2.new(0.0714285746, 0, 0.648000002, 0)

  130. e1x1x1x1Laugh.Size = UDim2.new(0, 79, 0, 34)

  131. e1x1x1x1Laugh.Font = Enum.Font.GothamBold

  132. e1x1x1x1Laugh.Text = "1x1x1x1 Laugh"

  133. e1x1x1x1Laugh.TextColor3 = Color3.fromRGB(0, 0, 0)

  134. e1x1x1x1Laugh.TextScaled = true

  135. e1x1x1x1Laugh.TextSize = 14.000

  136. e1x1x1x1Laugh.TextWrapped = true

  137. e1x1x1x1Laugh.MouseButton1Down:connect(function()

  138. --Made by Servano

  139. local s = Instance.new("Sound")

  140. s.Name = "Sound"

  141. s.SoundId = "http://www.roblox.com/asset/?id=35935204"

  142. s.Volume = 1

  143. s.Pitch = 0.9

  144. s.Looped = true

  145. s.archivable = false

  146. s.Parent = game.Workspace

  147. wait(1)

  148. s:play()

  149. end)

  150. DayToNight.Name = "DayToNight"

  151. DayToNight.Parent = Frame

  152. DayToNight.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  153. DayToNight.Position = UDim2.new(0.388888896, 0, 0.216000006, 0)

  154. DayToNight.Size = UDim2.new(0, 83, 0, 31)

  155. DayToNight.Font = Enum.Font.GothamBold

  156. DayToNight.Text = "Night"

  157. DayToNight.TextColor3 = Color3.fromRGB(0, 0, 0)

  158. DayToNight.TextScaled = true

  159. DayToNight.TextSize = 14.000

  160. DayToNight.TextWrapped = true

  161. DayToNight.MouseButton1Down:connect(function()

  162. while true do

  163. print ("Loop cycle start")

  164. game.Lighting.TimeOfDay = "18:00:00"

  165. wait(0.5)

  166. end

  167. end)

  168. e666.Name = "e666"

  169. e666.Parent = Frame

  170. e666.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  171. e666.Position = UDim2.new(0.388888896, 0, 0.43599999, 0)

  172. e666.Size = UDim2.new(0, 83, 0, 31)

  173. e666.Font = Enum.Font.GothamBold

  174. e666.Text = "666"

  175. e666.TextColor3 = Color3.fromRGB(0, 0, 0)

  176. e666.TextScaled = true

  177. e666.TextSize = 14.000

  178. e666.TextWrapped = true

  179. e666.MouseButton1Down:connect(function()

  180. for i,v in next,workspace:children''do

  181. if(v:IsA'BasePart')then

  182. me=v;

  183. bbg=Instance.new('BillboardGui',me);

  184. bbg.Name='stuf';

  185. bbg.Adornee=me;

  186. bbg.Size=UDim2.new(2.5,0,2.5,0)

  187. --bbg.StudsOffset=Vector3.new(0,2,0)

  188. tlb=Instance.new'TextLabel';

  189. tlb.Text='666 666 666 666 666 666';

  190. tlb.Font='SourceSansBold';

  191. tlb.FontSize='Size48';

  192. tlb.TextColor3=Color3.new(1,0,0);

  193. tlb.Size=UDim2.new(1.25,0,1.25,0);

  194. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);

  195. tlb.BackgroundTransparency=1;

  196. tlb.Parent=bbg;

  197. end;end;

  198. function xds(dd)

  199. for i,v in next,dd:children''do

  200. if(v:IsA'BasePart')then

  201. v.BrickColor=BrickColor.new'Really black';

  202. v.TopSurface='Smooth';

  203. v.BottomSurface='Smooth';

  204. s=Instance.new('SelectionBox',v);

  205. s.Adornee=v;

  206. s.Color=BrickColor.new'Really red';

  207. a=Instance.new('PointLight',v);

  208. a.Color=Color3.new(1,0,0);

  209. a.Range=15;

  210. a.Brightness=5;

  211. f=Instance.new('Fire',v);

  212. f.Size=19;

  213. f.Heat=22;

  214. end;

  215. game.Lighting.TimeOfDay=0;

  216. game.Lighting.Brightness=0;

  217. game.Lighting.ShadowColor=Color3.new(0,0,0);

  218. game.Lighting.Ambient=Color3.new(1,0,0);

  219. game.Lighting.FogEnd=200;

  220. game.Lighting.FogColor=Color3.new(0,0,0);

  221. local dec = 'http://www.roblox.com/asset/?id=19399245';

  222. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}

  223. --coroutine.wrap(function()

  224. --for ,_ in pairs(fac) do

  225. --local ddec = Instance.new("Decal", v)

  226. --ddec.Face =

  227. --ddec.Texture = dec

  228. --end end)()

  229. if #(v:GetChildren())>0 then

  230. xds(v)

  231. end

  232. end

  233. end

  234. xds(game.Workspace)

  235. end)

  236. EpicSaxGuy.Name = "EpicSaxGuy"

  237. EpicSaxGuy.Parent = Frame

  238. EpicSaxGuy.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  239. EpicSaxGuy.Position = UDim2.new(0.388888896, 0, 0.648000002, 0)

  240. EpicSaxGuy.Size = UDim2.new(0, 83, 0, 34)

  241. EpicSaxGuy.Font = Enum.Font.GothamBold

  242. EpicSaxGuy.Text = "Epic Sax Guy"

  243. EpicSaxGuy.TextColor3 = Color3.fromRGB(0, 0, 0)

  244. EpicSaxGuy.TextScaled = true

  245. EpicSaxGuy.TextSize = 14.000

  246. EpicSaxGuy.TextWrapped = true

  247. EpicSaxGuy.MouseButton1Down:connect(function()

  248. --Made by Servano

  249. local s = Instance.new("Sound")

  250. s.Name = "Sound"

  251. s.SoundId = "http://www.roblox.com/asset/?id=358776516"

  252. s.Volume = 1

  253. s.Pitch = 1

  254. s.Looped = true

  255. s.archivable = false

  256. s.Parent = game.Workspace

  257. wait(1)

  258. s:play()

  259. end)

  260. Disc0.Name = "Disc0"

  261. Disc0.Parent = Frame

  262. Disc0.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  263. Disc0.Position = UDim2.new(0.693121672, 0, 0.216000006, 0)

  264. Disc0.Size = UDim2.new(0, 89, 0, 31)

  265. Disc0.Font = Enum.Font.GothamBold

  266. Disc0.Text = "Disco"

  267. Disc0.TextColor3 = Color3.fromRGB(0, 0, 0)

  268. Disc0.TextScaled = true

  269. Disc0.TextSize = 14.000

  270. Disc0.TextWrapped = true

  271. Disc0.MouseButton1Down:connect(function()

  272. while true do

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

  274. wait(.25)

  275. end

  276. end)

  277. e2006Theme.Name = "e2006Theme"

  278. e2006Theme.Parent = Frame

  279. e2006Theme.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  280. e2006Theme.Position = UDim2.new(0.693121672, 0, 0.43599999, 0)

  281. e2006Theme.Size = UDim2.new(0, 89, 0, 31)

  282. e2006Theme.Font = Enum.Font.GothamBold

  283. e2006Theme.Text = "2006 Music"

  284. e2006Theme.TextColor3 = Color3.fromRGB(0, 0, 0)

  285. e2006Theme.TextScaled = true

  286. e2006Theme.TextSize = 14.000

  287. e2006Theme.TextWrapped = true

  288. e2006Theme.MouseButton1Down:connect(function()

  289. --Made by Servano

  290. local s = Instance.new("Sound")

  291. s.Name = "Sound"

  292. s.SoundId = "http://www.roblox.com/asset/?id=1987072964"

  293. s.Volume = 1

  294. s.Pitch = 1

  295. s.Looped = true

  296. s.archivable = false

  297. s.Parent = game.Workspace

  298. wait(1)

  299. s:play()

  300. end)

  301. ForceField.Name = "ForceField"

  302. ForceField.Parent = Frame

  303. ForceField.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  304. ForceField.Position = UDim2.new(0.693121672, 0, 0.648000002, 0)

  305. ForceField.Size = UDim2.new(0, 89, 0, 34)

  306. ForceField.Font = Enum.Font.GothamBold

  307. ForceField.Text = "FF"

  308. ForceField.TextColor3 = Color3.fromRGB(0, 0, 0)

  309. ForceField.TextScaled = true

  310. ForceField.TextSize = 14.000

  311. ForceField.TextWrapped = true

  312. ForceField.MouseButton1Down:connect(function()

  313. -- Gui to Lua

  314. -- Version: 3.

  315. -- Instances:

  316. local ForceFieldGUI = Instance.new("ScreenGui")

  317. local ForceFieldGUI_2 = Instance.new("TextButton")

  318. local ForceFieldOFF = Instance.new("TextButton")

  319. local ForceFieldON = Instance.new("TextButton")

  320. --Properties:

  321. ForceFieldGUI.Name = "ForceFieldGUI"

  322. ForceFieldGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

  323. ForceFieldGUI_2.Name = "ForceFieldGUI"

  324. ForceFieldGUI_2.Parent = ForceFieldGUI

  325. ForceFieldGUI_2.BackgroundColor3 = Color3.fromRGB(0, 255, 255)

  326. ForceFieldGUI_2.BackgroundTransparency = 0.300

  327. ForceFieldGUI_2.BorderColor3 = Color3.fromRGB(245, 244, 247)

  328. ForceFieldGUI_2.BorderSizePixel = 0

  329. ForceFieldGUI_2.Position = UDim2.new(0, 0, 0, 240)

  330. ForceFieldGUI_2.Size = UDim2.new(0, 100, 0, 20)

  331. ForceFieldGUI_2.Text = "ForceField"

  332. ForceFieldGUI_2.TextColor3 = Color3.fromRGB(17, 17, 17)

  333. ForceFieldGUI_2.TextTransparency = 0.300

  334. ForceFieldOFF.Name = "ForceFieldOFF"

  335. ForceFieldOFF.Parent = ForceFieldGUI

  336. ForceFieldOFF.BackgroundColor3 = Color3.fromRGB(253, 253, 253)

  337. ForceFieldOFF.BackgroundTransparency = 0.300

  338. ForceFieldOFF.BorderColor3 = Color3.fromRGB(245, 244, 247)

  339. ForceFieldOFF.BorderSizePixel = 0

  340. ForceFieldOFF.Position = UDim2.new(0, 0, 0, 280)

  341. ForceFieldOFF.Size = UDim2.new(0, 100, 0, 20)

  342. ForceFieldOFF.Visible = false

  343. ForceFieldOFF.Text = "Off"

  344. ForceFieldOFF.TextColor3 = Color3.fromRGB(17, 17, 17)

  345. ForceFieldON.Name = "ForceFieldON"

  346. ForceFieldON.Parent = ForceFieldGUI

  347. ForceFieldON.BackgroundColor3 = Color3.fromRGB(253, 253, 253)

  348. ForceFieldON.BackgroundTransparency = 0.300

  349. ForceFieldON.BorderColor3 = Color3.fromRGB(245, 244, 247)

  350. ForceFieldON.BorderSizePixel = 0

  351. ForceFieldON.Position = UDim2.new(0, 0, 0, 260)

  352. ForceFieldON.Size = UDim2.new(0, 100, 0, 20)

  353. ForceFieldON.Visible = false

  354. ForceFieldON.Text = "On"

  355. ForceFieldON.TextColor3 = Color3.fromRGB(17, 17, 17)

  356. -- Scripts:

  357. local function DVAWVL_fake_script() -- ForceFieldGUI_2.Script

  358. local script = Instance.new('Script', ForceFieldGUI_2)

  359. function onClicked(GUI)

  360. h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")

  361. if (h ~= nil) then

  362. script.Parent.Parent.ForceFieldOFF.Visible = true

  363. script.Parent.Parent.ForceFieldON.Visible = true

  364. else return end

  365. end

  366. script.Parent.MouseButton1Click:connect(onClicked)

  367. end

  368. coroutine.wrap(DVAWVL_fake_script)()

  369. local function HYECSMJ_fake_script() -- ForceFieldOFF.Script

  370. local script = Instance.new('Script', ForceFieldOFF)

  371. function onClicked(GUI)

  372. f = script.Parent.Parent.Parent.Parent.Character:findFirstChild("ForceField")

  373. if (f ~= nil) then

  374. f:remove()

  375. else return end

  376. end

  377. script.Parent.MouseButton1Click:connect(onClicked)

  378. end

  379. coroutine.wrap(HYECSMJ_fake_script)()

  380. local function LOYRXPU_fake_script() -- ForceFieldOFF.Script

  381. local script = Instance.new('Script', ForceFieldOFF)

  382. function onClicked(GUI)

  383. h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")

  384. if (h ~= nil) then

  385. script.Parent.Parent.ForceFieldOFF.Visible = false

  386. script.Parent.Parent.ForceFieldON.Visible = false

  387. else return end

  388. end

  389. script.Parent.MouseButton1Click:connect(onClicked)

  390. end

  391. coroutine.wrap(LOYRXPU_fake_script)()

  392. local function PFEVNBW_fake_script() -- ForceFieldON.Script

  393. local script = Instance.new('Script', ForceFieldON)

  394. function onClicked(GUI)

  395. h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")

  396. if (h ~= nil) then

  397. FF = Instance.new("ForceField")

  398. FF.Parent = script.Parent.Parent.Parent.Parent.Character

  399. else return end

  400. end

  401. script.Parent.MouseButton1Click:connect(onClicked)

  402. end

  403. coroutine.wrap(PFEVNBW_fake_script)()

  404. local function FNHQ_fake_script() -- ForceFieldON.Script

  405. local script = Instance.new('Script', ForceFieldON)

  406. function onClicked(GUI)

  407. h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")

  408. if (h ~= nil) then

  409. script.Parent.Parent.ForceFieldOFF.Visible = false

  410. script.Parent.Parent.ForceFieldON.Visible = false

  411. else return end

  412. end

  413. script.Parent.MouseButton1Click:connect(onClicked)

  414. end

  415. coroutine.wrap(FNHQ_fake_script)()

  416. end)

  417. -- Scripts:

  418. local function QFCS_fake_script() -- Frame.Dragify

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

  420. local UIS = game:GetService("UserInputService")

  421. function dragify(Frame)

  422. dragToggle = nil

  423. local dragSpeed = 0

  424. dragInput = nil

  425. dragStart = nil

  426. local dragPos = nil

  427. function updateInput(input)

  428. local Delta = input.Position - dragStart

  429. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)

  430. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()

  431. end

  432. Frame.InputBegan:Connect(function(input)

  433. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then

  434. dragToggle = true

  435. dragStart = input.Position

  436. startPos = Frame.Position

  437. input.Changed:Connect(function()

  438. if input.UserInputState == Enum.UserInputState.End then

  439. dragToggle = false

  440. end

  441. end)

  442. end

  443. end)

  444. Frame.InputChanged:Connect(function(input)

  445. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then

  446. dragInput = input

  447. end

  448. end)

  449. game:GetService("UserInputService").InputChanged:Connect(function(input)

  450. if input == dragInput and dragToggle then

  451. updateInput(input)

  452. end

  453. end)

  454. end

  455. dragify(script.Parent)

  456. end

  457. coroutine.wrap(QFCS_fake_script)()

1x1x1x1 GUI "666" Script - Pastebin.com (2024)

References

Top Articles
Latest Posts
Article information

Author: Merrill Bechtelar CPA

Last Updated:

Views: 5943

Rating: 5 / 5 (70 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Merrill Bechtelar CPA

Birthday: 1996-05-19

Address: Apt. 114 873 White Lodge, Libbyfurt, CA 93006

Phone: +5983010455207

Job: Legacy Representative

Hobby: Blacksmithing, Urban exploration, Sudoku, Slacklining, Creative writing, Community, Letterboxing

Introduction: My name is Merrill Bechtelar CPA, I am a clean, agreeable, glorious, magnificent, witty, enchanting, comfortable person who loves writing and wants to share my knowledge and understanding with you.