Is there a script for adding bulk buy/sell orders to zybez price guide?

Discussion in 'RuneScape 2007 Cheating' started by thekingkio, Jul 29, 2014.

Is there a script for adding bulk buy/sell orders to zybez price guide?
  1. Unread #1 - Jul 29, 2014 at 3:58 PM
  2. thekingkio
    Joined:
    Jun 28, 2014
    Posts:
    13
    Referrals:
    0
    Sythe Gold:
    0

    thekingkio Newcomer

    Is there a script for adding bulk buy/sell orders to zybez price guide?

    Does anyone know of a script that can be used to add bulk buy/sell orders onto the Zybez price guide?

    I have no programming experience, however since zybez price guide does have an API I am wondering if it is possible for a script to be made to post my sell/buy orders rather than doing it manually.

    I know there a couple of bots with this capability, but after purchasing a 30 day membership for sigma merch from Tribot that doesn't work I am apprehensive of using another premium script.
     
  3. Unread #2 - Jul 29, 2014 at 11:04 PM
  4. TBotting
    Joined:
    Apr 6, 2014
    Posts:
    665
    Referrals:
    0
    Sythe Gold:
    0
    Two Factor Authentication User Sythe's 10th Anniversary

    TBotting Apprentice

    Is there a script for adding bulk buy/sell orders to zybez price guide?

    They have API, but only for searching, not for buying and selling. However, it's very simple to make your own API that imitates a web browser and adds buy/sell offers.
     
  5. Unread #3 - Jul 29, 2014 at 11:17 PM
  6. TBotting
    Joined:
    Apr 6, 2014
    Posts:
    665
    Referrals:
    0
    Sythe Gold:
    0
    Two Factor Authentication User Sythe's 10th Anniversary

    TBotting Apprentice

    Is there a script for adding bulk buy/sell orders to zybez price guide?

    For the coders out there, write a POST packet to:

    Code:
    http://forums.zybez.net/index.php?app=curseauth&module=global&section=login&do=process
    Add the following post parameter name/values:

    auth_key = 880ea6a14ea49e853634fbdc5015a024
    rememberMe = 1
    referer = http%3A%2F%2Fforums.zybez.net%2Frunescape-2007-prices
    ips_username = usrname
    ips_password = pswd
    submit = Login
    [/code]
    Of course, you could also not send rememberMe and referer, but I always suggest you to fully mimic the browser.

    The response will include a lot of non-important information, but also:
    Code:
    Set-Cookie = z_session_id=....
    
    Once you send further requests to the price guide, add this cookie in the request header "Cookie"

    Now for the trading part, for adding a sell offer, send a POST packet to:
    Code:
    http://forums.zybez.net/index.php?app=priceguide&module=public&section=action&do=trade-add
    
    Here, add the cookie string to Cookie
    now for the post paramenter name/values:
    Code:
    auth = Hashed auth key that is included in your cookie string, you'll have to obtain it from the cookie string
    
    id = itemID (ZYBEZ ITEM ID != RUNESCAPE ITEM ID)
    
    type = 1
    qty = amount 
    price = price
    characted_id = charid (you'll have to see for yourself where you're going to find this, lol)
    contact = 1
    notes = 
    
    I'm sure that sell is similar but type would be 0 or 2 instead, just check it out yourself.
     
  7. Unread #4 - Jul 30, 2014 at 8:57 AM
  8. thekingkio
    Joined:
    Jun 28, 2014
    Posts:
    13
    Referrals:
    0
    Sythe Gold:
    0

    thekingkio Newcomer

    Is there a script for adding bulk buy/sell orders to zybez price guide?

    Thanks for the reply, I'll hit up Fiverr and see if I can get anyone to program a basic script for cheap.

    p.s. What coding language would this be written in?
     
  9. Unread #5 - Jul 30, 2014 at 10:10 AM
  10. TBotting
    Joined:
    Apr 6, 2014
    Posts:
    665
    Referrals:
    0
    Sythe Gold:
    0
    Two Factor Authentication User Sythe's 10th Anniversary

    TBotting Apprentice

    Is there a script for adding bulk buy/sell orders to zybez price guide?

    Any programming language, but if you require a script for runescape, it's most likely going to be Java.
     
< The BEST Free Old School Bot is out! [READ] | ExcoBot|The new revolution of 07/OSRS botting| >

Users viewing this thread
1 guest


 
 
Adblock breaks this site