Skip to content

CrxyScripter/Lua-Obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Obfuscator Bot (python 3.7.9)

Simple discord bot written in python for obfuscating lua files sent by a user in a specific channel (also works in direct messages). Useful for securing your lua scripts (work with fivem/roblox etc resources).

This is a modified version for repl and heroku. If you are trying to run this from your desktop just use the original source from yunglean4171: https://github.com/yunglean4171/discord-bot-lua-obfuscator

In repl start a blank template and import from github.com. copy this website link
In repl put DISCORD_TOKEN in system environment variables.
In repl shell type the following:

chmod +x bin/*
pip install -r requirements.txt
python bot

Enjoy your free private obfuscator.

Required python modules:

  • Discord.py
  • requests
  • Flask

Heroku Guide

Fork this repoistory.
Create an app on Heroku.
Select Deploy->Github and connect your account.
Put repo name in.
Select Enable Automatic Deploys then Deploy Branch
Go to Settings->Reveal Config Vars
Add DISCORD_TOKEN in environmental variables.
Done.

About

Simple discord bot written in python obfuscating lua files sent by user on specified channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published