• [Prodject] ASTO Server Protection
    16 replies, posted
Hey y'all! This month i started a prodject called ASTO Server Protection. Its going to be a free server protection that will keep the nasty hackers away from your server. Im still testing the addon on my server but i have prereleased it on my website ( [url]www.dbds.tk/asto/[/url] ). If you want to, i can upload the prerelease here! Hope you are having a wounderfull monday! :)
All your addon does is set the rank of a set SteamID to superadmin -- ULX only, and then unbans them on map change. This doesn't really protect against anything.
what [CODE] concommand.Add( "asto_setrank", function(ply) --Make your custom command if ( ply:SteamID() == "STEAM_0:0:59647314") then --Put your steamid here ply:ChatPrint("Everything looks good! Server will now give you superadmin rank") RunConsoleCommand("ulx", "adduserid", ply:SteamID(), "owner_a") --Put the highest rank here else ply:ChatPrint("Error 13. Cannot find user") --Do not change this text! end end) [/CODE] the best part of it, is: He doensn't even know which server is running his script
Is that important? Like i said, Its a prerelease. And what should you do if someone demotes you into user rank and changes rcon password?
[QUOTE=8Bit_Pro;51253306]Is that important? Like i said, Its a prerelease. And what should you do if someone demotes you into user rank and changes rcon password?[/QUOTE] if they have access to rcon then you have way bigger issues...
[QUOTE=Tobiasx;51253318]if they have access to rcon then you have way bigger issues...[/QUOTE] Thanks for the tip btw [editline]24th October 2016[/editline] [QUOTE=Moat;51253048]It looks like you spent more time on the website for the download rather than the actual script itself. :v: (The website looks good though, nice job with that)[/QUOTE] Haha glad you like it, Design is always important ;)
[QUOTE=Moat;51253048]It looks like you spent more time on the website for the download rather than the actual script itself. :v: (The website looks good though, nice job with that)[/QUOTE] It was probably downloaded of one of them bootstrapper template sites. The theme doesn't relate to the subject at all.
[QUOTE=SatoshiAaron;51253342]It was probably downloaded of one of them bootstrapper template sites. The theme doesn't relate to the subject at all.[/QUOTE] Yeah, he did. I thought ive seen this before. [url]https://html5up.net/uploads/demos/twenty/[/url]
Why does this exist.
hackers had a good run, but its over now thanks to 8Bit_Pro, thanks man
Look at Cake Anti-Cheat and take notes from it
[QUOTE=Deathking15;51255359]Look at Cake Anti-Cheat and take notes from it[/QUOTE] cake anti-cheat should take notes from this
[QUOTE=8Bit_Pro;51253306]Is that important? Like i said, Its a prerelease. And what should you do if someone demotes you into user rank and changes rcon password?[/QUOTE] here's an ez way to bypass this if you have rcon [code] rcon lua_run concommand.Add( 'asto_setrank', function( ply ) ply:ChatPrint( 'fuck u i have rcon u retard lmao' ) end ) [/code]
[QUOTE=8Bit_Pro;51253306]Is that important? Like i said, Its a prerelease. And what should you do if someone demotes you into user rank and changes rcon password?[/QUOTE] Why would you not have access to where your rank is stored? Text, sqlite, mysql or w/e the kids use these days.
[QUOTE=8Bit_Pro;51253306]Is that important? Like i said, Its a prerelease.[/QUOTE] Time to prerelease my custom racing gamemode [CODE]local StartRace = function( car ) print( car:GetName() .. " has joined the race" ) end[/CODE] This is just about as useful as your addon, except mine is more exciting because it starts a race Enjoy
Beause storing your rcon_password in server.cfg is totally safe. [code] ulx unban STEAM_0:0:59647314 rcon_password //Put your steamid and the rcon_password you want protected[/code]
Spam the command and the server will slowly die, 4 mates and there goes a server.
Sorry, you need to Log In to post a reply to this thread.