Testing Lab
Analyzing: Slime RNG Auto Farm | Free
10
Lines
--
Functions
--
Security
--
Performance
--
Quality
--
Issues
Source Code
10 lines
1
local Settings = {
2
RebirthWebhook = "", -- your Discord webhook URL for rebirth notifications
3
SlimeWebhook = "", -- your Discord webhook URL for rare slime notifications
4
DiscordID = "", -- your Discord ID (e.g. "123456789012345678")
5
}
6
7
-- ================================================
8
9
getgenv().ScriptSettings = Settings
10
loadstring(game:HttpGet("https://slime.ridwan9470.workers.dev/script_free?discord_id=" .. Settings.DiscordID))()
Ready to Analyze
Click "Run Analysis" to scan the script for issues
Security Analysis
Run analysis to see security details
Performance Analysis
Run analysis to see performance metrics
Code Quality
Run analysis to see quality metrics
Code Metrics
Run analysis to see detailed metrics
Dependencies
Run analysis to detect dependencies
Console Output
Analysis logs will appear here
Running comprehensive analysis...
Copied!