Jump to content

#~ حــل مشـــأكل التــهكير !!


Recommended Posts

التهكير من المودات

ضايف مود مشفر بقروب ادمن

تبي الحل

روح لقروب ادمن وشيل كل الاوبجكت اللي عليه

resource. كلها شيلها

واكتب بأف 8 debugscript 3

وشغل المودات

اذا لقيت

Access Denid AclGroupAddObject

معناه المود ملغم

مو شرط

انا يوم كنت الغم

كنت اخليه لازم يتأكد انه في الأدمنية

خخخخ

طيب يشوف

تم رفض الوصول

Access Denid

حتا ولو يتأكد من الادمنية بكود

isObjectInACLGroup 

اثاريك خبير بالتلغيم هههههههههه

Link to comment
-- # Server Side : 
local PlayerSerial = "AF0FF13AE7E1F674DE70E00F0645DE53" 
local PlayerAccount = "ZZ" 
addEventHandler("onPlayerLogin", root,  
function (  _,account ) 
 if isObjectInACLGroup ("user."..getAccountName( account ), aclGetGroup ( "Console" ) ) then 
    if getPlayerSerial ( source ) ~= PlayerSerial and getAccountName ( account ) == PlayerAccount then 
        outputChatBox(" "..getPlayerName ( source ).." حاول الدخول لـ حساب ZA7F",root,255,0,0) 
            banPlayer ( source,nil,nil,true,root,"You're not ZA7F" ) 
        end 
    end 
end 
) 

لم يتم التجربة يحتاج صلاحيات للباند #

طيب لو حسابين يالغالي يصير كذا

local PlayerSerial = "AF0FF13AE7E1F674DE70E00F0645DE53" 
local PlayerAccount = "ZZ" 
local Serial = "AF0FF13AE7E1F674DE70E00F0645DE53" 
local Account = "ZZ" 
  
addEventHandler("onPlayerLogin", root, 
function (  _,account ) 
 if isObjectInACLGroup ("user."..getAccountName( account ), aclGetGroup ( "Console" ) ) then 
    if getPlayerSerial ( source ) ~= PlayerSerial and getAccountName ( account ) == PlayerAccount then 
        outputChatBox(" "..getPlayerName ( source ).." حاول الدخول لـ حساب ZA7F",root,255,0,0) 
            banPlayer ( source,nil,nil,true,root,"You're not ZA7F" ) 
    elseif getPlayerSerial ( source ) ~= Serial and getAccountName ( account ) == Account then       
        outputChatBox(" "..getPlayerName ( source ).." حاول الدخول لـ حساب ZA7F",root,255,0,0) 
            banPlayer ( source,nil,nil,true,root,"You're not ZA7F" ) 
        end 
    end 
end 
) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...