|
| 27 Feb 2014 06:15 PM |
I got inspired by Lua Learners' their promoting system which is controlled by bots. I want to know how! The promoting part shouldn't be so hard since (I think) it's just a GET. But the thing is that I need to give my bot privileges to change someone's rank by logging in on my own profile.
I've been looking through the codes for a while. I figured out how to log in via the console but I got some trouble. (https://www.roblox.com/Services/Secure/LoginService.asmx/js)
The function to call with your log in stuff and some other things I put on false is named: Roblox.Website.Services.Secure.LoginService.prototype.ValidateLogin
But the problem is that when I try to log in, the console says 'POST http://www.roblox.com/Services/Secure/LoginService.asmx/ValidateLogin 401 (Unauthorized)' Which blocks me from logging in, BUT it only works on the http://www.roblox.com/NewLogin/ page.
I'd really appreciate it if someone is capable and willing to help me. I have to add that I'm a noob/beginner with Javascript, but from what I've seen, some things look/work like Lua. (e.g. functions)
Also please tell me if I'm doing it entirely wrong! |
|
|
| Report Abuse |
|
|
|
| 27 Feb 2014 06:19 PM |
| First you said Java then Javascript. They are two different things which are you referring to? |
|
|
| Report Abuse |
|
|
Voidition
|
  |
| Joined: 14 Jul 2012 |
| Total Posts: 1849 |
|
| |
|
|
| 27 Feb 2014 06:21 PM |
| The one run by browser, Javascript. |
|
|
| Report Abuse |
|
|
|
| 27 Feb 2014 06:28 PM |
@Voidition First you say Lua is LUA then you say Java and Javascript are the same things. You might as well get out know because you have no idea what you're talking about. |
|
|
| Report Abuse |
|
|
| |
|
|
| 27 Feb 2014 06:44 PM |
JAVA = JAVASCRIPT
L0L111111
LUA |
|
|
| Report Abuse |
|
|
| |
|
dmjoe
|
  |
| Joined: 01 May 2009 |
| Total Posts: 2387 |
|
|
| 28 Feb 2014 03:19 AM |
Java is a unassisted compiled language, java programs run on their own without the aid of something like a browser. Compiled languages like java allow much more to be done, if you can code it you can do it. Java is also fully object oriented, meaning (like Lua) it is based on objects and classes.
Javascript is a scripting language assisted by the browser, javascript is not compiled and (like all scripting languages) runs as raw code. It's a lot more restricted and bogged down... while it is easier to learn. While javascript does have some object-oriented properties, it is not remotely a fully object oriented language.
In short, Java and JS are nothing like each other. Just because they have "java" in them doesn't make them the same. That's like saying my friend "Joe" and my other friend "Joel" are the exact same person because they both have "Joe" in their name.
Apples to oranges. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|