Results 1 to 14 of 14

Thread: neobux.com script need help

  1. #1
    Join Date
    Mar 2010
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default neobux.com script need help

    hi, i want to make a simple script, that click colors, then repeats itself.

    this is all i have so far, and it doesnt work. help would be good. thank you in advance

    program New;
    begin
    If (FindColor(x, y, 14452540 (544, 332))then
    ClickMouse(x, y, True)
    end.

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    More information, explain what exactly you are trying to accomplish, maybe show some pictures?

  3. #3
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    FindColor =)
    SCAR Code:
    function FindColor(var x, y: integer; Color, xs, ys, xe, ye: integer): boolean;

    Example
    SCAR Code:
    program New;

    const
      Color = 14452540;
      NumOfTimes = 1;
      WaitTime = 100;
      X1 = 4;
      Y1 = 4;
      X2 = 600;
      Y2 = 400;

    var
      I, x, y: integer;

    begin
      repeat
        if FindColor(x, y, Color, X1, Y1, X2, Y2) then
          ClickMouse(x, y, True);
        Wait(WaitTime + Random(WaitTime / 10));
      until(I >= NumOfTimes);
    end.
    Last edited by Dgby714; 03-15-2010 at 11:15 PM.

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  4. #4
    Join Date
    Mar 2010
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default




    click the links, then the red button

  5. #5
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    FAP Turbo...lol...

    Neway...if you can give some more specific details, like do you need to click the advertisement before the red button shows, how long you need to wait on each advertisement..ect, pretty much the process that you would need to repeat, it would be very helpful
    Last edited by YoHoJo; 03-16-2010 at 11:08 PM.
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  6. #6
    Join Date
    Mar 2010
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you need to wait on the site for about 10 seconds. heres what i wanted to make the script to do

    click the first advertisement
    click the red button
    wait for 10 seconds
    press the back button (mozilla default back button color)
    click the next advertisement
    repeat for the next 3

  7. #7
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jek4 View Post
    you need to wait on the site for about 10 seconds. heres what i wanted to make the script to do

    click the first advertisement
    click the red button
    wait for 10 seconds
    press the back button (mozilla default back button color)
    click the next advertisement
    repeat for the next 3
    would you need to refresh at all?
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  8. #8
    Join Date
    Mar 2010
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bionicle1800 View Post
    would you need to refresh at all?
    no, just wait 5-10 seconds, then press back, and click the next advertisement and its button

  9. #9
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm..can you link me to the site?
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  10. #10
    Join Date
    Mar 2010
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    neobux.com

  11. #11
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ugh stupid site won't accept my paypal account >.<
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  12. #12
    Join Date
    Mar 2010
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no help then ?

    i wish i knew how to script with scar lol

  13. #13
    Join Date
    May 2009
    Posts
    799
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default

    Hi.
    Neobux got a VERY good macro detection.

    I've had two accounts banned for macroing.

    My first script was super plain and simple and i was banned within a month.

    The second script was a little better, but still not random enough.

    Bot with care if you bot on neobux ;].

    ~caused

    PS: I can send you my script if you want. It should still work.

  14. #14
    Join Date
    Feb 2010
    Location
    On the edge of space
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bionicle1800 View Post
    FAP Turbo...lol...
    FAP Turbo.. kinky.

    You could do for the advertisement box you click in, you get the rectangle dimensions for it and find a red circle inside of said dimensions.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •