Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    xKirbey's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    0
    @flameswor10
    Even if I reset | Present Hooke it crashed after 4 minutes
    @wicho_koz
    Dont understand you

  2. #17
    wicho_koz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    193
    Reputation
    12
    Thanks
    52
    My Mood
    Shocked
    Quote Originally Posted by xKirbey View Post
    @flameswor10
    Even if I reset | Present Hooke it crashed after 4 minutes
    @wicho_koz
    Dont understand you
    hmmm
    see it:

    Code:
    switch(*(int*)GameStatusAddy){
     case 1: // 1 = Ingame
    if(SuperBullets){
     memcpy((LPVOID)SuperbulletsAddy, "\x90\x90\x90", 3); //On
    }else{
     memcpy((LPVOID)SuperbulletsAddy, "\x0F\x94\xC0", 3); //off
    }
    
    
    //here all addys hacks!!!
     break;
     case 5: // 5 = Lobby
    Here All Hacks addys hacks OFF!!!
    example:
    if(SuperBullets){
     memcpy((LPVOID)SuperbulletsAddy, "\x0F\x94\xC0", 3); //OFF!!!
    }else{
     memcpy((LPVOID)SuperbulletsAddy, "\x0F\x94\xC0", 3); //OFF!!!
    }
     break;
     }
    |^^^^^^^^^^\||____
    |The[MPGH]Truck |||'""|""\__,_
    | _____ 4ever __ l||__|__|___|)
    |(@)@)"""""""**|(@)(@)**|(@)


  3. #18
    -Bl00d-'s Avatar
    Join Date
    Sep 2011
    Gender
    female
    Location
    Imma girl what about it?
    Posts
    481
    Reputation
    10
    Thanks
    53
    My Mood
    Twisted
    i dont think he understands it maybe you need to learn a bit ore before you try this

  4. #19
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by wicho_koz View Post
    hmmm
    see it:

    Code:
    switch(*(int*)GameStatusAddy ){
     case 1: // 1 = Ingame
    if(SuperBullets){
     memcpy((LPVOID)SuperbulletsAddy, "\x90\x90\x90", 3); //On
    }else{
     memcpy((LPVOID)SuperbulletsAddy, "\x0F\x94\xC0", 3); //off
    }
    
    
    //here all addys hacks!!!
     break;
     case 5: // 5 = Lobby
    Here All Hacks addys hacks OFF!!!
    example:
    if(SuperBullets ){
     memcpy((LPVOID)SuperbulletsAddy, "\x0F\x94\xC0", 3); //OFF!!!
    }else{
     memcpy((LPVOID)SuperbulletsAddy, "\x0F\x94\xC0", 3); //OFF!!!
    }
     break;
     }
    Do you really have to do that?
    Code:
    if(cIsIngame() && SBullet)
              memcpy((LPVOID)SuperbulletsAddy, "\x90\x90\x90", 3); //On
    else
              memcpy((LPVOID)SuperbulletsAddy, "\x0F\x94\xC0", 3); //off
    Smaller code = Less lag + More Simplicity while making it.
    Please, instead of trying to impress, try to keep your code simple.
    Last edited by flameswor10; 09-03-2011 at 08:30 PM.
    No I do not make game hacks anymore, please stop asking.

  5. #20
    the grim reaper's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Ca Na Section
    Posts
    166
    Reputation
    19
    Thanks
    48
    My Mood
    Amazed
    Quote Originally Posted by wicho_koz View Post
    hmmm
    see it:

    Code:
    switch(*(int*)GameStatusAddy){
     case 1: // 1 = Ingame
    if(SuperBullets){
     memcpy((LPVOID)SuperbulletsAddy, "\x90\x90\x90", 3); //On
    }else{
     memcpy((LPVOID)SuperbulletsAddy, "\x0F\x94\xC0", 3); //off
    }
    
    
    //here all addys hacks!!!
     break;
     case 5: // 5 = Lobby
    Here All Hacks addys hacks OFF!!!
    example:
    if(SuperBullets){
     memcpy((LPVOID)SuperbulletsAddy, "\x0F\x94\xC0", 3); //OFF!!!
    }else{
     memcpy((LPVOID)SuperbulletsAddy, "\x0F\x94\xC0", 3); //OFF!!!
    }
     break;
     }
    u got it backwards i think
    off is "\x90\x90\x90
    on is "\x0F\x94\xC0"
    Last edited by the grim reaper; 09-03-2011 at 10:18 PM.
    Respect List:
    [MPGH]Dave84311
    freedompeace
    _FK127_
    Reimy
    Speedforyou
    wolffang0000



    If i helped at all please press the thanks button

  6. #21
    Delta Hacker's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    2
    My Mood
    Bored
    He is saying \x90\x90\x90 turns on superbullet and \x0F\x94\xC0 turns it off.

  7. #22
    mudaf_ker's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    system32
    Posts
    182
    Reputation
    10
    Thanks
    16
    My Mood
    Asleep
    and he is saying its backwards. my hack crashes after 30 sec's in game, this is my first so its hotkey but i cant get it to work, i tried d3d base but it doesnt let me compile

  8. #23
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,590
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Obviously
    Code:
    \x90\x90\x90
    is the ON Bytes. You're NOP'ing the bytes giving them No Operation. Why would it be the Original bytes to make it work, the off Bytes.
    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. #24
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed
    Quote Originally Posted by flameswor10 View Post
    Code:
    bool cIsIngame()
    {
        if(*(INT*)ADDR_GAMESTATUS==1)
            return true;
        return false;
    }
    Coded by Flameswor10
    You FTW !!





    Contributor Since 24-11-2011 ~ 26-12-2011
    VM / PM




  10. #25
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    Quote Originally Posted by wicho_koz View Post
    Code:
    switch(*(int*)GAMESTATUSADDY){
     case 1: // 1 = Ingame
     Memoria((LPVOID)example, "\x90\x90\x90", 3); //On
     break;
     case 5: // 5 = Lobby
     Memoria((LPVOID)example, "\x0F\x94\xC0", 3); //of
     break;
     }
    does this work it seems more complicated to get the same output




    ^Suck it!

  11. #26
    xKirbey's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    0
    I dear Users, i have coded a self base, and now working without crash!
    My new problem is, hack crashing when i hook dip...how hook it ud?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Tutorial] how make g-force hack work
    By nageeb123 in forum CrossFire Tutorials
    Replies: 3
    Last Post: 07-28-2011, 04:36 PM
  2. How To Create D3D HACK [PB] ??
    By marvelt in forum C++/C Programming
    Replies: 7
    Last Post: 02-24-2011, 07:07 PM
  3. [Help] Need Help Making a D3D Hack
    By johnnydicamillo in forum WarRock Hack Source Code
    Replies: 9
    Last Post: 02-01-2011, 10:03 AM
  4. Can Some One Teach How Make Some AA3 Hack
    By ShLoMo-1111 in forum C++/C Programming
    Replies: 6
    Last Post: 04-04-2010, 08:04 PM
  5. [Release] IHelpers D3D Pwnage [FULL UNDETECTED]
    By IHelper in forum WarRock - International Hacks
    Replies: 30
    Last Post: 10-06-2009, 04:41 PM