Recent content by Moodeh

  1. Help! How to make chams?

    For ios, caoyins chams are open sourced. for android chams is open source as well.
  2. Solved How to make esp lines and boxes in FPS and TPS games

    Make a playerlist get the pos of the player. make a player list. make checks like ismine, isalive, is player on team, etc. process player pos through a worldtoscreen and draw to it.
  3. Help! How to bypass anticheat standoff2?

    Youll have to find a bypass in the smali/lib.
  4. Help! What types of functions do I need to make esp?

    Let me break this into simple steps. (might miss some things) make a playerlist. find player pos and process it through worldtoscreen. draw to pos. as simple as i can put it. look on github and youll find more info.
  5. Help! Android esp

    Hi kp, havent seen you in a while. How have you been?
  6. Help! How to make Chams for Standoff 2?

    I did chams before frost did lol, its really nothing special. Both of us used an open source chams header, its not hard.
  7. Help! How to make ESP/iOS?

    How about actually learn mobile game hacking, instead of skipping. Stop being a skid.
  8. Help! WHy my lgl mod always crash when i open moded game?

    For the love of God stop posting your cpp code ppl will steal that
  9. Help! How to modify string?

    make a strings.h header that uses CreateString create monostring in main.cpp done
  10. Tutorial ESP Source

    assuming this is for ios right? if it is for android please send the CoreGraphics.h file.
  11. Help! How to mod Avatar Life?

    No ones gonna spoon feed you, there are tuts on ida hacking.
  12. Solved HOW TO ADD LICENSE KEY INTO YOUR OWN APP/GAME?

    I would suggest making a login activity if your not familiar with fire base. I have made many login activities with fire base and there are plenty of yt tuts. GL!