Advertisement
ProHuilonYTZ

Server sided (NOT) Flex Your Account Age Working Script!

Oct 27th, 2024
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.73 KB | None | 0 0
  1. local lib = loadstring(game:HttpGet('https://pastebin.com/raw/bBnivANE'))()
  2.  
  3. game.Workspace.Username.Head.Tag.TextLabel.Text = 5 -- Change if u want
  4.  
  5. local player = game.Players.LocalPlayer
  6.  
  7. local leaderstats = player:FindFirstChild("leaderstats")
  8. if leaderstats then
  9.     local age = leaderstats:FindFirstChild("Age")
  10.     if age then
  11.         age.Value = 5 -- set ur own value lol
  12.     local jy = leaderstats:FindFirstChild("Join Year")
  13.         jy.Value = 5 -- join year change
  14.     local rap = leaderstats:FindFirstChild("RAP")
  15.         rap.Value = 5 -- set it to ur own bruh
  16.     local pv = leaderstats:FindFirstChild("Place Visits")
  17.         pv.Value = 5 -- change?
  18.             print("helo")
  19.     end
  20. else
  21.     print("yelo")
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement