0 Üye ve 1 Ziyaretçi konuyu incelemekte.
guiSetInputEnabled(true)
guiSetInputEnabled(false)
_Tuslar = {"F1", "F2", "F3", "F4", "F5", "F6", "F7", "F9", "F10", "F11", "o", "p"}_KodYazari = {"Rüzgar"}local _cancelEvent = function()cancelEvent()endlocal _addEventHandler = function(event, r, func)if event ~="" and r and func then addEventHandler(event, r, func);endendlocal _eventCalistir = function(event, r, func)if event ~="" and r and func then _addEventHandler(event, r, func);endendlocal _iptalEt = function()_cancelEvent()endlocal _print = function(msj)print(msj)endlocal _belirtilenTuslariEngelle = function(_,__)for ___,____ in pairs(_Tuslar) do for k,v in pairs(_KodYazari) do if _ == ____ and v == "Rüzgar" then _iptalEt() _print("Anti Bind Func Yazarı Rüzgar'dır") end end endend_eventCalistir("onClientKey", root, _belirtilenTuslariEngelle)