Jump to content
  • 0

Password Menu


siunhanbao

Question

4 answers to this question

Recommended Posts

insert this to the beginning of your script:

local key = nil

while key == nil do
	repeat
		key = gg.prompt({"Enter License Key"}, nil, {[1] = "text"})
	until key != nil
	
	key = tonumber(key[1])
end

 

Link to comment
Share on other sites

19 hours ago, d3vviL said:

insert this to the beginning of your script:


local key = nil

while key == nil do
	repeat
		key = gg.prompt({"Enter License Key"}, nil, {[1] = "text"})
	until key != nil
	
	key = tonumber(key[1])
end

 

Give me example please

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.