Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool

    Unhappy help me wiyh my firs hack

    hi dudes,
    i have started to make my first hack but i can't build it wtf
    the code is this:


    #include <windows.h>



    bool change = false;



    if(GetAsyncKeyState(VK_F2) || GetAsyncKeyState(VK_F2) &1) {Change = true; Beep(550, 120); }



    if(Change) {
    if (0x2428) {
    for(int i=0; i<445; i++) {
    if((*(DWORD*)((*(DWORD*)(CShell+0x2428))+(4*i))) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+0xA287A8))+ (4*i) )) + 0x2428y) = 9999;
    }
    }
    }





    DWORD WINAPI loadddd(LPVOID) {
    while(GetModuleHandleA("CShell.dll") == NULL) {
    Sleep(150);
    }

    Sleep(100);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
    return 0;
    }

    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
    DisableThreadLibraryCalls(hDll);

    if ( dwReason == DLL_PROCESS_ATTACH ) {
    MessageBoxA(0,"Made by kmanev073 for www.mpgh.net","Injected", 0);
    CreateThread(0,0,(LPTHREAD_START_ROUTINE)loadddd,0 ,0,0);
    }

    return true;
    }


    what i am doing wrong ? help guys

  2. #2
    HLBOT's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    HCM City
    Posts
    533
    Reputation
    36
    Thanks
    1,355
    My Mood
    Amazed
    Code:
    if((*(DWORD*)((*(DWORD*)(CShell+0x2428))+(4*i))) != NULL)
    What the hell there ?
    Cshell.dll+0x2428 then cshell.dll+0xA287A8+0x2428
    lolz...Oops
    Code:
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+0xA287A8))+ (4*i) )) + 0x2428y) = 9999;
    What's this ? 'Y'
    Last edited by HLBOT; 07-26-2011 at 05:26 AM.
    It's finally Over!

  3. The Following User Says Thank You to HLBOT For This Useful Post:

    kmanev073 (07-26-2011)

  4. #3
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    oh my f**** god !!!!!!!!!!!!!!

    TY man

    f*** it wont work it wont build it

    there is error: expected declaration
    Last edited by kmanev073; 07-26-2011 at 05:31 AM.

  5. #4
    andreacioni's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    florence
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Inspired
    First learn c++....-.-"

  6. #5
    Gonçalo Neves's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    GanjaCity^^
    Posts
    322
    Reputation
    13
    Thanks
    10
    My Mood
    Chatty
    hahahahah XD
    <----------1337 posts and this is mine
    RAP FOR LIFE!
    Clan link:https://clan.z8games.com/clanstat_cf.aspx?guildid=178366

    Pain is Temporary, Pride is Forever ! «3


    --Yes,thats me in my avatar--!!

    Check out my rap songs in https://www.youtube.com/user/insubmysso

  7. #6
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    ok but can you just tell me how to do it to know from where to start

  8. #7
    Ghost Rider.'s Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    PickaMaterina
    Posts
    200
    Reputation
    22
    Thanks
    315
    My Mood
    Aggressive
    leeched..I don t help you

  9. #8
    Leech[Ban]'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    2
    My Mood
    Inspired
    Quote Originally Posted by kmanev073 View Post
    ok but can you just tell me how to do it to know from where to start

    unfortunatelly doesnt exist a simple way to learn c++ you can start with simple guide(if exist use your lenguage)... i've found a lot of materilal in internet...anyway this "hack part" you cant find in a guide/book...

    GOOD LUCK!!!!!!

  10. #9
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    ok but its not leached at all

  11. #10
    jpjb5138's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    6
    My Mood
    Blah
    do you add New addy's ????

  12. #11
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    Dumb noob your over your head

  13. #12
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    i found the new addies

  14. #13
    Royku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    G-Force.dll
    Posts
    3,015
    Reputation
    381
    Thanks
    3,308
    My Mood
    Devilish
    You used a noob tut from[Hectic] ..
    his source isnt working..
    Last edited by Royku; 07-26-2011 at 12:06 PM.

  15. #14
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    hmmm but from where to start this is shit offffffffffff

  16. #15
    yodaliketaco's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    winsock.dll
    Posts
    645
    Reputation
    45
    Thanks
    514
    My Mood
    Tired
    Quote Originally Posted by kmanev073 View Post
    hi dudes,
    i have started to make my first hack but i can't build it wtf
    the code is this:


    #include <windows.h>



    bool change = false;



    if(GetAsyncKeyState(VK_F2) || GetAsyncKeyState(VK_F2) &1) {Change = true; Beep(550, 120); }



    if(Change) {
    if (0x2428) {
    for(int i=0; i<445; i++) {
    if((*(DWORD*)((*(DWORD*)(CShell+0x2428))+(4*i))) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+0xA287A8))+ (4*i) )) + 0x2428y) = 9999;
    }
    }
    }





    DWORD WINAPI loadddd(LPVOID) {
    while(GetModuleHandleA("CShell.dll") == NULL) {
    Sleep(150);
    }

    Sleep(100);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
    return 0;
    }

    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
    DisableThreadLibraryCalls(hDll);

    if ( dwReason == DLL_PROCESS_ATTACH ) {
    MessageBoxA(0,"Made by kmanev073 for www.mpgh.net","Injected", 0);
    CreateThread(0,0,(LPTHREAD_START_ROUTINE)loadddd,0 ,0,0);
    }

    return true;
    }


    what i am doing wrong ? help guys
    You created a thread of the function called "Hacks," which doesn't exist. You also have the code you probably meant to have in "Hacks" in global space.


    Code:
    if(GetAsyncKeyState(VK_F2) || GetAsyncKeyState(VK_F2) &1) {Change = true; Beep(550, 120); }
    
    
    
    			if(Change) {
    			if (0x2428) {
    				for(int i=0; i<445; i++) {
    					if((*(DWORD*)((*(DWORD*)(CShell+0x2428))+(4*i))) != NULL)
    					*(float*)((*(DWORD*)((*(DWORD*)(CShell+0xA287A8))+(4*i) )) + 0x2428y) = 9999;
    				}
    			}
    		}
    That section will never execute. Meanwhile, the compiler will tell you have you haven't declared a function called "Hacks."


    Thirdly, "CShell" is never declared. You should either create a variable "void * CShell" and assign to it the correct address, or use a macro, "#define CShell" with the correct address declared (this is all assuming you don't know how to scan for byte patterns).

    It looks like you really need to spend more time learning C++ before you try to make hacks.

  17. The Following User Says Thank You to yodaliketaco For This Useful Post:

    kmanev073 (07-26-2011)

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help Request] I need help I wanna make a hack
    By ekobena in forum Combat Arms Help
    Replies: 4
    Last Post: 09-09-2011, 01:16 AM
  2. [Help Request] Help! How to break Ahn Hack shield program?
    By leekang in forum Vindictus Help
    Replies: 1
    Last Post: 06-02-2011, 10:38 AM
  3. Help me with making my hack (VB6)
    By floris12345! in forum Visual Basic Programming
    Replies: 2
    Last Post: 01-04-2008, 07:40 AM
  4. need help for no fall damage hack
    By kokobunji100 in forum Visual Basic Programming
    Replies: 4
    Last Post: 09-27-2007, 04:12 PM
  5. Need help with a personal project: Hacking NavyField
    By Slinky in forum Hack Requests
    Replies: 19
    Last Post: 10-23-2006, 01:23 PM