hackerslayercohen11

flight simulator

Apr 24th, 2020
12,363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. --Money:
  2. local no = "Economy"
  3. local yes = 10000000000
  4. game:GetService("ReplicatedStorage").RE.ticket:FireServer(no, yes)
  5.  
  6. --XP:
  7. local yo = 999999999999999999
  8. game:GetService("ReplicatedStorage").RE.addXP:FireServer(yo)
Add Comment
Please, Sign In to add comment