- 0
block account sharing
-
Similar Content
-
- 0 replies
- 1,029 views
-
- 1 comment
- 4,765 views
-
deluxe block jewel 1 2
By howll,
- 15 replies
- 8,016 views
-
- 7 replies
- 3,707 views
-
- 0 comments
- 2,360 views
-
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