takuyahd

Script Ninja Legends Farm Coins-Hoops 1-0

Nov 1st, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. do
  2. local anticonstdump = "Nice try on dumping constants noob, this easy way won't work hehe";
  3. end
  4. pcall(function()
  5. local player = game.Players.LocalPlayer;local toggles={};local hookfunction = hookfunction or detour_function or replaceclosure;
  6. local pos={
  7. ["Sell"]=Vector3.new(66.9353867, 4.9517858, -42.6442146),
  8. };
  9. if not player:FindFirstChild("Cyilitics123") then
  10. local a=Instance.new("BoolValue", player);a.Name = "Cyilitics123"
  11. local library = loadstring(game:HttpGet("https://pastebin.com/raw/hmMUedab"))()
  12. local frm=library:CreateWindow("Farm");
  13. local hook=library:CreateWindow('Game Hooking');
  14. frm:Toggle('Pickup Coins', {location=toggles, flag='pc'}, function(tg)
  15. spawn(function()
  16. if tg then
  17. repeat
  18. for i,v in pairs(game.Workspace.spawnedCoins:GetDescendants()) do
  19. if toggles.pc then
  20. if v:IsA'BasePart' then
  21. player.Character.HumanoidRootPart.CFrame=v.CFrame;
  22. wait(0.2)
  23. end
  24. else
  25. break;
  26. end
  27. end
  28. wait()
  29. until not toggles.pc
  30. end
  31. end)
  32. end)
  33. frm:Toggle('Pickup Hoops', {location=toggles, flag='ph'}, function(tg)
  34. spawn(function()
  35. if tg then
  36. repeat
  37. for i,v in pairs(game.Workspace.Hoops:GetChildren()) do
  38. if toggles.ph then
  39. if v:IsA'BasePart' and not v:FindFirstChildOfClass("BoolValue") then
  40. player.Character.HumanoidRootPart.CFrame=v.CFrame;
  41. wait(0.2)
  42. end
  43. else
  44. break;
  45. end
  46. end
  47. wait()
  48. until not toggles.ph
  49. end
  50. end)
  51. end)
  52. frm:Section('Autofarm')
  53. frm:Toggle('Auto Swing', {location=toggles, flag='as'}, function(tg)
  54. spawn(function()
  55. if tg then
  56. while tg do
  57. wait(0.2)
  58. player.ninjaEvent:FireServer("swingKatana")
  59. end
  60. end
  61. end)
  62. end)
  63. frm:Toggle('Auto sell', {location=toggles, flag='asl'})
  64. hook:Toggle('Infinite Jump', {location=toggles, flag='ij'})
  65. local nidx
  66. nidx=hookfunction(getrawmetatable(game).__newindex, function(a,b,c)
  67. if not checkcaller() and toggles.asl and b=='Visible' and a.Name=='maxNinjitsuMenu' and c==true then
  68. player.Character.HumanoidRootPart.CFrame=CFrame.new(pos["Sell"])
  69. return nidx(a,b,c)
  70. end
  71. return nidx(a,b,c)
  72. end)
  73. local idx
  74. idx=hookfunction(getrawmetatable(game).__index, function(a,b)
  75. if not checkcaller() and toggles.ij and b=='Value' and a.Name=='multiJumpCount' then
  76. return math.huge;
  77. end
  78. return idx(a,b)
  79. end)
  80. end
  81. end)
Add Comment
Please, Sign In to add comment