Recent content by Fetzi672

  1. Discussion IMGUI is not Working on Dead Target

    I thing you use an java based imgui instead of an unity Imgui
  2. Discussion IMGUI is not Working on Dead Target

    What imgui menu you use? Lgl Javabased menu works like this and don't crash, don't know what's going wrong 😅
  3. Discussion IMGUI is not Working on Dead Target

    Still the same error 😅 game crashing right after start the game, the imgui have a 10secounds sleep timer. Im did some wrong?
  4. Discussion IMGUI is not Working on Dead Target

    Okey 😂 wait, I'm doing it agian
  5. Discussion IMGUI is not Working on Dead Target

    Yes that's the game, old game version works new one is crashing
  6. Discussion IMGUI is not Working on Dead Target

    Thx for reply, I have an older version with my ImGui mod, but in the new version ImGui is might blocked from game :/
  7. Discussion IMGUI is not Working on Dead Target

    Java based menus works like a charm
  8. 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...
  9. 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 =...
  10. 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.
  11. 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...
  12. Help! My ImGui, I can't resize my X axis

    I have used, but thx! float ImGuiheight = 200; float ImGuiwidth = 300; style.WindowMinSize = ImVec2(ImGuiwidth,ImGuiheight);