Page 22 of 23 FirstFirst ... 1220212223 LastLast
Results 316 to 330 of 337
  1. #1
    dBased's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    172
    Reputation
    59
    Thanks
    3,350

    MAT Automaton (1.0.0.9) [Date: 29/04/2011]

    MAT Automaton
    Version: 1.0.0.9
    By dB


    Announcements
    • NO SUPPORT FOR CIBMALL*

    *CIBMALL support is available for Windows 7 x64 (64-bit edition) users.



    Introduction

    MAT Automaton is a framework that employs the Python 3 interpreter to allow MAT players to script the behaviour of their player. With Pyreal, MAT Automaton provides tight bindings with the Unreal Engine. As a result, it is possible to write code similar to Unreal Script with full access to Unreal Engine internals. MAT Automaton includes an in game command line console and a graphical menu. A sample aimbot/wallhack script is included, but users are encouraged to modify it or write their own.

    Changes in this version
    • New language and runtime linker for static builds of MAT
    • Better region detection mechanisms


    Instructions

    1. Start the launcher via the shortcut in the start menu.
    2. If you are running Windows XP or Vista/W7 with UAC disabled, start the game and the injection will be performed automatically. Otherwise, MAT Automaton will ask you for the location of of your MAT executable (MAT.exe) (e.g. \Program Files\MAT\System\MAT.exe)

    • Press END to access the menu.
    • Press INSERT to access the console.
    • Press NUMPAD 0 to toggle auto aim.
    • Press NUMPAD 1 to toggle indicator wallhack.
    • Press NUMPAD 2 to toggle wireframe wallhack.
    • Press NUMPAD 3 to toggle auto firing.


    Notes
    • The scripts are located in the directory "Scripts" accessible from the installation path and in the profile application data path "%AppData%\MAT Automaton\Scripts".
    • For an introduction to Python refer to The Python Tutorial
    • For a reference on the Unreal Engine refer to Unreal Wiki


    I would love to see others contribute scripts, as the goal of this project is to see what types of creative things people come up with.

    Here is a snippet of the included script, just to whet your appetite:
    Code:
    # Look for the best target
    BestPawn     = None
    BestLocation = None
    for Pawn in PC.DynamicActors ( PawnClass, PC ):
        # Check if the pawn is valid
        if ( Pawn == PC.Pawn or not self.Damagable ( Pawn ) ): continue
    
        # If it is a team game make sure we are on a different team
        if ( not self.FriendlyFire and self.SameTeam ( Pawn ) ): continue
    
        # Setup bones list
        BoneList = ( self.BonePrecedence == BONE_Root ) \
            and [Pawn****otBone, Pawn.HeadBone] \
            or  [Pawn.HeadBone, Pawn****otBone]
    
        # Find a visible bone
        for bone in BoneList:
            # Fetch the bone coords
            BoneCoords = Pawn.GetBoneCoords ( bone )
    
            # Calculate the location
            BoneLocation = BoneCoords.Origin + BoneCoords.XAxis + BoneCoords.YAxis + BoneCoords.ZAxis
    
            # Conditionally apply latency correction
            if ( self.LatencyCorrection ):
                BoneLocation += self.Correction ( PC, Pawn, deltatime )
    
            # Adjust according to projectile physics
            if ( PC.Pawn.Weapon and PC.Pawn.Weapon.FireMode [ FireMode ] and PC.Pawn.Weapon.FireMode [ FireMode ].ProjectileClass ):
                Projectile = PC.Pawn.Weapon.FireMode [ FireMode ].ProjectileClass.Default
                if ( Projectile and Projectile.Speed != 0 and Projectile.Physics != PHYS_Falling ):
                    BoneLocation += Pawn.Velocity * ( abs ( BoneLocation - CameraLocation ) / Projectile.Speed )
    
            # Do the check
            if ( Pawn.FastTrace ( BoneLocation, CameraLocation ) ):
                # Is this the best one?
                if ( not BestPawn or self.Compare ( BestPawn, Pawn ) ):
                    BestPawn     = Pawn
                    BestLocation = BoneLocation
                break
    if ( BestPawn ):
        # We've found a valid target, so lets set the rotation and fire as required
        PC.ClientSetRotation ( ( BestLocation - CameraLocation )****tation () )
        if ( self.AutoFire and PC.Pawn.Weapon ): PC.Pawn.Weapon.ClientStartFire ( FireMode )
    VirusTotal Results
    Last edited by dBased; 04-30-2011 at 04:46 PM.

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

    -NeeEpic (05-04-2011),7232097 (01-10-2014),AimanDiana (06-15-2011),aizayozaa (05-21-2011),akmal123 (05-02-2011),akubah16 (05-13-2011),alboyboy (05-22-2011),ao6238 (04-30-2011),arifakmal (05-12-2011),asydla (05-01-2011),badrul301 (05-19-2011),batusay (06-26-2012),baunero (04-29-2011),Bima1 (05-26-2011),bullet32 (05-13-2011),bunkface (04-29-2011),buzziess (05-11-2011),cannonpas (04-29-2011),catlet3 (02-14-2014),ceelo (05-13-2011),cesarmendez (05-19-2011),choi019 (06-13-2011),clwk99 (05-24-2011),conan2145 (05-01-2011),coockiea (05-19-2011),cowboymills (06-15-2011),cuvox1 (06-16-2016),dannyo07 (04-29-2011),DathCross (04-29-2011),davikboy00 (05-19-2011),DoOdlEB0B HakPaNts (05-01-2011),draiza (05-01-2011),eduardok9 (05-01-2011),egs2010 (05-13-2011),elcianojr (12-09-2014),emmerul (04-30-2011),EVO X (05-02-2011),fckyou1997 (06-18-2011),feng138319 (09-29-2011),flame100 (04-30-2011),fluupke (05-20-2011),[MPGH]Ghost (05-02-2011),HaaLong (05-25-2011),Hacking A.K (05-12-2012),hafezpower (05-01-2011),happy_boyz009 (04-26-2012),harraz98 (04-24-2012),heiying (05-24-2011),Holdon28 (04-30-2011),hollowmist (06-05-2011),hyeqalzykry (05-11-2011),iantata7 (04-29-2011),itemall (04-30-2011),J3R (05-02-2011),jabrul (06-18-2013),Jabuuty671 (04-29-2011),jackson1234 (05-15-2011),jawan187 (06-13-2011),jjmats (04-30-2011),johnthan (05-21-2011),JokerOfTorment (05-01-2011),jonzhang2 (04-29-2011),kaderlebosse (05-02-2012),kaibaboy (04-29-2011),ken0321 (05-15-2011),khai95 (05-31-2011),khai_cokelat (05-09-2011),kimhyuns1 (06-05-2011),kingkuz00 (05-01-2011),kkpzack (05-01-2011),kongsopheak (05-27-2011),kualagula111 (06-09-2014),Lady GaGa (04-29-2011),lancerblue (06-06-2011),langsiboy (05-15-2012),lastshoot (04-30-2011),lonemin (04-30-2011),ltagustin (05-10-2011),maxkanick (07-30-2025),maxready77 (09-09-2014),mikelangelo09 (05-19-2011),mohinder (05-11-2011),muhdfitri999 (05-06-2012),myi7iscss (05-04-2011),NaniCyunk (04-30-2011),nemesismega (04-30-2011),nick aimza Thai (05-16-2011),ninja45 (05-15-2011),Ninja4Life (05-06-2011),Noobdog888 (04-30-2012),opall550 (06-27-2015),p0997930993 (07-08-2011),patriot44 (05-04-2011),phanna555 (04-30-2011),powned123 (05-01-2011),Proyiehong (04-29-2011),rateng (04-30-2011),REBORN85 (04-30-2011),redzuanmat (06-07-2011),repolucion (04-29-2011),revoul (05-02-2011),saddam_Hussien (04-30-2011),saiqd21 (05-05-2011),shawnlynaraja12 (04-29-2011),shitmok (05-16-2011),Solidmass (05-11-2011),sosminiso (04-29-2011),Spartak (05-04-2011),sreykeo (05-18-2011),tasya89 (04-29-2011),tearious (05-16-2011),tengvichetra (05-17-2011),thosapon (05-17-2011),tusboi (05-01-2011),umpaa007 (07-02-2011),Unsuccessful (04-30-2011),utin (05-12-2011),uzaiman (05-10-2011),Vehrdyn (04-30-2011),voodabass (06-12-2012),weiyuanwei (05-19-2011),williamhow (05-13-2011),wylayx (05-03-2011),xalix (05-18-2011),xfiresp (05-19-2011),xiaomeimei19 (04-29-2011),Xshothacker (05-10-2011),xz1235231 (04-29-2012),ystan123 (04-29-2011),zek1017 (05-01-2011),zonghongsok (05-14-2011),ztex070049368 (05-11-2011),zul (05-21-2011),zulfto (04-30-2011),zyqpqy520 (05-01-2011)

  3. #316
    kratozzz's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Sleepy
    u r the best tnks

  4. #317
    thosapon's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Not

    The program does not run ?

    Program not run
    Last edited by thosapon; 05-17-2011 at 05:08 AM.

  5. #318
    kilzack99's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    gube cebu cirt
    Posts
    255
    Reputation
    10
    Thanks
    19
    My Mood
    Cool
    Quote Originally Posted by hafizul View Post
    help me~me want mat automaton(Full)~
    mat automaton(1.0.1.9)c~
    my mat automaton sot ~
    dbased is gone!!!!!!!!
    HE LIVES HIS OWN LIFE NOW!!!!
    Let The Hacking Begins!!!

    I don't know what SPAM means..

  6. #319
    xkein's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    aun no sale un mat automaton para la version de suba?

  7. #320
    conan2145's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Earth
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Scared
    Hope i haven't detect yet .............. /me
    Last edited by conan2145; 05-18-2011 at 07:54 PM.

  8. #321
    dannyo07's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    7
    My Mood
    Aggressive

    Unhappy

    arr!!! cannot work la....

  9. #322
    xdajay's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    India
    Posts
    138
    Reputation
    10
    Thanks
    18
    My Mood
    Lonely
    its is still working ??
    WTF?I am totaly Flushed


    T u He Ha Sab Kuch
    Taray Bina Reha Na Sakno
    Wrong way to death

  10. #323
    alfred1234's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    holland
    Posts
    42
    Reputation
    6
    Thanks
    3
    My Mood
    Devilish
    omfg wy ppl stil awser this post he is gone and the dat is from a month ago suckers

  11. #324
    coockiea's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    2
    My Mood
    Yeehaw
    damn it! hey dude come on! we playing cib version and all xp windows.. you make people going to death!

  12. #325
    xdajay's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    India
    Posts
    138
    Reputation
    10
    Thanks
    18
    My Mood
    Lonely
    Quote Originally Posted by alfred1234 View Post
    omfg wy ppl stil awser this post he is gone and the dat is from a month ago suckers

    WE love Db


    And you are suc k er
    WTF?I am totaly Flushed


    T u He Ha Sab Kuch
    Taray Bina Reha Na Sakno
    Wrong way to death

  13. #326
    thrilexz's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Somewhere on Planet Earth
    Posts
    40
    Reputation
    10
    Thanks
    6
    Download before you post negative comments you pathetic idiots.

  14. #327
    kilzack99's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    gube cebu cirt
    Posts
    255
    Reputation
    10
    Thanks
    19
    My Mood
    Cool
    Quote Originally Posted by xdajay View Post
    WE love Db


    And you are suc k er
    YOU ONLY LOVE DB BECOZ U WANT HIM TO MAKE A HACK..IF DB DIDNT CREATE A HACK YOU WONT LOVE HIM RIGHT??? DONT DENY IT!
    Let The Hacking Begins!!!

    I don't know what SPAM means..

  15. #328
    shawnlynaraja12's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    108
    Reputation
    9
    Thanks
    8
    My Mood
    Relaxed
    will miss you dude.
    [IMG]https://i577.photobucke*****m/albums/ss215/disectos_segundoperiodo/ASIF-1.gif[/IMG]
    bye rofl

    Shawnly Naraja

  16. #329
    MeganFoxx's Avatar
    Join Date
    May 2011
    Gender
    female
    Location
    Lonigo, ITALY
    Posts
    13
    Reputation
    10
    Thanks
    4
    My Mood
    Relaxed
    don't you guys see DB only had people test it and see if they want more of it. google "mat Automation 1.0.0.9" you will see he posted it on other sites...not just mpgh. and now he has facebook advertising the new vip version of his hack (version 1.0.1.0). Was very nice he shared but now he will make profit off it because most people here are hungry for this hack.

    PS i find the new version of the MAT Automaton 1.0.1.0.exe on (media - fire) but it is password protected. so if anyone who wants to try to crack it have fun lol.
    Last edited by MeganFoxx; 05-22-2011 at 01:42 PM.

  17. #330
    crex's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    leaf village
    Posts
    11,667
    Reputation
    1365
    Thanks
    2,580
    Very bad ass indeed.

Page 22 of 23 FirstFirst ... 1220212223 LastLast