I just want to share my knowledge in making just a simple program that is commonly used by our great Grand Chase in game Hackers. This is just the basic procedure on how to make one.
You need the following:
1. Visual Basics 6 (Portable)

or

for Visual Basic 6 Full, Here is the link

2. Since we are all beginners here so I added a complete command in using the VB (short for Visual Basics)

or

Ok, let's get started.
1. After downloading the VB6 extract the rar file to any location you want.
2. Run the application and you should see this prompt respectively.
3. To be able to create an application (program) click the Reg Key.
4. Then Click ok when prompted. and you should see like this.
5. After that you can now create an application. After Registering the application to the registry, Click run Visual Basic 6, and you should see this.
6. Since we are making an .exe application. Select standard.EXE. After Clicking it, you should see like this respectively.
5. As a default the name of you application will be Project.exe.
Q/A:
1. How to create buttons on the application?
A: On the left corner of your window you will see this button.
This button is used to create buttons on the application.
2. What are the commands in using command buttons?
A: I have already provided a list of VB 6 commands posted on the upper part of the page.
3. How to insert an Image Background on the application interface?
A: In inserting a background image for your application, use this method.
after clicking the PictureBox command, drag the mouse pointer on the application window like the image shown bellow.
you can now change the picture using this button located at the lower part of the VB program.
4. How to use the command buttons?
A: In this case you must now need the VB commands which i provided.
Example: If you can remember, most if the released hacks, have this "Run Grand Chase" buttons.
This button contain codes and commands. Most of the time this contains the bypass commands. Now click the CommandButton command, the drag the mouse on the application window, and the result should be like this (this varies the size depending on how broad your dragging is.
Now let us put the codes. For example we want to bypass the game. (Grand Chase). Double click the Command1, and you will see this window.
now input this command:
Code:
shell "main.exe __kogstudios_original_service__" msgbox "The game has been bypassed!"
now close the window, and you should go back to the application which you are creating. In this case the application should be in the Grand Chase folder for the bypass to work or else it will show an error.
5. I have finished creating! I want to save it now as an application. How can i do that?
A: Go to file menu, then click Make Project1.exe just like the image shown bellow.
after that you will see a dialogue box. Select the location where you want to save the finished application.
I know this is not a complete tutorial because creating such an application requires great effort, time and perseverance. For more questions on how to make applications, just pm me.
I hope this thread gives you an idea on how to make applications commonly used as hacks by our great Grand Chase in game hackers.
On my next post, I will teach you on how to associate you finished application on .dll files. dll files are important for to make the applications functions. This is commonly used in hacking.
Comments and suggestions are highly appreciated.
with regards to Delphi, Im also studying it. actually i am now trying to make TUTs on how to use such an application.Quote:
I think Delphi is better. *-*
These are all SELF STUDIED.!
**Credits to xHahaboiyz for sharing the Mediafire links**
*** Thanks to ampugemo for sharing the VB6 Full***






