Results 1 to 6 of 6
  1. #1
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy

    Question Complete "NoMenu" Hack V1.0 (UN-FIXED)

    Hello,
    i've got a problem!
    i've made a NoMenu hack in c++ because i don't know how to make a menu hack so.
    i've only added 1 option so far: Gold Premium
    But it doesnt work into the game!
    Please help me,
    Project file u can download to search error: Down Here

    Code of .Dll:

    #include <windows.h>
    #include <stdio.h>
    #define OFS_PREMIUM2 0x374
    #define Premium_OffSet 0x374
    //--------------------------Define Hacks--------------------------//
    #define Playerpointer 0x00CCB670

    #define Serverpointer 0x00BD4B38 // deed ik het nou andersom? of goed? goed denk ik je kan controleren door de site daar ja ;p

    //---------------------------End Define Addies--------------------------//

    //--------------------------Define HackThread--------------------------//

    DWORD *ingame= (DWORD*)Playerpointer;// sorry, deze error ken ik niet =/ dit
    DWORD *outgame= (DWORD*)Serverpointer;
    // valt me vies tegen van legendary xd
    //--------------------------End Define HackThread--------------------------//

    //--------------------------Start Hacks--------------------------//
    void gold() //Gold Premium
    {
    DWORD dwSrvrPtr = *(DWORD*)Serverpointer;
    if(dwSrvrPtr != 0)
    {
    *(long*)(dwSrvrPtr+Premium_OffSet) = 3, 10; // 1 = bronze 2 = silver 3 = gold 4 = platinum
    {
    *(float*)(dwSrvrPtr+OFS_PREMIUM2) = 1, 1;
    }}}
    //--------------------------End Hacks--------------------------//


    //-------------------------HackThread--------------------------//

    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    gold();
    {
    }
    if(*outgame)
    gold();
    {
    }
    }
    Sleep(200); //prevent for overloading the cpu
    }

    //--------------------------End HackThread--------------------------//

    //--------------------------End Hacks--------------------------//


    //--------------------------End--------------------------//

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

    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
    }
    return TRUE;
    }



    //--------------------------End--------------------------//
    It's not clean because it is an hack program for warrock (Gold Premium hack)
    Virusscan:

    Virustotal. MD5: a71aa0da5b83b495e43ac7fd957e0847 Trojan.ATRAPS.Gen TR/ATRAPS.Gen

    Antivirus Versie Laatst geüpdatet Resultaat
    a-squared 4.5.0.41 2009.11.13 -
    AhnLab-V3 5.0.0.2 2009.11.13 -
    AntiVir 7.9.1.65 2009.11.13 TR/ATRAPS.Gen
    Antiy-AVL 2.0.3.7 2009.11.13 -
    Authentium 5.2.0.5 2009.11.13 -
    Avast 4.8.1351.0 2009.11.13 -
    AVG 8.5.0.425 2009.11.13 -
    BitDefender 7.2 2009.11.13 -
    CAT-QuickHeal 10.00 2009.11.13 -
    ClamAV 0.94.1 2009.11.13 -
    Comodo 2944 2009.11.13 -
    DrWeb 5.0.0.12182 2009.11.13 -
    eSafe 7.0.17.0 2009.11.12 -
    eTrust-Vet 35.1.7120 2009.11.13 -
    F-Prot 4.5.1.85 2009.11.13 -
    F-Secure 9.0.15370.0 2009.11.11 -
    Fortinet 3.120.0.0 2009.11.13 -
    GData 19 2009.11.13 -
    Ikarus T3.1.1.74.0 2009.11.13 -
    Jiangmin 11.0.800 2009.11.12 -
    K7AntiVirus 7.10.896 2009.11.13 -
    Kaspersky 7.0.0.125 2009.11.13 -
    McAfee 5801 2009.11.13 -
    McAfee+Artemis 5801 2009.11.13 -
    McAfee-GW-Edition 6.8.5 2009.11.13 Trojan.ATRAPS.Gen
    Microsoft 1.5202 2009.11.13 -
    NOD32 4605 2009.11.13 -
    Norman 6.03.02 2009.11.13 -
    nProtect 2009.1.8.0 2009.11.13 -
    Panda 10.0.2.2 2009.11.13 -
    PCTools 7.0.3.5 2009.11.13 -
    Prevx 3.0 2009.11.13 -
    Rising 22.21.04.09 2009.11.13 -
    Sophos 4.47.0 2009.11.13 -
    Sunbelt 3.2.1858.2 2009.11.12 -
    Symantec 1.4.4.12 2009.11.13 -
    TheHacker 6.5.0.2.069 2009.11.13 -
    TrendMicro 9.0.0.1003 2009.11.13 -
    VBA32 3.12.10.11 2009.11.13 -
    ViRobot 2009.11.13.2035 2009.11.13 -
    VirusBuster 4.6.5.0 2009.11.13 -
    Last edited by AeroMan; 11-14-2009 at 02:06 AM.

  2. #2
    Houston's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    The Netherlands
    Posts
    1,941
    Reputation
    175
    Thanks
    2,468
    My Mood
    Blah
    dude this this is Vb section...

  3. #3
    Dark_Goliath's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Romania
    Posts
    308
    Reputation
    10
    Thanks
    28
    My Mood
    Sad
    Yep u must post that in c++ section some1 move this post

  4. #4
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587
    That hook is prbobly patched.


  5. #5
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Quote Originally Posted by ikke0147
    i've made a NoMenu hack in c++
    and

    Quote Originally Posted by code
    // deed ik het nou andersom? of goed? goed denk ik je kan controleren door de site daar ja ;p
    Check his language flag xD F*ckin leecher...
    Ah we-a blaze the fyah, make it bun dem!

  6. #6
    Pixipixel_'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    VCExpress.exe || France :D
    Posts
    2,087
    Reputation
    27
    Thanks
    742
    My Mood
    Cool
    Quote Originally Posted by ObamaBinLaden View Post
    That hook is prbobly patched.


    You don't need hook for premium hack.



    The code should be :

    Code:
    void gold() //Gold Premium
    {
    DWORD dwSrvrPtr = *(DWORD*)Serverpointer;
    if(dwSrvrPtr != 0)
    {
    *(int*)(dwSrvrPtr+0x374) = 3;
    }
    }


    Need more help ? PM me. =)


    Have fun =3

    Pixi.

  7. The Following User Says Thank You to Pixipixel_ For This Useful Post:

    AeroMan (11-14-2009)

Similar Threads

  1. WarRock Philippines NoMenu Public Hack
    By FG Tim in forum WarRock Philippines Hacks
    Replies: 146
    Last Post: 02-15-2011, 04:50 AM
  2. [Release] iRobots NoMenu full hack
    By iRobot™ in forum WarRock - International Hacks
    Replies: 77
    Last Post: 09-07-2010, 07:51 PM
  3. The Complete Noob Proof CA Hack Tutorial
    By iRageQuit in forum Combat Arms Tutorials
    Replies: 19
    Last Post: 07-05-2010, 11:30 PM
  4. My nomenu warrock hack tut
    By Techtonic in forum Programming Tutorials
    Replies: 28
    Last Post: 03-18-2010, 03:27 PM
  5. [Tutorial] Complete source for warrock hack!
    By Noxit in forum C++/C Programming
    Replies: 25
    Last Post: 09-27-2009, 02:59 PM

Tags for this Thread