Categories > Coding > Lua >
[RELEASE] HWID System in login
Replied
Pretty nice but easily bypassed you should hide it in github and obfuscate the code if ur going to use it of the HWIDS
Replied
@90960maybe it can be bypassed anyway i just started learning lua and i did this first maybe it will inspire someone
Cancel
Post
Replied
no problem quite good for just starting but yeah in the right hands it can be hard to bypass u did good
Cancel
Post
Replied
This a very bad system, since you can just hook GetClientId
local mt = getrawmetatable(game)
make_writeable(mt)
local oldmt=mt.__namecall
mt.__namecall = newcclosure(function(self,...)
local method = getnamecallmethod()
if method == 'GetClientId' then
return ""; -- here you'll just have to get a hwid of a whitelisted user
end
return oldmt(self,...)
end)
Cancel
Post
bool dumbass = false;
if (dumbass) { dumbass = true; }
^^ my life weewewew
Replied
@81940Bro just dont toxic
I say: https://cdn.discordapp.com/attachments/857687097330106368/1064490974891487242/IMG_6417.png
Cancel
Post
Replied
Nice I might use it
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post