Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --settings
- getgenv().ScriptEnabled = true -- true/false for script enable
- getgenv().ShowPlayerInfo = true -- Username true/false
- getgenv().ShowInventory = true -- true/false inventory
- getgenv().Boss = true -- Countboss true/false
- getgenv().BossName = "Flames" -- Boss Name if countboss true
- getgenv().FullBlackScreen = true -- Blackscreen
- getgenv().ItemList = {
- "Sukuna's Finger",
- "Simple Domain Essence",
- "Shrine Item",
- "Cooking Ingredient",
- "Cooking Recipe",
- "New Added Item"
- -- add other items
- }
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Mixplaylikeencoder/DLC/refs/heads/main/InfoScreen"))()
Add Comment
Please, Sign In to add comment