Brickbusterzscripts

Fruit finder as6

May 5th, 2025 (edited)
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. getgenv().Config = {
  2. Team = {
  3. SelectTeam = "Marines"
  4. },
  5. BuyFruit = {
  6. SelectFruit = {"Kitsune-Kitsune"},
  7. BuySelected = false,
  8. BuyRandom = true
  9. },
  10. Tween = {
  11. TweenFruit = true,
  12. SkipIfOwned = true,
  13. StoreFruit = true
  14. },
  15. Shop = {
  16. BuyZoroSword = false,
  17. BuyHakiColor = false
  18. },
  19. Misc = {
  20. SendWebhook = true,
  21. WebhookURL = "your webhook",
  22. DisableEffects = true
  23. }
  24. }
  25. loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/d734d024f3000caddd23122da89a6c3e.lua"))()
Add Comment
Please, Sign In to add comment