LINK :
HOW-TO : Select Visual C++ 2008 Express Edition under Visual Studios 2008 Express and click Free Download
INSTALLING DIRECT-X SDK
LINK :
HOW-TO : Click download and install this SDK
ADDING DIRECT-X INCLUDE FILES IN VC++
STEP 1. Install Direct-X SDK
STEP 2. Open VC++
STEP 3. Select Tools -> Option -> Projects and Solutions -> VC++ Directories
STEP 4. In VC ++ Directories, go to the drop-down menu and select Include Files
STEP 5. Add the code below
STEP 1. Install Direct-X SDK
STEP 2. Open VC++
STEP 3. Select Tools -> Option -> Projects and Solutions -> VC++ Directories
STEP 4. In VC ++ Directories, go to the drop-down menu and select Library Files
STEP 5. Add the code below
Here's a tutorial on how to create a d3d8 / Sudden attack base!
Open up Visual C++ 2008
Create: Project...
Choose Win32 Console Application
If you do not see it, look at Project types and click on Visual C++
Screenshot
You should see the picture below be presented on your Visual C++
Press NEXT
Screenshot
Do not touch anything else. Application type - Select "DLL"
Press FINISH
Screenshot
You should see the screenshot below presented on your Visual C++
Right click and remove dllmain.cpp*
* - Remove because it is already defined in the base source I will give you.
Screenshot
Click the green arrow on the top to debug / release. Alternately, you can just build / rebuild (for those who know how to use C++ IDE)
This tutorial is for people who wanna learn how to make a d3d8 base.
And who has the knowledge who want to create their own.
This doesn't mean that after you compile this is it's already working or detected.
Note: This is a tutorial only and not a working hack.
This tutorial is for people who wanna learn how to make a d3d8 base.
And who has the knowledge who want to create their own.
This doesn't mean that after you compile this is it's already working or detected.
Note: This is a tutorial only and not a working hack.
well, you know how to make it working right? I kinda needing some info about this kind of stuff ^_^
[TUTORIAL] Creating a simple DLL Cheat/Hack 07/12/2021 - Kal Hacks, Bots, Cheats & Exploits - 162 Replies HOW TO CREATE YOUR OWN DLL HACK
Hello guys,
In recent days, I recieved many questions about how to use the pointers posted in one specific thread.
So here is guide for creating the basic Proxy-DLL skeleton + hack. I will try to explain it to details.
Requirements
1] Some C++ and UCE (memory and such stuff) knowladge
2] Some Time
[Navicat Tutorial] Creating Vendors [English] 08/03/2010 - WoW Private Server - 4 Replies Welcome to my first tutorial
I will teach you hwo you can create your own vendors here.
Open Notepad and isert the text.
Code:
INSERT INTO `creature_names` (`entry`,`name`,`subname`,`info_str`,`type`,`spell dataid`,`male_displayid`,`female_displayid`,`civil ian`,`leader`) VALUES ('<Your vendors id>',"<Your Vendors Name>",'','<your vendors guild name>','10','0','<your vendor's display id>','0','0','0')
INSERT INTO `creature_proto`...
Pls somebody a complete tutorial for Creating Pserver from start to end. 04/19/2009 - Dekaron Private Server - 19 Replies Every time I start to make a Pserver I've some errors. Sometimes at SQL server install, sometimes at Apache... Someone pls write a complete tutorial: How can someone make a working Pserver with SQL install, database backup, querys, IP settings, server rate settings, account creation in SQL, account creation with php (inc. apache install, settings) and starting the server (dbmon, cast... and client edit in winhex). Thx, sry 4 my poor eng.
[Tutorial]Creating a notepad app[Lot of Text] 11/23/2008 - CO2 Programming - 15 Replies Create a Notepad App
In this tutorial I will show you how you can create your own Notepad like Application.
Start by creating a new Windows Forms Application.
Now we can add some controls. The first control will be a MenuStrip.
After that right click on the newly created menustrip, Select Insert Standard Items. Delete the Tools menu and the Help menu. Delete the Redo menu item from the Edit menu.
Now drag and drop a TextBox onto the form.