Recent content by Sevol

  1. Solved How to Hook int[] ?

    a lot on github. just google
  2. Help! Set own Strings for Cases

    you can use input text in lgl menu
  3. Help! Failed to load IL2CPP error

    looks like il2cpp have more bytes than it should. check carefully if u replacing codes and not pasting it
  4. Solved How to find shaders / logshaders ?

    open logs when u started game with chams source.
  5. Help! How to find instance

    напиши в личные сообщение, потом сам человеку объяснишь
  6. Help! How to find instance

    не так
  7. Help! How to find instance

    instance просто указываешь как параметр и просто на него забиваешь. но в данном случае тебе нужно вызывать update, который вызывается в игре каждое обновление кадра и там вызывать метод addcoins, взяв instance из update
  8. Help! How to find instance

    instance in examples like lgl is pointer on class where method that u hooking placed. No need to find offset :pepe002:
  9. Solved Help me hook this I want to learn

    Just hook one void 3 times with different offset. Btw i dont think that these methods will work for you
  10. Help! Hooking string inside void

    playerSendChat(CreateString("msg"), false, false); this should work. Maybe wrong offset of sendMessage or CreateString method
  11. Solved help me hook monoDictionary

    Never used it but looks like pointers on screenshot not correct