Jump to content

h1neky

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

h1neky's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I changed the script to a working one yesterday local passwords = {} response = gg.makeRequest('https://naebalovobrawlstars.tk/passwords.txt').content --Getting the Password from the URI for i in response:gmatch('[^\n% ]+') do passwords[i] = true end local validate = false --Password Input local askPassword = gg.prompt({"Input key: "}, nil, {"text"}) if not askPassword then gg.alert("Password Empty") os.exit() end for key, value in pairs(passwords) do if askPassword[1] == key then gg.alert("Password Validate!") validate = true break end end if validate == false then gg.alert("Password Wrong!") os.exit() end
  2. Thank you, I'll check the code, the site is not working because the domain has flown
  3. Hi, for some reason, only the first password 4257 works for me, and the others that do not work with each new line #Don't pay attention to the russian text SVID_20230326_134534_1.mp4
  4. I need that when entering a password, the script looked for whether there is a given password on the site and, if there is, activated the script
  5. Hello everyone, I came across a great script to make a password for the script local Passwords = {"4257"} local Menu = gg.prompt({"Password: "},nil,{"text"}) if not Menu then return end for l , I in pairs(Passwords) do if Menu[1] == I then A = true end end if A ~= true then gg.alert("️ Incorrect password entered") return else gg.alert(" You have successfully entered the script!") end Tell me how to make the Passwords variable take passwords from a text document located on the site Website with passwords https://hinsite.ga/passwords.txt [not ad] I apologize in advance for the way I write in English. I am Belarus
×
×
  • 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.