Donate Now Goal amount for this month: 95 USD, Received: 20 USD (21%)

  1. 06-02-2005
    Views:
    27,823
+ Post New Thread
Threads 1 to 16 of 16

Forum: Tutorials

Generic programming tutorials

  1.   Sticky Threads  

  2. Post Sticky Thread Sticky: Tutorial [C++ | TF2] Your first cheat

    So ur l33b h4x4n, r u?! Ammendment #1: http://forum.gamedeception.net/showthread.php?19573-C-TF2-Your-first-cheat&p=132213#post132213 Supplemental #1: http://forum.gamedeception.net/showthread.php?19573-C-TF2-Your-first-cheat&p=132244#post132244 Supplemental #2: We're in the news! Kigen (author...

    Started by syntroniks, 02-18-2010 08:43 PM
    • Replies: 8
    • Views: 4,099
    02-23-2010 12:24 PM Go to last post
  3. Sticky Thread Sticky: Info ManualMap and Microsoft compiler

    Well, I've never heard of this problem before so i decided to post it, in ManualMap the creator (Darawk) did not take into consideration that the compiler would do some wierd shit like this: __declspec( naked ) void DllMainCallStub( HMODULE hMod ) { __asm { push 0; push 1;

    Started by s0beit, 05-22-2009 07:05 AM
    • Replies: 12
    • Views: 1,170
    06-12-2009 12:19 PM Go to last post
  4.   Normal Threads  

  1. 54 C++ Video Tutorials (Stanford University)

    If you can catch on to shit easily, then this is for you: I've recently come across a bunch of C++ video tutorials courtesy of Stanford University. I've uploaded the .torrent files to the video lessons to download the lessons in wmv format. (approx 130MB each and 40+ minutes). You can also find...

    Started by iQ, 05-18-2009 10:41 AM
    1 Staff Post(s) stanford, tutorials, university, video
    • Replies: 11
    • Views: 2,134
    1 Week Ago 03:24 PM Go to last post
  2. Tutorial How to make a wallhack in any game?

    Please help me.. i am newbie

    Started by Game Play, 1 Week Ago 08:07 AM
    1 Staff Post(s)
    • Replies: 3
    • Views: 272
    1 Week Ago 02:56 PM Go to last post
  3. Arrow Tutorial ASM Video Tutorials for beginners

    Alright i'll be short: I found these videos today and i tought i have to share them, it's exactly for the perpouse of learning ASM for reverse egeneering. These are one of the best video tutorials on the web so enjoy them: Assembly Primer forHackers-Part-1 System Organization Assembly Primer...

    Started by Cha0sBG, 03-16-2010 09:51 AM
    1 Staff Post(s) asm video tutorial
    • Replies: 11
    • Views: 1,092
    2 Weeks Ago 04:56 PM Go to last post
  4. Code NamedPipes in C++

    This is not really a tutorial, just not big enough of a project for me to post in the releases forum. (Feel free to move it if you disagree ;)) This can be used to communicate with other processes and modules aka. interprocess communication. I use it to communicate with my injected modules from...

    Started by The Acid, 06-19-2010 12:05 PM
    1 Staff Post(s) communication, interprocess, namedpipes, pipes
    • Replies: 3
    • Views: 302
    06-21-2010 03:30 AM Go to last post
  5. Tutorial Video Tutorial - Memory Pattern Scanning

    (Mir war langweilig ;D) This is my video tutorial on scanning memory patterns to find addresses in memory that change during recompilation. Click here for video tutorial Resources: The pattern scanning function:

    Started by Patrickssj6, 04-24-2010 03:09 PM
    • Replies: 1
    • Views: 588
    04-26-2010 01:50 PM Go to last post
  6. Library Detours 2.1 ( how to get it running.. )

    Hi, as i have seen that most of the stuff here is made with Detours 1.5, I woundered why, I downloaded Detours tried to compile it, and understood. Well, heres my solution how i got it to work, quite simple. Before we start I'd like to make some assumptions, - You should be able to add...

    Started by Letters, 04-25-2009 08:04 PM
    2 Pages
    1 2
    2 Staff Post(s)
    • Replies: 20
    • Views: 4,524
    04-20-2010 07:18 AM Go to last post
  7. Visual C++ E-Books

    http://www.computer-books.us/cpp.php

    Started by kc67, 05-18-2009 11:10 PM
    1 Staff Post(s) c++, ebooks, programming, tutorials, visual
    • Replies: 10
    • Views: 1,172
    03-24-2010 03:18 PM Go to last post
  8. Calling virtual functions without LIBs/SDK

    Hey all, This is pretty well known, but for those who haven't done this in the past, you don't need the SDK or library linking to call virtual functions. This is for the Source Engine's ExecuteClientCmd function, however you can do this with anything in reality (I do it with DirectX so I can...

    Started by pimpinjuice, 11-14-2009 03:31 AM
    6 Staff Post(s) calling, functions, libs or sdk, virtual
    • Replies: 12
    • Views: 1,230
    11-20-2009 06:25 PM Go to last post
  9. [Video Tut] +60 C++ tutorial

    http://www.youtube.com/user/antiRTFM#p/c/1D10C030FDCE7CE0

    Started by Bloodmoney, 10-10-2009 06:04 PM
    tut, tutorial, video
    • Replies: 2
    • Views: 1,154
    11-09-2009 10:15 AM Go to last post
  10. 21 C++ Tutorials

    These tutorials are from a complete beginners point of view, it'll help lift you off the ground. http://www.youtube.com/view_play_list?p=1D6727247CA35794

    Started by iQ, 05-18-2009 10:43 AM
    tutorials
    • Replies: 2
    • Views: 1,328
    08-24-2009 12:54 PM Go to last post
  11. Tutorial Creating A Trainer in C++

    This is really old... probably 3 years or so, but I've posted it at other sites so I figured I'd contribute and post it here. Making a C++ Trainer - by Cheating Dude Tools required: Visual C++ (optimized for 6.0) Some knowledge in C++ ---

    Started by [-CD-], 08-17-2009 03:54 PM
    3 Staff Post(s) c++, cpp, creating, trainer
    • Replies: 9
    • Views: 1,330
    08-18-2009 05:40 PM Go to last post
  12. All Programming tutorials

    THEY REMOVED IT

    Started by Bloodmoney, 04-19-2009 10:00 PM
    programming, tutorials
    • Replies: 7
    • Views: 1,997
    08-17-2009 08:44 AM Go to last post
  13. Code Linux: HW BP Hooking

    Okay, this was in my mind for quite a while, until I came up with a solution today. The problem is, that there is no userland API to access the debug registers, unlike Get/SetThreadContext on Windows. There is, however, ptrace(). The problem with that is, that we can't ptrace our own process. So...

    Started by h1web, 08-04-2009 11:08 AM
    1 Staff Post(s)
    • Replies: 1
    • Views: 673
    08-04-2009 11:23 AM Go to last post
  14. Cool Tutorial Assembly tutorial in C ( Adds Numbers ).

    Not really a tutorial, but every line is described, you need to know basic C to do this. #include <iostream> using namespace std; int main() { int x = 2; //Variable int y = 1; //Variable

    Started by beamer, 07-03-2009 10:36 PM
    1 Staff Post(s)
    • Replies: 4
    • Views: 893
    07-04-2009 03:01 PM Go to last post
  15. [DirectX] tutorials site

    http://www.directxtutorial.com/index.aspx lol, credit to google.. lots of cool stuff, it was made for game development, but still, lots of usefull stuff.. although i cant get their "drawing sprites" to work out...oh welll GLHF

    Started by Dante1217, 06-20-2009 01:01 PM
    directx, site, tutorials
    • Replies: 4
    • Views: 1,205
    06-24-2009 10:52 PM Go to last post
  16. Moved: Make Your Own Timers

    Started by DllMain, 04-19-2003 11:13 AM
    • Replies: -
    • Views: -
    06-14-2005 12:59 AM Go to last post

+ Post New Thread

Forum Information and Options

Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 500 views
Hot thread with unread posts
More than 15 replies or 500 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts