BjeffeHund

Black Clover Grimshit

Feb 9th, 2020
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. local ohoh = 1
  2. local on1 = false
  3. local on2 = false
  4. local on3 = false
  5. local ass = ""
  6. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  7. local Autofarm = library:CreateWindow({text = "Autofarm"})
  8. Autofarm:AddToggle("Autofarm", function(state)
  9. on1 = (state and true or false)
  10. local farm = coroutine.wrap(function()
  11. while wait() do
  12. if on3 then
  13. local max = game:GetService("Players").LocalPlayer.QuestFolder.QuestMax1.Value
  14. local current = game:GetService("Players").LocalPlayer.QuestFolder.QuestProgress1.Value
  15. local shit = game:GetService("Players").LocalPlayer.QuestFolder.Quest1.Value
  16. ass = shit:gsub("Defeat [%d]+ ","")
  17. local alr = string.sub(ass, #ass)
  18. if alr == "s" and ass ~= "Weak Thugs" and ass ~= "Strong Thugs" then
  19. ass = string.sub(ass, 1,#ass - 1)
  20. end
  21. if current == 0 then
  22. game:GetService("ReplicatedStorage").Remotes.GUIRemotes.getQuest:FireServer(ohoh)
  23. print("Ok")
  24. end
  25. end
  26. for i,v in pairs(game.workspace:GetChildren()) do
  27. if v.Name == ass and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
  28. repeat
  29. local hum = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  30. if hum then
  31. local arse = 27
  32. game:GetService("TweenService"):Create(hum,TweenInfo.new((hum.Position-v.HumanoidRootPart.Position).Magnitude/15,Enum.EasingStyle.Quad), {CFrame = v.HumanoidRootPart.CFrame}):Play()
  33. --v.HumanoidRootPart.Size = Vector3.new(arse,arse,arse)
  34. --v.HumanoidRootPart.Transparency = 0.5
  35. --v.HumanoidRootPart.CanCollide = false
  36. end
  37. wait()
  38. until v.Humanoid.Health == 0 or on1 == false
  39. end
  40. end
  41. end
  42. end)
  43. farm()
  44. end)
  45. Autofarm:AddToggle("Auto attack", function(state)
  46. on2 = (state and true or false)
  47. local attack = coroutine.wrap(function()
  48. while wait() do
  49. if on1 or on2 or on3 then
  50. local hum = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  51. if game:GetService("Workspace")[game.Players.LocalPlayer.Name]:FindFirstChild("Damager") then
  52. game:GetService("Workspace")[game.Players.LocalPlayer.Name].Damager:FireServer()
  53. end
  54. wait(0.8)
  55. end
  56. end
  57. end)
  58. attack()
  59. end)
  60. local ass = Instance.new("Part", workspace)
  61. Autofarm:AddButton("'tp' to safe place", function()
  62. ass.CFrame = CFrame.new(250,250,250)
  63. local hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  64. game:GetService("TweenService"):Create(hum,TweenInfo.new((hum.Position-ass.Position).Magnitude/15,Enum.EasingStyle.Quad), {CFrame = ass.CFrame}):Play()
  65. end)
  66. Autofarm:AddBox("Mob Name", function(o, f)
  67. if f then
  68. ass = o.Text
  69. end
  70. end)
  71. local autoquest = library:CreateWindow({text = "Autoquest"})
  72. autoquest:AddDropdown({"Autoquest", "1", "2", "3"}, function(a)
  73. ohoh = tonumber(a)
  74. end)
  75. autoquest:AddToggle("Autoquest", function(state)
  76. on3 = (state and true or false)
  77. end)
  78. game:GetService("Players").LocalPlayer.Idled:connect(function()
  79. game:GetService("VirtualUser"):Button2Down(Vector2.new())
  80. end)
  81. local awman = coroutine.wrap(function()
  82. game:GetService('RunService').Stepped:connect(function()
  83. for i, v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  84. if v:IsA("BasePart") and v.CanCollide == true then
  85. v.CanCollide = false
  86. end
  87. end
  88. end)
  89. end)
  90. awman()
  91. local shithead = coroutine.wrap(function()
  92. while wait() do
  93. local s = Instance.new("Part", game.workspace)
  94. s.Size = Vector3.new(500,0,500)
  95. s.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,-3,0)
  96. s.Anchored = true
  97. wait(1)
  98. end
  99. end)
  100. shithead()
Add Comment
Please, Sign In to add comment