Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. game:GetService("ReplicatedStorage").Playerdata["Server_Client"]["redeem_code"]:InvokeServer("15kfavs")
  2. game:GetService("ReplicatedStorage").Playerdata["Server_Client"]["redeem_code"]:InvokeServer("Matrix")
  3. game:GetService("ReplicatedStorage").Playerdata["Server_Client"]["redeem_code"]:InvokeServer("Release")
  4. game:GetService("ReplicatedStorage").Playerdata["Server_Client"]["redeem_code"]:InvokeServer("alpha")
  5.  
  6. wait()
  7.  
  8. for i = 1,10 do
  9. local e = "Lamborghini Aventador SVJ"
  10. local w = "Normal"
  11. local ww = "Normal"
  12. game:GetService("ReplicatedStorage").Store["open_crate"]:InvokeServer(e, w, ww)
  13. wait()
  14. local A_1 = "Lamborghini Aventador SVJ"
  15. local Event = game:GetService("ReplicatedStorage").Store["sell_vehicle"]
  16. Event:InvokeServer(A_1)
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement