Search results

  1. Help! ESP the line is not on target

    Tbm uso imgui mas alguns jogos o menu não aparece, então tenho que usar LGL e infelizmente acontece isso, aliás obrigado por responder esse post acho que já sei como resolver esse problema.
  2. Help! how can i use this?

    I have one last question? public static void RPC(PhotonEventTag tag, PhotonPlayer player, object[] parameters) { } What does the "object[]" list of objects refer to? I'm a beginner and I'm trying to understand better
  3. Help! how can i use this?

    I still have doubts, "MethodName" Can it be anyone inside the dump or just a few specific ones?
  4. Help! how can i use this?

    public static void RPC(string methodName, PhotonTargets target) { } Help me please
  5. Help! Acess classe

    please someone give me an example of how to access a class by methods
  6. Help! Void .actor

    nothing, try to access the class
  7. Help! Help pls

    Does anyone know how I can hook the vector? I did it one way and tried to use a seekbar to change the position but it didn't work public void SetPosition(Vector3 position) { }
  8. Help! Esp is not loading on all enemies

    I already solved the problem but thanks. :)
  9. Help! Esp is not loading on all enemies

    Someone with more experience who can tell me why the esp is not appearing on all enemies?
  10. Help! Dump Shaders

    that's not it, I want to dump the shaders... not test it
  11. Help! ESP the line is not on target

    yes, the target is correct....
  12. Help! ESP the line is not on target

    Hello I'm new trying to do ESP, I follow some tutorials on the internet but some games not in all but the ESP line is not in the correct position of the player, someone tell me or is there an error and how can i get this error?
  13. Help! "How do I change values in ObscuredULong?"

    Vei, é melhor tu escrever seu problema em inglês se não os caras não ajuda.
  14. Help! Dump Shaders

    Does anyone know a way to dump shaders entirely from Android? if anyone knows show me this way to do this (sorry someone error in speech, I'm not fluent in english)
  15. Help! worldtoscreenpoint crash

    I know how to solve it, who wants the solution call in the chat!
  16. Discussion LGL Mod Menu 3.2 or 2.9

    2.9 is better, 3.2 is buggy and full of issues.
  17. Help! hook without update

    just use update from another class
  18. Solved void

    try this void (*addcoin)(void *instance, int value); void (*old_update)(void *instance); void update(void *instance) { if (instance != NULL) { if (Coin) { addcoin(instance, 99999); } } old_update(instance); } addcoin = (void(*)(void *,int))getAbsoluteAddress("libil2cpp.so", 0x81C4FC)...
  19. Help! hook without update

    thank you so much
  20. Help! hook without update

    Me trying to modify hide online, in the "class GameRules", it has the bombs cooldown but it doesn't have an update and I'm not able to modify it
  21. Help! hook without update

    I already checked this class does not have lateupdate, fixedupdate or private update, and I checked this field is the value of the coins (I tested it via gameguardian) Sorry if you don't understand what I said, my English is terrible.
  22. Help! hook without update

    Can someone more experienced show the error? I'm trying to hook a field that doesn't have an update but something is going wrong, could someone show me the error? bool Coin; void (*old_update)(void* _this); void update(void* _this) { if(_this != NULL) { void *MoneyClass =...
  23. Help! Help

    But worldtoposition and get_camera are at the right offset, I even tested Get_current in this game but it crashes and the others I made worked
  24. Help! test void offset

    Do any of you know a way to test void offsets other than by the gamer Adil/nepmods offset tester, they are kind of buggy