Author Topic: Some help for the hack pack  (Read 1520 times)

0 Members and 1 Guest are viewing this topic.

killa

  • Intentional Cheater
  • **
  • Posts: 37
    • View Profile
Some help for the hack pack
« on: September 12, 2008, 02:02:07 am »
Hello im trying to use schleifs hack pack but when i open it with the pbo tool in the download section it makes a empty folder? but then i found cpbo but i couldent figuire out how to unpack it so i used the temp way but when i repacked it and put it in addons then started the game and joined a server it got detected by dooacs or what ever its called.

So if somone could help me that would be great.

and here is a quote from bellend
 
You can probably find the error in your arma.RPT file. DooACS detects your action menu if its configured to do so.

So how do i fix it?
« Last Edit: September 12, 2008, 02:10:21 am by killa »

killa

  • Intentional Cheater
  • **
  • Posts: 37
    • View Profile
Re: Some help for the hack pack
« Reply #1 on: September 12, 2008, 08:44:36 am »
never mind about that but i need help on another issue how would i port the scp to this cheat pack and how do i find a good id and how do i see if its a good id.

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Re: Some help for the hack pack
« Reply #2 on: September 12, 2008, 02:26:15 pm »
I haven't looked at how schleif-l's cheatpack works but you could just move the scripts you like from the scp and put it in his cp. Then write some code that accesses them.

The SCP gets detected through the gui. This can be solved by various means, memory hacking is one. But the gui isn't needed. Schleif offers a non-gui interface, but the overall code in the pack isn't secure. Variable and class names have to be made generic or random etc.

For an ID you need a new keygen. There are also some other methods, but there are no automatic one click ID-changers ready.

I could look at it if someone sends me the latest dooacs code for instance. It's a bit time consuming, but we have obtained it successfully with tools like WPE earlier.


Heckling is an art, and game hacking a science.

killa

  • Intentional Cheater
  • **
  • Posts: 37
    • View Profile
Re: Some help for the hack pack
« Reply #3 on: September 12, 2008, 10:32:12 pm »
The prob is i have no knowledge of scripting nor memory hacking i dont even know what memory hacking is.

And if it is possible to do without scripting how can i change the empty mh6 Racs in his spawn hack to a empty West mh6.

And change the kamov the full one to a empty ah1z.

darkray

  • Intentional Cheater
  • **
  • Posts: 26
  • Get Money! Fuck Bitches!
    • View Profile
    • darkray1
Re: Some help for the hack pack
« Reply #4 on: September 13, 2008, 12:13:28 am »
alright Killa so it doesn't seem that I'm mean I'll try to explain and help u as much as i can with this spawn hacking stuff  :smile and to the admins if i do right a lot of stuff i don't want u to think its spam its just to help him since it was hard for me when i started doing it but Bellend laid it out for me and now its super easy  :icon_thumbsup

explaining in the next post...
DRay

darkray

  • Intentional Cheater
  • **
  • Posts: 26
  • Get Money! Fuck Bitches!
    • View Profile
    • darkray1
Re: Some help for the hack pack
« Reply #5 on: September 13, 2008, 01:11:48 am »
First make a new folder inside your Arma Main Directory, rename it whatever name u like(Do not actually name it spawn hacks because the name you decide to put will show up on the online server when you log in a server as your addons)... next make a another folder inside the folder you just created and rename it "Addons"(Very Important)Alrighty to make your own spawn hacks you need to Download this file from NinjaDx Topic http://tkc-community.net/forum/index.php?action=dlattach;topic=7674.0;attach=773. then head on over to this site to get the "Vehicle & Weapons" names http://www.anonym.to/?http://www.ofpec.com/COMREF/armavehicles.php. Then Download this next program from this link http://www.de-referer.com/?http://www.kegetys.net/dl.php/tools30032007.zip once thats finish downloading, when you open the file up you should see a file inside named "cpbo", open that folder and you should see a Exe. file named "cpbo", put(Extract)that file to your Addons folder inside the new folder you just created(If you followed the directions correctly). Once inside your new Addons folder double click that file and cmd(Command Prompt) should pop u along with some other screen that saids "Do you wish to associate cpbo with PBO files and directions etc." press "Yes" and it should say done and close the window. Now your ready to get down to business and create your very own spawn hacks  :icon_idiot :cluebat_new

Continue to my next post...
« Last Edit: September 13, 2008, 01:25:01 am by darkray »
DRay

darkray

  • Intentional Cheater
  • **
  • Posts: 26
  • Get Money! Fuck Bitches!
    • View Profile
    • darkray1
Re: Some help for the hack pack
« Reply #6 on: September 13, 2008, 03:03:28 am »
Alright now that all the downloaded files you need are finished lets continue...

first click on the "Zip" or "Rar" file named Song and open it up and inside should be another file named Addons, open that file up and you should see a bunch of files from immortal to teleport hacks but you only need 1 of those files/folder from that folder. the name of the folder you need is "CreateChopper". Take(Extract) that folder to your desktop. Now its time to choose what type of "Vehicle" or "Aircraft" you want to spawn inside the game. Go the site i gave you before which again is http://www.ofpec.com/COMREF/armavehicles.php and find the "AH1W"(Cobra), highlight the name of the "AH1W" and go back to the "CreateChopper" folder you just extracted to your desktop and right click on the folder and press rename, the words should already be highlighted so all you need do is right click the highlighted words and press paste. Once that folder is renamed "AH1W", open up the folder, there will be 1 folder and 1 CCP. File(i idk wtf CCP means but its there :icon_razz2) inside named "Scripts" and "Config". open up the "config" file with notepad or word or w/e :icon_o_o. Once open you will see a lot of words you don't know shit about and its ok because all you i'm going to do it all for you  :icon_biggrin2
(CATUION! Thispart is very important)
Quote
#define true               1
#define false               0


class CfgPatches
{
   class AH1W
   {
      units[] = {};
      weapons[] = {};
      requiredVersion = 0.1;
      requiredAddons[] = {"CAWeapons", "CATracked", "CAWheeled", "CAAir", "CAWater"};
   };
};




class CfgVehicles
{

   class Land;
   
   class Man : Land
   {
      class UserActions
      {
         class AH1W_Init
         {
            displayName="AH1W";
            position="pos driver";
            onlyforplayer=1;
            radius=1;
            condition="true";
            statement="[] exec ""\(your folder name) <----- Enter the name of your folder you created at the start of the tutorial without the ( ) and spaces!\AddOns\AH1W\scripts\AH1W.sqs"";executedc = 1;";
         };
      };
   };
};
All you have to do is copy and paste this code and replace the original text inside the "Config" file, once you enter the name of the folder you created in that space thats shown, delete the text telling you to put the name of the folder in that space along with the ( ) and <----- ( It should look something like this: statement="[] exec ""\(your folder name)\AddOns\AH1W\scripts\AH1W.sqs"";executedc = 1;"; without the ( ) ).
When you've done that then just save it and exit that file.
Next go back to the folder called "AH1W" in your desktop and open up the folder named "Scripts" inside that folder should be a SQS. file named "Chopper" now right click that file and rename it "AH1W". open up that file with notepad or etc. and you will see a bunch of different weapon text and etc... Now this part is simple because all you do now it replace the text that says "AH6_RACS" with the text "AH1W" and save it and exit that file.
Now now before you get your hopes up its just 2 more things you have to do  :ranting_w_new  :icon_no  :newburn :icon_cry2
alright don't get your panties in a bunch  :heckler1
Next take the folder named "AH1W" from your desktop and place it inside your new folders: Addons folder, then if you followed directions correctly you should have that "cpbo"  file in your new folders Addons folder. Just leave that "cpbo" file alone since you already double clicked it and did what you had to do with it. Then right click the folder named "AH1W" you've just placed inside the addons folder and find something that saids "create PBO", click it and you should see a PBO file appear in that folder.
before you think your done... Guest what? your DONE!! :cheers <----- Highlight this red Box!!
Just play the game and go online with it its undetected by BatlleEye & Dooacs and its in your side menu while playing in game.
Congrats on creating your own spawnhack  :icon_thumbsup
DRay

darkray

  • Intentional Cheater
  • **
  • Posts: 26
  • Get Money! Fuck Bitches!
    • View Profile
    • darkray1
Re: Some help for the hack pack
« Reply #7 on: September 13, 2008, 03:07:39 am »
So Killa just to sum things up for you i better get some fucking props for using this much time to help you  :icon_laugh look at the first post time and then at the last post time. So you better enjoy this and if you can't get this simple tutorial down you just aren't cut out for hacking  :icon_biggrin2 cheers if you did get it to work  :cheers
DRay

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Re: Some help for the hack pack
« Reply #8 on: September 13, 2008, 04:01:43 am »
Make sure your avatars are in line with the rules.
Heckling is an art, and game hacking a science.

killa

  • Intentional Cheater
  • **
  • Posts: 37
    • View Profile
Re: Some help for the hack pack
« Reply #9 on: September 13, 2008, 07:34:42 am »
Ok thank you so much :) i wish bellend would help me out ;( somtimes but again Thank you so much!