Log in

View Full Version : Log out when soul points runs out!



sbnztar
01-07-2016, 11:23 PM
Hey guys!

Is there any script that will log out when you got X soul points left?

Thanks in advance!

HjugO
01-08-2016, 07:47 AM
while true do
if Self.Soul() < 10 then Self.Logout() end
wait(500) end

sbnztar
01-08-2016, 08:34 AM
while true do
if Self.Soul() < 10 then Self.Logout() end
wait(500) end

thanks will try it later

rbarral
01-19-2016, 03:22 AM
im very fresh on script. Theres a way for ya send a .lua for me bro?