Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    XCiT's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    My Mood
    Angelic

    Downloading And Executing The WUAT Scripts

    So I know there are a lot of threads on things like this but I also noticed that they either have the download or how to execute (never both) So I thought I would write how to Download and execute the WUAT files.
    PLEASE REMEMBER YOU MUST HAVE A WORKING BYPASS OR YOU WILL BE GLOBALLY BANNED!!!

    BYPASS!!!!!!!!!!!!!!!!!!!


    Download the WUAT files : https://www.mpgh.net/forum/624-dayz-h...s-release.html (I will update when needed)


    Installing
    Create a folder in your Arma 2 OA Directory called "wuat" (IE: C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\wuat\) [THIS IS THE MOST IMPORTANT STEP]
    Extract all the files from the .rar attached to this post INTO THE FOLDER YOU JUST CREATED
    Only execute "start.sqf" (NOTHING ELSE, OR IT WILL NOT WORK)
    Scroll with your mousewheel to ...ProDayZ... in game
    Select your options from the menu
    ENJOY!




    How To Execute the Files
    1. Open CheatEngine
    2. Open ArmA 2 CO
    3. click on the flashing file in the top left and find your Arma process.
    4. change your valuetype to String
    5. for your first scan type in

    Code:
    private ["_dummy"]; _dummy = [_this,"onload"] execVM "\ca\ui\scripts\dedicatedServerInterface.sqf";
    6. once it has finished click on the file that showed up and double click on the Value line
    7. Then type this

    Code:
    _abox = "AmmoBoxBig" createVehicle (position player); [_abox] execVM "\wuat\start.sqf";



    Spawning Vehicles? Okay!

    Open a text editor and type this

    Code:
    'Goat' createunit [[(getpos player select 0), (getpos player select 1), 50], group player,'beeeh = this',  1.0, 'PRIVATE'];
     
    beeeh addMPEventHandler ['mpkilled',
    {
        vehicleToSpawn = 'ATV_US_EP1';
        if (isServer) then
        {
            (vehicleToSpawn createVehicle (position beeeh))setVariable ['ObjectID', 521, true];
            dayz_serverObjectMonitor set [count dayz_serverObjectMonitor,getPos beeeh nearestObject vehicleToSpawn];
        };
    }];
    Once in there find the line that says

    Code:
    vehicleToSpawn = 'ATV_US_EP1';
    Change ATV_US_EP1 to any of these

    Code:
    Motorcycle........................M1030.....................DayZ
    UAZ...............................UAZ_CDF...................NOT BANNED
    Ural..............................Ural_CDF..................NOT BANNED
    UAZ...............................UAZ_RU....................NOT BANNED
    PBX...............................PBX.......................DayZ
    Motorcycle........................TT650_Ins.................NOT BANNED
    Ural..............................Ural_INS..................NOT BANNED
    Ural (Open).......................UralOpen_INS..............NOT BANNED
    Motorcycle........................TT650_Gue.................NOT BANNED
    Bus...............................Ikarus....................DayZ
    Car (Blue)........................SkodaBlue.................DayZ
    Car (Green).......................SkodaGreen................NOT BANNED
    Car (Red).........................SkodaRed..................NOT BANNED
    Car (White).......................Skoda.....................NOT BANNED
    Hatchback.........................VWGolf....................NOT BANNED
    Motorcycle........................TT650_Civ.................NOT BANNED
    Offroad (Red).....................hilux1_civil_2_covered....NOT BANNED
    Offroad (Tan).....................hilux1_civil_1_open.......NOT BANNED
    Offroad (White)...................hilux1_civil_3_open.......DayZ        
    Old Hatchback.....................car_hatchback.............DayZ
    Pick-Up...........................datsun1_civil_1_open......DayZ
    Pick-Up (Covered).................datsun1_civil_2_covered...NOT BANNED
    Pick-Up (Tube frame)..............datsun1_civil_3_open......NOT BANNED
    Praha V3S.........................V3S_Civ...................DayZ
    Sedan.............................car_sedan.................DayZ
    Tractor...........................Tractor...................DayZ
    Ural (Civil)......................UralCivil.................NOT BANNED
    Ural (Civil 2)....................UralCivil2................NOT BANNED
    VAZ...............................Lada_base.................NOT BANNED
    VAZ (Militia).....................LadaLM....................NOT BANNED
    VAZ (Red).........................Lada2.....................NOT BANNED
    VAZ (White).......................Lada1.....................NOT BANNED
    Fishing Boat......................Fishing_Boat..............DayZ
    Small boat........................Smallboat_1...............DayZ
    Small boat II.....................Smallboat_2...............DayZ
    ATV...............................ATV_US_EP1................DayZ
    ATV...............................ATV_CZ_EP1................NOT BANNED
    Land Rover........................LandRover_CZ_EP1..........DayZ
    Motorcycle........................TT650_TK_EP1..............NOT BANNED
    SUV...............................SUV_TK_EP1................NOT BANNED
    UAZ...............................UAZ_Unarmed_TK_EP1........DayZ
    Old Bike..........................Old_bike_TK_INS_EP1.......NOT BANNED
    UAZ...............................UAZ_Unarmed_UN_EP1........NOT BANNED
    Bus...............................Ikarus_TK_CIV_EP1.........NOT BANNED
    Lada TK...........................Lada1_TK_CIV_EP1..........NOT BANNED
    Lada TK2..........................Lada2_TK_CIV_EP1..........NOT BANNED
    Land Rover........................LandRover_TK_CIV_EP1......NOT BANNED
    Motorcycle........................TT650_TK_CIV_EP1..........NOT BANNED
    Old Bike..........................Old_bike_TK_CIV_EP1.......NOT BANNED
    Old Motorcycle....................Old_moto_TK_Civ_EP1.......NOT BANNED
    Pickup............................hilux1_civil_3_open_EP1...NOT BANNED
    S1203.............................S1203_TK_CIV_EP1..........DayZ
    SUV...............................SUV_TK_CIV_EP1............NOT BANNED
    UAZ...............................UAZ_Unarmed_TK_CIV_EP1....NOT BANNED  
    Ural..............................Ural_TK_CIV_EP1...........DayZ
    Vloha (Blue)......................Volha_1_TK_CIV_EP1........NOT BANNED
    Vloha (Grey)......................Volha_2_TK_CIV_EP1........NOT BANNED
    Vloha Limo........................VolhaLimo_TK_CIV_EP1......NOT BANNED
    If any public bypasses are announced I'll post them on here as-well.

    Thanks to:

    [MPGH]lockdown6435 (for the thread installing instructions)
    and of course WUAT for the scripts
    Last edited by XCiT; 12-19-2012 at 11:35 AM.

  2. The Following User Says Thank You to XCiT For This Useful Post:

    fapdarklord (12-19-2012)

  3. #2
    karelke's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    belgium
    Posts
    142
    Reputation
    10
    Thanks
    4
    My Mood
    Amused
    thanx for this!
    are there any free bypass?
    so not, how many do they cost and where can i buy one?

  4. #3
    RyanH100's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Belfast, Northern Ireland, United Kingdom.
    Posts
    526
    Reputation
    22
    Thanks
    571
    My Mood
    Blah
    You will automatically get kicked for cheat engine so what's the point in this? Even if you have cheat engine open on some servers you will get banned.

  5. #4
    gnasher65's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    32
    My Mood
    Buzzed
    Quote Originally Posted by RyanH100 View Post
    You will automatically get kicked for cheat engine so what's the point in this? Even if you have cheat engine open on some servers you will get banned.
    He warned you need a bypass, I do not get kicked for having cheat engine when i am running my bypass or my remote ex bypass.

    Another method is to get a good script executor!! I can release the one i have easy enough.

  6. #5
    RyanH100's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Belfast, Northern Ireland, United Kingdom.
    Posts
    526
    Reputation
    22
    Thanks
    571
    My Mood
    Blah
    Quote Originally Posted by gnasher65 View Post
    He warned you need a bypass, I do not get kicked for having cheat engine when i am running my bypass or my remote ex bypass.

    Another method is to get a good script executor!! I can release the one i have easy enough.
    A script executor will get you globally banned without a bypasser.

  7. #6
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,557
    Reputation
    2516
    Thanks
    10,618
    Quote Originally Posted by RyanH100 View Post
    A script executor will get you globally banned without a bypasser.
    So, what? is all the scripts banned more or less now? :P

  8. #7
    RyanH100's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Belfast, Northern Ireland, United Kingdom.
    Posts
    526
    Reputation
    22
    Thanks
    571
    My Mood
    Blah
    Quote Originally Posted by InferiorComplex View Post
    So, what? is all the scripts banned more or less now? :P
    Spawning any vehicle will get you banned, unless you have a good bypasser.

  9. #8
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,557
    Reputation
    2516
    Thanks
    10,618
    Quote Originally Posted by RyanH100 View Post
    Spawning any vehicle will get you banned, unless you have a good bypasser.
    Ah, now I know, and knowing is half the battle.

  10. #9
    gnasher65's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    32
    My Mood
    Buzzed
    I was hoping people may not be stupid enough :P

    Obviously they need a bypass, But not all scripts get you Global banned.

  11. #10
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,557
    Reputation
    2516
    Thanks
    10,618
    Quote Originally Posted by gnasher65 View Post
    I was hoping people may not be stupid enough :P

    Obviously they need a bypass, But not all scripts get you Global banned.
    Well, people on the intrawebs are "not too bright"
    Usually.

  12. #11
    zombie1004's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    In your house :3
    Posts
    657
    Reputation
    12
    Thanks
    2,526
    My Mood
    In Love
    It like a tut but thanks anyway ;p




    I draw dis




     

    #2 Brony Fan ^^

  13. #12
    XCiT's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    My Mood
    Angelic
    lol, like I said in the top YOU MUST HAVE A BYPASS!!!!!! lol Can I make that any more clear for ya?

    I'm working on making my bypass and it I'll be selling both the bypass and the scripts for $13

    I'll inform people with screenshots and such.

    As for cheat Engine.... If you have GOOD bypass then there will be no problem.

    YOU MUST HAVE A BYPASS!!
    Last edited by XCiT; 12-19-2012 at 11:33 AM.

  14. #13
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,557
    Reputation
    2516
    Thanks
    10,618
    It's still in the wrong section if you are trying to sell anything.

  15. #14
    XCiT's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    My Mood
    Angelic
    Quote Originally Posted by InferiorComplex View Post
    It's still in the wrong section if you are trying to sell anything.

    LMAO, dude, pay attention.... I'm not selling anything yet... I was informing people that I might sell something later on.... get with the picture

  16. #15
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,557
    Reputation
    2516
    Thanks
    10,618
    Quote Originally Posted by XCiT View Post
    LMAO, dude, pay attention.... I'm not selling anything yet... I was informing people that I might sell something later on.... get with the picture
    I'm just gonna laugh at you for a sec.
    .. Done, now for the million dollar question, are you on your period?

    Now a statement, I suffer from a deficiency that makes me forget stuff incredibly fast.
    Feel good about that? Now back to laughing

Page 1 of 2 12 LastLast

Similar Threads

  1. Is anyone using the CE Script Executer v4?
    By mattie43 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 6
    Last Post: 08-15-2012, 06:46 PM
  2. Created a Dll and now the executable is unstable
    By cadbury2010 in forum Coders Lounge
    Replies: 1
    Last Post: 05-21-2012, 05:39 PM
  3. black ops download and multiplayer? PM THE LINK
    By QuarterBack in forum Call of Duty Black Ops Discussions
    Replies: 3
    Last Post: 11-19-2010, 11:18 PM
  4. Replies: 3
    Last Post: 04-01-2010, 09:57 AM
  5. Replies: 0
    Last Post: 10-27-2008, 12:52 PM