Imp Hub | Ninja Time
List Of Features: - Select Mobs [Multiple], - Set Farm Method, - Set Teleport Type, - Set Farm Distance, - Set Tween Teleport Delay - Automatic Farm Mobs, - Automatic Farm Random Mobs, - Kill Aura, - Semi Instant Kill, - Bring Mobs - Automatic Attack, - Train With Log, - Automatic Collect Collectables - Select Npc, - Teleport To Npc - Select Skills [Multiple], - Set Skill Use Delay - Use Skills, - Use All Skills - Automatic Unlock All Modes, - Automaric Unlock All Skills, - Automatic Unlock All Sub-Jutsus - Select Elements To Increase [Multiple], - Automatic Increase Elements Level, - Automatic Increase Vitality Level - Automatic Charge Chakra, - Skip Dialogue - Claim Daily Reward - Select Elements [Multiple], - Select Clans [Multiple], - Select Familys [Multiple] - Select Slot - Spin Element, - Spin Clan, - Spin Family <Misc> - Automatic Refresh Mobs Dropdown Options, - Save & AutoLoad Configs.
local Workspace = game:GetService("Workspace")
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
getgenv().Settings = { Default = false }
task.spawn(function()
while Settings.Default and task.wait() do
print(string.format("Username: %s", LocalPlayer.Name))
end
end)