|
| 02 Sep 2013 02:15 PM |
if you test it for me party me |
|
|
| Report Abuse |
|
|
are228
|
  |
| Joined: 08 Aug 2013 |
| Total Posts: 2592 |
|
| |
|
| |
|
|
| 02 Sep 2013 02:17 PM |
Are, not macs, I just need to know if it would work. :L If you help me out, free copy. (P.S. dont use command.prmt or whatever it is) |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 02 Sep 2013 02:19 PM |
| he made it so it will accept low raps |
|
|
| Report Abuse |
|
|
| |
|
|
| 02 Sep 2013 02:21 PM |
@Club no...how would you assume that... |
|
|
| Report Abuse |
|
|
Mo7phR
|
  |
| Joined: 13 May 2011 |
| Total Posts: 44100 |
|
|
| 02 Sep 2013 02:22 PM |
function POST(){ $.ajax({ url : "/My/Money.aspx/GetMyItemTrades", type : "POST", data : '{"statustype":"inbound","startindex":0}', contentType : "application/json; charset=UTF-8", success : function(Data){ var Base = jQuery.parseJSON(jQuery.parseJSON(Data.d).Data[0]) var TradeId = Base["TradeSessionID"] var Partner = Base["TradePartnerID"] var Token = "" $.get("/My/Money.aspx",function(Data){ Token = Data.match(/setToken(\W(.+)\W);/)[2].replace(/'/g,"") Token = Token.replace("+","%2B").replace("/","%2F") }).always(function(){ $.post("/Trade/TradeHandler.ashx?token=" + Token,{TradeID : TradeId,cmd : "pull"},function(Data){ var Base = jQuery.parseJSON(Data.data).AgentOfferList var Other = 1 if (Number(Base[0].AgentID) == Number(Partner)){ Other = 0 } var OtherVal = Base[Other]["OfferValue"] var SelfVal = Base[Other == 0 && 1 || 0]["OfferValue"] var TradeJSON = Data.data if (OtherVal/3 > SelfVal){ $.post("/Trade/TradeHandler.ashx?token=" + Token,{TradeID : TradeId,TradeJSON:TradeJSON,cmd : "maketrade"}) } POST() }) }) } }) } POST() |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
Mo7phR
|
  |
| Joined: 13 May 2011 |
| Total Posts: 44100 |
|
| |
|