Advertisement
mordo_vorot2008

PowerShell

Jun 27th, 2023 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | Gaming | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/CbYYN25A"))()
  2. local Window = Library.CreateLib("ProtectGui V1", "RJTheme8")
  3. local PT = Window:NewTab("Password Protected")
  4. local PC = PT:NewSection("Password Protected")
  5.  
  6. PC:NewTextBox("Enter password", "infinite try", function(enter)
  7.     if enter == "happy"
  8.         loadstring(game:HttpGet("https://pastebin.com/raw/NNRPjFT6"))();
  9.     else
  10.         print(enter "is invalid password")
  11.     end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement