Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --// yes all mighty 1x1x1x1IAMbck is back... What you want? \\--
- --// Heroes Legacy: https://www.roblox.com/games/3487743894/VIP-Heroes-Legacy \\ --
- loadstring(game:HttpGet('https://pastebin.com/raw/6TW7RGz3', true))()
- local example = library:AddWindow("Heroes Legacy")
- local w = example:AddTab('Auto-Farm Mobs')
- local AU = example:AddTab('Auto Quest')
- local mo = example:AddTab("Class Spin")
- local pp = example:AddTab("Stat Adder")
- --// Auto Points Adding
- local stat = "Strength"
- local adder = false
- local ded = pp:AddDropdown("Stat", function(why)
- stat = why
- end)
- pp:AddSwitch("Add Points", function(yes)
- adder = yes
- end)
- ded:Add("Strength")
- ded:Add("Health")
- --// Class Spin
- local checker = mo:AddLabel("Has the Class: No")
- local class = "GOD"
- local farm = false
- local buy = false
- local att = mo:AddDropdown("Class", function(homo)
- class = homo
- print(class)
- end)
- mo:AddSwitch("Spin", function(das)
- farm = das
- end)
- mo:AddSwitch("Buy Spins", function(das)
- buy = das
- end)
- --// Classes
- att:Add("GOD")
- att:Add("ALIEN")
- att:Add("SUPERHUMAN")
- att:Add("MARTIAL ARTIST")
- --// Mobs
- local onoff = false
- local onoff1 = false
- local faggots = {}
- local choice = ""
- local dd = w:AddDropdown("Name of Enemy", function(hom)
- choice = hom
- print(choice)
- end)
- --// Mobs
- dd:Add("BOROS")
- dd:Add("GAROU")
- dd:Add("PARADISER")
- dd:Add("ARMED THUG")
- dd:Add("BALD CAPE 1")
- dd:Add("CRABLANTE")
- dd:Add("HAMMERHEAD")
- dd:Add("ANNIHLATOR 5K-G0")
- dd:Add("MINI ANNIHLATOR")
- dd:Add("STRONG THUG")
- dd:Add("SEA MONSTER")
- dd:Add("DEEP SEA KING")
- dd:Add("THUG")
- dd:Add("WEAK THUG")
- dd:Add("GOUKETSU")
- dd:Add("SPEED O SOUND SONIC")
- w:AddSwitch('Autofarm', function(hom)
- onoff = hom
- end)
- w:AddSwitch('Autofarm Every Mob', function(hom)
- onoff1 = hom
- end)
- w:AddLabel("No Seriously this is buggy as hell lel but works.")
- --// Auto Quest
- local NPC = ""
- local ddQ = AU:AddDropdown("Name of NPC", function(homo)
- NPC = homo
- print(NPC)
- end)
- for i, v in pairs(game:GetService("Workspace").Npcs:GetChildren()) do
- if v:FindFirstChild("Quest").Mob then
- ddQ:Add(v.Quest.Mob.Value)
- end
- end
- local AutoQuest = false
- AU:AddSwitch("Auto-Quest", function(no)
- AutoQuest = no
- end)
- AU:AddLabel("You have to first finish current quest. (If you have one of course)")
- --// Secret anti afk
- local bb=game:service'VirtualUser'
- game:service'Players'.LocalPlayer.Idled:connect(function()
- bb:CaptureController()
- bb:ClickButton2(Vector2.new())
- end)
- --// The Scripts I guess
- local spin = coroutine.wrap(function()
- while wait(0.35) do
- local plr = game.Players.LocalPlayer
- if farm == true then
- if plr.Class.Value == class then
- checker.Text = "Has the Class: Yes"
- farm = false
- else
- local Target = game:GetService("ReplicatedStorage").RemoteEvents.SP
- Target:FireServer()
- end
- end
- end
- end)
- spin()
- local buyer = coroutine.wrap(function()
- while wait() do
- if buy then
- local Target = game:GetService("ReplicatedStorage").RemoteEvents.BS;
- Target:FireServer();
- end
- end
- end)
- buyer()
- local quest = coroutine.wrap(function()
- while wait(1) do
- if AutoQuest then
- local plr = game.Players.LocalPlayer
- if plr:FindFirstChild("Quest") then
- else
- for i, v in pairs(game:GetService("Workspace").Npcs:GetChildren()) do
- if v:FindFirstChild("Quest").Mob.Value == NPC then
- fireclickdetector(v.ClickDetector)
- end
- end
- end
- end
- end
- end)
- quest()
- local farm = coroutine.wrap(function()
- while wait() do
- if onoff then
- for _,v in pairs(game.Workspace.Mobs:GetChildren()) do
- if v.Name == choice then
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("HumanoidRootPart").Anchored = true
- v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-0.5)
- if game.Players.LocalPlayer.Class.Value == "NINJA" then
- local userdata_3 = game:GetService("Players").LocalPlayer.Character.LocalScript.Knockback2;
- local Target2 = game:GetService("ReplicatedStorage").RemoteEvents.B;
- Target2:FireServer(userdata_3);
- else
- local string_1 = "RightHand";
- local string_2 = "LeftHand";
- local userdata_1 = game:GetService("Players").LocalPlayer.Character.LocalScript.Knockback2;
- local Target = game:GetService("ReplicatedStorage").RemoteEvents.A;
- Target:FireServer(string_1, userdata_1);
- Target:FireServer(string_2, userdata_1);
- end
- end
- end
- end
- end
- end
- end)
- farm()
- local farmall = coroutine.wrap(function()
- while wait() do
- if onoff1 then
- for _,v in pairs(game.Workspace.Mobs:GetChildren()) do
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("HumanoidRootPart").Anchored = true
- v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-0.5)
- if game.Players.LocalPlayer.Class.Value == "NINJA" then
- local userdata_3 = game:GetService("Players").LocalPlayer.Character.LocalScript.Knockback2;
- local Target2 = game:GetService("ReplicatedStorage").RemoteEvents.B;
- Target2:FireServer(userdata_3);
- else
- local string_1 = "RightHand";
- local string_2 = "LeftHand";
- local userdata_1 = game:GetService("Players").LocalPlayer.Character.LocalScript.Knockback2;
- local Target = game:GetService("ReplicatedStorage").RemoteEvents.A;
- Target:FireServer(string_1, userdata_1);
- Target:FireServer(string_2, userdata_1);
- end
- end
- end
- end
- end
- end)
- farmall()
- local points = coroutine.wrap(function()
- while wait() do
- local plr = game.Players.LocalPlayer
- if adder == true then
- local string_1 = "Strength";
- local number_1 = plr.Points.Value;
- local Target = game:GetService("ReplicatedStorage").RemoteEvents.AS;
- Target:FireServer(string_1, number_1);
- end
- end
- end)
- points()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement