Advertisement
Guest User

#000005

a guest
Jun 19th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. -- Script generated by R2Sv2
  2. -- R2Sv2 developed by Luckyxero
  3. -- Remote Path: game:GetService("ReplicatedStorage").REvents.Pokemon.rarecandyCheck
  4.  
  5. local A_1 = "Rare Candy"
  6. local Event = game:GetService("ReplicatedStorage").REvents.Pokemon.rarecandyCheck
  7. Event:InvokeServer(A_1)
  8.  
  9. -- Script generated by R2Sv2
  10. -- R2Sv2 developed by Luckyxero
  11. -- Remote Path: game:GetService("ReplicatedStorage").REvents.Pokemon.BluePill
  12.  
  13. local A_1 = game:GetService("Players").CorruptDivinus.PokemonParty.Charmander
  14. local Event = game:GetService("ReplicatedStorage").REvents.Pokemon.BluePill
  15. Event:InvokeServer(A_1)
  16.  
  17. -- Script generated by R2Sv2
  18. -- R2Sv2 developed by Luckyxero
  19. -- Remote Path: game:GetService("ReplicatedStorage").REvents.Internal.mathCheck
  20.  
  21. local A_1 = game:GetService("Players").CorruptDivinus.Bag.Evolution["Rare Candy"]
  22. local A_2 = true
  23. local Event = game:GetService("ReplicatedStorage").REvents.Internal.mathCheck
  24. Event:FireServer(A_1, A_2)
  25.  
  26. -- Script generated by R2Sv2
  27. -- R2Sv2 developed by Luckyxero
  28. -- Remote Path: game:GetService("ReplicatedStorage").REvents.Pokemon.StatChange
  29.  
  30. local A_1 = game:GetService("Players").CorruptDivinus.PokemonParty.Charmander
  31. local Event = game:GetService("ReplicatedStorage").REvents.Pokemon.StatChange
  32. Event:FireServer(A_1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement