Page 1 of 4 123 ... LastLast
Results 1 to 15 of 54

Hybrid View

  1. #1
    ScripCody's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    181
    Reputation
    10
    Thanks
    24
    My Mood
    Amused

    Post [Source Code] Hack by Nseven

    Someone sent me this to my inbox. I'm not really sure what it does as I'm a noob at programming. But I hope someone will find good use for it. If this is your code that you don't want others to see, then let me know and I'll tell the mods to delete this thread. Otherwise, I hope you have no hurt feelings.

    https://pastebin.com/MfitwxJc

  2. #2
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused
    Quote Originally Posted by ScripCody View Post
    I'm not really sure what it does as I'm a noob at programming.
    That code is full of win32 api and directX calls, at first glance I can tell you are using directX9 function to handle a texture, surely to use it you should see before the single prototypes of directX (that I don't know, since I don't develop videogame) ... definitely to initialize it you must use init.

  3. #3
    haqgamer's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    234
    Reputation
    10
    Thanks
    808
    Someone should use this to make a hack xD

  4. #4
    fire100's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    101
    Reputation
    10
    Thanks
    498
    Quote Originally Posted by haqgamer View Post
    Someone should use this to make a hack xD
    i can do that but its worthless. even a noob can compile it.

  5. #5
    gabygamer's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    58
    Reputation
    10
    Thanks
    760
    Quote Originally Posted by fire100 View Post
    i can do that but its worthless. even a noob can compile it.
    compile this pls

  6. #6
    fire100's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    101
    Reputation
    10
    Thanks
    498
    Quote Originally Posted by Picobello View Post
    This code is a fragment only
    It is about an ESP because some basic functions required are there such as distance computation, world-to-screen etc
    The actual interesting part would have been the base memory addresses of the enemy sctructures that contain the XYZ vectors ... this is not part of this code sadly.
    lol, i have this shit.

    - - - Updated - - -

    Quote Originally Posted by gabygamer View Post
    compile this pls
    hmm, Even if i compile it, its no better then D3D V3 that is released on the forum. Infact that one has more options.

    - - - Updated - - -

    I AM UPDATING THE GAME NOW

  7. #7
    TheHappening2016's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    This is all over the internet in various spots; nothing new to see here

  8. #8
    Picobello's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Posts
    32
    Reputation
    10
    Thanks
    6
    My Mood
    Angelic
    This code is a fragment only
    It is about an ESP because some basic functions required are there such as distance computation, world-to-screen etc
    The actual interesting part would have been the base memory addresses of the enemy sctructures that contain the XYZ vectors ... this is not part of this code sadly.

    EDIT:
    I confirm this is a fully functional code. I compiled it and tested it. It works great.
    Last edited by Picobello; 03-04-2015 at 11:32 AM.

  9. #9
    lvous's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    348
    Quote Originally Posted by Picobello View Post
    This code is a fragment only
    It is about an ESP because some basic functions required are there such as distance computation, world-to-screen etc
    The actual interesting part would have been the base memory addresses of the enemy sctructures that contain the XYZ vectors ... this is not part of this code sadly.
    This is the full source without memory hack features (like no recoil, infinite ammo, no spread) and menu. The worldtoscreen and xyz works fine and doesn't need any offsets or addresses. Memory modifications is what gets everybody banned.

  10. #10
    Picobello's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Posts
    32
    Reputation
    10
    Thanks
    6
    My Mood
    Angelic
    Quote Originally Posted by fire100 View Post
    lol, i have this shit.(
    Can you share?

    - - - Updated - - -

    Quote Originally Posted by lvous View Post
    This is the full source without memory hack features (like no recoil, infinite ammo, no spread) and menu. The worldtoscreen and xyz works fine and doesn't need any offsets or addresses. Memory modifications is what gets everybody banned.
    This is correct my friend.

  11. #11
    ScripCody's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    181
    Reputation
    10
    Thanks
    24
    My Mood
    Amused
    Quote Originally Posted by Picobello View Post
    This code is a fragment only
    It is about an ESP because some basic functions required are there such as distance computation, world-to-screen etc
    The actual interesting part would have been the base memory addresses of the enemy sctructures that contain the XYZ vectors ... this is not part of this code sadly.

    EDIT:
    I confirm this is a fully functional code. I compiled it and tested it. It works great.
    Can you tell me how to compile it? Does it work in Windows 8?

  12. #12
    UbisoftFaggot's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    5
    NICE SOURCE !

  13. #13
    Picobello's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Posts
    32
    Reputation
    10
    Thanks
    6
    My Mood
    Angelic
    Quote Originally Posted by ScripCody View Post
    Can you tell me how to compile it? Does it work in Windows 8?
    You need:
    ->Visual Studio c++
    ->DirectX SDK June 2010
    ->Detour library (not the recent one; not the 3.0 but the older one)

    You create a new empty project and paste the code
    You add the extra mentionned libraries and headers in the compiler paths
    You compile

    - - - Updated - - -

    So I am trying to improve this thing.
    I am a bit stuck: I cannot figure out how to achieve what I want.

    Maybe you can help me guys?

    This is the challenge:
    This code is working fine but I would like to add a bit more intelligence to it using the XYZ position of every models. Example of possibilities: to try to differentiate the enemies and only apply the Chams or Boxes to them instead of everyone.
    So I need to figure out how to actually get the XYZ in the World space referential (not the model space) out of the Model and through the hooking functions.

    I already tested a lot of options including D3DXVec3Unproject but I am not successful.
    I believe one of the key reason is that I don't have yet the real world matrix since the Unity matrix is used in the code here for the world matrix.

    Is there a Direct3D expert among us that is willing to help me and put me on the right path?
    Ofcourse I Googled a lot before posting. I would say that D3DXVec3Unproject is the most promising but I cannot make it work.
    I promise I will share the finished binary afterward

    Let me know if you can help

    - - - Updated - - -

    OUPS I forgot to mention:
    I would like to get the XYZ out of the Direct3D Hooking because it would survive to game updates: we would not need to redo the hack every time like the ones that are based on players memory structures

  14. #14
    ScripCody's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    181
    Reputation
    10
    Thanks
    24
    My Mood
    Amused
    What features does this hack have?

  15. #15
    xenononex's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    116
    Reputation
    10
    Thanks
    8
    why is it errors to me? https://prntscr.com/6e94x6

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Request] Source Code Hack CS 1.6 nonsteam
    By dinho_CA in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 1
    Last Post: 05-02-2013, 08:06 PM
  2. [Request] Plealse source code hack exp Special Force Thailand
    By thaweetham in forum Soldier Front General
    Replies: 0
    Last Post: 05-02-2013, 06:13 AM
  3. Help source code hack
    By -Dreamer- in forum Crossfire Coding Help & Discussion
    Replies: 3
    Last Post: 02-22-2013, 12:03 PM
  4. [Help] Pls help me about source code hack
    By vipluckystar in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 05-30-2012, 06:16 AM
  5. [Request] Source code hack!
    By GameMaster025 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 05-28-2012, 05:17 AM

Tags for this Thread