Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/10/2024 in all areas

  1. [ @OREW ] --- There's several solutions: - Hide game guardian from the game. - Use/find another undetected memory cheats. Some game have 'memory trap' that by modifying it can cause the game sending 'abnormal' signal. - Prevent the game sending 'abnormal' signal to server using firewall/hosts --- It is not easy as you think, but I recommend you to learn: iptables. You can set your own 'firewall' with dynamic rules with IPTables, and yes, it does exist on Android too (not just linux) ---
    2 points
  2. Version 12.2.2.2.3

    838 downloads

    REAL RACING 3 - TIME TRIAL NO PENALTY Working RR3 version: 12.2.2 Current script version: 12.2.2.2.3 Description: Run time trials without worrying about penalties. Instructions: Enter time trial, run the script. Enjoy Known issues: It may not work with some emu/devices Video:
    1 point
  3. In completion, offset can also be negative: knowing the addresses of both A = 2 B = 8 The distance from A to B is 6 The distance from B to A is -6
    1 point
  4. local utf8 = require("utf8") local chars = {} for i = utf8.codepoint("A"), utf8.codepoint("Z") do table.insert(chars, utf8.char(i)) end local ch = gg.choice(chars, 0, "Choose a letter to spam") print("You chose: " .. chars[ch])
    1 point
  5. gg.setVisible(false) while not gg.isVisible() do end gg.setVisible(false) gg.searchNumber(1234, false, 4)
    1 point
  6. how I I am find the game source file.? using mt manager
    1 point
  7. 1 point
  8. Hi @lucky_you, here's my approach on how you can learn to create script, this not limited to lua only: - Always remember Language functions and syntax. On lua the syntax is: "do", "end", "if", "else", "elseif", "then". - Always learn from examples or open source project/script. - Familiar yourself with reading documentation. - Always do script testing. + Train yourself in debugging / reading others code. Disect them. Here's list of reference that you should read and experiment with: - Reference LUA 5.1: since GG is based on this version of LUA - Reference Game Guardian Above commenters has provide great reference, I only made detailed point.
    1 point
  9. If editing is correct (xor with the dword) detection shouldn't get flagged to begin with. Nice tutorial though.
    1 point
  10. Play store link : https://play.google.com/store/apps/details?id=com.fct.global everytime i search a value, the game crash for no reason Pls help me
    0 points
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.