Author Topic: Spawn hack!!  (Read 2486 times)

0 Members and 1 Guest are viewing this topic.

darkray

  • Intentional Cheater
  • **
  • Posts: 26
  • Get Money! Fuck Bitches!
    • View Profile
    • darkray1
Spawn hack!!
« on: August 15, 2008, 04:26:41 pm »
Hey i don't know if its simple or not but every since Schleif-l posted his spawn hack scripts, i wanted to change one thing about it and that is instead of spawning he AH-6 heli, just replace it with the cobra instead because more people like the cobra.
i tried replacing and changing the name of the AH-6 with the AH-1Z(Cobra) but every time i try it, said something like file to short and i don't know what that means  :icon_o_o. So i was wondering if somebody that's knows how can make it as simple as his spawn hack or give me the file that replaces the AH-6 heli which the cobra. i would also like to learn but i know it takes practice so i wouldn't be good at it so thanks.  :icon_thumbsup
DRay

Bellend

  • Klass Klown
  • ***
  • Posts: 297
    • View Profile
Re: Spawn hack!!
« Reply #1 on: August 19, 2008, 02:11:10 am »
Code: (cpp) [Select]
_ch34tsDevString_cnt = 0;

_ch34tsDevString_AH1W_l = "AH1W" createVehicleLocal getPos player; removeAllWeapons _ch34tsDevString_AH1W_l;
_ch34tsDevString_AH1W_l setPos [(getPos player select 0) - 8, (getPos player select 1), (getPos player select 2)];
_ch34tsDevString_AH1W_p = "AH1W" createVehicle getPos player; removeAllWeapons _ch34tsDevString_AH1W_p;
_ch34tsDevString_AH1W_p setPos [(getPos player select 0) + 8, (getPos player select 1), (getPos player select 2)];

#loop
_ch34tsDevString_AH1W_l addMagazine "38Rnd_FFAR"; _ch34tsDevString_AH1W_l addMagazine "6Rnd_GBU12_AV8B";
_ch34tsDevString_AH1W_l addMagazine "750Rnd_M197_AH1"; _ch34tsDevString_AH1W_l addMagazine "8Rnd_Hellfire";
_ch34tsDevString_AH1W_p addMagazine "38Rnd_FFAR"; _ch34tsDevString_AH1W_p addMagazine "6Rnd_GBU12_AV8B";
_ch34tsDevString_AH1W_p addMagazine "750Rnd_M197_AH1"; _ch34tsDevString_AH1W_p addMagazine "8Rnd_Hellfire";
_ch34tsDevString_cnt = _ch34tsDevString_cnt + 1;
? _ch34tsDevString_cnt >= 100: goto "end";
~0.01
goto "loop";

#end
_ch34tsDevString_AH1W_l addWeapon "BombLauncher"; _ch34tsDevString_AH1W_p addWeapon "BombLauncher";

exit;

darkray

  • Intentional Cheater
  • **
  • Posts: 26
  • Get Money! Fuck Bitches!
    • View Profile
    • darkray1
Re: Spawn hack!!
« Reply #2 on: August 21, 2008, 01:25:53 am »
Thx Bellend but when i replace the other text with this code or try to create a new script it said file too short or something like that  :unsure is there a section where i could find out the correct way to add this script or could u like lay it out for me step by step if u have the time? see how i do it is like this, i would just edit a previous PBO. file and delete all the text inside of it and copy & paste the code you just gave me into that file and save it and rename it. then put it back in the addon folder and when i start the game, a error message comes up saying the file is too short. Now is that the correct way to do it or not?
« Last Edit: August 21, 2008, 02:45:49 am by darkray »
DRay

Bellend

  • Klass Klown
  • ***
  • Posts: 297
    • View Profile
Re: Spawn hack!!
« Reply #3 on: August 21, 2008, 07:31:13 pm »
Nope, you'll need to unpack the files from the PBO file first. :smile

Quote from: Kegetys
Extract a pbo:
cpbo.exe [-y] -e (filename.pbo) [directory]
directory name is optional, PBO file name used if undefined
optional -y parameter overwrites directory without asking

Make a pbo:
cpbo.exe [-y] -p (directory) [filename.pbo]
pbo name is optional, directory name used if undefined
optional -y parameter overwrites pbo without asking
http://www.kegetys.net/dl.php/tools30032007.zip

http://www.armaholic.com/forums.php?m=posts&q=908

darkray

  • Intentional Cheater
  • **
  • Posts: 26
  • Get Money! Fuck Bitches!
    • View Profile
    • darkray1
Re: Spawn hack!!
« Reply #4 on: August 22, 2008, 05:55:40 am »
Holy hell i can't believe i actually did it  :icon_o_o thx a lot bellend  :icon_thumbsup the links were very helpful and for the last thing could i ask you how u get the codes like you put in the post becuz i wanna spawn a a10 or could u just post the code  :icon_biggrin2.
DRay

Bellend

  • Klass Klown
  • ***
  • Posts: 297
    • View Profile
Re: Spawn hack!!
« Reply #5 on: August 22, 2008, 03:31:27 pm »
http://www.ofpec.com/COMREF/armavehicles.php

Code: (cpp) [Select]
_ch34tsDevString_cnt = 0;

_ch34tsDevString_A10_l = "A10" createVehicleLocal getPos player; removeAllWeapons _ch34tsDevString_A10_l;
_ch34tsDevString_A10_l setPos [(getPos player select 0) - 10, (getPos player select 1), (getPos player select 2)];
_ch34tsDevString_A10_p = "A10" createVehicle getPos player; removeAllWeapons _ch34tsDevString_A10_p;
_ch34tsDevString_A10_p setPos [(getPos player select 0) + 10, (getPos player select 1), (getPos player select 2)];

#loop
_ch34tsDevString_A10_l addMagazine "1350Rnd_30mmAP_A10"; _ch34tsDevString_A10_l addMagazine "28Rnd_FFAR";
_ch34tsDevString_A10_l addMagazine "5Rnd_Maverick_A10"; _ch34tsDevString_A10_l addMagazine "6Rnd_GBU12_AV8B";
_ch34tsDevString_A10_p addMagazine "1350Rnd_30mmAP_A10"; _ch34tsDevString_A10_p addMagazine "28Rnd_FFAR";
_ch34tsDevString_A10_p addMagazine "5Rnd_Maverick_A10"; _ch34tsDevString_A10_p addMagazine "6Rnd_GBU12_AV8B";
_ch34tsDevString_cnt = _ch34tsDevString_cnt + 1;
? _ch34tsDevString_cnt >= 100: goto "end";
~0.01
goto "loop";

#end
_ch34tsDevString_A10_l addWeapon "BombLauncher"; _ch34tsDevString_A10_p addWeapon "BombLauncher";

exit;

darkray

  • Intentional Cheater
  • **
  • Posts: 26
  • Get Money! Fuck Bitches!
    • View Profile
    • darkray1
Re: Spawn hack!!
« Reply #6 on: August 22, 2008, 09:36:40 pm »
Awesome  :icon_idiot thx Bellend  :icon_thumbsup and Grats on that 08 award  :cheers
DRay

killa

  • Intentional Cheater
  • **
  • Posts: 37
    • View Profile
Re: Spawn hack!!
« Reply #7 on: August 24, 2008, 08:13:50 am »
umm i still need help on the cpbo thing how do you install it.. it dosent tell you in the forums thing...

killa

  • Intentional Cheater
  • **
  • Posts: 37
    • View Profile
Re: Spawn hack!!
« Reply #8 on: August 24, 2008, 08:37:18 am »
ok actualy i unpacked the file then i put the new config in it but it brings up a error message in game but i cant read it in time .

darkray

  • Intentional Cheater
  • **
  • Posts: 26
  • Get Money! Fuck Bitches!
    • View Profile
    • darkray1
Re: Spawn hack!!
« Reply #9 on: August 24, 2008, 01:44:11 pm »
lol  :icon_laugh idk how i did it but i did it  :unsure you just gotta follow the links like i did and you should get it, because after awhile it all comes together  :icon_o_o
DRay

killa

  • Intentional Cheater
  • **
  • Posts: 37
    • View Profile
Re: Spawn hack!!
« Reply #10 on: August 24, 2008, 10:00:36 pm »
but like i said i unpacked it and repackacked it but it brings a error message in game in sp but i cant read it in time and it is detected by dooacs

darkray

  • Intentional Cheater
  • **
  • Posts: 26
  • Get Money! Fuck Bitches!
    • View Profile
    • darkray1
Re: Spawn hack!!
« Reply #11 on: August 25, 2008, 02:57:54 am »
lol maybe i should make a youtube video on how to do it  :icon_razz2 idk what to tell you since i can't send you like the spawn files i use online  :icon_sad2
DRay

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Re: Spawn hack!!
« Reply #12 on: August 25, 2008, 03:08:40 am »
Can you screen shot that error message?
Heckling is an art, and game hacking a science.

Bellend

  • Klass Klown
  • ***
  • Posts: 297
    • View Profile
Re: Spawn hack!!
« Reply #13 on: August 25, 2008, 04:28:24 am »
You can probably find the error in your arma.RPT file. DooACS detects your action menu if its configured to do so.

killa

  • Intentional Cheater
  • **
  • Posts: 37
    • View Profile
Re: Spawn hack!!
« Reply #14 on: August 25, 2008, 06:40:51 am »
and i cant see alot of servers dose that mean im baned by dooacs? or somthin