Results 1 to 7 of 7
  1. #1
    pr0h4x0r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    BoobieLand
    Posts
    134
    Reputation
    10
    Thanks
    20
    My Mood
    Relaxed

    [Error] Need Help

    error C2660: 'Memoria' : function does not take 1 arguments
    Code:
    bool Memoria( void * pDest, char * szPatch, size_t sSize )
    {
    DWORD dwOrgProtect = NULL;
    if ( !VirtualProtect ( pDest, sSize, PAGE_EXECUTE_READWRITE, &dwOrgProtect ))
    return FALSE;
     
    memcpy( pDest, szPatch, sSize );
    VirtualProtect( pDest, sSize, dwOrgProtect, NULL );
    return TRUE;
    }
    ^^ tht is added i dont know why its givin this error

  2. #2
    R45H1D's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Montreal
    Posts
    785
    Reputation
    21
    Thanks
    951
    My Mood
    Amazed
    Hmm check your codes.

  3. #3
    matypatty's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    864
    Reputation
    229
    Thanks
    2,694
    My Mood
    Amused
    when you use the memoria code eg
    Memoria(( void* )(ADDIE), "\x90\x90\x90\x90\x90\x90", 6);

    you have not filled in all the arguements

  4. #4
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    If you dont know what that means, then you should really get a book and study C++.

  5. #5
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by ac1d_buRn View Post
    If you dont know what that means, then you should really get a book and study C++.
    Good ideá....
    -Rest in peace leechers-

    Your PM box is 100% full.

  6. #6
    R45H1D's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Montreal
    Posts
    785
    Reputation
    21
    Thanks
    951
    My Mood
    Amazed
    Well in the books they will not show how to hack ca xD

  7. #7
    mwb1234's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    460
    Reputation
    7
    Thanks
    65
    Quote Originally Posted by -RagerZ View Post
    Well in the books they will not show how to hack ca xD
    Depends on what book 0_0. But really, any noob in C++ would figure this one out. You didn't fill all parameters in your usage of this function. Try again

Similar Threads

  1. [Help Request] Mw2_liberation error. Need help [Pics incluided]
    By lasagne93 in forum Call of Duty Modern Warfare 2 Help
    Replies: 16
    Last Post: 11-17-2011, 10:36 AM
  2. System freakin error, need help.
    By Thisisuber in forum Combat Arms Help
    Replies: 1
    Last Post: 05-29-2010, 11:26 PM
  3. Error need help
    By Lewisc12x in forum WarRock Discussions
    Replies: 9
    Last Post: 05-24-2010, 08:50 PM
  4. Error need help(net.Frameworks
    By cr0n1kk in forum Suggestions, Requests & General Help
    Replies: 2
    Last Post: 11-07-2009, 05:08 PM
  5. Playspan "There are no offers to earn points" Error. Need Help!
    By ShellShock in forum WarRock - International Hacks
    Replies: 10
    Last Post: 04-27-2009, 02:11 AM