Grand Exchange - Snipe Bot?

Discussion in 'RuneScape 3 Cheating' started by bsbllplyr1234, Feb 2, 2010.

Grand Exchange - Snipe Bot?
  1. Unread #1 - Feb 2, 2010 at 1:30 AM
  2. bsbllplyr1234
    Joined:
    May 28, 2008
    Posts:
    116
    Referrals:
    1
    Sythe Gold:
    0

    bsbllplyr1234 Active Member

    Grand Exchange - Snipe Bot?

    I have been trying to use Autoit3 to write a script that will buy an item in the grand exchange as soon as it updates, while I am viewing it.

    I tried this on some discontinued items. The problem is that I think that Runescape can tell that I am using Autoit3 and then denies me the ability to see when the item updates.

    Does anyone have any tips or experience with the Grand Exchange? I used to spend hours sitting watching items just so I could put an offer in when it updates, but I will no longer do that and think a program will be easier.

    Thanks!
     
  3. Unread #2 - Feb 2, 2010 at 10:58 AM
  4. Blupig
    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant

    Blupig BEEF TOILET
    $5 USD Donor

    Grand Exchange - Snipe Bot?

    The best you could do without injection would be to make a list of updated items and buy them yourself. That kind of bot would be extremely easy to make, although you'd need to do the majority of the work yourself.
     
  5. Unread #3 - Feb 2, 2010 at 11:37 AM
  6. allm0t0rej1
    Joined:
    May 15, 2007
    Posts:
    397
    Referrals:
    0
    Sythe Gold:
    0

    allm0t0rej1 Forum Addict

    Grand Exchange - Snipe Bot?

    been tried and being tried again to be scripted. Harder than you think. much calculus that goes into the script
     
  7. Unread #4 - Feb 2, 2010 at 3:35 PM
  8. Evil-Tom
    Joined:
    Nov 28, 2009
    Posts:
    37
    Referrals:
    0
    Sythe Gold:
    0

    Evil-Tom Member

    Grand Exchange - Snipe Bot?

    I personally would make it using a better platform as well like kbotPro or ibot. There are hooks that get the GE price of an item so when you start it it could get the price then you can log that number and just stick an if in a loop in its own thread constantly checking the ge prise then you can tell when it updates :D
     
  9. Unread #5 - Feb 2, 2010 at 5:18 PM
  10. bizarre_candyman
    Joined:
    Feb 2, 2010
    Posts:
    56
    Referrals:
    1
    Sythe Gold:
    0

    bizarre_candyman Member

    Grand Exchange - Snipe Bot?

    dont bot tbh.
     
  11. Unread #6 - Feb 2, 2010 at 5:31 PM
  12. tofurocks
    Joined:
    Nov 8, 2008
    Posts:
    2,344
    Referrals:
    2
    Sythe Gold:
    0

    tofurocks Iloveroy

    Grand Exchange - Snipe Bot?

    Exactly. It would be very difficult, but it has been done.
    For example, it would be like something similar to this, I would imagine:

    <thread start here>
    temp = ge.GetPrice("Santa Hat");
    sleep(5000);
    if (temp != ge.GetPrice("Santa Hat")
    {
    BuySantas();
    etc.
    }
     
  13. Unread #7 - Feb 2, 2010 at 5:40 PM
  14. v3-
    Joined:
    Oct 10, 2009
    Posts:
    510
    Referrals:
    0
    Sythe Gold:
    0

    v3- Forum Addict
    Banned

    Grand Exchange - Snipe Bot?

    Make sure you clear out the variable the thread is being saved to each time you update it. (made the mistake before, feels bad.)
     
  15. Unread #8 - Feb 2, 2010 at 5:43 PM
  16. v3-
    Joined:
    Oct 10, 2009
    Posts:
    510
    Referrals:
    0
    Sythe Gold:
    0

    v3- Forum Addict
    Banned

    Grand Exchange - Snipe Bot?

    Why are you even on Sythe?

    Or are you one of those downs randies that thinks it's justified to break some rules in the Terms of Agreement/EULA, but wrong to break others?
     
  17. Unread #9 - Feb 2, 2010 at 5:57 PM
  18. JDK
    Joined:
    Apr 25, 2007
    Posts:
    681
    Referrals:
    1
    Sythe Gold:
    0

    JDK Apprentice

    Grand Exchange - Snipe Bot?

    Aren't there websites that send you an email/text message whenever the GE updates? Coulden't you just use one of these and manually update your offer upon recieving the email/text?
     
  19. Unread #10 - Feb 2, 2010 at 6:57 PM
  20. Lo 0 o0 0o k
    Joined:
    Apr 29, 2008
    Posts:
    1,023
    Referrals:
    0
    Sythe Gold:
    0

    Lo 0 o0 0o k Guru

    Grand Exchange - Snipe Bot?

    That's what I was thinking.
    I use this site:
    http://www.geupdate.com/
    Or the IRC for rune-tips.net
    Put Lo 0 o0 0o k as your referral if you join :)
     
  21. Unread #11 - Feb 2, 2010 at 8:12 PM
  22. XARO
    Joined:
    Dec 22, 2005
    Posts:
    42
    Referrals:
    0
    Sythe Gold:
    0

    XARO Member

    Grand Exchange - Snipe Bot?

    The notifier on that website is a little slow. If you miss it by even 1 minute, it's impossible to buy some rares e.g. pumpkins, disks, partyhats
     
  23. Unread #12 - Feb 3, 2010 at 1:20 AM
  24. bsbllplyr1234
    Joined:
    May 28, 2008
    Posts:
    116
    Referrals:
    1
    Sythe Gold:
    0

    bsbllplyr1234 Active Member

    Grand Exchange - Snipe Bot?

    guys, coding this is super easy. I just use autoit3 to check the pixels within a certain rectangle, that being the maximum price of an item.

    The problem that I am having is that there is a "timeout" while watching an item. The only solution is exiting out of the grand exchange every 20-30 min and getting back to the offer page within a few seconds. That, is what i don't know how to do. The program is alot easier than first thought.
     
  25. Unread #13 - Feb 3, 2010 at 1:22 AM
  26. bsbllplyr1234
    Joined:
    May 28, 2008
    Posts:
    116
    Referrals:
    1
    Sythe Gold:
    0

    bsbllplyr1234 Active Member

    Grand Exchange - Snipe Bot?

    Wrong, if you miss it by 1-2 seconds you will not get the item. The code I am writing will get the offer in within half a second, every time. Another problem is that each server updates at a different time, same with items, they don't update all at the same time.

    What i am trying to do now is put an offer in for minimum, that being a blue partyhat. Soon as the price rises my offer will be shown as "ZZZ..." then i will put in an offer in for blue partyhat at maximum immediately. I am not sure if this will work.
     
  27. Unread #14 - Feb 3, 2010 at 1:23 AM
  28. JDK
    Joined:
    Apr 25, 2007
    Posts:
    681
    Referrals:
    1
    Sythe Gold:
    0

    JDK Apprentice

    Grand Exchange - Snipe Bot?

    It is impossible to buy rares anyway... nobody puts them on GE therefore even if you manage to be the first person to increase your bid, there is none there to purchase regardless.
     
  29. Unread #15 - Feb 3, 2010 at 1:28 AM
  30. bsbllplyr1234
    Joined:
    May 28, 2008
    Posts:
    116
    Referrals:
    1
    Sythe Gold:
    0

    bsbllplyr1234 Active Member

    Grand Exchange - Snipe Bot?

    JDK.... the price on a rare will not update if nobody sells to the ge. Update frequency is based on volume of items bought/sold through ge. That's why christmas cracker never updates, same with half wine. Items that are traded hella will update twice a day. If I can get an offer in 1 second and wait, I will get the item.
     
  31. Unread #16 - Feb 4, 2010 at 9:06 AM
  32. loving_spec
    Joined:
    Feb 3, 2010
    Posts:
    68
    Referrals:
    0
    Sythe Gold:
    0

    loving_spec Member
    Banned

    Grand Exchange - Snipe Bot?

    make a list of what u want the bot to buy
     
  33. Unread #17 - Feb 5, 2010 at 2:45 AM
  34. PennyRoyal
    Joined:
    Jul 23, 2008
    Posts:
    1,755
    Referrals:
    2
    Sythe Gold:
    37
    Sythe's 10th Anniversary

    PennyRoyal Guru

    Grand Exchange - Snipe Bot?

    This is just useless spam, your on a cheating site so how about go stfu.


    If you find out how to do it let us all know, a mate of mine was trying to do the same thing and failed.
     
  35. Unread #18 - Feb 5, 2010 at 3:21 AM
  36. aasshhlleeyy
    Joined:
    Feb 15, 2008
    Posts:
    286
    Referrals:
    0
    Sythe Gold:
    0

    aasshhlleeyy Forum Addict

    Grand Exchange - Snipe Bot?

    This would be great.

    I personally have sniped an easter, its very much possible.

    GL.
     
  37. Unread #19 - Feb 5, 2010 at 10:53 AM
  38. phat noob
    Joined:
    Feb 5, 2010
    Posts:
    339
    Referrals:
    0
    Sythe Gold:
    0

    phat noob Forum Addict
    Banned

    Grand Exchange - Snipe Bot?

    if you still havent fixed the timeout problem..and dont autoclick friend used his ge bot/he is pro programmer he got perm banned for it.
     
  39. Unread #20 - Feb 5, 2010 at 11:20 AM
  40. Evil-Tom
    Joined:
    Nov 28, 2009
    Posts:
    37
    Referrals:
    0
    Sythe Gold:
    0

    Evil-Tom Member

    Grand Exchange - Snipe Bot?

    so he obviously isn't pro enough.
     
< Auto sniping? | Which vps >

Users viewing this thread
1 guest


 
 
Adblock breaks this site