Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- ALL CREDITS GO TO FUBUKI ! --
- -- Fubuki#4902 IS DISCORD ; Fubuki IS V3RMILLION --
- -- DISCORD INVITATION LINK: https://discord.gg/CDcuuP5 --
- local Pokemon = "Rayquaza" -- Pokemon you want to spawn in Party
- local Fubuki = 80 -- Level of pokemon, Recommended: 80
- local ReportGoogleAnalyticsEvent = game.ReplicatedStorage:FindFirstChild('ReportGoogleAnalyticsEvent');
- local Know = game.ReplicatedStorage.REvents.Pokemon:FindFirstChild('iwillknowXd');
- local RemoteForHackers = game.ReplicatedStorage.REvents.PC:FindFirstChild('RemoteForHackers');
- if ReportGoogleAnalyticsEvent then
- ReportGoogleAnalyticsEvent:Destroy()
- game.ReplicatedStorage.REvents.Pokemon.iwillknowXd:InvokeServer("Chimchar", game.Players.LocalPlayer.OppPokemon, 5, true)
- end
- if Pokemon then
- local pokemon = Pokemon
- local lvl = Fubuki
- Know:InvokeServer(pokemon, game.Players.LocalPlayer.OppPokemon, lvl, true)
- RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemon].CantCatch, game.Players.LocalPlayer.OppPokemon.Chimchar)
- RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemon], game.Players.LocalPlayer.PokemonParty)
- game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement