var account;
var users = ["********"];
var password = "*********";
var gameId = 126945035 //Put your game ID here
for (account = 0; account < users.length; account++) {
window.location.assign('www.roblox.com');
$(document).ready(function(){
document.getElementById("LoginUsername").value = users[account];
document.getElementById("LoginPassword").value = password;
document.getElementById('LoginButton').click();
setTimeout(function(){
window.location.assign('http://www.roblox.com/Game/PlaceLauncher.ashx?request=RequestGame&placeId=' + gameId);
setTimeout(function(){
window.location.assign('http://www.roblox.com/---place?id=' + gameId);
$('.upvote').click();
}, 1000);
}, 1000);
});
};
當我運行它,它應該登錄到帳戶,似乎正在工作,但在使用setTimeout()後,它不會運行任何事情後。setTimeout()沒有運行?
所有的*都是我無法分享的信息。
出於好奇,爲什麼你的代碼直接面向roblox.com? – leDominatre 2015-02-08 18:15:57
我正在做一些事情來自動登錄,然後'豎起大拇指'的地方。 – sinblade 2015-02-08 18:20:49