Advertisement
deathknight6666

Christmas Simulator

Dec 10th, 2018
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. -- enjoy :3
  2. local A_1 = "BuyToy"
  3. local A_2 = "Scythe"
  4. local Event = game:GetService("ReplicatedStorage").BuyEvent
  5. Event:FireServer(A_1, A_2)
  6.  
  7. local A_1 = "BuyPack"
  8. local A_2 = "Infinite Pack"
  9. local Event = game:GetService("ReplicatedStorage").BuyEvent
  10. Event:FireServer(A_1, A_2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement