Thread: help

Results 1 to 15 of 20

Hybrid View

  1. #1
    deathb4dishonor's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    hell
    Posts
    763
    Reputation
    12
    Thanks
    85
    My Mood
    In Love

    Exclamation help

    Code:
    engine.cpp
    1>engine.cpp(63): error C2065: 'ADDR_L***BASE' : undeclared identifier
    1>engine.cpp(72): error C2065: 'ADDR_GCS' : undeclared identifier
    1>engine.cpp(79): error C2065: 'ADDR_LOCALPTR' : undeclared identifier
    1>engine.cpp(98): error C2065: 'ADDR_GETFONTHAND' : undeclared identifier
    1>engine.cpp(99): error C2065: 'ADDR_FONTECX' : undeclared identifier
    1>engine.cpp(112): error C2065: 'ADDR_BUILDFONT' : undeclared identifier
    1>engine.cpp(113): error C2065: 'ADDR_FILLFONT' : undeclared identifier
    hacks.cpp
    1>hacks.cpp(39): error C2065: 'ADDR_WEAPONMGR' : undeclared identifier
    1>hacks.cpp(82): error C2065: 'ADDR_WEAPONMGR' : undeclared identifier
    1>hacks.cpp(122): error C2065: 'ADDR_WEAPONMGR' : undeclared identifier
    1>hacks.cpp(160): error C2589: 'constant' : illegal token on right side of '::'
    1>hacks.cpp(160): error C2143: syntax error : missing ';' before '::'
    1>hacks.cpp(160): error C2059: syntax error : '::'
    1>hacks.cpp(161): error C2143: syntax error : missing ';' before '{'
    1>hacks.cpp(161): error C2447: '{' : missing function header (old-style formal list?)
    1>hacks.cpp(172): error C2065: 'ADDR_WEAPON_RANGE1' : undeclared identifier
    1>hacks.cpp(173): error C2065: 'ADDR_WEAPON_RANGE2' : undeclared identifier
    1>hacks.cpp(177): error C2065: 'ADDR_WEAPON_RANGE1' : undeclared identifier
    1>hacks.cpp(178): error C2065: 'ADDR_WEAPON_RANGE2' : undeclared identifier
    1>hacks.cpp(306): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>hacks.cpp(307): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>hacks.cpp(308): error C2065: 'ADDR_REMOTEKILL2' : undeclared identifier
    1>hacks.cpp(308): error C2065: 'ADDR_REMOTEKILL2' : undeclared identifier
    1>hacks.cpp(309): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>hacks.cpp(311): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    1>hacks.cpp(312): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    1>hacks.cpp(313): error C2065: 'ADDR_REMOTEKILL4' : undeclared identifier
    1>hacks.cpp(313): error C2065: 'ADDR_REMOTEKILL4' : undeclared identifier
    1>hacks.cpp(314): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    1>hacks.cpp(318): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>hacks.cpp(319): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    
    main.cpp
    1>main.cpp(77): error C2059: syntax error : 'constant'
    1>main.cpp(79): error C2039: 'menu' : is not a member of 'cHacks'
    1> c:\users\deathwish\downloads\ca base\ca_unk_base_v1\hacks.h(9) : see declaration of 'cHacks'
    1>main.cpp(79): error C2039: 'cBox' : is not a member of 'cHacks'
    1> c:\users\deathwish\downloads\ca base\ca_unk_base_v1\hacks.h(9) : see declaration of 'cHacks'
    1>main.cpp(79): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(88): error C2181: illegal else without matching if
    1>main.cpp(91): error C2227: left of '->NameEsp' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->BoxEsp' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->HealthBars' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->DistanceEsp' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->LineEsp' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(93): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(93): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(96): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(96): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(96): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(96): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(96): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(96): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(97): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(97): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(97): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(97): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(97): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(97): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(97): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(97): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(98): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(98): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(98): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(98): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(102): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(102): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(117): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(117): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(127): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>main.cpp(128): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    1>main.cpp(129): error C2065: 'ADDR_S_BULLLETS' : undeclared identifier
    1>main.cpp(130): error C2065: 'ADDR_WEAPON_RANGE1' : undeclared identifier
    1>main.cpp(131): error C2065: 'ADDR_WEAPON_RANGE2' : undeclared identifier
    1>main.cpp(157): error C2065: 'ADDR_MTBWCRET' : undeclared identifier
    1>main.cpp(161): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(161): error C2228: left of '.OnOff' must have class/struct/union
    using gelin's base
    what does this mean? can someone help me out its a menu but i dont understand it. first time making hacks n i have searched the web.
    Last edited by deathb4dishonor; 02-27-2011 at 04:19 PM.
    To live with Honor, U must know the meaning of honor.

    (no stealing my sigbars. if u like them send me a pm and i will make u one)

    dont just say thanks press the thanks button.

    Kill'em all, and let God sort'em out
    I come in peace, I didn't bring artillery. But I am pleading with you with tears in my eyes: If you fuck with me, I'll kill you all.
    Hell, these are Marines. Men like them held Guadalcanal and took Iwo Jima. Bagdad ain't shit.
    We're surrounded. That simplifies the problem!
    So they've got us surrounded, good! Now we can fire in any direction, those bastards won't get away this time!




  2. #2
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    Quote Originally Posted by deathb4dishonor View Post
    Code:
    engine.cpp
    1>engine.cpp(63): error C2065: 'ADDR_L***BASE' : undeclared identifier
    1>engine.cpp(72): error C2065: 'ADDR_GCS' : undeclared identifier
    1>engine.cpp(79): error C2065: 'ADDR_LOCALPTR' : undeclared identifier
    1>engine.cpp(98): error C2065: 'ADDR_GETFONTHAND' : undeclared identifier
    1>engine.cpp(99): error C2065: 'ADDR_FONTECX' : undeclared identifier
    1>engine.cpp(112): error C2065: 'ADDR_BUILDFONT' : undeclared identifier
    1>engine.cpp(113): error C2065: 'ADDR_FILLFONT' : undeclared identifier
    hacks.cpp
    1>hacks.cpp(39): error C2065: 'ADDR_WEAPONMGR' : undeclared identifier
    1>hacks.cpp(82): error C2065: 'ADDR_WEAPONMGR' : undeclared identifier
    1>hacks.cpp(122): error C2065: 'ADDR_WEAPONMGR' : undeclared identifier
    1>hacks.cpp(160): error C2589: 'constant' : illegal token on right side of '::'
    1>hacks.cpp(160): error C2143: syntax error : missing ';' before '::'
    1>hacks.cpp(160): error C2059: syntax error : '::'
    1>hacks.cpp(161): error C2143: syntax error : missing ';' before '{'
    1>hacks.cpp(161): error C2447: '{' : missing function header (old-style formal list?)
    1>hacks.cpp(172): error C2065: 'ADDR_WEAPON_RANGE1' : undeclared identifier
    1>hacks.cpp(173): error C2065: 'ADDR_WEAPON_RANGE2' : undeclared identifier
    1>hacks.cpp(177): error C2065: 'ADDR_WEAPON_RANGE1' : undeclared identifier
    1>hacks.cpp(178): error C2065: 'ADDR_WEAPON_RANGE2' : undeclared identifier
    1>hacks.cpp(306): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>hacks.cpp(307): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>hacks.cpp(308): error C2065: 'ADDR_REMOTEKILL2' : undeclared identifier
    1>hacks.cpp(308): error C2065: 'ADDR_REMOTEKILL2' : undeclared identifier
    1>hacks.cpp(309): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>hacks.cpp(311): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    1>hacks.cpp(312): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    1>hacks.cpp(313): error C2065: 'ADDR_REMOTEKILL4' : undeclared identifier
    1>hacks.cpp(313): error C2065: 'ADDR_REMOTEKILL4' : undeclared identifier
    1>hacks.cpp(314): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    1>hacks.cpp(318): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>hacks.cpp(319): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    
    main.cpp
    1>main.cpp(77): error C2059: syntax error : 'constant'
    1>main.cpp(79): error C2039: 'menu' : is not a member of 'cHacks'
    1> c:\users\deathwish\downloads\ca base\ca_unk_base_v1\hacks.h(9) : see declaration of 'cHacks'
    1>main.cpp(79): error C2039: 'cBox' : is not a member of 'cHacks'
    1> c:\users\deathwish\downloads\ca base\ca_unk_base_v1\hacks.h(9) : see declaration of 'cHacks'
    1>main.cpp(79): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(88): error C2181: illegal else without matching if
    1>main.cpp(91): error C2227: left of '->NameEsp' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->BoxEsp' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->HealthBars' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->DistanceEsp' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->LineEsp' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(93): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(93): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(96): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(96): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(96): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(96): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(96): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(96): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(97): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(97): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(97): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(97): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(97): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(97): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(97): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(97): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(98): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(98): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(98): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(98): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(102): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(102): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(117): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(117): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(127): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>main.cpp(128): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    1>main.cpp(129): error C2065: 'ADDR_S_BULLLETS' : undeclared identifier
    1>main.cpp(130): error C2065: 'ADDR_WEAPON_RANGE1' : undeclared identifier
    1>main.cpp(131): error C2065: 'ADDR_WEAPON_RANGE2' : undeclared identifier
    1>main.cpp(157): error C2065: 'ADDR_MTBWCRET' : undeclared identifier
    1>main.cpp(161): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(161): error C2228: left of '.OnOff' must have class/struct/union
    using gelin's base
    what does this mean? can someone help me out its a menu but i dont understand it. first time making hacks n i have searched the web.
    This means that you copied and pasted the whole fucking script, were planning on not giving credits, and you were really greedy. Fuck you, l2code!
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  3. #3
    deathb4dishonor's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    hell
    Posts
    763
    Reputation
    12
    Thanks
    85
    My Mood
    In Love
    Quote Originally Posted by yaserifti1 View Post
    This means that you copied and pasted the whole fucking script, were planning on not giving credits, and you were really greedy. Fuck you, l2code!
    hm lets see i dont see ur hack working? so r u better then me really? na. ur learning to. unfortunately i am still learning. and incase u didnt read i said i am using gelin's base. nooby. duh.

    now if someone who can actually help and not spam this thread please post it. other wise i will have a minion or mod delete ur post as spam. thanks.

    oh btw yase learn ur ranks noob. u havent been here long enough to know what respect is so dont call me a noob when ur a noob. u may of joined b4 me. but as i can see u were only here for hacks. me i was giving to the community by modding and now i am planning on releasing a hack u all might enjoy. i am trying to make a free vip hack.
    To live with Honor, U must know the meaning of honor.

    (no stealing my sigbars. if u like them send me a pm and i will make u one)

    dont just say thanks press the thanks button.

    Kill'em all, and let God sort'em out
    I come in peace, I didn't bring artillery. But I am pleading with you with tears in my eyes: If you fuck with me, I'll kill you all.
    Hell, these are Marines. Men like them held Guadalcanal and took Iwo Jima. Bagdad ain't shit.
    We're surrounded. That simplifies the problem!
    So they've got us surrounded, good! Now we can fire in any direction, those bastards won't get away this time!




  4. #4
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    Quote Originally Posted by deathb4dishonor View Post
    hm lets see i dont see ur hack working? so r u better then me really? na. ur learning to. unfortunately i am still learning. and incase u didnt read i said i am using gelin's base. nooby. duh.

    now if someone who can actually help and not spam this thread please post it. other wise i will have a minion or mod delete ur post as spam. thanks.

    oh btw yase learn ur ranks noob. u havent been here long enough to know what respect is so dont call me a noob when ur a noob. u may of joined b4 me. but as i can see u were only here for hacks. me i was giving to the community by modding and now i am planning on releasing a hack u all might enjoy. i am trying to make a free vip hack.
    1) the script is not yours, 100% not yours.
    2)you're not learning, you're copy + pasting.
    3)I have been here 6 months before you.
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  5. #5
    deathb4dishonor's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    hell
    Posts
    763
    Reputation
    12
    Thanks
    85
    My Mood
    In Love
    Quote Originally Posted by yaserifti1 View Post
    1) the script is not yours, 100% not yours.
    2)you're not learning, you're copy + pasting.
    3)I have been here 6 months before you.
    again u cant read. so do us all a favor nooby, learn to be part of a community and not for the hacks. mister 178 posts. ok. 2nd i did give credits. urs isnt urs either u copied and pasted urs to. i know only a few that didnt c+p theres. and one i cant state the name cause its another site. who is on a better community then this one. thats why mpgh actually sucks so bad. and losing people. why would u be mad if i am trying to help out with giving hacks that will/might be vip for free.
    To live with Honor, U must know the meaning of honor.

    (no stealing my sigbars. if u like them send me a pm and i will make u one)

    dont just say thanks press the thanks button.

    Kill'em all, and let God sort'em out
    I come in peace, I didn't bring artillery. But I am pleading with you with tears in my eyes: If you fuck with me, I'll kill you all.
    Hell, these are Marines. Men like them held Guadalcanal and took Iwo Jima. Bagdad ain't shit.
    We're surrounded. That simplifies the problem!
    So they've got us surrounded, good! Now we can fire in any direction, those bastards won't get away this time!




  6. #6
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    Quote Originally Posted by deathb4dishonor View Post
    again u cant read. so do us all a favor nooby, learn to be part of a community and not for the hacks. mister 178 posts. ok. 2nd i did give credits. urs isnt urs either u copied and pasted urs to. i know only a few that didnt c+p theres. and one i cant state the name cause its another site. who is on a better community then this one. thats why mpgh actually sucks so bad. and losing people. why would u be mad if i am trying to help out with giving hacks that will/might be vip for free.
    1) You make no sense.
    2) I'm still older member than you, no matter what post count is.
    3) It's a hacking website, I came for hacks, and for coding help so hop off.
    4) Anybody can get the exact same code you have in 5 seconds by clicking the download button in the thread with gellin's base. Only a few can edit it to work.
    5) My script is 100% mine, I did not c+p a single letter. Besides, if I were to c+p why would I c+p a non working hack, that uses hotkeys, and only has non-working chams...
    6)COMMON SENSE
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  7. #7
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Quote Originally Posted by yaserifti1 View Post
    This means that you copied and pasted the whole fucking script, were planning on not giving credits, and you were really greedy. Fuck you, l2code!
    umadbro?

    Fuck you, l2code!

  8. #8
    +CodeDemon+'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    16
    The problems are written right there in english.

  9. The Following User Says Thank You to +CodeDemon+ For This Useful Post:

    markoj (02-27-2011)

  10. #9
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Im no C++ programmer but it looks like this

    "engine.cpp(112): error C2065: 'ADDR_BUILDFONT' : undeclared identifier"

    on line 112 in engine.cpp you have "called" ADDR_BUILDFONT probably in a function, Now C++ doesn't know what ADDR_BUILDFONT is untill you define it, now if I remember correctly you need to define it above the function of where you use it.

    Example

    #define ADDR_BUILDFONT 0x00000000

    then in some procedure or function

    void Blahh( int x )
    {
    SomeThing( x, ADDR_BUILDFONT); <--- line 112 trying to use ADDR_BUILDFONT but its not Defined
    }

  11. #10
    Wilds's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    here
    Posts
    522
    Reputation
    1
    Thanks
    170
    My Mood
    Relaxed
    Quote Originally Posted by deathb4dishonor View Post
    Code:
    engine.cpp
    1>engine.cpp(63): error C2065: 'ADDR_L***BASE' : undeclared identifier
    1>engine.cpp(72): error C2065: 'ADDR_GCS' : undeclared identifier
    1>engine.cpp(79): error C2065: 'ADDR_LOCALPTR' : undeclared identifier
    1>engine.cpp(98): error C2065: 'ADDR_GETFONTHAND' : undeclared identifier
    1>engine.cpp(99): error C2065: 'ADDR_FONTECX' : undeclared identifier
    1>engine.cpp(112): error C2065: 'ADDR_BUILDFONT' : undeclared identifier
    1>engine.cpp(113): error C2065: 'ADDR_FILLFONT' : undeclared identifier
    hacks.cpp
    1>hacks.cpp(39): error C2065: 'ADDR_WEAPONMGR' : undeclared identifier
    1>hacks.cpp(82): error C2065: 'ADDR_WEAPONMGR' : undeclared identifier
    1>hacks.cpp(122): error C2065: 'ADDR_WEAPONMGR' : undeclared identifier
    1>hacks.cpp(160): error C2589: 'constant' : illegal token on right side of '::'
    1>hacks.cpp(160): error C2143: syntax error : missing ';' before '::'
    1>hacks.cpp(160): error C2059: syntax error : '::'
    1>hacks.cpp(161): error C2143: syntax error : missing ';' before '{'
    1>hacks.cpp(161): error C2447: '{' : missing function header (old-style formal list?)
    1>hacks.cpp(172): error C2065: 'ADDR_WEAPON_RANGE1' : undeclared identifier
    1>hacks.cpp(173): error C2065: 'ADDR_WEAPON_RANGE2' : undeclared identifier
    1>hacks.cpp(177): error C2065: 'ADDR_WEAPON_RANGE1' : undeclared identifier
    1>hacks.cpp(178): error C2065: 'ADDR_WEAPON_RANGE2' : undeclared identifier
    1>hacks.cpp(306): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>hacks.cpp(307): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>hacks.cpp(308): error C2065: 'ADDR_REMOTEKILL2' : undeclared identifier
    1>hacks.cpp(308): error C2065: 'ADDR_REMOTEKILL2' : undeclared identifier
    1>hacks.cpp(309): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>hacks.cpp(311): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    1>hacks.cpp(312): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    1>hacks.cpp(313): error C2065: 'ADDR_REMOTEKILL4' : undeclared identifier
    1>hacks.cpp(313): error C2065: 'ADDR_REMOTEKILL4' : undeclared identifier
    1>hacks.cpp(314): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    1>hacks.cpp(318): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>hacks.cpp(319): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    
    main.cpp
    1>main.cpp(77): error C2059: syntax error : 'constant'
    1>main.cpp(79): error C2039: 'menu' : is not a member of 'cHacks'
    1> c:\users\deathwish\downloads\ca base\ca_unk_base_v1\hacks.h(9) : see declaration of 'cHacks'
    1>main.cpp(79): error C2039: 'cBox' : is not a member of 'cHacks'
    1> c:\users\deathwish\downloads\ca base\ca_unk_base_v1\hacks.h(9) : see declaration of 'cHacks'
    1>main.cpp(79): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(88): error C2181: illegal else without matching if
    1>main.cpp(91): error C2227: left of '->NameEsp' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->BoxEsp' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->HealthBars' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->DistanceEsp' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->LineEsp' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(91): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(91): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(93): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(93): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(96): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(96): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(96): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(96): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(96): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(96): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(97): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(97): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(97): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(97): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(97): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(97): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(97): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(97): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(98): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(98): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(98): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(98): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(102): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(102): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(117): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(117): error C2228: left of '.OnOff' must have class/struct/union
    1>main.cpp(127): error C2065: 'ADDR_REMOTEKILL1' : undeclared identifier
    1>main.cpp(128): error C2065: 'ADDR_REMOTEKILL3' : undeclared identifier
    1>main.cpp(129): error C2065: 'ADDR_S_BULLLETS' : undeclared identifier
    1>main.cpp(130): error C2065: 'ADDR_WEAPON_RANGE1' : undeclared identifier
    1>main.cpp(131): error C2065: 'ADDR_WEAPON_RANGE2' : undeclared identifier
    1>main.cpp(157): error C2065: 'ADDR_MTBWCRET' : undeclared identifier
    1>main.cpp(161): error C2227: left of '->cBox' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>main.cpp(161): error C2228: left of '.OnOff' must have class/struct/union
    using gelin's base
    what does this mean? can someone help me out its a menu but i dont understand it. first time making hacks n i have searched the web.
    epic fail direct copy from gellin's base

    learn to code nub

    but anyway like fk127 said u have to define ur variables like the ADR_REMOTEKILL1 like this-
    #define ADR_REMOTEKILL1 0x029384 (of course i didnt put in the working addy lol)

    and then for the other errors right click them->go to location and find out what's wrong with them.

    we will need to see ur source for that.
    Last edited by Wilds; 02-28-2011 at 03:22 AM.

  12. #11
    AtomicStone's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    827
    Reputation
    18
    Thanks
    476
    My Mood
    Lurking
    Your problem is that your mom beat you when you were young and now your in your moms basement trying to code by copy and pasting things that you don't know about

    GTFO off this site