Preffers
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 10378 |
|
|
| 28 May 2014 12:52 PM |
it looks like it just accepts every trade you get
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 |
|
|
| |
|
Preffers
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 10378 |
|
| |
|
|
| 28 May 2014 12:53 PM |
obviously a kl cause everything has to be a kl |
|
|
| Report Abuse |
|
|
neongoo51
|
  |
| Joined: 12 May 2009 |
| Total Posts: 33061 |
|
|
| 28 May 2014 12:54 PM |
Did you accidentally hit the F12 key?
/ERROR: Signature.exe has stopped working § I'll sell you one pound of nickel for a nickel! |
|
|
| Report Abuse |
|
|
Gaomon94
|
  |
 |
| Joined: 22 Oct 2007 |
| Total Posts: 74936 |
|
| |
|
Preffers
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 10378 |
|
|
| 28 May 2014 12:55 PM |
gao
as long as i'm not trying to sell whatever it is, the worst thing i can get is probably a 3 dayer |
|
|
| Report Abuse |
|
|
Preffers
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 10378 |
|
|
| 28 May 2014 12:58 PM |
i think it just accepts any inbound trade
i have no idea what else it would do |
|
|
| Report Abuse |
|
|
Gaomon94
|
  |
 |
| Joined: 22 Oct 2007 |
| Total Posts: 74936 |
|
|
| 28 May 2014 01:00 PM |
| I'm not familiar with anything like this since I only know basic HTML/CSS, but it seems to be checking for trades and accepting the ones pending. |
|
|
| Report Abuse |
|
|
| |
|
Preffers
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 10378 |
|
|
| 28 May 2014 01:00 PM |
| yeah, i'm only good with python and smalltalk |
|
|
| Report Abuse |
|
|
Larney
|
  |
| Joined: 19 Oct 2011 |
| Total Posts: 19999 |
|
|
| 28 May 2014 01:02 PM |
Yeah, but what I'm wondering, what's the point of it? I guess if you get in someone elses account you could run this, but then you could just accept them anyway.
Їℕ✞∃ℛℜ☮ℬѦℕḠ‽ |
|
|
| Report Abuse |
|
|
Preffers
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 10378 |
|
|
| 28 May 2014 01:03 PM |
larney
my guess is people try to trick others into using it by saying it's a troll trade bot or something
then they can just steal everything from them |
|
|
| Report Abuse |
|
|
Larney
|
  |
| Joined: 19 Oct 2011 |
| Total Posts: 19999 |
|
|
| 28 May 2014 01:05 PM |
I barely know HTML, and only a tiny bit of Lua, and I can tell what it does. Not precisely, of course.
I guess if you're really gullible you wouldn't notice the third line saying "/My/Money.aspx/GetMyItemTrades"..
Їℕ✞∃ℛℜ☮ℬѦℕḠ‽ |
|
|
| Report Abuse |
|
|
Gaomon94
|
  |
 |
| Joined: 22 Oct 2007 |
| Total Posts: 74936 |
|
|
| 28 May 2014 01:06 PM |
I'm going to go with the whole "deceive them into thinking it's a good bot to use" idea and then the scammer can spam trades with bad offers and raid the victim's account for their good items.
I've seen people do despicable things in LMAD for their precious pixels, I wouldn't put it past them to do something like this.
http://www.youtube.com/watch?v=SISvZcPn6-M
|
|
|
| Report Abuse |
|
|
Preffers
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 10378 |
|
|
| 28 May 2014 01:06 PM |
or this line
}).always(function(){ |
|
|
| Report Abuse |
|
|
Gaomon94
|
  |
 |
| Joined: 22 Oct 2007 |
| Total Posts: 74936 |
|
|
| 28 May 2014 01:06 PM |
@Lar I'm just taking quick glances at it, tbh. |
|
|
| Report Abuse |
|
|
Preffers
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 10378 |
|
|
| 28 May 2014 01:07 PM |
gao
i wouldn't be surprised
that's probably why so many bots get leaked |
|
|
| Report Abuse |
|
|
Gaomon94
|
  |
 |
| Joined: 22 Oct 2007 |
| Total Posts: 74936 |
|
| |
|
Preffers
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 10378 |
|
|
| 28 May 2014 01:08 PM |
we solved lmad in one thread
go us |
|
|
| Report Abuse |
|
|
Larney
|
  |
| Joined: 19 Oct 2011 |
| Total Posts: 19999 |
|
|
| 28 May 2014 01:10 PM |
Not only LMaD scams people. We just gave everyone a perfect idea to scammers.
Їℕ✞∃ℛℜ☮ℬѦℕḠ‽ |
|
|
| Report Abuse |
|
|
Gaomon94
|
  |
 |
| Joined: 22 Oct 2007 |
| Total Posts: 74936 |
|
|
| 28 May 2014 01:10 PM |
hellyeah highfivetime
http://www.youtube.com/watch?v=kHx5hCVN26E |
|
|
| Report Abuse |
|
|
Larney
|
  |
| Joined: 19 Oct 2011 |
| Total Posts: 19999 |
|
|
| 28 May 2014 01:11 PM |
My second sentence made absolutely no sense. What I meant was that not only LMaD scams, and if you are a scammer, you just posted a perfect idea for them to use.
Complete with the tool to do it.
Їℕ✞∃ℛℜ☮ℬѦℕḠ‽ |
|
|
| Report Abuse |
|
|
Gaomon94
|
  |
 |
| Joined: 22 Oct 2007 |
| Total Posts: 74936 |
|
|
| 28 May 2014 01:12 PM |
AYDIOSMIO LARNEY WHY DID YOU HAVE TO SAY THAT |
|
|
| Report Abuse |
|
|
Preffers
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 10378 |
|
|
| 28 May 2014 01:12 PM |
larney
don't buy any bots
gao
http://www.youtube.com/watch?v=JWuANF542WY |
|
|
| Report Abuse |
|
|