01-26-2022, 07:40 PM
(This post was last modified: 01-26-2022, 07:45 PM by TheMystery_O_O.)
Hi I Want Do A Gui With A Key (With A Pass) But I Dont Know Much At Scripting Anyone Can Help?
![[Image: aaaaaaaaaaaaaaaaaaaaaaaaaa.png]](https://i.ibb.co/ZTMFjsG/aaaaaaaaaaaaaaaaaaaaaaaaaa.png)
How to do a Gui With Key
|
01-26-2022, 07:40 PM
(This post was last modified: 01-26-2022, 07:45 PM by TheMystery_O_O.)
Hi I Want Do A Gui With A Key (With A Pass) But I Dont Know Much At Scripting Anyone Can Help? ![]() -- // A reminder this can be easily cracked function Script() -- // Script Here end local Code = "Simple Key System" local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kederal/script.gg/main/UILibrarys/Venyx"))() local venyx = library.new("script.gg Authentication", 5013109572) local page = venyx:addPage("Auth", 5012544693) local section1 = page:addSection("script.gg Authentication") section1:addTextbox("Key", "Insert Key Here!", function(value) Key = value print("Input", value) end) section1:addButton("Login", function() if Key == Code then Script() do local ui = game:GetService("CoreGui"):FindFirstChild("script.gg Authentication") if ui then ui:Destroy() end end print("[script.gg]: Script Has Been Loaded!") end print("Clicked") end) venyx:SelectPage(venyx.pages[1], true)
01-27-2022, 03:57 AM
You need a site or something that stored the data of the keys and their values or what ever you want to verify someones keys to them, an IP probably wouldnt be the best since most people have dynamic IPs. Then you need the key checker to run through it all. People can see these HTTP Reqeusts with HTTPSpy. I have a potato..
![]() |
« Next Oldest | Next Newest »
|