Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    GMDaddy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Somewhere in time
    Posts
    539
    Reputation
    10
    Thanks
    51

    Question Need a help over here my friends

    Hello fellow members of this site. I may not ask too much but all I need a bit of help about the source code I have. Here it is:

    void Auto()
    {
    *(float*)(ADR_AutoMedic) = 999999999;
    }

    Now, the problem that I'm having here is that when I'm already DONE playing 2 games in WarRock PH, my cheat will automatically crash back to desktop (CTD). This is the first time that I'm encountering this problem on my own cheat. However, I did tried to remove some COOL functions that I have on my cheat (especially removed the NoRecoil and Glasswall), but still failed and experienced the CTD after playing 2 games. I haven't tried to remove the AutoMedic/Ammo and some other basic functions (like the PlayerPointer & Serverpointer) on my cheat. So my thinking is that the cause of the CTD is maybe the AutoMedic/Ammo function code. Sure, I did tried to use the AutoMedic/Ammo in-game and it did worked perfectly. The only problem that I'm experiencing is the CTD after playing 2 games only. First game is going on perfectly well while the second one is also working. While the third one is the thing that causing the CTD. So if anybody here can try to help me on how to add something on the AutoMedic/Ammo code to prevent the CTD? Do I need to add a sleep 200 function or something?

  2. #2
    underpresure's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Umbrella Corporation
    Posts
    491
    Reputation
    10
    Thanks
    245
    My Mood
    Twisted
    Have you tried adding sleep?


    I WAS KNOWN FOR:
    [ Public Release ]
    NoScreenShake + NoMuzzleFlash + AntiMine + AntiM14[] - HideIGN[√new]

    [ Private Hack ]
    NRHeavyTroop[] - PlayerFreeze[] - NoGravityGrenade[] - HideVehicle[√new]

    +++++         HACKING IS NOT A CRIME, IT IS A TALENT         +++++

    Being insecure is a sign of not being completly satisfied with yourself.
    You feel as if someone can easily take your spot!

  3. #3
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    Quote Originally Posted by underpresure View Post
    Have you tried adding sleep?
    i like you're signature @underpresure
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  4. #4
    GMDaddy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Somewhere in time
    Posts
    539
    Reputation
    10
    Thanks
    51
    Quote Originally Posted by underpresure View Post
    Have you tried adding sleep?
    I tried it but it didn't work. When I'm about to decompile the codes, an error always appears. But, at the end of my source codes, it always has a sleep 200 function. Only at the end of the source code has a sleep 200. But in the automedic itself, I can't add a sleep function.
    Last edited by GMDaddy; 06-03-2012 at 09:30 AM.

  5. #5
    underpresure's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Umbrella Corporation
    Posts
    491
    Reputation
    10
    Thanks
    245
    My Mood
    Twisted
    well thank you @akincbhevz ^^


    I WAS KNOWN FOR:
    [ Public Release ]
    NoScreenShake + NoMuzzleFlash + AntiMine + AntiM14[] - HideIGN[√new]

    [ Private Hack ]
    NRHeavyTroop[] - PlayerFreeze[] - NoGravityGrenade[] - HideVehicle[√new]

    +++++         HACKING IS NOT A CRIME, IT IS A TALENT         +++++

    Being insecure is a sign of not being completly satisfied with yourself.
    You feel as if someone can easily take your spot!

  6. #6
    GMDaddy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Somewhere in time
    Posts
    539
    Reputation
    10
    Thanks
    51
    Quote Originally Posted by underpresure View Post
    well thank you @akincbhevz ^^
    Need help? ^^

  7. #7
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    Quote Originally Posted by underpresure View Post
    well thank you @akincbhevz ^^
    hehehe can i join you're CORP. ? hehe
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  8. #8
    Pitcher's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Screwing your mom.
    Posts
    524
    Reputation
    53
    Thanks
    797
    My Mood
    Flirty
    void Auto()
    {
    *(float*)(ADR_AutoMedic) = 55555555;
    Sleep(50);
    }


    Back on the 30th of september.

    WarRock Contributer Force

    My hacks are only for WarRock International!


  9. #9
    GMDaddy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Somewhere in time
    Posts
    539
    Reputation
    10
    Thanks
    51
    Quote Originally Posted by bodhi View Post
    void Auto()
    {
    *(float*)(ADR_AutoMedic) = 55555555;
    Sleep(50);
    }
    Will try this. I'll tell you if it didn't work.

  10. #10
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    sleep 50 or 200 ?
    ask only
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  11. #11
    GMDaddy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Somewhere in time
    Posts
    539
    Reputation
    10
    Thanks
    51
    Quote Originally Posted by bodhi View Post
    void Auto()
    {
    *(float*)(ADR_AutoMedic) = 55555555;
    Sleep(50);
    }
    Its still crashing my game. Do I need to increase it? If so, maybe the automedic will not work if I increased it further. Please help.

  12. #12
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    kakaiba prob mo ah skn d nmn

    MUKANG PERA!

  13. #13
    paulcedric's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    manila
    Posts
    198
    Reputation
    10
    Thanks
    299
    My Mood
    Tired
    Quote Originally Posted by bodhi View Post
    void Auto()
    {
    *(float*)(ADR_AutoMedic) = 55555555;
    Sleep(50);
    }
    Hi how can i add On / Off function ?

  14. #14
    Pitcher's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Screwing your mom.
    Posts
    524
    Reputation
    53
    Thanks
    797
    My Mood
    Flirty
    if(automedic)
    {
    *(float*)(OFS_medic) = 555555;
    }


    Back on the 30th of september.

    WarRock Contributer Force

    My hacks are only for WarRock International!


  15. #15
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    wow offset. its only medic only or ammo ?

    MUKANG PERA!

Page 1 of 2 12 LastLast

Similar Threads

  1. need some help over here
    By crappy74 in forum General
    Replies: 19
    Last Post: 10-04-2011, 01:46 PM
  2. [Help] How about some help over here
    By mohamed222 in forum CrossFire Discussions
    Replies: 16
    Last Post: 10-04-2011, 10:14 AM
  3. If Brazilian people need exp help , come here
    By Rasta in forum Piercing Blow Discussions
    Replies: 0
    Last Post: 03-14-2011, 11:30 AM
  4. help over here!
    By /b/oss in forum General
    Replies: 10
    Last Post: 06-07-2010, 03:38 PM
  5. Need some help over here
    By mlb1343 in forum Combat Arms Help
    Replies: 5
    Last Post: 09-20-2009, 06:57 PM