Join our Discord [https://discord.gg/5SnRzS38SC]
Universal Roblox script collection with smart game detection and organized folder structure.
For-All/
├── Universal/ # Tools that work with ALL games
│ ├── dex.lua
│ └── dexex.lua
├── Games/ # Game-specific scripts (organized)
│ ├── WorldZero/
│ │ └── WorldZero_Obfuscated.lua
│ ├── FarmAFish/
│ │ └── FarmAFish.lua
│ ├── Descent/
│ │ └── Descent.lua
│ └── Misc/
│ ├── BreakYourBones.lua
│ ├── COS.obfuscated.lua
│ ├── hohohub.lua
│ ├── Pickaxe Sim.lua
│ ├── SOLSRNG.lua
│ ├── TankSimulator_Script.lua
│ └── watch numbers go up.lua
Features:
- Auto-detects game name from PlaceId
- Organizes decompiled scripts by game name
- Works with ANY Roblox game
Please join our Discord - [https://discord.gg/5SnRzS38SC]
Based on Prometheus by Elias Oelschner - https://github.com/prometheus-lua/Prometheus