Advertisement
SirMeme

Usage

Nov 11th, 2020
1,078
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. std::string source = "print('Hello, world!')";
  2. auto bcode = Serializer::Serialize(source.c_str());
  3.  
  4. r_deserialize(rL, "=Script", reinterpret_cast<uint8_t*>(const_cast<char*>(bcode.c_str())), bcode.size());
  5. r_spawn(rL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement