Results 1 to 5 of 5
  1. #1
    skilled_pown's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    9

    Codding c++ of external hack

    Hi, I just tryed to take the external hack 4.32 from archangel and delete the fonction I don't want.

    But here is my problem and why i need help, I am not really good with c++ and now that I try to build my new project I got 112 error and I don,t know what to do.

    here is what it tell me as error...

    Code:
    Compiling...
    main.cpp
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(240) : error C2143: syntax error : missing ';' before '*'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(240) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(240) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(241) : error C2143: syntax error : missing ';' before '*'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(241) : error C2086: 'int ID3DXLine' : redefinition
            c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(240) : see declaration of 'ID3DXLine'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(242) : error C2143: syntax error : missing ';' before '*'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(242) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(242) : error C2086: 'int ID3DXLine' : redefinition
            c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(240) : see declaration of 'ID3DXLine'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(242) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(243) : error C2143: syntax error : missing ';' before '*'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(243) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(243) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(244) : error C2143: syntax error : missing ';' before '*'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(244) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(244) : error C2086: 'int ID3DXFont' : redefinition
            c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(243) : see declaration of 'ID3DXFont'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(244) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(316) : error C2065: 'D3DXVECTOR2' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(316) : error C2146: syntax error : missing ';' before identifier 'points'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(316) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(317) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(317) : error C3861: 'D3DXVECTOR2': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(318) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(318) : error C3861: 'D3DXVECTOR2': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(319) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(319) : error C3861: 'D3DXVECTOR2': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(321) : error C2065: 'D3DXVECTOR2' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(321) : error C2146: syntax error : missing ';' before identifier 'points2'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(321) : error C2065: 'points2' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(323) : error C3861: 'D3***oRadian': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(329) : error C2065: 'points2' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(329) : error C2228: left of '.x' must have class/struct/union
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(329) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(329) : error C2228: left of '.x' must have class/struct/union
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(329) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(329) : error C2228: left of '.y' must have class/struct/union
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(330) : error C2065: 'points2' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(330) : error C2228: left of '.y' must have class/struct/union
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(330) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(330) : error C2228: left of '.y' must have class/struct/union
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(330) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(330) : error C2228: left of '.x' must have class/struct/union
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(333) : error C2227: left of '->Draw' must point to class/struct/union/generic type
            type is 'int *'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(333) : error C2065: 'points2' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(409) : error C3861: 'D3DXCreateFont': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(423) : error C3861: 'D3DXCreateFont': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(450) : error C3861: 'D3DXCreateLine': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(451) : error C2227: left of '->SetWidth' must point to class/struct/union/generic type
            type is 'int *'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(452) : error C2227: left of '->SetPattern' must point to class/struct/union/generic type
            type is 'int *'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(453) : error C2227: left of '->SetAntialias' must point to class/struct/union/generic type
            type is 'int *'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(461) : error C2601: 'D3DShutdown' : local function definitions are illegal
            c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(350): this line contains a '{' which has not yet been matched
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(477) : error C2601: 'Render' : local function definitions are illegal
            c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(350): this line contains a '{' which has not yet been matched
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(518) : error C2601: 'WinMain' : local function definitions are illegal
            c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(350): this line contains a '{' which has not yet been matched
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(671) : error C2601: 'AngleVectors' : local function definitions are illegal
            c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(350): this line contains a '{' which has not yet been matched
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(708) : error C2601: 'WorldToScreen' : local function definitions are illegal
            c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(350): this line contains a '{' which has not yet been matched
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(728) : error C2601: 'DrawBox' : local function definitions are illegal
            c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(350): this line contains a '{' which has not yet been matched
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(743) : error C2061: syntax error : identifier 'ID3DXFont'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(744) : error C2601: 'DrawString' : local function definitions are illegal
            c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(350): this line contains a '{' which has not yet been matched
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(766) : error C2065: 'b' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(766) : error C2143: syntax error : missing ';' before '}'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(462) : error C2227: left of '->Release' must point to class/struct/union/generic type
            type is 'int *'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(463) : error C2227: left of '->Release' must point to class/struct/union/generic type
            type is 'int *'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(464) : error C2227: left of '->Release' must point to class/struct/union/generic type
            type is 'int *'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(465) : error C2227: left of '->Release' must point to class/struct/union/generic type
            type is 'int *'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(466) : error C2227: left of '->Release' must point to class/struct/union/generic type
            type is 'int *'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(494) : error C3861: 'Toggles': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(496) : error C3861: 'autoStab': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(497) : error C3861: 'Radar': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(498) : error C3861: 'CrossHair': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(501) : error C3861: 'DisplayStatus': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(640) : error C2065: 'rx' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(640) : error C2065: 'radar_size' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(641) : error C2065: 'ry' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(641) : error C2065: 'radar_offset' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(642) : error C2065: 'rh' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(642) : error C2065: 'rw' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(642) : error C2065: 'radar_size' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(644) : error C3861: 'D3DShutdown': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(663) : error C3861: 'D3DShutdown': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(732) : error C2065: 'D3DXVECTOR2' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(732) : error C2146: syntax error : missing ';' before identifier 'points'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(732) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(733) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(733) : error C3861: 'D3DXVECTOR2': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(734) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(734) : error C3861: 'D3DXVECTOR2': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(735) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(735) : error C3861: 'D3DXVECTOR2': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(736) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(736) : error C3861: 'D3DXVECTOR2': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(737) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(737) : error C3861: 'D3DXVECTOR2': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(738) : error C2227: left of '->Draw' must point to class/struct/union/generic type
            type is 'int *'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(738) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(755) : error C2065: 'font' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(755) : error C2227: left of '->DrawTextW' must point to class/struct/union/generic type
            type is ''unknown-type''
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(789) : error C2664: 'DrawString' : cannot convert parameter 5 from 'int *' to 'char *'
            Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(880) : error C2065: 'Fn' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(881) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(881) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(881) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(881) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(882) : error C2664: 'DrawString' : cannot convert parameter 5 from 'int *' to 'char *'
            Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(883) : error C2664: 'DrawString' : cannot convert parameter 5 from 'int *' to 'char *'
            Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(885) : error C2065: 'D3DXVECTOR2' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(885) : error C2146: syntax error : missing ';' before identifier 'points'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(885) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(886) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(886) : error C3861: 'D3DXVECTOR2': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(887) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(887) : error C3861: 'D3DXVECTOR2': identifier not found
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(888) : error C2227: left of '->Draw' must point to class/struct/union/generic type
            type is 'int *'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(888) : error C2065: 'points' : undeclared identifier
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(893) : error C2664: 'DrawString' : cannot convert parameter 5 from 'int *' to 'char *'
    c:\users\william\downloads\external boxesp v4.3.2 (1.1.195 compatible)\source\main.cpp(893) : fatal error C1003: error count exceeds 100; stopping compilation
    Build log was saved at "file://c:\Users\William\Downloads\External BoxEsp V4.3.2 (1.1.195 Compatible)\Source\Debug\BuildLog.htm"
    ExternalBoxEsp43.184 - 112 error(s), 4 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    I know most of you might not care and say like go do it yourself... but I tryed. made 2 day I am on it and I can't still figure out why i just simply can't delete fonction of that hack...

  2. #2
    Archangel's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Between Both Worlds
    Posts
    8,866
    Reputation
    1021
    Thanks
    9,003
    My Mood
    Angelic
    i would have too see your source.. error report isn't enough

  3. #3
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Looks like your missing the DirectX SDK and not declaring a whole heap of integers.
    Correct me if I'm wrong.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  4. #4
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  5. #5
    skilled_pown's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by master131 View Post
    Looks like your missing the DirectX SDK and not declaring a whole heap of integers.
    Correct me if I'm wrong.
    yup since I don't got a real activation on my win7 I can't take genuine so I can't take the full directx SDK so when compiling it tell me that d3dx9.h is missing so I deleted him of the list and now all those error.

    Quote Originally Posted by B4M View Post
    nah this is to make it more safer not deleting fonction of it.

    Quote Originally Posted by Archangel View Post
    i would have too see your source.. error report isn't enough
    well presently at my GF home so can't really do much about it. But well when I will be home ( tonight ) I am going to look over it and send you the code.

    ** Also I am trying maybe to change the 5.1 one instead of 4.3.2 since it look maybe easier but I got no base in python...

    So well if anyone is good in python or c++ and that can help me codding the external esp I want, it would be nice.

Similar Threads

  1. codding external hack
    By skilled_pown in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 08-28-2010, 11:05 AM
  2. Love it COD 4 1.7 Hack [PB Undetected]
    By ClapBangKiss in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 22
    Last Post: 06-17-2009, 09:58 PM
  3. another cod 4 1.7 hack
    By xcraze in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 10
    Last Post: 12-30-2008, 02:33 PM
  4. COD 4 1.6 hack
    By Kaiman in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 8
    Last Post: 07-03-2008, 01:39 PM