Results 1 to 6 of 6
  1. #1
    Chucky132's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    London
    Posts
    166
    Reputation
    10
    Thanks
    10
    My Mood
    Pensive

    Questions about Monky Menu.

    I have a few questions about this menu, if you could, please add me on skype: zphoenix33

  2. #2
    Blah121's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Justin Bieber's house
    Posts
    265
    Reputation
    10
    Thanks
    30
    My Mood
    Doh
    You may posts your questions here, as we are too lazy to add you to answer your questions! Or just I am too lazy.
    [img]https://www.danasof*****m/sig/165704.jpg[/img]

  3. #3
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,179
    My Mood
    Inspired
    You can post your questions here

    Also wrong section. Check where you're posting next time.

    https://www.mpgh.net/forum/624-dayz-h...p-section.html

    /Moved
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  4. #4
    Chucky132's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    London
    Posts
    166
    Reputation
    10
    Thanks
    10
    My Mood
    Pensive
    MK, how do I add scripts to monkey menu? Like my own custom ones?

  5. #5
    ReflectedGod's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Makhnovshchina.
    Posts
    255
    Reputation
    10
    Thanks
    59
    My Mood
    Tired
    Monky's menu: mainmenu.sqf --> Arma2OA\scr\menu\menulist (Edit this with notepad++)

    You'll see something like this:
    (Gonna use adding a minigun script as an example)

    img = img + [""]; option = option + ["========= MAIN ========","empty.sqf","0","0","0"];
    img = img + [""]; option = option + ["~Help","help.sqf","0","0","0"];
    img = img + [""]; option = option + ["~Debug Console","showdebug.sqf","1","0","0"];
    img = img + [""]; option = option + ["~ESP","esp.sqf","1","0","0"];
    The first line is not a real script, it's just a heading for your menu, hence the "empty.sqf".
    Basically what you're going to do is copy one of the lines.
    img = img + [""]; option = option + ["~ESP","esp.sqf","1","0","0"];
    And change it to our minigun file and change the name to recognize it as our minigun script.
    img = img + [""]; option = option + ["~Minigun","minigun.sqf","1","0","0"];
    Now, the trick here is to have the minigun script in the correct directory. Find where the files are in that section, and post the file there, or at least be sure to edit the directory. Let's say I have a "Player" directory with more scripts and I want to put my minigun script there. The code will look like:
    img = img + [""]; option = option + ["~Minigun","player\minigun.sqf","0","0","0"];
    Leave the middle and right 0s alone, change the left digit to a 1 if the hack is toggable, if it is not, make it a 0.

  6. The Following User Says Thank You to ReflectedGod For This Useful Post:

    Chucky132 (02-02-2013)

  7. #6
    Chucky132's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    London
    Posts
    166
    Reputation
    10
    Thanks
    10
    My Mood
    Pensive
    Quote Originally Posted by ReflectedGod View Post
    Monky's menu: mainmenu.sqf --> Arma2OA\scr\menu\menulist (Edit this with notepad++)

    You'll see something like this:
    (Gonna use adding a minigun script as an example)


    The first line is not a real script, it's just a heading for your menu, hence the "empty.sqf".
    Basically what you're going to do is copy one of the lines.

    And change it to our minigun file and change the name to recognize it as our minigun script.

    Now, the trick here is to have the minigun script in the correct directory. Find where the files are in that section, and post the file there, or at least be sure to edit the directory. Let's say I have a "Player" directory with more scripts and I want to put my minigun script there. The code will look like:

    Leave the middle and right 0s alone, change the left digit to a 1 if the hack is toggable, if it is not, make it a 0.
    tysm haha been trying forever to get new scripts on here!

Similar Threads

  1. [Help] Question about m0nky menu.
    By rewas31 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 7
    Last Post: 01-05-2013, 08:08 AM
  2. question about menu not displaying
    By blazed in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 03-30-2009, 09:36 PM
  3. Question About Invisible Hack
    By wafflele in forum WarRock - International Hacks
    Replies: 14
    Last Post: 08-06-2006, 12:40 AM
  4. Questions about making colored models
    By zelda803 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 02-04-2006, 06:36 PM
  5. question about zoom
    By yocinfluence in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-26-2006, 10:12 PM