Page 5 of 11 FirstFirst ... 34567 ... LastLast
Results 61 to 75 of 157
  1. #61
    Amatowarrior's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    629
    Reputation
    14
    Thanks
    102
    My Mood
    Inspired
    Sigh, still not working

    [php]if( wallshot > 0 ){
    Memoria((void*)(0x374E6416), "\x90\x90\x90", 3);
    }else{
    Memoria((void*)(0x374E6416), "\x0F\x94\xC0", 3);
    }[/php]

    Don't get why it's not working, I tried using #define's and still didn't work...
    Tools UNDETECTED - PATCHED [I will only have recent versions up!]
    Tapper V1.15: https://www.mpgh.net/forum/164-combat...r-v1-15-a.html
    Amato Inject V1.15: https://www.mpgh.net/forum/292-combat...t-v1-15-a.html

    Mods
    L96A1 - Arctic Wolf
    Super M416 CQB
    Super M16A3
    MW2 M92FS (M9)
    Starcraft 2 L96A1

    PVT VIP
    Aimbot: 65% (Have full source code)
    OPK: 100% (Uses Enemy Class)
    Telekill: 100% (Uses Enemy Class)
    Ghost Mode: 80% (In Semi-Stages)
    Super Bullets: 100% (Thanks Deadlinez/hahaz!)
    Menu Sprite: 100% (Thanks whit!)



  2. #62
    deathninjak0's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,510
    Reputation
    12
    Thanks
    294
    My Mood
    Cool
    Quote Originally Posted by Amatowarrior View Post
    Sigh, still not working

    [php]if( wallshot > 0 ){
    Memoria((void*)(0x374E6416), "\x90\x90\x90", 3);
    }else{
    Memoria((void*)(0x374E6416), "\x0F\x94\xC0", 3);
    }[/php]

    Don't get why it's not working, I tried using #define's and still didn't work...
    [php]if(GetAsyncKeyState(VK_INSERT)<0){
    if(sbullets){
    Memoria(( void* )( SUPER_BULLETS ), "\x0F\x94\xC0", 3 );
    sbullets = false;
    }else{
    Memoria(( void* )( SUPER_BULLETS ), "\x90\x90\x90", 3 );
    sbullets = true;
    }
    } [/php]

    Thats what I did with hotkeys and it works.

  3. #63
    Amatowarrior's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    629
    Reputation
    14
    Thanks
    102
    My Mood
    Inspired
    Used your Memoria and didnt work. I still see the Bullet Hole... I'm using in correct Menu Format, it should work, but it doesn't
    Tools UNDETECTED - PATCHED [I will only have recent versions up!]
    Tapper V1.15: https://www.mpgh.net/forum/164-combat...r-v1-15-a.html
    Amato Inject V1.15: https://www.mpgh.net/forum/292-combat...t-v1-15-a.html

    Mods
    L96A1 - Arctic Wolf
    Super M416 CQB
    Super M16A3
    MW2 M92FS (M9)
    Starcraft 2 L96A1

    PVT VIP
    Aimbot: 65% (Have full source code)
    OPK: 100% (Uses Enemy Class)
    Telekill: 100% (Uses Enemy Class)
    Ghost Mode: 80% (In Semi-Stages)
    Super Bullets: 100% (Thanks Deadlinez/hahaz!)
    Menu Sprite: 100% (Thanks whit!)



  4. #64
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    death ur code don't work for me I am testin my own see if it does

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  5. #65
    DeadLinez's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    https://mpgh.net Sexy Points: 989,576,420
    Posts
    465
    Reputation
    11
    Thanks
    500
    My Mood
    Psychedelic
    news hacks are gonna come out with no credits /fpalm

  6. The Following User Says Thank You to DeadLinez For This Useful Post:

    Stephen (10-15-2010)

  7. #66
    deathninjak0's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,510
    Reputation
    12
    Thanks
    294
    My Mood
    Cool
    Quote Originally Posted by Nubzgetkillz View Post
    death ur code don't work for me I am testin my own see if it does
    add

    bool sbullets = false;
    #define SUPER_BULLETS 0x374A6416

    in globals


  8. #67
    Amatowarrior's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    629
    Reputation
    14
    Thanks
    102
    My Mood
    Inspired
    lmao, I got it working... for some reason, when I injected it, it wouldn't work with my menu, while everything else did. Tried again and it worked... idk how but it did...
    Tools UNDETECTED - PATCHED [I will only have recent versions up!]
    Tapper V1.15: https://www.mpgh.net/forum/164-combat...r-v1-15-a.html
    Amato Inject V1.15: https://www.mpgh.net/forum/292-combat...t-v1-15-a.html

    Mods
    L96A1 - Arctic Wolf
    Super M416 CQB
    Super M16A3
    MW2 M92FS (M9)
    Starcraft 2 L96A1

    PVT VIP
    Aimbot: 65% (Have full source code)
    OPK: 100% (Uses Enemy Class)
    Telekill: 100% (Uses Enemy Class)
    Ghost Mode: 80% (In Semi-Stages)
    Super Bullets: 100% (Thanks Deadlinez/hahaz!)
    Menu Sprite: 100% (Thanks whit!)



  9. #68
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    wow...now theres gonna be superbullets in every pub

    commando: You're probably the best non-coder coder I know LOL


  10. #69
    Ali's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Qc, Canada
    Posts
    11,450
    Reputation
    342
    Thanks
    3,518
    My Mood
    Cool
    Nice

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

    toby10 (10-15-2010)

  12. #70
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587
    This is fucking ridiculous.

    /Re-opened.

    If I ever have to delete that much on a single thread again, everyone who had a post deleted will end up banned.
    Last edited by Disturbed; 10-15-2010 at 06:04 PM.


  13. The Following 2 Users Say Thank You to Disturbed For This Useful Post:

    DBag4Life69 (10-15-2010),Timboy67678 (10-15-2010)

  14. #71
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by deathninjak0 View Post
    [php]if(GetAsyncKeyState(VK_INSERT)<0){
    if(sbullets){
    Memoria(( void* )( SUPER_BULLETS ), "\x0F\x94\xC0", 3 );
    sbullets = false;
    }else{
    Memoria(( void* )( SUPER_BULLETS ), "\x90\x90\x90", 3 );
    sbullets = true;
    }
    } [/php]

    Thats what I did with hotkeys and it works.
    why don't you just use memcpy in staid of Memoria





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  15. The Following User Says Thank You to GodHack2 For This Useful Post:

    mierda87 (10-17-2010)

  16. #72
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    I don't think he understands...
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  17. #73
    Jązzą_'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    185
    Reputation
    11
    Thanks
    97
    My Mood
    Cool
    No watch all the useless noobs say ZOMG look what in my hack SB SB
    Also great job
    -scimmyboy
    -DEADLINEZ
    -hahaz


    Applications:
    Jązzą InjectXD | Radio♫ v1.1 | File Name Sorter
    Better than Bombsaway707 Radio (:

  18. #74
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Jązzą_ View Post
    No watch all the useless noobs say ZOMG look what in my hack SB SB
    Also great job
    -scimmyboy
    -DEADLINEZ
    -hahaz
    Well actually Good Job just to ScrimmyBoy.. Correct me if im wrong

    Hahaz and deadlinez got the addie from him

  19. #75
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Quote Originally Posted by whit View Post


    Well actually Good Job just to ScrimmyBoy.. Correct me if im wrong

    Hahaz and deadlinez got the addie from him
    Your correct.
    EDIT : Wrong.
    Last edited by |Drake™|; 10-15-2010 at 07:01 PM.

Page 5 of 11 FirstFirst ... 34567 ... LastLast

Similar Threads

  1. Super Bullets Address!
    By aselsanturkey in forum Combat Arms EU Hack Coding/Source Code
    Replies: 1
    Last Post: 10-15-2010, 03:51 AM
  2. Super Bullets Address!
    By ipwnuuaal5 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 48
    Last Post: 08-26-2010, 02:38 PM
  3. [Releasing] BlackShot Super Bullet Hack
    By mech649 in forum Blackshot Hacks & Cheats
    Replies: 76
    Last Post: 11-13-2009, 03:19 PM
  4. [Release] SUPER JUMP HACK!!
    By FatEmoLLaMa in forum Combat Arms Hacks & Cheats
    Replies: 38
    Last Post: 10-07-2008, 08:26 PM
  5. Super Jump Address
    By Hispiforce in forum WarRock - International Hacks
    Replies: 1
    Last Post: 11-04-2007, 05:41 PM