Results 1 to 14 of 14
  1. #1
    franciscodobie's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish

    Post [Help]Patulong Po

    Tama Po Ba Ito??

    #include <windows.h>
    #include <stdio.h>

    #define Adr_NOSPREAD1 0x00A7BEXX
    #define Adr_NOSPREAD2 0x00A7BEXX

    void glasswalls()
    {
    if(GetKeyState(VK_MBUTTON)){

    *(int*)ADR_GlassWall=1;

    }
    else
    {
    *(int*)ADR_GlassWall=0;

    }
    }

  2. #2
    daddy1's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Pagadian City
    Posts
    149
    Reputation
    10
    Thanks
    572
    My Mood
    Hot
    #include <windows.h>
    #include <stdio.h>

    #define ADR_PlayerPointer 0x00_____<---updated addies
    #define ADR_ServerPointer 0x00_____<----update addies
    #define ADR_GlassWall 0x00______ <--- updated addies

    DWORD ammo;
    DWORD *ingame= (DWORD*)ADR_PlayerPointer;
    DWORD *outgame= (DWORD*)ADR_ServerPointer;

    /////////////////////////START HACK///////////////////////////
    void ServerHacks() // Start ServerHacks
    {
    DWORD dwSrvrPtr=*(DWORD*)ADR_ServerPointer;
    if(dwSrvrPtr!=0){

    }} //End ServerHacks

    void PlayerHacks() // Start PlayerHacks
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    if(dwPlayerPtr != 0){

    /// GlassWall()
    {
    if(GetAsyncKeyState(VK_YOURDESIREKEY)&1)
    {
    *(int*)(ADR_Glasswall) = 1;
    }
    if(GetAsyncKeyState(VK_YOURDESIREKEY)&1)
    {
    *(int*)(ADR_Glasswall) = 0;
    }
    }

    ////////////////////////////////////////////////////END HACK///////////////////////////////
    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    } //if(*outgame)
    {
    } } } //--------------------------End HackThread--------------------------//

    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {

    MessageBoxA(NULL,"HACK NAME","Credits : Daddy1",MB_OK);//
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    }
    return TRUE;

    }

    credit me ENJOY
    Last edited by daddy1; 01-07-2014 at 05:11 AM.

  3. #3
    Fixer.'s Avatar
    Join Date
    Jan 2014
    Gender
    female
    Posts
    22
    Reputation
    10
    Thanks
    271
    Quote Originally Posted by franciscodobie View Post

    #define Adr_NOSPREAD1 0x00A7BEXX
    #define Adr_NOSPREAD2 0x00A7BEXX

    That ain't gonna work for PH bro.

  4. #4
    kevin0152's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    https://www.facebook.com/HackNEP
    Posts
    187
    Reputation
    10
    Thanks
    414
    My Mood
    Asleep
    Quote Originally Posted by Fixer. View Post
    That ain't gonna work for PH bro.
    i just censored the addies w/ XX well it worked for me credit goes to n4n033
    i tested it and it's the one i currently use for my personal base
    [IMG]https://i95.photobucke*****m/albums/l142/Kraft1979/rules.gif[/IMG]

    WANT WARROCK PH HACKS? go here ---------->https://www.facebook.com/HackNEP


    press thanks if i helped ^_^

  5. #5
    Fixer.'s Avatar
    Join Date
    Jan 2014
    Gender
    female
    Posts
    22
    Reputation
    10
    Thanks
    271
    Quote Originally Posted by kevin0152 View Post
    i just censored the addies w/ XX well it worked for me credit goes to n4n033
    i tested it and it's the one i currently use for my personal base
    Yea Ikr, for me,it ain't worked for PH, I'd tried it in last couple months i guess,when n4n033 release it.

  6. #6
    kevin0152's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    https://www.facebook.com/HackNEP
    Posts
    187
    Reputation
    10
    Thanks
    414
    My Mood
    Asleep
    Quote Originally Posted by Fixer. View Post
    Yea Ikr, for me,it ain't worked for PH, I'd tried it in last couple months i guess,when n4n033 release it.
    well it's kinda hard to spot it on the dump because of similar codes and patterns.well i just happen to got a dump from int and the current dump from ph then compared it from the addylog of n4n033 last august or november.i double checked it multiple times and compared the asm codes and if the routine is the same where the address could be found then i test it with a dll that the only feature no spread that uses this addy and it worked
    [IMG]https://i95.photobucke*****m/albums/l142/Kraft1979/rules.gif[/IMG]

    WANT WARROCK PH HACKS? go here ---------->https://www.facebook.com/HackNEP


    press thanks if i helped ^_^

  7. #7
    Recycle's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    Find Me.
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Quote Originally Posted by kevin0152 View Post
    well it's kinda hard to spot it on the dump because of similar codes and patterns.well i just happen to got a dump from int and the current dump from ph then compared it from the addylog of n4n033 last august or november.i double checked it multiple times and compared the asm codes and if the routine is the same where the address could be found then i test it with a dll that the only feature no spread that uses this addy and it worked
    What data type you use for the sns addies sir? int, float or double?

  8. #8
    kevin0152's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    https://www.facebook.com/HackNEP
    Posts
    187
    Reputation
    10
    Thanks
    414
    My Mood
    Asleep
    it depends but i use double as it is it's default data type well for sns but if the two addies it's int for the offsets it's float
    [IMG]https://i95.photobucke*****m/albums/l142/Kraft1979/rules.gif[/IMG]

    WANT WARROCK PH HACKS? go here ---------->https://www.facebook.com/HackNEP


    press thanks if i helped ^_^

  9. The Following User Says Thank You to kevin0152 For This Useful Post:

    Recycle (01-07-2014)

  10. #9
    Twinq's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1
    daddy1 nice job )

  11. #10
    daddy1's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Pagadian City
    Posts
    149
    Reputation
    10
    Thanks
    572
    My Mood
    Hot
    Quote Originally Posted by Twinq View Post
    daddy1 nice job )
    well i just want to help Newbie coders

  12. #11
    franciscodobie's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    Quote Originally Posted by daddy1 View Post
    well i just want to help Newbie coders
    Thanks to you daddy1 but how to put credits and respect list??

  13. #12
    franciscodobie's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    Quote Originally Posted by daddy1 View Post
    #include <windows.h>
    #include <stdio.h>

    #define ADR_PlayerPointer 0x00_____<---updated addies
    #define ADR_ServerPointer 0x00_____<----update addies
    #define ADR_GlassWall 0x00______ <--- updated addies

    DWORD ammo;
    DWORD *ingame= (DWORD*)ADR_PlayerPointer;
    DWORD *outgame= (DWORD*)ADR_ServerPointer;

    /////////////////////////START HACK///////////////////////////
    void ServerHacks() // Start ServerHacks
    {
    DWORD dwSrvrPtr=*(DWORD*)ADR_ServerPointer;
    if(dwSrvrPtr!=0){

    }} //End ServerHacks

    void PlayerHacks() // Start PlayerHacks
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    if(dwPlayerPtr != 0){

    /// GlassWall()
    {
    if(GetAsyncKeyState(VK_YOURDESIREKEY)&1)
    {
    *(int*)(ADR_Glasswall) = 1;
    }
    if(GetAsyncKeyState(VK_YOURDESIREKEY)&1)
    {
    *(int*)(ADR_Glasswall) = 0;
    }
    }

    ////////////////////////////////////////////////////END HACK///////////////////////////////
    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    } //if(*outgame)
    {
    } } } //--------------------------End HackThread--------------------------//

    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {

    MessageBoxA(NULL,"HACK NAME","Credits : Daddy1",MB_OK);//
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    }
    return TRUE;

    }

    credit me ENJOY
    Sir Ang Updated Addies po pahingi

  14. #13
    centrod123's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Sir daddy1 Meron Ka po DL link ng IDA Pro at Dumpped Warrock.exe file Hindi ko po kc ma dumpped ung warrock ehh

  15. #14
    centrod123's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by daddy1 View Post
    #include <windows.h>
    #include <stdio.h>

    #define ADR_PlayerPointer 0x00_____<---updated addies
    #define ADR_ServerPointer 0x00_____<----update addies
    #define ADR_GlassWall 0x00______ <--- updated addies

    DWORD ammo;
    DWORD *ingame= (DWORD*)ADR_PlayerPointer;
    DWORD *outgame= (DWORD*)ADR_ServerPointer;

    /////////////////////////START HACK///////////////////////////
    void ServerHacks() // Start ServerHacks
    {
    DWORD dwSrvrPtr=*(DWORD*)ADR_ServerPointer;
    if(dwSrvrPtr!=0){

    }} //End ServerHacks

    void PlayerHacks() // Start PlayerHacks
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    if(dwPlayerPtr != 0){

    /// GlassWall()
    {
    if(GetAsyncKeyState(VK_YOURDESIREKEY)&1)
    {
    *(int*)(ADR_Glasswall) = 1;
    }
    if(GetAsyncKeyState(VK_YOURDESIREKEY)&1)
    {
    *(int*)(ADR_Glasswall) = 0;
    }
    }

    ////////////////////////////////////////////////////END HACK///////////////////////////////
    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    } //if(*outgame)
    {
    } } } //--------------------------End HackThread--------------------------//

    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {

    MessageBoxA(NULL,"HACK NAME","Credits : Daddy1",MB_OK);//
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    }
    return TRUE;

    }

    credit me ENJOY
    Sir daddy1 Meron Ka po DL link ng IDA Pro at Dumpped Warrock.exe file Hindi ko po kc ma dumpped ung warrock ehh

Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Injector Admin help
    By asdfgas in forum Combat Arms Help
    Replies: 4
    Last Post: 04-27-2011, 06:12 PM
  4. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  5. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM