Search results

  1. Help! LGL mod menu login

    I'm trying to make something similar myself. My goal is to authorize the menu via an http request. I found and successfully compiled a c++ http request library and added it to my mod menu, but it didn't support https, so I couldn't use it. I've been trying for a while to find an http library for...
  2. Tutorial How to modify Unity's Il2cpp String method's

    Thanks a lot, but I can't find CreateString in Polywars. All of the methods have return type of string, not public void. Could you help me find this method?