Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    daviddidi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,185
    Reputation
    13
    Thanks
    1,974
    My Mood
    Doh

    [C++] D3D Wallhack / Chams .DLL By Daviddidi.

    Hi !

    I have a big problem!, i have create WallHack for BlackShot.
    I written here because, in the BlackShot section, there is no programmer it.
    When I compile my project, I have error messages.

    Code:
    1>------at the Beginning of the generation: project: d3d template fixed C ++ 2008, Configuration: Debug Win32------1 > current(in class) Compilation...
    1> D3d9dev.cpp 1 > c:\documents and settings\programmation\mes documents\visual studio 2008\projects\d3d template fixed c ++ 2008\d3d template fixed c ++ 2008\d3d9dev.cpp (185): error C2660: ' Hacks:: ApplyWallHack ': the function(office) does not take 7 arguments 1 > Hacks.cpp 1 > c:\documents and settings\programmation\mes documents\visual studio 2008\projects\d3d template fixed c ++ 2008\d3d template fixed c ++ 2008\hacks.cpp (1): warning C4067: unexpected tokens after the directive of the preprocessor - expected line break 1 > c:\documents and settings\programmation\mes documents\visual studio 2008\projects\d3d template fixed c ++ 2008\d3d template fixed c ++ 2008\hacks.cpp (164): error C2065: 'Marines': undeclared identifier 1 > c:\documents and settings\programmation\mes documents\visual studio 2008\projects\d3d template fixed c ++ 2008\d3d template fixed c ++ 2008\hacks.cpp (168): error C2065: ' device ': Undeclared identifier 1 > c:\documents and settings\programmation\mes documents\visual studio 2008\projects\d3d template fixed c ++ 2008\d3d template fixed c ++ 2008\hacks.cpp (168): error C2065: ' MinVertexIndex ': undeclared identifier 1 > Generation of current(in class) code...
    1> The newspaper of generation was registered(recorded) in the location " file: // c:\Documents and Settings\Programmation\Mes documents\Visual Studio 2008\Projects\d3d template fixed C ++ 2008\d3d template fixed C ++ 2008\Debug\BuildLog.htm " 1 > d3d template fixed C ++ 2008 - 4 error (s), 1 warning (s) ========== Generation: 0 made a success(succeeded), 1 failed, 0 updated, 0 was ignored ==========
    My problème is with

    Code:
    HRESULT hRet = m_pD3Ddev->DrawIndexedPrimitive(device, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
    	hacks.ApplyWallHack(m_pD3Ddev, device, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
    
    	return hRet;

    I want to Develop this World,
    But you Never Tell Me The Source Code ...

    Joined Forum: April 2011

  2. The Following 2 Users Say Thank You to daviddidi For This Useful Post:

    Fusiondépedra (04-21-2013),Gustavvv (08-02-2013)

  3. #2
    Predator's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    君の名は。🌸
    Posts
    11,989
    Reputation
    3064
    Thanks
    5,164
    My Mood
    Yeehaw
    Look for C++ Tuts, thats how I learned.





    MPGH Member Since: 2011
    AVA Minion Since: 7.14.2013 - 7.4.2014

    ⎳ℴ ⎷ ℯ
    進撃の巨人

    私は武器販売業者と一緒に旅行した

    犬の日が終わった


     


    MPGH Relic, Full-time Lurker.

    Join Anime Force, take over the world.

    ✘✘✘













  4. #3
    Threadstarter
    Si Vis Pacem, Para Bellum
    MPGH Member
    daviddidi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,185
    Reputation
    13
    Thanks
    1,974
    My Mood
    Doh
    Quote Originally Posted by Commanderr View Post
    Look for C++ Tuts, thats how I learned.
    I don't need tutoriel, i understand the c++

    The problème is this error

    I want to Develop this World,
    But you Never Tell Me The Source Code ...

    Joined Forum: April 2011

  5. The Following User Says Thank You to daviddidi For This Useful Post:

    Fusiondépedra (04-21-2013)

  6. #4
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    Post your entire DrawIndexedPrimitive (DIP) function. I think I know why you're having the error. Two possible reasons.

    Seems like you're trying to leech though. Post in the correct section. This section is for game related help.

    /Moved
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  7. The Following 2 Users Say Thank You to Flengo For This Useful Post:

    GlowingStone (05-24-2013),S.W.A.T. (04-11-2013)

  8. #5
    zZzeta/S's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Germany
    Posts
    1,061
    Reputation
    43
    Thanks
    2,100
    Quote Originally Posted by daviddidi View Post
    error C2660: ' Hacks:: ApplyWallHack ': the function(office) does not take 7 arguments 1 > Hacks.cpp


    Quote Originally Posted by daviddidi View Post
    hacks.ApplyWallHack(m_pD3Ddev, device, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
    I count 7 there
    Quote Originally Posted by Jabberwo0ck View Post
    Quote Originally Posted by uNrEaL View Post
    Cool, thanks!
    Ccman has gone too low. I've known for a long time he was sneaky.
    >top lel much crack many get so download wow

  9. #6
    Threadstarter
    Si Vis Pacem, Para Bellum
    MPGH Member
    daviddidi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,185
    Reputation
    13
    Thanks
    1,974
    My Mood
    Doh
    Quote Originally Posted by Flengo View Post
    Post your entire DrawIndexedPrimitive (DIP) function. I think I know why you're having the error. Two possible reasons.

    Seems like you're trying to leech though. Post in the correct section. This section is for game related help.

    /Moved
    Ok bro wait, i go in my other computer, i go edit ma post after thanks you !

    Quote Originally Posted by zZzeta/S View Post
    I count 7 there
    I delete whats :s
    Last edited by Flengo; 04-11-2013 at 05:55 PM.

    I want to Develop this World,
    But you Never Tell Me The Source Code ...

    Joined Forum: April 2011

  10. The Following User Says Thank You to daviddidi For This Useful Post:

    Fusiondépedra (04-21-2013)

  11. #7
    BACKD00R's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Brazil
    Posts
    10,711
    Reputation
    1814
    Thanks
    31,902
    My Mood
    Aggressive
    MinVertexIndex ': undeclared identifier
    device : Undeclared identifier

    UINT MinVertexIndex;
    LPDIRECT3DDEVICE9 device;

    try...



     

    Skype : BACKD00R-MPGH

     

    • Contributor: October, 31th 2011
    • CA BR Minion: January, 03th 2012
    • CF AL Minion: April, 07th 2012
    • CA Minion: April, 15th 2012
    • CF Minion: July, 03th 2012
    • PB Minion: January, 25th 2013
    • AVA Minion : February, 02th 2013
    • Arctic Combat minion: April, 03th 2013
    • Warface Minion: April, 03th 2013

    • Minion + : July 08th 2012
    • Moderator : January 21th 2013
    • Global Moderator : August 1st 2013







  12. #8
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    Quote Originally Posted by BACKD00R View Post
    MinVertexIndex ': undeclared identifier
    device : Undeclared identifier

    UINT MinVertexIndex;
    LPDIRECT3DDEVICE9 device;

    try...
    What is UINT I don't even know what is the LPDIRECT3DDEVICE9 stuff I dont have that says undefined
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  13. #9
    BACKD00R's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Brazil
    Posts
    10,711
    Reputation
    1814
    Thanks
    31,902
    My Mood
    Aggressive
    Quote Originally Posted by Flengo View Post


    What is UINT I don't even know what is the LPDIRECT3DDEVICE9 stuff I dont have that says undefined
    UINT = Ultimate Intelligence Non Terrestrial;

    LPDIRECT3DDEVICE9 = Learn Play Direct 3D (Device9 is just an incentive!);



     

    Skype : BACKD00R-MPGH

     

    • Contributor: October, 31th 2011
    • CA BR Minion: January, 03th 2012
    • CF AL Minion: April, 07th 2012
    • CA Minion: April, 15th 2012
    • CF Minion: July, 03th 2012
    • PB Minion: January, 25th 2013
    • AVA Minion : February, 02th 2013
    • Arctic Combat minion: April, 03th 2013
    • Warface Minion: April, 03th 2013

    • Minion + : July 08th 2012
    • Moderator : January 21th 2013
    • Global Moderator : August 1st 2013







  14. The Following User Says Thank You to BACKD00R For This Useful Post:

    [MPGH]Flengo (04-13-2013)

  15. #10
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    Quote Originally Posted by BACKD00R View Post


    UINT = Ultimate Intelligence Non Terrestrial;

    LPDIRECT3DDEVICE9 = Learn Play Direct 3D (Device9 is just an incentive!);
    omg thanks so much i go make a super pro hack now and not give you credits because you're a sexy br guy
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  16. The Following User Says Thank You to Flengo For This Useful Post:

    GlowingStone (05-24-2013)

  17. #11
    BACKD00R's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Brazil
    Posts
    10,711
    Reputation
    1814
    Thanks
    31,902
    My Mood
    Aggressive
    Quote Originally Posted by Flengo View Post


    omg thanks so much i go make a super pro hack now and not give you credits because you're a sexy br guy

    you're welcome!



     

    Skype : BACKD00R-MPGH

     

    • Contributor: October, 31th 2011
    • CA BR Minion: January, 03th 2012
    • CF AL Minion: April, 07th 2012
    • CA Minion: April, 15th 2012
    • CF Minion: July, 03th 2012
    • PB Minion: January, 25th 2013
    • AVA Minion : February, 02th 2013
    • Arctic Combat minion: April, 03th 2013
    • Warface Minion: April, 03th 2013

    • Minion + : July 08th 2012
    • Moderator : January 21th 2013
    • Global Moderator : August 1st 2013







  18. The Following User Says Thank You to BACKD00R For This Useful Post:

    GlowingStone (05-24-2013)

  19. #12
    Threadstarter
    Si Vis Pacem, Para Bellum
    MPGH Member
    daviddidi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,185
    Reputation
    13
    Thanks
    1,974
    My Mood
    Doh
    Quote Originally Posted by Flengo View Post


    omg thanks so much i go make a super pro hack now and not give you credits because you're a sexy br guy
    Haha ^^
    @BACKD00R i go look THANK YOU FOR YOUR HELP ! YOU IS SO SEXY :d

    EDIT: Nooooooooooooo , I have to format my computer, I have to protect my project on a key usb, Now, I try to open him and I have an error message.

    "One or several project of the solution not one not be in charge(not be loaded) correctly.
    For more information, consult the window of Exit(Release)."

    "C:\Users\maxime\Desktop\Projet David 2013\3\d3d template fixed\d3d template fixed\d3d template fixed.vcxproj : error : Le projet "C:\Users\maxime\Desktop\Projet David 2013\3\d3d template fixed\d3d template fixed\d3d template fixed.vcxproj" is Untraceable.

    Can you help me ? ;(


    Last edited by daviddidi; 04-14-2013 at 02:08 AM. Reason: No !

    I want to Develop this World,
    But you Never Tell Me The Source Code ...

    Joined Forum: April 2011

  20. The Following User Says Thank You to daviddidi For This Useful Post:

    Fusiondépedra (04-21-2013)

  21. #13
    adamjayiddin's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    hhhhmmmmmm uguys CAN TEACH ME HOW TO "MAKE" A HACK????????

  22. #14
    nicogbd's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    In Sunny California
    Posts
    387
    Reputation
    10
    Thanks
    519
    My Mood
    Fine
    Quote Originally Posted by adamjayiddin View Post
    hhhhmmmmmm uguys CAN TEACH ME HOW TO "MAKE" A HACK????????
    VB, C++, Learn that first.
    Cya in a year or two lol
    Successful Purchases/Trades/Sales:2/2/0
    Trusted Members: @AtlantaFalcons @Maxedout
    Gun Added Noel weapons: 21 @Riptooth @Rogercry13 @knettergat @sweetmonster @Riddick @Random Guys From Skype(10) @lammoc @gotswagx @Mossy1993 @luishvenom @negisightt @Luckyto2790
    Gun Adding Noel Weapons Skype me at: nicoalpo , Its only 5$! /me
    Click Herefor more info on Noel Gun Adding and Click Here for more info on Perm Gun Adding!

    If we have ever had a successful trade, purchase or sale together, if i just helped you, please +Rep and +Thanks

  23. The Following 2 Users Say Thank You to nicogbd For This Useful Post:

    GlowingStone (05-24-2013),[RAPGOD]EMINEM (05-09-2013)

  24. #15
    adamjayiddin's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    Quote Originally Posted by nicogbd View Post


    VB, C++, Learn that first.
    Cya in a year or two lol
    how to learn it?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Detected] |Zeus| Simple D3D hotkeys (Wallhack,chams,...)
    By |Zeus| in forum CrossFire Hacks & Cheats
    Replies: 85
    Last Post: 01-13-2013, 09:35 AM
  2. [Detected] |Zeus| Simple D3D hotkey (Wallhack,chams,...)
    By |Zeus| in forum CrossFire Europe Hacks
    Replies: 27
    Last Post: 01-13-2013, 09:22 AM
  3. New D3D wallhack and cham
    By danialrk1 in forum Blackshot Discussion
    Replies: 9
    Last Post: 12-01-2012, 06:45 AM
  4. [Detected] New BlackShot D3D Wallhack+Chams (Garena)
    By claudiubr in forum Blackshot Hacks & Cheats
    Replies: 144
    Last Post: 09-11-2012, 10:53 AM
  5. [Patched] BACKD00R - D3D Menu - Wallhack - Chams - See Ghosts - Light Chams +
    By BACKD00R in forum CrossFire Hacks & Cheats
    Replies: 148
    Last Post: 08-22-2012, 07:37 AM