Advertisement
Honansik

Black Grimoire Auto Wood Script

Dec 24th, 2021
941
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.73 KB | None | 0 0
  1. _G.AutoWood = true
  2. local VirtualUser = game:service("VirtualUser");
  3.  
  4. while _G.AutoWood and wait(.1) do
  5. if not game.Players.LocalPlayer.Backpack:FindFirstChild("MAxe") and not game.Players.LocalPlayer.Character:FindFirstChild("MAxe") then
  6.     game:GetService("ReplicatedStorage").MissionEvent:FireServer("questpls","Woodc")
  7.     else
  8.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3969.2175292969, 105.07297515869, 919.11145019531)
  9.     VirtualUser:ClickButton1(Vector2.new("Hydra new user i mean what"))
  10.     if game.Players.LocalPlayer.Backpack:FindFirstChild("MAxe") then
  11.             game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack["MAxe"])
  12.         end;
  13.     end;
  14. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement