[Source] Move mouse to specific color on screen (color aimbot) 11/20/2012 - .NET Languages - 0 Replies I was initially calling GetPixel in a loop to scan a screenshot for a specific RBG which caused a 2-3 delay before finding the color until I realized it's much faster to use LockBits and UnlockBits instead.
Anyway, here's my source for finding a specific RBG color on your screen and then automatically moving the mouse to that color which is good for browser shooting games and what not.
Compiled in vs2010.
Imports System.Drawing.Imaging
Imports System.Runtime.InteropServices
Simple Fog Color(open Source) 03/15/2012 - S4 League Hacks, Bots, Cheats & Exploits - 30 Replies it´s a small project.
Screen:
http://www.subeimagenes.com/thumb/captura-1-19262 6.jpg
How to Use:
-Clic en Start
-Have Fun!!
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
[TuT Source] Name Color 12/01/2011 - Flyff Private Server - 27 Replies So da ich bisschen Sedrika unterstützen will, zeige ich euch wie man Name Color addet für Admin oder GameMaster oder auch Normale Player.
So als erstes brauchen wir: SA-MP Color Picker
Nun installiert ihr dieses tool, und startet es (Windows 7,Vista als Admin) dann bekommt ihr sowas: Kostenloser Bilder Upload Service - Gratis Bilder hochladen / uploaden ohne Anmeldung nun seht ihr unten "Picker: Aktiv?" das bestätigt ihr, nun wichtig! das tool muss immer im Vordergrund sein, geht mit dem...
Frage: Name Color 05/24/2011 - Flyff Private Server - 8 Replies Hallo epvper unzwar hab ich ein Problem :
Ich habe die Farbe bei dem Adminstrator geändert hat auch alles geklappt doch ich habe dieselbe Farbe bei den Normalen Spielern genommen und trotzdem ist die Schrift weiß :D
#define MAX_NAME 64
#define COLOR_PLAYER 0x7BFFBEBB
#define COLOR_GAMEMASTER 0xff2D7CAE
#define COLOR_ADMINISTRATOR 0x7BFFBEBB
#define COLOR_NPC 0xffa0a0ff
#define COLOR_MONSTER 0xffffffa0