I made a program that records black market times.....
-------------------------------------------------------------------------------------------------
it appears in game on the top right corner like hacks do....ex: synboz
---------------------------------------------------------------------------------------------------
BUT when i click on my program (buttons whatever...) crossfire screen turns black for a good 20 seconds.....
This happens when you click anything outside of game......
----------------------------------------------------------------------------------------------------------
How do you fix this? the ability to click on my program in game without the screen turning black? I've seen most hacks able to do this...so how did they do it?
------------------------------------------------------------------------------
Also I'm using visual basic.......so use visual basic code.....
-----------------------------------------------------------------------------------
topmost is already selected
also hotkeys dont seem to work ingame...how do i fix that?
first , the other hacks use d3d menu ,, not an external form
second , only rabir007 and me , made the form can't get focusedv, me in c++ and him in c#
but it was injected dll
third ,, what u need to search d
for is unfocusable form on google but vb code
finally ,, how do u record that times anyway ?
Originally Posted by muteninja
I made a program that records black market times.....
-------------------------------------------------------------------------------------------------
it appears in game on the top right corner like hacks do....ex: synboz
---------------------------------------------------------------------------------------------------
BUT when i click on my program (buttons whatever...) crossfire screen turns black for a good 20 seconds.....
This happens when you click anything outside of game......
----------------------------------------------------------------------------------------------------------
How do you fix this? the ability to click on my program in game without the screen turning black? I've seen most hacks able to do this...so how did they do it?
------------------------------------------------------------------------------
Also I'm using visual basic.......so use visual basic code.....
-----------------------------------------------------------------------------------
topmost is already selected
First you need a Windows Form... (Managed C++ / C# or VB)...
And then you must override the "CreateParams" function to disable any focusing message...
(That will make your form totally Un-Focusable, but will intesect all mouse clicks)
First you need a Windows Form... (Managed C++ / C# or VB)...
And then you must override the "CreateParams" function to disable any focusing message...
(That will make your form totally Un-Focusable, but will intesect all mouse clicks)
First you need a Windows Form... (Managed C++ / C# or VB)...
And then you must override the "CreateParams" function to disable any focusing message...
(That will make your form totally Un-Focusable, but will intesect all mouse clicks)
so basically im trying to remove focus from the form so it would work ingame?
the createparms overide seem to do that but i can't get it to work...where do i copy and paste it.
Originally Posted by muteninja
so basically im trying to remove focus from the form so it would work ingame?
the createparms overide seem to do that but i can't get it to work...where do i copy and paste it.
really ,,, if u know vb.net u should understand that code and make it work !!!
Originally Posted by I2espect
really ,,, if u know vb.net u should understand that code and make it work !!!
i relizd its c# so i converted it to vb
For some reason crossfire stops responding when i use my program with the previously mentioned code put in...that never happened before but now with that code it stops responding......also the code works....make it unfocused
Originally Posted by muteninja
For some reason crossfire stops responding when i use my program with the previously mentioned code put in...that never happened before but now with that code it stops responding......also the code works....make it unfocused
that means it works or no !?
Originally Posted by I2espect
that means it works or no !?
yes it works now but it makes crossfire stop reponding...also i got blue screen of death
Originally Posted by muteninja
yes it works now but it makes crossfire stop reponding...also i got blue screen of death
btw u didn't answer me ,, how would u log the crossfire black market win(s) !?