Releases: RiisDev/ScriptBloxAPI
6.3.1 | Fix Script Search
Full Changelog: v6.3.0...v6.3.1
- Fixed Script Search
6.3.0 | Add executor API support, fixed GetRobloxVersions
Full Changelog: v6.2.0...v6.3.0
- Modified internal Http Usage to properly display ScriptBlox errors
- Fixed
Executors.GetRobloxVersions
returning invalid data type & erroring
- Added
Executors.GetExecutorList
Returns partnered / watched exploits - Added
Executors.GetExecutor(string executor)
Returns info page of execturo
6.2.0 | More Endpoints !, Memory Optimizations
Full Changelog: v6.0.0...v6.2.0
- ReWrote parameter handler to lower memory usage
Added Endpoints
-
UserStats.GetUserFollowingAsync(string username, int? page = 1, int? max = 20)
-
UserStats.GetUserFollowersAsync(string username, int? page = 1, int? max = 20)
-
UserStats.GetUserInfoAsync(string username, int? page = 1, int? max = 20)
-
Comments.GetScriptCommentsAsync(string scriptId, int? page = 1, int? max = 20)
-
Executors.GetRobloxVersions()
-
Scripts.FetchScriptsFromUser(string username, int? page = 1, int? max = 20)
6.0.0 | Now Maintained, works with latest migration
I suggest using Nuget to run,
this now targets NetStandard 2.0 so you can use it in .Net Core as well as Framework, enjoy.
v5.0.0
Full Changelog: IrisV3rm/ScriptBloxAPI@v4.0.1.0...v5.0.0
- 5.0.0
- Added an internal convert to WebP Method, 'ConvertWebPToBitmapInternal'
- Changed internl C# Language to 'latest'
- Updated 'NetCore.Platforms' -> 7.0.4
- Updated 'Fody' -> 6.8.0
- Fixed bug with 'GetSlugsFromResults' throwing a 'Cannot access child value on Newtonsoft.Json.Linq.JValue.'
- Added UserAgent to HttpClient to help usage control
- Created a new script Method 'GetScriptsWithFilter, GetScriptsWithFilterAsync'
- Created new Enum for Filters 'ScriptsMethod.FilterType' to be used with the new methods.
Security Fixes | Scripts Methods Fix
New Features
Full Changelog: IrisV3rm/ScriptBloxAPI@v3.0.0.0...v4.0.0.0
Everything Works
v3.0.0.0 Fixed Everything My bad
Fixed Namespaces
v2.0.0.0 Delete ScriptBloxAPI.1.0.0.nupkg
Initial Release
v1.0.0.0 Update .gitignore