Skip to content

Releases: RiisDev/ScriptBloxAPI

6.3.1 | Fix Script Search

09 Aug 11:24
Compare
Choose a tag to compare

Full Changelog: v6.3.0...v6.3.1

  • Fixed Script Search

6.3.0 | Add executor API support, fixed GetRobloxVersions

19 Jul 03:24
Compare
Choose a tag to compare

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

09 Apr 12:40
Compare
Choose a tag to compare

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

07 Apr 01:29
Compare
Choose a tag to compare

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

19 Aug 11:02
Compare
Choose a tag to compare

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

24 May 03:18
Compare
Choose a tag to compare

New Features

23 May 11:44
Compare
Choose a tag to compare

Everything Works

22 May 12:26
Compare
Choose a tag to compare
v3.0.0.0

Fixed Everything My bad

Fixed Namespaces

22 May 11:41
9c934f9
Compare
Choose a tag to compare
v2.0.0.0

Delete ScriptBloxAPI.1.0.0.nupkg

Initial Release

22 May 11:28
cdefe94
Compare
Choose a tag to compare
v1.0.0.0

Update .gitignore