Page 3 of 5 FirstFirst 12345 LastLast
Results 51 to 75 of 121

Thread: Sirlaughsalot's Bird Buyer

  1. #51
    Join Date
    Mar 2008
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by sirlaughsalot View Post
    hmm, I have been thinking about that and have been trying to implement a failsafe to see if you have money in your inventory, but my acc just got locked so that sucks, so as soon as i get that back, i'll improve this more...
    thats a better idea than what i said
    but id still suggest trying to get that 5 runs then get money you will im guessing
    get at least 200-300 more birds per hour.
    plus 2000 coins to lose really isn't that much
    and how did you get banned?
    which script were you using to much?

  2. #52
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I didnt get banned my acc got locked because my friend and i were sharing it and he lives in maryland...

  3. #53
    Join Date
    Dec 2007
    Location
    Los Angeles, California
    Posts
    606
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I read the first page and i couldn't find where to start the script, name of city please?

  4. #54
    Join Date
    Oct 2007
    Location
    Canada
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  5. #55
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    You maybe want to add, why that is a good moneymaker...

  6. #56
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by xraye View Post
    I read the first page and i couldn't find where to start the script, name of city please?
    Oo'glog added a FAQ section

    Quote Originally Posted by supersain View Post
    thanks
    Wow your welcome and thanks for the spam...

    Quote Originally Posted by Zytex! View Post
    You maybe want to add, why that is a good moneymaker...
    Added a FAQ section

    NEED PROGGY OR FACE THE CONSEQUENCES!!! 1 proggy outta 17 downloads... there is something wrong with this picture...

  7. #57
    Join Date
    May 2008
    Location
    Australia
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i bought 5k chickens about a week ago and still havnt sold for market...

  8. #58
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This isnt chickens... fucking read douchebag...

  9. #59
    Join Date
    Mar 2008
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    guys yall are retarded.
    this is a RAW BIRD BUYER
    you buy for i think 17 each?
    if thats correct and it sells INSTANTANEOUSLY
    on the GE at 80-100 gp each
    and it buys birds at about 2500-3000 an hour
    which is about a 75*2750= 200k an hour GG MONEY

  10. #60
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah, and once i can get it to run to the infinite run pool it will be much much much faster than that... but it is very difficult to do, if anyone wants to help me pm me or post here... And thanks eugenius1 I appreciate it, proggies please? and also i noticed the price of birds went down to 89 ea, if it doesnt get back to 90 by this weekend im gonna take this down and just give it to eugenius because he is the only one to give me a proggy...btw my acc is unblocked

  11. #61
    Join Date
    Mar 2008
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    okay well this slot is reserved for a LONG proggy
    i will post it like tommorow
    doing some autoing on my army.

  12. #62
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Something is seriously fucked up with this, 21 downloads, only 1 proggy!!! if I dont see something from other than eugenius by the end of the weekend, im gonna take this down, im sick of having the threaten people!

  13. #63
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I will post a new update soon, but i intend to make it autocolor, but one problem is i dont have access to an acc that is members, so if someone would care to pm me several screenies (log in/out) of Chargurr, and the banker, then that would be awesome =D

  14. #64
    Join Date
    Mar 2008
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i changed it to find the color of the bank booth
    the white ball on the bank booth was a great choice to use to bank
    and to choose option quickly
    but it wont right click the freaking bank booth
    i changed it to find text Use Bank Booth
    but it wont open the bank
    and just sits there auto coloring till kingdom comes..
    why is this?

  15. #65
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You would have to put

    SCAR Code:
    Procedure OpenAccount;
    begin
      Status('Opening bank account')
      Counter:=0
      Counter2:=0
      repeat
      repeat
      Counter2:=Counter2+1
      Counter:=Counter+1
      Begin
        if Not FindObj ((x,y,'Bank booth',BoothColor,15)) then
        begin
          mmouse(x,y,5,5)
          getuptext;
          if isuptext('Use Bank booth') then
          begin
            FindObj(x,y,'Bank booth',BoothColor,15);
            Mouse(x,y,4,0,False);
            FTWait(2)
            ChooseOption('Use-quickly')
            FTWait(2)
          end;
          until (BankScreen) or (PinScreen) or (Counter>=10);
          if Counter>=10 then
          begin
            Status('Could not find the Banker, Logging out...')
            Logout;
            Login;
         end;
         until (BankScreen)or (PinScreen) or (counter2>=3)
         begin
           If PinScreen then
           InPin(Pin)
         end;
      end;
    end;

    That should work... that is, if you have the boothcolor declared and whatnot...

  16. #66
    Join Date
    Mar 2007
    Location
    Players[-1].Loc
    Posts
    962
    Mentioned
    4 Post(s)
    Quoted
    5 Post(s)

    Default

    Hmmm, looks like a great script, quest was a pain in the pants, but I got this:
    Code:
    Creating the NickTPA.
    Thanks for choosing SirLaughsALots Bird Buyer, you will be making exorbinant amounts of money shortly
    AutoColor = 8757414
    AutoColor = 8493985
    AutoColor = 8230045
    AutoColor = 8954282
    AutoColor = 8954282
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 7578553
    AutoColor = 7578553
    AutoColor = 7578553
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8035757
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8493985
    AutoColor = 8166294
    AutoColor = 8693151
    AutoColor = 8034708
    AutoColor = 8890531
    AutoColor = 9154216
    AutoColor = 8166294
    AutoColor = 8166294
    AutoColor = 8166294
    AutoColor = 8034708
    AutoColor = 8758945
    AutoColor = 7973809
    Successfully executed
    (manual stop)

    It doesn't do anything and I'm too lazy to figure out why right now, maybe tomorrow

  17. #67
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Okay new version! I also have a login.scar fix =) the autocolor works great!

  18. #68
    Join Date
    May 2008
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Not working atm

    All who are wondering, this script isn't working atm cuz of the new bank system update (I'm assuming).... So hang tight I'm sure he'll fix it

  19. #69
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry just got back today from my cousins wedding i will have it up and running ASAP

  20. #70
    Join Date
    Jun 2007
    Posts
    310
    Mentioned
    0 Post(s)
    Quoted
    84 Post(s)

    Default

    just tested it out. great idea, but the script didnt go over well for me. with the nonsmart 1 i got 1 load done then it kept withdrawing and depositing gp. in the smart version, it wouldnt compile on line 79 or something

    if u can fix it tho this script would be great(er)

  21. #71
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah, im working with TPA's at the moment, not working as well as the other, i think ill keep it the other way and fix that... the problem with it withdrawing/depositing is the SRL include, go to Srl/Srl/Core/Amount.SCAR and go to line 393 which is coinamount function, it should say 'bmp,' make it 'bmp'

    The SMART version doesnt work anymore because they changed the functions around... i will fix this as well, i am gonna put a temporary fix on the current versions for now, but i am going to change my object finding later

  22. #72
    Join Date
    Jun 2007
    Posts
    310
    Mentioned
    0 Post(s)
    Quoted
    84 Post(s)

    Default

    just updated the amount.scar, thanks for helpin me out

    i'll get back at u later with some results

  23. #73
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Update To 6.0 VERY good... ran for 100 loads last night and worked perfectly, although i did notice a little bug when it logs in/out from not finding the banker it right clicks the graphics detail, i dont think this is a result of my script but rather Login.scar but i am not sure...

  24. #74
    Join Date
    Jun 2007
    Posts
    310
    Mentioned
    0 Post(s)
    Quoted
    84 Post(s)

    Default

    eh i just tried to use the previous nonsmart version and it didnt work at all, i'll try the new one right away

    EDIT:
    i just tried out the 6.0 smart version and it got all the way up to logging in, it just kept logging me in and out. the error message was:

    Welcome to Runescape.
    ***(beeped out name for obvious reasons)
    Logged In Player is not in Players array.
    Logged In Player is not in Players array.
    ****
    Logged In Player is not in Players array.
    **
    Logged In Player is not in Players array.
    ***
    Successfully executed

    i tried searching, couldnt find anything

  25. #75
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Noticed a pretty major flaw, updated

    Edit:
    I dont know about your error... do you have rev 20/Scar 3.15?

Page 3 of 5 FirstFirst 12345 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sirlaughsalot's Totally RAD
    By sirlaughsalot in forum RS3 Outdated / Broken Scripts
    Replies: 131
    Last Post: 05-05-2009, 08:53 AM
  2. in process in making a bird hunter
    By bet mtv in forum News and General
    Replies: 7
    Last Post: 08-03-2007, 10:08 PM
  3. Little Baby Bird Found...help
    By LordGregGreg in forum News and General
    Replies: 9
    Last Post: 06-22-2007, 07:51 PM

Posting Permissions

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