|
| 27 Dec 2014 09:43 AM |
$.get(http://www.roblox.com/User.aspx?id=(nty), function(data){ var element = $("ctl00_cphRoblox_rbxUserPane_lUserOnlineStatus", data).text() if (element === "[Offline]") { alert("HES ONLINE GOOOOOOOGOOO") }})
also send trades / poor/rich = coinman001 |
|
|
| Report Abuse |
|
|
Irradiant
|
  |
| Joined: 31 May 2012 |
| Total Posts: 56114 |
|
|
| 27 Dec 2014 09:45 AM |
| r u making something to stalk people when they come online or something |
|
|
| Report Abuse |
|
|
|
| 27 Dec 2014 09:46 AM |
no this guy i need something from him but he comes on like once a week and i never get to talk 2 him
so im making something to do it for me all the time
also send trades / poor/rich = coinman001 |
|
|
| Report Abuse |
|
|
Irradiant
|
  |
| Joined: 31 May 2012 |
| Total Posts: 56114 |
|
| |
|
PestJ
|
  |
| Joined: 22 Dec 2011 |
| Total Posts: 18267 |
|
|
| 27 Dec 2014 09:48 AM |
| if hes offline why would it alert you he's online |
|
|
| Report Abuse |
|
|
|
| 27 Dec 2014 10:02 AM |
to mess u gyus up
also send trades / poor/rich = coinman001 |
|
|
| Report Abuse |
|
|
|
| 27 Dec 2014 10:07 AM |
hi also send trades / poor/rich = coinman001 |
|
|
| Report Abuse |
|
|
|
| 27 Dec 2014 10:18 AM |
!!!
also send trades / poor/rich = coinman001 |
|
|
| Report Abuse |
|
|
|
| 27 Dec 2014 10:21 AM |
plss also send trades / poor/rich = coinman001 |
|
|
| Report Abuse |
|
|
|
| 27 Dec 2014 10:26 AM |
also send trades / poor/rich = coinman001 |
|
|
| Report Abuse |
|
|
|
| 27 Dec 2014 10:35 AM |
!!!!
also send trades / poor/rich = coinman001 |
|
|
| Report Abuse |
|
|
|
| 27 Dec 2014 10:53 AM |
id = 261 $.ajax({ url: 'http://www.roblox.com/User.aspx?id=' + id, type: 'GET' }).success(function(pageData){ var status = $(pageData).find("#ctl00_cphRoblox_rbxUserPane_lUserOnlineStatus").text().replace(/ /g,""); var offlineStatus = (status == "[Offline]") ? true : false //if true, then offline else online if (offlineStatus = true) alert(id + " is offline.") if (offlineStatus != true) alert(id + " is online.") }); |
|
|
| Report Abuse |
|
|
|
| 27 Dec 2014 10:53 AM |
| you should have asked me, I just came on, but I would use the syntax I used for neatness and quickness |
|
|
| Report Abuse |
|
|