Advertisement
roblox_exploit

ro-ghoul

Jun 10th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. _G.ok = true
  2.  
  3. hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  4. repeat wait()
  5. for i,v in pairs(workspace.NPCSpawns:GetDescendants()) do
  6. if v.parent.Name == "CCGSpawns" and v.ClassName == "Model" and v:FindFirstChild("HumanoidRootPart") and (hum.Position-v.HumanoidRootPart.Position).Magnitude < 255 and v.Humanoid.Health > 0 then
  7. hum.CFrame = CFrame.new(v.HumanoidRootPart.Position)+v.HumanoidRootPart.CFrame.lookVector / 2
  8. mouse1click()
  9. end
  10. if string.find(v.Name, "Corpse") and v:FindFirstChild("HumanoidRootPart") and (hum.Position-v.HumanoidRootPart.Position).Magnitude < 255 then
  11. hum.CFrame = CFrame.new(v.HumanoidRootPart.Position)+v.HumanoidRootPart.CFrame.lookVector / 2
  12. mouse1click()
  13. end
  14. end
  15. until _G.ok == false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement