• Login
  • Register
Login
Username:
Password: Lost Password?
 
Robloxscripts
  •   Home
  •   Search
  •   Upgrade
  •   Rules
  •   Awards
  •   Features
  • Robloxscripts
  • Robloxscripts
  • Roblox
  • Roblox
  • Scripting Guides & Help
  • Scripting Guides & Help
  • How to do a Gui With Key
  • How to do a Gui With Key
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to do a Gui With Key
TheMystery_O_O Offline
*
0
Rep
85
Thanks
Junior Member

Members
Posts: 39
Threads: 14
Joined: Oct 2021
#1
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]
Find 0
Kolo Offline
**
0
Rep
1920
Thanks
Member

Members
Posts: 83
Threads: 11
Joined: Dec 2020

#2
01-27-2022, 01:43 AM (This post was last modified: 01-27-2022, 01:44 AM by Kolo.)
-- // 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)
Find 1
Reply
iUseYahoo Away
**
4
Rep
701
Thanks
Member

Members
Posts: 117
Threads: 28
Joined: Aug 2021

#3
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..
[Image: forum.png]
Find 1
Reply
TheMystery_O_O Offline
*
0
Rep
85
Thanks
Junior Member

Members
Posts: 39
Threads: 14
Joined: Oct 2021
#4
01-27-2022, 04:05 PM
So Much Thanks Kolo and iUseYahoo For the Info :D
[Image: aaaaaaaaaaaaaaaaaaaaaaaaaa.png]
Find 0
Reply
« Next Oldest | Next Newest »


  • View a Printable Version


Users browsing this thread:


Navigation

  •   Members
  •   Upgrade
  •   Help Documents

Account

  •   Control Panel
  •   Change Avatar
  •   Change Password

Extras

  •   Bans List
  •   Staff
  •   Contact

About Us

Robloxscripts.com has been at the heart of the community for a long time. This is the official community forum where you can find & share your own scripts, converse with other members and have a good time. Visit the support section if you have any questions or want to raise any concerns.
If you want to contact us, you can use our contact form.
    © Roblox-scripts Forum
    All Rights Reserved.
Powered By MyBB, © 2002-2021 MyBB Group.
Designed by:
Linear Mode
Threaded Mode