├── version └── README.md /version: -------------------------------------------------------------------------------- 1 | { 2 | "Version": "6.3.4", 3 | "Announcement": "" 4 | } 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Infinite Yield 2 | 3 | discord The best command line script for roblox. 4 | 5 | ```lua 6 | loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() 7 | ``` 8 | 9 | - Currently 400 commands 10 | - Open Source 11 | - 7+ years of development 12 | 13 | ## Developers 14 | 15 | ### Creator: [Edge](https://github.com/EdgeIY) 16 | ### Developers: [Moon](https://github.com/LorekeeperZinnia), [Zwolf](https://github.com/luatsuki), [Hunter](https://github.com/tooslzy), [Toon](https://github.com/Toon-arch), [Peyton](https://github.com/peyton2465), [ATP](https://github.com/ionizedparticle) 17 | 18 | ## Usage 19 | You can learn how to use all the features of this script in [the wiki](https://github.com/EdgeIY/infiniteyield/wiki)! 20 | 21 | ## Contributing 22 | There is no specific rules on contributing (as of now) just open a [pull request](https://github.com/EdgeIY/infiniteyield/pulls) and if it checks out we will merge it! 23 | --------------------------------------------------------------------------------