Ulysses

Ulysses Stuff => Suggestions => Topic started by: Chunkminecraft on December 10, 2015, 03:03:02 AM

Title: Exploit able to force a player to superadmin!
Post by: Chunkminecraft on December 10, 2015, 03:03:02 AM
So I found on a prop killing guide this link which is for the guy's script. But in his script is a way to bypass ulx to give yourself superadmin!!!

http://pastebin.com/zUbG27Ps

Hope you can fix it if I does work, I myself haven't tried.
Title: Re: Exploit able to force a player to superadmin!
Post by: Stickly Man! on December 10, 2015, 09:46:40 AM
What a sad script. There's no danger here in regards to ULX- this script just pretends to "hack" it. Here's the relevant de-obfuscated code:

Code: [Select]
local function a5()
if ulx then
MsgC(Color(0, 255, 0, 255), "...ATTEMPTING TO BRUTEFORCE ULX\n")
timer.Simple(2, function()
MsgC(Color(0, 255, 0, 255), "...CALCULATING BRUTEFORCE ALGORITHM\n")
end)
timer.Simple(4, function()
MsgC(Color(0, 255, 0, 255), "...BYPASSING SECURITY PROTOCOLS\n")
end)
timer.Simple(6, function()
MsgC(Color(0, 255, 0, 255), "...HACKING THE MAINFRAME")
end)
timer.Simple(8, function()
MsgC(Color(0, 255, 0, 255), "...\n")
end)
timer.Simple(10, function()
MsgC(Color(0, 255, 0, 255), "...SUCCESS!\n")
end)
timer.Simple(10.5, function()
chat.AddText( Color(0, 0, 0, 255), "(Console) ",
Color(160, 200, 200, 255), "added ",
Color(80, 0, 120, 255), "You ",
Color(160, 200, 200, 255), "to group ",
Color(0, 255, 0, 255), "superadmin")
end)
else
MsgC(Color(0, 255, 0, 255), "SERVER DOESN'T HAVE ULX INSTALLED DICK HEAD\n")
end
end
concommand.Add("ms_forceulxsuper", a5)
Title: Re: Exploit able to force a player to superadmin!
Post by: Megiddo on December 10, 2015, 03:09:06 PM
Hah, that's great. :)
Title: Re: Exploit able to force a player to superadmin!
Post by: WispySkies on December 10, 2015, 06:16:51 PM
Legit. 1/10 would recommend.

Edit - Sorry 0 key is broken. Does 1o count?
Title: Re: Exploit able to force a player to superadmin!
Post by: JamminR on December 10, 2015, 07:35:51 PM
Let me guess...that pastebin was originally charged for on a pay site such as scriptfodder?
Muwhahahaha. Poor souls. I'm normally against charging out right for lua code - but I hope someone actually pays for such deserved 'hack ulx' ideology.