Bejeweled Blitz auto-play

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
2,444
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Oct 18, 2009

A fun little project. I used pixel scanning in C++ to detect patterns then click them, no memory searching or anything. Quality kind of sucks so I might re-upload.

Category:

Gaming

License:

Standard YouTube License

  • likes, 0 dislikes

Link to this comment:

Share to:

Uploader Comments (novemberdobby1)

  • rofl I get higher scores WITHOUT cheating

  • @DJSevenWuhnSevhen I doubt it.

    Also, "People need to stop trying to make smart snide remarks on youtube"

  • Isn't GetPixel got any wrong color ?

  • @luvlubb what do you mean?

  • @novemberdobby1 I have tried to write c++ program to play with this game too but when my program run for a few second about 20-30 sec, My program got 255,255,255 (R,G,B) for all pixel, do you have any bugs like this ?

  • @luvlubb No, there's probably an error in your conversion to RGB or something, I did it like this:

    HDC hDC = GetDC(HWND_DESKTOP);

    COLORREF rgb;

    //...

    rgb = GetPixel(hDC, xscan, yscan);

    r = (int)GetRValue(rgb);

    g = (int)GetGValue(rgb);

    b = (int)GetBValue(rgb);

see all

All Comments (20)

Sign In or Sign Up now to post a comment!
  • Wow, that's a fast bot!

  • And here is the project files:

    (megaupload) d=MOWMD0RX

  • I did it in vb6:

    (megaupload) id=D85LDWL7

  • @novemberdobby1 I have got my starting pixel error, thank you very much for the information but sometime it's error to got all color value 0 in last 20 second TT.

  • I'm writing conversion like that code now but now I got error about color when time passed one color has many rgb value, I'm so confused now probably an error is came from wrong pixel range ? But I think I am already test it.

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more