Results 1 to 4 of 4
  1. #1
    NaniCyunk's Avatar
    Join Date
    Apr 2011
    Gender
    female
    Location
    Hacker
    Posts
    70
    Reputation
    10
    Thanks
    85
    My Mood
    Aggressive

    All script in MAT Automaton is not detect !

    All script in MAT Automaton is not detect , I have tested with deleting "Scripts" folder , and I ran it using MAT Automaton.exe , it still detect , it mean , the script not detect but the Injector was detected , If someone learning about Phyton Injector , just do 1 for MAT Automaton , and please give feedback to this topic .


    Thanks .




  2. #2
    dBased's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    172
    Reputation
    59
    Thanks
    3,336
    I am going to try to explain why "injecting" Python does not make any sense.

    Let's begin with some basics. When a programmer develops software, they do so in a human readable language. This human readable code cannot directly be executed by a CPU. If it is a compiled language, this human readable code is then compiled by a compiler into machine code for the architecture of the CPU it will ultimately be executed on. In this case the concept of "injection" does make sense. Specially crafted compiled code can be written to the address space of a running game to alter the behaviour of the game adding functionality (cheats).

    However, Python is not a compiled language. Python is an interpreted language. In the case of Python, the human readable Python code written by a programmer is first transformed into Python byte code. Unlike a compiled language, where compiled code is being directly executed by a CPU, the Python interpreter is running for the lifetime of the program and executing each byte code instruction.

    So first of all, it certainly doesn't make sense to inject the human readable Python code. Recall that a CPU executes machine code specific to the architecture of the CPU. It also doesn't make sense to inject Python byte code. This code is unrecognizable by a CPU, it only means anything to a running Python interpreter which can actually take those byte code instructions and perform their required operations.

    So how does MAT Automaton execute Python code? The MAT Automaton core, a complicated piece of software consisting of many thousands of lines of C++ code, is compiled and "injected" into the game. This core includes the Python interpreter. But the core has many other components too. The most important one is Pyreal. This component binds Unreal Engine to the Python interpreter. In other words, it allows Python code to interact with the game. There is also a GUI and a console. And there is a sophisticated loader which resolves the imports from Unreal Engine in the MAT Automaton import table at runtime for static builds of Unreal engine.

    Let me put it this way, the Python scripts developed for MAT Automaton only make sense to MAT Automaton. The scripts on their own without the core are completely useless.

  3. The Following 2 Users Say Thank You to dBased For This Useful Post:

    richard101 (01-14-2012),xdajay (01-13-2012)

  4. #3
    thrilexz's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Somewhere on Planet Earth
    Posts
    40
    Reputation
    10
    Thanks
    6
    Both (Script & Core) are useless without each other.

  5. #4
    Uciha Aziz's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    4
    My Mood
    Inspired
    mat automaton is detected cz upgrade they anti hack , We only need bypassher

Similar Threads

  1. MAT Automaton Still Not Detect
    By NaniCyunk in forum Mission Against Terror Help
    Replies: 14
    Last Post: 01-09-2012, 08:04 PM
  2. Script Mat automaton Has ben Detect in xshot indo
    By Uzumakiazhari in forum Mission Against Terror Discussions
    Replies: 20
    Last Post: 12-09-2011, 08:23 PM
  3. [Detected] MAT AUTOMATON IN SUBA Detected:(:(:(:(
    By akubah16 in forum Mission Against Terror Discussions
    Replies: 3
    Last Post: 07-28-2011, 08:06 PM
  4. [Detected] MAT Automaton has been DETECTED !
    By lesscontrol in forum Mission Against Terror Discussions
    Replies: 4
    Last Post: 06-07-2011, 03:42 AM
  5. [Detected] New Version Mat automaton Have been Detected
    By amircool in forum Mission Against Terror Discussions
    Replies: 41
    Last Post: 03-08-2011, 01:57 AM