Page 1 of 2 12 LastLast
Results 1 to 15 of 35

Hybrid View

  1. #1
    cubanelite's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    192.168.1.1
    Posts
    138
    Reputation
    81
    Thanks
    113
    My Mood
    Hungover

    Crashing... Help?

    Hey guys, I just had a quick question on whats wrong with my code? It crashes every time i try to join a second game. I've added the inGame function, and checked it on all of my hack codes. ( this is just the inGame() function, and the hacks. (if you need more... tell me.))
    Code:
    bool inGame()
    {
    	if(*(int*)GameStatus == 1) {
    		return true;
    	}else {
    		return false;
    }
    }
    Code:
    if (inGame()) { if(Cross == 1){CrossHair(pDevice, Red); }}
    if (inGame()) { if(Cross == 2){CrossHair(pDevice, Green); }}
    if (inGame()) { if(Cross == 3){CrossHair(pDevice, Orange);}}
    if (inGame()) { if(Cross == 4){CrossHair(pDevice, Blue);}}
    if (inGame()) { if(Cross == 5){CrossHair(pDevice, Yellow);}}
    if (inGame()) { if(Cross == 6){CrossHair(pDevice, Black);}}
    if (inGame()) { if(Cross == 7){CrossHair(pDevice, Grey);}}
    if (inGame()) { if(Cross == 8){CrossHair(pDevice, Gold);}}
    if (inGame()) { if(Cross == 9){CrossHair(pDevice, Pink);}}
    if (inGame()) { if(Cross == 10){CrossHair(pDevice, Purple);}}
    if (inGame()) { if(Cross == 11){CrossHair(pDevice, White);}}
    if (inGame()) { if(Cross == 12){CrossHair(pDevice, Cyan);}}
    if (inGame()) { if(Cross == 13){CrossHair(pDevice, Magenta);}}
    
    if (inGame()) { 
     if(hack1){
    		memcpy( (PBYTE)SuperBullet, (PBYTE)"\x90\x90\x90", 3); // this is a memory hack.
        }else{
    		memcpy( (PBYTE)SuperBullet, (PBYTE)"\x0F\x94\xC0", 3); // get the off byted by ollydbging the addie.
    	}
    }
    
    if (inGame()) { 
     if(hack2) {
    	memcpy( (PBYTE)WeaponRange1, (PBYTE)"\xB8\x00\x00\x00\x10\x90", 6 );
        memcpy( (PBYTE)WeaponRange2, (PBYTE)"\xB8\x00\x00\x00\x10\x90", 6 );
            }else{
        memcpy( (PBYTE)WeaponRange1, (PBYTE)"\x8B\x80\xC8\x02\x00\x00", 6 ); 
        memcpy( (PBYTE)WeaponRange2, (PBYTE)"\x8B\x80\xC8\x02\x00\x00", 6 );
     }
     }
    
    if (inGame()) { 
     if(hack3) {
    	 memcpy( (PBYTE)NoRecoil1, (PBYTE)"\x90\x90\x90", 3);
    	 memcpy( (PBYTE)NoRecoil2, (PBYTE)"\x90\x90\x90", 3);
    	 memcpy( (PBYTE)NoRecoil3, (PBYTE)"\x90\x90\x90", 3);
    	 memcpy( (PBYTE)NoRecoil4, (PBYTE)"\x90\x90\x90", 3);
    	 memcpy( (PBYTE)NoRecoil5, (PBYTE)"\x90\x90\x90", 3);
            }else{
        memcpy( (PBYTE)NoRecoil1, (PBYTE)"\xD8\x66\x58", 3);
    	memcpy( (PBYTE)NoRecoil2, (PBYTE)"\xD9\x46\x54", 3);
    	memcpy( (PBYTE)NoRecoil3, (PBYTE)"\xD9\x5E\x58", 3);
    	memcpy( (PBYTE)NoRecoil4, (PBYTE)"\xD9\x46\x4C", 3);
    	memcpy( (PBYTE)NoRecoil5, (PBYTE)"\xD9\x5E\x4C", 3);
     }
     }
    
     if (inGame()) {
     if(hack4) {
    	push("SkelModelStencil -1" );
     }else {
    	push("SkelModelStencil 0" );
     }
     }
    
     if (inGame()) { 
     if(hack5) {
    push("BaseMoveAccel 2000.000000");
    push("StartAccel 2000.000000");
    push("MaxAccel 2000.000000");
    push("AccelInc 2000.000000");
    push("WalkVel 2000.000000");
    push("FRunVel 2000.000000");
    push("BRunVel 2000.000000");
    push("SRunVel 2000.000000");
    push("JumpVel 2000.000000");
    push("DuckVel 2000.000000");
     }else {
    push("WalkVel 70.000000");
    push("FRunVel 285.000000");
    push("BRunVel 285.000000");
    push("SRunVel 285.000000");
    push("DuckVel 50.000000");
     }
     }
    
     if (inGame()) { 
     if(hack6 == 1) {
    	 push("JumpVel 430.000000" );
     }else {
    	 push("JumpVel 330.000000" );
     }
     }
    
     if (inGame()) { 
    if(hack6 == 2) {
    	 push("JumpVel 630.000000" );
     }else {
    	 push("JumpVel 330.000000" );
     }
    }
    
     if (inGame()) { 
     if(hack7) {
    	 push("FogEnable 0" );
     }else {
    	 push("FogEnable 1" );
     }
     }
    
     if (inGame()) { 
     if(hack8) {
    	 push("FullBright 1" );
     }else {
    	 push("FullBright 0" );
     }
     }
    
     if (inGame()) { 
     if(hack9){
    	push("PerturbRotationEffect 0.000000");
        push("PerturbIncreaseSpeed 0.000000");
        push("PerturbWalkPercent 0.000000");
        push("PerturbFiringIncreaseSpeed 0.000000");
        push("PerturbRecoil 0.000000");
        push("FireMovePerturb 0.000000");
        push("ZoomedFireMoveDuckPerturb 0.000000");
        push("ZoomedFireMovePerturb 0.000000");
        push("ZoomedFireDuckPerturb 0.000000");
    }else{
    	push("PerturbRotationEffect 3.000000");
        push("PerturbIncreaseSpeed 3.000000");
        push("PerturbDecreaseSpeed 9.000000");
        push("PerturbWalkPercent 0.500000");
        push("PerturbRecoil 9.000000");
        push("FireMovePerturb 9.000000");
        push("ZoomedFireMoveDuckPerturb 9.000000");
        push("ZoomedFireMovePerturb 9.000000");
        push("ZoomedFireDuckPerturb 9.000000");
    }
     }
    
     if (inGame()) { 
    if(hack10) {
    	push("WireframeModels 1" );
    }else {
    	push("WireframeModels 0" );
    }
    }
    
     if (inGame()) { 
    if(hack11) {
    	push("ShowFirePath 1" );;
    }else {
    	push("ShowFirePath 0" );
    }
    }
    
     if (inGame()) { 
    if(hack12){
        push("ScreenGlowEnable 1");
        } else {
        push("ScreenGlowEnable 0");
        }
    }
    
     if (inGame()) { 
    if(hack13) {
    	memcpy( (PBYTE)NameTags1, (PBYTE)"\x90\x90", 2);
    	memcpy( (PBYTE)NameTags2, (PBYTE)"\x90\x90", 2);
    }else {
    	memcpy( (PBYTE)NameTags1, (PBYTE)"\x75\x05", 2);
    	memcpy( (PBYTE)NameTags2, (PBYTE)"\x75\x05", 2);
    }
    }
    
    if (inGame()) {
    if(hack14) {
    			push("ActivationDistance 99999" );
    		}else {
    			push("ActivationDistance 9" );
    }
    }
    
    if (inGame()) { 
    if(hack15) {
    		if (GetAsyncKeyState(VK_MBUTTON)<0) {
    			memcpy( (PBYTE)RapidFire, (PBYTE)"\x90\x90", 2);
    		}else{
    			memcpy( (PBYTE)RapidFire, (PBYTE)"\x74\x3E", 2);
    		}
    	}
    }
    
    if (inGame()) { 
    if(hack16) {
    	if( GetAsyncKeyState( VK_SPACE ) < 0 ) {
    			push( "PlayerGravity 800" );
    		}else{
    			push( "PlayerGravity -800" );
    	}
    }
    }
    
    if (inGame()) { 
    if(hack17) { // if hack 17 is on
    	push("DrawParticles 0"); //Using the ptc method, push the ptc hack into the game
    }else { // if it's not on
    	push("DrawParticles 1"); //turn it off
    } // close hack
    }
    Any ideas? and, thanks for your time.
    If you have any questions, PM Me. I always check them.
    PEACE, HOMIES!

  2. #2
    kaskore's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    132
    Reputation
    10
    Thanks
    79
    My Mood
    Psychedelic
    Yeah I am having a similar problem, when I was testing the hack I went into the first game went smooth and then the next game CA crashed for me... I think it might be because the hacks are on and i dont want members to face the problem of turning on and off the hack each time? So any suggestions ??? anybody ?? please help !

  3. #3
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    I have the exact same problem as you.

    I've tried asking a lot of other coders, no one knows why it's happening.
    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. The Following User Says Thank You to Flengo For This Useful Post:

    cubanelite (06-02-2012)

  5. #4
    cubanelite's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    192.168.1.1
    Posts
    138
    Reputation
    81
    Thanks
    113
    My Mood
    Hungover
    Quote Originally Posted by comando2056 View Post
    I have the exact same problem as you.

    I've tried asking a lot of other coders, no one knows why it's happening.
    hmm... well fuck. I don't want to release my hack if the user has to manually turn off everything before they join their next game...
    Someone guessed it may be the memcpy?...
    Last edited by cubanelite; 06-02-2012 at 10:04 PM.
    If you have any questions, PM Me. I always check them.
    PEACE, HOMIES!

  6. #5
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by cubanelite View Post
    hmm... well fuck. I don't want to release my hack if the user has to manually turn off everything before they join their next game...
    Someone guessed it may be the memcpy?...
    That's what I thought.

    Tried 3 different methods, one by Jason. Still the same result.
    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


  7. #6
    Shadow`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MN
    Posts
    636
    Reputation
    74
    Thanks
    3,014
    My Mood
    Relaxed
    Quote Originally Posted by comando2056 View Post
    I have the exact same problem as you.

    I've tried asking a lot of other coders, no one knows why it's happening.
    People do know, you just asked the wrong people.

  8. #7
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by Shadow` View Post
    People do know, you just asked the wrong people.
    I've asked Matypatty, flameswor10, Topblast, another VIP Coder I know, posted on forums. No answers have worked.

    I'm pretty sure you don't have an answer for me.
    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


  9. #8
    Shadow`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MN
    Posts
    636
    Reputation
    74
    Thanks
    3,014
    My Mood
    Relaxed
    Quote Originally Posted by comando2056 View Post


    I've asked Matypatty, flameswor10, Topblast, another VIP Coder I know, posted on forums. No answers have worked.

    I'm pretty sure you don't have an answer for me.
    Lol, me and ussr's hack doesn't have this problem, which concludes we do have the solution.

  10. #9
    cubanelite's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    192.168.1.1
    Posts
    138
    Reputation
    81
    Thanks
    113
    My Mood
    Hungover
    Quote Originally Posted by Shadow` View Post
    Lol, me and ussr's hack doesn't have this problem, which concludes we do have the solution.
    would you mind helping us out then? Rather than bragging my good sir? I would really appreciate it, Thanks.


    Quote Originally Posted by TokolocoSK View Post
    the bytes of Name Tags changed (I think)...
    That wouldn't make it crash when you join the next game. that would make it crash when you turned it on.
    Last edited by cubanelite; 06-02-2012 at 11:06 PM.
    If you have any questions, PM Me. I always check them.
    PEACE, HOMIES!

  11. The Following User Says Thank You to cubanelite For This Useful Post:

    [MPGH]Flengo (06-03-2012)

  12. #10
    cubanelite's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    192.168.1.1
    Posts
    138
    Reputation
    81
    Thanks
    113
    My Mood
    Hungover
    do you crash when ending a game, or when joining a new one? this has never happened to me before... maybe I need to recode my inGame function?... Somehow?... xD
    If you have any questions, PM Me. I always check them.
    PEACE, HOMIES!

  13. #11
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by cubanelite View Post
    do you crash when ending a game, or when joining a new one? this has never happened to me before... maybe I need to recode my inGame function?... Somehow?... xD
    Its not the ingame function since it works fine for one game.
    It crashes as soon as I press the start button for the second game.
    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


  14. #12
    TokolocoSK's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Búrguer.
    Posts
    2,874
    Reputation
    65
    Thanks
    6,858
    My Mood
    Yeehaw
    the bytes of Name Tags changed (I think)...



  15. #13
    Xipher's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Melbourne, AU.
    Posts
    1,780
    Reputation
    472
    Thanks
    1,690
    My Mood
    Innocent
    It is to do with how you toggle the hacks, i do have the solution but commando dissed me in another thread. So... :/

  16. #14
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by Xipher View Post
    It is to do with how you toggle the hacks, i do have the solution but commando dissed me in another thread. So... :/
    What thread?

    Code:
    void cHacks::NameTags(int Val)
    {
    	if(Val > 0 && *(BYTE*)ADDR_GAMESTATUS == 1)
    	{
    		MemEdit((PBYTE)(ADDR_TAGS1), (PBYTE)"\x90\x90", 2);
    		MemEdit((PBYTE)(ADDR_TAGS2), (PBYTE)"\x90\x90", 2);
    	}else{
    		MemEdit((PBYTE)(ADDR_TAGS1), (PBYTE)"\x75\x05", 2);
    		MemEdit((PBYTE)(ADDR_TAGS2), (PBYTE)"\x75\x05", 2);
    	}
    }
    That's basically how all of my hacks look like. Including PTC's.
    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


  17. #15
    Xipher's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Melbourne, AU.
    Posts
    1,780
    Reputation
    472
    Thanks
    1,690
    My Mood
    Innocent
    Quote Originally Posted by comando2056 View Post


    What thread?

    Code:
    void cHacks::NameTags(int Val)
    {
    	if(Val > 0 && *(BYTE*)ADDR_GAMESTATUS == 1)
    	{
    		MemEdit((PBYTE)(ADDR_TAGS1), (PBYTE)"\x90\x90", 2);
    		MemEdit((PBYTE)(ADDR_TAGS2), (PBYTE)"\x90\x90", 2);
    	}else{
    		MemEdit((PBYTE)(ADDR_TAGS1), (PBYTE)"\x75\x05", 2);
    		MemEdit((PBYTE)(ADDR_TAGS2), (PBYTE)"\x75\x05", 2);
    	}
    }
    That's basically how all of my hacks look like. Including PTC's.
    Bah oops it wasn't you, it was atomicstone. But you still liked the post.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help Request] Crash help
    By demonicskill in forum Piercing Blow Help
    Replies: 3
    Last Post: 12-06-2011, 07:38 AM
  2. [Help Request] Combat Arms Crashing! Help!
    By Opk4Life in forum Combat Arms Help
    Replies: 9
    Last Post: 08-26-2011, 04:40 AM
  3. CA HACKS CRASHING *HELP*
    By 123east in forum Combat Arms Help
    Replies: 12
    Last Post: 06-17-2010, 09:33 AM
  4. i think my ca crashed help me
    By flayer669 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 05-30-2009, 06:58 PM
  5. Warrock Crash Help Needed
    By Jeckels in forum WarRock - International Hacks
    Replies: 14
    Last Post: 07-18-2007, 10:44 PM