Jump to content

bartmon2005

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by bartmon2005

  1. @ExitThank you for this excellent tool. It saved my ass. One of my clients had this false positive problem. After a short search I found your tool and tried it out. It works great and my customer is happy. However, I have no idea how this works. My CMD knowledge is close to zero and I'm already having trouble with the first line of the CMD file. But it works!!! Now I would like the opinion of other users if the tool is safe and has no backdoors. So if a DEV or MVP has an opinion on this, please don't be shy. Thanks in advance bartmon2005
  2. pls dont spam i need some help and no spam
  3. hello, thx for the hotkeytip. i test AutoItSetOption ('MouseCoordMode', 'Number') and AutoItSetOption ('PixelCoordMode', 'Number') and there is no chance. there is definitely no black pixel =`( but its able that hackshield blocks autoit. because when i start the game in windowmode and make a screenshot i get only a text in the screen shot --> "hackshield" can anyone help me?
  4. hi, i have to find the color of a pixel in a game. i used this script sleep(7000) ; now get in the game $pos = MouseGetPos() $var = PixelGetColor($pos[0],$pos[1]) $var2 = PixelGetColor(150,180) MsgBox(0,"mousposition: ",$pos[0] &" "& $pos[1]) MsgBox(0,"The decmial color is", $var) MsgBox(0,"The hex color is", Hex($var, 6)) MsgBox(0,"var2 (dec): ", $var2) MsgBox(0,"var2 (hex):", Hex($var2, 6)) exit i always get the answer of color dec:0 hex:000000 when im outside of the game it works and i get a color back. what should i do to get the right color? bye bartmon ps: sry for my bad english
×
×
  • Create New...