Advertisement
JuJu1847326

Tubers93 Reborn V1 GUI code

Jan 6th, 2025
946
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 17.98 KB | Source Code | 0 0
  1. local Tubers93Gui = Instance.new("ScreenGui")
  2. local Tubers93GuiFrame = Instance.new("Frame")
  3. local Background = Instance.new("ImageLabel")
  4. local Buttons = Instance.new("Folder")
  5. local ButtonsScrolling = Instance.new("ScrollingFrame")
  6. local DecalSpam = Instance.new("TextButton")
  7. local SkyboxChange = Instance.new("TextButton")
  8. local Particles = Instance.new("TextButton")
  9. local Hint = Instance.new("TextButton")
  10. local Jumpscare = Instance.new("TextButton")
  11. local Hint2 = Instance.new("TextButton")
  12. local Hint3 = Instance.new("TextButton")
  13. local Hint4 = Instance.new("TextButton")
  14. local Title = Instance.new("TextLabel")
  15. local Credits = Instance.new("TextButton")
  16. local ImageLabel = Instance.new("ImageLabel")
  17. local CreditsFrame = Instance.new("Frame")
  18. local Background_2 = Instance.new("ImageLabel")
  19. local Title_2 = Instance.new("TextLabel")
  20. local Creds = Instance.new("TextLabel")
  21. local creditsBack = Instance.new("TextButton")
  22. local OpenMenu = Instance.new("TextButton")
  23.  
  24. --Properties:
  25.  
  26. Tubers93Gui.Name = "Tubers93Gui"
  27. Tubers93Gui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28. Tubers93Gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. Tubers93GuiFrame.Name = "Tubers93GuiFrame"
  31. Tubers93GuiFrame.Parent = Tubers93Gui
  32. Tubers93GuiFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. Tubers93GuiFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  34. Tubers93GuiFrame.BorderSizePixel = 0
  35. Tubers93GuiFrame.Position = UDim2.new(0.338181019, 0, 0.0196078438, 0)
  36. Tubers93GuiFrame.Size = UDim2.new(0, 334, 0, 389)
  37. Tubers93GuiFrame.Visible = false
  38.  
  39. Background.Name = "Background"
  40. Background.Parent = Tubers93GuiFrame
  41. Background.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. Background.BorderColor3 = Color3.fromRGB(0, 0, 0)
  43. Background.BorderSizePixel = 0
  44. Background.Position = UDim2.new(-0.00299401209, 0, 0, 0)
  45. Background.Size = UDim2.new(0, 334, 0, 389)
  46. Background.Image = "http://www.roblox.com/asset/?id=8595285721"
  47.  
  48. Buttons.Name = "Buttons"
  49. Buttons.Parent = Tubers93GuiFrame
  50.  
  51. ButtonsScrolling.Name = "ButtonsScrolling"
  52. ButtonsScrolling.Parent = Buttons
  53. ButtonsScrolling.Active = true
  54. ButtonsScrolling.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. ButtonsScrolling.BackgroundTransparency = 1.000
  56. ButtonsScrolling.BorderColor3 = Color3.fromRGB(0, 0, 0)
  57. ButtonsScrolling.BorderSizePixel = 0
  58. ButtonsScrolling.Position = UDim2.new(0, 0, 0.0899742916, 0)
  59. ButtonsScrolling.Size = UDim2.new(0, 334, 0, 203)
  60. ButtonsScrolling.CanvasPosition = Vector2.new(0, 150)
  61.  
  62. DecalSpam.Name = "DecalSpam"
  63. DecalSpam.Parent = ButtonsScrolling
  64. DecalSpam.BackgroundColor3 = Color3.fromRGB(3, 152, 0)
  65. DecalSpam.BackgroundTransparency = 0.300
  66. DecalSpam.BorderColor3 = Color3.fromRGB(0, 0, 0)
  67. DecalSpam.BorderSizePixel = 0
  68. DecalSpam.Position = UDim2.new(0.0898203626, 0, 0.122892693, 0)
  69. DecalSpam.Size = UDim2.new(0, 126, 0, -52)
  70. DecalSpam.Font = Enum.Font.SourceSans
  71. DecalSpam.Text = "DecalSpam"
  72. DecalSpam.TextColor3 = Color3.fromRGB(255, 255, 255)
  73. DecalSpam.TextScaled = true
  74. DecalSpam.TextSize = 14.000
  75. DecalSpam.TextWrapped = true
  76.  
  77. SkyboxChange.Name = "SkyboxChange"
  78. SkyboxChange.Parent = ButtonsScrolling
  79. SkyboxChange.BackgroundColor3 = Color3.fromRGB(3, 152, 0)
  80. SkyboxChange.BackgroundTransparency = 0.300
  81. SkyboxChange.BorderColor3 = Color3.fromRGB(0, 0, 0)
  82. SkyboxChange.BorderSizePixel = 0
  83. SkyboxChange.Position = UDim2.new(0.562874258, 0, 0.121827811, 0)
  84. SkyboxChange.Size = UDim2.new(0, 126, 0, -51)
  85. SkyboxChange.Font = Enum.Font.SourceSans
  86. SkyboxChange.Text = "Skybox"
  87. SkyboxChange.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. SkyboxChange.TextScaled = true
  89. SkyboxChange.TextSize = 14.000
  90. SkyboxChange.TextWrapped = true
  91.  
  92. Particles.Name = "Particles"
  93. Particles.Parent = ButtonsScrolling
  94. Particles.BackgroundColor3 = Color3.fromRGB(3, 152, 0)
  95. Particles.BackgroundTransparency = 0.300
  96. Particles.BorderColor3 = Color3.fromRGB(0, 0, 0)
  97. Particles.BorderSizePixel = 0
  98. Particles.Position = UDim2.new(0.562874258, 0, 0.235841319, 0)
  99. Particles.Size = UDim2.new(0, 126, 0, -52)
  100. Particles.Font = Enum.Font.SourceSans
  101. Particles.Text = "Particles (not working in require version)"
  102. Particles.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. Particles.TextScaled = true
  104. Particles.TextSize = 14.000
  105. Particles.TextWrapped = true
  106.  
  107. Hint.Name = "Hint"
  108. Hint.Parent = ButtonsScrolling
  109. Hint.BackgroundColor3 = Color3.fromRGB(3, 152, 0)
  110. Hint.BackgroundTransparency = 0.300
  111. Hint.BorderColor3 = Color3.fromRGB(0, 0, 0)
  112. Hint.BorderSizePixel = 0
  113. Hint.Position = UDim2.new(0.0898203626, 0, 0.233218834, 0)
  114. Hint.Size = UDim2.new(0, 126, 0, -52)
  115. Hint.Font = Enum.Font.SourceSans
  116. Hint.Text = "Hint 1"
  117. Hint.TextColor3 = Color3.fromRGB(255, 255, 255)
  118. Hint.TextScaled = true
  119. Hint.TextSize = 14.000
  120. Hint.TextWrapped = true
  121.  
  122. Jumpscare.Name = "Jumpscare"
  123. Jumpscare.Parent = ButtonsScrolling
  124. Jumpscare.BackgroundColor3 = Color3.fromRGB(3, 152, 0)
  125. Jumpscare.BackgroundTransparency = 0.300
  126. Jumpscare.BorderColor3 = Color3.fromRGB(0, 0, 0)
  127. Jumpscare.BorderSizePixel = 0
  128. Jumpscare.Position = UDim2.new(0.0898203626, 0, 0.344031543, 0)
  129. Jumpscare.Size = UDim2.new(0, 126, 0, -52)
  130. Jumpscare.Font = Enum.Font.SourceSans
  131. Jumpscare.Text = "Jumpscare (cooldown and not working in lua version)"
  132. Jumpscare.TextColor3 = Color3.fromRGB(255, 255, 255)
  133. Jumpscare.TextScaled = true
  134. Jumpscare.TextSize = 14.000
  135. Jumpscare.TextWrapped = true
  136.  
  137. Hint2.Name = "Hint2"
  138. Hint2.Parent = ButtonsScrolling
  139. Hint2.BackgroundColor3 = Color3.fromRGB(3, 152, 0)
  140. Hint2.BackgroundTransparency = 0.300
  141. Hint2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  142. Hint2.BorderSizePixel = 0
  143. Hint2.Position = UDim2.new(0.562874258, 0, 0.344031543, 0)
  144. Hint2.Size = UDim2.new(0, 126, 0, -52)
  145. Hint2.Font = Enum.Font.SourceSans
  146. Hint2.Text = "Hint 2"
  147. Hint2.TextColor3 = Color3.fromRGB(255, 255, 255)
  148. Hint2.TextScaled = true
  149. Hint2.TextSize = 14.000
  150. Hint2.TextWrapped = true
  151.  
  152. Hint3.Name = "Hint3"
  153. Hint3.Parent = ButtonsScrolling
  154. Hint3.BackgroundColor3 = Color3.fromRGB(3, 152, 0)
  155. Hint3.BackgroundTransparency = 0.300
  156. Hint3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  157. Hint3.BorderSizePixel = 0
  158. Hint3.Position = UDim2.new(0.0898203626, 0, 0.446584016, 0)
  159. Hint3.Size = UDim2.new(0, 126, 0, -52)
  160. Hint3.Font = Enum.Font.SourceSans
  161. Hint3.Text = "Hint 3"
  162. Hint3.TextColor3 = Color3.fromRGB(255, 255, 255)
  163. Hint3.TextScaled = true
  164. Hint3.TextSize = 14.000
  165. Hint3.TextWrapped = true
  166.  
  167. Hint4.Name = "Hint4"
  168. Hint4.Parent = ButtonsScrolling
  169. Hint4.BackgroundColor3 = Color3.fromRGB(3, 152, 0)
  170. Hint4.BackgroundTransparency = 0.300
  171. Hint4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  172. Hint4.BorderSizePixel = 0
  173. Hint4.Position = UDim2.new(0.562874258, 0, 0.445528835, 0)
  174. Hint4.Size = UDim2.new(0, 126, 0, -52)
  175. Hint4.Font = Enum.Font.SourceSans
  176. Hint4.Text = "Hint 4"
  177. Hint4.TextColor3 = Color3.fromRGB(255, 255, 255)
  178. Hint4.TextScaled = true
  179. Hint4.TextSize = 14.000
  180. Hint4.TextWrapped = true
  181.  
  182. Title.Name = "Title"
  183. Title.Parent = Tubers93GuiFrame
  184. Title.BackgroundColor3 = Color3.fromRGB(0, 156, 23)
  185. Title.BackgroundTransparency = 0.500
  186. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  187. Title.BorderSizePixel = 0
  188. Title.Size = UDim2.new(0, 334, 0, 35)
  189. Title.Font = Enum.Font.SourceSans
  190. Title.Text = "Tubers93 Reborn V1"
  191. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. Title.TextScaled = true
  193. Title.TextSize = 14.000
  194. Title.TextWrapped = true
  195.  
  196. Credits.Name = "Credits"
  197. Credits.Parent = Tubers93GuiFrame
  198. Credits.BackgroundColor3 = Color3.fromRGB(3, 152, 0)
  199. Credits.BackgroundTransparency = 0.400
  200. Credits.BorderColor3 = Color3.fromRGB(0, 0, 0)
  201. Credits.BorderSizePixel = 0
  202. Credits.Position = UDim2.new(-0.266467065, 0, 0.462724924, 0)
  203. Credits.Size = UDim2.new(0, 88, 0, 32)
  204. Credits.Font = Enum.Font.SourceSans
  205. Credits.Text = "Credits"
  206. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  207. Credits.TextScaled = true
  208. Credits.TextSize = 14.000
  209. Credits.TextWrapped = true
  210.  
  211. ImageLabel.Parent = Tubers93GuiFrame
  212. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  213. ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  214. ImageLabel.BorderSizePixel = 0
  215. ImageLabel.Position = UDim2.new(-1.0462687, 0, -0.0205655526, 0)
  216. ImageLabel.Size = UDim2.new(3.09381247, 0, 1.04884315, 0)
  217. ImageLabel.Visible = false
  218. ImageLabel.Image = "rbxassetid://133747826621770"
  219.  
  220. CreditsFrame.Name = "CreditsFrame"
  221. CreditsFrame.Parent = Tubers93Gui
  222. CreditsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  223. CreditsFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  224. CreditsFrame.BorderSizePixel = 0
  225. CreditsFrame.Position = UDim2.new(0.362903208, 0, 0.132352948, 0)
  226. CreditsFrame.Size = UDim2.new(0, 282, 0, 299)
  227. CreditsFrame.Visible = false
  228.  
  229. Background_2.Name = "Background"
  230. Background_2.Parent = CreditsFrame
  231. Background_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  232. Background_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  233. Background_2.BorderSizePixel = 0
  234. Background_2.Size = UDim2.new(0, 282, 0, 299)
  235. Background_2.Image = "http://www.roblox.com/asset/?id=8595285721"
  236.  
  237. Title_2.Name = "Title"
  238. Title_2.Parent = CreditsFrame
  239. Title_2.BackgroundColor3 = Color3.fromRGB(0, 156, 23)
  240. Title_2.BackgroundTransparency = 0.500
  241. Title_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  242. Title_2.BorderSizePixel = 0
  243. Title_2.Size = UDim2.new(0, 282, 0, 35)
  244. Title_2.Font = Enum.Font.SourceSans
  245. Title_2.Text = "Credits"
  246. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  247. Title_2.TextScaled = true
  248. Title_2.TextSize = 14.000
  249. Title_2.TextWrapped = true
  250.  
  251. Creds.Name = "Creds"
  252. Creds.Parent = CreditsFrame
  253. Creds.BackgroundColor3 = Color3.fromRGB(0, 156, 23)
  254. Creds.BackgroundTransparency = 0.500
  255. Creds.BorderColor3 = Color3.fromRGB(0, 0, 0)
  256. Creds.BorderSizePixel = 0
  257. Creds.Position = UDim2.new(0.0496453904, 0, 0.222777605, 0)
  258. Creds.Size = UDim2.new(0, 252, 0, 43)
  259. Creds.Font = Enum.Font.SourceSans
  260. Creds.Text = "c00lkidd2r9 - Made this whole GUI"
  261. Creds.TextColor3 = Color3.fromRGB(255, 255, 255)
  262. Creds.TextScaled = true
  263. Creds.TextSize = 14.000
  264. Creds.TextWrapped = true
  265.  
  266. creditsBack.Name = "creditsBack"
  267. creditsBack.Parent = CreditsFrame
  268. creditsBack.BackgroundColor3 = Color3.fromRGB(3, 152, 0)
  269. creditsBack.BackgroundTransparency = 0.400
  270. creditsBack.BorderColor3 = Color3.fromRGB(0, 0, 0)
  271. creditsBack.BorderSizePixel = 0
  272. creditsBack.Position = UDim2.new(-0.313189149, 0, 0.445598066, 0)
  273. creditsBack.Size = UDim2.new(0, 88, 0, 32)
  274. creditsBack.Font = Enum.Font.SourceSans
  275. creditsBack.Text = "Back"
  276. creditsBack.TextColor3 = Color3.fromRGB(255, 255, 255)
  277. creditsBack.TextScaled = true
  278. creditsBack.TextSize = 14.000
  279. creditsBack.TextWrapped = true
  280.  
  281. OpenMenu.Name = "OpenMenu"
  282. OpenMenu.Parent = Tubers93Gui
  283. OpenMenu.BackgroundColor3 = Color3.fromRGB(3, 152, 0)
  284. OpenMenu.BackgroundTransparency = 0.400
  285. OpenMenu.BorderColor3 = Color3.fromRGB(27, 42, 53)
  286. OpenMenu.Position = UDim2.new(-0.000665488187, 0, 0.47303921, 0)
  287. OpenMenu.Size = UDim2.new(0, 70, 0, 27)
  288. OpenMenu.Font = Enum.Font.SourceSans
  289. OpenMenu.Text = "Open"
  290. OpenMenu.TextColor3 = Color3.fromRGB(255, 255, 255)
  291. OpenMenu.TextScaled = true
  292. OpenMenu.TextSize = 20.000
  293. OpenMenu.TextWrapped = true
  294.  
  295. -- Scripts:
  296.  
  297. local function JQMBI_fake_script() -- DecalSpam.Script
  298.     local script = Instance.new('Script', DecalSpam)
  299.  
  300.    
  301.     function click()
  302.         function exPro(root)
  303.             for _, v in pairs(root:GetChildren()) do
  304.                 if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=8595285721" then
  305.                     v.Parent = nil
  306.                 elseif v:IsA("BasePart") then
  307.                     v.Material = "Plastic"
  308.                     v.Transparency = 0
  309.                     local One = Instance.new("Decal", v)
  310.                     local Two = Instance.new("Decal", v)
  311.                     local Three = Instance.new("Decal", v)
  312.                     local Four = Instance.new("Decal", v)
  313.                     local Five = Instance.new("Decal", v)
  314.                     local Six = Instance.new("Decal", v)
  315.                     One.Texture = "http://www.roblox.com/asset/?id=8595285721"
  316.                     Two.Texture = "http://www.roblox.com/asset/?id=8595285721"
  317.                     Three.Texture = "http://www.roblox.com/asset/?id=8595285721"
  318.                     Four.Texture = "http://www.roblox.com/asset/?id=8595285721"
  319.                     Five.Texture = "http://www.roblox.com/asset/?id=8595285721"
  320.                     Six.Texture = "http://www.roblox.com/asset/?id=8595285721"--put id in here i will put it in description
  321.                     One.Face = "Front"
  322.                     Two.Face = "Back"
  323.                     Three.Face = "Right"
  324.                     Four.Face = "Left"
  325.                     Five.Face = "Top"
  326.                     Six.Face = "Bottom"
  327.                 end
  328.                 exPro(v)
  329.             end
  330.         end
  331.         function asdf(root)
  332.             for _, v in pairs(root:GetChildren()) do
  333.                 asdf(v)
  334.             end
  335.         end
  336.         exPro(game.Workspace)
  337.         asdf(game.Workspace)
  338.     end
  339.    
  340.     script.Parent.MouseButton1Down:connect(click)
  341. end
  342. coroutine.wrap(JQMBI_fake_script)()
  343. local function PXNZ_fake_script() -- SkyboxChange.###
  344.     local script = Instance.new('Script', SkyboxChange)
  345.  
  346.    
  347. end
  348. coroutine.wrap(PXNZ_fake_script)()
  349. local function GEPBZC_fake_script() -- SkyboxChange.Script
  350.     local script = Instance.new('Script', SkyboxChange)
  351.  
  352.     function click()
  353.         local ID = 8595285721
  354.         local Skybox = true
  355.    
  356.         if Skybox == true then
  357.             local sky = Instance.new("Sky")
  358.             sky.Parent = game.Lighting
  359.             sky.SkyboxBk = "http://www.roblox.com/asset/?id=" ..ID
  360.             sky.SkyboxDn = "http://www.roblox.com/asset/?id=" ..ID
  361.             sky.SkyboxFt = "http://www.roblox.com/asset/?id=" ..ID
  362.             sky.SkyboxLf = "http://www.roblox.com/asset/?id=" ..ID
  363.             sky.SkyboxRt = "http://www.roblox.com/asset/?id=" ..ID
  364.             sky.SkyboxUp = "http://www.roblox.com/asset/?id=" ..ID
  365.         end
  366.     end
  367.    
  368.     script.Parent.MouseButton1Down:Connect(click)
  369. end
  370. coroutine.wrap(GEPBZC_fake_script)()
  371. local function TIXU_fake_script() -- Particles.####
  372.     local script = Instance.new('Script', Particles)
  373.  
  374.    
  375. end
  376. coroutine.wrap(TIXU_fake_script)()
  377. local function MTNSBJJ_fake_script() -- Particles.Script
  378.     local script = Instance.new('Script', Particles)
  379.  
  380.     function lol()
  381.         local ID = 8595285721
  382.         local particle = true
  383.    
  384.         if particle == true then
  385.             for i,v in pairs (game.Workspace:GetChildren()) do
  386.                 if v:IsA("Part") then
  387.                     local particle = Instance.new("ParticleEmitter")
  388.                     particle.Texture = "http://www.roblox.com/asset/?id=" ..ID
  389.                     particle.Parent = v
  390.                     particle.Rate = 500
  391.                     for i,x in pairs (game.Workspace:GetChildren()) do
  392.                         if x:IsA("Model") then
  393.                             for i,z in pairs (x:GetChildren()) do
  394.                                 if z:IsA("Part") then
  395.                                     local particle2 = Instance.new("ParticleEmitter")
  396.                                     particle2.Texture = "http://www.roblox.com/asset/?id=" ..ID
  397.                                     particle2.Parent = z
  398.                                     particle2.Rate = 200
  399.                                 end
  400.                             end
  401.                         end
  402.                     end
  403.                 end
  404.             end
  405.         end
  406.     end
  407.    
  408.     script.Parent.MouseButton1Down:Connect(lol)
  409. end
  410. coroutine.wrap(MTNSBJJ_fake_script)()
  411. local function LXGN_fake_script() -- Hint.Script
  412.     local script = Instance.new('Script', Hint)
  413.  
  414.     script.Parent.MouseButton1Down:Connect(function()
  415.         local hint = Instance.new("Hint", game.Workspace)
  416.         hint.Text = "TUBERS93 IS HERE HAHHAHAHA"
  417.     end)
  418. end
  419. coroutine.wrap(LXGN_fake_script)()
  420. local function BSQXMJ_fake_script() -- Jumpscare.Script
  421.     local script = Instance.new('Script', Jumpscare)
  422.  
  423.     script.Parent.MouseButton1Click:Connect(function()
  424.         local Sound = script.Parent.JumpscareSound
  425.         script.Parent.Parent.Parent.Parent.ImageLabel.Visible = true
  426.         Sound:Play()
  427.         wait(8.3)
  428.         script.Parent.Parent.Parent.Parent.Visible = false
  429.         script.Parent.Parent.Parent.Parent.ImageLabel.Visible = false
  430.         script.Parent.Parent.Parent.Parent.Visible = true
  431.     end)
  432. end
  433. coroutine.wrap(BSQXMJ_fake_script)()
  434. local function YGPY_fake_script() -- Hint2.Script
  435.     local script = Instance.new('Script', Hint2)
  436.  
  437.     script.Parent.MouseButton1Down:Connect(function()
  438.         local hint2 = Instance.new("Hint", game.Workspace)
  439.         hint2.Text = "THIS GAME GOT HACKED BY TUBERS93!"
  440.     end)
  441. end
  442. coroutine.wrap(YGPY_fake_script)()
  443. local function KFZJ_fake_script() -- Hint3.Script
  444.     local script = Instance.new('Script', Hint3)
  445.  
  446.     script.Parent.MouseButton1Down:Connect(function()
  447.         local hint3 = Instance.new("Hint", game.Workspace)
  448.         hint3.Text = "WHY ARE YOU STILL HERE LEAVE HAHAHHAHA"
  449.     end)
  450. end
  451. coroutine.wrap(KFZJ_fake_script)()
  452. local function BSYQKXV_fake_script() -- Hint4.Script
  453.     local script = Instance.new('Script', Hint4)
  454.  
  455.     script.Parent.MouseButton1Down:Connect(function()
  456.         local hint4 = Instance.new("Hint", game.Workspace)
  457.         hint4.Text = "TUBERS93 IS SIGMA"
  458.     end)
  459. end
  460. coroutine.wrap(BSYQKXV_fake_script)()
  461. local function NJNKR_fake_script() -- Credits.OpenCreditsScript
  462.     local script = Instance.new('Script', Credits)
  463.  
  464.     local CreditsFrame = script.Parent.Parent.Parent.CreditsFrame
  465.     local CreditsButton = script.Parent
  466.     local TubersFrame = script.Parent.Parent
  467.    
  468.     CreditsButton.MouseButton1Down:Connect(function()
  469.         TubersFrame.Visible = false
  470.         CreditsFrame.Visible = true
  471.     end)
  472. end
  473. coroutine.wrap(NJNKR_fake_script)()
  474. local function MTJZZDH_fake_script() -- Tubers93GuiFrame.Drag
  475.     local script = Instance.new('LocalScript', Tubers93GuiFrame)
  476.  
  477.     test = script.Parent.Parent.Tubers93GuiFrame
  478.     test.Draggable = true
  479.     test.Active = true
  480.     test.Archivable = true
  481. end
  482. coroutine.wrap(MTJZZDH_fake_script)()
  483. local function KAAP_fake_script() -- creditsBack.Back
  484.     local script = Instance.new('Script', creditsBack)
  485.  
  486.     local CreditsFrame = script.Parent.Parent.Parent.CreditsFrame
  487.     local CreditsButton = script.Parent
  488.     local TubersFrame = script.Parent.Parent.Parent.Tubers93GuiFrame
  489.    
  490.     CreditsButton.MouseButton1Down:Connect(function()
  491.         if TubersFrame.Visible == false then
  492.             TubersFrame.Visible = true
  493.             CreditsFrame.Visible = false
  494.         end
  495.     end)
  496. end
  497. coroutine.wrap(KAAP_fake_script)()
  498. local function WTKG_fake_script() -- CreditsFrame.Drag
  499.     local script = Instance.new('LocalScript', CreditsFrame)
  500.  
  501.     test = script.Parent.Parent.CreditsFrame
  502.     test.Draggable = true
  503.     test.Active = true
  504.     test.Archivable = true
  505. end
  506. coroutine.wrap(WTKG_fake_script)()
  507. local function QVHWTYB_fake_script() -- OpenMenu.open
  508.     local script = Instance.new('LocalScript', OpenMenu)
  509.  
  510.     local Button = script.Parent
  511.    
  512.     Button.MouseButton1Down:Connect(function()
  513.         if Button.Text == "Open" then
  514.             script.Parent.Parent.Tubers93GuiFrame.Visible = false
  515.             Button.Text = "Close"
  516.             script.Parent.Parent.Tubers93GuiFrame.Visible = true
  517.         else
  518.             Button.Text = "Open"
  519.             script.Parent.Parent.Tubers93GuiFrame.Visible = false
  520.         end
  521.     end)
  522. end
  523. coroutine.wrap(QVHWTYB_fake_script)()
Tags: Tubers93 Gui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement