Thread: 2 voids needed

Results 1 to 14 of 14
  1. #1
    anythinga's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    HAHA
    Posts
    18
    Reputation
    10
    Thanks
    1

    Cool 2 voids needed

    hello,

    i need 2 voids for warrock.

    1 for unlimited ammo

    and 1 for opk

    ow and if sum1 give me the foid for gmmode its should be nice!

    (i will give evry1 that first pastes a void that works credits)

    thanks anyways if you read this topic
    Last edited by anythinga; 08-03-2009 at 01:22 PM.

  2. #2
    zhaoyun333's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    396
    Reputation
    11
    Thanks
    1,125
    ITS
    NOT
    CALLED
    VOID
    Its called a function, it returns a void type. Please learn your c++ before you attempt hacking.

    Code:
    #define ADR_UNLAMMO1 0x000000
    #define ADR_UNLAMMO2 0x000000
    #define ADR_UNLAMMO3 0x000000
    
    void unlimAmmo(){
    
    DWORD dwProtect;
    	const BYTE nop[3] = {0x90,0x90,0x90};
        VirtualProtect((void*)(ADR_UNLAMMO1), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
        memcpy((void*)ADR_UNLAMMO1, &nop, 3);
        VirtualProtect((void*)(ADR_UNLAMMO1), 3, dwProtect, NULL);
    
     VirtualProtect((void*)(ADR_UNLAMMO2), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
        memcpy((void*)ADR_UNLAMMO2, &nop, 3);
        VirtualProtect((void*)(ADR_UNLAMMO1), 2, dwProtect, NULL);
    
     VirtualProtect((void*)(ADR_UNLAMMO3), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
        memcpy((void*)ADR_UNLAMMO3, &nop, 3);
        VirtualProtect((void*)(ADR_UNLAMMO3), 3, dwProtect, NULL);
    
    }
    Will get dected if you dont have a bypass.
    Last edited by zhaoyun333; 08-03-2009 at 03:23 PM.
    There are five possible operations for any army. If you can fight, fight; if you cannot fight, defend; if you cannot defend, flee; if you cannot flee, surrender; if you cannot surrender, die." - Sima Yi

  3. #3
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    A void is essentially nothing, meaning, an undefined size of null. What you mean to say, is you need to write an array of an instruction called NOP, No Operation, and is a single byte long, 90 hexadecimal. It's not a function.

  4. #4
    zhaoyun333's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    396
    Reputation
    11
    Thanks
    1,125
    Hes asking for a function actually....
    There are five possible operations for any army. If you can fight, fight; if you cannot fight, defend; if you cannot defend, flee; if you cannot flee, surrender; if you cannot surrender, die." - Sima Yi

  5. #5
    pwnzaz77's Avatar
    Join Date
    Oct 2008
    Posts
    45
    Reputation
    10
    Thanks
    33
    Pwned?? hey guys where could i learn how to make a bypass? some peopl say its easy others say its hard -_-

  6. #6
    killerld's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    345
    Reputation
    11
    Thanks
    193
    My Mood
    Twisted
    Quote Originally Posted by pwnzaz77 View Post
    Pwned?? hey guys where could i learn how to make a bypass? some peopl say its easy others say its hard -_-
    Depend the way u do it, I have 5 Model of Bypass but no Address Working !!
    :P


    Sorry for my bad English ! I'm French Canadian !

    - When you use my hack, Please Thank Me

    Release some Hacks []
    Able to code in PhP / Mysql []
    Able to code in VB []
    Able to code in C# []
    Able to do VB Injector []
    Release an Injector []
    Active Member in the Community []
    Member who help small Hacker []

  7. #7
    pwnzaz77's Avatar
    Join Date
    Oct 2008
    Posts
    45
    Reputation
    10
    Thanks
    33
    Wow how come?? BTW can i make the bypass in C++?? And would you mind sending me the models? ~Thxs if you do

  8. #8
    killerld's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    345
    Reputation
    11
    Thanks
    193
    My Mood
    Twisted
    Quote Originally Posted by pwnzaz77 View Post
    Wow how come?? BTW can i make the bypass in C++?? And would you mind sending me the models? ~Thxs if you do
    do you address of bypass ?


    Sorry for my bad English ! I'm French Canadian !

    - When you use my hack, Please Thank Me

    Release some Hacks []
    Able to code in PhP / Mysql []
    Able to code in VB []
    Able to code in C# []
    Able to do VB Injector []
    Release an Injector []
    Active Member in the Community []
    Member who help small Hacker []

  9. #9
    pwnzaz77's Avatar
    Join Date
    Oct 2008
    Posts
    45
    Reputation
    10
    Thanks
    33
    Uhm i dunno...i need to know how to code a FULL bypass..i dont know where to start! C++ i think ?? have you got msn/Teamviewer/xfire??

  10. #10
    killerld's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    345
    Reputation
    11
    Thanks
    193
    My Mood
    Twisted
    Quote Originally Posted by pwnzaz77 View Post
    Uhm i dunno...i need to know how to code a FULL bypass..i dont know where to start! C++ i think ?? have you got msn/Teamviewer/xfire??
    Do you some base of C++ or you just copy and paste XD ? ^^''

    Because if you are a Paster sorry but your help will not be very useful :P


    Sorry for my bad English ! I'm French Canadian !

    - When you use my hack, Please Thank Me

    Release some Hacks []
    Able to code in PhP / Mysql []
    Able to code in VB []
    Able to code in C# []
    Able to do VB Injector []
    Release an Injector []
    Active Member in the Community []
    Member who help small Hacker []

  11. #11
    pwnzaz77's Avatar
    Join Date
    Oct 2008
    Posts
    45
    Reputation
    10
    Thanks
    33
    well base but..how can i learn to add to the base?

  12. #12
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by zhaoyun333 View Post
    Hes asking for a function actually....
    What the fuck are you talking about, read:

    hello,

    i need 2 voids for warrock.

  13. #13
    zhaoyun333's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    396
    Reputation
    11
    Thanks
    1,125
    Because he thinks functions are voids.
    There are five possible operations for any army. If you can fight, fight; if you cannot fight, defend; if you cannot defend, flee; if you cannot flee, surrender; if you cannot surrender, die." - Sima Yi

  14. #14
    LegendaryAbbo's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    5,243
    Reputation
    23
    Thanks
    546
    My Mood
    Relaxed
    Quote Originally Posted by zhaoyun333 View Post
    Hes asking for a function actually....
    He actually wasn't so don't correct others when they are right...

    Quote Originally Posted by zhaoyun333 View Post
    Because he thinks functions are voids.
    Technically Jetamay gave him what he asked for, you gave him what you think he was asking for, whether that be the case or not Jetamay is right and don't say he's wrong///

    kthxbai
    Last edited by LegendaryAbbo; 08-07-2009 at 07:36 AM.

Similar Threads

  1. Need C++ NFD & Antikick => Void + Offset
    By killerld in forum WarRock - International Hacks
    Replies: 7
    Last Post: 07-24-2009, 03:18 PM
  2. need ghost recon server hack
    By Mike273 in forum General Game Hacking
    Replies: 8
    Last Post: 03-16-2009, 02:02 PM
  3. i need hack for kalonline!!!!!
    By simejanko in forum General Game Hacking
    Replies: 10
    Last Post: 01-18-2006, 04:40 PM
  4. I'M need hax to WARROCK
    By xzizexzize in forum WarRock - International Hacks
    Replies: 5
    Last Post: 12-27-2005, 11:07 PM
  5. i need short icq number pls and hack to wr..
    By BoneXDBreaker in forum WarRock - International Hacks
    Replies: 1
    Last Post: 12-26-2005, 05:08 PM

Tags for this Thread