[post closed closed closed closed]
huh? why? I need help, not hiring
If you need help, then move this to #help-and-feedback:scripting-support
just go read your own post please.
My bad thank for your reminder
Well, you could install spyware on every player’s computer to monitor their Roblox-related activities. Maybe even some bloatware to earn some extra cash.
Nah, just kidding, but really, there isn’t a (legal) way to do this without interacting with the Roblox web API in some way. I mean, there’s only one entity that can access the current state of every player on its platform, and its Roblox. How do you get information from Roblox externally? Through the web API.
Why is this? It seems pretty straightforward and a great solution to me.
Assume there is an Software in the computer, which requires the information about which game is playing currently
well, tbh it’s for discord rich presence support
Ohh okay, that makes more sense.
Well, when RobloxBetaPlayer.exe is launched, a PlaceID parameter is passed to it, which you can intercept and get the place information using the Roblox web API (you’re gonna use it no matter what, although this is a bit more straightforward because you won’t have to run a loop sending get requests to Roblox).
An example of this in action is fuzzydragon’s rich presence.
Exactly what i was looking for more straightforward way instead of spamming api
wmic process where "name='RobloxBetaPlayer.exe'" get CommandLine
wth ?! No Instance(s) Available.
“RobloxPlayerBeta.exe” charssssss
WindowPower Shell(Get-WmiObject Win32_Process -Filter "ProcessId = 20864").CommandLine
returns → \AppData\Local\Roblox\Versions\version-48a28da848b7420d\RobloxPlayerBeta.exe`
@paulocezarnbr is correct here, my bad.
The way that Bloxstrap does it appears to be through parsing the log files for specific lines that indicate what the client is doing.
Bloxstrap is open-source, and the license states that you have
[...] the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
[THE IMPORTANT PART!!]
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
(from: LICENSE)
