Author Topic: MENU FOR HACK  (Read 1436 times)

0 Members and 1 Guest are viewing this topic.

Alucard

  • Intentional Cheater
  • **
  • Posts: 45
    • View Profile
MENU FOR HACK
« on: May 07, 2012, 01:24:57 pm »
HI I need help for create menu for hack.
who can make a darky menu for PBO, for my folder  withs sqf and sqs?
My menu
Code: [Select]
_veh = player
cutText [format["Works"],"PLAIN"];

_veh addaction ["Start", "\NOMORE\interest.sqs"];
_veh addaction ["GodMode", "\NOMORE\God1.sqf"];
_veh addaction ["Ammo", "\NOMORE\Ammo1.sqf"];
_veh addaction ["Money", "\NOMORE\money.sqs"];
_veh addaction ["Add RepairKit", "\NOMORE\AddRepairKit.sqs"];
_veh addaction ["Add Medkit", "\NOMORE\AddMedkit.sqs"];
_veh addaction ["Add Road Block", "\NOMORE\AddRoadBlock.sqs"];
_veh addaction ["Add Lockpick", "\NOMORE\AddLockpick.sqs"];
_veh addaction ["Add Speed Bomb", "\NOMORE\AddSpeedBomb.sqs"];
_veh addaction ["Add Suicide Bomb", "\NOMORE\AddSuicideBomb.sqs"];
_veh addaction ["Glushit", "\NOMORE\Makar2.sqs"];
_veh addaction ["Makar", "\NOMORE\Makar.sqs"];
_veh addaction ["AK74", "\NOMORE\ak74.sqs"];
_veh addaction ["Vintorez", "\NOMORE\Vintorez.sqs"];
_veh addaction ["KSVK", "\NOMORE\KSVK.sqs"];
_veh addaction ["RPG7", "\NOMORE\weapons8.sqs"];
_veh addaction ["PKM", "\NOMORE\PKM.sqs"];
_veh addaction ["PKP", "\NOMORE\PKP.sqs"];
_veh addaction ["Bomba", "\NOMORE\bomba.sqs"];
_veh addaction ["Attack", "\NOMORE\boom.sqs"];
_veh addaction ["invisible", "\NOMORE\invisible.sqf"];
_veh addaction ["Su", "\NOMORE\Su4.sqs"];
_veh addaction ["Skin", "\NOMORE\Skin.sqs"];;
_veh addaction ["logout", "\NOMORE\logout.sqs"];
_veh addaction ["Teleport", "\NOMORE\teleport.sqs"];
_veh addaction ["Money500k", "\NOMORE\Money2.sqs"];
_veh addaction ["Lic", "\NOMORE\Licence.sqs"];
_veh addaction ["Text", "\NOMORE\Text.sqs"];
_veh addaction ["Box", "\NOMORE\Box.sqs"];
_veh addaction ["T72", "\NOMORE\T72.sqs"];
_veh addaction ["Scr", "\NOMORE\scr.sqs"];
_veh addaction ["Stena", "\NOMORE\Stena3.sqs"];
_veh addaction ["Super", "\NOMORE\superw.sqs"];
_veh addaction ["CB", "\NOMORE\CB - CIV SPAWN.sqs"];
_veh addaction ["Transport", "\NOMORE\jeep.sqs"];
_veh addaction ["shutdown", "\NOMORE\shutdown.sqs"];

exit

Darky Menu


http://www.unknowncheats.me/forum/arma-arma2/64623-arma-2-oa-darky-hack.html

Gerk

  • Klass Klown
  • ***
  • Posts: 377
    • View Profile
Re: MENU FOR mod-app
« Reply #1 on: May 07, 2012, 03:28:47 pm »
For creating dialogs you'll need this handy dialog creator http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=167 and as an example of how dialogs can be created you can use these mod apps I created long time ago: http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=169 and http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=142
Just extract one of these pbos and open config.bin in elitness. Edit button names, class names and cfg patch name. You can remove scripts and buttons which you don't need. Batter use mod app under second link since it contains lots of features and weapon/vehicle spawner and you won't need this:
_veh addaction ["AK74", "\NOMORE\ak74.sqs"];
_veh addaction ["Vintorez", "\NOMORE\Vintorez.sqs"];
_veh addaction ["KSVK", "\NOMORE\KSVK.sqs"];
_veh addaction ["RPG7", "\NOMORE\weapons8.sqs"];
_veh addaction ["PKM", "\NOMORE\PKM.sqs"];
_veh addaction ["PKP", "\NOMORE\PKP.sqs"];
« Last Edit: May 07, 2012, 03:34:02 pm by Gerk »

Alucard

  • Intentional Cheater
  • **
  • Posts: 45
    • View Profile
Re: MENU FOR mod-app
« Reply #2 on: May 07, 2012, 04:18:54 pm »
For creating dialogs you'll need this handy dialog creator http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=167 and as an example of how dialogs can be created you can use these mod apps I created long time ago: http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=169 and http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=142
Just extract one of these pbos and open config.bin in elitness. Edit button names, class names and cfg patch name. You can remove scripts and buttons which you don't need. Batter use mod app under second link since it contains lots of features and weapon/vehicle spawner and you won't need this:
_veh addaction ["AK74", "\NOMORE\ak74.sqs"];
_veh addaction ["Vintorez", "\NOMORE\Vintorez.sqs"];
_veh addaction ["KSVK", "\NOMORE\KSVK.sqs"];
_veh addaction ["RPG7", "\NOMORE\weapons8.sqs"];
_veh addaction ["PKM", "\NOMORE\PKM.sqs"];
_veh addaction ["PKP", "\NOMORE\PKP.sqs"];
Немогу конфиг разбинарить ошибку кидает

Gerk

  • Klass Klown
  • ***
  • Posts: 377
    • View Profile
Re: MENU FOR mod-app
« Reply #3 on: May 07, 2012, 04:26:27 pm »
For creating dialogs you'll need this handy dialog creator http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=167 and as an example of how dialogs can be created you can use these mod apps I created long time ago: http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=169 and http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=142
Just extract one of these pbos and open config.bin in elitness. Edit button names, class names and cfg patch name. You can remove scripts and buttons which you don't need. Batter use mod app under second link since it contains lots of features and weapon/vehicle spawner and you won't need this:
_veh addaction ["AK74", "\NOMORE\ak74.sqs"];
_veh addaction ["Vintorez", "\NOMORE\Vintorez.sqs"];
_veh addaction ["KSVK", "\NOMORE\KSVK.sqs"];
_veh addaction ["RPG7", "\NOMORE\weapons8.sqs"];
_veh addaction ["PKM", "\NOMORE\PKM.sqs"];
_veh addaction ["PKP", "\NOMORE\PKP.sqs"];
Немогу конфиг разбинарить ошибку кидает / I can't convert bin to cpp and it shows error
You don't have to convert it to cpp. Use program laza and work with config.bin without converting it to .cpp format
Тебе не нужно конвертировать в .сср. Воспользуйся программой Laza которая позволяет работать напрямую с bin файлами )

Alucard

  • Intentional Cheater
  • **
  • Posts: 45
    • View Profile
Re: MENU FOR mod-app
« Reply #4 on: May 07, 2012, 05:53:42 pm »
Line 0(): Wrong 'Class end' config.bin/ M
Error in Alex.pbo config.bin open with laza

EsseX

  • Online Villain
  • ***
  • Posts: 176
    • View Profile
Re: MENU FOR mod-app
« Reply #5 on: May 07, 2012, 07:32:02 pm »
If this worked. Would this work on that Day Z mod? I would pay you 15 dollars for it.
« Last Edit: May 08, 2012, 05:02:35 am by EsseX »

Ruscheater

  • Intentional Cheater
  • **
  • Posts: 43
  • Hakka
    • View Profile
Re: MENU FOR mod-app
« Reply #6 on: May 10, 2012, 07:25:22 am »
Line 0(): Wrong 'Class end' config.bin/ M
Error in Alex.pbo config.bin open with laza
Remove Laza's comments:

Quote
/*
   Generated by `Laza`(c)Flea 2007
   mailto: flea_jump`at`mail.ru
*/

enum {
};
"HaxXxor!!! Admin restart the server!!!"