Thread: Super Hand Gun!

Page 4 of 18 FirstFirst ... 2345614 ... LastLast
Results 46 to 60 of 260
  1. #46
    ccman32's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Germany
    Posts
    1,306
    Reputation
    325
    Thanks
    22,221
    My Mood
    Devilish
    The reset does not work. It just keeps firing multiple shots. I would very appreciate the reset function because i can show people that i "don't" hack just with disabling it for some seconds.

  2. #47
    Nightfigter's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    115
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    Works fine for me. Thanks Bro.

    EPICKILLS

  3. #48
    Prepix's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    5,961
    Reputation
    117
    Thanks
    1,386
    Quote Originally Posted by ccman32 View Post
    The reset does not work. It just keeps firing multiple shots. I would very appreciate the reset function because i can show people that i "don't" hack just with disabling it for some seconds.
    Press arrow up again.

  4. #49
    ccman32's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Germany
    Posts
    1,306
    Reputation
    325
    Thanks
    22,221
    My Mood
    Devilish
    1 question: Why exactly 23 bullets? Is that a magic number or something like that? I just changed it to 99 or higher values and all worked fine so why did you choose 23?

    ---------- Post added at 11:20 AM ---------- Previous post was at 11:19 AM ----------

    Quote Originally Posted by Prepix View Post


    Press arrow up again.
    That just unfreezes the value but it does not reset it to 1. Atm i just have to change it back with cheat engine manually every time.
    Last edited by ccman32; 08-17-2012 at 11:22 AM.

  5. #50
    AznNicholas1314's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    445
    Reputation
    20
    Thanks
    672
    Quote Originally Posted by ccman32 View Post
    1 question: Why exactly 23 bullets? Is that a magic number or something like that? I just changed it to 99 or higher values and all worked fine so why did you choose 23?

    ---------- Post added at 11:20 AM ---------- Previous post was at 11:19 AM ----------


    That just unfreezes the value but it does not reset it to 0. Atm i just have to change it back with cheat engine manually every time.
    You counted 23 too? :P

  6. #51
    ccman32's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Germany
    Posts
    1,306
    Reputation
    325
    Thanks
    22,221
    My Mood
    Devilish
    Quote Originally Posted by AznNicholas1314 View Post
    You counted 23 too? :P
    I didn't count, i checked the value with cheat engine it's exactly 23.

  7. #52
    Prepix's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    5,961
    Reputation
    117
    Thanks
    1,386
    Quote Originally Posted by ccman32 View Post
    1 question: Why exactly 23 bullets? Is that a magic number or something like that? I just changed it to 99 or higher values and all worked fine so why did you choose 23?

    ---------- Post added at 11:20 AM ---------- Previous post was at 11:19 AM ----------


    That just unfreezes the value but it does not reset it to 1. Atm i just have to change it back with cheat engine manually every time.
    Because it's enough damage to kill someone

  8. #53
    AznNicholas1314's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    445
    Reputation
    20
    Thanks
    672
    Quote Originally Posted by ccman32 View Post
    I didn't count, i checked the value with cheat engine it's exactly 23.
    He gave pointer?

  9. #54
    ccman32's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Germany
    Posts
    1,306
    Reputation
    325
    Thanks
    22,221
    My Mood
    Devilish
    Can you please fix the reseting in your next version then?
    Trust me it jsut unfreezes if you press arrow up again but it does not set it back.

    ---------- Post added at 11:28 AM ---------- Previous post was at 11:24 AM ----------

    Quote Originally Posted by AznNicholas1314 View Post
    He gave pointer?
    Everybody with some basic cheat engine skills can find it alone -.-
    Last edited by ccman32; 08-17-2012 at 11:32 AM.

  10. #55
    AznNicholas1314's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    445
    Reputation
    20
    Thanks
    672
    BTW to do the reset thing you have to do this:

    Code:
    while(1)
    {
       if(toggle)
       {
          if(!IsBadWritePtr(...))
          {
             *(int*)(...) = 23; //you can change it to higher to ensure a real 1 hit kill
          }
       }
    
       else
       {
          if(!IsBadWritePtr(...))
          {
             *(int*)(...) = 1; //I think pistol should be 1 or w/e
          }
       }
    
       Sleep(10);
    }
    Last edited by AznNicholas1314; 08-17-2012 at 11:32 AM.

  11. #56
    Prepix's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    5,961
    Reputation
    117
    Thanks
    1,386
    Quote Originally Posted by ccman32 View Post
    Can you please fix the reseting in your next version then?
    Trust me it jsut unfreezes if you press arrow up again but it does not set it back.

    ---------- Post added at 11:28 AM ---------- Previous post was at 11:24 AM ----------


    Everybody with some basic cheat engine skills can find it alone -.-
    I'm not the maker of this hack.

  12. #57
    ccman32's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Germany
    Posts
    1,306
    Reputation
    325
    Thanks
    22,221
    My Mood
    Devilish
    Quote Originally Posted by Prepix View Post

    I'm not the maker of this hack.
    Oops that quote was at the wrong place -.-
    Last edited by ccman32; 08-17-2012 at 11:32 AM.

  13. #58
    Mshine67's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,038
    Reputation
    51
    Thanks
    71
    My Mood
    Devilish
    No .dll hacks working for me anymore even with 2 bypassers.

  14. #59
    Prepix's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    5,961
    Reputation
    117
    Thanks
    1,386
    Quote Originally Posted by AznNicholas1314 View Post
    BTW to do the reset thing you have to do this:

    Code:
    while(1)
    {
       if(toggle)
       {
          if(!IsBadWritePtr(...))
          {
             *(int*)(...) = 23; //you can change it to higher to ensure a real 1 hit kill
          }
       }
    
       else
       {
          if(!IsBadWritePtr(...))
          {
             *(int*)(...) = 1; //I think pistol should be 1 or w/e
          }
       }
    
       Sleep(10);
    }
    Did you rip the dll?

  15. #60
    ccman32's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Germany
    Posts
    1,306
    Reputation
    325
    Thanks
    22,221
    My Mood
    Devilish
    Quote Originally Posted by Mshine67 View Post
    No .dll hacks working for me anymore even with 2 bypassers.
    I could give you the pointer but thats too much risk because if you release it other people will find it out for point or rifle man guns and the game is basically dead.
    So:
    Did you run the injector you use as admin?
    Do you have a 64bit system?
    Does the injector work on other games?
    Do you get any error while injecting?

Page 4 of 18 FirstFirst ... 2345614 ... LastLast

Similar Threads

  1. [Tutorial] 'Super Hand Gun' Tutorial / Overview video
    By eaglemotions in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 8
    Last Post: 08-27-2012, 06:38 PM
  2. Pistol rapid file + Supre hand gun = GAME CRASH!!!!!!!
    By AVA Hacker in forum Alliance of Valiant Arms (AVA) Help
    Replies: 19
    Last Post: 08-27-2012, 03:12 PM
  3. [Tutorial] How to get a free USP Hand Gun in Crossfire!
    By Flamo in forum CrossFire Tutorials
    Replies: 20
    Last Post: 05-15-2012, 12:04 PM
  4. [Request] Combine Super M9, Super Kukuri, and super hands
    By AVGN in forum Combat Arms Mod Discussion
    Replies: 22
    Last Post: 01-14-2010, 08:54 AM
  5. [Realese] - No Gun, Body, Face or Hands
    By Drown2008 in forum Combat Arms Hacks & Cheats
    Replies: 37
    Last Post: 08-21-2008, 11:58 PM