Roblox-Bot-Lua/Main/Function/Jawir.lua
2025-07-21 10:41:54 +07:00

19 lines
563 B
Lua

local JembutCicak = nil
function Ireng()
local JembutCicak = nil
JembutCicak = hookmetamethod(game, "__index", newcclosure(function(I, J)
if not checkcaller() then
if I:IsA("Mouse") and tostring(J) == "Hit" then
-- if Playersaimbot ~= nil then
if _G.Settings.Config["Auto Skill"] then
return(CFrame.new(PositionSkillMasteryDevilFruit))
end
--end
end
end
return JembutCicak(I, J)
end))
end
return Ireng()