Dashboard
Imp Hub | Jujutsu Infinite thumbnail

Imp Hub | Jujutsu Infinite

AlanMontoya avatarAlanMontoya
135 views4 weeks ago

- Select Mobs [Multiple], - Set Hit Mode, - Farm Mobs, - Farm Random Mobs, - Instant Kill, - Kill Aura, - Set Up Position - Automatic Equip Punch, - Automatic M1, - Automatic M2 - Select Quest Slot, - Automatic Claim Quest, - Automatic Claim Random Quest, - Automatic Teleport To Quest Location - Select Skills [Multiple], - Automatic Spin Skills - Automatic Unlock Tree Skill Nodes, - Claim Daily Reward - Set WalkSpeed, - Set JumpPower <Misc> - Auto Refresh Mobs Dropdown, - Save & Load Configs.

esohasl.net
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)
You need to watch ads to view thisSession will be saved for 24 hours.