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