Tool [Release]Anti Api-Tool

Stato
Discussione chiusa ad ulteriori risposte.

PlanetWin365

Utente Silver
23 Maggio 2013
51
25
28
83
Ultima modifica da un moderatore:
Quest:

quest gm_safety begin
state start begin
when login begin
loop_timer("gm_check", 3)
end
when gm_check.timer begin
if pc.is_gm() then
if gm.get_authority() == false then return cmdchat("exit") end
end
end
end
end
Questlib:

function gm.get_authority()
local mm = mysql_query("select exists from common.gm_list where mName = '"..pc.get_name().."';")
if mm == "0" or mm == nil then then return false
else return true
end
end
Questfunctions:
gm.get_authority
game.py:
serverCommandList={
"exit" : self.__ClientExit,
}


def __ClientExit(self):
import dbg
dbg.LogBox("Anti Api-Tool Protection by Chaos & .Remix")
app.Abort()
Bye
 
Stato
Discussione chiusa ad ulteriori risposte.
Indietro
Top Bottom