KeineAhnung How do I cheat?
Reputation: 0
Joined: 02 Jan 2013 Posts: 1
|
Posted: Wed Jan 02, 2013 10:12 am Post subject: Trainer (Click = colour) |
|
|
Hey, Happy new year
I search a script (Cheat Engine 6.2 (Trainer)), if the colour (Mouse cursor "over") "green, red, blue, or, or , or" then leftclick on mouse.
Sry for my bad english i´m german.
I thank you in advance in. |
|
Dark Byte Site Admin
Reputation: 467
Joined: 09 May 2003 Posts: 25701 Location: The netherlands
|
Posted: Wed Jan 02, 2013 11:56 am Post subject: |
|
|
something like this:
Code: |
x,y=getMousePos()
color=getPixel(x,y)
if (color==colorvalue) then
doKeyPress(VK_LBUTTON)
end
|
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|