local Version1 = false local Version2 = false local Version3 = false local Version4 = true -- It appears duplicate sushi sometimes doesn't work so I will fix it soon --[[ Version 1 Accessory Spoofing Sets all of your accessories to non released/hidden/expensive for free. You do not keep the accessories, but the buffs apply. Only you are affected and able to see the buffs/effects. Since the game hides(Hats) unless owned. Sets accessories to: Outrageous Builders Club Hat TallyTopper Pager Pencil Tie CargoPants RainJacket (Outfit) Sets background to "JustInForTheExperience" for an additional 20% bonus. ]] if Version1 == true then loadstring(game:HttpGet("https://raw.githubusercontent.com/jodta/my-scripts/refs/heads/main/SushiGambit/Version%201"))() end --[[ Version 2 Quality of Life / Job Related Instant cook (can cook multiple sushi at once e.g. 3) Unlocks all recipes Spoofed cooking minigame (significantly easier) Instant dish cleaning Guaranteed duplicate sushi Infinite stamina ]] if Version2 == true then loadstring(game:HttpGet("https://raw.githubusercontent.com/jodta/my-scripts/refs/heads/main/SushiGambit/Version%202"))() end --[[ Version 3 Lightweight Simple Version Instant dish cleaning Guaranteed duplicate sushi Infinite stamina ]] if Version3 == true then loadstring(game:HttpGet("https://raw.githubusercontent.com/jodta/my-scripts/refs/heads/main/SushiGambit/Version%203"))() end --[[ Version 4 More legit gameplay Unlocks all recipes Spoofed cooking minigame (significantly easier) Slower Stamina Consumption Instant dish cleaning --]] if Version4 == true then loadstring(game:HttpGet("https://raw.githubusercontent.com/jodta/my-scripts/refs/heads/main/SushiGambit/Version%204"))() end -- SUPPORTS PRETTY MUCH ALL EXECUTERS