Hello, this lua script allows you to see the code on other people's keypads
On darkrp keypads only the code that is not hidden is available (secure mode not enabled)
On keypads of the workshop is available hidden code / not hidden code (secure mode enabled or disabled)
Hello, this lua script allows you to see the code on other people's keypads
On darkrp keypads only the code that is not hidden is available (secure mode not enabled)
On keypads of the workshop is available hidden code / not hidden code (secure mode enabled or disabled)
PLEASE REPLACE THIS STRING:
if(v:GetDisplayText() != "****")then On this
if(v:GetDisplayText() == "****" or v:GetDisplayText() == "***" or v:GetDisplayText() == "**" or v:GetDisplayText() == "*") then return end
Originally Posted by Leithzze
PLEASE REPLACE THIS STRING:
if(v:GetDisplayText() != "****")then On this
if(v:GetDisplayText() == "****" or v:GetDisplayText() == "***" or v:GetDisplayText() == "**" or v:GetDisplayText() == "*") then return end
PLEASE DIE.
Originally Posted by Leithzze
PLEASE REPLACE THIS STRING:
if(v:GetDisplayText() != "****")then On this
if(v:GetDisplayText() == "****" or v:GetDisplayText() == "***" or v:GetDisplayText() == "**" or v:GetDisplayText() == "*") then return end
Code:
if (v:GetDisplayText():find("*")) then return end
Originally Posted by EvilGaming2000
PLEASE DIE.
why are french people always the most annoying?
Originally Posted by Cyaegha
Code:
if (v:GetDisplayText():find("*")) then return end
why are french people always the most annoying?
pay no attention to the mentally retarded
Sorry for being a noob at this, but where do these files go? I've replaced the string too
Originally Posted by SharkLicker
Sorry for being a noob at this, but where do these files go? I've replaced the string too
Use injector and external2.dll
great job. +1
You should update the lua file with any added fixes instead of just posting them as a new reply.
Originally Posted by Siknik64
You should update the lua file with any added fixes instead of just posting them as a new reply.