Results 1 to 17 of 17

Thread: Drawboy's Dustomatic

  1. #1
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Drawboy's Dustomatic

    Status- Working
    Time of last check - 1/23/2012 U.S. eastern time
    Next Up-Date -Depends on feedback

    Features
    • Dusts Chocolate
    • Checks For Randoms
    • Has anti-ban
    • Relatively Fast
    • Will go until out of chocolate bars, then logs out


    Requirements
    • A knife in your toolbelt already
    • Chocolate bars


    Instructions
    • Start in the Edgeville bank
    • Have the chocolate bars in the first slot of your tab
    • Have a random item right next to the chocolate bars
    • The dust can go anywhere


    Picture


    In the picture above, the Dust should be bars, I was out of bars. The Pickaxe is your random item to stop the script when out of bars. MAKE SURE this item does not look like Chocolate.

    Download:
    Last edited by drawboy11; 01-24-2012 at 04:17 AM.

  2. #2
    Join Date
    Jan 2012
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just copy it into simba and save it somewhere and attach it.

  3. #3
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ^How do I attach it? Ive got it saved in simba.

  4. #4
    Join Date
    Dec 2011
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by drawboy11 View Post
    ^How do I attach it? Ive got it saved in simba.
    In the edit/advanced option when posting there is a paperclip if you click it it will allow you to add an attachment.

  5. #5
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by lilcmp1 View Post
    In the edit/advanced option when posting there is a paperclip if you click it it will allow you to add an attachment.
    Thankyou very much(:

  6. #6
    Join Date
    Jan 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No proggie?
    Last edited by ppgab; 01-24-2012 at 04:10 PM.

  7. #7
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ppgab View Post
    No proggie?
    My first script, not quite sure how to do a proggie. It ran for 3+ hours for me last night.

  8. #8
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Kept getting the following error:
    "Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now."

    I haven't received that error message before in the debug box.
    The mouse seems to be pointing everywhere to find the bank (started at Edgeville bank), then eventually logs out saying it did not find chocolate.
    Last edited by beoahn; 01-25-2012 at 02:54 AM.

  9. #9
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by beoahn View Post
    Kept getting the following error:
    "Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now."

    I haven't received that error message before in the debug box.
    The mouse seems to be pointing everywhere to find the bank (started at Edgeville bank), then eventually logs out saying it did not find chocolate.
    Did you set it up exactly like I have in the post? Ive never gotten this error with it. Try restarting simba, reloading the script and starting with your character on the longside of the edgeville bank.

  10. #10
    Join Date
    Dec 2011
    Posts
    202
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Administrator's Warning:
    wow

  11. #11
    Join Date
    Jan 2012
    Location
    Washington
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice worked for me!

  12. #12
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by aew782 View Post
    nice worked for me!
    Glad I could help :P

  13. #13
    Join Date
    Feb 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Doesn't work Cant find chocolate in inventory

  14. #14
    Join Date
    Feb 2012
    Location
    canada
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ima test it now

  15. #15
    Join Date
    Feb 2012
    Location
    canada
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    naw it still works amazing u just need to remember to be in the right town and bank (edgeville) and have 1 knife in the toolbar, with the chocolate and item like it says in the picture. i ran 100 chocs fine

    edit: check my post before this on how to make it work
    Last edited by hobofight101; 03-12-2012 at 05:15 PM.

  16. #16
    Join Date
    Feb 2012
    Location
    canada
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nvm it doesn't i guess i got lucky, i tried to run again and it didn't work

  17. #17
    Join Date
    Feb 2012
    Location
    canada
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by sinsofwar View Post
    Doesn't work Cant find chocolate in inventory
    ok so ill help u out. go into the script and find this part. and change the colour as so...
    procedure CheckForChocolate;
    var
    x, y:Integer;
    begin
    if FindColor(x, y, 1650514, MIX1, MIY1, MIX2, MIY2) then
    MMouse(x, y, 2, 2)
    else

    begin
    wait(1200);
    writeln('Failed to find Chocolate, retrying..');
    if FindColor(x, y, 1650514, MIX1, MIY1, MIX2, MIY2) then
    MMouse(x, y, 2, 2)
    else

    begin
    wait(1200);
    writeln('Failed to find Chocolate, retrying..');
    if FindColor(x, y, 138651, MIX1, MIY1, MIX2, MIY2) then
    MMouse(x, y, 2, 2)


    as well as change the colour number here......

    procedure DustChocolate;
    var
    x, y:Integer;

    begin
    FindColor(x, y, 1650514, MIX1, MIY1, MIX2, MIY2);
    MMouse(x, y, 2, 2);
    wait(500);
    Mouse(x, y, 1, 1, False);
    wait(255);
    ChooseOption('Powder Chocolate bar');
    wait(1000);
    Mouse(256, 430, 10, 10, true);
    wait(40000);
    AntiRandoms;
    Antiban;
    end;
    Last edited by hobofight101; 03-12-2012 at 05:08 PM.

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
  •