Jump to content
Heads Up! This website is no longer maintained, if your a member from our era, consider joining the discord to say hello.

deathknot

GC Member
  • Content Count

    24
  • Joined

  • Last visited

Community Reputation

0 Neutral

About deathknot

  • Rank
    Member
  • Birthday 09/09/1992

Contact Methods

  • Website URL
    http://xxhavokxx.googlepages.com
  • AIM
    knothavok
  • ICQ
    0

Profile Information

  • Gender
    Male
  • Location
    Connecticut
  • Interests
    Computers, Programming, Games, etc...

Previous Fields

  • Battle.net Screen Name
    printf
  • Something Random
    c++
  • Mood
    Accomplished
  • Battle.net Server
    USEast
  1. deathknot

    Help With Programming/ Coding

    Though i wouldn't recommend vb. I would recommend c++ but you shouldn't learn c first use a book like accelerated c++ and don't learn low level crap unless your doing hacks otherwise go ahead and forget all the nice features c++ has. Visual studio express editions are free.
  2. deathknot

    Nexuiz

    Thats a visual studio file. Its an intellisense data base.
  3. deathknot

    Nexuiz

    Nexuiz 2.2.7 Source Download
  4. Version

    1,115 downloads

    Updated code to load config from dll directory Config Patch Changes: Added Function to get path of loaded dll Added Function to get the path of the config Changed config file to nexuiz.conf (Rename Config and put in dll directory) *Note*: I haven't tested these functions yet but they should work I did not update the visual studio project file so you have to do that to compile.
  5. Nexuiz 2.2.5 - Conf. Patched Source. Version: 2.2.5 PL 1 Author: DeathKnoT Category: Starcraft Hacking Resources Screenshot: Description: Updated code to load config from dll directory Config Patch Changes: Added Function to get path of loaded dll Added Function to get the path of the config Changed config file to nexuiz.conf (Rename Config and put in dll directory) *Note*: I haven't tested these functions yet but they should work I did not update the visual studio project file so you have to do that to compile. Download The File Submitted by deathknot, on Dec 12 2007, 07:51 PM
  6. deathknot

    Nexuiz 3.0.3, it's complete!

    Looks nice.
  7. deathknot

    Game Hacking Site With Phpbb?

    http://kodewerx.net/forum/ << they use phpbb 3
  8. deathknot

    N3xuiZ

    I'll see what i can do.
  9. deathknot

    N3xuiZ

    Now back to n3xuiz stuff. What do you think about a xml config file instead of an ini one. Much more readable. Every Hack will have an option to turn it off in n3xuiz. example: <?xml version="1.0" standalone="no"?> <hack name="n3xuiz" version = "1.0"> <components> <!--- 0 for diabled 1 for enabled ---> <set Hack="HostHack">1</set> <set Hack="StayAlive">1</set> <set Hack="DlStatus">1</set> </components> </hack> Any better name suggestions for the childs of the root like components and set would be nice.
  10. deathknot

    N3xuiZ

    @XGhozt No i was planning on getting vip anyway seems like a good deal. I don't particulary care if i have access to jiggies cornor it would just be a plus. Also their are no downloads on that website just a place for some info. @Jiggie Thanks for the source offer. You don't have to release things you don't want to. I was planning on writing a command engine. I really like your work and inspire you as a hacker unlike the guys at bwhacks that seem to never have positive comments.
  11. deathknot

    N3xuiZ

    @Jiggie1 No its not that your code isn't good. It great by the way. But i thought you couldn't / wouldn't release it. *edit* Back on topic we don't want a flame war. *edit* @XGhozt I thought i might be a good idea to have a website and so i could test my web design skills. Which Suck...
  12. deathknot

    Recommended C++ Books

    Eh it happens...
  13. deathknot

    N3xuiZ

    My current development code can be viewed Here Promasser do you mind releasing some of your code that isn't jiggies.
  14. deathknot

    N3xuiZ

    Sorry about double post just trying to get a point across. *bump* Hack now has a website: N3xuiZ Website
  15. deathknot

    Recommended C++ Books

    For the people who are trying to learn c++ out there here are some books i recommend: 1)Accelerated C++ By: Barbra E. Moo and Andrew Koenig. This one goes starts you in stl and not the most primitive features can be a little bit harder in the beginning. 2)C++ Without fear By: Brian Overland. This book just does things in a c way and with classes. No templates or extensive stl use. All of these books can be found on amazon. 3)C++ for Dummies Please if you have recommended books tell me and I'll add them to the list.
×