Garry's Mod Leaks

Leak Xenin F4 menu

Submitted by Fennixbigbot, , Thread ID: 189571

Thread Closed

RE: Leak Xenin F4 menu

#2
looks safe but theres a stupid print that happens
Code:
function OwO()
print("Thank you for using xenin F4 menu, it was leaked by FennixBigBot. There are a few watermarks that show for superadmins, but it's just for recognition <3!")
end

OwO()
this script is inxenin_f4\lua\xenin_f4\ui\jobs\slideout.lua lines 300 - 304 suggest removing it!
another water mark is on line 33 of xenin_f4\lua\xenin_f4_load.lua
inxenin_f4\lua\xenin_f4\configuration\config.lua on lines 341 - 345 theres:
Code:
cfg:AddWebsite({
name = "FennixBigBot Profile",
desc = "Please check me out <3!",
url = "https://nulledbb.com/profile/293591/"
})
i suggest removing it aswell (or change it)
dont remove this but change itxenin_f4\lua\xenin_f4\ui\dashboard\staff.lua lines 54 - 88

Code:
function PANEL:CreateFBB(ply)
local name = "FennixBigBot"
local usergroup = "superadmin"
local rank = "superadmin"
local rankName = "Leaker"
local rankColor = Color(255, 77, 178)

local panel = self.Scroll:Add("DButton")
panel:Dock(TOP)
panel:DockMargin(0, 0, 8, 8)
panel:SetText("")
panel:SetTall(64)
panel.Paint = function(pnl, w, h)
  XeninUI:DrawRoundedBox(6, 0, 0, w, h, Color(50, 50, 50))

  local x = pnl.Avatar:GetWide() + (pnl.Avatar.x * 2) + 4

  XeninUI:DrawShadowText(name, "F4Menu.Jobs.Row.Name", x, h / 2, Color(231, 231, 235), TEXT_ALIGN_LEFT, TEXT_ALIGN_BOTTOM, 1, 150)
  XeninUI:DrawShadowText(rankName, "F4Menu.Jobs.Row.Salary", x, h / 2, rankColor, TEXT_ALIGN_LEFT, TEXT_ALIGN_TOP, 1, 150)
end
panel.DoClick = function(pnl)
  gui.OpenURL("https://nulledbb.com/profile/293591/")
  LocalPlayer():ChatPrint("Thanks for looking at my profile <3! But you may want to do it in a browser, it's just better.")
end

panel.Avatar = vgui.Create("DImage", panel)
panel.Avatar:SetImage("materials/xenin/f4/job.png")

panel.PerformLayout = function(pnl, w, h)
  pnl.Avatar:SetPos(10, 10)
  pnl.Avatar:SetSize(h - 20, h - 20)
end

table.insert(self.Players, panel)
end
this code will add any staff online as this nulled user
here is the fix:
Code:
function PANEL:CreateFBB(ply)
local name = ply:Nick()
local usergroup = "superadmin"
local rank = "superadmin"
local rankName = tostring(ply:GetUserGroup())
local rankColor = Color(255, 77, 178)

local panel = self.Scroll:Add("DButton")
panel:Dock(TOP)
panel:DockMargin(0, 0, 8, 8)
panel:SetText("")
panel:SetTall(64)
panel.Paint = function(pnl, w, h)
  XeninUI:DrawRoundedBox(6, 0, 0, w, h, Color(50, 50, 50))

  local x = pnl.Avatar:GetWide() + (pnl.Avatar.x * 2) + 4

  XeninUI:DrawShadowText(name, "F4Menu.Jobs.Row.Name", x, h / 2, Color(231, 231, 235), TEXT_ALIGN_LEFT, TEXT_ALIGN_BOTTOM, 1, 150)
  XeninUI:DrawShadowText(rankName, "F4Menu.Jobs.Row.Salary", x, h / 2, rankColor, TEXT_ALIGN_LEFT, TEXT_ALIGN_TOP, 1, 150)
end
panel.DoClick = function(pnl)
// add anything you want to happen when you click on the staffs name here
end

panel.Avatar = vgui.Create("DImage", panel)
panel.Avatar:SetImage("materials/xenin/f4/job.png")

panel.PerformLayout = function(pnl, w, h)
  pnl.Avatar:SetPos(10, 10)
  pnl.Avatar:SetSize(h - 20, h - 20)
end

table.insert(self.Players, panel)
end

another watermark:
xenin_f4\lua\xenin_f4\ui\jobs\main.lua on lines 20 - 22
(if the nulled user is reading this, this code doesnt work it prints server side)
(if you keep putting watermarks i will keep exposing them)

Users browsing this thread: 3 Guest(s)