Categories > Exploiting > Roblox >
[Help] Integrate scriptblox to your ROBLOX executor.
Posted
I've realized most executor that has cloud scripts nowadays uses the scriptblox thingy, "powered by scriptblox.com".
So I wanted to integrate it but don't know how to. I am not an HTML expert or css or js. Maybe those programming languages probably have something to do with it.
help a dev out <>
https://media.discordapp.net/attachments/1092386369931853834/1097911547206041611/BANNER.png
Replied
I think this might be scriptblox doc
https://github.com/DocsGuy/Unoffical-Scriptblox-api-docs/tree/main/Scriptblox%20Api
Cancel
Post
Replied
Cancel
Post
https://media.discordapp.net/attachments/1092386369931853834/1097911547206041611/BANNER.png
Replied
scriptblox provides an API for users to fetch scripts
basically:
- fetch json response from url
- parse json response with something like Newtonsoft.JSON
- profit
Cancel
Post
https://cdn.discordapp.com/attachments/1023423265160560745/1132948683747500092/Frame_12x.png
Replied
@detroitjack smh can't put c# and lua in your siggy if you don't understand this!!!
anyways so there's an API that scriptblox uses found here https://scriptblox.com/api/script/fetch?page=1
using this you can get all the information that you need
hoep could help!!
Cancel
Post
"Questionable intellegence, but I like the mystery" - CubeFaces
https://cdn.discordapp.com/attachments/1136067487847415848/1138948596679589898/sig.png
Replied
Cancel
Post
https://media.discordapp.net/attachments/1092386369931853834/1097911547206041611/BANNER.png
Replied
@detroitjack depends on if you usin wpf or winforms. I won't spoonfeed you code but here's the steps
- send a request to the api endpoint that i sent you in my last reply
- use Newtonsoft.Json or the built in System.Text.Json library to parse and deserialize the json
- extract the information you want
- the end
Cancel
Post
"Questionable intellegence, but I like the mystery" - CubeFaces
https://cdn.discordapp.com/attachments/1136067487847415848/1138948596679589898/sig.png
Replied
since I am using winforms everything is complicated here, anyways thanks for the help. Appreciate it.
Cancel
Post
https://media.discordapp.net/attachments/1092386369931853834/1097911547206041611/BANNER.png
Replied
that is a lot more elaborate than the official documentation ThunderMods hands out, you can post a script with the API? wow
Cancel
Post
<3 N4ri
---
Exploits i use: Comet
Scripts i use: anything cool
Added
Cancel
Post
https://media.discordapp.net/attachments/1092386369931853834/1097911547206041611/BANNER.png
Replied
@detroitjack using the code he gave you should be pretty easy to make a class with all the properties you want and then bind it to like a control in winforms that is your box n whatnot
Cancel
Post
"Questionable intellegence, but I like the mystery" - CubeFaces
https://cdn.discordapp.com/attachments/1136067487847415848/1138948596679589898/sig.png
Replied
sorry to break it to u but this cloud scripts thing will be harder in winforms unless bunifu or other design thingy has some type of wrap panel, just move to wpf it'll be best
Cancel
Post
Discord : Doctor Doom#0550
https://media.discordapp.net/attachments/1092386369931853834/1097911547206041611/BANNER.png
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post