Thread: Color bot?

Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Blubb1337 View Post
    Color & Colour, both is correct.
    Both "are" correct. Jeez Kevin, you're turning me into a Nazi /

    But I agree with Hassan, I don't really think he wants to learn, just get spoonfed.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  2. #17
    ᶠᶸᶜᵏ's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    174
    Reputation
    36
    Thanks
    159
    Use GetPixel.

  3. #18
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by ᶠᶸᶜᵏ View Post
    Use GetPixel.
    Dude, he can hardly print "Hello world !!"

  4. #19
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Useful posts or GTFO.

  5. #20
    tremaster's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    523
    Reputation
    10
    Thanks
    95
    My Mood
    Amazed
    ok so make my mouse coords go to the pixle

    Public Class Form1




    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
    Dim BMP As New Drawing.Bitmap(1, 1)
    Dim GFX As System.Drawing.Graphics = System.Drawing.Graphics.FromImage(BMP)
    GF*****pyFromScreen(New Drawing.Point(MousePosition.X, MousePosition.Y), _
    New Drawing.Point(0, 0), BMP.Size)
    Dim Pixel As Drawing.Color = BMP.GetPixel(0, 0)
    PictureBox1.BackColor = Pixel
    End Sub

    Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
    If My.Computer.Keyboard.AltKeyDown Then
    PictureBox2.BackColor = PictureBox1.BackColor
    End If

    End Sub

    Private Sub Timer3_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer3.Tick
    Label1.Text = Cursor.Position.X
    Label2.Text = Cursor.Position.X
    End Sub

    Private Sub Timer4_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer4.Tick


    End Sub
    End Class

    anyhelp
    Last edited by tremaster; 11-03-2010 at 09:29 PM.

  6. #21
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Lolland View Post
    Useful posts or GTFO.
    Says you? /

    @tremaster, that code looks horrible. Just look up "CreateDC", "DeleteDC" and "GetPixel" APIs on google, and figure it from there. 1 tip I will give you, this is how to get the screen device context:

    [php]
    Dim ScreenDC as IntPtr
    ScreenDC = CreateDC("Display", Nothing, Nothing, 0)
    [/php]
    Last edited by Jason; 11-04-2010 at 06:07 AM.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. The Following User Says Thank You to Jason For This Useful Post:

    [MPGH]master131 (11-04-2010)

  8. #22
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by tremaster View Post
    ok so make my mouse coords go to the pixle

    Public Class Form1




    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
    Dim BMP As New Drawing.Bitmap(1, 1)
    Dim GFX As System.Drawing.Graphics = System.Drawing.Graphics.FromImage(BMP)
    GF*****pyFromScreen(New Drawing.Point(MousePosition.X, MousePosition.Y), _
    New Drawing.Point(0, 0), BMP.Size)
    Dim Pixel As Drawing.Color = BMP.GetPixel(0, 0)
    PictureBox1.BackColor = Pixel
    End Sub

    Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
    If My.Computer.Keyboard.AltKeyDown Then
    PictureBox2.BackColor = PictureBox1.BackColor
    End If

    End Sub

    Private Sub Timer3_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer3.Tick
    Label1.Text = Cursor.Position.X
    Label2.Text = Cursor.Position.X
    End Sub

    Private Sub Timer4_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer4.Tick


    End Sub
    End Class

    anyhelp
    I heard code tags are awesome shit, those even make you look pro
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [HELP]Guitar hero 3 bot(Color searcher)
    By qddW$#%^jtyjtyj in forum Visual Basic Programming
    Replies: 34
    Last Post: 08-14-2010, 01:07 PM
  2. GBWC Bot Testing
    By Super-Man in forum GunBound Hacks / Bots
    Replies: 15
    Last Post: 02-05-2006, 10:58 PM
  3. [SEARCHING] Color Aimbot v3
    By stfustfu in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-13-2006, 02:51 AM
  4. gunbound bots?
    By artiemas in forum General Game Hacking
    Replies: 2
    Last Post: 12-29-2005, 07:29 PM
  5. aim bots
    By nutter in forum General Game Hacking
    Replies: 6
    Last Post: 12-27-2005, 11:56 AM