Skip to content

pwdsec/CloudScript-Scraper-CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

CloudScript Scraper C#

Working as of: - 3/27/2021


Takes less codes in C# than C++ so why not. It gets the Lua Script in Base64 and then Decode it and then show the source. It will also create a folder "Script" and put all the sources there that you have checked. I added bruteforce too but low-key useless. Just go here: cloudscripts/storage/ you will have access to all the codes.

You will get an output like this:

local a = "hello world"
print(a)

Instead of this:

bG9jYWwgYSA9ICJoZWxsbyB3b3JsZCIKcHJpbnQoYSk=

  • ChangeLogs:
    • [4/10/2021]:
      • Throw Exception!!??
      • Changed some codes again.
      • Added some codes and formated.
    • [4/9/2021]:
      • Formated the code.
      • Changed a bit the stuff.
      • Shitty {Not Found} handler.
      • Made it work with cloudscript(0000000)() it will just remove cloudscript()() and keep the int
    • [X/X/XXX]:
      • Bruteforce.
      • Cloudscript scrapper.
      • Start of the project.

About

CloudScript Scraper made in c# - discontinued

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages