Crosshair help

Posts 17 of 7 · Page 1 of 1
Crosshair help
Okey i just created a quik Crosshair and all the setting was ok.

when i run it works fine.
but when i start css. (i made the crosshair for css)
it dont display on screen.

please help
btw the project is in vb2008
Did you create this the cheap way? With 2 forms in a cross in the middle? If so, it won't display because it is like any other program. If you open up notepad, then a game, notepad won't show, right? Same thing here. Real cross hair hacks integrate into the game and display a temporary cross in the middle.
Okey. but how do i get it to top games is it a tut for it?
Quote Originally Posted by Idri21 View Post
Okey. but how do i get it to top games is it a tut for it?
To get it to top games, I THINK you have to learn D3D(Direct 3D). It you just do a simple Form2.Show(), it wont top a game. I dont think it would be easy to use D3D with VB
If you did the
Code:
Form2.Show()
Form3.Show()
Then it wont work. Forms cant top games (as far as I know)
Yep, Iamazn is correct.
If you want to top a game, I think you might need to learn DirectX programming. I heard its really hard in VB

Edit:
Even if you set the thing to "TopMost" it still wont work. It might top other programs BUT it wont top games.
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?