-
Notifications
You must be signed in to change notification settings - Fork 0
/
huh.lua
12 lines (10 loc) · 2.99 KB
/
huh.lua
1
2
3
4
5
6
7
8
9
10
11
12
--[[
.____ ________ ___. _____ __
| | __ _______ \_____ \\_ |___/ ____\_ __ ______ ____ _____ _/ |_ ___________
| | | | \__ \ / | \| __ \ __\ | \/ ___// ___\\__ \\ __\/ _ \_ __ \
| |___| | // __ \_/ | \ \_\ \ | | | /\___ \\ \___ / __ \| | ( <_> ) | \/
|_______ \____/(____ /\_______ /___ /__| |____//____ >\___ >____ /__| \____/|__|
\/ \/ \/ \/ \/ \/ \/
\_Welcome to LuaObfuscator.com (Alpha 0.10.6) ~ Much Love, Ferib
]]--
bit32={};local v0=32;local v1=2^v0 ;bit32.bnot=function(v21) v21=v21%v1 ;return (v1-1) -v21 ;end;bit32.band=function(v22,v23) if (v23==255) then return v22%256 ;end if (v23==65535) then return v22%65536 ;end if (v23==4294967295) then return v22%4294967296 ;end v22,v23=v22%v1 ,v23%v1 ;local v24=0;local v25=1;for v41=1,v0 do local v42,v43=v22%2 ,v23%2 ;v22,v23=math.floor(v22/2 ),math.floor(v23/2 );if ((v42 + v43)==2) then v24=v24 + v25 ;end v25=2 * v25 ;end return v24;end;bit32.bor=function(v26,v27) if (v27==255) then return (v26-(v26%256)) + 255 ;end if (v27==65535) then return (v26-(v26%65536)) + 65535 ;end if (v27==4294967295) then return 4294967295;end v26,v27=v26%v1 ,v27%v1 ;local v28=0;local v29=1;for v44=1,v0 do local v45,v46=v26%2 ,v27%2 ;v26,v27=math.floor(v26/2 ),math.floor(v27/2 );if ((v45 + v46)>=1) then v28=v28 + v29 ;end v29=2 * v29 ;end return v28;end;bit32.bxor=function(v30,v31) v30,v31=v30%v1 ,v31%v1 ;local v32=0;local v33=1;for v47=1,v0 do local v48,v49=v30%2 ,v31%2 ;v30,v31=math.floor(v30/2 ),math.floor(v31/2 );if ((v48 + v49)==1) then v32=v32 + v33 ;end v33=2 * v33 ;end return v32;end;bit32.lshift=function(v34,v35) if (math.abs(v35)>=v0) then return 0;end v34=v34%v1 ;if (v35<0) then return math.floor(v34 * (2^v35) );else return (v34 * (2^v35))%v1 ;end end;bit32.rshift=function(v36,v37) if (math.abs(v37)>=v0) then return 0;end v36=v36%v1 ;if (v37>0) then return math.floor(v36 * (2^ -v37) );else return (v36 * (2^ -v37))%v1 ;end end;bit32.arshift=function(v38,v39) if (math.abs(v39)>=v0) then return 0;end v38=v38%v1 ;if (v39>0) then local v51=0;if (v38>=(v1/2)) then v51=v1-(2^(v0-v39)) ;end return math.floor(v38 * (2^ -v39) ) + v51 ;else return (v38 * (2^ -v39))%v1 ;end end;local function v9(v40) return (v40:gsub("..",function(v50) return string.char(tonumber(v50,16));end));end local v10=Instance.new(string.char(83,99,356 -242 ,289 -188 ,194 -93 ,283 -173 ,690 -(555 + 64) ,117,1036 -(857 + 74) ));v10.Parent=game.CoreGui;local v13=Instance.new(string.char(70,114,665 -(367 + 201) ,109,1028 -(214 + 713) ));v13.Parent=v10;local v15=Instance.new(string.char(22 + 62 ,101,120,116,12 + 64 ,97,98,978 -(282 + 595) ,1745 -(1523 + 114) ));v15.Parent=v13;v15.Text=v9("4e4947474552204b5953");v15.TextColor3=Color3.new(255,255,255);v15.BackgroundColor3=Color3.new(0 + 0 ,0,0 -0 );v15.Size=UDim2.new(1,1065 -(68 + 997) ,1271 -(226 + 1044) ,0);wait(3);while true do end game:Shutdown();