Search results

  1. Discussion IMGUI is not Working on Dead Target

    Hey, if got a weard quest but I don't know what's the problem. I'm simply what to insert my working ImGui project ... But after insert the correct invoke Code like this const-string v0, "Imgui" invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V To this here .method...
  2. Help! Set own Strings for Cases

    Hey Guys, can someone Help me with Jni. I want to Insert the Strings to "SetShader("???"); Useing a Spinner. const char *String1 = "_Bumpmap"; const char *String2 = "_Color"; const char *String3 = "_Flip"; There are my Cases case 1: String1 =...
  3. Solved Free Fire Game Scales wrong to screen, sometimes

    Why got ff so unscaled? Menu works but it's on the top of the game. That's a Fullscreen screenshot.
  4. Solved How to Bypass Force Close for FF1.9.X

    Hello, can someone ask me why freefire still crashing? I'm done Memory Patch like this: MemoryPatch("libil2cpp.so", 0x287F6D8 + 116, "00 F0 20 E3", 4).Modify(); MemoryPatch("libil2cpp.so", 0x2976C94 + 136, "00 F0 20 E3", 4).Modify(); MemoryPatch("libil2cpp.so", 0x29770AC + 156, "00 F0...
  5. Help! My ImGui, I can't resize my X axis

    Hello, can someone told me why I can't size my X axis? It's only the ImGui Begin window what need to sized.
  6. Solved BNM class without Namespace?

    Hi guys, I'm trying to make ESP for Dead Trigger 2. I know this is the correct Class. What I need to do if the class haven't Namespace? I'm useing BNM to get the Offsets from Class. auto UpdateOffset = getClass("???","AgentHumanDT"); Get_UpdateOffset = getOffset(UpdateOffset...