- 0
block account sharing
-
Similar Content
-
- 0 replies
- 876 views
-
- 1 comment
- 4,219 views
-
deluxe block jewel 1 2
By howll,
- 15 replies
- 6,378 views
-
- 7 replies
- 3,192 views
-
- 1 answer
- 2,234 views
-
By howll,
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.
Question
malekpw
Hey,
this question requires proffesional lua programmer, so basically I've set a username on my script and more than 2 devices can use the username:
local Usernames = {"MalekpwOnYT" , "Madareja123" , "Ashton23" , "Lukeon60fpsYT" , "waman" , "PacyhitsYT"}
local MENU = gg.prompt ({
"Enter username"} , nil , {[1] = 'text'})
if not MENU then return end
for l , I in pairs(Usernames) do
if MENU[1] == I then A= true end
end
if A ~= true then gg.alert("USERNAME NOT FOUND") return else gg.toast("✔USERNAME FOUND✔") end
I want that if more than 2 devices enter the same username, the account will be disabled because of account sharing. It's hard to do but is there any way to do it?
12 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now