Page 1 of 3 123 LastLast
Results 1 to 15 of 35
  1. #1
    F l a p J a c K ™'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock PH Force
    Posts
    1,737
    Reputation
    10
    Thanks
    1,472
    My Mood
    Bitchy

    Red face How to make "NoMenu" WarRock PH hack using Dev. C++ 5.0.0.1 Beginners Friendly!

    Why do i choose Dev C++?
    - i use it because its easy to use and BEGINNERS friendly.

    How to make No Menu Hack using Dev. C++?

    1. Download dev c++ 5.0.0.1 (use Google and choose Orwell Dev C++)

    2. Install and open Dev C++

    3. Then click "File"

    4. "New" then "Project"

    5. now it should look like this



    6. Now Click "DLL" and "C Project" and put the name of your hack then Press "OK" .. now save your file Where u want to save it.
    Now its should look like this..



    7. delete all the writings in the "dllmain.c" after deleting, start now making ur hack ..

    example:

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

    #define ADR_PlayerPointer 0x00AD8E18
    #define ADR_ServerPointer 0x009D2D00
    #define ADR_GlassWalls 0x0095CE84

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

    //Player Hacks
    void PlayerHacks()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    if(dwPlayerPtr != 0)
    {
    }
    }
    //-------------------------------------------------
    void GlassWall()
    {
    if(GetKeyState(VK_MBUTTON))
    *(int*)ADR_GlassWall = 1;

    else
    {
    *(int**)ADR_GlassWall = 0;
    }
    }
    //-------------------------------------------------
    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    PlayerHacks();
    GlassWall();

    }
    if(*outgame)
    {
    }
    Sleep(200); //prevent for overloading the cpu
    }
    }
    //----------------------------------------------------------
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL, "Made By: l_M_l `D` L U F F Y ", "", MB_OK);
    MessageBoxA(NULL, "Hack Injected", "ENJOY", MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
    }
    return TRUE;
    }


    8. then after coding Press "Execute" then "ReBuild all"

    9. then if you can see no Error, u have made hack successfully
    by the way ur DLL hack will be on the folder which you save the hack ..


    "PRESS THANKS IF I HELP" ehehe

    OH mga brad ayan na oh pdi copy paste nyu nlng .. kayu na bhala sa addy ok? ehehe WAG KALIMUTAN MAG PRESS NG "THANKS"

    ahaha HAPPY HACKING ..

    SUper SPOON FEEDING NA YAN HA ?? ehehe cge lng kasi ganyan ako dati

    at isa pa kng may nag pop up ibig sabihin gumana hack nyu.. Download nyu rin NetFramework 4.0 and Redistributive Visual C++ 2010 yan ..

    at isa pa para gumana ung glassWalss Press "Middle Mouse or ung Mouse Wheel"

    OK NA BA? ahaha COPY PASTE NYU LNG 2
    Attached Thumbnails Attached Thumbnails
    1.JPG  

    2.JPG  

    Last edited by F l a p J a c K ™; 07-25-2012 at 07:47 PM. Reason: For Best Understanding of all

    A good coder is someone who always looks both ways before crossing a one-way street.
    ~Doug Linder

    Ramzking Injector: Press Here
    MPGH member since: 07-18-2012











  2. The Following 12 Users Say Thank You to F l a p J a c K ™ For This Useful Post:

    alferezbonjing (08-23-2012),dannhix143 (07-26-2012),drealim (07-26-2012),jokerzkie (07-26-2012),joshua09joshua09 (07-26-2012),kingskiekun (07-26-2012),Nadzkie696 (07-24-2012),rey00120 (07-26-2012),SheinrahTenshey (07-24-2012),tiel2012 (07-24-2012),wakamar009 (07-26-2012),warvincent (07-24-2012)

  3. #2
    F l a p J a c K ™'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock PH Force
    Posts
    1,737
    Reputation
    10
    Thanks
    1,472
    My Mood
    Bitchy
    @Alen please approve sir!

    A good coder is someone who always looks both ways before crossing a one-way street.
    ~Doug Linder

    Ramzking Injector: Press Here
    MPGH member since: 07-18-2012











  4. The Following 5 Users Say Thank You to F l a p J a c K ™ For This Useful Post:

    dannhix143 (07-26-2012),jokerzkie (07-26-2012),joshua09joshua09 (07-26-2012),wakamar009 (07-26-2012),warvincent (07-27-2012)

  5. #3
    tiel2012's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    CALOOCAN
    Posts
    129
    Reputation
    10
    Thanks
    66
    bakit d ko ma up loud yung 2 picture mo para sa manual ng DEV C++ MO? SANA VEDIO NALANG PO? (^_^) THANKS!

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

    wakamar009 (07-26-2012)

  7. #4
    RacmanPrince's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    2
    alam ko nato meron ako nyan original

  8. The Following User Says Thank You to RacmanPrince For This Useful Post:

    wakamar009 (07-26-2012)

  9. #5
    F l a p J a c K ™'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock PH Force
    Posts
    1,737
    Reputation
    10
    Thanks
    1,472
    My Mood
    Bitchy
    Quote Originally Posted by tiel2012 View Post
    bakit d ko ma up loud yung 2 picture mo para sa manual ng DEV C++ MO? SANA VEDIO NALANG PO? (^_^) THANKS!
    di pa na approve nd mga admin tol .. w8 mo lng

    A good coder is someone who always looks both ways before crossing a one-way street.
    ~Doug Linder

    Ramzking Injector: Press Here
    MPGH member since: 07-18-2012











  10. The Following 4 Users Say Thank You to F l a p J a c K ™ For This Useful Post:

    dannhix143 (07-26-2012),jokerzkie (07-26-2012),joshua09joshua09 (07-26-2012),wakamar009 (07-26-2012)

  11. #6
    SheinrahTenshey's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    6
    My Mood
    Aggressive
    Pwd ko e copy paste yang code na binigay mo sa c++? tapos save ko lang deretso? Please pag mag patch, pano ko e edit yan? Thanks!!!

  12. The Following User Says Thank You to SheinrahTenshey For This Useful Post:

    wakamar009 (07-26-2012)

  13. #7
    F l a p J a c K ™'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock PH Force
    Posts
    1,737
    Reputation
    10
    Thanks
    1,472
    My Mood
    Bitchy
    edit mo lng ung mga addy ganun lng .. ehehe!

    hintay mo lng ung pic at sa google marami dun tol mga coding sa hack!
    @Damyiel please approve my pic! tnx!

    A good coder is someone who always looks both ways before crossing a one-way street.
    ~Doug Linder

    Ramzking Injector: Press Here
    MPGH member since: 07-18-2012











  14. The Following 4 Users Say Thank You to F l a p J a c K ™ For This Useful Post:

    dannhix143 (07-26-2012),jokerzkie (07-26-2012),joshua09joshua09 (07-26-2012),wakamar009 (07-26-2012)

  15. #8
    genja06's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    4
    My Mood
    Angelic
    san ba yung mga addy jan? sorry, so noob here..

  16. The Following User Says Thank You to genja06 For This Useful Post:

    wakamar009 (07-26-2012)

  17. #9
    .REZClone's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,478
    Reputation
    86
    Thanks
    127
    approved it



    War rock Minion - 6-22-12 - Current
    Dragon Nest Minion - 9-15-12 - Current

  18. The Following User Says Thank You to .REZClone For This Useful Post:

    wakamar009 (07-26-2012)

  19. #10
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    nag mamagaling ka daw sabi ng friend ko
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  20. The Following 2 Users Say Thank You to αςε.εmόkόι For This Useful Post:

    Synthetic Hacker (07-25-2012),wakamar009 (07-26-2012)

  21. #11
    bino45's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    fgjhg
    Posts
    23
    Reputation
    10
    Thanks
    1
    SIR LUFFy PANU PAG MAY ERROR??? NOOB LANG SIR....
    SAN PO MAKIKITA UNG DLL NDI Q MAKITA EH>>>>><<<<<

  22. The Following User Says Thank You to bino45 For This Useful Post:

    wakamar009 (07-26-2012)

  23. #12
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    d ako nagamit nian c++ 2010 ako e

    MUKANG PERA!

  24. The Following User Says Thank You to HAxCodER™ For This Useful Post:

    wakamar009 (07-26-2012)

  25. #13
    genja06's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    4
    My Mood
    Angelic
    sir? ano po mali ko?


    Uploaded with ImageShack.us

  26. The Following User Says Thank You to genja06 For This Useful Post:

    wakamar009 (07-26-2012)

  27. #14
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    d kasi ako mrunong gumamit nian eh hehe

    MUKANG PERA!

  28. The Following User Says Thank You to HAxCodER™ For This Useful Post:

    wakamar009 (07-26-2012)

  29. #15
    bicolano's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    #define ADR_
    Posts
    25
    Reputation
    10
    Thanks
    14
    My Mood
    Relaxed
    haha same lang tau hax ang pangit nyan D
    Hackers are ruling the game

  30. The Following User Says Thank You to bicolano For This Useful Post:

    wakamar009 (07-26-2012)

Page 1 of 3 123 LastLast

Similar Threads

  1. [Detected] [NoMenu - REMAKE] WarRock Obur Hack v3 [04-02-2012]
    By iDarkness in forum WarRock - International Hacks
    Replies: 23
    Last Post: 02-09-2012, 11:15 PM
  2. [TUT]How To Making a basic Combat Arms NA Hack!
    By BadBlood in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 17
    Last Post: 10-10-2010, 05:12 AM
  3. How to make a menu for combat arms hacks
    By jermy1810 in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 06-07-2010, 07:40 AM
  4. [TUT] How to make a skin for warrock [TUT]
    By TryMe in forum WarRock - International Hacks
    Replies: 7
    Last Post: 07-20-2009, 12:58 AM
  5. How to make C++ trainers for Warrock
    By cjg333 in forum C++/C Programming
    Replies: 52
    Last Post: 10-15-2008, 10:10 AM