Macro's

This Page Is All About Macros Of 77Fuscator.

77Fuscator Has 5 Macro's!

  • Watermark Macro

So To Get Started The Most Basic Macro In 77Fuscator is The Watermark Macro This Legit Just Changes The Watermark on Top It Can Be Anything Like _77Watermark("Watermark Example")

--//Watermark Macro
_77Watermark("Watermark here")

Crash Macro

The Second Macro is The Crash Macro, This Macro Legit Just Crashes The VM/Virtual Machine This is Useful For Somethings

--//Crash Macro
_77Crash()

Ignore Macro

The Third Macro Is The Ignore Macro, This Macro Will Exclude A String From Encryption It Will Increase The Script's Performance But Decreases The Security For Example: print("[IGNORE:]hello")

--//Ignore Macro
[IGNORE:]

ProtectFunction Macro

The Fourth Macro Is The ProtectFunction Macro, this Macro Will do simple protection to prevent hooking its Useable And Recommended To Be Used Especially If Your Script Has A Whitelist System. Example: _77ProtectFunction({print,error,debug.getinfo})

--//ProtectFunction Macro
_77ProtectFunction({})

UpvalueFix Macro

The Last Macro Is The UpvalueFix Macro, This Macro Is for fixing scripts to error with too many upvalues error Example: hookfunction(whatever_func,_77UpvalueFix(function() end)) hookmetamethod(game, "__index", _77UpvalueFix(function() end)))

--//UpvalueFix Macro
_77UpvalueFix(function(...) end)

Last updated