Advertisement
iHollow

iHollow | #10

Feb 20th, 2022
1,575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. -- https://www.roblox.com/games/6494523288/Blade-Quest
  2. -- Put this in your autoexe folder
  3.  
  4. getgenv().BladeQuestAutofarm = {
  5. Enabled = true;
  6. Map = "Forest";
  7. Difficulty = "Easy";
  8. Hardcore = false;
  9. FailSafeRejoin = false; -- Will try to go back to lobby if Character is stuck somewhere...
  10. FailSafeSeconds = 300;
  11. TweenSpeed = 50; -- Higher = faster, but don't go too high or it'll teleport you to lobby
  12. Offset = Vector3.new(0,5,7); -- Anticheat triggers if you go above mob; you can change the position
  13. AutoUpgradePlayerSkill = ""; -- "HealthSkill", "SwordSkill", "MagicSkill" or leave empty to turn off
  14. AutoMerge = true;
  15. AutoUpgradeSword = false;
  16. Webhook = ""; -- leave empty to turn off
  17. }
  18.  
  19. loadstring(game:HttpGet("https://raw.githubusercontent.com/SlamminPig/rblxgames/main/Blade%20Quest/BladeQuestLoadstring"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement