Advertisement
SOU1LESSSIMREAL

1x3x5x6 gui by team 1x3x5x6 Revival

Jan 28th, 2024
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.12 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local ImageLabel = Instance.new("ImageLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local TextButton = Instance.new("TextButton")
  12. local TextButton_2 = Instance.new("TextButton")
  13. local TextButton_3 = Instance.new("TextButton")
  14. local TextButton_4 = Instance.new("TextButton")
  15. local TextButton_5 = Instance.new("TextButton")
  16. local TextButton_6 = Instance.new("TextButton")
  17. local TextButton_7 = 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.0439642332, 0, 0.121330701, 0)
  27. Frame.Size = UDim2.new(0, 627, 0, 395)
  28.  
  29. TextLabel.Parent = Frame
  30. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  31. TextLabel.BorderSizePixel = 0
  32. TextLabel.Position = UDim2.new(0.117895, 0, 0.0317309424, 0)
  33. TextLabel.Size = UDim2.new(0, 480, 0, 50)
  34. TextLabel.Font = Enum.Font.Ubuntu
  35. TextLabel.Text = "1X3X5X6 GUI V2 BY TEAM 1X3X5X6 REVIVAL"
  36. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  37. TextLabel.TextScaled = true
  38. TextLabel.TextSize = 14.000
  39. TextLabel.TextWrapped = true
  40.  
  41. ImageLabel.Parent = Frame
  42. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  43. ImageLabel.BorderSizePixel = 0
  44. ImageLabel.Position = UDim2.new(0.881977677, 0, 0.0303797461, 0)
  45. ImageLabel.Size = UDim2.new(0, 60, 0, 44)
  46. ImageLabel.Image = "http://www.roblox.com/asset/?id=891352111"
  47.  
  48. TextLabel_2.Parent = Frame
  49. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  50. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  51. TextLabel_2.Position = UDim2.new(0.232854873, 0, 0.140379742, 0)
  52. TextLabel_2.Size = UDim2.new(0, 349, 0, 24)
  53. TextLabel_2.Font = Enum.Font.SourceSans
  54. TextLabel_2.Text = "ENJOY THE SCRIPT MADE BY TEAM 1X3X5X6 REVIVAL"
  55. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  56. TextLabel_2.TextScaled = true
  57. TextLabel_2.TextSize = 14.000
  58. TextLabel_2.TextWrapped = true
  59.  
  60. TextButton.Parent = Frame
  61. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. TextButton.Position = UDim2.new(0.00956937857, 0, 0.240506336, 0)
  63. TextButton.Size = UDim2.new(0, 200, 0, 50)
  64. TextButton.Font = Enum.Font.SourceSans
  65. TextButton.Text = "Music Play"
  66. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. TextButton.TextScaled = true
  68. TextButton.TextSize = 14.000
  69. TextButton.TextWrapped = true
  70.  
  71. TextButton_2.Parent = Frame
  72. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. TextButton_2.Position = UDim2.new(0.339712918, 0, 0.240506336, 0)
  74. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  75. TextButton_2.Font = Enum.Font.SourceSans
  76. TextButton_2.Text = "Set Skybox"
  77. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. TextButton_2.TextScaled = true
  79. TextButton_2.TextSize = 14.000
  80. TextButton_2.TextWrapped = true
  81.  
  82. TextButton_3.Parent = Frame
  83. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. TextButton_3.Position = UDim2.new(0.669856489, 0, 0.240506336, 0)
  85. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  86. TextButton_3.Font = Enum.Font.SourceSans
  87. TextButton_3.Text = "Decal Spam"
  88. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. TextButton_3.TextScaled = true
  90. TextButton_3.TextSize = 14.000
  91. TextButton_3.TextWrapped = true
  92.  
  93. TextButton_4.Parent = Frame
  94. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. TextButton_4.Position = UDim2.new(0.00797450542, 0, 0.400000006, 0)
  96. TextButton_4.Size = UDim2.new(0, 200, 0, 50)
  97. TextButton_4.Font = Enum.Font.SourceSans
  98. TextButton_4.Text = "Scary mario spam"
  99. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  100. TextButton_4.TextScaled = true
  101. TextButton_4.TextSize = 14.000
  102. TextButton_4.TextWrapped = true
  103.  
  104. TextButton_5.Parent = Frame
  105. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  106. TextButton_5.Position = UDim2.new(0.339712948, 0, 0.400000006, 0)
  107. TextButton_5.Size = UDim2.new(0, 200, 0, 50)
  108. TextButton_5.Font = Enum.Font.SourceSans
  109. TextButton_5.Text = "Disco"
  110. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. TextButton_5.TextScaled = true
  112. TextButton_5.TextSize = 14.000
  113. TextButton_5.TextWrapped = true
  114.  
  115. TextButton_6.Parent = Frame
  116. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  117. TextButton_6.Position = UDim2.new(0.669856489, 0, 0.400000006, 0)
  118. TextButton_6.Size = UDim2.new(0, 200, 0, 50)
  119. TextButton_6.Font = Enum.Font.SourceSans
  120. TextButton_6.Text = "666"
  121. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  122. TextButton_6.TextScaled = true
  123. TextButton_6.TextSize = 14.000
  124. TextButton_6.TextWrapped = true
  125.  
  126. TextButton_7.Parent = Frame
  127. TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  128. TextButton_7.Position = UDim2.new(0.0095693972, 0, 0.564556956, 0)
  129. TextButton_7.Size = UDim2.new(0, 200, 0, 50)
  130. TextButton_7.Font = Enum.Font.SourceSans
  131. TextButton_7.Text = "Particles"
  132. TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  133. TextButton_7.TextScaled = true
  134. TextButton_7.TextSize = 14.000
  135. TextButton_7.TextWrapped = true
  136.  
  137. -- Scripts:
  138.  
  139. local function ZRAI_fake_script() -- Frame.Dragify v2
  140. local script = Instance.new('LocalScript', Frame)
  141.  
  142. local UIS = game:GetService("UserInputService")
  143. function dragify(Frame)
  144. dragToggle = nil
  145. local dragSpeed = 0
  146. dragInput = nil
  147. dragStart = nil
  148. local dragPos = nil
  149. function updateInput(input)
  150. local Delta = input.Position - dragStart
  151. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  152. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  153. end
  154. Frame.InputBegan:Connect(function(input)
  155. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  156. dragToggle = true
  157. dragStart = input.Position
  158. startPos = Frame.Position
  159. input.Changed:Connect(function()
  160. if input.UserInputState == Enum.UserInputState.End then
  161. dragToggle = false
  162. end
  163. end)
  164. end
  165. end)
  166. Frame.InputChanged:Connect(function(input)
  167. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  168. dragInput = input
  169. end
  170. end)
  171. game:GetService("UserInputService").InputChanged:Connect(function(input)
  172. if input == dragInput and dragToggle then
  173. updateInput(input)
  174. end
  175. end)
  176. end
  177.  
  178. dragify(script.Parent)
  179. end
  180. coroutine.wrap(ZRAI_fake_script)()
  181. local function GLDR_fake_script() -- TextButton.Script
  182. local script = Instance.new('Script', TextButton)
  183.  
  184. function onClick()
  185. Instance.new("Sound").Parent = game.Workspace game.Workspace.Sound.SoundId ="rbxassetid://9071698640" game.Workspace.Sound.Looped=true game.Workspace.Sound:Play()
  186. end
  187.  
  188. script.Parent.MouseButton1Down:connect(onClick)
  189. end
  190. coroutine.wrap(GLDR_fake_script)()
  191. local function WCZJZRH_fake_script() -- TextButton_2.Script
  192. local script = Instance.new('Script', TextButton_2)
  193.  
  194. function click()
  195. s = Instance.new("Sky")
  196. s.Name = "Sky"
  197. s.Parent = game.Lighting
  198. s.SkyboxBk = "http://www.roblox.com/asset/?id=3342499434"
  199. s.SkyboxDn = "http://www.roblox.com/asset/?id=3342499434"
  200. s.SkyboxFt = "http://www.roblox.com/asset/?id=3342499434"
  201. s.SkyboxLf = "http://www.roblox.com/asset/?id=3342499434"
  202. s.SkyboxRt = "http://www.roblox.com/asset/?id=3342499434"
  203. s.SkyboxUp = "http://www.roblox.com/asset/?id=3342499434"
  204. game.Lighting.TimeOfDay = 12
  205. end
  206.  
  207. script.Parent.MouseButton1Down:connect(click)
  208. end
  209. coroutine.wrap(WCZJZRH_fake_script)()
  210. local function CSQAG_fake_script() -- TextButton_3.Script
  211. local script = Instance.new('Script', TextButton_3)
  212.  
  213. function click()
  214. function exPro(root)
  215. for _, v in pairs(root:GetChildren()) do
  216. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=3342499434" then -- I updated the id, so you want have to trollolol!!11
  217. v.Parent = nil
  218. elseif v:IsA("BasePart") then
  219. v.Material = "Plastic"
  220. v.Transparency = 0
  221. local One = Instance.new("Decal", v)
  222. local Two = Instance.new("Decal", v)
  223. local Three = Instance.new("Decal", v)
  224. local Four = Instance.new("Decal", v)
  225. local Five = Instance.new("Decal", v)
  226. local Six = Instance.new("Decal", v)
  227. One.Texture = "http://www.roblox.com/asset/?id=3342499434"
  228. Two.Texture = "http://www.roblox.com/asset/?id=3342499434"
  229. Three.Texture = "http://www.roblox.com/asset/?id=3342499434"
  230. Four.Texture = "http://www.roblox.com/asset/?id=3342499434"
  231. Five.Texture = "http://www.roblox.com/asset/?id=3342499434"
  232. Six.Texture = "http://www.roblox.com/asset/?id=3342499434"
  233. One.Face = "Front"
  234. Two.Face = "Back"
  235. Three.Face = "Right"
  236. Four.Face = "Left"
  237. Five.Face = "Top"
  238. Six.Face = "Bottom"
  239. end
  240. exPro(v)
  241. end
  242. end
  243. function asdf(root)
  244. for _, v in pairs(root:GetChildren()) do
  245. asdf(v)
  246. end
  247. end
  248. exPro(game.Workspace)
  249. asdf(game.Workspace)
  250. end
  251.  
  252. script.Parent.MouseButton1Down:connect(click)
  253. end
  254. coroutine.wrap(CSQAG_fake_script)()
  255. local function LUVDRTO_fake_script() -- TextButton_4.Script
  256. local script = Instance.new('Script', TextButton_4)
  257.  
  258. function click()
  259. function exPro(root)
  260. for _, v in pairs(root:GetChildren()) do
  261. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=9838261815" then -- I updated the id, so you want have to trollolol!!11 -(k00ps)
  262. v.Parent = nil
  263. elseif v:IsA("BasePart") then
  264. v.Material = "Plastic"
  265. v.Transparency = 0
  266. local One = Instance.new("Decal", v)
  267. local Two = Instance.new("Decal", v)
  268. local Three = Instance.new("Decal", v)
  269. local Four = Instance.new("Decal", v)
  270. local Five = Instance.new("Decal", v)
  271. local Six = Instance.new("Decal", v)
  272. One.Texture = "http://www.roblox.com/asset/?id=9838261815"
  273. Two.Texture = "http://www.roblox.com/asset/?id=9838261815"
  274. Three.Texture = "http://www.roblox.com/asset/?id=9838261815"
  275. Four.Texture = "http://www.roblox.com/asset/?id=9838261815"
  276. Five.Texture = "http://www.roblox.com/asset/?id=9838261815"
  277. Six.Texture = "http://www.roblox.com/asset/?id=9838261815"
  278. One.Face = "Front"
  279. Two.Face = "Back"
  280. Three.Face = "Right"
  281. Four.Face = "Left"
  282. Five.Face = "Top"
  283. Six.Face = "Bottom"
  284. end
  285. exPro(v)
  286. end
  287. end
  288. function asdf(root)
  289. for _, v in pairs(root:GetChildren()) do
  290. asdf(v)
  291. end
  292. end
  293. exPro(game.Workspace)
  294. asdf(game.Workspace)
  295. end
  296.  
  297. script.Parent.MouseButton1Down:connect(click)
  298. end
  299. coroutine.wrap(LUVDRTO_fake_script)()
  300. local function XHYIW_fake_script() -- TextButton_4.Script
  301. local script = Instance.new('Script', TextButton_4)
  302.  
  303. function onClick()
  304. Instance.new("Sound").Parent
  305. = game.Workspace
  306. game.Workspace.Sound.SoundId ="rbxassetid://7337298420"
  307. game.Workspace.Sound.Looped=true
  308. game.Workspace.Sound:Play()
  309. end
  310.  
  311. script.Parent.MouseButton1Down:connect(onClick)
  312. end
  313. coroutine.wrap(XHYIW_fake_script)()
  314. local function XLXYV_fake_script() -- TextButton_5.Script
  315. local script = Instance.new('Script', TextButton_5)
  316.  
  317. script.Parent.MouseButton1Click:Connect(function()
  318. local Lighting = game:GetService("Lighting")
  319. local ColorCorrection = Instance.new("ColorCorrectionEffect", Lighting)
  320.  
  321. function zigzag(X)
  322. return math.acos(math.cos(X*math.pi))/math.pi
  323. end
  324.  
  325. Counter = 0
  326.  
  327. Lighting.TimeOfDay = "12:00"
  328.  
  329. while wait(0.1) do
  330. ColorCorrection.TintColor = Color3.fromHSV(zigzag(Counter),1,1)
  331. Lighting.Ambient = Color3.fromHSV(zigzag(Counter),1,1)
  332. Counter += 0.01
  333. end
  334. end)
  335. end
  336. coroutine.wrap(XLXYV_fake_script)()
  337. local function HIAT_fake_script() -- TextButton_6.Script
  338. local script = Instance.new('Script', TextButton_6)
  339.  
  340. script.Parent.MouseButton1Click:Connect(function()
  341. for i,v in next,workspace:children''do
  342. if(v:IsA'BasePart')then
  343. me=v;
  344. bbg=Instance.new('BillboardGui',me);
  345. bbg.Name='stuf';
  346. bbg.Adornee=me;
  347. bbg.Size=UDim2.new(2.5,0,2.5,0)
  348. --bbg.StudsOffset=Vector3.new(0,2,0)
  349. tlb=Instance.new'TextLabel';
  350. tlb.Text='1x3x5x6 1444';
  351. tlb.Font='SourceSansBold';
  352. tlb.FontSize='Size48';
  353. tlb.TextColor3=Color3.new(1,0,0);
  354. tlb.Size=UDim2.new(1.25,0,1.25,0);
  355. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  356. tlb.BackgroundTransparency=1;
  357. tlb.Parent=bbg;
  358. end;end;
  359. function xds(dd)
  360. for i,v in next,dd:children''do
  361. if(v:IsA'BasePart')then
  362. v.BrickColor=BrickColor.new'Really black';
  363. v.TopSurface='Smooth';
  364. v.BottomSurface='Smooth';
  365. s=Instance.new('SelectionBox',v);
  366. s.Adornee=v;
  367. s.Color=BrickColor.new'Really red';
  368. a=Instance.new('PointLight',v);
  369. a.Color=Color3.new(1,0,0);
  370. a.Range=15;
  371. a.Brightness=5;
  372. f=Instance.new('Fire',v);
  373. f.Size=19;
  374. f.Heat=22;
  375. end;
  376.  
  377. local dec = 'http://www.roblox.com/asset/?id=19399245';
  378. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  379. --coroutine.wrap(function()
  380. --for ,_ in pairs(fac) do
  381. --local ddec = Instance.new("Decal", v)
  382. --ddec.Face =
  383. --ddec.Texture = dec
  384. --end end)()
  385. if #(v:GetChildren())>0 then
  386. xds(v)
  387. end
  388. end
  389. end
  390. xds(game.Workspace)
  391. end)
  392.  
  393. end
  394. coroutine.wrap(HIAT_fake_script)()
  395. local function BIII_fake_script() -- TextButton_7.Script
  396. local script = Instance.new('Script', TextButton_7)
  397.  
  398. script.Parent.MouseButton1Down:connect(function()
  399. tex1 = "rbxassetid://891352111"
  400. tex2 = "rbxassetid://891352111"
  401. tex3 = "rbxassetid://891352111"
  402. tex4 = "rbxassetid://891352111"
  403.  
  404. local w = workspace:GetDescendants()
  405.  
  406. for i= 1,#w do
  407. if w[i]:isA("BasePart") then
  408. pe = Instance.new("ParticleEmitter", w[i])
  409. pe.Texture = tex4
  410. pe.VelocitySpread = 5
  411. end
  412. end
  413.  
  414. local playerLeaderstats = {}
  415.  
  416. for i, v in pairs(playerLeaderstats) do
  417. pe = Instance.new("ParticleEmitter",v.Character.HumanoidRootPart)
  418. pe.Texture = "http://www.roblox.com/asset/?id=891352111"
  419. pe.VelocitySpread = 50
  420. end
  421.  
  422. end)
  423.  
  424. end
  425. coroutine.wrap(BIII_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement