y00zkidd

my 4nn1 gui

Dec 14th, 2023
1,078
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.00 KB | None | 0 0
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Main2 = Instance.new("Frame")
  5. local Main = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local OofSound = Instance.new("TextButton")
  8. local BarkSound = Instance.new("TextButton")
  9. local WowSound = Instance.new("TextButton")
  10. local ExplodeMuffy = Instance.new("TextButton")
  11. local ExplodeSocky = Instance.new("TextButton")
  12. local TeleportSocky = Instance.new("TextButton")
  13. local TeleportMuffy = Instance.new("TextButton")
  14. local AllSounds = Instance.new("TextButton")
  15. local Y00zkiddChatLag = Instance.new("TextButton")
  16. local SkyDisco = Instance.new("TextButton")
  17. local PendulumHub = Instance.new("TextButton")
  18. local Empty = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23.  
  24. Main2.Name = "Main2"
  25. Main2.Parent = ScreenGui
  26. Main2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  27. Main2.BorderColor3 = Color3.fromRGB(185, 0, 182)
  28. Main2.BorderSizePixel = 3
  29. Main2.Position = UDim2.new(0.219667941, 0, 0.0816326514, 0)
  30. Main2.Size = UDim2.new(0, 242, 0, 351)
  31. Main2.Active
  32. Main2.Draggable
  33.  
  34. Main.Name = "Main"
  35. Main.Parent = Main2
  36. Main.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  37. Main.BorderColor3 = Color3.fromRGB(44, 44, 44)
  38. Main.BorderSizePixel = 0
  39. Main.Position = UDim2.new(0.0311111752, 0, 0.0284899417, 0)
  40. Main.Size = UDim2.new(0, 225, 0, 331)
  41.  
  42. TextLabel.Parent = Main
  43. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  44. TextLabel.BackgroundTransparency = 1.000
  45. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  46. TextLabel.BorderSizePixel = 0
  47. TextLabel.Size = UDim2.new(0, 208, 0, 50)
  48. TextLabel.Font = Enum.Font.SourceSans
  49. TextLabel.Text = "Y00z's 4nn1 Gui"
  50. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  51. TextLabel.TextSize = 27.000
  52. TextLabel.TextWrapped = true
  53.  
  54. OofSound.Name = "Oof Sound"
  55. OofSound.Parent = Main
  56. OofSound.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  57. OofSound.BorderColor3 = Color3.fromRGB(185, 0, 182)
  58. OofSound.Position = UDim2.new(0.0382775106, 0, 0.169184297, 0)
  59. OofSound.Size = UDim2.new(0, 56, 0, 50)
  60. OofSound.Font = Enum.Font.SourceSans
  61. OofSound.Text = "Oof Sound"
  62. OofSound.TextColor3 = Color3.fromRGB(255, 255, 255)
  63. OofSound.TextScaled = true
  64. OofSound.TextSize = 14.000
  65. OofSound.TextWrapped = true
  66. OofSound.MouseButton1Down:Connect(function()
  67. game:GetService("Workspace").socky.Head.Sound:Play()
  68. game:GetService("Workspace").muffy.Head.Sound:Play()
  69. end)
  70.  
  71. BarkSound.Name = "Bark Sound"
  72. BarkSound.Parent = Main
  73. BarkSound.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  74. BarkSound.BorderColor3 = Color3.fromRGB(185, 0, 182)
  75. BarkSound.Position = UDim2.new(0.317222893, 0, 0.169184297, 0)
  76. BarkSound.Size = UDim2.new(0, 56, 0, 50)
  77. BarkSound.Font = Enum.Font.SourceSans
  78. BarkSound.Text = "Bark Sound"
  79. BarkSound.TextColor3 = Color3.fromRGB(255, 255, 255)
  80. BarkSound.TextScaled = true
  81. BarkSound.TextSize = 14.000
  82. BarkSound.TextWrapped = true
  83. BarkSound.MouseButton1Down:Connect(function()
  84. game:GetService("Workspace").Doge.Head.Bark:Play()
  85. end)
  86.  
  87. WowSound.Name = "Wow Sound"
  88. WowSound.Parent = Main
  89. WowSound.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  90. WowSound.BorderColor3 = Color3.fromRGB(185, 0, 182)
  91. WowSound.Position = UDim2.new(0.610556245, 0, 0.169184297, 0)
  92. WowSound.Size = UDim2.new(0, 56, 0, 50)
  93. WowSound.Font = Enum.Font.SourceSans
  94. WowSound.Text = "Wow Sound"
  95. WowSound.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. WowSound.TextScaled = true
  97. WowSound.TextSize = 14.000
  98. WowSound.TextWrapped = true
  99. WowSound.MouseButton1Down:Connect(function()
  100. game:GetService("Workspace").Doge.Head.Wow:Play()
  101. end)
  102.  
  103. ExplodeMuffy.Name = "Explode Muffy"
  104. ExplodeMuffy.Parent = Main
  105. ExplodeMuffy.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  106. ExplodeMuffy.BorderColor3 = Color3.fromRGB(185, 0, 182)
  107. ExplodeMuffy.Position = UDim2.new(0.0372228995, 0, 0.362537771, 0)
  108. ExplodeMuffy.Size = UDim2.new(0, 56, 0, 50)
  109. ExplodeMuffy.Font = Enum.Font.SourceSans
  110. ExplodeMuffy.Text = "Explode Muffy"
  111. ExplodeMuffy.TextColor3 = Color3.fromRGB(255, 255, 255)
  112. ExplodeMuffy.TextScaled = true
  113. ExplodeMuffy.TextSize = 14.000
  114. ExplodeMuffy.TextWrapped = true
  115. ExplodeMuffy.MouseButton1Down:Connect(function()
  116. game.Workspace.muffy.Head:Destroy()
  117. end)
  118.  
  119. ExplodeSocky.Name = "Explode Socky"
  120. ExplodeSocky.Parent = Main
  121. ExplodeSocky.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  122. ExplodeSocky.BorderColor3 = Color3.fromRGB(185, 0, 182)
  123. ExplodeSocky.Position = UDim2.new(0.317222893, 0, 0.362537771, 0)
  124. ExplodeSocky.Size = UDim2.new(0, 56, 0, 50)
  125. ExplodeSocky.Font = Enum.Font.SourceSans
  126. ExplodeSocky.Text = "Explode Socky"
  127. ExplodeSocky.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. ExplodeSocky.TextScaled = true
  129. ExplodeSocky.TextSize = 14.000
  130. ExplodeSocky.TextWrapped = true
  131. ExplodeSocky.MouseButton1Down:Connect(function()
  132. game.Workspace.socky.Head:Destroy()
  133. end)
  134.  
  135. TeleportSocky.Name = "Teleport Socky"
  136. TeleportSocky.Parent = Main
  137. TeleportSocky.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  138. TeleportSocky.BorderColor3 = Color3.fromRGB(185, 0, 182)
  139. TeleportSocky.Position = UDim2.new(0.610556245, 0, 0.362537771, 0)
  140. TeleportSocky.Size = UDim2.new(0, 56, 0, 50)
  141. TeleportSocky.Font = Enum.Font.SourceSans
  142. TeleportSocky.Text = "Teleport Socky"
  143. TeleportSocky.TextColor3 = Color3.fromRGB(255, 255, 255)
  144. TeleportSocky.TextScaled = true
  145. TeleportSocky.TextSize = 14.000
  146. TeleportSocky.TextWrapped = true
  147. TeleportSocky.MouseButton1Down:Connect(function()
  148. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.socky.Torso.CFrame
  149. end)
  150.  
  151. TeleportMuffy.Name = "Teleport Muffy"
  152. TeleportMuffy.Parent = Main
  153. TeleportMuffy.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  154. TeleportMuffy.BorderColor3 = Color3.fromRGB(185, 0, 182)
  155. TeleportMuffy.Position = UDim2.new(0.0372228995, 0, 0.549848914, 0)
  156. TeleportMuffy.Size = UDim2.new(0, 56, 0, 50)
  157. TeleportMuffy.Font = Enum.Font.SourceSans
  158. TeleportMuffy.Text = "Teleport Muffy"
  159. TeleportMuffy.TextColor3 = Color3.fromRGB(255, 255, 255)
  160. TeleportMuffy.TextScaled = true
  161. TeleportMuffy.TextSize = 14.000
  162. TeleportMuffy.TextWrapped = true
  163. TeleportMuffy.MouseButton1Down:Connect(function()
  164. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.muffy.Torso.CFrame
  165. end)
  166.  
  167. AllSounds.Name = "All Sounds"
  168. AllSounds.Parent = Main
  169. AllSounds.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  170. AllSounds.BorderColor3 = Color3.fromRGB(185, 0, 182)
  171. AllSounds.Position = UDim2.new(0.317222893, 0, 0.549848855, 0)
  172. AllSounds.Size = UDim2.new(0, 56, 0, 50)
  173. AllSounds.Font = Enum.Font.SourceSans
  174. AllSounds.Text = "All Sounds"
  175. AllSounds.TextColor3 = Color3.fromRGB(255, 255, 255)
  176. AllSounds.TextScaled = true
  177. AllSounds.TextSize = 14.000
  178. AllSounds.TextWrapped = true
  179. AllSounds.MouseButton1Down:Connect(function()
  180. game:GetService("Workspace").socky.Head.Sound:Play()
  181. game:GetService("Workspace").muffy.Head.Sound:Play()
  182. game:GetService("Workspace").Doge.Head.Bark:Play()
  183. game:GetService("Workspace").Doge.Head.Wow:Play()
  184. end)
  185.  
  186. Y00zkiddChatLag.Name = "Y00zkidd Chat Lag"
  187. Y00zkiddChatLag.Parent = Main
  188. Y00zkiddChatLag.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  189. Y00zkiddChatLag.BorderColor3 = Color3.fromRGB(185, 0, 182)
  190. Y00zkiddChatLag.Position = UDim2.new(0.610556245, 0, 0.549848855, 0)
  191. Y00zkiddChatLag.Size = UDim2.new(0, 56, 0, 50)
  192. Y00zkiddChatLag.Font = Enum.Font.SourceSans
  193. Y00zkiddChatLag.Text = "Y00zkidd Chat Lag"
  194. Y00zkiddChatLag.TextColor3 = Color3.fromRGB(255, 255, 255)
  195. Y00zkiddChatLag.TextScaled = true
  196. Y00zkiddChatLag.TextSize = 14.000
  197. Y00zkiddChatLag.TextWrapped = true
  198. Y00zkiddChatLag.MouseButton1Down:Connect(function()
  199. local AmountOfMessages = 3
  200. local SafeMode = false
  201. local SafemodeWaitTime = 4
  202.  
  203. if SafeMode then
  204. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("TEAM Y00ZKIDD JOIN TODAY!", "All")
  205. wait(SafemodeWaitTime)
  206. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("TEAM Y00ZKIDD JOIN TODAY!", "All")
  207. wait(SafemodeWaitTime)
  208. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("TEAM Y00ZKIDD JOIN TODAY!", "All")
  209. else
  210. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("TEAM Y00ZKIDD JOIN TODAY!", "All")
  211. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("TEAM Y00ZKIDD JOIN TODAY!", "All")
  212. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("TEAM Y00ZKIDD JOIN TODAY!", "All")
  213. end
  214. end)
  215.  
  216. SkyDisco.Name = "Sky Disco"
  217. SkyDisco.Parent = Main
  218. SkyDisco.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  219. SkyDisco.BorderColor3 = Color3.fromRGB(185, 0, 182)
  220. SkyDisco.Position = UDim2.new(0.0372228995, 0, 0.737160027, 0)
  221. SkyDisco.Size = UDim2.new(0, 56, 0, 50)
  222. SkyDisco.Font = Enum.Font.SourceSans
  223. SkyDisco.Text = "Sky Disco"
  224. SkyDisco.TextColor3 = Color3.fromRGB(255, 255, 255)
  225. SkyDisco.TextScaled = true
  226. SkyDisco.TextSize = 14.000
  227. SkyDisco.TextWrapped = true
  228. SkyDisco.MouseButton1Down:Connect(function()
  229. if ChatBox.Text ~= "Type something here to chat it anonymously!" then
  230. if ChatBox.Text ~= "" then
  231. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, ChatBox.Text, "White")
  232. end
  233. end
  234.  
  235. local AmountOfMessages = 3
  236. local SafeMode = false
  237. local SafemodeWaitTime = 4
  238.  
  239. if SafeMode then
  240. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("day", "All")
  241. wait(SafemodeWaitTime)
  242. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("night", "All")
  243. wait(SafemodeWaitTime)
  244. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("day", "All")
  245. else
  246. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("night", "All")
  247. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("day", "All")
  248. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("night", "All")
  249. end
  250. end)
  251.  
  252. PendulumHub.Name = "Pendulum Hub"
  253. PendulumHub.Parent = Main
  254. PendulumHub.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  255. PendulumHub.BorderColor3 = Color3.fromRGB(185, 0, 182)
  256. PendulumHub.Position = UDim2.new(0.317222893, 0, 0.737160027, 0)
  257. PendulumHub.Size = UDim2.new(0, 56, 0, 50)
  258. PendulumHub.Font = Enum.Font.SourceSans
  259. PendulumHub.Text = "Pendulum Hub"
  260. PendulumHub.TextColor3 = Color3.fromRGB(255, 255, 255)
  261. PendulumHub.TextScaled = true
  262. PendulumHub.TextSize = 14.000
  263. PendulumHub.TextWrapped = true
  264. PendulumHub.MouseButton1Down:Connect(function()
  265. loadstring(game:HttpGet("https://raw.githubusercontent.com/Tescalus/Pendulum-Hubs-Source/main/Pendulum%20Hub%20V5.lua"))(
  266. end)
  267.  
  268. Empty.Name = "Empty"
  269. Empty.Parent = Main
  270. Empty.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  271. Empty.BorderColor3 = Color3.fromRGB(185, 0, 182)
  272. Empty.Position = UDim2.new(0.610556245, 0, 0.737160027, 0)
  273. Empty.Size = UDim2.new(0, 56, 0, 50)
  274. Empty.Font = Enum.Font.SourceSans
  275. Empty.Text = "Empty"
  276. Empty.TextColor3 = Color3.fromRGB(255, 255, 255)
  277. Empty.TextScaled = true
  278. Empty.TextSize = 14.000
  279. Empty.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment