Youtube_AppealsCat

AUT Tracker

Oct 18th, 2024
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.71 KB | None | 0 0
  1. --settings
  2. getgenv().ScriptEnabled = true           -- true/false for script enable
  3. getgenv().ShowPlayerInfo = true          -- Username true/false
  4. getgenv().ShowInventory = true           -- true/false inventory
  5. getgenv().Boss = true                    -- Countboss true/false
  6. getgenv().BossName = "Flames"        -- Boss Name if countboss true
  7. getgenv().FullBlackScreen = true         -- Blackscreen
  8.  
  9. getgenv().ItemList = {
  10.     "Sukuna's Finger",
  11.     "Simple Domain Essence",
  12.     "Shrine Item",
  13.     "Cooking Ingredient",
  14.     "Cooking Recipe",
  15.     "New Added Item"
  16.     -- add other items
  17. }
  18.  
  19. loadstring(game:HttpGet("https://raw.githubusercontent.com/Mixplaylikeencoder/DLC/refs/heads/main/InfoScreen"))()
Add Comment
Please, Sign In to add comment