Results 1 to 6 of 6
  1. #1
    reowin's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    0

    need help making a bot

    i need help on making a bot thats consisatnt and can hit up key but, the deley has to be changble from the gui thats what im having the most trouble with

    also i need it to start deley after a pixel has changed and have a hotkey

  2. #2
    FailHacker's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    444
    Reputation
    8
    Thanks
    49
    be more specific. is this for a game or do you just want it to hit the up key repeatedly. any language, or do u want it in c++ or VB or java. (guessing VB would be easiest for just pressing a key)
    Legen...wait for it...dary







  3. #3
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    it's quite easy in c++

    you need to call GetPixel() and make it get the pixel at the desired location then use GetRValue() GetBValue() and GetGValue() to get the rgb values, store them in int variables then in a loop do the same process over again and make an if statement to check if the pixels for the first one are different than the second ones, then if your if statement is matched use keybd_event() to make it press the key you want. It's very simple.

  4. #4
    Arystar Krory's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    43
    My Mood
    Cheerful
    I'm also trying to make something like this, in visual basic. How would I go about making it check if a certain pixel is a certain color? And when it changes send a key or start my timer?

    I've searched through the forums older posts about pixel detection and every script I thought would work didn't.
    Last edited by Arystar Krory; 07-12-2011 at 08:57 PM.

  5. #5
    BodyByVTAK's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    United States
    Posts
    144
    Reputation
    -48
    Thanks
    49
    My Mood
    Inspired
    So you're trying to make a nitto bot aye? Well at least you won't be leeching off someone else.

    But he's right. Get Pixel.

  6. #6
    Arystar Krory's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    43
    My Mood
    Cheerful
    Quote Originally Posted by BodyByVTAK View Post
    So you're trying to make a nitto bot aye? Well at least you won't be leeching off someone else.

    But he's right. Get Pixel.
    I thought he was showing you how in c++?

Similar Threads

  1. [Help Request] Need help making perm binds
    By crenfro36 in forum Vindictus Help
    Replies: 1
    Last Post: 05-17-2011, 08:43 PM
  2. i need help making a in game trainer HELP
    By dethklok6661 in forum General Game Hacking
    Replies: 0
    Last Post: 01-21-2009, 05:35 PM
  3. Need help making a basic Combat Arms WALLHACK!
    By JakDG in forum C++/C Programming
    Replies: 5
    Last Post: 01-21-2009, 03:33 AM
  4. I need help make a phishing site please.
    By coolio4sho in forum WarRock - International Hacks
    Replies: 20
    Last Post: 11-07-2008, 07:43 AM
  5. [Help how?]Need help making a WR hack please look.
    By mikelmao11 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 07-18-2008, 12:43 PM