Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Auto Swing
- _G.swing = true
- while _G.swing do
- wait()
- game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
- end
- --Auto buy sword
- _G.sword = true
- while _G.sword do
- wait()
- --This script was generated by Hydroxide
- local oh1 = "buyAllSwords"
- local oh2 = {"Ground", "Astral Island", "Dragon Legend Island"}
- for i = 1, #oh2 do
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
- end
- end
- --Auto buy belt
- _G.sword = true
- while _G.sword do
- wait()
- --This script was generated by Hydroxide
- local oh1 = "buyAllBelts"
- local oh2 = {"Ground", "Astral Island", "Golden Master Island"}
- for i = 1, #oh2 do
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
- end
- end
- --Auto buy skill
- _G.sword = true
- while _G.sword do
- wait()
- --This script was generated by Hydroxide
- local oh1 = "buyAllSkills"
- local oh2 = {"Ground", "Astral Island", "Dragon Legend Island"}
- for i = 1, #oh2 do
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement