That's not what I asked for.. This is when you click on the left mouse button, VB6 "READS" that, I want to "WRITE" a left mouse click, or simulate a left mouse click, or just click, what you want to name it..
You don't want to do this...
It's hard!!!
If you want to simulate a mouse-click, you need to do this in windows (or in the game you want to hack... )
Just scan the mouse-software with for example ce 5 or tsearch and you'll get a few adresses
look at them through assembler, with for example ollydbg...
there will be a function for identifying the pixle which was clicked...
now just write and read this whole stuff...
ps: in comparison with this the vip-hack of mpgh is for kidz
I think I need this for the triggerbot, because when the value of the address is x then you've to shoot.. So my idea was to press the left mouse button automaticly done by my hack..
ahh, then it gets much easier...
once you have scanned this "adress x", you just have to simulate firing a gun...
try to scan, which adress there is, WHILE firing...
The problem is, I don't have an UCE xD just found all the addresses..
If KeyCode = vbKeyRButton Then Label1.Caption = "RBUTTON"
Thats right mouse.
Uhhh sorry, the first thing is that Im searching for left mouse click, the second thing is that it doesn't work.. This only reads when I press the left mouse and that's not what I need..
Don't be an idiot, Use commen sence. If right mouse is Rbutton, then left is going to be LButton.
=/ Its a keycode, You can use it for both. Do you mean to fire the gun, or to press left mouse. There vary diffrent things.
Originally Posted by jetamay
=/ Its a keycode, You can use it for both. Do you mean to fire the gun, or to press left mouse. There vary diffrent things.
I think this is what he means...
Did you misundestand anything else? ^^
Well, Then he doesn't need a UCE, nor does he need to find an address. He just needs to find some sort of key press API.
How do you have to code this?
What functions do you need?
Originally Posted by jetamay
Well, Then he doesn't need a UCE, nor does he need to find an address. He just needs to find some sort of key press API.
Yes, that's what I'm looking for.. I hope someone know a way how, I'm new in VB for 2 weeks so I don't have much knowledge from it..