Forum > Scripts >

[Release] getreg() extraction | Trial Run

Posts: 1

Threads: 1

Joined: Feb, 2020

Reputation: 0

Posted

I am only releasing this as a trial run to see whether it would be efficient for script developers to make use of. The duration of this trial period is 4 months starting of February 1st, 2020.
getgc(true) is next.
Will only work with exploits like Synapse X, Protosmasher, SirHurt etc.
-- TRIAL EDITION
-- Settings for extracting getreg()
getgenv().fileName = 'regs.lua'
getgenv().ALLOW_UNHANDLED_METHODS = false -- includes `number` and `thread`
getgenv().ALLOW_PROPERTIES = false -- gets the properties of each instance
getgenv().ALLOW_GETRAWMETATABLE = true -- makes use of getrawmetatable
getgenv().ALLOW_GENERIC_ROBLOX_SCRIPTS = false -- allows scripts / tables made by ROBLOX itself
getgenv().IGNORE_INDEX_TABLE = true -- ignores tables that has "__index"
getgenv().IGNORE_UPVALUES_OF_NEW = true -- ignores tables that has of "new"
getgenv().IGNORE_NIL_SCRIPTS = true -- ignores the scripts that are not set to a parent
getgenv().max_indent = 3 -- cap before "REACHED_MAX_INDENT" appears
 
loadstring(game:HttpGet('https://gist.githubusercontent.com/SadBinz/f79ab9fcfb454a333c8ae8ff8907951a/raw/13f8b518b6f234da8adbf342efda1c2052d5c540', true))()
  • 0

Posts: 63

Threads: 18

Joined: Jan, 2020

Reputation: 0

Replied

Wait... then why does the WeAreDevs API support the functions you used?

 

A pic is here:

Click here for picture

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )