Advertisement
Upscalefanatic3

Project Pokemon Spawn Pokemon GUI *Broken*

Dec 16th, 2017
713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. -- ALL CREDITS GO TO FUBUKI ! --
  2. -- Fubuki#4902 IS DISCORD ; Fubuki IS V3RMILLION --
  3. -- DISCORD INVITATION LINK: https://discord.gg/CDcuuP5 --
  4.  
  5. local Pokemon = "Rayquaza" -- Pokemon you want to spawn in Party
  6. local Fubuki = 80 -- Level of pokemon, Recommended: 80
  7. local ReportGoogleAnalyticsEvent = game.ReplicatedStorage:FindFirstChild('ReportGoogleAnalyticsEvent');
  8. local Know = game.ReplicatedStorage.REvents.Pokemon:FindFirstChild('iwillknowXd');
  9. local RemoteForHackers = game.ReplicatedStorage.REvents.PC:FindFirstChild('RemoteForHackers');
  10.  
  11. if ReportGoogleAnalyticsEvent then
  12. ReportGoogleAnalyticsEvent:Destroy()
  13. game.ReplicatedStorage.REvents.Pokemon.iwillknowXd:InvokeServer("Chimchar", game.Players.LocalPlayer.OppPokemon, 5, true)
  14. end
  15.  
  16. if Pokemon then
  17. local pokemon = Pokemon
  18. local lvl = Fubuki
  19. Know:InvokeServer(pokemon, game.Players.LocalPlayer.OppPokemon, lvl, true)
  20. RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemon].CantCatch, game.Players.LocalPlayer.OppPokemon.Chimchar)
  21. RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemon], game.Players.LocalPlayer.PokemonParty)
  22. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement