Results 1 to 14 of 14
  1. #1
    ]V[iRuS-]H[ackeR*'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    26
    My Mood
    Cheerful

    Angry Need Help - PTC With Other Functions ? ( Help Enter plz )

    Hey All , today i made My Hack ( +10 memory functions , 5 PTC functions )

    the Memory Functions Worked alone and PTC Worked Alone but..

    i cant make the PTC and memory run at the same time when i make the 2 in same project and debug

    only 1 work ( PTC or Memory - if i put PTc first it works and if i put memory hacks first it works )

    Any one got a suggestion ( maybe something i should add in Base or Hack Threads ? )

    Thanks For Any One Who Could Help , ( if forgot to say PTC has hotkey. )

  2. #2
    Coder[Vb10e]'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Crossfire Alaska
    Posts
    1,577
    Reputation
    -10
    Thanks
    349
    My Mood
    Fine
    Quote Originally Posted by ]V[iRuS-]H[ackeR* View Post
    Hey All , today i made My Hack ( +10 memory functions , 5 PTC functions )

    the Memory Functions Worked alone and PTC Worked Alone but..

    i cant make the PTC and memory run at the same time when i make the 2 in same project and debug

    only 1 work ( PTC or Memory - if i put PTc first it works and if i put memory hacks first it works )

    Any one got a suggestion ( maybe something i should add in Base or Hack Threads ? )

    Thanks For Any One Who Could Help , ( if forgot to say PTC has hotkey. )
    try doing PTC in anothere thread

  3. #3
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool
    Quote Originally Posted by Coder[Vb10e] View Post


    try doing PTC in anothere thread
    Already Tried This , Still Didnt Work

    i MAde A New Account ( To Change Name )

  4. #4
    Coder[Vb10e]'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Crossfire Alaska
    Posts
    1,577
    Reputation
    -10
    Thanks
    349
    My Mood
    Fine
    be sure if u use asm pushad + popad to close it

  5. #5
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool
    Quote Originally Posted by Coder[Vb10e] View Post
    be sure if u use asm pushad + popad to close it
    __asm pushad;

    __asm popad;

    Already did it too (
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

  6. #6
    Zacherl's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    42
    My Mood
    Aggressive
    Some code please. And remember the PushToConsole function is declared as cdecl, so you have to clear the stack by urself after the calling it.

  7. #7
    Coder[Vb10e]'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Crossfire Alaska
    Posts
    1,577
    Reputation
    -10
    Thanks
    349
    My Mood
    Fine
    Quote Originally Posted by -iFaDy..* View Post
    __asm pushad;

    __asm popad;

    Already did it too (
    try:

    for(;{
    asm
    asm
    }

  8. #8
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool
    some code :

    bool PlayerGlow = false;

    for(; {
    __asm pushad;
    if(GetAsyncKeyState(VK_NUMPAD1)&1) {
    PlayerGlow = !PlayerGlow;
    }
    if (PlayerGlow) {
    PushToConsole("ScreenGlowEnable 1");

    }

    So .. ( PTC worked without the other functions )

    ---------- Post added at 04:46 PM ---------- Previous post was at 04:43 PM ----------

    some code :

    bool PlayerGlow = false;

    for(; {
    __asm pushad;
    if(GetAsyncKeyState(VK_NUMPAD1)&1) {
    PlayerGlow = !PlayerGlow;
    }
    if (PlayerGlow) {
    PushToConsole("ScreenGlowEnable 1");

    }

    So .. ( PTC worked without the other functions )
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

  9. #9
    *-CrossFireCoder-*'s Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Not Gonna Tell.
    Posts
    14
    Reputation
    10
    Thanks
    8
    My Mood
    Aggressive
    change the hotkey

    bool PlayerGlow = false;

    for(; {
    __asm pushad;
    if(GetAsyncKeyState(VK_NUMPAD2)&1) {
    PlayerGlow = !PlayerGlow;
    }
    if (PlayerGlow) {
    PushToConsole("ScreenGlowEnable 1");

    }

  10. #10
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool
    Quote Originally Posted by *-CrossFireCoder-* View Post
    change the hotkey

    bool PlayerGlow = false;

    for(; {
    __asm pushad;
    if(GetAsyncKeyState(VK_NUMPAD2)&1) {
    PlayerGlow = !PlayerGlow;
    }
    if (PlayerGlow) {
    PushToConsole("ScreenGlowEnable 1");

    }
    i got 5 PTC functions with hotkey and all not working not the hotkey problem.
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

  11. #11
    *-CrossFireCoder-*'s Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Not Gonna Tell.
    Posts
    14
    Reputation
    10
    Thanks
    8
    My Mood
    Aggressive
    Quote Originally Posted by -iFaDy..* View Post
    i got 5 PTC functions with hotkey and all not working not the hotkey problem.
    Hmm I Think I Can Help... Send Me Your MSN Email. I Will Help You There

  12. #12
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool
    Quote Originally Posted by *-CrossFireCoder-* View Post
    Hmm I Think I Can Help... Send Me Your MSN Email. I Will Help You There
    Dodo_crazychat@Yahoo.com
    Dodo_crazychat@hotmail.com ( yahoo most preferable. )
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

  13. #13
    *-CrossFireCoder-*'s Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Not Gonna Tell.
    Posts
    14
    Reputation
    10
    Thanks
    8
    My Mood
    Aggressive
    done i have added you. come online

  14. #14
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool
    Solved /req Close.
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

Similar Threads

  1. [Help] Can you help me with opk function ?
    By vkt78 in forum WarRock Hack Source Code
    Replies: 12
    Last Post: 10-28-2011, 10:40 AM
  2. [Request] PLz help noobs with source code of hacking plz READ ADMINS
    By gul in forum All Points Bulletin Reloaded Hacks
    Replies: 5
    Last Post: 10-19-2011, 01:53 PM
  3. [Help Request] I need dll and a other help
    By dfjyo in forum CrossFire Help
    Replies: 16
    Last Post: 07-29-2011, 07:42 AM
  4. Hi i need help again with a other game!
    By DRT94 in forum Combat Arms Help
    Replies: 5
    Last Post: 11-29-2009, 11:36 AM
  5. Help me with the no dc hack plz
    By garet122 in forum Combat Arms Hacks & Cheats
    Replies: 14
    Last Post: 07-28-2009, 01:59 PM