google-site-verification: googlebaca44933768a824.html help me compiling source - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

help me compiling source

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    help me compiling source

    Hello, I am trying to compile a cheat the AbsoHack v8.5 Source Code for cs 1.6, but when compiling throws me this error:

    Code:
    main.cpp(234): error C2466: cannot allocate an array of constant size 0
    And here is the code in which I said that this error:

    Code:
    #define HW_TABLE_HOOK( func, addr, addr2 )\
    {	(DWORD*)##addr, (DWORD)my_##func, (DWORD)orig.##func	},\
    {	(DWORD*)##addr2, (DWORD)my_##func, (DWORD)orig.##func	},
    
    patcher_x4_t glpatcher[]=
    {
    [COLOR="Red"]};[/COLOR]
    Anyone can help me? Thanks

    #2
    comment it out.

    Comment


      #3
      patcher_x4_t glpatcher[]=
      {
      0,//add pie no?
      };






      gibs coins @
      1KatP9B8KG7mvcoFhdLGua1isG88nYZE8C

      Comment


        #4
        Originally posted by 4m0n3v View Post
        patcher_x4_t glpatcher[]=
        {
        0,//add pie no?
        };
        this work, but inyeccion no work, crash game

        Comment

        Working...
        X