Advertisement
GO0GL3_CHR0M3

CyiliticsABD

Oct 20th, 2019
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. local players=game:service("Players");local player=players.LocalPlayer;local toggles={};
  2. if not player:FindFirstChild("C1y2i3l4i5t6i7c8s") then
  3. local a=Instance.new("BoolValue", player);
  4. a.Name = "C1y2i3l4i5t6i7c8s";
  5. local library=loadstring(game:HttpGet("https://pastebin.com/raw/tqKTJQAA", true))();
  6. local combat=library:CreateWindow("Combat Cheat");
  7. combat:Toggle("Big damage",{localtion=toggles, flag='bD'});
  8. combat:Toggle("Fast attacks",{localtion=toggles, flag='fA'});
  9. function getvictim()
  10. local lastpos=math.huge;
  11. local nearest;
  12. for i,v in pairs(game.Players:GetChildren()) do
  13. if v~=player and v.Character:FindFirstChild("HumanoidRootPart") then
  14. local newpos=(player.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).Magnitude;
  15. if newpos < lastpos then
  16. lastpos=newpos;
  17. nearest = v;
  18. end
  19. end
  20. end
  21. return nearest;
  22. end
  23. local fr;
  24. fr=hookfunction(getrawmetatable(game).__namecall, function(...)
  25. local args={...};
  26. if getnamecallmethod()=="FireServer" and args[1].Name=="Hit" and toggles.bD then
  27. args[4]=getvictim().Character.Humanoid;args[5]=getvictim().Character.HumanoidRootPart.CFrame;args[6]=99;
  28. return fr(unpack(args));
  29. end
  30. return fr(...)
  31. end)
  32. local dl;
  33. dl=hookfunction(delay, function(a,b)
  34. if toggles.fA then
  35. return b()
  36. end
  37. return dl(a,b)
  38. end)
  39. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement