Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    $onny's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Netherlands
    Posts
    71
    Reputation
    10
    Thanks
    11
    My Mood
    Relaxed

    Thumbs up 1680*1050 common.hpp edited

    Well Like the title said.. i hear people complaining about that the menu wont fit in the screen etc..

    edit this for my screen: 1680*1050 and it works fine for this screen size.

    Code:
    #define MONKYMENU 3030
    #define menu_pos [safezoneX + 0.7, safezoneY + 0.05, 1.425, safezoneH - 0.0]
    #define title_pos [safezoneX + 0.13, safezoneY + 0.05, 0.89, 0.03]
    #define players_pos [safezoneX + 1.420, safezoneY + 0.05, 0.415, safezoneH - 0.912]
    #define hacks_pos [safezoneX + 0.7, safezoneY + 0.05, 0.415, safezoneH - 0.912]
    if it is usefull for you guys dont forget to thank.


    also if you have a good common.hpp edit?
    add your screensize ...x... with the code please!
    Last edited by $onny; 01-28-2013 at 08:39 AM.

  2. The Following 5 Users Say Thank You to $onny For This Useful Post:

    boxybox100 (01-28-2013),philippx505 (01-28-2013),svtfan (01-29-2013),xLithium (01-28-2013),Zastava_101 (01-28-2013)

  3. #2
    xLithium's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    146
    Reputation
    10
    Thanks
    26
    My Mood
    Relaxed
    I play in 1920x1080, but I'm sure there were people who needed this. Nice job!

  4. #3
    $onny's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Netherlands
    Posts
    71
    Reputation
    10
    Thanks
    11
    My Mood
    Relaxed
    can you share your common.hpp please? I also have another screen with that resolution so

    Quote Originally Posted by xLithium View Post
    I play in 1920x1080, but I'm sure there were people who needed this. Nice job!

  5. #4
    xLithium's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    146
    Reputation
    10
    Thanks
    26
    My Mood
    Relaxed
    Quote Originally Posted by $onny View Post
    can you share your common.hpp please? I also have another screen with that resolution so
    Code:
    #define MONKYMENU 3030
    #define menu_pos [safezoneX + 0.552, safezoneY + 0.2, 0.7965, safezoneH - 0.476]
    #define title_pos [safezoneX + 0.875, safezoneY + 0.15, 0.890000, 0.03]
    #define players_pos [safezoneX + 0.952, safezoneY + 0.2, 0.415, safezoneH - 0.43]
    #define hacks_pos [safezoneX + 0.552, safezoneY + 0.2, 0.415, safezoneH - 0.43]
    Never edited this, not sure if the person who sent me the menu did. But works for me fine on 1920x1080.

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

    $onny (01-28-2013)

  7. #5
    Zastava_101's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    336
    Reputation
    10
    Thanks
    555
    My Mood
    Crappy
    anyone has one for 1600 x 900?

  8. #6
    darkangel1's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    San Diego, CA
    Posts
    542
    Reputation
    15
    Thanks
    153
    Quote Originally Posted by Zastava_101 View Post
    anyone has one for 1600 x 900?
    Heres the one for 1600x900
    Press thanks if I helped.

    Code:
    #define MONKYMENU 3030
    #define menu_pos [safezoneX + 0.552, safezoneY + 0.1, 1.05, safezoneH - 0.15]
    #define title_pos [safezoneX + 0.945, safezoneY + 0.05, 0.890000, 0.03]
    #define players_pos [safezoneX + 1.1, safezoneY + 0.1, 0.415, safezoneH - 0.45]
    #define hacks_pos [safezoneX + 0.552, safezoneY + 0.1, 0.415, safezoneH - 0.45]
    Want to learn how to customize your own menu's/write your own scripts? Check out my sticky in the help section
    Or click this link -
    https://www.mpgh.net/forum/696-dayz-h...nto-menus.html
    Quote Originally Posted by typh0 View Post
    the only person that can ban you, is the big chief mr battleye himself. no admin or hacker or player can do this. In addition to this the big chief mr battleye will ban you based on the bypasser you're using NOT what scripts you are using.

  9. The Following 4 Users Say Thank You to darkangel1 For This Useful Post:

    creeperz927 (01-28-2013),svtfan (01-29-2013),xLithium (01-29-2013),Zastava_101 (01-29-2013)

  10. #7
    philippx505's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    24
    Reputation
    24
    Thanks
    3
    My Mood
    Asleep
    thanks it works.. but is it possible to move it a bit more to the left?

  11. #8
    WorldTm's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    15
    Hey, the guy has a 1440x900? [Sorry for my english!]

  12. #9
    Zastava_101's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    336
    Reputation
    10
    Thanks
    555
    My Mood
    Crappy
    It's kinda the same but a little more zoomed out tnx better than nothing

    ---------- Post added at 08:26 AM ---------- Previous post was at 08:26 AM ----------

    If you want add me on skype and iam gona send you a pic of it if u can 'make' it more better
    Last edited by Zastava_101; 01-29-2013 at 07:28 AM.

  13. #10
    Silent_Assassin314's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    3
    Ah when simple math is too difficult to comprehend.... do a little bit of multiplying and have a little bit of common sense and you can very easily make the menu properly resize no matter what the resolution is.

  14. #11
    imzokle's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    298
    Reputation
    51
    Thanks
    60
    My Mood
    Yeehaw
    Quote Originally Posted by Haxor-death View Post
    nice one pal.
    Stop spamming everyone's threads for points. Hope a mod revokes all your posts...

  15. #12
    svtfan's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    416
    Reputation
    12
    Thanks
    52
    My Mood
    Happy
    thanks very much for this! very helpful

  16. #13
    iBulle's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Australia, obviously.
    Posts
    247
    Reputation
    10
    Thanks
    68
    My Mood
    Blah
    Code:
    #define MONKYMENU 3030
    #define menu_pos [safezoneX + 0.151, safezoneY + 0.1, 1.05, safezoneH - 0.15]
    #define title_pos [safezoneX + 0.50, safezoneY + 0.01, 0.890000, 0.03]
    #define players_pos [safezoneX + 0.820, safezoneY + 0.1, 0.415, safezoneH - 0.45]
    #define hacks_pos [safezoneX + 0.151, safezoneY + 0.1, 0.415, safezoneH - 0.45]
    For 1280x1024

  17. #14
    WorldTm's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    15
    hah....
    #define MONKYMENU 3030
    #define menu_pos [safezoneX + 0.402, safezoneY + 0.1, 1.0, safezoneH - 0.24]
    #define title_pos [safezoneX + 0.785, safezoneY + 0.05, 0.890000, 0.03]
    #define players_pos [safezoneX + 0.9, safezoneY + 0.1, 0.435, safezoneH - 0.40]
    #define hacks_pos [safezoneX + 0.402, safezoneY + 0.1, 0.435, safezoneH - 0.40]

    Maybe for 1440x900

    My edit!

  18. #15
    hawdamn's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    209
    Reputation
    10
    Thanks
    4
    My Mood
    Angelic
    Where exactly does it go? Thanks

Page 1 of 2 12 LastLast

Similar Threads

  1. packet editing
    By terence in forum Hack Requests
    Replies: 1
    Last Post: 09-23-2007, 07:51 AM
  2. EndLess' edited system.mrs
    By EndLess in forum Gunz Hacks
    Replies: 22
    Last Post: 02-22-2006, 09:22 AM
  3. any way to use wpe for damage editing?
    By zelda803 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 02-09-2006, 02:33 AM
  4. Edited Tutorial: Bypass (Perm)
    By SpiderByte in forum WarRock - International Hacks
    Replies: 24
    Last Post: 01-28-2006, 04:36 AM
  5. Runescape money edit...perminant?
    By wardo1926 in forum General Game Hacking
    Replies: 19
    Last Post: 01-27-2006, 06:34 PM

Tags for this Thread