Advertisement
lucaslulu

Release Script Tweeting Simulator

Sep 27th, 2019
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. --Free BackPack
  2. local A_1 = 113
  3. local A_2 = "Tweets"
  4. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.ShopService.purchaseItem:InvokeServer(A_1, A_2)
  5.  
  6.  
  7. --Free Pc
  8. local A_1 = 23
  9. local A_2 = "Tweets"
  10. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.ShopService.purchaseItem:InvokeServer(A_1, A_2)
  11.  
  12.  
  13. --Auto Open Egg
  14. _G.LULU = true--change to true or false
  15. while _G.LULU do
  16. wait(5)
  17. local A_1 = 204 --You need Coins for open xd
  18. local A_2 = 1
  19. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.ShopService.purchaseItem:InvokeServer(A_1, A_2)
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement