Main Lua
Main Lua
Rayfield:Notify({
Title = "YOU EXEXUTED THE SCRIPT",
Content = "VERRY GOOD GUJ",
Duration = 5,
Image = nil,
Actions = { -- Notification Buttons
Ignore = {
Name = "Okay!",
Callback = function()
print("The user tapped Okay!")
end
},
},
})
_G.AimbotEnabled = true -- Determines whether or not the Aimbot script will lock
onto players.
_G.TeamCheck = false -- If set to true then the script would only lock your aim at
enemy team members.
_G.AimPart = "Head" -- What body part of the closest enemy the aimbot script would
lock at.
_G.Sensitivity = 0 -- How many seconds it takes for the aimbot script to officially
lock onto the target's aimpart.
end,
})