Strictly Delta: Cheat Place
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Strictly Delta: Cheat Place

A fun Place to interact and learn game hacking.
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  

 

 Simple InGame screen resolution

Go down 
4 posters
AuthorMessage
Mc.Code
Learning...
Learning...
Mc.Code


Posts : 17
Join date : 2007-12-28
Age : 35
Location : Romania

Simple InGame screen resolution Empty
PostSubject: Simple InGame screen resolution   Simple InGame screen resolution Icon_minitimeFri Dec 28, 2007 7:41 pm

Its a simple InGame Trainer which will show your windows resolution

What you need:

1. Visual Basic 6 Razz
2. Trainer Module 6
3. Draw Text v2.0

What you must know:

1. How-to make simple trainers
2. How-to use code from modules

Ok lets go Smile

1. Run VB.6
2. We selcet "New Project" and choose "Standard EXE"

Step 1

Create 2 buttons:

1st button name "Draw Resolution" and second button name "Clear all".

Ok now we have nice buttons Razz

Step 2

Now we need some code

This code injects your trainer into game:

Code:
Private Sub Form_Load()
CurrentProcess = "Delta Force,  V1.5.0.5"
End Sub

This is the code which declares your screen resolution:

Code:
Public Function ScreenResolution() As String

ScreenResolution = Screen.Width \ Screen.TwipsPerPixelX & _
        " x " & Screen.Height \ Screen.TwipsPerPixelY

End Function

Now we must program our buttons:

Code:
Private Sub Command1_Click()

Call DrawText(0, Screen.Width \ Screen.TwipsPerPixelX & _
        " x " & Screen.Height \ Screen.TwipsPerPixelY, &HFFFF4F, 280, 200, True)
End Sub

And last button clear your resolution into game:

Code:
Private Sub Command2_Click()
Call DrawText(0, "", &HF, 0, 0, False)
End Sub

-----------------------------------------------------------
Project.rar

If you need help, just contact me: mercedesf400@hotmail.com

Enjoy!!! Smile

~Grammar edited by Jtwizzle to make it more eligible Razz. Nice tut.
Back to top Go down
http://www.redtube.com
xXx
V.I.P
V.I.P



Posts : 40
Join date : 2007-12-23

Simple InGame screen resolution Empty
PostSubject: Re: Simple InGame screen resolution   Simple InGame screen resolution Icon_minitimeMon Dec 31, 2007 12:50 am

nice work m8.
Back to top Go down
-TM-
V.I.P
V.I.P
-TM-


Posts : 78
Join date : 2008-01-04

Simple InGame screen resolution Empty
PostSubject: Re: Simple InGame screen resolution   Simple InGame screen resolution Icon_minitimeFri Jan 04, 2008 7:22 am

Nice, I'll credit you if I use this, my old way was more complicated and stupid then this, nice job.
Back to top Go down
Jtwizzle
Admin
Admin
Jtwizzle


Posts : 163
Join date : 2007-12-21

Simple InGame screen resolution Empty
PostSubject: Re: Simple InGame screen resolution   Simple InGame screen resolution Icon_minitimeMon Jan 07, 2008 12:42 am

Good job mercedes. Suspect
Back to top Go down
Sponsored content





Simple InGame screen resolution Empty
PostSubject: Re: Simple InGame screen resolution   Simple InGame screen resolution Icon_minitime

Back to top Go down
 
Simple InGame screen resolution
Back to top 
Page 1 of 1
 Similar topics
-
» Simple Time/Date Tut

Permissions in this forum:You cannot reply to topics in this forum
Strictly Delta: Cheat Place :: Tutorials :: VB-
Jump to: