wollt ma fragen wie man das hier einstellt (also hier is die erklärung auf english, aber ich würds auch auf deutsch nich verstehen)
kann mir jemand das in "noob-sprache" erklären?
danke!
hier is die anlietung:
PHP Code:
Crosshair_X&Y are the global screen coordinates of your crosshair center.
For fullscreen play, these values are usually ((ScreenWidth/2) - 1) and ((ScreenHeight/2) - 1).
That is, if you are playing at 1024x768, the values will be 511 and 383 respectively.
Scan_HFov is the distance in pixels to the left & right of the crosshair to scan.
Scan_VFov is the same thing, only up & down.
Scan_Color_RGB is the hex value of the color your enemy model is set to.
Scan_Color_Tolerance is the range around this value to approximate, to account for shadows and fog.
Scan_Sleep is the time delay to wait between mouse moves. Not milliseconds, just an arbitrary time. 0 is fastest, use that.
Aim_Speed_X&Y are multipliers for adjusting mouse move speeds. If the bot is twitching while it aims, lower these or use Scan_Sleep to limit mousemove frequency. If the bot wont lock on, raise them.