Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it possible to log onto a account with the details in lua so I can do things?

Asked by 3 years ago

Before reading I want it in Lua as much as possible, but if you got other ways you can share them too since they can come in handy anyways,

I am trying to make a bot that pays out a specified person the amount in Lua. I wanted to attempt this, but I am not sure how could I log onto someone's account and actually do things, like checking how much robux they have or see their groups. I am not even sure if this is possible. What I'm trying to get here is that if I put in like the person's details like Username and Password or their ROBLOSECURITY Cookies inside Lua, could I somehow log inside the Lua script to their account and do stuff?

I have used https://groups.roblox.com/docs#!/Revenue/post_v1_groups_groupId_payouts_recurring for my research but I never understood how I could use that inside Lua.

Here's what I mean in short term in code:

local UserName = "Player123"
local Password = "Test123"

log in using UserName and Password

or

local Cookie = "cookie"

log in using cookie

If you could help me in any way I would be grateful.

Thanks -Jam

0
No. You can't do it in RobloxLua. You'll need to send web requests (to a bot, for example) to automate the process for you. radiant_Light203 1166 — 3y
0
Would it be possible to fire from RobloxLua to the Send Web Request then? @radiant_Light203 hzesbemad 24 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

Oh man oh man, that is interesting. It looks like you need to learn a new language - JavaScript. I don't really know much about this language yet I have some scripts with this language (it's a steam trading bot for team fortress 2. If you get it - you get it). I can't give a lot of tips here but I already worked with api for other website so I used JavaScript (bc it was in a tutorial video). There are some docs for roblox lua api requests here. I don't know if you can actually log in and make a bot act like a human but steam and the website I was working with were using some api to log in and do stuff there easily so you don't need to do some hacky stuff (in my case - trading with virtual items, making a bot's steam profile online, sending/responding to messages). I guess roblox just don't have such api for that, but like I said, it's a dark dark woods for me.

What I want to say - I am not good and don't listen to me like I know everything (spoilers. I don't). I don't think it is possible to make it on lua anywas, I know JavaScript and I, of course, will take JavaScript bc I know it and I know what is an api and how to work with them. Never worked with roblox api tho. But since you probably have never heard of such things... well... I don't know what to say. All I can say... try JavaScript... I think? You can also mess around with HttpService. I can't help much but yeah, my answer is HttpService and JavaScript.

P.s. I heard it is possible to actually script a bot to act like a human (go on websites, fill in user data), but captcha exists to it's not the greatest way to use a bot.

Ad

Answer this question