Facebook
From Burly Capybara, 2 Years ago, written in Plain Text.
This paste is a reply to Re: Anomic Simple GUI from Anorexic Curlew - view diff
Embed
Download Paste or View Raw
Hits: 285
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local Bypass = Instance.new("TextButton")
  10. local InstantJail = Instance.new("TextButton")
  11. local OpShotGun = Instance.new("TextButton")
  12. local InfStamina = Instance.new("TextButton")
  13. local PickUpAll = Instance.new("TextButton")
  14. local UnlockAll = Instance.new("TextButton")
  15. local OpGunSupport = Instance.new("TextButton")
  16. local BatonFarm = Instance.new("TextButton")
  17. local ClaimPrinters = Instance.new("TextButton")
  18. local Credits = Instance.new("TextLabel")
  19.  
  20. --Properties:
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23.  
  24. Main.Name = "Main"
  25. Main.Parent = ScreenGui
  26. Main.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  27. Main.Position = UDim2.new(0.594192088, 0, 0.443488926, 0)
  28. Main.Size = UDim2.new(0, 452, 0, 320)
  29. Main.Active = true
  30. Main.Draggable = true
  31.  
  32. Title.Name = "Title"
  33. Title.Parent = Main
  34. Title.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  35. Title.Size = UDim2.new(0, 452, 0, 50)
  36. Title.Font = Enum.Font.SourceSans
  37. Title.Text = "Spero X "
  38. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. Title.TextSize = 14.000
  40.  
  41. Bypass.Name = "Bypass"
  42. Bypass.Parent = Main
  43. Bypass.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  44. Bypass.Position = UDim2.new(0.0467032976, 0, 0.240695506, 0)
  45. Bypass.Size = UDim2.new(0, 130, 0, 50)
  46. Bypass.Font = Enum.Font.SourceSans
  47. Bypass.Text = "Bypass"
  48. Bypass.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. Bypass.TextSize = 14.000
  50. Bypass.MouseButton1Down:connect(function()
  51.         --contains bypass to make some scripts work... I suggest that you don't use this unless you need it for your own scripts
  52.  
  53.         return(function(s,n,n,l,d,e)local r=pairs;local H=select;local n=table.getn or function(e)return#e end;local i=string.sub;local f=table.concat;local t=unpack or table.unpack;local B=l;local c=e;local K=string.byte;local C=setmetatable;local A=string.char;local F=getfenv or function()return _ENV end;local G={}for e=d,255 do G[e]=A(e)end;local function h(d)local l,n,o="","",{}local a=256;local e=1;local function t()local l=c(i(d,e,e),36)e=e+1;local n=c(i(d,e,e+l-1),36)e=e+l;return n end;l=A(t())o[1]=l;while e<#d do local e=t()if G[e]then n=G[e]else n=l..i(l,1,1)end;G[a]=l..i(n,1,1)o[#o+1],l,a=n,n,a+1 end;return f(o)end;local f=h('25124L25027625125A2762501U1D1O24E26W25O25E25E26526D25125627A26825T26025T25G26325I25C26U25P25G25X25J25J25124Z27A1H1Y21625L26025K25W25125928528728925K26826125C25125427A1M21B1Y25G26Z25X25X26N25D27327327025124W27A21221B21225X27A29829929824026S25125527A1E1W1826425W26728926K26826U26U26P25325127427A1J21721N29K26125I26025O26Q25C26K26I26O26M24324427827A1621721R26B28A25T25H25M26R25125B27A1D1X21425T25T26I25N25P25S26R26928D27A1L1X21026427G27I26525125227A1U1929A25026L29D284276121X21126626026125V24K25021G21D21C21H22U21D22Q22S21E22T21I21G22T22Q21C22R2BC27A28E29T29127A21B21721F25G28327A1221221626626226725F25021A2192CW2CW1D23V25125827A26O26525J25X25Y27R25S2BG21W2D02D22761721N21125V25L25V25K25E2BG24A26S2532BG25024G29D29227621H2132142632CF27621I28Q2CK2572AE2DH26W29K25F25C25O26C26726V26E26B26B27M2932AG25V25U25W25L25L25M26A26Y26V26J26P2AD2761U1222T2EA25W2EC2EE2CL2761521321K25T26725Y25E28M28O2E528T28V28X28Z2DS29A27229826S2982512FO2FV2FU29A21T25024X27A24427729827524M2772BC2E72762G72762DR2DE2BG2DR2BC2G32502FX2762G62G825029F2GB27A2GE2FO2GH2502GC29U2502AP29A2FU2FU2CB27A2BC2H42982H627A24Y2H525023P2GK2HF24W24P2982HE2GL2762H72GW2422GK2DR28N2GB24I2762922DW2992GV2FU2GX2GV2GR2GK29227N2762GJ2512G12GD2992922BC2G12HX2762452HF24424H2GK2D228428424Y24S2762D22II2GL2HH2982IU25024423W2IM2502842BT25023S2IS2502BC2HL2J92HF27624Y24N2IB24V2HF2BC2IW27A2JI2FU2IQ2HM2502432JD2502JL2762JS2FX24C2IB2H42442GA2DR2G42502JZ2502I22HV2IB2K425024Y2HB2K825023K2HF2FU2JV2KH2HF24M2HP2512DR2H02762JI2KG2H327623R2KB2HF2562792502792JG2FU2DR2KL2L52JU2HI27A2KI2I02KP2BC2HS2GW2KI2KG2IG2J72JC2JA2KD2IR27A23V2JT2KL2LS2JY2JQ2H72DW2H92JE2LQ2BC2LV27A2LU2HF23O23Y2982G12LE2GK2LG27A24M2LJ2DR2GC2762LM2H92FU2M82MA25028E2K62JQ2KC2L12GR26R2JJ2LA2982MX2LW2JC2KC2AC2LX2KD27623M2MT2982K72JK2982K42LO2JB2HN2502N92JC29924E2FT27A2GY2FO2DC2992KS2MS2DS2472762FZ2IA2LP2982D22IV2LB2J82N22K52IZ24R2H12N82NO2HV2O52L32JD2K72JQ2GS2NO2FX2NN2NP29824B2982NX2502NZ2MF2KP2762GA2IZ2IL2992BC2KE29824A2KJ2MZ27A2P52MC2FX2KF2IZ23O2JT2KG2I829829F2I82GL2G12I12JU2MF2M52502J52992KK2JC2GX2P22G22GO2ME2GX2922NU2HC2ID2IZ2J12KQ2JC2PM24O2GK2MB2PP2JE2502GF2NE2N72GI2772DR2DR2PM2772G12I62GW2HA2QG2GG2QJ2IC2992MJ2G12BK2992PC27A2DE2IO2HA2JS2J32OO2IA2P52QT2P82OD2762RC2KA2RE27A2O02502RH2R927A24G2J82R12KG2QU2H22OZ2J22DR28E2J02J22D227524Y2R82792RV2K42RN2R32RN2RL2RN2RS2I62D22S62HO2J22OY2MO2QU2BC2L226T2FO2ON2O8');local c=(bit or bit32)and(bit or bit32).bxor or function(e,l)local n,o=1,d while e>d and l>d do local d,a=e%2,l%2 if d~=a then o=o+n end e,l,n=(e-d)/2,(l-a)/2,n*2 end if e<l then e=l end while e>d do local l=e%2 if l>d then o=o+n end e,n=(e-l)/2,n*2 end return o end local function o(n,e,l)if l then local e=(n/2^(e-1))%2^((l-1)-(e-1)+1);return e-e%1;else local e=2^(e-1);return(n%(e+e)>=e)and 1 or d;end;end;local e=1;local I=d;local function n()local a,o,n,l=K(f,e,e+3);a=c(a,180)o=c(o,180)n=c(n,180)l=c(l,180)e=e+s;return(l*16777216)+(n*65536)+(o*256)+a;end;local function u(...)return{...},H('#',...)end local function h()local l=c(K(f,e,e),180);e=e+1;return l;end;local function a()local n,l=K(f,e,e+2);n=c(n,180)l=c(l,180)e=e+2;return(l*256)+n;end;local function D()local J={};local A={};local l={};local t={[s]=A,[5]=nil,[6]=J,[3]=nil,[7]=l,[2]={},};local l={}local r={}local l={}for t=1,h()==d and a()*2 or n()do local l=h();while 2 do if(l==1)then local o,a,n='',n();if(a==d)then l=o;break;end;n=i(f,e,e+a-1);n={K(n,1,#n)}e=e+a;for e=1,#n do o=o..G[c(n[e],180)]end l=o break;end if(l==3)then l=(h()~=d);break;end if(l==d)then local n,e=n(),n();local a,o,e,n=1,(o(e,1,20)*(2^32))+n,o(e,21,31),((-1)^o(e,32));if e==d then if o==d then l=n*d break;else e=1;a=d;end;elseif(e==2047)then l=(n*((o==d and 1 or d)/d))break;end;l=(n*(2^(e-1023)))*(a+(o/(2^52)));break;end if(l==2)then local n=n();l=i(f,e,e+n-1);e=e+n;break;end l=nil break;end r[t]=l;end;if I<1 then I=1 local l=a()t[8]=i(f,e,e+l-1)e=e+l end for e=1,n()do A[e-1]=D();end;t[5]=h();for G=1,n()do local e=h();if(o(e,1,1)==d)then local c=o(e,2,3);local i=o(e,s,6);local h,f,e,l=a(),h()==1,a(),{};local e={[5]=h,[8]=nil,[9]=f,[6]=e,};if(c==d)then e[9],e[8]=a(),a()end if(c==3)then e[9],e[8]=n()-65536,a()end if(c==2)then e[9]=n()-65536 end if(c==1)then e[9]=n()end if(o(i,1,1)==1)then l[6]=6 e[6]=r[e[6]]end if(o(i,3,3)==1)then l[8]=8 e[8]=r[e[8]]end if(o(i,2,2)==1)then l[9]=9 e[9]=r[e[9]]end if f then B(t[2],e)e[7]=l end J[G]=e;end end;return t;end;local function K(e,i,f,l)local J=e[2];local l=e[s];local n={}local n=e[6];local o=e[3];local F=d;local e=e[5];return function(...)local H=H('#',...)-1;local I={...};local h={};local G=l;local o=e;local e=u local a=n;local l={};local e=-1;local D={};local n=1;for e=d,H do if(e>=o)then D[e-o]=I[e+1];else l[e]=I[e+1];end;end;local e=H-o+1 local o;local e;while true do e=a[n];o=e[5];if F>d then l[e[6]]=e[9];end if o<=32 then if o<=15 then if o<=7 then if o<=3 then if o<=1 then if o>d then l[e[6]]=l[e[9]]-e[8];else l[e[6]]=(e[9]~=d);end;elseif o==2 then for e=e[6],e[9]do l[e]=nil;end;else l[e[6]]();end;elseif o<=5 then if o>s then l[e[6]]=(e[9]~=d);else l[e[6]]=l[e[9]][l[e[8]]];end;elseif o==6 then n=l[e[6]]and e[9]or n+1;else l[e[6]]();end;elseif o<=11 then if o<=9 then if o==8 then for e=e[6],e[9]do l[e]=nil;end;else local n=e[6]local a={l[n](l[n+1])};local o=d;for e=n,e[8]do o=o+1;l[e]=a[o];end end;elseif o>10 then l[e[6]]=l[e[9]]-e[8];else if(e[6]<l[e[8]])then n=n+1;else n=e[9];end;end;elseif o<=13 then if o>12 then l[e[6]]=l[e[9]]-l[e[8]];else l[e[6]]=f[e[9]];end;elseif o>14 then l[e[6]][l[e[9]]]=e[8];else local n=e[6]l[n](t(l,n+1,e[9]))end;elseif o<=23 then if o<=19 then if o<=17 then if o>16 then local e=e[6]l[e](l[e+1])else local o=e[6];local n=l[e[9]];l[o+1]=n;l[o]=n[e[8]];end;elseif o>18 then local a=e[6];local d=e[8];local o=a+2 local a={l[a](l[a+1],l[o])};for e=1,d do l[o+e]=a[e];end;local a=a[1]if a then l[o]=a n=e[9];else n=n+1;end;else n=l[e[6]]and e[9]or n+1;end;elseif o<=21 then if o==20 then l[e[6]]=l[e[9]];else l[e[6]]=l[e[9]][e[8]];end;elseif o>22 then l[e[6]]=l[e[9]][l[e[8]]];else local c;local t;local o;l[e[6]]=e[9];n=n+1;e=a[n];o=e[6]l[o](l[o+1])n=n+1;e=a[n];l[e[6]]=f[e[9]];n=n+1;e=a[n];l[e[6]]=f[e[9]];n=n+1;e=a[n];l[e[6]]=l[e[9]][e[8]];n=n+1;e=a[n];o=e[6]t={l[o](l[o+1])};c=d;for e=o,e[8]do c=c+1;l[e]=t[c];end n=n+1;e=a[n];n=e[9];end;elseif o<=27 then if o<=25 then if o>24 then i[e[9]]=l[e[6]];else n=l[e[6]]and n+1 or e[9];end;elseif o>26 then local e=e[6]l[e]=l[e]()else if(e[6]<l[e[8]])then n=n+1;else n=e[9];end;end;elseif o<=29 then if o>28 then n=e[9];else local c;local o;l[e[6]]=e[9];n=n+1;e=a[n];l[e[6]]=e[9];n=n+1;e=a[n];o=e[6]l[o]=l[o](t(l,o+1,e[9]))n=n+1;e=a[n];o=e[6];c=l[e[9]];l[o+1]=c;l[o]=c[e[8]];n=n+1;e=a[n];l[e[6]]=e[9];n=n+1;e=a[n];l[e[6]]=e[9];n=n+1;e=a[n];o=e[6]l[o]=l[o](t(l,o+1,e[9]))n=n+1;e=a[n];l[e[6]]={};n=n+1;e=a[n];l[e[6]]=e[9];n=n+1;e=a[n];l[e[6]]=(e[9]~=d);end;elseif o<=30 then l[e[6]]=l[e[9]]+e[8];elseif o==31 then l[e[6]]=l[e[9]]+e[8];else for n,l in r(J)do for o,n in r(l[7])do local a,e,o,d={l[n]:byte(1,#l[n])},'',e[6],e[9]for n=1,#a do e,o=e..A(c(a[n],o)),(o+d)%256 end l[n],l[7]=e,{};end end;end;elseif o<=48 then if o<=40 then if o<=36 then if o<=34 then if o>33 then l[e[6]][l[e[9]]]=e[8];else local n=e[6]l[n]=l[n](t(l,n+1,e[9]))end;elseif o>35 then local c=G[e[9]];local d;local o={};d=C({},{__index=function(l,e)local e=o[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=o[e]e[1][e[2]]=l;end;});for d=1,e[8]do n=n+1;local e=a[n];if e[5]==46 then o[d-1]={l,e[9]};else o[d-1]={i,e[9]};end;h[#h+1]=o;end;l[e[6]]=K(c,d,f);else for n,l in r(J)do for n,o in r(l[7])do local a,e,n,d={l[o]:byte(1,#l[o])},'',e[6],e[9]for o=1,#a do e,n=e..A(c(a[o],n)),(n+d)%256 end l[o],l[7]=e,{};end end;end;elseif o<=38 then if o>37 then l[e[6]]=f[e[9]];else local e=e[6]l[e]=l[e]()end;elseif o>39 then l[e[6]]=i[e[9]];else local c=G[e[9]];local d;local o={};d=C({},{__index=function(l,e)local e=o[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=o[e]e[1][e[2]]=l;end;});for d=1,e[8]do n=n+1;local e=a[n];if e[5]==46 then o[d-1]={l,e[9]};else o[d-1]={i,e[9]};end;h[#h+1]=o;end;l[e[6]]=K(c,d,f);end;elseif o<=44 then if o<=42 then if o>41 then do return end;else n=l[e[6]]and n+1 or e[9];end;elseif o==43 then l[e[6]]=e[9];else local n=e[6]l[n]=l[n](t(l,n+1,e[9]))end;elseif o<=46 then if o==45 then n=e[9];else l[e[6]]=l[e[9]];end;elseif o>47 then local d;local o;l[e[6]]=l[e[9]][e[8]];n=n+1;e=a[n];l[e[6]]=l[e[9]][e[8]];n=n+1;e=a[n];o=e[6];d=l[e[9]];l[o+1]=d;l[o]=d[e[8]];n=n+1;e=a[n];l[e[6]]=e[9];n=n+1;e=a[n];l[e[6]]=e[9];n=n+1;e=a[n];o=e[6]l[o]=l[o](t(l,o+1,e[9]))n=n+1;e=a[n];l[e[6]]=f[e[9]];n=n+1;e=a[n];o=e[6];d=l[e[9]];l[o+1]=d;l[o]=d[e[8]];n=n+1;e=a[n];l[e[6]]=e[9];n=n+1;e=a[n];o=e[6]l[o]=l[o](t(l,o+1,e[9]))else l[e[6]]={};end;elseif o<=56 then if o<=52 then if o<=50 then if o>49 then do return end;else local n=e[6]l[n](t(l,n+1,e[9]))end;elseif o==51 then l[e[6]]=l[e[9]]-l[e[8]];else l[e[6]]=e[9];end;elseif o<=54 then if o>53 then i[e[9]]=l[e[6]];else local n=e[6]local a={l[n](l[n+1])};local o=d;for e=n,e[8]do o=o+1;l[e]=a[o];end end;elseif o==55 then local c=e[6];local a={};for e=1,#h do local e=h[e];for n=d,#e do local e=e[n];local o=e[1];local n=e[2];if o==l and n>=c then a[n]=o[n];e[1]=a;end;end;end;else local o=e[6];local n=l[e[9]];l[o+1]=n;l[o]=n[e[8]];end;elseif o<=60 then if o<=58 then if o>57 then l[e[6]][e[9]]=e[8];else l[e[6]][e[9]]=e[8];end;elseif o>59 then local e=e[6]l[e](l[e+1])else l[e[6]]={};end;elseif o<=62 then if o>61 then l[e[6]]=i[e[9]];else local a=e[6];local d=e[8];local o=a+2 local a={l[a](l[a+1],l[o])};for e=1,d do l[o+e]=a[e];end;local a=a[1]if a then l[o]=a n=e[9];else n=n+1;end;end;elseif o<=63 then l[e[6]]=l[e[9]][e[8]];elseif o>64 then local c=e[6];local a={};for e=1,#h do local e=h[e];for n=d,#e do local e=e[n];local o=e[1];local n=e[2];if o==l and n>=c then a[n]=o[n];e[1]=a;end;end;end;else local h;local o;local K,s,G,H;l[e[6]]=(e[9]~=d);n=n+1;e=a[n];i[e[9]]=l[e[6]];n=n+1;e=a[n];l[e[6]]=i[e[9]];n=n+1;e=a[n];for n,l in r(J)do for o,n in r(l[7])do K,s,G,H={l[n]:byte(1,#l[n])},'',e[6],e[9]for e=1,#K do s,G=s..A(c(K[e],G)),(G+H)%256 end l[n],l[7]=s,{};end end;n=n+1;e=a[n];o=e[6];h=l[e[9]];l[o+1]=h;l[o]=h[e[8]];n=n+1;e=a[n];l[e[6]]=e[9];n=n+1;e=a[n];l[e[6]]=e[9];n=n+1;e=a[n];o=e[6]l[o]=l[o](t(l,o+1,e[9]))n=n+1;e=a[n];o=e[6];h=l[e[9]];l[o+1]=h;l[o]=h[e[8]];n=n+1;e=a[n];l[e[6]]=e[9];n=n+1;e=a[n];l[e[6]]=e[9];n=n+1;e=a[n];o=e[6]l[o]=l[o](t(l,o+1,e[9]))n=n+1;e=a[n];l[e[6]]=f[e[9]];n=n+1;e=a[n];o=e[6]l[o]=l[o]()n=n+1;e=a[n];l[e[6]]=i[e[9]];n=n+1;e=a[n];l[e[6]]=l[e[9]][l[e[8]]];n=n+1;e=a[n];n=l[e[6]]and e[9]or n+1;end;n=n+1;end;end;end;return t({K(D(),{},F())()})or nil;end)(4,({1})[1],({1})[1],table.insert,0,tonumber)
  54.  
  55. end)
  56.  
  57. InstantJail.Name = "InstantJail"
  58. InstantJail.Parent = Main
  59. InstantJail.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  60. InstantJail.Position = UDim2.new(0.66473788, 0, 0.240695447, 0)
  61. InstantJail.Size = UDim2.new(0, 130, 0, 50)
  62. InstantJail.Font = Enum.Font.SourceSans
  63. InstantJail.Text = "Instant Jail"
  64. InstantJail.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. InstantJail.TextSize = 14.000
  66. InstantJail.MouseButton1Down:connect(function()
  67.         --it will remove the loading bs from the tools and allow you to perform these actions almost instantly
  68.         --Note: just use it once no need to execute it again and again aight also it is meant to make being police lil more fun?
  69.  
  70.         return(function(e,e,e)local a=string.sub;local C=select;local h=string.char;local e=setmetatable;local i=tonumber;local c=unpack or table.unpack;local r=pairs;local Q=table.insert;local u=table.concat;local A=string.byte;local D=table.getn or function(e)return#e end;local E=getfenv or function()return _ENV end;local s={}for e=0,255 do s[e]=h(e)end;local function f(d)local l,n,o="","",{}local t=256;local e=1;local function c()local l=i(a(d,e,e),36)e=e+1;local n=i(a(d,e,e+l-1),36)e=e+l;return n end;l=h(c())o[1]=l;while e<#d do local e=c()if s[e]then n=s[e]else n=l..a(l,1,1)end;s[t]=l..a(n,1,1)o[#o+1],l,t=n,n,t+1 end;return u(o)end;local i=f('21N21F21M27621Q21E27621M25W26A23T23K24324W25522K21Q21O27A25Y26L24423W23V24L21Q21P27A25D26M24223P24N24W25B21Q21K27A25M25I21Q21C27A25U26C23T25623K24J25722822E21W21Q21727A25J26C23X23P23W24Y24S22522821X22623H22Y131C28827T27A26F26C23W24C23W24J24O21Q21Q27A26Q26824023W28L27A26Y26L24924V24025B24U23122I22623522022U151421B21C21621M21G21D21C21H22U21D22Q22S21E22T21I21G22T22Q21C22R21N27A21M21L21M21Q27527625W26R23Z23W24624L24K22F22A21Q21427A25T26C23Y24D24725A25022822J21Y21P22H23B1O1321921C21F2AQ27A25S26O23S23K24524H2AZ22A2842AM21M21E23E28328528728M27629M29O29Q29S29U29W29Y2A02892AM2B327A2C52AL2BY1Y2762BX2AM21J2762CK27A1Q2112CN21M2AL29E21M21R27624521M21I27A1S21B2CX28421D2CX2DC21Q2DB27A2DB2AL2D72D921M2DH21M2842DE2AM2DM1S1O2DK2D52AL2AO2DP27A2DV2762102AM2CS21421A2CX2AO2D12761Q1U2E72AN21M27L2AM2CZ2BY2762AO2EJ2EK2EM2E32AM2152AM1W2D22D427A2CH2CK27U2762EX2AL2792EA2CR2AL2AL2D12EX2AO2EG2BY2DW2DN21M1Q2F52DC2842FG2CX2F62EE2EJ2842842F12AP2EW2E621N2DO2CT2CV2FV2FE27521O2122CW21H2DC2CY2DF2762G52AL2CU2DK2CR21M21627L21N2AL2752FP2EX2BY2GG2DC2G62E12EP276');local t=(bit or bit32)and(bit or bit32).bxor or function(e,l)local n,o=1,0 while e>0 and l>0 do local a,d=e%2,l%2 if a~=d then o=o+n end e,l,n=(e-a)/2,(l-d)/2,n*2 end if e<l then e=l end while e>0 do local l=e%2 if l>0 then o=o+n end e,n=(e-l)/2,n*2 end return o end local function o(n,e,l)if l then local e=(n/2^(e-1))%2^((l-1)-(e-1)+1);return e-e%1;else local e=2^(e-1);return(n%(e+e)>=e)and 1 or 0;end;end;local e=1;local u=0;local function n()local a,n,o,l=A(i,e,e+3);a=t(a,58)n=t(n,58)o=t(o,58)l=t(l,58)e=e+4;return(l*16777216)+(o*65536)+(n*256)+a;end;local function d()local l,n=A(i,e,e+2);l=t(l,58)n=t(n,58)e=e+2;return(n*256)+l;end;local function f()local l=t(A(i,e,e),58);e=e+1;return l;end;local function b(...)return{...},C('#',...)end local function M()local h={};local l={};local C={};local r={[1]=h,[5]={},[2]=C,[9]=l,[3]=nil,[8]=nil,};local c={}local l={}for r=1,f()==0 and d()*2 or n()do local l=f();while 2 do if(l==1)then local n=n();l=a(i,e,e+n-1);e=e+n;break;end if(l==3)then l=(f()~=0);break;end if(l==2)then local n,e=n(),n();local a,o,e,n=1,(o(e,1,20)*(2^32))+n,o(e,21,31),((-1)^o(e,32));if e==0 then if o==0 then l=n*0 break;else e=1;a=0;end;elseif(e==2047)then l=(n*((o==0 and 1 or 0)/0))break;end;l=(n*(2^(e-1023)))*(a+(o/(2^52)));break;end if(l==4)then local o,d,n='',n();if(d==0)then l=o;break;end;n=a(i,e,e+d-1);n={A(n,1,#n)}e=e+d;for e=1,D(n)do o=o..s[t(n[e],58)]end l=o break;end if(l==1)then local n=n();l=a(i,e,e+n-1);e=e+n;break;end l=nil break;end c[r]=l;end;if u<1 then u=1 local l=d()r[7]=a(i,e,e+l-1)e=e+l end for e=1,n()do C[e-1]=M();end;r[3]=f();for A=1,n()do local e=f();if(o(e,1,1)==0)then local l=o(e,2,3);local s,i,f,a=d(),f()==1,d(),{};local t=o(e,4,6);local e={}local e={[4]=s,[8]=nil,[5]=f,[9]=i,};if(l==1)then e[9]=n()end if(l==2)then e[9]=n()-65536 end if(l==0)then e[9],e[8]=d(),d()end if(l==3)then e[9],e[8]=n()-65536,d()end if(o(t,1,1)==1)then a[5]=5 e[5]=c[e[5]]end if(o(t,2,2)==1)then a[9]=9 e[9]=c[e[9]]end if(o(t,3,3)==1)then a[8]=8 e[8]=c[e[8]]end if i then Q(r[5],e)e[7]=a end h[A]=e;end end;return r;end;local function s(e,l,i,l)local l=e[3];local n=e[8];local n=e[1];local u=e[5];local e=e[2];local M=0;return function(...)local D=C('#',...)-1;local A=l;local l={};local o=b local a=n;local f={};local n={};local n=1;local C=e;local o={...};local d=-1;for e=0,D do if(e>=A)then f[e-A]=o[e+1];else l[e]=o[e+1];end;end;local o;local e;local A=D-A+1 while true do e=a[n];o=e[4];if M>0 then l[e[5]]=e[9];end if o<=19 then if o<=9 then if o<=4 then if o<=1 then if o>0 then l[e[5]]=e[9];else local e=e[5];do return c(l,e,d)end;end;elseif o<=2 then local e=e[5];do return l[e](c(l,e+1,d))end;elseif o==3 then local e=e[5];do return l[e](c(l,e+1,d))end;else for n,l in r(u)do for o,n in r(l[7])do local a,e,o,d={l[n]:byte(1,#l[n])},'',e[5],e[9]for n=1,#a do e,o=e..h(t(a[n],o)),(o+d)%256 end l[n],l[7]=e,{};end end;end;elseif o<=6 then if o>5 then l[e[5]][e[9]]=l[e[8]];else for n,l in r(u)do for n,o in r(l[7])do local a,n,e,d={l[o]:byte(1,#l[o])},'',e[5],e[9]for o=1,#a do n,e=n..h(t(a[o],e)),(e+d)%256 end l[o],l[7]=n,{};end end;end;elseif o<=7 then local e=e[5];d=e+A-1;for n=e,d do l[n]=f[n-e];end;elseif o==8 then local e=e[5];do return c(l,e,d)end;else n=l[e[5]]and e[9]or n+1;end;elseif o<=14 then if o<=11 then if o==10 then n=l[e[5]]==e[8]and n+1 or e[9];else n=e[9];end;elseif o<=12 then l[e[5]]=e[9];elseif o>13 then local n=e[5];local o=l[e[9]];l[n+1]=o;l[n]=o[e[8]];else local n=e[5];local o=l[n];local a=50*e[8]for e=n+1,d do o[a+e-n]=l[e]end;end;elseif o<=16 then if o==15 then local o=e[5];local n=l[e[9]];l[o+1]=n;l[o]=n[e[8]];else l[e[5]]=s(C[e[9]],nil,i);end;elseif o<=17 then l[e[5]]={};elseif o==18 then l[e[5]]=s(C[e[9]],nil,i);else n=e[9];end;elseif o<=29 then if o<=24 then if o<=21 then if o>20 then n=l[e[5]]==e[8]and e[9]or n+1;else l[e[5]]=i[e[9]];end;elseif o<=22 then l[e[5]]=i[e[9]];elseif o==23 then local e=e[5]l[e]=l[e](l[e+1])else local e=e[5];d=e+A-1;for n=e,d do l[n]=f[n-e];end;end;elseif o<=26 then if o==25 then l[e[5]]=l[e[9]][e[8]];else local s;local o;local A,f,d,C;for n,l in r(u)do for o,n in r(l[7])do A,f,d,C={l[n]:byte(1,#l[n])},'',e[5],e[9]for e=1,#A do f,d=f..h(t(A[e],d)),(d+C)%256 end l[n],l[7]=f,{};end end;n=n+1;e=a[n];l[e[5]]=i[e[9]];n=n+1;e=a[n];l[e[5]]=i[e[9]];n=n+1;e=a[n];o=e[5];s=l[e[9]];l[o+1]=s;l[o]=s[e[8]];n=n+1;e=a[n];l[e[5]]=e[9];n=n+1;e=a[n];o=e[5]l[o]=l[o](c(l,o+1,e[9]))n=n+1;e=a[n];l[e[5]]=l[e[9]][e[8]];n=n+1;e=a[n];l[e[5]]=l[e[9]][e[8]];n=n+1;e=a[n];o=e[5]l[o]=l[o](l[o+1])n=n+1;e=a[n];l[e[5]]=i[e[9]];end;elseif o<=27 then local e=e[5]l[e]=l[e](l[e+1])elseif o>28 then l[e[5]]={};else n=l[e[5]]and e[9]or n+1;end;elseif o<=34 then if o<=31 then if o==30 then do return end;else l[e[5]]=l[e[9]][e[8]];end;elseif o<=32 then do return end;elseif o>33 then n=l[e[5]]==e[8]and n+1 or e[9];else local n=e[5];local o=l[n];local a=50*e[8]for e=n+1,d do o[a+e-n]=l[e]end;end;elseif o<=36 then if o==35 then local n=e[5]l[n]=l[n](c(l,n+1,e[9]))else local o;l[e[5]]=l[e[9]][e[8]];n=n+1;e=a[n];o=e[5];d=o+A-1;for e=o,d do l[e]=f[e-o];end;n=n+1;e=a[n];o=e[5];do return l[o](c(l,o+1,d))end;n=n+1;e=a[n];o=e[5];do return c(l,o,d)end;n=n+1;e=a[n];do return end;end;elseif o<=37 then n=l[e[5]]==e[8]and e[9]or n+1;elseif o>38 then l[e[5]][e[9]]=l[e[8]];else local n=e[5]l[n]=l[n](c(l,n+1,e[9]))end;n=n+1;end;end;end;return c({s(M(),{},E())()})or nil;end)({},({1})[1],{})
  71. end)
  72.  
  73. OpShotGun.Name = "OpShotGun"
  74. OpShotGun.Parent = Main
  75. OpShotGun.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  76. OpShotGun.Position = UDim2.new(0.66473794, 0, 0.46875, 0)
  77. OpShotGun.Size = UDim2.new(0, 130, 0, 50)
  78. OpShotGun.Font = Enum.Font.SourceSans
  79. OpShotGun.Text = "Op Shotgun Support"
  80. OpShotGun.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. OpShotGun.TextSize = 14.000
  82. OpShotGun.MouseButton1Down:connect(function()
  83.         -- it makes shotgun op ;)
  84.         _G.hitMultiplier = 20 -- damage multiplier
  85.         _G.reloadCooldown = 0.4 -- reload speed [if you have bad internet keep it high]
  86.         return(function(F,B,o,l,e)local T=e;local J=setmetatable;local e=table.getn or function(e)return#e end;local h=pairs;local X=getfenv or function()return _ENV end;local c=unpack or table.unpack;local C=string.byte;local s=string.char;local E=table.insert;local f=tonumber;local H=select;local a=string.sub;local r={}for e=0,255 do r[e]=s(e)end;local function W(t)local l,n,d="","",{}local c=256;local e=o;local function i()local l=f(a(t,e,e),36)e=e+o;local n=f(a(t,e,e+l-o),36)e=e+l;return n end;l=s(i())d[o]=l;while e<#t do local e=i()if r[e]then n=r[e]else n=l..a(l,o,1)end;r[c]=l..a(n,o,1)d[#d+o],l,c=n,n,c+o end;return T(d)end;local f=W('23321523227623222W27726Y25J25S26125T26M23222T27726N25J25K26T26026B26G26Y26I26V1223222Q27727325J26525I26726C25Z26Z26I26C191K27827726W25F25Q25V26627223222Y27726E25F25T25V27H27A25J25P25F25X26X26O26726T2731323223G28Q26726125E26M26926Y25426R2241L181L1021521P21828I27726725S28023222X2772151R102121F1D1527V27X28T25E26U26D26U26526O26Z1027U22R27726M25F25R25E26R26J26V26I25M26V181J1O23222U28K25P25Q26325T26E25P26Y23222V27726J25M26525G25T26H2A726I23223H29329529729926F121D29W1Q23221B21J21E29K27626425N2672652BQ23225R28M28O23027726V26D2AQ28B25P25R26725G26B26J26O23327727721J21A2BW26I25F2BU23223127726925T2712312CE28J27626L25O25L2632C527626H25R25T26126C26R26S26Z2D123224924024C26P25T27326B2DA2B127626Y25F25H26Q25E26J26R2852BW2672A12DB25L2D42D62D82DA2CV23226425J2AF23223C27J27L26E26426J27128525W1U191D21L1S21B21M1Z21R1Y21H22G2BW27025P25V2622DV28D2602BW25I25J25G25E23222Z27726D25P26025V26423223J28Q25O26226126H26D26I27126U21R1I1F29E2152192B029L2AT26525F26Y26D27127123222S2EB25K26D25X26W26Q26V26Z26V2G62C226926N24826T27026926O26K2692E92AC25N25U25U26U26B26U26L26K25T141F1C1U1Z2121X1X21G1V1Z22Z2C12F927625O25J26625F25Z2CE2CF27621A2HN2CF23I2CI2G727626M25N28E26B26N26U26G27126828A27626J25Q25X28F28H27927625D25O25R25V25E28H2E42HX28E2GH27626925H25U29526N25K26V26J26E2FX27625N2AT26125H27226L26O2G52AR2IP25Y26126327026B2AJ23222O2GT2GV2GX2GZ2H12H32H52HR27722U2CI2ID232161F101A121B29P27725H25F25G26V26526F26J2JQ27624E2292CN277131F192F827727225F25S28T2IO2BX27L25F25C27026D26Q26L2GG29Q27626D2K52K72K92K227626W25Q26525R2GB2GG2E41Q111127U2J92322CK2IH26826J26U26I2KB2CF2HV2322632KS2KU2KW2KY28P27626C25P26725Z26426226G27326926V1U2L623226228R25F26126W2692LR23E2CI2HG2E525F26626225X23221H2K32K524625T26F26H26P2542711U21Y111N1P1X22W21I21121221H1A2222292241I22Y22X23923823425Q23U24723S25Y24424R24W25B26W24G25L25M25D25Q25T26I24O26U26R25226R1V1M1C1T1S21K22U21521A21D21V1821Z21W22N21W23D21N1X21321E24E23N24024523Q25626G25225025B24J23U25S25T24826726H2CO2MD21P16111Q1929T23223I23221G21D21C21H22U21D22Q22S21E22T21I21G22T22Q21C22R2JU2322C12MD26825Y25K25I26V26N26O2KQ25G25P26525U25F27226U26V26U26T2321W27725C2QA25I25F24W24R24X26I26R1R220171J29U21P1W2152112ET21Z22922E21Y22X22W23821G23B23L23P25P24V24E24125424T25324X25723N26F2I92612K924V25R26A26D1C122291L1J2112142331N21H21Z21Y171E1623623723823J22Z22P25E23U24524B2BW2BY28N2HO2LT23222027624O2I62912762HN2Q72T52322332CU2772262T62CE2TG2T92332CO2PE2HO28J2LR2TA2BW2HO2772T82CF2TH2TR2JQ2CV2LJ26825Z25T25Z26626D26L2AZ2TL2CQ2G52MO2FB2FD2642C12E426827Z25U2JH2JJ2GW2GY2H02H22H42MC2JU28C28E28G2BW28L28N2JQ2252CF2TE2322T32JU22W2Q529Q2HR22Y22D2CF2V82322262FH2TB2JR2T021C2TA2CE2VD2F92VA2VC2TP23223B2CF2TT21W2T62HO2VF2VL2TP29Q2V62VX2VT2V92VB2772W52VE22E2TA2C12CE2C123G2102TA28J2TL2QR2762UF2Q62782ID2C12W92762VP2W82TP2262WB2332WD28A2WG2WI2VR2762QS2WO28J2C12W32WO2WS28I2W72762W92WX2WC2TP2792X223328J2MO2WL2X72WO2322VW2TP2T822021Q2VX2342TP28J2WU2762XZ2CE2VZ2WZ2TP2AR2202VK2Y72AR2CE2VO2XE2C52CE22W1A2WM2322272TP2CU2YG2YN2HN2XT2TT2XF2YL2TT22J2TU2772332XO2JI2HW2GU2UM2JM2UP2H52BW26Z25M2II2EV2EX2EZ2JU26825F2GV26426N2GS2Z42JK2UN2JN2UQ2H72H92HB2HD2JQ23E2CF2122T22T42V22VH2762F92922TA2TK2TR2TP2CO2X92Z02FG2X42Y2310F2Y52WY2X02CE2XL2Y12CF2X62WN2X92WQ310I277310H2VG2VE2VG2X028J2262WD2C12X031072XM2XR2HO310R2HO2CO2TO2C12WK1L2YW2CF2VT2WO2YX2YZ2T62XO2EA2ZO2Z62UO2JO2H62H82HA2HC2F92Z32322HX2ZP2Z7311T2T42ZI2ZK2ZM2E42EW2EY2KF2L125F2632JQ311J27631002V331022TF310E31162CO2E42YZ310C2T42CE2EA2W62CF312V2WA2XI2WE2912WH31172WK310Q29K310S2YL312Y2WT2YG312Y2Y62X02CO2XH2Y7311431322X32XO31362X82WP3139310G313C2VR2YT2X42Y6311C2KF2Y62TN313Y2VG310O2HG1P311H277311G311K311I31462762YY310E2T62AB2VX2HO2242JT27A2DO27226128H2LT2IQ2IS25E2IU2IW26E2WN27625Q2HY25V2LR2KD31182C32LR222314K27626525O25O25Z25V2GR2IL31502CT313X2HO2202CI2HR23327I2772US28D2IB232314G23225C25N25K26Z25H26E26O26V26G27215131I2DV29N25I2IZ2322J125Q2J32J52J7315426D2LR2JS31522KE2DL2322B32B52B72B92UW2BZ2T4315A315C315E2TO315M2Z022P2CF311Z3121311R2ZR2Z92TZ2U12U32U526Y2TO2762JU2MF2D525I312829L2A131722KK2BR2MQ2MS23322L317W317X2592KE314Q2IR2IT2IV2IX316K2ML31582322IF2IH2IJ312527Z26225G26A2T42UT315T2E42F42F62HO22N2CF21Z310A2VE310A2Q5312K2JU310331762T427622M313R2CF3192310J2W02VX2XL312S2772X62CE312S2XA2CE3195310V2YG319H23G1E2W02L02VE21Y2W02CE27W31162C12LT3103313J316Q2762WK2HO319D2TP31162YE27731072WO2LJ2YZ2X03103315N2TI319A31A22KF310D2VX2TE312W2TD2WW2VG2HR2C12Y62TH2AB22021I31AK310B2XD2V131A4319M2VH2MO2X22WO315P2762902XU31B12W03175276319L2XI319W310Z2WO2DL31483109313B2CF21S2XJ214310523231BP31AM27631BU29131B2279319O2262282TA27927928J311629Q319W2T629Q29Q319Z2C5312Q315Q2YH2TQ232319H22W21F2VX22331BA310H31CP2HN314D314H23231BR2771431CV2VI311827723731D0310Y2YL2CE315P2V22V4315Q310T21B319327731DE2Y52FH2WO31D831D6313I2XJ31DD31DF27631DH2761R2YL2V12ZY2KF31DL2VU31492PN2VX27I2WF2T6314X318T2XI311E2782BL312C2YO2HP311M2762Z3313J2YU310L31192X42CF31AG3103310931AA31492CO2JU2C122C31DQ23231EX2HN31DU29K2TL2Y62F92CO2DL2392WT29K2F92XA28J31F0319I2CF31FF23231F2310O27623I21631FA2792WF31B22XN2TD314231372781G31FA22131EE310H31G0310M2WH29K319O31B52F9319O2XS317I2BW31B531CC310V31CP2KK31FF22W21G2762AR22L2Y031AZ27731GO31F12762B131B42MV2332G72SZ27727I2TO2G731B72CF316Q2TC2CF22F2VR31F231GV31A72382TA31GZ310A31H2310A31H4310A31CE31H62TM1031BS21X31HB31FA31B431HF2Z12KQ2CF2792TO31FC310A31CG2CF31CG310H21731HT2WO2XO2J931A123221U31DV2CF2YN31D2314C31EG31HS31CY31D52D12YU23231D431EN27631DA2T423G1F2XI31C131E62WO2CO31E231EE2C131922VX2AR27W31J72TP2AB31CG2YU2V231DY28A31EQ31AI31E82TJ2KF31H0313J31EU2TS2322V02TH310H31JT31D631DK31JI31BI313J313E31IA31EB31A0310E2ID21T31EG23231K831JR27731KB31K531KD31I52CF31KE317R31EF31KC2762K131CJ31JG2WJ28P31KQ2XJ31JL310O2C131E231172G7313G310V31KU310331KW2PM2T631FT31A12YU31BF2Y731C122A31E92GH312O316D31KH2TO312P310A31IQ31KM318S2JQ2Q72E42BS2CM311Z2MF27D27F25J26P26V27218191N1K23326S26V31M931M92532KE2T83155312X2CF31F22LR31F931EE31AN318W31DC2VX2BC31BV2BB31BB2VH2TO2TH31EK318S31492TW31BA319U2BW319X314931EV232317531JU2YG31N8313K31J2315Q311P2CE31MQ2X72YG31NH2322EU31ML2YV31BA27731NM2LR311J313127731CU2X424831B031MN31BE31B227631DJ31JX31HO22W31FY2772SU31N92CF31OA31BY2VR31O422M31J42FX2EA31LB276318P31IU310X2VI23031162TR319Z313J31N0310M314H31J4318Y27731CP31N231LE318S31K1312M31DR2TI2C131O431N431J62T42C131K831OB31KG310M31B231PA2CF22431KF27731KY31PD2CO31N231II31AF23222231MM31JM31AG31K52WN31CG21V2WW2WY2W223223F313K2332B131PN319B27631CD2WO2XA29Q31G331FG27731QK313H319O2XZ31GB2FX2Q52X631QG2X931O829Q31Q431PH27631QZ31OE23329Q31FO31IU22B2TA31GF31BP31162AR31PB2T62AR2AR31JB31GU319027731QG2YI31CN2WO31D43131310H31RQ2Q631072X02WM310731AG31OR31FA2WK31Q431KK31BE2T627929J31S531R931L631IU31CB2K231P22T62B12V02TR31QV31JL31GF31Q4310331GF31H528A313J31C823231S831R32AR31OZ27W23331RG23231SF31HG31JS310A2AR2G731AR31RF2C52G731162G731S32T928P2BC2TR2AR31E431JL31T131TC2T62G722K31A731H131MS2772AP2C531H51C31QF31JR31RC31SB31TM2C531T331GY31T531TJ2GH31T92TA31TN2TI2G72T131U931T831U42AR31HF31162B131OZ2WY2B12B131P229J315O31U82HO2B131TL310331UQ31LG2T627I31UG31UW28P31UB31QB2FX31PS31TP31U3310331HH31U627W31SI2SY29Z31AR2WY31HH31TC22I2TA27W31V42LS31VJ31JL31HH2XK31V231PW31PY27I27I31GO31162AB31IS2HO27I2AB31AJ28P29Y31R023231WB31R327I31PX31IU2WY31W023231G02XL2AB31C331QE28P31W827631CZ29Z31BS22621D2TA2AB27I29231J427W22H315U31U327W2VW27I31JB27W31VO319Q31XB23231HS27531W323223D31PY2AB2AB27W310331XN2322ZY31X32322FW315V27631XX31R32JI31O431LB317531PB2VG3175317531K831O7276317527G31WC31YD31R33175318R31OO2TA31Y731EZ31DM2PN27931K831B52FH2XT2X531YB310F31KX31FO2332JI31K8317522W31EC2JI31402ID2CI27731XX31Z831IG23231ZB31ED31ZD31K931ZE2XO31ZE27W31BE21L31YK23231YI31JL31YL2CI310331YO31KA31TG31YS310A292311Z2CF31752922KB31BD2KF31JB317531R831XE27731752YY320B31YV2WB319Q23231WU31OI31K4310F2F92TV31ZE31J431LB29231MK31NC2BC2KE2771X31S5313J2XA29224A31EY321431DI2TA320431X632122322DA31MR321D31DM32192AB313H29229231WM31332ZY235310P31S52ZY31382T5321F31BN277321F2VZ2T53209313P2T525H31EY32243217322023231R82Y6321K29K2Y631NH2AB31GK31S52FF31NG31GQ2BR313T31S52E422631HS233322F2HO2922C131XT320C2322WB322X31YV2YY2BC31J4322129231CG321Y31DJ2923221322B2T52HG31MK2BC31062T02XX31MS321F31BR310H321V323G2KK29231YA31MS24Z31G12YG323V2HN323Q29Q323S31O82BC25T323W2CF32452Y52HN323I323N2YG32392TA2ZY2BC2VB2Y631Q92BC23A32222ZY25431EY324P2YI2ID31Q9324R31QL276324V2YA2TA31Q925A2TP2VT310H32522HN31WU311P2WO23I27U2332EA2EU3231325D23223631Q82HO323I31OK2T62EA31JG311631XL31GA277324M31A831MG324M31H8321X2WW324A2T531BR23G1M2TA325P31TS2TA31XL3201325U31TG325X31GP2CF321F31LB326831BE1Y326A23231I82TR324M31DX2HO2VT31Q92TR31UL310A2EA31HW31CJ324E31MS31752WB322E31MS31HA23231MK2ZY323I2Y62ZY2ZY2EU22W311P2BC321F2ZY323O322N31MS31Y52762ZY3221232320Z31MS32113243321C3246326032272BC32362BP233327R310A2ZY31NU31PP31MS2ZY31032BC2B131IF311631Q92HR31JG2EA320D31E831XK31N7322931JL31XL31XL323I276324M320X2HO324L2Y0324D2VR1J31MY31NW2HR');local i=(bit or bit32)and(bit or bit32).bxor or function(e,l)local n,o=o,0 while e>0 and l>0 do local a,d=e%2,l%2 if a~=d then o=o+n end e,l,n=(e-a)/2,(l-d)/2,n*2 end if e<l then e=l end while e>0 do local l=e%2 if l>0 then o=o+n end e,n=(e-l)/2,n*2 end return o end local function d(n,e,l)if l then local e=(n/2^(e-o))%2^((l-o)-(e-o)+o);return e-e%o;else local e=2^(e-o);return(n%(e+e)>=e)and o or 0;end;end;local e=o;local A=0;local function n()local o,l,d,n=C(f,e,e+3);o=i(o,110)l=i(l,110)d=i(d,110)n=i(n,110)e=e+F;return(n*16777216)+(d*B)+(l*256)+o;end;local function t()local l,n=C(f,e,e+2);l=i(l,110)n=i(n,110)e=e+2;return(n*256)+l;end;local function T()local l=i(C(f,e,e),110);e=e+o;return l;end;local function G(...)return{...},H('#',...)end local function Y()local W={};local l={};local s={};local c={[6]=W,[9]=nil,[7]={},[8]=nil,[3]=l,[o]=s,};local l={}local h={}for t=o,T()==0 and t()*2 or n()do local l=T();while true do if(l==3)then l=(T()~=0);break;end if(l==0)then local d,c,n='',n();if(c==0)then l=d;break;end;n=a(f,e,e+c-o);n={C(n,o,#n)}e=e+c;for e=o,#n do d=d..r[i(n[e],110)]end l=d break;end if(l==o)then local n,e=n(),n();local a,d,e,n=o,(d(e,o,20)*(2^32))+n,d(e,21,31),((-o)^d(e,32));if e==0 then if d==0 then l=n*0 break;else e=o;a=0;end;elseif(e==2047)then l=(n*((d==0 and o or 0)/0))break;end;l=(n*(2^(e-1023)))*(a+(d/(2^52)));break;end if(l==F)then local n=n();l=a(f,e,e+n-o);e=e+n;break;end if(l==F)then local n=n();l=a(f,e,e+n-o);e=e+n;break;end l=nil break;end h[t]=l;end;c[8]=T();if A<o then A=o local l=t()c[2]=a(f,e,e+l-o)e=e+l end for e=o,n()do s[e-o]=Y();end;for C=o,n()do local e=T();if(d(e,o,o)==0)then local a=d(e,2,3);local r,i,T,l=t(),T()==o,t(),{};local f=d(e,F,6);local e={[6]=r,[5]=T,[3]=nil,[8]=i,};if(a==3)then e[8],e[3]=n()-B,t()end if(a==0)then e[8],e[3]=t(),t()end if(a==2)then e[8]=n()-B end if(a==o)then e[8]=n()end if(d(f,3,3)==o)then l[3]=3 e[3]=h[e[3]]end if(d(f,o,o)==o)then l[5]=5 e[5]=h[e[5]]end if(d(f,2,2)==o)then l[8]=8 e[8]=h[e[8]]end if i then E(c[7],e)e[9]=l end W[C]=e;end end;return c;end;local function W(e,T,f,l)local d=e[8];local n=e[6];local X=0;local B=e[7];local l=e[o];local e=e[9];return function(...)local Y=H('#',...)-o;local H=l;local E=d;local a={...};local r={};local t=-o;local C=G local l=o;local d=n;local A={};local n={};for e=0,Y do if(e>=E)then A[e-E]=a[e+o];else n[e]=a[e+o];end;end;local a;local E=Y-E+o local e;while true do e=d[l];a=e[6];if X>0 then n[e[5]]=e[8];end if a<=65 then if a<=32 then if a<=15 then if a<=7 then if a<=3 then if a<=o then if a>0 then n[e[5]][n[e[8]]]=e[3];else local a;a=e[5]n[a]=n[a]()l=l+o;e=d[l];n[e[5]]=T[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][n[e[3]]];l=l+o;e=d[l];n[e[5]]=n[e[8]]-n[e[3]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];l=n[e[5]]and e[8]or l+o;end;elseif a>2 then local e=e[5];do return n[e](c(n,e+o,t))end;else local t;local a;a=e[5];t=n[e[8]];n[a+o]=t;n[a]=t[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];a=e[5];do return n[a],n[a+o]end end;elseif a<=5 then if a==F then do return n[e[5]]end else local d=e[5];local c=e[3];local a=d+2 local d={n[d](n[d+o],n[a])};for e=o,c do n[a+e]=d[e];end;local d=d[o]if d then n[a]=d l=e[8];else l=l+o;end;end;elseif a>6 then l=n[e[5]]==e[3]and e[8]or l+o;else l=n[e[5]]and l+o or e[8];end;elseif a<=11 then if a<=9 then if a==8 then local e=e[5];t=e+E-o;for l=e,t do n[l]=A[l-e];end;else local t;local a;a=e[5]n[a]=n[a](n[a+o])l=l+o;e=d[l];n[e[5]]();l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];a=e[5];t=n[e[8]];n[a+o]=t;n[a]=t[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];l=n[e[5]]and e[8]or l+o;end;elseif a==10 then l=e[8];else local e=e[5]n[e]=n[e]()end;elseif a<=13 then if a==12 then local t;local a;a=e[5];t=n[e[8]];n[a+o]=t;n[a]=t[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];a=e[5];t=n[e[8]];n[a+o]=t;n[a]=t[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];a=e[5];t=n[e[8]];n[a+o]=t;n[a]=t[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];n[e[5]]=e[8];else local e=e[5];do return c(n,e,t)end;end;elseif a==14 then local c;local t;local a;a=e[5]n[a]=n[a](n[a+o])l=l+o;e=d[l];n[e[5]]();l=l+o;e=d[l];n[e[5]]=T[e[8]];l=l+o;e=d[l];n[e[5]]=T[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];a=e[5]t={n[a](n[a+o])};c=0;for e=a,e[3]do c=c+o;n[e]=t[c];end l=l+o;e=d[l];l=n[e[5]]and l+o or e[8];else local e=e[5]n[e]=n[e](n[e+o])end;elseif a<=23 then if a<=19 then if a<=17 then if a>16 then n[e[5]]=n[e[8]][e[3]];else n[e[5]][e[8]]=e[3];end;elseif a==18 then n[e[5]]=W(H[e[8]],nil,f);else local e=e[5]n[e](c(n,e+o,t))end;elseif a<=21 then if a>20 then n[e[5]]={};else local a;n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];a=e[5]n[a]=n[a](n[a+o])l=l+o;e=d[l];n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];end;elseif a==22 then if(n[e[5]]<n[e[3]])then l=l+o;else l=e[8];end;else n[e[5]]=n[e[8]]-n[e[3]];end;elseif a<=27 then if a<=25 then if a==24 then l=n[e[5]]==n[e[3]]and l+o or e[8];else do return n[e[5]]end end;elseif a==26 then local i;local h,T;local a;n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];a=e[5]h,T=C(n[a](n[a+o]))t=T+a-o i=0;for e=a,t do i=i+o;n[e]=h[i];end;l=l+o;e=d[l];a=e[5];do return n[a](c(n,a+o,t))end;l=l+o;e=d[l];a=e[5];do return c(n,a,t)end;else n[e[5]]=n[e[8]][n[e[3]]];end;elseif a<=29 then if a>28 then local l=e[5];local a=n[l];local d=50*e[3]for e=l+o,t do a[d+e-l]=n[e]end;else n[e[5]][n[e[8]]]=n[e[3]];end;elseif a<=30 then local e=e[5];do return n[e],n[e+o]end elseif a==31 then n[e[5]]=n[e[8]]-n[e[3]];else for n,l in h(B)do for d,n in h(l[9])do local a,d,e,c={l[n]:byte(o,#l[n])},'',e[5],e[8]for n=o,#a do d,e=d..s(i(a[n],e)),(e+c)%256 end l[n],l[9]=d,{};end end;end;elseif a<=48 then if a<=40 then if a<=36 then if a<=34 then if a==33 then local e=e[5];do return c(n,e,t)end;else local c;local i;local t;local a;n[e[5]]={};l=l+o;e=d[l];n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];a=e[5];t=n[e[8]];n[a+o]=t;n[a]=t[e[3]];l=l+o;e=d[l];a=e[5]i={n[a](n[a+o])};c=0;for e=a,e[3]do c=c+o;n[e]=i[c];end l=l+o;e=d[l];l=e[8];end;elseif a==35 then if(n[e[5]]<n[e[3]])then l=l+o;else l=e[8];end;else local e=e[5];t=e+E-o;for l=e,t do n[l]=A[l-e];end;end;elseif a<=38 then if a==37 then local d=e[5];local a=n[d]local c=n[d+2];if(c>0)then if(a>n[d+o])then l=e[8];else n[d+3]=a;end elseif(a<n[d+o])then l=e[8];else n[d+3]=a;end else local r;local A,E;local H;local a;local F,W,T,Y;for n,l in h(B)do for d,n in h(l[9])do F,W,T,Y={l[n]:byte(o,#l[n])},'',e[5],e[8]for e=o,#F do W,T=W..s(i(F[e],T)),(T+Y)%256 end l[n],l[9]=W,{};end end;l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];a=e[5];H=n[e[8]];n[a+o]=H;n[a]=H[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];n[e[5]]=(e[8]~=0);l=l+o;e=d[l];a=e[5]A,E=C(n[a](c(n,a+o,e[8])))t=E+a-o r=0;for e=a,t do r=r+o;n[e]=A[r];end;l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,t))l=l+o;e=d[l];n[e[5]]();l=l+o;e=d[l];do return end;end;elseif a>39 then local t;local a;n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];a=e[5]n[a](c(n,a+o,e[8]))l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a](n[a+o])l=l+o;e=d[l];a=e[5];t=n[e[8]];n[a+o]=t;n[a]=t[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];l=n[e[5]]and l+o or e[8];else local e=e[5]n[e]=n[e](c(n,e+o,t))end;elseif a<=44 then if a<=42 then if a>41 then n[e[5]]=n[e[8]];else local t,a,c,f;n[e[5]]=T[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];for n,l in h(B)do for d,n in h(l[9])do t,a,c,f={l[n]:byte(o,#l[n])},'',e[5],e[8]for e=o,#t do a,c=a..s(i(t[e],c)),(c+f)%256 end l[n],l[9]=a,{};end end;l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];l=n[e[5]]and l+o or e[8];end;elseif a>43 then local e=e[5];do return n[e](c(n,e+o,t))end;else local c;local t;local a;n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];a=e[5]t={n[a](n[a+o])};c=0;for e=a,e[3]do c=c+o;n[e]=t[c];end l=l+o;e=d[l];n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];l=e[8];end;elseif a<=46 then if a==45 then local t;local a;n[e[5]]={};l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];a=e[5];t=n[e[8]];n[a+o]=t;n[a]=t[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];a=e[5]n[a]=n[a](n[a+o])l=l+o;e=d[l];n[e[5]]=f[e[8]];else n[e[5]]=e[8];end;elseif a>47 then n[e[5]]=f[e[8]];else n[e[5]]=T[e[8]];end;elseif a<=56 then if a<=52 then if a<=50 then if a>49 then local d=e[5]local a={n[d](n[d+o])};local l=0;for e=d,e[3]do l=l+o;n[e]=a[l];end else n[e[5]][n[e[8]]]=n[e[3]];end;elseif a==51 then local d=n[e[3]];if not d then l=l+o;else n[e[5]]=d;l=e[8];end;else local t;local a;n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];a=e[5];t=n[e[8]];n[a+o]=t;n[a]=t[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];l=n[e[5]]and e[8]or l+o;end;elseif a<=54 then if a>53 then n[e[5]]=(e[8]~=0);else do return end;end;elseif a==55 then local d=e[5];local l=n[e[8]];n[d+o]=l;n[d]=l[e[3]];else local d=e[5];local l=n[e[8]];n[d+o]=l;n[d]=l[e[3]];end;elseif a<=60 then if a<=58 then if a==57 then local l=e[5]n[l]=n[l](c(n,l+o,e[8]))else n[e[5]]=n[e[8]][n[e[3]]];end;elseif a>59 then local i;local T,h;local a;n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];a=e[5]T,h=C(n[a](n[a+o]))t=h+a-o i=0;for e=a,t do i=i+o;n[e]=T[i];end;l=l+o;e=d[l];a=e[5];do return n[a](c(n,a+o,t))end;l=l+o;e=d[l];a=e[5];do return c(n,a,t)end;l=l+o;e=d[l];do return end;else l=e[8];end;elseif a<=62 then if a==61 then local a;n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];a=e[5]n[a](c(n,a+o,e[8]))else local a;n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];a=e[5]n[a](c(n,a+o,e[8]))l=l+o;e=d[l];l=e[8];end;elseif a<=63 then local l=e[5]n[l](c(n,l+o,e[8]))elseif a==64 then n[e[5]]=n[e[8]];else local l=e[5];do return c(n,l,l+e[8])end;end;elseif a<=98 then if a<=81 then if a<=73 then if a<=69 then if a<=67 then if a>66 then l=n[e[5]]==n[e[3]]and e[8]or l+o;else local t;local a;n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];a=e[5];t=n[e[8]];n[a+o]=t;n[a]=t[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];a=e[5];t=n[e[8]];n[a+o]=t;n[a]=t[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))end;elseif a>68 then local c=e[5];local a={};for e=o,#r do local e=r[e];for l=0,#e do local e=e[l];local d=e[o];local l=e[2];if d==n and l>=c then a[l]=d[l];e[o]=a;end;end;end;else n[e[5]][e[8]]=n[e[3]];end;elseif a<=71 then if a>70 then local e=e[5]n[e](c(n,e+o,t))else l=n[e[5]]==n[e[3]]and l+o or e[8];end;elseif a==72 then local r;local a;local T,t,f,C;for n,l in h(B)do for d,n in h(l[9])do T,t,f,C={l[n]:byte(o,#l[n])},'',e[5],e[8]for e=o,#T do t,f=t..s(i(T[e],f)),(f+C)%256 end l[n],l[9]=t,{};end end;l=l+o;e=d[l];a=e[5];r=n[e[8]];n[a+o]=r;n[a]=r[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];l=n[e[5]]and l+o or e[8];else for e=e[5],e[8]do n[e]=nil;end;end;elseif a<=77 then if a<=75 then if a>74 then n[e[5]]=(e[8]~=0);else n[e[5]]=e[8];end;elseif a==76 then local a;n[e[5]]=e[8];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];a=e[5]n[a](c(n,a+o,e[8]))l=l+o;e=d[l];l=e[8];else for n,l in h(B)do for d,n in h(l[9])do local a,d,e,c={l[n]:byte(o,#l[n])},'',e[5],e[8]for n=o,#a do d,e=d..s(i(a[n],e)),(e+c)%256 end l[n],l[9]=d,{};end end;end;elseif a<=79 then if a==78 then local l=e[5]n[l]=n[l](c(n,l+o,e[8]))else local e=e[5]n[e]=n[e](n[e+o])end;elseif a==80 then l=n[e[5]]==e[3]and e[8]or l+o;else n[e[5]][e[8]]=n[e[3]];end;elseif a<=89 then if a<=85 then if a<=83 then if a==82 then n[e[5]][n[e[8]]]=e[3];else local i;local h,T;local a;n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];a=e[5]h,T=C(n[a](n[a+o]))t=T+a-o i=0;for e=a,t do i=i+o;n[e]=h[i];end;l=l+o;e=d[l];a=e[5];do return n[a](c(n,a+o,t))end;l=l+o;e=d[l];a=e[5];do return c(n,a,t)end;l=l+o;e=d[l];l=e[8];end;elseif a==84 then l=n[e[5]]==e[3]and l+o or e[8];else local l=e[5]n[l](c(n,l+o,e[8]))end;elseif a<=87 then if a>86 then local a;n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];a=e[5]n[a](c(n,a+o,e[8]))l=l+o;e=d[l];n[e[5]]={};l=l+o;e=d[l];n[e[5]][e[8]]=e[3];l=l+o;e=d[l];n[e[5]][e[8]]=e[3];l=l+o;e=d[l];n[e[5]][e[8]]=e[3];else local t=H[e[8]];local c;local a={};c=J({},{__index=function(l,e)local e=a[e];return e[o][e[2]];end,__newindex=function(n,e,l)local e=a[e]e[o][e[2]]=l;end;});for c=o,e[3]do l=l+o;local e=d[l];if e[6]==64 then a[c-o]={n,e[8]};else a[c-o]={T,e[8]};end;r[#r+o]=a;end;n[e[5]]=W(t,c,f);end;elseif a==88 then if(n[e[5]]<=e[3])then l=l+o;else l=e[8];end;else n[e[5]]=n[e[8]][e[3]];end;elseif a<=93 then if a<=91 then if a==90 then l=n[e[5]]==n[e[3]]and e[8]or l+o;else local i;local T,h;local a;n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];a=e[5]T,h=C(n[a](n[a+o]))t=h+a-o i=0;for e=a,t do i=i+o;n[e]=T[i];end;l=l+o;e=d[l];a=e[5]n[a](c(n,a+o,t))l=l+o;e=d[l];l=e[8];end;elseif a>92 then local d=e[5];local c=e[3];local a=d+2 local d={n[d](n[d+o],n[a])};for e=o,c do n[a+e]=d[e];end;local d=d[o]if d then n[a]=d l=e[8];else l=l+o;end;else local t;local a;n[e[5]]=f[e[8]];l=l+o;e=d[l];a=e[5]n[a]=n[a]()l=l+o;e=d[l];n[e[5]][n[e[8]]]=n[e[3]];l=l+o;e=d[l];a=e[5];t=n[e[8]];n[a+o]=t;n[a]=t[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a](c(n,a+o,e[8]))end;elseif a<=95 then if a==94 then l=n[e[5]]==e[3]and l+o or e[8];else n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];n[e[5]][e[8]]=e[3];l=l+o;e=d[l];n[e[5]][e[8]]=e[3];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];n[e[5]]={};end;elseif a<=96 then n[e[5]]=f[e[8]];elseif a>97 then local i;local a;a=e[5]n[a]=n[a](c(n,a+o,t))l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];a=e[5];i=n[e[8]];n[a+o]=i;n[a]=i[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];a=e[5];i=n[e[8]];n[a+o]=i;n[a]=i[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=f[e[8]];else n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];n[e[5]][e[8]]=e[3];l=l+o;e=d[l];n[e[5]][e[8]]=e[3];l=l+o;e=d[l];n[e[5]]=T[e[8]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]][n[e[3]]];l=l+o;e=d[l];l=n[e[5]]and e[8]or l+o;end;elseif a<=114 then if a<=106 then if a<=102 then if a<=100 then if a==99 then local e=e[5]local d,l=C(n[e](n[e+o]))t=l+e-o local l=0;for e=e,t do l=l+o;n[e]=d[l];end;else local d=n[e[3]];if not d then l=l+o;else n[e[5]]=d;l=e[8];end;end;elseif a==101 then local c;local i;local a;local f;local t;local h;n[e[5]]=T[e[8]];l=l+o;e=d[l];n[e[5]][n[e[8]]]=e[3];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]]=n[e[8]][e[3]];l=l+o;e=d[l];n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];h=e[5];t={};for e=o,#r do f=r[e];for e=0,#f do a=f[e];i=a[o];c=a[2];if i==n and c>=h then t[c]=i[c];a[o]=t;end;end;end;else local l=e[5];local d=n[l];local a=50*e[3]for e=l+o,t do d[a+e-l]=n[e]end;end;elseif a<=104 then if a==103 then local e=e[5];do return n[e],n[e+o]end else local d=e[5];local c=n[d+2];local a=n[d]+c;n[d]=a;if(c>0)then if(a<=n[d+o])then l=e[8];n[d+3]=a;end elseif(a>=n[d+o])then l=e[8];n[d+3]=a;end end;elseif a>105 then n[e[5]]={};else if(n[e[5]]<=e[3])then l=l+o;else l=e[8];end;end;elseif a<=110 then if a<=108 then if a>107 then local a;n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];n[e[5]][e[8]]=n[e[3]];l=l+o;e=d[l];n[e[5]][n[e[8]]]=n[e[3]];l=l+o;e=d[l];n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];a=e[5]n[a](c(n,a+o,e[8]))l=l+o;e=d[l];l=e[8];else n[e[5]]=W(H[e[8]],nil,f);end;elseif a==109 then local e=e[5]n[e](n[e+o])else local d=e[5];local c=n[d+2];local a=n[d]+c;n[d]=a;if(c>0)then if(a<=n[d+o])then l=e[8];n[d+3]=a;end elseif(a>=n[d+o])then l=e[8];n[d+3]=a;end end;elseif a<=112 then if a==111 then local e=e[5]n[e]=n[e](c(n,e+o,t))else local l=e[5]local a={n[l](n[l+o])};local d=0;for e=l,e[3]do d=d+o;n[e]=a[d];end end;elseif a==113 then local l=e[5]local d,e=C(n[l](c(n,l+o,e[8])))t=e+l-o local e=0;for l=l,t do e=e+o;n[l]=d[e];end;else local T;local a;local r,f,t,C;for n,l in h(B)do for d,n in h(l[9])do r,f,t,C={l[n]:byte(o,#l[n])},'',e[5],e[8]for e=o,#r do f,t=f..s(i(r[e],t)),(t+C)%256 end l[n],l[9]=f,{};end end;l=l+o;e=d[l];a=e[5];T=n[e[8]];n[a+o]=T;n[a]=T[e[3]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];a=e[5]n[a]=n[a](c(n,a+o,e[8]))l=l+o;e=d[l];l=n[e[5]]and l+o or e[8];end;elseif a<=122 then if a<=118 then if a<=116 then if a==115 then local e=e[5]n[e](n[e+o])else local t=H[e[8]];local c;local a={};c=J({},{__index=function(l,e)local e=a[e];return e[o][e[2]];end,__newindex=function(n,e,l)local e=a[e]e[o][e[2]]=l;end;});for c=o,e[3]do l=l+o;local e=d[l];if e[6]==64 then a[c-o]={n,e[8]};else a[c-o]={T,e[8]};end;r[#r+o]=a;end;n[e[5]]=W(t,c,f);end;elseif a==117 then n[e[5]]=T[e[8]];else local l=e[5]local d,e=C(n[l](c(n,l+o,e[8])))t=e+l-o local e=0;for l=l,t do e=e+o;n[l]=d[e];end;end;elseif a<=120 then if a==119 then local l=e[5];do return c(n,l,l+e[8])end;else local a;n[e[5]]=f[e[8]];l=l+o;e=d[l];n[e[5]]=e[8];l=l+o;e=d[l];n[e[5]]=n[e[8]];l=l+o;e=d[l];a=e[5]n[a](c(n,a+o,e[8]))l=l+o;e=d[l];l=e[8];end;elseif a>121 then do return end;else local e=e[5]n[e]=n[e]()end;elseif a<=126 then if a<=124 then if a>123 then n[e[5]]();else for e=e[5],e[8]do n[e]=nil;end;end;elseif a==125 then local c=e[5];local a={};for e=o,#r do local e=r[e];for l=0,#e do local l=e[l];local d=l[o];local e=l[2];if d==n and e>=c then a[e]=d[e];l[o]=a;end;end;end;else l=n[e[5]]and e[8]or l+o;end;elseif a<=128 then if a==127 then local e=e[5]local d,l=C(n[e](n[e+o]))t=l+e-o local l=0;for e=e,t do l=l+o;n[e]=d[l];end;else n[e[5]]();end;elseif a<=129 then n[e[5]][e[8]]=e[3];elseif a>130 then local d=e[5];local a=n[d]local c=n[d+2];if(c>0)then if(a>n[d+o])then l=e[8];else n[d+3]=a;end elseif(a<n[d+o])then l=e[8];else n[d+3]=a;end else l=n[e[5]]and e[8]or l+o;end;l=l+o;end;end;end;return c({W(Y(),{},X())()})or nil;end)(4,65536,1,"#",table.concat)
  87.  
  88. end)
  89.  
  90. InfStamina.Name = "InfStamina"
  91. InfStamina.Parent = Main
  92. InfStamina.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  93. InfStamina.Position = UDim2.new(0.0467032976, 0, 0.46875, 0)
  94. InfStamina.Size = UDim2.new(0, 130, 0, 50)
  95. InfStamina.Font = Enum.Font.SourceSans
  96. InfStamina.Text = "Infinite Stamina"
  97. InfStamina.TextColor3 = Color3.fromRGB(0, 0, 0)
  98. InfStamina.TextSize = 14.000
  99. InfStamina.MouseButton1Down:connect(function()
  100.         -- gives you inf stamina
  101.         -- Note: just execute it once and it will stay with you while you are in that server
  102.  
  103.         return(function(e,F,n,n,l)local r=string.byte;local f=string.char;local N=e;local E=unpack or table.unpack;local i=tonumber;local d=string.sub;local c=pairs;local C=table.getn or function(e)return#e end;local H=setmetatable;local u=getfenv or function()return _ENV end;local O=l;local J=select;local s={}for e=0,255 do s[e]=f(e)end;local function h(t)local l,n,o="","",{}local a=256;local e=1;local function c()local l=i(d(t,e,e),36)e=e+1;local n=i(d(t,e,e+l-1),36)e=e+l;return n end;l=f(c())o[1]=l;while e<#t do local e=c()if s[e]then n=s[e]else n=l..d(l,1,1)end;s[a]=l..d(n,1,1)o[#o+1],l,a=n,n,a+1 end;return N(o)end;local i=h('23F22W23F23J23F27827921Y21N27727923F2631P21N23C23A27925523Z24F24J25V25S25Q26F25N1F1H1921227D27921N21027I27Z24123K24X24Q27Z27826Z1H28327924823O24K25728927821U27C27E2781G27I23527924X23O24O24C26725J25Y26Y26L1S23E23E23C23927924128U24S25X26325Q26U26L1D1T1821O21Q28J26Z1O27I23727924W24424Y24S25Q26425R27128J21N21427I2362792141B1U1U1V21F1Q1O1G23C23427925623Y25B24U25Y26D25O26Q26V1S1623C23G27924M23X25925228X25V23C23D27924P24M28J23F22928M27E21N2192B927E21S27I2AT27825123Y24Y24H26725Y25W2B62262BD2791S2BS23F22J2BU28J22J28P2B621Z2BV22J28C23C27Z24W23S24U28828N26Z2BC2B62BC23C23B27924H23K25125727026225U25S26E1G1O1323C29P27825323P25423X25X26225V26F29L27H29527925123T2592592632BO26U27021K1G1321J21528J2631I2BV1R28P21P27E22427826U23F27K27822X27823E27823I27922J2E427E2E32E923F2E527922Y23F2E32EE2E52E72782ED2932EE23F28R23D21J27823C28N23F2162782772EH2E22792E722G2792EJ23F23H23F2322F72792AT22V2FD27829P2312FH23F2A322S2FL28R2A32F32782AF2ED2EI2792CJ2EF2FW27827K2FC2E222T2782962CY2EI21T2782382F92FL22Z2EQ2FS23F2EH22L2FL2E32E12G02742BW2FL23323F22O2FL2FC2G328N2772GX27E2EW2B22B223F2232EA2H22BW2FA2EP2E522I23F2ET2EV2GG2782EZ2762ER2FL2E727Z2F82FA2GS2GH2AT2GC2GH29P22Q2FL2A322R2FP2GT2FL2AF2H42GO2CJ22P2FL27K22U2F72G523F29622M27E21C2F02IE2EX23F2H82H428R2EQ2H82EO2E52E522H2G023E2B22BH2IW2EW2CJ2EN2E42772E52EW2H12HE2HK28J21V2EQ22J2272EE2AT2FA29623H21R2782AT2JC2FZ23J22D27E2JO2H92JG2GD2ID2212782A32FZ23F2I023F2AT2K02F921Z2782B22JY2E52B22JQ27E2KB2EI21L2EE2B22752EN2JF2J92B22GF23H2IV2J921Q2EQ2E52KE2792KU2E522X2KI2IX2GP27822327D2KP23F2FU2JF2L327822N2JU2L32B22302F92EJ2772B22IT27821E27E2K12K32KD2GG2I52HH2GF21G21D21C21H22U21D22Q22S21E22T21I21G22T22Q21C22R2J72EE2FR2HK27E26Z21B2BV2782ML22R28D2782452DD2592B61B2ML23V21W2B622J27I27E29Z21221N2KS2782202DY2E02FH2EP2G827E2LV2GQ2EE2EW2KW2GO2J52HM2FM2FL2FA2FA2IJ2IJ27K2EF2FR29P2ME2NN2NN2IZ27E29P2H32FI2K92K423F29P23J2JC2HK29P2L02ID2772NQ2782252E628N22X2ID2NP27923J2G32772E92EF22B2O42JM2EI2ED2A32ME2GF2782ES2NY27928R29P2IP2792AF2FZ2FV2CJ28R2OG2782PD23F2CJ2P12NA2K523F2PK27K2B22GN2G12O72NA2FV27K27K2EM2FX2PI2NA27E2CJ2B22J22792E52AF2CJ2O92IJ2EH2EF2152EA2LV2LV2K12Q62HK2C72792MR2DE2B621O2N12OO2EX2MX2B623F2ML2N02MU2BV2572N42N623F2N823F2DZ2GN2EJ2EP2NX2792NF2EO2NI2EQ2F82LL2NM2G82HP2MH2RM2772NT2JZ2O42NX2FR2A32O02792O22J92PT2J92AT2O82OA2772OC2EI2OE2RM23F2OI23F2PY2G42782FA27Z2OP2IJ2OS2782OU2RZ2O622X2OY2SB2792PK28R2E72MG2P22PT2P82FT2HH2PC2HL28J2PH2PJ27927K2FA2A32PO2SQ2PR2NA29P27K2PV2PL28N2CJ2CJ2TC2Q32Q02LQ2L92Q02QA2HK2QC2782QE2EQ2QG2TO2EX2932IZ2DA27829824O29A29C29E29G29I21Q27J27L27N27P27R27T27V27X2QL2782C92CB2CX29Q29S29U29W2712UK23F23L2CM2572UU28F28H2B623721N2KL27822E2N92R82EA2SQ2GH2E52RV2NE2RG2VA2OG2R92LN2EX2RD2E42O32NF2KC2J928J2GF2E52JE2EE2HN2HK2JK2OJ2VT2OO2JR2SR2JD2HA2VX2J72JY2O62LR2OJ2AT2E523H2K82P52TW2762W32SW2EF2QH2IL278');local t=(bit or bit32)and(bit or bit32).bxor or function(e,l)local n,o=1,0 while e>0 and l>0 do local d,t=e%2,l%2 if d~=t then o=o+n end e,l,n=(e-d)/2,(l-t)/2,n*2 end if e<l then e=l end while e>0 do local l=e%2 if l>0 then o=o+n end e,n=(e-l)/2,n*2 end return o end local function o(n,e,l)if l then local e=(n/2^(e-1))%2^((l-1)-(e-1)+1);return e-e%1;else local e=2^(e-1);return(n%(e+e)>=e)and 1 or 0;end;end;local e=1;local G=0;local function n()local l,o,d,n=r(i,e,e+3);l=t(l,123)o=t(o,123)d=t(d,123)n=t(n,123)e=e+4;return(n*16777216)+(d*F)+(o*256)+l;end;local function h()local l=t(r(i,e,e),123);e=e+1;return l;end;local function a()local l,n=r(i,e,e+2);l=t(l,123)n=t(n,123)e=e+2;return(n*256)+l;end;local function P(...)return{...},J('#',...)end local function N()local l={};local E={};local J={};local f={[5]=nil,[8]=nil,[9]=J,[7]={},[2]=E,[6]=l,};local l={}local c={}for f=1,h()==0 and a()*2 or n()do local l=h();while 2 do if(l==0)then local n=n();l=d(i,e,e+n-1);e=e+n;break;end if(l==3)then local o,a,n='',n();if(a==0)then l=o;break;end;n=d(i,e,e+a-1);n={r(n,1,#n)}e=e+a;for e=1,C(n)do o=o..s[t(n[e],123)]end l=o break;end if(l==4)then local n,e=n(),n();local d,o,e,n=1,(o(e,1,20)*(2^32))+n,o(e,21,31),((-1)^o(e,32));if e==0 then if o==0 then l=n*0 break;else e=1;d=0;end;elseif(e==2047)then l=(n*((o==0 and 1 or 0)/0))break;end;l=(n*(2^(e-1023)))*(d+(o/(2^52)));break;end if(l==1)then l=(h()~=0);break;end if(l==0)then local n=n();l=d(i,e,e+n-1);e=e+n;break;end l=nil break;end c[f]=l;end;for s=1,n()do local e=h();if(o(e,1,1)==0)then local t=o(e,4,6);local d=o(e,2,3);local h,i,e,l=a(),h()==1,a(),{};local r={}local e={[3]=h,[8]=nil,[4]=e,[2]=i,};if(d==2)then e[2]=n()-F end if(d==0)then e[2],e[8]=a(),a()end if(d==1)then e[2]=n()end if(d==3)then e[2],e[8]=n()-F,a()end if(o(t,3,3)==1)then l[8]=8 e[8]=c[e[8]]end if(o(t,1,1)==1)then l[4]=4 e[4]=c[e[4]]end if(o(t,2,2)==1)then l[2]=2 e[2]=c[e[2]]end if i then O(f[7],e)e[7]=l end E[s]=e;end end;if G<1 then G=1 local l=a()f[4]=d(i,e,e+l-1)e=e+l end for e=1,n()do J[e-1]=N();end;f[8]=h();return f;end;local function h(e,s,a,l)local G=0;local i=e[7];local l=e[2];local d=e[8];local n={}local o=e[9];local e=e[5];return function(...)local r={};local N={...};local n=1;local F=o;local o=l;local d=d;local O={};local J=J('#',...)-1;local e=-1;local e=P local l={};for e=0,J do if(e>=d)then O[e-d]=N[e+1];else l[e]=N[e+1];end;end;local e=J-d+1 local e;local d;while true do e=o[n];d=e[3];if G>0 then l[e[4]]=e[2];end if d<=41 then if d<=20 then if d<=9 then if d<=4 then if d<=1 then if d>0 then local n=e[4]l[n]=l[n](E(l,n+1,e[2]))else local e=e[4]l[e]=l[e](l[e+1])end;elseif d<=2 then do return end;elseif d>3 then l[e[4]][e[2]]=e[8];else n=l[e[4]]and n+1 or e[2];end;elseif d<=6 then if d>5 then local o=e[4];local n=l[e[2]];l[o+1]=n;l[o]=n[e[8]];else l[e[4]]=l[e[2]]*l[e[8]];end;elseif d<=7 then l[e[4]]=l[e[2]]+l[e[8]];elseif d==8 then l[e[4]][l[e[2]]]=l[e[8]];else l[e[4]]=l[e[2]];end;elseif d<=14 then if d<=11 then if d>10 then l[e[4]]=l[e[2]]/l[e[8]];else local t;local c;local d;d=e[4]l[d]=l[d](E(l,d+1,e[2]))n=n+1;e=o[n];l[e[4]]=l[e[2]][e[8]];n=n+1;e=o[n];l[e[4]]=a[e[2]];n=n+1;e=o[n];l[e[4]]=a[e[2]];n=n+1;e=o[n];l[e[4]]=l[e[2]][e[8]];n=n+1;e=o[n];d=e[4]c={l[d](l[d+1])};t=0;for e=d,e[8]do t=t+1;l[e]=c[t];end n=n+1;e=o[n];n=e[2];end;elseif d<=12 then n=e[2];elseif d>13 then l[e[4]]=#l[e[2]];else local o=e[2];local n=l[o]for e=o+1,e[8]do n=n..l[e];end;l[e[4]]=n;end;elseif d<=17 then if d<=15 then local e=e[4]l[e](l[e+1])elseif d==16 then l[e[4]]=l[e[2]]-l[e[8]];else local o=e[4];local d=l[o]local t=l[o+2];if(t>0)then if(d>l[o+1])then n=e[2];else l[o+3]=d;end elseif(d<l[o+1])then n=e[2];else l[o+3]=d;end end;elseif d<=18 then local f=F[e[2]];local c;local d={};c=H({},{__index=function(l,e)local e=d[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=d[e]e[1][e[2]]=l;end;});for t=1,e[8]do n=n+1;local e=o[n];if e[3]==73 then d[t-1]={l,e[2]};else d[t-1]={s,e[2]};end;r[#r+1]=d;end;l[e[4]]=h(f,c,a);elseif d>19 then local n=e[4];local o=l[n];local d=50*e[8];for e=n+1,e[2]do o[d+e-n]=l[e]end;else local f=F[e[2]];local c;local d={};c=H({},{__index=function(l,e)local e=d[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=d[e]e[1][e[2]]=l;end;});for t=1,e[8]do n=n+1;local e=o[n];if e[3]==73 then d[t-1]={l,e[2]};else d[t-1]={s,e[2]};end;r[#r+1]=d;end;l[e[4]]=h(f,c,a);end;elseif d<=30 then if d<=25 then if d<=22 then if d>21 then local d;local t;l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2]^l[e[8]];n=n+1;e=o[n];l[e[4]]=l[e[2]]/l[e[8]];n=n+1;e=o[n];l[e[4]]=l[e[2]];n=n+1;e=o[n];l[e[4]]=l[e[2]]%e[8];n=n+1;e=o[n];l[e[4]]=l[e[2]]-l[e[8]];n=n+1;e=o[n];l[e[4]]=e[2]-l[e[8]];n=n+1;e=o[n];l[e[4]]=e[2]^l[e[8]];n=n+1;e=o[n];l[e[4]]=l[e[2]]*l[e[8]];n=n+1;e=o[n];l[e[4]]=l[e[2]]%e[8];n=n+1;e=o[n];l[e[4]]=l[e[2]]+l[e[8]];n=n+1;e=o[n];l[e[4]]=l[e[2]][l[e[8]]];n=n+1;e=o[n];t=e[2];d=l[t]for e=t+1,e[8]do d=d..l[e];end;l[e[4]]=d;else local o=e[4];local d=l[o]local t=l[o+2];if(t>0)then if(d>l[o+1])then n=e[2];else l[o+3]=d;end elseif(d<l[o+1])then n=e[2];else l[o+3]=d;end end;elseif d<=23 then local n=e[4]l[n](E(l,n+1,e[2]))elseif d==24 then local n=e[4]l[n](E(l,n+1,e[2]))else local e=e[4]l[e](l[e+1])end;elseif d<=27 then if d>26 then l[e[4]]=a[e[2]];else for n,l in c(i)do for n,o in c(l[7])do local d,n,e,a={l[o]:byte(1,#l[o])},'',e[4],e[2]for o=1,#d do n,e=n..f(t(d[o],e)),(e+a)%256 end l[o],l[7]=n,{};end end;end;elseif d<=28 then l[e[4]]=l[e[2]][e[8]];elseif d>29 then l[e[4]]=e[2];else do return end;end;elseif d<=35 then if d<=32 then if d==31 then l[e[4]]=l[e[2]]*l[e[8]];else local d;local t;l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2]^l[e[8]];n=n+1;e=o[n];l[e[4]]=l[e[2]]/l[e[8]];n=n+1;e=o[n];l[e[4]]=l[e[2]];n=n+1;e=o[n];l[e[4]]=l[e[2]]%e[8];n=n+1;e=o[n];l[e[4]]=l[e[2]]-l[e[8]];n=n+1;e=o[n];l[e[4]]=e[2]-l[e[8]];n=n+1;e=o[n];l[e[4]]=e[2]^l[e[8]];n=n+1;e=o[n];l[e[4]]=l[e[2]]*l[e[8]];n=n+1;e=o[n];l[e[4]]=l[e[2]]%e[8];n=n+1;e=o[n];l[e[4]]=l[e[2]]+l[e[8]];n=n+1;e=o[n];l[e[4]]=l[e[2]][l[e[8]]];n=n+1;e=o[n];t=e[2];d=l[t]for e=t+1,e[8]do d=d..l[e];end;l[e[4]]=d;end;elseif d<=33 then local F;local a;local d;local s,E,h,r;for n,l in c(i)do for o,n in c(l[7])do s,E,h,r={l[n]:byte(1,#l[n])},'',e[4],e[2]for e=1,#s do E,h=E..f(t(s[e],h)),(h+r)%256 end l[n],l[7]=E,{};end end;n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]={};n=n+1;e=o[n];l[e[4]]=l[e[2]][e[8]];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];d=e[4];a=l[d]F=l[d+2];if(F>0)then if(a>l[d+1])then n=e[2];else l[d+3]=a;end elseif(a<l[d+1])then n=e[2];else l[d+3]=a;end elseif d==34 then n=l[e[4]]and e[2]or n+1;else l[e[4]]={};end;elseif d<=38 then if d<=36 then l[e[4]]=e[2]-l[e[8]];elseif d==37 then l[e[4]]=e[2]^l[e[8]];else l[e[4]][e[2]]=e[8];end;elseif d<=39 then local o=e[4]local d={l[o](l[o+1])};local n=0;for e=o,e[8]do n=n+1;l[e]=d[n];end elseif d==40 then l[e[4]]=l[e[2]][l[e[8]]];else local n=e[4]local d={l[n](l[n+1])};local o=0;for e=n,e[8]do o=o+1;l[e]=d[o];end end;elseif d<=62 then if d<=51 then if d<=46 then if d<=43 then if d==42 then local o=e[4];local t=l[o+2];local d=l[o]+t;l[o]=d;if(t>0)then if(d<=l[o+1])then n=e[2];l[o+3]=d;end elseif(d>=l[o+1])then n=e[2];l[o+3]=d;end else for n,l in c(i)do for n,o in c(l[7])do local d,n,e,a={l[o]:byte(1,#l[o])},'',e[4],e[2]for o=1,#d do n,e=n..f(t(d[o],e)),(e+a)%256 end l[o],l[7]=n,{};end end;end;elseif d<=44 then l[e[4]]=l[e[2]]-l[e[8]];elseif d>45 then n=e[2];else local h;local J;local d;local F,E,r,H;for n,l in c(i)do for o,n in c(l[7])do F,E,r,H={l[n]:byte(1,#l[n])},'',e[4],e[2]for e=1,#F do E,r=E..f(t(F[e],r)),(r+H)%256 end l[n],l[7]=E,{};end end;n=n+1;e=o[n];l[e[4]]=a[e[2]];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];d=e[4]l[d](l[d+1])n=n+1;e=o[n];l[e[4]]=a[e[2]];n=n+1;e=o[n];l[e[4]]=a[e[2]];n=n+1;e=o[n];l[e[4]]=s[e[2]];n=n+1;e=o[n];l[e[4]]=l[e[2]][e[8]];n=n+1;e=o[n];d=e[4]J={l[d](l[d+1])};h=0;for e=d,e[8]do h=h+1;l[e]=J[h];end n=n+1;e=o[n];n=e[2];end;elseif d<=48 then if d>47 then local n=e[4]l[n]=l[n](E(l,n+1,e[2]))else n=l[e[4]]and e[2]or n+1;end;elseif d<=49 then l[e[4]]=l[e[2]]/l[e[8]];elseif d>50 then local r;local a;local d;local s,E,h,F;for n,l in c(i)do for o,n in c(l[7])do s,E,h,F={l[n]:byte(1,#l[n])},'',e[4],e[2]for e=1,#s do E,h=E..f(t(s[e],h)),(h+F)%256 end l[n],l[7]=E,{};end end;n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]={};n=n+1;e=o[n];l[e[4]]=l[e[2]][e[8]];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];d=e[4];a=l[d]r=l[d+2];if(r>0)then if(a>l[d+1])then n=e[2];else l[d+3]=a;end elseif(a<l[d+1])then n=e[2];else l[d+3]=a;end else l[e[4]]=(e[2]~=0);end;elseif d<=56 then if d<=53 then if d>52 then l[e[4]]=e[2]-l[e[8]];else l[e[4]]=l[e[2]][e[8]];end;elseif d<=54 then l[e[4]]=#l[e[2]];elseif d>55 then local o=e[4];local t=l[o+2];local d=l[o]+t;l[o]=d;if(t>0)then if(d<=l[o+1])then n=e[2];l[o+3]=d;end elseif(d>=l[o+1])then n=e[2];l[o+3]=d;end else local E;local s;local r,d,h,F;for n,l in c(i)do for o,n in c(l[7])do r,d,h,F={l[n]:byte(1,#l[n])},'',e[4],e[2]for e=1,#r do d,h=d..f(t(r[e],h)),(h+F)%256 end l[n],l[7]=d,{};end end;n=n+1;e=o[n];l[e[4]]=a[e[2]];n=n+1;e=o[n];l[e[4]]=l[e[2]][e[8]];n=n+1;e=o[n];l[e[4]]=l[e[2]][e[8]];n=n+1;e=o[n];l[e[4]]=a[e[2]];n=n+1;e=o[n];s=e[4];E=l[e[2]];l[s+1]=E;l[s]=E[e[8]];end;elseif d<=59 then if d<=57 then local e=e[4]l[e]=l[e](l[e+1])elseif d>58 then l[e[4]]={};else local t;local a;local d;l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];d=e[4];a=l[d];t=50*e[8];for e=d+1,e[2]do a[t+e-d]=l[e]end;end;elseif d<=60 then local d=e[4];local t=e[8];local o=d+2 local d={l[d](l[d+1],l[o])};for e=1,t do l[o+e]=d[e];end;local d=d[1]if d then l[o]=d n=e[2];else n=n+1;end;elseif d==61 then l[e[4]]={};n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];else local o=e[2];local n=l[o]for e=o+1,e[8]do n=n..l[e];end;l[e[4]]=n;end;elseif d<=72 then if d<=67 then if d<=64 then if d>63 then l[e[4]][l[e[2]]]=l[e[8]];else l[e[4]]=l[e[2]]%e[8];end;elseif d<=65 then l[e[4]]=l[e[2]]+l[e[8]];elseif d>66 then l[e[4]]=(e[2]~=0);else l[e[4]]=a[e[2]];end;elseif d<=69 then if d>68 then l[e[4]]=e[2];else n=l[e[4]]and n+1 or e[2];end;elseif d<=70 then l[e[4]]=l[e[2]]%e[8];elseif d>71 then local o=e[4];local n=l[e[2]];l[o+1]=n;l[o]=n[e[8]];else l[e[4]]=l[e[2]][l[e[8]]];end;elseif d<=77 then if d<=74 then if d>73 then do return l[e[4]]end else l[e[4]]=l[e[2]];end;elseif d<=75 then local n=e[4];local d=l[n];local o=50*e[8];for e=n+1,e[2]do d[o+e-n]=l[e]end;elseif d==76 then l[e[4]]=h(F[e[2]],nil,a);else local d=e[4];local t=e[8];local o=d+2 local d={l[d](l[d+1],l[o])};for e=1,t do l[o+e]=d[e];end;local d=d[1]if d then l[o]=d n=e[2];else n=n+1;end;end;elseif d<=80 then if d<=78 then l[e[4]]=s[e[2]];elseif d==79 then l[e[4]]=s[e[2]];else l[e[4]]=e[2]^l[e[8]];end;elseif d<=81 then l[e[4]]={};n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];n=n+1;e=o[n];l[e[4]]=e[2];elseif d==82 then do return l[e[4]]end else l[e[4]]=h(F[e[2]],nil,a);end;n=n+1;end;end;end;return E({h(N(),{},u())()})or nil;end)(table.concat,65536,{},({1})[1],table.insert)
  104.  
  105. end)
  106.  
  107. PickUpAll.Name = "Pick Up All"
  108. PickUpAll.Parent = Main
  109. PickUpAll.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  110. PickUpAll.Position = UDim2.new(0.0467032976, 0, 0.684374988, 0)
  111. PickUpAll.Size = UDim2.new(0, 130, 0, 50)
  112. PickUpAll.Font = Enum.Font.SourceSans
  113. PickUpAll.Text = "Pick  All Dropped Tools"
  114. PickUpAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. PickUpAll.TextSize = 14.000
  116. PickUpAll.MouseButton1Down:connect(function()
  117.         ---it picks all the dropped tools and returns you back because why not? free guns and stuff if you are lucky
  118.         --Note: this script isn't that safe becuse if the tool is placed at crowded area like shop where everyone can see you so idk use it on alt and tansfer stuff?
  119.  
  120.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Shariiii/Anomic-Stuff/main/Main%20Bypass.lua", true))()
  121.         return(function(o,e,l)local D=getfenv or function()return _ENV end;local G=table.insert;local J=string.char;local f=string.sub;local K=table.concat;local A=select;local u=table.getn or function(e)return#e end;local H=string.byte;local e=setmetatable;local i=tonumber;local d=unpack or table.unpack;local s=pairs;local r={}for e=0,255 do r[e]=J(e)end;local function h(c)local l,n,o=l,l,{}local a=256;local e=1;local function t()local l=i(f(c,e,e),36)e=e+1;local n=i(f(c,e,e+l-1),36)e=e+l;return n end;l=J(t())o[1]=l;while e<#c do local e=t()if r[e]then n=r[e]else n=l..f(l,1,1)end;r[a]=l..f(n,1,1)o[#o+1],l,a=n,n,a+1 end;return K(o)end;local h=h('26525R26526726326527924G23W24C23Y23U24526726127926524E23S24624F26121Z21W27R27R22S26A26725X27J25123N24A23M24023S23R26K26726627J27L24926725O27J24I23S24E23R23X23M23N26J27126P25H26F26B26Z26J26826D26725Y27J25823M23X23U23S24X23Y27226926O26C27727J25423W23K23Z23S23O26726227J24M23S23X24F23V24325T26725V27J25223O29E28F24026K26K25Y27226Y26826L29I27J25024F23L24B24423O24027I27J2AH26725Z27J24V24U25925H24H24723R26P26K26E2AG2AH21927V2AW24723W23N23Y28W27J25323S24A24O23W23S23Y26Z26I26O26W26725W27J24N23M24C23K24724123N2702712AW27J21P27V2BJ27924K23M23L23R24P23Y23Q26Y26S2AJ29U23O27D2532AE26H27126F27H27J23R23W23R24F2CI27923O23O23X23K2BI27J24Z23P23Z24923P23M24626Y26I29A27924Z24R24C23U23T29H2672AL24Q2C92792B724A25423L24324426U26Z26O2642CO26525A2B22B427827923X25025A25223S24T29S27J24K23S23M23Y24423Y24026J2622AU26Q27326Y26725S28E23S29E2DL24X28M26D26E26U26G2A727A23L23Z2422DL24126725P29B24823N23U23U23Y23V26Z25M26Y26X26F26426G26W26R2D526523P23N24E23U23R23U2BU27J24D2DG26524I24823K2DK2DM2DO26O2652F421G21D21C21H22U21D22Q22S21E22T21I21G22T22Q21C22R2AH25B2AH2DX2G428827925R25U26526427925G27J27125T2GW2AH25F26526326W2AH2582H32792612602H92H32GU2HB25N2AH2702AH2GX2DD2752GW2GX2GV2792712792642GX2GX25J2742HV28826X2AH27J2GX2882HO2HV2DD2HS2652HU2GW2DD2DD2HU2ID2DR27626529J2II2I726525M2IC2I12652882HL2H12GW28828825H2742HU26427I2DD2GT2HV2HE2IB2II2HE2HE2HZ2HP26429J28D2I42652HE29J2IG2J72JJ26527I2JA2JO2F42AH2HE2DD2782FT23L2H32712AK2642BJ27X2AK25R26Y2GW28X27X27J25I2792BJ28X2JW2H82652BJ2JZ2GX2HC2HE27J2KL2IC2H22K326527X25D26526Z25Q2GW2KK2H32KZ2HD2AH2KQ2IW2KT2DD2IQ27126U2L02KJ2652IV2HV2AK27X27X2II2AK2AK2J02JE28X2BY2IR2K926528X2HE2HP2652H22H22J62792EL2M02I027929T2M42AH28X29T2J527J2LM2LU2G52HZ2KT2J02K62H52KT25K27J2LX2AK2GS2I42BJ2DD2GX2JE2BJ2HJ2JI2BJ2HN2JI2LE2HT2KS2MT2IP2IC2LC2KT2BJ2LG2GW2LI2KU2LS2642ME2LO2HV2LQ2H02NK2MF2LW27J2LZ2MO27J2M32NS2M62LY2N22MA2IK2AH2ME28X25P2MH2BJ2MJ2IC25C2LD2GX25E2NG2BJ2BJ2MN2AH2N62MV2HV2BJ2J92OK2LE2782II2OE2652EL2OQ2LE28X2O127J2DD2JT2652AK29T27X26L2MD2652722652O92K12LT2BJ25L2742MU2EL2732N229T2AK2JI2EL29T2JI2OW2K02NN2K52M52642EL2KB2I428X2EL2JW27J28X2KQ2KN2L52K02KS2KA2H326Z26N2792Q32H32KD2L42KP2HG2GV26428X2MY27926J2QD2H32J52AG28X2PQ25V2JT27526H2H328X2QH2792QZ2GX26326Z2HC2652MH2IK2R22R92Q72GW2J42N72L727I27I2HL2O42RF2652J02GS2KM2HV27J');local i=(bit or bit32)and(bit or bit32).bxor or function(e,n)local l,o=1,0 while e>0 and n>0 do local c,a=e%2,n%2 if c~=a then o=o+l end e,n,l=(e-c)/2,(n-a)/2,l*2 end if e<n then e=n end while e>0 do local n=e%2 if n>0 then o=o+l end e,l=(e-n)/2,l*2 end return o end local function a(l,e,n)if n then local e=(l/2^(e-1))%2^((n-1)-(e-1)+1);return e-e%1;else local e=2^(e-1);return(l%(e+e)>=e)and 1 or 0;end;end;local e=1;local L=0;local function n()local a,c,n,l=H(h,e,e+3);a=i(a,221)c=i(c,221)n=i(n,221)l=i(l,221)e=e+o;return(l*16777216)+(n*65536)+(c*256)+a;end;local function c()local n,l=H(h,e,e+2);n=i(n,221)l=i(l,221)e=e+2;return(l*256)+n;end;local function X(...)return{...},A('#',...)end local function t()local l=i(H(h,e,e),221);e=e+1;return l;end;local function K()local l={};local I={};local s={};local J={[5]=nil,[o]=nil,[6]={},[7]=I,[9]=s,[2]=l,};local l={}local d={}for c=1,t()==0 and c()*2 or n()do local l=t();while 2 do if(l==o)then local n,e=n(),n();local a,n,e,o=1,(a(e,1,20)*(2^32))+n,a(e,21,31),((-1)^a(e,32));if e==0 then if n==0 then l=o*0 break;else e=1;a=0;end;elseif(e==2047)then l=(o*((n==0 and 1 or 0)/0))break;end;l=(o*(2^(e-1023)))*(a+(n/(2^52)));break;end if(l==3)then local n=n();l=f(h,e,e+n-1);e=e+n;break;end if(l==0)then l=(t()~=0);break;end if(l==2)then local o,a,n='',n();if(a==0)then l=o;break;end;n=f(h,e,e+a-1);n={H(n,1,#n)}e=e+a;for e=1,u(n)do o=o..r[i(n[e],221)]end l=o break;end if(l==0)then l=(t()~=0);break;end l=nil break;end d[c]=l;end;J[o]=t();if L<1 then L=1 local l=c()J[8]=f(h,e,e+l-1)e=e+l end for e=1,n()do I[e-1]=K();end;for r=1,n()do local e=t();if(a(e,1,1)==0)then local f=a(e,o,6);local i=a(e,2,3);local h,t,e,l=c(),t()==1,c(),{};local e={[o]=e,[6]=nil,[8]=t,[5]=h,};if(i==2)then e[8]=n()-65536 end if(i==0)then e[8],e[6]=c(),c()end if(i==1)then e[8]=n()end if(i==3)then e[8],e[6]=n()-65536,c()end if(a(f,3,3)==1)then l[6]=6 e[6]=d[e[6]]end if(a(f,1,1)==1)then l[o]=o e[o]=d[e[o]]end if(a(f,2,2)==1)then l[8]=8 e[8]=d[e[8]]end if t then G(J[6],e)e[9]=l end s[r]=e;end end;return J;end;local function L(e,l,t,l)local K=e[6];local a=e[9];local l=e[5];local l=e[o];local n={}local L=0;local e=e[7];return function(...)local n=1;local e=e;local h={...};local c=l;local e={};local f=-1;local a=a;local H=A('#',...)-1;local l={};local I={};local r=X for e=0,H do if(e>=c)then I[e-c]=h[e+1];else l[e]=h[e+1];end;end;local e=H-c+1 local c;local e;while true do e=a[n];c=e[5];if L>0 then l[e[o]]=e[8];end if c<=26 then if c<=12 then if c<=5 then if c<=2 then if c<=0 then local e=e[o]l[e](d(l,e+1,f))elseif c==1 then do return end;else local h;local i;local J,H;local c;l[e[o]]=t[e[8]];n=n+1;e=a[n];l[e[o]]=l[e[8]];n=n+1;e=a[n];c=e[o]J,H=r(l[c](l[c+1]))f=H+c-1 i=0;for e=c,f do i=i+1;l[e]=J[i];end;n=n+1;e=a[n];c=e[o]l[c](d(l,c+1,f))n=n+1;e=a[n];c=e[o];h=l[e[8]];l[c+1]=h;l[c]=h[e[6]];n=n+1;e=a[n];l[e[o]]=e[8];n=n+1;e=a[n];c=e[o]l[c]=l[c](d(l,c+1,e[8]))n=n+1;e=a[n];n=l[e[o]]and n+1 or e[8];end;elseif c<=3 then local e=e[o]l[e](l[e+1])elseif c==o then l[e[o]]=l[e[8]]-l[e[6]];else n=e[8];end;elseif c<=8 then if c<=6 then for n,l in s(K)do for a,n in s(l[9])do local a,o,e,c={l[n]:byte(1,#l[n])},'',e[o],e[8]for n=1,#a do o,e=o..J(i(a[n],e)),(e+c)%256 end l[n],l[9]=o,{};end end;elseif c>7 then l[e[o]][e[8]]=e[6];else l[e[o]]=l[e[8]]-l[e[6]];end;elseif c<=10 then if c==9 then l[e[o]][e[8]]=l[e[6]];else local o=e[o];local n=l[e[8]];l[o+1]=n;l[o]=n[e[6]];end;elseif c==11 then l[e[o]]={};else l[e[o]]=l[e[8]][e[6]];end;elseif c<=19 then if c<=15 then if c<=13 then local e=e[o]l[e](l[e+1])elseif c==14 then l[e[o]]=l[e[8]]+l[e[6]];else l[e[o]]=t[e[8]];end;elseif c<=17 then if c==16 then if(e[o]<l[e[6]])then n=n+1;else n=e[8];end;else n=l[e[o]]==e[6]and e[8]or n+1;end;elseif c>18 then n=l[e[o]]==e[6]and n+1 or e[8];else for n,l in s(K)do for n,a in s(l[9])do local o,n,e,c={l[a]:byte(1,#l[a])},'',e[o],e[8]for a=1,#o do n,e=n..J(i(o[a],e)),(e+c)%256 end l[a],l[9]=n,{};end end;end;elseif c<=22 then if c<=20 then local e=e[o]local o,n=r(l[e](l[e+1]))f=n+e-1 local n=0;for e=e,f do n=n+1;l[e]=o[n];end;elseif c>21 then local e=e[o]l[e]=l[e]()else local e=e[o]l[e](d(l,e+1,f))end;elseif c<=24 then if c>23 then local o=e[o];local c=e[6];local a=o+2 local o={l[o](l[o+1],l[a])};for e=1,c do l[a+e]=o[e];end;local o=o[1]if o then l[a]=o n=e[8];else n=n+1;end;else n=e[8];end;elseif c>25 then l[e[o]][e[8]]=l[e[6]];else local n=e[o]l[n]=l[n](d(l,n+1,e[8]))end;elseif c<=40 then if c<=33 then if c<=29 then if c<=27 then local n=e[o]l[n]=l[n](d(l,n+1,e[8]))elseif c>28 then local d;local c;l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];c=e[o];d=l[e[8]];l[c+1]=d;l[c]=d[e[6]];n=n+1;e=a[n];c=e[o]l[c](l[c+1])n=n+1;e=a[n];l[e[o]]=t[e[8]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]={};n=n+1;e=a[n];l[e[o]][e[8]]=l[e[6]];n=n+1;e=a[n];l[e[o]][e[8]]=e[6];else local e=e[o]local o,n=r(l[e](l[e+1]))f=n+e-1 local n=0;for e=e,f do n=n+1;l[e]=o[n];end;end;elseif c<=31 then if c>30 then l[e[o]]=l[e[8]];else local c;l[e[o]]=t[e[8]];n=n+1;e=a[n];l[e[o]]=e[8];n=n+1;e=a[n];c=e[o]l[c](l[c+1])n=n+1;e=a[n];l[e[o]]=t[e[8]];n=n+1;e=a[n];c=e[o]l[c]=l[c]()n=n+1;e=a[n];l[e[o]]=l[e[8]];end;elseif c>32 then local i;local c;c=e[o]l[c]=l[c]()n=n+1;e=a[n];l[e[o]]=t[e[8]];n=n+1;e=a[n];c=e[o];i=l[e[8]];l[c+1]=i;l[c]=i[e[6]];n=n+1;e=a[n];l[e[o]]=e[8];n=n+1;e=a[n];c=e[o]l[c]=l[c](d(l,c+1,e[8]))n=n+1;e=a[n];l[e[o]]=t[e[8]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];else local f;local h;local i;local c;l[e[o]]=t[e[8]];n=n+1;e=a[n];l[e[o]]=t[e[8]];n=n+1;e=a[n];c=e[o];i=l[e[8]];l[c+1]=i;l[c]=i[e[6]];n=n+1;e=a[n];l[e[o]]=e[8];n=n+1;e=a[n];c=e[o]l[c]=l[c](d(l,c+1,e[8]))n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];c=e[o];i=l[e[8]];l[c+1]=i;l[c]=i[e[6]];n=n+1;e=a[n];c=e[o]h={l[c](l[c+1])};f=0;for e=c,e[6]do f=f+1;l[e]=h[f];end n=n+1;e=a[n];n=e[8];end;elseif c<=36 then if c<=34 then n=l[e[o]]==e[6]and n+1 or e[8];elseif c>35 then local c;l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=t[e[8]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=e[8];n=n+1;e=a[n];l[e[o]]=e[8];n=n+1;e=a[n];l[e[o]]=e[8];n=n+1;e=a[n];c=e[o]l[c]=l[c](d(l,c+1,e[8]))n=n+1;e=a[n];l[e[o]]=l[e[8]]+l[e[6]];else do return end;end;elseif c<=38 then if c>37 then local o=e[o];local c=e[6];local a=o+2 local o={l[o](l[o+1],l[a])};for e=1,c do l[a+e]=o[e];end;local o=o[1]if o then l[a]=o n=e[8];else n=n+1;end;else n=l[e[o]]and n+1 or e[8];end;elseif c>39 then local n=e[o]local a={l[n](l[n+1])};local o=0;for e=n,e[6]do o=o+1;l[e]=a[o];end else l[e[o]]=e[8];end;elseif c<=47 then if c<=43 then if c<=41 then l[e[o]]=l[e[8]][e[6]];elseif c==42 then local n=e[o]local a={l[n](l[n+1])};local o=0;for e=n,e[6]do o=o+1;l[e]=a[o];end else local c;l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=t[e[8]];n=n+1;e=a[n];l[e[o]]=l[e[8]][e[6]];n=n+1;e=a[n];l[e[o]]=e[8];n=n+1;e=a[n];l[e[o]]=e[8];n=n+1;e=a[n];l[e[o]]=e[8];n=n+1;e=a[n];c=e[o]l[c]=l[c](d(l,c+1,e[8]))n=n+1;e=a[n];l[e[o]]=l[e[8]]+l[e[6]];end;elseif c<=45 then if c>44 then local n=e[o];local o=l[e[8]];l[n+1]=o;l[n]=o[e[6]];else l[e[o]][e[8]]=e[6];end;elseif c>46 then l[e[o]]=t[e[8]];else l[e[o]]=l[e[8]];end;elseif c<=50 then if c<=48 then if(e[o]<l[e[6]])then n=n+1;else n=e[8];end;elseif c>49 then n=l[e[o]]==e[6]and e[8]or n+1;else n=l[e[o]]and n+1 or e[8];end;elseif c<=52 then if c==51 then l[e[o]]={};else l[e[o]]=e[8];end;elseif c>53 then local e=e[o]l[e]=l[e]()else l[e[o]]=l[e[8]]+l[e[6]];end;n=n+1;end;end;end;return d({L(K(),{},D())()})or nil;end)(4,"#","")
  122. end)
  123.  
  124. UnlockAll.Name = "Unlock All"
  125. UnlockAll.Parent = Main
  126. UnlockAll.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  127. UnlockAll.Position = UDim2.new(0.66473794, 0, 0.684374988, 0)
  128. UnlockAll.Size = UDim2.new(0, 130, 0, 50)
  129. UnlockAll.Font = Enum.Font.SourceSans
  130. UnlockAll.Text = "Unlock Cash Printers"
  131. UnlockAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  132. UnlockAll.TextSize = 14.000
  133. UnlockAll.MouseButton1Down:connect(function()
  134.         --- a bit slower autofarm but lil bit more safe? idk
  135.         -- basically it farms printers using LockPick tool so hold it and execute the script else it won't work and return you to spawn
  136.  
  137.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Shariiii/Anomic-Stuff/main/Main%20Bypass.lua", true))()
  138.         return(function(s,l,o,e,o,n,B)local h=pairs;local o=table.getn or function(e)return#e end;local f=n;local F=select;local R=getfenv or function()return _ENV end;local S=e.char;local C=table.concat;local G=setmetatable;local t=unpack or table.unpack;local r=e.byte;local a=e.sub;local J=table.insert;local E={}for e=0,255 do E[e]=S(e)end;local function i(c)local l,n,o=l,l,{}local d=256;local e=1;local function t()local l=f(a(c,e,e),36)e=e+1;local n=f(a(c,e,e+l-1),36)e=e+l;return n end;l=S(t())o[1]=l;while e<#c do local e=t()if E[e]then n=E[e]else n=l..a(l,1,1)end;E[d]=l..a(n,1,1)o[#o+1],l,d=n,n,d+1 end;return C(o)end;local c=i('1M1H1M1L1G1M27925A24G24123X23O23B1L1I2791M23U24423M24C1L1S27J25623N24725B23W22O22X23522U22Z1L1T27J24X23T23K23X23P21U23723D23G22Z23D1L1627J25124323Y23X23R23H23A23G22F22P22S21S22P22J22D22C1L1V27J25A23Y23M24E23S23522Z23H27G1O27J24P23N23Z23T24923H23123021Z23B23F22D21U2211L1J27J23X24423U23M24D29R29T23P23M23K23P1L27527924T29W24527W2301L1K27J24I24H27H27J24A23R23Y23T28Z27J24E23T24123N24C22U23A23A22O27P27J24V24323X27V27X27Z22Z1M28H21G21D21C21H22U21D22Q22S21E22T21I21G22T22Q21C22R1L27J1N28327927I1L1R2B023N23X23S27W22423022O23I23F22922D1N27J27J1U22E2AI27923U23R23U2481L2BQ27924323N2442A527J24R23N23K24823Q22O2182CA2CB27J27729127C27E27G28H27928J28L28N28P28R28T28V28X2AO27A2932952972991L1U27J22F23C23923I23D22S2372362D121E2CB2192D12CB27I1M2711M29S2791G2D0279151M2CA2CA1I2A62ED2EF2792E22BR27J21I29S2EC1M2AE21I21O2EL27J2E51P2CB2AE2AE1G21Q2CB2EE2EC2EI2F62EX2EN2792AE2EA2F52D12F82EJ2EO1M2FC2762EP2102EX27927Q21I2792ES2902CB2CA2FE2B82FU2792DP2EH2E32FB2CB2CM1M21I27Q2ES2FS2G127J2902122D12832ES2D22EP2GE2FR2G92GN1M2FW2EO2E51M142FU2F32GM2EF2F22E82GV2GL2EJ2GW2BU2FN2792H62H22FJ27J2AE29S2FZ2G12FY2G02EX2G32G52ES1727627Q27924O24523Q25824B23F2352C423G2CR2792CT2CV2CX21828G28I28K28M28O28Q28S28U28W22C1N23W23Z2IJ2IJ2672152GK1M1225Y1L2HO27924V23N24323K23K23523I2C422Y22G21S22M22021Y21Z22028227R27T24V23L23F23723G23B22Z22T2DO2DQ2DS2DU2DW2361L29B27A24324124E23W28D22023B22V22T21S22C22M2CF1M2CO24B2CK2GU2AK2AM2CL27J2CO2CQ2GU2CH2CJ2JS27J25723Z2C024V23F23122Z23522522R22L22L2K62HQ1M2KO24123T25623B23123222O2I02E91M24R23R23Z24923W2AZ27925024223Q23L24L23H23G23722O22Y2LJ1M27S27U27W27Y2802D32D923R2C023P23B2IO2792DI1M24Q2AR23R24A22Q2C62AY2GU24Z2AL23T2IO26E2IN2E326U2152KM27924U23Z23Y24C2M621R2K02K22K42JA27827923S23S2B223U28F2GS29229429629827G2L124T24423W24C27W2KU22O23H2JM27925423S24723P24D23F23E22Z2BV2N51M27B27D27F2LV24I24L24W25E24S22S23E23A2352NQ2DP2A723T2402NW23F23423A1I2GK22B2CB2142792E72LC2H62D02L12OY2CA2BT2GP2EF2EG2H32OY2BQ132HM2FN2EU2FU2P61B2P41N2P62HC2HI2AE2GU27922C2EL2EV2EF29S27I29B1421F2EF2752EE27J1D27929S2752F32FG29S2PP2FI2CB2Q92G92ER2PT1M101M21C22D2PS1M2QC1F1M2F927J2QC2EQ2QL27I1A2QD2QL29S2HO2QT1N29S29S28H2QJ2Q32QM2EL182QP2FJ2QS2QE2QP1M2QW2R12R32GR2QX2R22H22R5112R72QC122RB2QB2G62H22CB21I2AE2RM29S2Q22FT2QY2FN2GH2R72DP2RA2OY29S192GZ2S01M1Q2PH27827I2EE2S31N27827821J2D12HF2ET2H32EF2782FZ2SL2SN2SF2ST2742IP27J2HA2DP2OX2GF2T22E32782902HG2H229S2O22R72EC2SA1M2BX2H927J2781E2G52SR2GK2LC2792SL2RJ2S22FU2RJ2BQ2S62H22DP21G2ST2RM2P32TU2H22782U729S2FT2UA2FQ2EA2EO2D81M2782RP27I2SL27529S2F02OY2901C2G527Q2TF2T72L12CB2EJ2CA2OY2752TK2T02DP2PN27J2Q52EL1G2TO27J2GB2SS2QQ2GO2D021K2FX2BR21P2D22KJ2CI2CK2L12O82OA2OC2OE2OG2LV2NJ2NL2NN2352NP2M82CE2NC2DK2NF2DN2JT2L22KP23S2KR2KT2KV2KX2KZ2IO2CD2M21M2N72N92NB29C23T23W23K2VT2OF2IO2MR2LV2LX2B42M02812OI1M2NT2NV2NX2NZ2I12LD2CU2CW2CY2WJ2512M423S2M62MA2MC2412ME2MG23F2AY2L12HS2HU2HW2HY2LA2IS2BY2IX2IZ2J12LT2J42J62J82JA2L12LL2LN2LP2LR2LT2IO2IQ2MN2MP2D1122CE2X124T2OK2OM2OO2WJ24T23R2L423R22U2I72D92I92DC2IC2DF2IF2BV2X128523K23R24923F2LR2NR1M2DR2DT2DV2DX2M82762P32LX2JE2JG2JI2JK2IO24F2CE2LC2LE2LG2LI2L12L32L52L72L923G2OQ2MT1M2MV2MX2MZ2N12K322C2202IO21M2CE2P321Y23J23923H21Y22S23J23C22Q23722S2ZZ25A2JV2JX2JZ2K131052K62GU2K92CK2G82KH2K72MK2KE2V32Z12Z32Z523721S23C23222I21X2WJ2O42D62K72KD23T2D123D2OT2OV2RW2U427921C2T32PE1M2VL2TT311S2P22U42BQ2F02E32CA2BQ2PD2P52EL2SG2SL2PF2FH2SS2PM2D123E2PQ2EW2RM27I2782PW2PY1M2W81M2Q22HB2SS2F42R7312E2QA27J312U2RL2QF2F52R62RM312X2U32VF1M312X2RI2RF2BQ313829S2GW313B1M2SC2R62H2312X2SP313531372RE2BV312Y2H22PX313E2SC1O2SP1M2RA312X2PT2FJ312X2FL2R72RX22F2S42UB2TX2H22TO2U02S11M2QO2TI2EW311V2S421D2SH2RF29B2SX2UI2QG2SQ312B2U42782V3314N278314J2HA2752QW2TL2G21M2Q02T029031502D12TA2SS2CB2RJ2UV2ER311R2QL2TH2TM1M2UX27J2TQ314Q2RX31482RJ2UD314A315L312O1M2SP2TI311U2PH2RJ2R0315P2SS2UD21R31582UG315I2RS2UL2FU2UN2GP2UQ1M2X12CB2UU2G5290315K2792UZ2U4275315H315221H2G52V82V0316B311T2SD2752753161312L2V82UM2T12GS31522M91M2U02DP2RS2E02UH2V52RF2CB31762PH29029031472EF317K1M2US317E3175317J2T12FT2OY283316G27J2SG317Y2792832SG2E32GS316V2792902RS3151315J1M2PA318B283318A317G2RK23J2EL142282EF2BX2TH2PX312M2RG2RU2TJ2SS2CA2R12BX27I2RP2EB2792BX2232EL2EH2FJ319531972CB318K2V0318N1N2BX315Y21I2GH319F318V3171319K2BX3124319N2HJ27J2W82CA2UH29B31692PH2F02BX317V2FU2HO31812H3312N27J2HO2HA2CB31202EL1I22A31881M21S318L319E290318Q2GO2UX2PP2RK2RZ2UI2VB2VG2VE2FJ2VD1M2VI2FK1M21M2E4311M2OX319E31822EP315E2V72UI2FG2792VL312V31BC31AI2EX31842G922N2UE2BQ2OY2AE31A62F12SS2P12SZ314H2PI2EL2GD31252G42SL31AQ2U92GX2SS317M1N2H12GK2G827J2172H72GU318M2QL314U2RE2SR1G311U2O22CA2E92IT317831A72G527931CO318I1M31CT2HN31BQ27J31202SR2FE2QH2H22P631CE2RM2X131D631592EA311U316P2EL2FE31CW2CB31CT2PN1X2UF2FJ2SC311N319D2QL31D8319E31DA2UI31DC318W315A31DG31CQ2EY2CB31DK314O31DM31432EX2TK2BQ2ES31A92D131AY2GN');local i=(bit or bit32)and(bit or bit32).bxor or function(e,n)local l,o=1,0 while e>0 and n>0 do local a,d=e%2,n%2 if a~=d then o=o+l end e,n,l=(e-a)/2,(n-d)/2,l*2 end if e<n then e=n end while e>0 do local n=e%2 if n>0 then o=o+l end e,l=(e-n)/2,l*2 end return o end local function o(n,e,l)if l then local e=(n/2^(e-1))%2^((l-1)-(e-1)+1);return e-e%1;else local e=2^(e-1);return(n%(e+e)>=e)and 1 or 0;end;end;local e=1;local M=0;local function n()local a,l,n,o=r(c,e,e+3);a=i(a,22)l=i(l,22)n=i(n,22)o=i(o,22)e=e+s;return(o*16777216)+(n*65536)+(l*256)+a;end;local function d()local n,l=r(c,e,e+2);n=i(n,22)l=i(l,22)e=e+2;return(l*256)+n;end;local function f()local l=i(r(c,e,e),22);e=e+1;return l;end;local function D(...)return{...},F('#',...)end local function L()local C={};local l={};local S={};local t={[1]=l,[6]=S,[3]=C,[2]={},[7]=nil,[8]=nil,};local h={}for t=1,f()==0 and d()*2 or n()do local l=f();while t do if(l==3)then local o,d,n='',n();if(d==0)then l=o;break;end;n=a(c,e,e+d-1);n={r(n,1,#n)}e=e+d;for e=1,#n do o=o..E[i(n[e],22)]end l=o break;end if(l==1)then local n,e=n(),n();local a,o,e,n=1,(o(e,1,20)*(2^32))+n,o(e,21,31),((-1)^o(e,32));if e==0 then if o==0 then l=n*0 break;else e=1;a=0;end;elseif(e==2047)then l=(n*((o==0 and 1 or 0)/0))break;end;l=(n*(2^(e-1023)))*(a+(o/(2^52)));break;end if(l==s)then l=(f()~=0);break;end if(l==0)then local n=n();l=a(c,e,e+n-1);e=e+n;break;end if(l==0)then local n=n();l=a(c,e,e+n-1);e=e+n;break;end l=nil break;end h[t]=l;end;t[8]=f();if M<1 then M=1 local l=d()t[9]=a(c,e,e+l-1)e=e+l end for e=1,n()do C[e-1]=L();end;for r=1,n()do local e=f();if(o(e,1,1)==0)then local c=o(e,s,6);local E,f,i,a=d(),f()==1,d(),{};local l=o(e,2,3);local e={}local e={[3]=E,[9]=nil,[1]=f,[7]=i,};if(l==2)then e[1]=n()-65536 end if(l==1)then e[1]=n()end if(l==3)then e[1],e[9]=n()-65536,d()end if(l==0)then e[1],e[9]=d(),d()end if(o(c,2,2)==1)then a[1]=1 e[1]=h[e[1]]end if(o(c,3,3)==1)then a[9]=9 e[9]=h[e[9]]end if(o(c,1,1)==1)then a[7]=7 e[7]=h[e[7]]end if f then J(t[2],e)e[2]=a end S[r]=e;end end;return t;end;local function M(e,f,d,l)local l=e[6];local C=e[2];local c=e[3];local n=e[7];local n={}local R=0;local e=e[8];return function(...)local r=D local n={};local a={...};local J=F('#',...)-1;local E={};local F=e;local o=l;local L=c;local c=-1;local D={};local l=1;for e=0,J do if(e>=F)then D[e-F]=a[e+1];else n[e]=a[e+1];end;end;local e;local a;local F=J-F+1 while true do e=o[l];a=e[3];if R>0 then n[e[7]]=e[1];end if a<=36 then if a<=17 then if a<=8 then if a<=3 then if a<=1 then if a>0 then l=n[e[7]]and e[1]or l+1;else local e=e[7]n[e](t(n,e+1,c))end;elseif a>2 then local e=e[7]n[e](n[e+1])else local i;local S,E;local h;local a;n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]][e[1]]=e[9];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];a=e[7]n[a]=n[a](n[a+1])l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];a=e[7]n[a]=n[a](t(n,a+1,e[1]))l=l+1;e=o[l];n[e[7]]=n[e[1]]+n[e[9]];l=l+1;e=o[l];f[e[1]]=n[e[7]];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];a=e[7]n[a](n[a+1])l=l+1;e=o[l];n[e[7]]=f[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]][e[1]]=e[9];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]={};l=l+1;e=o[l];n[e[7]][e[1]]=n[e[9]];l=l+1;e=o[l];a=e[7];h=n[e[1]];n[a+1]=h;n[a]=h[e[9]];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]];l=l+1;e=o[l];a=e[7]S,E=r(n[a](n[a+1]))c=E+a-1 i=0;for e=a,c do i=i+1;n[e]=S[i];end;l=l+1;e=o[l];a=e[7]n[a](t(n,a+1,c))l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];a=e[7]n[a](n[a+1])end;elseif a<=B then if a==s then for n,l in h(C)do for o,n in h(l[2])do local a,e,o,d={l[n]:byte(1,#l[n])},'',e[7],e[1]for n=1,#a do e,o=e..S(i(a[n],o)),(o+d)%256 end l[n],l[2]=e,{};end end;else n[e[7]]=n[e[1]][e[9]];end;elseif a<=6 then n[e[7]]=n[e[1]][e[9]];elseif a>7 then l=n[e[7]]==e[9]and e[1]or l+1;else l=e[1];end;elseif a<=12 then if a<=10 then if a>9 then local a;n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]][e[1]]=e[9];l=l+1;e=o[l];n[e[7]]=f[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=f[e[1]];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];a=e[7]n[a]=n[a](t(n,a+1,e[1]))l=l+1;e=o[l];n[e[7]]=n[e[1]]+n[e[9]];l=l+1;e=o[l];n[e[7]][e[1]]=n[e[9]];l=l+1;e=o[l];do return end;else l=n[e[7]]and e[1]or l+1;end;elseif a>11 then n[e[7]]=n[e[1]]+n[e[9]];else local o=e[7];local a=n[o]local d=n[o+2];if(d>0)then if(a>n[o+1])then l=e[1];else n[o+3]=a;end elseif(a<n[o+1])then l=e[1];else n[o+3]=a;end end;elseif a<=14 then if a>13 then do return end;else n[e[7]]=(e[1]~=0);end;elseif a<=15 then local e=e[7]n[e]=n[e](n[e+1])elseif a>16 then n[e[7]]=n[e[1]];else local l=e[7];local o=n[e[1]];n[l+1]=o;n[l]=o[e[9]];end;elseif a<=26 then if a<=21 then if a<=19 then if a>18 then for e=e[7],e[1]do n[e]=nil;end;else local d=e[7];local o={};for e=1,#E do local e=E[e];for l=0,#e do local l=e[l];local a=l[1];local e=l[2];if a==n and e>=d then o[e]=a[e];l[1]=o;end;end;end;end;elseif a==20 then local l=e[7]local a={n[l](n[l+1])};local o=0;for e=l,e[9]do o=o+1;n[e]=a[o];end else n[e[7]][e[1]]=e[9];end;elseif a<=23 then if a==22 then n[e[7]]();else l=n[e[7]]==e[9]and e[1]or l+1;end;elseif a<=24 then local a=e[7];local d=e[9];local o=a+2 local a={n[a](n[a+1],n[o])};for e=1,d do n[o+e]=a[e];end;local a=a[1]if a then n[o]=a l=e[1];else l=l+1;end;elseif a>25 then n[e[7]]=n[e[1]]+n[e[9]];else local e=e[7]local o,l=r(n[e](n[e+1]))c=l+e-1 local l=0;for e=e,c do l=l+1;n[e]=o[l];end;end;elseif a<=31 then if a<=28 then if a==27 then local l=e[7]n[l]=n[l](t(n,l+1,e[1]))else n[e[7]]={};end;elseif a<=29 then n[e[7]][e[1]]=n[e[9]];elseif a==30 then local t=L[e[1]];local c;local a={};c=G({},{__index=function(l,e)local e=a[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=a[e]e[1][e[2]]=l;end;});for d=1,e[9]do l=l+1;local e=o[l];if e[3]==17 then a[d-1]={n,e[1]};else a[d-1]={f,e[1]};end;E[#E+1]=a;end;n[e[7]]=M(t,c,d);else local e=e[7]n[e](t(n,e+1,c))end;elseif a<=33 then if a==32 then local o=e[7];local d=n[o+2];local a=n[o]+d;n[o]=a;if(d>0)then if(a<=n[o+1])then l=e[1];n[o+3]=a;end elseif(a>=n[o+1])then l=e[1];n[o+3]=a;end else if(e[7]<=n[e[9]])then l=l+1;else l=e[1];end;end;elseif a<=34 then local l=e[7]n[l]=n[l](t(n,l+1,e[1]))elseif a==35 then n[e[7]][e[1]]=e[9];else local f;local M;local c;local a;local s,E,r,F;for n,l in h(C)do for o,n in h(l[2])do s,E,r,F={l[n]:byte(1,#l[n])},'',e[7],e[1]for e=1,#s do E,r=E..S(i(s[e],r)),(r+F)%256 end l[n],l[2]=E,{};end end;l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];a=e[7];c=n[e[1]];n[a+1]=c;n[a]=c[e[9]];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];a=e[7]n[a]=n[a](t(n,a+1,e[1]))l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];a=e[7];c=n[e[1]];n[a+1]=c;n[a]=c[e[9]];l=l+1;e=o[l];a=e[7]M={n[a](n[a+1])};f=0;for e=a,e[9]do f=f+1;n[e]=M[f];end l=l+1;e=o[l];l=e[1];end;elseif a<=54 then if a<=45 then if a<=40 then if a<=38 then if a>37 then n[e[7]][e[1]]=n[e[9]];else n[e[7]]=e[1];end;elseif a>39 then l=n[e[7]]and l+1 or e[1];else n[e[7]]=e[1];end;elseif a<=42 then if a==41 then local d=e[7];local a={};for e=1,#E do local e=E[e];for l=0,#e do local l=e[l];local o=l[1];local e=l[2];if o==n and e>=d then a[e]=o[e];l[1]=a;end;end;end;else local o=e[7];local l=n[e[1]];n[o+1]=l;n[o]=l[e[9]];end;elseif a<=43 then local t=L[e[1]];local c;local a={};c=G({},{__index=function(l,e)local e=a[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=a[e]e[1][e[2]]=l;end;});for d=1,e[9]do l=l+1;local e=o[l];if e[3]==17 then a[d-1]={n,e[1]};else a[d-1]={f,e[1]};end;E[#E+1]=a;end;n[e[7]]=M(t,c,d);elseif a==44 then f[e[1]]=n[e[7]];else if(e[7]<=n[e[9]])then l=l+1;else l=e[1];end;end;elseif a<=49 then if a<=47 then if a==46 then do return end;else l=n[e[7]]==e[9]and l+1 or e[1];end;elseif a==48 then local f;local E,h;local i;local a;n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]={};l=l+1;e=o[l];n[e[7]][e[1]]=n[e[9]];l=l+1;e=o[l];a=e[7];i=n[e[1]];n[a+1]=i;n[a]=i[e[9]];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]];l=l+1;e=o[l];a=e[7]E,h=r(n[a](n[a+1]))c=h+a-1 f=0;for e=a,c do f=f+1;n[e]=E[f];end;l=l+1;e=o[l];a=e[7]n[a](t(n,a+1,c))else local a=e[7];local d=e[9];local o=a+2 local a={n[a](n[a+1],n[o])};for e=1,d do n[o+e]=a[e];end;local a=a[1]if a then n[o]=a l=e[1];else l=l+1;end;end;elseif a<=51 then if a>50 then f[e[1]]=n[e[7]];else n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=f[e[1]];l=l+1;e=o[l];n[e[7]][e[1]]=n[e[9]];l=l+1;e=o[l];l=e[1];end;elseif a<=52 then local o=e[7];local a=n[o]local d=n[o+2];if(d>0)then if(a>n[o+1])then l=e[1];else n[o+3]=a;end elseif(a<n[o+1])then l=e[1];else n[o+3]=a;end elseif a==53 then n[e[7]]=(e[1]~=0);else n[e[7]]=n[e[1]];end;elseif a<=63 then if a<=58 then if a<=56 then if a>55 then n[e[7]]={};else local e=e[7]local o,l=r(n[e](n[e+1]))c=l+e-1 local l=0;for e=e,c do l=l+1;n[e]=o[l];end;end;elseif a==57 then n[e[7]]=f[e[1]];else l=n[e[7]]and l+1 or e[1];end;elseif a<=60 then if a==59 then n[e[7]]=f[e[1]];else n[e[7]]=d[e[1]];end;elseif a<=61 then for e=e[7],e[1]do n[e]=nil;end;elseif a==62 then local E;local F;local c;local a;local s,f,r,M;for n,l in h(C)do for o,n in h(l[2])do s,f,r,M={l[n]:byte(1,#l[n])},'',e[7],e[1]for e=1,#s do f,r=f..S(i(s[e],r)),(r+M)%256 end l[n],l[2]=f,{};end end;l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];a=e[7];c=n[e[1]];n[a+1]=c;n[a]=c[e[9]];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];a=e[7]n[a]=n[a](t(n,a+1,e[1]))l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];a=e[7];c=n[e[1]];n[a+1]=c;n[a]=c[e[9]];l=l+1;e=o[l];a=e[7]F={n[a](n[a+1])};E=0;for e=a,e[9]do E=E+1;n[e]=F[E];end l=l+1;e=o[l];l=e[1];else n[e[7]]();end;elseif a<=68 then if a<=65 then if a>64 then local s;local E;local i;local C,S;local h;local a;n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]][e[1]]=e[9];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];a=e[7]n[a]=n[a](n[a+1])l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];a=e[7]n[a]=n[a](t(n,a+1,e[1]))l=l+1;e=o[l];n[e[7]]=n[e[1]]+n[e[9]];l=l+1;e=o[l];f[e[1]]=n[e[7]];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];a=e[7]n[a](n[a+1])l=l+1;e=o[l];n[e[7]]=f[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]][e[1]]=e[9];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]={};l=l+1;e=o[l];n[e[7]][e[1]]=n[e[9]];l=l+1;e=o[l];a=e[7];h=n[e[1]];n[a+1]=h;n[a]=h[e[9]];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]];l=l+1;e=o[l];a=e[7]C,S=r(n[a](n[a+1]))c=S+a-1 i=0;for e=a,c do i=i+1;n[e]=C[i];end;l=l+1;e=o[l];a=e[7]n[a](t(n,a+1,c))l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];a=e[7]n[a](n[a+1])l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]={};l=l+1;e=o[l];n[e[7]][e[1]]=e[9];l=l+1;e=o[l];n[e[7]][e[1]]=n[e[9]];l=l+1;e=o[l];n[e[7]]=f[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]][e[1]]=n[e[9]];l=l+1;e=o[l];a=e[7];h=n[e[1]];n[a+1]=h;n[a]=h[e[9]];l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]];l=l+1;e=o[l];a=e[7]C,S=r(n[a](n[a+1]))c=S+a-1 i=0;for e=a,c do i=i+1;n[e]=C[i];end;l=l+1;e=o[l];a=e[7]n[a](t(n,a+1,c))l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];a=e[7];E=n[a]s=n[a+2];if(s>0)then if(E>n[a+1])then l=e[1];else n[a+3]=E;end elseif(E<n[a+1])then l=e[1];else n[a+3]=E;end else l=e[1];end;elseif a<=66 then local e=e[7]n[e](n[e+1])elseif a>67 then local o=e[7];local d=n[o+2];local a=n[o]+d;n[o]=a;if(d>0)then if(a<=n[o+1])then l=e[1];n[o+3]=a;end elseif(a>=n[o+1])then l=e[1];n[o+3]=a;end else l=n[e[7]]==e[9]and l+1 or e[1];end;elseif a<=70 then if a>69 then n[e[7]]=d[e[1]];else local l=e[7]local a={n[l](n[l+1])};local o=0;for e=l,e[9]do o=o+1;n[e]=a[o];end end;elseif a<=71 then for n,l in h(C)do for n,o in h(l[2])do local a,n,e,d={l[o]:byte(1,#l[o])},'',e[7],e[1]for o=1,#a do n,e=n..S(i(a[o],e)),(e+d)%256 end l[o],l[2]=n,{};end end;elseif a>72 then local c;local a;a=e[7];c=n[e[1]];n[a+1]=c;n[a]=c[e[9]];l=l+1;e=o[l];n[e[7]]=e[1];l=l+1;e=o[l];a=e[7]n[a]=n[a](t(n,a+1,e[1]))l=l+1;e=o[l];n[e[7]]=d[e[1]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=n[e[1]][e[9]];l=l+1;e=o[l];n[e[7]]=(e[1]~=0);else local e=e[7]n[e]=n[e](n[e+1])end;l=l+1;end;end;end;return t({M(L(),{},R())()})or nil;end)(4,"",{},string,{},tonumber,5)
  139.  
  140. end)
  141.  
  142. OpGunSupport.Name = "OpGunSupport"
  143. OpGunSupport.Parent = Main
  144. OpGunSupport.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  145. OpGunSupport.Position = UDim2.new(0.351769924, 0, 0.46875, 0)
  146. OpGunSupport.Size = UDim2.new(0, 133, 0, 50)
  147. OpGunSupport.Font = Enum.Font.SourceSans
  148. OpGunSupport.Text = "Op Gun Support"
  149. OpGunSupport.TextColor3 = Color3.fromRGB(0, 0, 0)
  150. OpGunSupport.TextSize = 14.000
  151. OpGunSupport.MouseButton1Down:connect(function()
  152.         ---one of the most fun script to use
  153.         --allows you to shoot through most objects (haven't tested it completely but shooting through some models like buildings will not let you register the damage so test and findout your self)
  154.         --if you have good aim this script is your best friend
  155.         --Note: Execute this once too that should be more than enough
  156.  
  157.         return(function(l,l,u,E,r,l,e)local t=unpack or table.unpack;local D=e;local R=getfenv or function()return _ENV end;local a=string.sub;local O=select;local h=string.char;local C=string.byte;local f=tonumber;local B=table.insert;local H=table.getn or function(e)return#e end;local G=setmetatable;local i=pairs;local s={}for e=0,255 do s[e]=h(e)end;local function F(c)local l,n,o="","",{}local d=256;local e=1;local function t()local l=f(a(c,e,e),36)e=e+1;local n=f(a(c,e,e+l-1),36)e=e+l;return n end;l=h(t())o[1]=l;while e<#c do local e=t()if s[e]then n=s[e]else n=l..a(l,1,1)end;s[d]=l..a(n,1,1)o[#o+1],l,d=n,n,d+1 end;return D(o)end;local c=F('26525Y26526127526526526Q25S25D26U26526426125T25J25S26326125W27926525E26225J26625I25H25W25Y25S26126027O25D25W25Z26127Y26127O26R26427J26627O28D24D26125Z27O27025U26327R25S26X26425I25D26128727926325S25P28R28H27925U27C25C25H25F25W26125C27Y25O27O26F25S25H26126425Y25W25D25S25T26E25D27R25W29127Z27O25T25S25Z25C25U28G27O25I29229429629826126727O26I26Q26128C27927025I26S28S27O25U25W26027Y25N27O27B25D26D27M25O25S25J26R25J26226027E25W25J27W29J25J28528825W28Q26U2B725D29C25T25C25P26126327O26U29F27K28R2BH2792642632A025J28R26227O27J25G25C28A27Y2BU2792AQ25W2AS25J25I29Y2792AO26E2AT25F29G27Y28027926W26229T28726B28D24C27925128D26525R2BO27925V27O2712CU27O25K2CS2BO2A625L2CR28D2A62A62CT27F26426525T2CX2BO2DC2DC2BH2BN27F2652722DL2DC27728D2DN2DC25R25X2DB2DD28D26A2792A628D25P2DG2652BH2D92E42C12D227F2D82DF2EB2652A62DC2D72EF26528C28T28I2DL27126X27F2BH28025S2CS24727F2DV2AM27O27N2E52652DV2A626325U28U26525I2DL2792DQ29Z2EO2EQ2BP2AH2792CG2DV2CG2792F12BH2F42E526M2F82702DO2762782AC2DL2DU2ER2EK2CX26J2G12BH2CT2DA2642BU2DE2792CY27F2BU2BU2DK2792FL2D62F22DV2DI2BN2DC29A2DC2A62FD2792GQ2CS2GM2DC25Q27O25R2462EE2CW2GC2D32EJ2D12G82872F12CR2GS2EJ2GD2642EC29A2HF2EC2E328D2GR2EJ2G82A62GB2EA26428C2HR2HF28C2EL2FR27928C26G2FV2GT2652I22DT2GM28C28Z26527126P27F2HX2F32IB2ID27G2DL28725R2EW2652802FM2652F128C2802A625P2EG2HD28C2672DA2E12H026V2IE2652IA2HW2G22752HF2872DP2EA2IO2JF2D62E62GK28C2BH2EH2CR2JM2E321G21D21C21H22U21D22Q22S21E22T21I21G22T22Q21C22R2JM29G27O2DC2AB28D26Z24D2KA27O27328F2DK26F2C427126425D2KE27926X2KD2D621926A2C826528J28L27J28O28Q2A52A726Q2762EM28927J2BG27O25C26327V25Y28C2EZ2792442CZ28D2FA2EJ2CR2452LJ27O26K2CP2CR25R26W2EE2DV2H52EE2A62BU2HL2DL2IZ26526L2K82JF2DC2M62CU2A627N2GD2EJ2DI2IB2H62HD26324E2I02M72EH2EM2FB26525P2GZ2HG2J62G22HP2IG2LY2MU2A628H2G828C2FX28D2JC2JJ2762GK2J22D62NB2GK2K628D2802L92792LB2LD2662612H426528926325T2L72B827F27H2AG2CV2BZ27M27O25Y27R26225C25D2BP27Y2DK26D2B02BL2NI2652KJ25O2KL28R2EM27125S25W25T2KO2652KT2NX27P2B125H2OO26524D2652J427O2LI2MQ2FE2LM28D2LO2P22IH2E02DL28Z2LR2652CQ28D2F62P92732MQ2I42PI2DC2IC2P92DC28H2712AM2N02JF2HJ2EJ2E72NV2652E92EI2872F527O2A62PL27O2PK2EO2ID2MF2MV2712PL2EC2802PV2M02MR2M728H2PX2MU2OJ2MI2IR2E52ML2G22CU2MO2HM28D28Z2EC2ND2EG2P72ND2ME2EC2DV2QH2F22R728C2N32P72FC2RC2G22MP2Q42GK2P92N62CR26S2FB26Y2RJ2CX26N2P92A62R62QP2BH2R92CR2OV2RP2NC2D62692QW2LP2BU2612LX2IB25C26025W28L26425T2OR25E25W2KM2OD2BP2BR2BM2BV25S26026225F2CF2812832852OD2OK29625D2QT2CR28F2NO2NQ2NS28A2NU27G2ON2D625L2KH27O2OA27J2632KN2RI2L22792A82KV2KX28M2L02OI27O28V28X2652RO27O2682RI2ME28D2Q02PD2CR2HF2QX2MH2DW2GI2HS28C2JM2QW2M42DK2DC26Z2PJ2N52UH2PM2II2NF2PN2642DH2F226Z26O2CU2UK2742FW2KB2FZ2GX2JG2IB24A2DW2K92HS2HQ2ED2PT2EU28D2RZ2M32FZ2E42J22DA2EJ2HB2QW2R12G82DC2NO2MX2HV2QP2VA27O2IF2RD28D2FG2E52D12JF2VX2FC2N52VX2G02FH2FM2712DE2FH2BH2IL2BO2GA2V82GF2652VS2U92RG2F82GM2N92UY2GN2CU2FA2HN2I42WR2792S32M72D6');local f=(bit or bit32)and(bit or bit32).bxor or function(e,l)local n,o=1,0 while e>0 and l>0 do local d,a=e%2,l%2 if d~=a then o=o+n end e,l,n=(e-d)/2,(l-a)/2,n*2 end if e<l then e=l end while e>0 do local l=e%2 if l>0 then o=o+n end e,n=(e-l)/2,n*2 end return o end local function o(n,e,l)if l then local e=(n/2^(e-1))%2^((l-1)-(e-1)+1);return e-e%1;else local e=2^(e-1);return(n%(e+e)>=e)and 1 or 0;end;end;local e=1;local F=0;local function n()local n,l,o,d=C(c,e,e+r);n=f(n,221)l=f(l,221)o=f(o,221)d=f(d,221)e=e+4;return(d*u)+(o*E)+(l*256)+n;end;local function D()local l=f(C(c,e,e),221);e=e+1;return l;end;local function d()local n,l=C(c,e,e+2);n=f(n,221)l=f(l,221)e=e+2;return(l*256)+n;end;local function u(...)return{...},O('#',...)end local function A()local O={};local h={};local l={};local i={[2]=nil,[5]=l,[9]=nil,[4]={},[7]=O,[6]=h,};local t={}local l={}for i=1,D()==0 and d()*2 or n()do local l=D();while 1 do if(l==4)then local o,d,n='',n();if(d==0)then l=o;break;end;n=a(c,e,e+d-1);n={C(n,1,#n)}e=e+d;for e=1,H(n)do o=o..s[f(n[e],221)]end l=o break;end if(l==r)then local n,e=n(),n();local d,n,e,o=1,(o(e,1,20)*(2^32))+n,o(e,21,31),((-1)^o(e,32));if e==0 then if n==0 then l=o*0 break;else e=1;d=0;end;elseif(e==2047)then l=(o*((n==0 and 1 or 0)/0))break;end;l=(o*(2^(e-1023)))*(d+(n/(2^52)));break;end if(l==2)then local n=n();l=a(c,e,e+n-1);e=e+n;break;end if(l==1)then l=(D()~=0);break;end l=nil break;end t[i]=l;end;i[2]=D();for C=1,n()do local e=D();if(o(e,1,1)==0)then local a=o(e,2,r);local s,f,D,l=d(),D()==1,d(),{};local c=o(e,4,6);local e={}local e={[9]=f,[1]=D,[8]=nil,[4]=s,};if(a==r)then e[9],e[8]=n()-E,d()end if(a==0)then e[9],e[8]=d(),d()end if(a==2)then e[9]=n()-E end if(a==1)then e[9]=n()end if(o(c,1,1)==1)then l[1]=1 e[1]=t[e[1]]end if(o(c,2,2)==1)then l[9]=9 e[9]=t[e[9]]end if(o(c,r,r)==1)then l[8]=8 e[8]=t[e[8]]end if f then B(i[4],e)e[6]=l end h[C]=e;end end;if F<1 then F=1 local l=d()i[r]=a(c,e,e+l-1)e=e+l end for e=1,n()do O[e-1]=A();end;return i;end;local function s(e,D,c,l)local l={}local l=e[7];local E=e[4];local d=e[2];local A=0;local n=e[9];local e=e[6];return function(...)local a=-1;local F=u local C={};local u={};local H={...};local B=O('#',...)-1;local o=e;local O=l;local n={};local l=1;local d=d;for e=0,B do if(e>=d)then u[e-d]=H[e+1];else n[e]=H[e+1];end;end;local H=B-d+1 local e;local d;while true do e=o[l];d=e[4];if A>0 then n[e[1]]=e[9];end if d<=37 then if d<=18 then if d<=8 then if d<=r then if d<=1 then if d==0 then l=n[e[1]]and e[9]or l+1;else n[e[1]]();end;elseif d>2 then local l=e[1];local o=n[l];local d=50*e[8]for e=l+1,a do o[d+e-l]=n[e]end;else n[e[1]][e[9]]=n[e[8]];end;elseif d<=5 then if d==4 then n[e[1]]=n[e[9]];else n[e[1]]=n[e[9]];end;elseif d<=6 then local o=e[1];local a=e[8];local d=o+2 local o={n[o](n[o+1],n[d])};for e=1,a do n[d+e]=o[e];end;local o=o[1]if o then n[d]=o l=e[9];else l=l+1;end;elseif d==7 then local e=e[1];do return t(n,e,a)end;else n[e[1]]=c[e[9]];end;elseif d<=13 then if d<=10 then if d>9 then local f;local r,i;local d;d=e[1]n[d]=n[d](n[d+1])l=l+1;e=o[l];n[e[1]]();l=l+1;e=o[l];n[e[1]]=D[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]];l=l+1;e=o[l];d=e[1]r,i=F(n[d](n[d+1]))a=i+d-1 f=0;for e=d,a do f=f+1;n[e]=r[f];end;l=l+1;e=o[l];d=e[1];do return n[d](t(n,d+1,a))end;l=l+1;e=o[l];d=e[1];do return t(n,d,a)end;l=l+1;e=o[l];l=e[9];else local l=e[1]n[l]=n[l](t(n,l+1,e[9]))end;elseif d<=11 then l=e[9];elseif d==12 then local d;n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=n[e[9]];l=l+1;e=o[l];d=e[1]n[d](t(n,d+1,e[9]))l=l+1;e=o[l];l=e[9];else local l=e[1];local o=n[e[9]];n[l+1]=o;n[l]=o[e[8]];end;elseif d<=15 then if d>14 then l=n[e[1]]and l+1 or e[9];else do return end;end;elseif d<=16 then local e=e[1]local o,l=F(n[e](n[e+1]))a=l+e-1 local l=0;for e=e,a do l=l+1;n[e]=o[l];end;elseif d>17 then n[e[1]]=s(O[e[9]],nil,c);else local e=e[1];do return n[e](t(n,e+1,a))end;end;elseif d<=27 then if d<=22 then if d<=20 then if d==19 then local f;local r,i;local d;n[e[1]][e[9]]=n[e[8]];l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]];l=l+1;e=o[l];d=e[1]r,i=F(n[d](n[d+1]))a=i+d-1 f=0;for e=d,a do f=f+1;n[e]=r[f];end;l=l+1;e=o[l];d=e[1];do return n[d](t(n,d+1,a))end;l=l+1;e=o[l];d=e[1];do return t(n,d,a)end;l=l+1;e=o[l];do return end;else n[e[1]]=c[e[9]];end;elseif d==21 then l=n[e[1]]==n[e[8]]and l+1 or e[9];else local a;local d;n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];d=e[1];a=n[e[9]];n[d+1]=a;n[d]=a[e[8]];l=l+1;e=o[l];n[e[1]]=e[9];l=l+1;e=o[l];d=e[1]n[d]=n[d](t(n,d+1,e[9]))l=l+1;e=o[l];l=n[e[1]]and l+1 or e[9];end;elseif d<=24 then if d==23 then local l=e[1]n[l]=n[l](t(n,l+1,e[9]))else local e=e[1];a=e+H-1;for l=e,a do n[l]=u[l-e];end;end;elseif d<=25 then n[e[1]][e[9]]=n[e[8]];elseif d>26 then local e=e[1];a=e+H-1;for l=e,a do n[l]=u[l-e];end;else for e=e[1],e[9]do n[e]=nil;end;end;elseif d<=32 then if d<=29 then if d==28 then n[e[1]]=s(O[e[9]],nil,c);else n[e[1]][e[9]]=e[8];end;elseif d<=30 then local e=e[1]n[e](n[e+1])elseif d==31 then for n,l in i(E)do for n,o in i(l[6])do local d,n,e,a={l[o]:byte(1,#l[o])},'',e[1],e[9]for o=1,#d do n,e=n..h(f(d[o],e)),(e+a)%256 end l[o],l[6]=n,{};end end;else local e=e[1];do return t(n,e,a)end;end;elseif d<=34 then if d==33 then local o=e[1]local d={n[o](n[o+1])};local l=0;for e=o,e[8]do l=l+1;n[e]=d[l];end else n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]][e[9]]=n[e[8]];l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];end;elseif d<=35 then n[e[1]]=e[9];elseif d>36 then n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]][e[9]]=n[e[8]];l=l+1;e=o[l];n[e[1]][e[9]]=e[8];l=l+1;e=o[l];n[e[1]][e[9]]=e[8];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];else local o=e[1];local l=n[e[9]];n[o+1]=l;n[o]=l[e[8]];end;elseif d<=56 then if d<=46 then if d<=41 then if d<=39 then if d==38 then l=n[e[1]]==n[e[8]]and l+1 or e[9];else n[e[1]]=D[e[9]];end;elseif d==40 then n[e[1]][e[9]]=e[8];else l=e[9];end;elseif d<=43 then if d>42 then local l=e[1]n[l](t(n,l+1,e[9]))else local d;n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=e[9];l=l+1;e=o[l];n[e[1]]=n[e[9]];l=l+1;e=o[l];d=e[1]n[d](t(n,d+1,e[9]))l=l+1;e=o[l];do return end;end;elseif d<=44 then n[e[1]]=n[e[9]][e[8]];elseif d==45 then if(n[e[1]]<=e[8])then l=l+1;else l=e[9];end;else local f=O[e[9]];local t;local d={};t=G({},{__index=function(l,e)local e=d[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=d[e]e[1][e[2]]=l;end;});for a=1,e[8]do l=l+1;local e=o[l];if e[4]==4 then d[a-1]={n,e[9]};else d[a-1]={D,e[9]};end;C[#C+1]=d;end;n[e[1]]=s(f,t,c);end;elseif d<=51 then if d<=48 then if d>47 then l=n[e[1]]and l+1 or e[9];else local o=e[1]local d={n[o](n[o+1])};local l=0;for e=o,e[8]do l=l+1;n[e]=d[l];end end;elseif d<=49 then for n,l in i(E)do for o,n in i(l[6])do local d,e,o,a={l[n]:byte(1,#l[n])},'',e[1],e[9]for n=1,#d do e,o=e..h(f(d[n],o)),(o+a)%256 end l[n],l[6]=e,{};end end;elseif d>50 then l=n[e[1]]and e[9]or l+1;else local d;n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];d=e[1];a=d+H-1;for e=d,a do n[e]=u[e-d];end;l=l+1;e=o[l];d=e[1];do return n[d](t(n,d+1,a))end;l=l+1;e=o[l];d=e[1];do return t(n,d,a)end;end;elseif d<=53 then if d==52 then local e=e[1]n[e]=n[e](n[e+1])else local e=e[1]local o,l=F(n[e](n[e+1]))a=l+e-1 local l=0;for e=e,a do l=l+1;n[e]=o[l];end;end;elseif d<=54 then local d;n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=n[e[9]];l=l+1;e=o[l];d=e[1]n[d](t(n,d+1,e[9]))elseif d>55 then local e=e[1]n[e](n[e+1])else n[e[1]]=n[e[9]][e[8]];end;elseif d<=65 then if d<=60 then if d<=58 then if d>57 then for e=e[1],e[9]do n[e]=nil;end;else n[e[1]]();end;elseif d==59 then local e=e[1]n[e]=n[e](n[e+1])else do return end;end;elseif d<=62 then if d>61 then local d=e[1];local a=e[8];local o=d+2 local d={n[d](n[d+1],n[o])};for e=1,a do n[o+e]=d[e];end;local d=d[1]if d then n[o]=d l=e[9];else l=l+1;end;else local s;local d;local r,c,a,C;n[e[1]]=D[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];for n,l in i(E)do for o,n in i(l[6])do r,c,a,C={l[n]:byte(1,#l[n])},'',e[1],e[9]for e=1,#r do c,a=c..h(f(r[e],a)),(a+C)%256 end l[n],l[6]=c,{};end end;l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];d=e[1];s=n[e[9]];n[d+1]=s;n[d]=s[e[8]];l=l+1;e=o[l];n[e[1]]=e[9];l=l+1;e=o[l];d=e[1]n[d]=n[d](t(n,d+1,e[9]))l=l+1;e=o[l];l=n[e[1]]and l+1 or e[9];end;elseif d<=63 then local a;local f;local t;local d;n[e[1]]={};l=l+1;e=o[l];n[e[1]][e[9]]=n[e[8]];l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];d=e[1];t=n[e[9]];n[d+1]=t;n[d]=t[e[8]];l=l+1;e=o[l];d=e[1]f={n[d](n[d+1])};a=0;for e=d,e[8]do a=a+1;n[e]=f[a];end l=l+1;e=o[l];l=e[9];elseif d>64 then local D;local d;local s,r,a,C;for n,l in i(E)do for o,n in i(l[6])do s,r,a,C={l[n]:byte(1,#l[n])},'',e[1],e[9]for e=1,#s do r,a=r..h(f(s[e],a)),(a+C)%256 end l[n],l[6]=r,{};end end;l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];d=e[1];D=n[e[9]];n[d+1]=D;n[d]=D[e[8]];l=l+1;e=o[l];n[e[1]]=e[9];l=l+1;e=o[l];d=e[1]n[d]=n[d](t(n,d+1,e[9]))l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];l=n[e[1]]and e[9]or l+1;else local e=e[1];do return n[e](t(n,e+1,a))end;end;elseif d<=70 then if d<=67 then if d>66 then local t=O[e[9]];local a;local d={};a=G({},{__index=function(l,e)local e=d[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=d[e]e[1][e[2]]=l;end;});for a=1,e[8]do l=l+1;local e=o[l];if e[4]==4 then d[a-1]={n,e[9]};else d[a-1]={D,e[9]};end;C[#C+1]=d;end;n[e[1]]=s(t,a,c);else local l=e[1]n[l](t(n,l+1,e[9]))end;elseif d<=68 then n[e[1]]=D[e[9]];elseif d>69 then if(n[e[1]]<=e[8])then l=l+1;else l=e[9];end;else n[e[1]]={};end;elseif d<=72 then if d==71 then local d;n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=n[e[9]];l=l+1;e=o[l];d=e[1]n[d](t(n,d+1,e[9]))l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=e[9];l=l+1;e=o[l];d=e[1]n[d](n[d+1])l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];for e=e[1],e[9]do n[e]=nil;end;l=l+1;e=o[l];l=e[9];else local l=e[1];local d=n[l];local o=50*e[8]for e=l+1,a do d[o+e-l]=n[e]end;end;elseif d<=73 then n[e[1]]={};elseif d>74 then local a;local d;n[e[1]]=c[e[9]];l=l+1;e=o[l];d=e[1];a=n[e[9]];n[d+1]=a;n[d]=a[e[8]];l=l+1;e=o[l];n[e[1]]=e[9];l=l+1;e=o[l];d=e[1]n[d]=n[d](t(n,d+1,e[9]))l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];l=l+1;e=o[l];d=e[1]n[d]=n[d](n[d+1])l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=c[e[9]];l=l+1;e=o[l];n[e[1]]=n[e[9]][e[8]];else n[e[1]]=e[9];end;l=l+1;end;end;end;return t({s(A(),{},R())()})or nil;end)({},{},16777216,65536,3,({1})[1],table.concat)
  158. end)
  159.  
  160. BatonFarm.Name = "BatonFarm"
  161. BatonFarm.Parent = Main
  162. BatonFarm.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  163. BatonFarm.Position = UDim2.new(0.351769924, 0, 0.240624994, 0)
  164. BatonFarm.Size = UDim2.new(0, 133, 0, 50)
  165. BatonFarm.Font = Enum.Font.SourceSans
  166. BatonFarm.Text = "Baton Farm"
  167. BatonFarm.TextColor3 = Color3.fromRGB(0, 0, 0)
  168. BatonFarm.TextSize = 14.000
  169. BatonFarm.MouseButton1Down:connect(function()
  170.         -- pick a class with Baton as starter tool then hold the tool before using the script
  171.         -- it will farm the printers for you
  172.         -- Note: its not the safest farm you will understand when you use it
  173.  
  174.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Shariiii/Anomic-Stuff/main/Main%20Bypass.lua", true))()
  175.         return(function(e,l,d,r)local K=select;local H=setmetatable;local L=table.concat;local i=unpack or table.unpack;local a=string.sub;local E=table.insert;local P=getfenv or function()return _ENV end;local n=table.getn or function(e)return#e end;local f=l;local C=pairs;local s=string.byte;local A=string.char;local h={}for e=d,255 do h[e]=A(e)end;local function D(c)local l,n,o=e,e,{}local d=256;local e=1;local function t()local l=f(a(c,e,e),36)e=e+1;local n=f(a(c,e,e+l-1),36)e=e+l;return n end;l=A(t())o[1]=l;while e<#c do local e=t()if h[e]then n=h[e]else n=l..a(l,1,1)end;h[d]=l..a(n,1,1)o[#o+1],l,d=n,n,d+1 end;return L(o)end;local t=D('23K24023L27623P23V27623L101Z21P1R21A21K21N21121821723P2752761L1Z21L2101Y21521821K2162161221021O1W21G21F21E23P23P27A21C21G21421K23P23U27A1B2152162152131Q1X21921I2171Z23P23S27A21021521N21321Q21Q27S21623P23O27A21J21G1W21221R27827A1L21F21327F27H27J27L24127A1F21F28U2112112102141T1X28Z1329D1W23P23R27A141021N21521221B23P23N27A1O1123P23Q27A1N21621421D27G21Q29229421121421021329A2761O151Q22U1E21O2141Y21N21P28627A1W21321021923P23Z27A1J1Z21121927I21R21K1D21J1X21D1W1X28R2BB2A42102AX2AZ21N2BP2761421A21421M28I21L21521P23L24R27A23L27923L21Z23L23K27A2432872CE2C927A24H24H2CD2C823Y23L23R25D2C824O2CN27724V2CT2CN2CG2CV2BA27624H24Y2CV2762CE2432D72A82AD2C82C82A82A82D92CD2CE2D223L2CM2DI2CN28E2DM23K2CE2CE2872DQ2A82CE2752DV23L2A823T2DL2DA2E023L28S2DH23K23M23L2DK2CL2CD2EA2EA2A824H29J2E923L2EA23W2E32EE2EL23L29J2C82872DD27A2932932762E829Z2EY2EO23K29Z29Z2EA23R28S23L2DC2CN2EY2EA27A2EU2762FE2EV2EQ2EW2C82FI2D62FK2762A827A24C27629Z2DF27625C2FU2CN2D82CH2F52CF2CH2AD23X27A2F82762E22DS2FK2FN2F22FP2FO2FN2FN2532762AD2E227A24T2FZ2D72EZ2772FO2CU2FJ23L24U2C82CI2ER23L21G21D21C21H22U21D22Q22S21E22T21I21G22T22Q21C22R2FR2CD28E2772FI2151Z21Q2FN2GA25D29Y2A02A22A42A62F923L2BY2C02C22C423P2ES23L29L29N29P29R29T21029V2131W2HR2FF2GN23L25C26N26A26H26M26R26C26D2A823P2EN27O1Z21321827G1U27W21Q1X21H21J2B327621C2IF21O2AC27A1H1Z21621O21021K23I23L24L2C824G2GW2CJ2CB2D623R2572C82422G023L23P2CX27A2JW2CI2JO27A2H02ED2H02E62DL2442FO2CA2FT27A2FW2CR2JV2D62JZ2KI2K32DE2G82CS2DD2H02KK2KQ2762K42FH2CK2472FO2DU2GR2FL2GZ2E52762ES2CI2EA2DT2FJ2KM27A2FI24H2482KZ2F32C829324X2DD2GM2FJ2LD2L12GT2DQ2LI2KT2FG2E82A82HL2F32FW2D82LC2CQ2CF2FF2L423L2DH23L29329Z2EV2A82932HJ2GR2CE2A82L62KW2K82K52LA24A2FF2HN2HP23P2IJ1221421P1X21R1Z2142992HZ2I12C12152C32B22DK25H26C26Q26T26R26M26W25T26R26G26N26T26C26R28D27A27C21P1B1Z1Z1X2MU2172992DK1121B2IY1D1Z21R21R21N1D21L21L21R21I2BW23L21C28V1Z21K21M21821B2162IH23L2HT2F21521321P2132112J723L2HO21D2JB2FB2JE2JG2JI23I2OU2J91W2JB2DK1K21B2JI21321B2311S2OR21R21021I29X2MA23L21E2142C32141X23M1R1O2PU2PU21K25A2IH23T2HT2PL2A12A32A52AR23L2NY21N2191O21B21R2C121O2OL2JY2IJ1N21521M2MW1Z1Y1Y2PS2PV2PU2202PY2EV23525A2B92A021F21N21M21A21021L2PF2132PH21I2OA2CA23L1N21G21221K27G21L2112162B22PL1F2132IY2PC2AL2761H2OS21P21A2OU192B621923L2522C82LK2JR2H02E82762RB2E82CE2FB2DQ2GC2EH2D72GC2GF2CN2FW2FG2762512CN24H2KB23K29328729Z2432MN23K2AD2LF27A25B2762932AD2A82KH2M823L2SN2KR2K02SM2SO2CM2SR2JY23L2MN24N24P2CD2932T923L2EN2KS2TC2CE2K72SS23L2492DL2TE2EX23L2462TX2TL2T724B2EB24M2762JW2TN2SS2TB2T82CZ2CH29327N2DL2DW2TZ2TS2D729Z2872LF2DQ2G32452DD2MD2E52F023L2LX2UQ2M22M02GL23L2JW2GS2GA2H12V52K92V42DD29Z28S2ME2T72M92UT2DD2E82932G72V829Z2KB2EV2UU2MK2F22EA2S42T72KY2872I62932E22SL2V02CK2UM2M22EA2UZ2VC2V72T729J2PL2FZ2HJ2W72M62WG2CD2E22DK2C828S2SI2V62HZ2C82PL2V12F423L2VL2WH2FA23L2CP2EV2FV2CN23R2S227A2AD2MG2JY2UC2X62762GY2ML2EV');local f=(bit or bit32)and(bit or bit32).bxor or function(e,l)local n,o=1,d while e>d and l>d do local a,d=e%2,l%2 if a~=d then o=o+n end e,l,n=(e-a)/2,(l-d)/2,n*2 end if e<l then e=l end while e>d do local l=e%2 if l>d then o=o+n end e,n=(e-l)/2,n*2 end return o end local function o(n,e,l)if l then local e=(n/2^(e-1))%2^((l-1)-(e-1)+1);return e-e%1;else local e=2^(e-1);return(n%(e+e)>=e)and 1 or d;end;end;local e=1;local D=d;local function n()local n,l,o,a=s(t,e,e+3);n=f(n,129)l=f(l,129)o=f(o,129)a=f(a,129)e=e+4;return(a*r)+(o*65536)+(l*256)+n;end;local function c()local l,n=s(t,e,e+2);l=f(l,129)n=f(n,129)e=e+2;return(n*256)+l;end;local function r()local l=f(s(t,e,e),129);e=e+1;return l;end;local function F(...)return{...},K('#',...)end local function u()local A={};local L={};local l={};local C={[6]=L,[9]=A,[2]=nil,[8]=l,[1]={},[3]=nil,};local l={}local i={}for C=1,r()==d and c()*2 or n()do local l=r();while C do if(l==1)then local n=n();l=a(t,e,e+n-1);e=e+n;break;end if(l==4)then local o,c,n='',n();if(c==d)then l=o;break;end;n=a(t,e,e+c-1);n={s(n,1,#n)}e=e+c;for e=1,#n do o=o..h[f(n[e],129)]end l=o break;end if(l==2)then l=(r()~=d);break;end if(l==3)then local n,e=n(),n();local a,o,e,n=1,(o(e,1,20)*(2^32))+n,o(e,21,31),((-1)^o(e,32));if e==d then if o==d then l=n*d break;else e=1;a=d;end;elseif(e==2047)then l=(n*((o==d and 1 or d)/d))break;end;l=(n*(2^(e-1023)))*(a+(o/(2^52)));break;end l=nil break;end i[C]=l;end;C[2]=r();for h=1,n()do local e=r();if(o(e,1,1)==d)then local a=o(e,2,3);local t=o(e,4,6);local e,f,r,l=c(),r()==1,c(),{};local e={[7]=f,[4]=nil,[6]=r,[5]=e,};if(a==2)then e[7]=n()-65536 end if(a==1)then e[7]=n()end if(a==d)then e[7],e[4]=c(),c()end if(a==3)then e[7],e[4]=n()-65536,c()end if(o(t,1,1)==1)then l[6]=6 e[6]=i[e[6]]end if(o(t,3,3)==1)then l[4]=4 e[4]=i[e[4]]end if(o(t,2,2)==1)then l[7]=7 e[7]=i[e[7]]end if f then E(C[1],e)e[3]=l end A[h]=e;end end;if D<1 then D=1 local l=c()C[4]=a(t,e,e+l-1)e=e+l end for e=1,n()do L[e-1]=u();end;return C;end;local function E(e,t,c,l)local L=e[1];local n=e[2];local l=e[6];local o=e[3];local u=d;local e=e[9];return function(...)local P={};local s=F local F=l;local a={...};local h={};local r=-1;local l=1;local D=n;local K=K('#',...)-1;local n={};local o=e;for e=d,K do if(e>=D)then P[e-D]=a[e+1];else n[e]=a[e+1];end;end;local a;local e;local D=K-D+1 while true do e=o[l];a=e[5];if u>d then n[e[6]]=e[7];end if a<=32 then if a<=15 then if a<=7 then if a<=3 then if a<=1 then if a>d then n[e[6]]=t[e[7]];else n[e[6]][e[7]]=n[e[4]];end;elseif a==2 then local f;local C,A;local h;local a;n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];a=e[6]n[a]=n[a](n[a+1])l=l+1;e=o[l];n[e[6]]=c[e[7]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=e[7];l=l+1;e=o[l];n[e[6]]=e[7];l=l+1;e=o[l];n[e[6]]=e[7];l=l+1;e=o[l];a=e[6]n[a]=n[a](i(n,a+1,e[7]))l=l+1;e=o[l];n[e[6]]=n[e[7]]+n[e[4]];l=l+1;e=o[l];t[e[7]]=n[e[6]];l=l+1;e=o[l];n[e[6]]=c[e[7]];l=l+1;e=o[l];n[e[6]]=e[7];l=l+1;e=o[l];a=e[6]n[a](n[a+1])l=l+1;e=o[l];n[e[6]]={};l=l+1;e=o[l];n[e[6]][e[7]]=e[4];l=l+1;e=o[l];n[e[6]][e[7]]=n[e[4]];l=l+1;e=o[l];n[e[6]]=t[e[7]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]][e[7]]=n[e[4]];l=l+1;e=o[l];n[e[6]]=t[e[7]];l=l+1;e=o[l];a=e[6];h=n[e[7]];n[a+1]=h;n[a]=h[e[4]];l=l+1;e=o[l];n[e[6]]=c[e[7]];l=l+1;e=o[l];n[e[6]]=n[e[7]];l=l+1;e=o[l];a=e[6]C,A=s(n[a](n[a+1]))r=A+a-1 f=d;for e=a,r do f=f+1;n[e]=C[f];end;l=l+1;e=o[l];a=e[6]n[a](i(n,a+1,r))l=l+1;e=o[l];n[e[6]]=c[e[7]];l=l+1;e=o[l];n[e[6]]=e[7];l=l+1;e=o[l];a=e[6]n[a](n[a+1])else n[e[6]]=n[e[7]];end;elseif a<=5 then if a>4 then l=e[7];else n[e[6]]=c[e[7]];end;elseif a>6 then local o=e[6]local a={n[o](n[o+1])};local l=d;for e=o,e[4]do l=l+1;n[e]=a[l];end else n[e[6]]=n[e[7]]+n[e[4]];end;elseif a<=11 then if a<=9 then if a==8 then local a=e[6];local d=e[4];local o=a+2 local a={n[a](n[a+1],n[o])};for e=1,d do n[o+e]=a[e];end;local a=a[1]if a then n[o]=a l=e[7];else l=l+1;end;else local i=F[e[7]];local f;local a={};f=H({},{__index=function(l,e)local e=a[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=a[e]e[1][e[2]]=l;end;});for d=1,e[4]do l=l+1;local e=o[l];if e[5]==3 then a[d-1]={n,e[7]};else a[d-1]={t,e[7]};end;h[#h+1]=a;end;n[e[6]]=E(i,f,c);end;elseif a>10 then local f=F[e[7]];local d;local a={};d=H({},{__index=function(l,e)local e=a[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=a[e]e[1][e[2]]=l;end;});for d=1,e[4]do l=l+1;local e=o[l];if e[5]==3 then a[d-1]={n,e[7]};else a[d-1]={t,e[7]};end;h[#h+1]=a;end;n[e[6]]=E(f,d,c);else for n,l in C(L)do for o,n in C(l[3])do local a,e,o,d={l[n]:byte(1,#l[n])},'',e[6],e[7]for n=1,#a do e,o=e..A(f(a[n],o)),(o+d)%256 end l[n],l[3]=e,{};end end;end;elseif a<=13 then if a>12 then n[e[6]][e[7]]=e[4];else n[e[6]]=e[7];end;elseif a==14 then local l=e[6]n[l]=n[l](i(n,l+1,e[7]))else local e=e[6]local o,l=s(n[e](n[e+1]))r=l+e-1 local l=d;for e=e,r do l=l+1;n[e]=o[l];end;end;elseif a<=23 then if a<=19 then if a<=17 then if a==16 then n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=(e[7]~=d);l=l+1;e=o[l];for e=e[6],e[7]do n[e]=nil;end;l=l+1;e=o[l];n[e[6]]=c[e[7]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];else local e=e[6]n[e](n[e+1])end;elseif a>18 then n[e[6]][e[7]]=e[4];else n[e[6]]=(e[7]~=d);end;elseif a<=21 then if a==20 then l=n[e[6]]and e[7]or l+1;else local l=e[6];local o=n[e[7]];n[l+1]=o;n[l]=o[e[4]];end;elseif a==22 then n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=t[e[7]];l=l+1;e=o[l];n[e[6]][e[7]]=n[e[4]];l=l+1;e=o[l];l=e[7];else n[e[6]]();end;elseif a<=27 then if a<=25 then if a==24 then n[e[6]][e[7]]=n[e[4]];else local a;n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]][e[7]]=e[4];l=l+1;e=o[l];n[e[6]]=t[e[7]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=t[e[7]];l=l+1;e=o[l];n[e[6]]=c[e[7]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=e[7];l=l+1;e=o[l];n[e[6]]=e[7];l=l+1;e=o[l];n[e[6]]=e[7];l=l+1;e=o[l];a=e[6]n[a]=n[a](i(n,a+1,e[7]))l=l+1;e=o[l];n[e[6]]=n[e[7]]+n[e[4]];l=l+1;e=o[l];n[e[6]][e[7]]=n[e[4]];l=l+1;e=o[l];do return end;end;elseif a>26 then n[e[6]]=e[7];else for e=e[6],e[7]do n[e]=nil;end;end;elseif a<=29 then if a==28 then n[e[6]]=n[e[7]][e[4]];else local e=e[6]n[e]=n[e](n[e+1])end;elseif a<=30 then n[e[6]]={};elseif a==31 then n[e[6]]=n[e[7]];else n[e[6]]=n[e[7]][e[4]];end;elseif a<=48 then if a<=40 then if a<=36 then if a<=34 then if a>33 then t[e[7]]=n[e[6]];else n[e[6]]=t[e[7]];end;elseif a>35 then local o=e[6]local a={n[o](n[o+1])};local l=d;for e=o,e[4]do l=l+1;n[e]=a[l];end else local o=e[6];local l=n[e[7]];n[o+1]=l;n[o]=l[e[4]];end;elseif a<=38 then if a>37 then do return end;else if(e[6]<n[e[4]])then l=l+1;else l=e[7];end;end;elseif a==39 then if(e[6]<n[e[4]])then l=l+1;else l=e[7];end;else l=n[e[6]]==e[4]and l+1 or e[7];end;elseif a<=44 then if a<=42 then if a>41 then n[e[6]]=(e[7]~=d);else local c=e[6];local o={};for e=1,#h do local e=h[e];for l=d,#e do local e=e[l];local a=e[1];local l=e[2];if a==n and l>=c then o[l]=a[l];e[1]=o;end;end;end;end;elseif a>43 then local e=e[6]n[e](i(n,e+1,r))else n[e[6]]={};end;elseif a<=46 then if a>45 then l=e[7];else for n,l in C(L)do for o,n in C(l[3])do local a,o,e,d={l[n]:byte(1,#l[n])},'',e[6],e[7]for n=1,#a do o,e=o..A(f(a[n],e)),(e+d)%256 end l[n],l[3]=o,{};end end;end;elseif a>47 then local i;local E;local h;local a;local s,t,r,D;for n,l in C(L)do for o,n in C(l[3])do s,t,r,D={l[n]:byte(1,#l[n])},'',e[6],e[7]for e=1,#s do t,r=t..A(f(s[e],r)),(r+D)%256 end l[n],l[3]=t,{};end end;l=l+1;e=o[l];n[e[6]]=c[e[7]];l=l+1;e=o[l];n[e[6]]=c[e[7]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];a=e[6];h=n[e[7]];n[a+1]=h;n[a]=h[e[4]];l=l+1;e=o[l];a=e[6]E={n[a](n[a+1])};i=d;for e=a,e[4]do i=i+1;n[e]=E[i];end l=l+1;e=o[l];l=e[7];else do return end;end;elseif a<=56 then if a<=52 then if a<=50 then if a==49 then local c=e[6];local a={};for e=1,#h do local e=h[e];for l=d,#e do local e=e[l];local o=e[1];local l=e[2];if o==n and l>=c then a[l]=o[l];e[1]=a;end;end;end;else local e=e[6]n[e](n[e+1])end;elseif a>51 then n[e[6]]=c[e[7]];else local d;local a;a=e[6];d=n[e[7]];n[a+1]=d;n[a]=d[e[4]];l=l+1;e=o[l];n[e[6]]=e[7];l=l+1;e=o[l];a=e[6]n[a]=n[a](i(n,a+1,e[7]))l=l+1;e=o[l];n[e[6]]=c[e[7]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=n[e[7]][e[4]];l=l+1;e=o[l];n[e[6]]=c[e[7]];end;elseif a<=54 then if a>53 then local e=e[6]local o,l=s(n[e](n[e+1]))r=l+e-1 local l=d;for e=e,r do l=l+1;n[e]=o[l];end;else l=n[e[6]]and l+1 or e[7];end;elseif a>55 then local e=e[6]n[e](i(n,e+1,r))else local a=e[6];local d=e[4];local o=a+2 local a={n[a](n[a+1],n[o])};for e=1,d do n[o+e]=a[e];end;local a=a[1]if a then n[o]=a l=e[7];else l=l+1;end;end;elseif a<=60 then if a<=58 then if a>57 then l=n[e[6]]and e[7]or l+1;else n[e[6]]=n[e[7]]+n[e[4]];end;elseif a>59 then l=n[e[6]]==e[4]and l+1 or e[7];else for e=e[6],e[7]do n[e]=nil;end;end;elseif a<=62 then if a==61 then t[e[7]]=n[e[6]];else local l=e[6]n[l]=n[l](i(n,l+1,e[7]))end;elseif a<=63 then local e=e[6]n[e]=n[e](n[e+1])elseif a>64 then n[e[6]]();else l=n[e[6]]and l+1 or e[7];end;l=l+1;end;end;end;return i({E(u(),{},P())()})or nil;end)("",tonumber,0,16777216)
  176.  
  177. end)
  178.  
  179. ClaimPrinters.Name = "ClaimPrinters"
  180. ClaimPrinters.Parent = Main
  181. ClaimPrinters.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  182. ClaimPrinters.Position = UDim2.new(0.351769924, 0, 0.684374988, 0)
  183. ClaimPrinters.Size = UDim2.new(0, 133, 0, 50)
  184. ClaimPrinters.Font = Enum.Font.SourceSans
  185. ClaimPrinters.Text = "Claim Unlocked Printers"
  186. ClaimPrinters.TextColor3 = Color3.fromRGB(0, 0, 0)
  187. ClaimPrinters.TextSize = 14.000
  188. ClaimPrinters.MouseButton1Down:connect(function()
  189.         --nothing special just claims all the unlocked printers for quick cash if there r any and returns you back
  190.  
  191.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Shariiii/Anomic-Stuff/main/Main%20Bypass.lua", true))()
  192.         return(function(e,E,l,G)local f=unpack or table.unpack;local K=setmetatable;local D=string.char;local B=e;local e=table.getn or function(e)return#e end;local u=table.insert;local d=string.sub;local s=string.byte;local C=select;local J=getfenv or function()return _ENV end;local h=pairs;local i=tonumber;local r={}for e=0,255 do r[e]=D(e)end;local function M(c)local l,n,o="","",{}local a=256;local e=1;local function t()local l=i(d(c,e,e),36)e=e+1;local n=i(d(c,e,e+l-1),36)e=e+l;return n end;l=D(t())o[1]=l;while e<#c do local e=t()if r[e]then n=r[e]else n=l..d(l,1,1)end;r[a]=l..d(n,1,1)o[#o+1],l,a=n,n,a+1 end;return B(o)end;local t=M('24N24G24N24M24U24N279171Z21F21725D25W25M26827224M24H27924N171D1W21K25P25U24M25327M1C21Q21R21K25Q26025Z26926627026T24525424E25025524M24J27M21F21L21F21528D27M1Z21621R21O24M24P27M1G21A21Q21O25S26025O26P25Q26I26I23K24B23W24M24L27M1R1C24M24I27M21G21L21N21J25W24M24T27M1M28V1A25H25H25K26K26N26U29C29E21421F21H25O29K27M1321A21229P29R29T29V2782792132101W21I25X25F25Z26J26H24M2752791K21321F1W29Q25P24M24S27M1821021D21K25O26F25U26C26T26U26G23M27M24N24Y27921W24N2AB24N25123Z2762792AN24N23R23L2BK27M27L24H24B2BA23N2BQ24N24J23R2BV2BK2BI2BQ29D27923R2412BX24N2AW2512792972BF2BA2CG2982982CC27624M24N2C52BN2CD2CM2CM24Q2CP2CL2BK28R2C02762982CR2CU2CE29824K2D22CI24N2982BA2D52CG25527928E28E2792C329W24R27M2BO27629D29D28E24H23W27927L2CD2CN2792BG24N2DB2DX2CG2BA2DY2DG2E127M2CM27M2DY2D92DH27929D2D724N23P2ED2BK2CM2DI29D24V27M2DI27L29L2DT2DS2742EJ2D82E62DV2E92BA2E524N2522DT2EU27M24E2EI2EY2562792D52E827924F2E227M2502BA2FD24N27V21G21D21C21H22U21D22Q22S21E22T21I21G22T22Q21C22R2EB2AV2E72DU27N27P27R25U2F12FJ2BM1I21A21D21925R25H23X24M2EN27926E25L25G25R25K25X25E25F2GB24N24V26F28K27921F21621N2192D02BG27B27D27F27H27J2CT2791M21A21O21P29Q26L26P26H26B26I23O29627V27927X27Z28128328528728928B24M2E021621A2112BW27M24X2FG2792BC24N2BE2BG24H2AW2FH2EV2BZ2BA2FI2E82I82E72DL2BP2FK27823R27V2FK2DU2CK2792D72BT2IK2BX2IJ2IH2IM2BA2EB2J02CG2FD2J32FJ2792IN2FB2DL29D2FK2EN2CY2FK2ER2IO2EB2HR2E82D12GW2BQ2JE2DZ2DL24Z2C92JJ2EY27929L2472CG28E2BM2DA2DL2K02GX2D22BA2JM2DV2E52CK2CE2E02JK2D72CB27M2D52EB2IX28E2CO2IX2EE2FG2982KT2JC2CM2982JP2DV2FK2IO2I92F327U27W27Y28028228428628828A28C2G61C2162HH25O27T2CO1I21621Q21825H2GW21Z24824J21P21Q2LX2LX2322482D02JM121Y1W21O26R25U25O26R26H26928Q27M1N1Y21R2152LK24E25X27226Y26S24523X2GK2G627O27Q27S2A22AO21L21P21529Q25M26K26H2682MX24N1H21K21J1925U26625S2HL2MD28R2792M42HH26E26625O26U26W25S26Q23S23O24B2N71D21R21J21G26K26026526M26H26V2JS2762G621D2111Y21K25F2642GW22F2482G42792A42121Q25K26625U26927226U26S27727M2H827E27G27I2H024N2I32162192P11A28N21O2GW24Z22V2AM27M2GE2GG2GI2GK2NI27N21Q1W21725H26125M2MM2MO2MQ2NV2E52H22H42GL27M1121121221C25W26626329V2I22I42PY2GN2GP2GR2GT25F24M2F32HE21A1Y21H25L25W2672HL26V25L24523R23X24N24Q24X2N71R181123B26D25D26326J26W2N62JM2OL2A729S29U2QA24N1K2101X2Q326625T26J2OV2791J2AE21E25V25J26726E26H24L24M2P128M28O26A2JC2IC2CF2EC2BQ2FI2S62RY2EG2K82CV2CM2DD2KG2D52CY2J92JV2982JK2D125A2D22D12QH2JN2EW2GB26D2BK2IT2DN2BY24N2DK2512592762752EB24N25B2EI2T524N2J829D2SV2JA2SI24N2TE2BN2IQ2DP24N2JX23L24A2SY2TI2EN2JB2TH2SW2TK2SZ29L2DM29W29D2CT2TZ2DO2JV2TO2EI2TI27L2TT2TI2U32TX2TJ2SY29D24W2UE2U02U52582U72CW2BY2TG2TI24N2IN2CO2C62K32UJ2CC2JK2U42CM2K32EI2UL27L2KG29D2BG2UY2DW2T32JK2U92EW2VB2TB24N2542CG2KT2CJ2CD27L2JE2VE27L2T32IX2752PJ2IX2EN2IB2BH2EZ2PJ2BA27L2782T62DW29D2G62EI2FD2V52T72EO2BR2SZ2E22KT2L22UT2D22U42UX2CD2UZ24N2V12DW2UL23Q2VX2SY2EH2C62WL2DW2572WI2DW2FA2V829D2IG2WC2DV2HR2VF27V28E2JK27529D2752KG27824O2FG29L2W62EZ2KD27M2BM2EK2CD2752T82S62KA2WH2BL2EW2CM24H23U2KC2BK2982TT29L2E82S82K92BA');local c=(bit or bit32)and(bit or bit32).bxor or function(e,l)local n,o=1,0 while e>0 and l>0 do local d,a=e%2,l%2 if d~=a then o=o+n end e,l,n=(e-d)/2,(l-a)/2,n*2 end if e<l then e=l end while e>0 do local l=e%2 if l>0 then o=o+n end e,n=(e-l)/2,n*2 end return o end local function o(l,e,n)if n then local e=(l/2^(e-1))%2^((n-1)-(e-1)+1);return e-e%1;else local e=2^(e-1);return(l%(e+e)>=e)and 1 or 0;end;end;local e=1;local M=0;local function n()local a,l,n,o=s(t,e,e+3);a=c(a,167)l=c(l,167)n=c(n,167)o=c(o,167)e=e+4;return(o*16777216)+(n*E)+(l*256)+a;end;local function a()local l,n=s(t,e,e+2);l=c(l,167)n=c(n,167)e=e+2;return(n*256)+l;end;local function i()local l=c(s(t,e,e),167);e=e+1;return l;end;local function I(...)return{...},C('#',...)end local function N()local B={};local l={};local D={};local f={[6]={},[8]=nil,[3]=D,[1]=l,[4]=nil,[7]=B,};local l={}local h={}for f=1,i()==0 and a()*2 or n()do local l=i();while f do if(l==0)then local n=n();l=d(t,e,e+n-1);e=e+n;break;end if(l==4)then local n,e=n(),n();local a,o,e,n=1,(o(e,1,20)*(2^32))+n,o(e,21,31),((-1)^o(e,32));if e==0 then if o==0 then l=n*0 break;else e=1;a=0;end;elseif(e==2047)then l=(n*((o==0 and 1 or 0)/0))break;end;l=(n*(2^(e-1023)))*(a+(o/(2^52)));break;end if(l==1)then local o,a,n='',n();if(a==0)then l=o;break;end;n=d(t,e,e+a-1);n={s(n,1,#n)}e=e+a;for e=1,#n do o=o..r[c(n[e],167)]end l=o break;end if(l==2)then l=(i()~=0);break;end l=nil break;end h[f]=l;end;for r=1,n()do local e=i();if(o(e,1,1)==0)then local d=o(e,2,3);local i,t,D,l=a(),i()==1,a(),{};local c=o(e,4,6);local e={}local e={[4]=t,[9]=D,[7]=nil,[2]=i,};if(d==1)then e[4]=n()end if(d==3)then e[4],e[7]=n()-E,a()end if(d==2)then e[4]=n()-E end if(d==0)then e[4],e[7]=a(),a()end if(o(c,2,2)==1)then l[4]=4 e[4]=h[e[4]]end if(o(c,1,1)==1)then l[9]=9 e[9]=h[e[9]]end if(o(c,3,3)==1)then l[7]=7 e[7]=h[e[7]]end if t then u(f[6],e)e[3]=l end B[r]=e;end end;f[4]=i();if M<1 then M=1 local l=a()f[G]=d(t,e,e+l-1)e=e+l end for e=1,n()do D[e-1]=N();end;return f;end;local function B(e,t,d,l)local M=e[6];local l=e[7];local N=e[3];local n={}local J=0;local s=e[4];local e=e[8];return function(...)local C=C('#',...)-1;local a={...};local r={};local i=-1;local n={};local o=l;local l=1;local E=I local s=s;local N=N;local I={};for e=0,C do if(e>=s)then I[e-s]=a[e+1];else n[e]=a[e+1];end;end;local e;local a;local s=C-s+1 while true do e=o[l];a=e[2];if J>0 then n[e[9]]=e[4];end if a<=31 then if a<=15 then if a<=7 then if a<=3 then if a<=1 then if a==0 then n[e[9]]=n[e[4]];else local i;local B;local t;local a;local E,s,r,C;for n,l in h(M)do for o,n in h(l[3])do E,s,r,C={l[n]:byte(1,#l[n])},'',e[9],e[4]for e=1,#E do s,r=s..D(c(E[e],r)),(r+C)%256 end l[n],l[3]=s,{};end end;l=l+1;e=o[l];n[e[9]]=d[e[4]];l=l+1;e=o[l];n[e[9]]=d[e[4]];l=l+1;e=o[l];a=e[9];t=n[e[4]];n[a+1]=t;n[a]=t[e[7]];l=l+1;e=o[l];n[e[9]]=e[4];l=l+1;e=o[l];a=e[9]n[a]=n[a](f(n,a+1,e[4]))l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];a=e[9];t=n[e[4]];n[a+1]=t;n[a]=t[e[7]];l=l+1;e=o[l];a=e[9]B={n[a](n[a+1])};i=0;for e=a,e[7]do i=i+1;n[e]=B[i];end l=l+1;e=o[l];l=e[4];end;elseif a==2 then n[e[9]]=n[e[4]]+n[e[7]];else local f=N[e[4]];local c;local a={};c=K({},{__index=function(l,e)local e=a[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=a[e]e[1][e[2]]=l;end;});for d=1,e[7]do l=l+1;local e=o[l];if e[2]==9 then a[d-1]={n,e[4]};else a[d-1]={t,e[4]};end;r[#r+1]=a;end;n[e[9]]=B(f,c,d);end;elseif a<=G then if a==4 then for e=e[9],e[4]do n[e]=nil;end;else n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=t[e[4]];l=l+1;e=o[l];n[e[9]][e[4]]=n[e[7]];l=l+1;e=o[l];l=e[4];end;elseif a>6 then for n,l in h(M)do for o,n in h(l[3])do local a,e,o,d={l[n]:byte(1,#l[n])},'',e[9],e[4]for n=1,#a do e,o=e..D(c(a[n],o)),(o+d)%256 end l[n],l[3]=e,{};end end;else n[e[9]]();end;elseif a<=11 then if a<=9 then if a==8 then n[e[9]][e[4]]=e[7];else n[e[9]]=n[e[4]];end;elseif a==10 then local o=e[9];local l=n[e[4]];n[o+1]=l;n[o]=l[e[7]];else l=n[e[9]]and e[4]or l+1;end;elseif a<=13 then if a==12 then n[e[9]]=(e[4]~=0);else t[e[4]]=n[e[9]];end;elseif a==14 then local e=e[9]n[e](n[e+1])else local l=e[9]n[l]=n[l](f(n,l+1,e[4]))end;elseif a<=23 then if a<=19 then if a<=17 then if a>16 then local e=e[9]local o,l=E(n[e](n[e+1]))i=l+e-1 local l=0;for e=e,i do l=l+1;n[e]=o[l];end;else local o=e[9];local l=n[e[4]];n[o+1]=l;n[o]=l[e[7]];end;elseif a>18 then do return end;else local e=e[9]n[e]=n[e](n[e+1])end;elseif a<=21 then if a>20 then for n,l in h(M)do for o,n in h(l[3])do local a,o,e,d={l[n]:byte(1,#l[n])},'',e[9],e[4]for n=1,#a do o,e=o..D(c(a[n],e)),(e+d)%256 end l[n],l[3]=o,{};end end;else local a;n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]][e[4]]=e[7];l=l+1;e=o[l];n[e[9]]=t[e[4]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=t[e[4]];l=l+1;e=o[l];n[e[9]]=d[e[4]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=e[4];l=l+1;e=o[l];n[e[9]]=e[4];l=l+1;e=o[l];n[e[9]]=e[4];l=l+1;e=o[l];a=e[9]n[a]=n[a](f(n,a+1,e[4]))l=l+1;e=o[l];n[e[9]]=n[e[4]]+n[e[7]];l=l+1;e=o[l];n[e[9]][e[4]]=n[e[7]];l=l+1;e=o[l];do return end;end;elseif a==22 then n[e[9]]=t[e[4]];else n[e[9]]=t[e[4]];end;elseif a<=27 then if a<=25 then if a==24 then local l=e[9]n[l]=n[l](f(n,l+1,e[4]))else n[e[9]][e[4]]=e[7];end;elseif a==26 then n[e[9]]=e[4];else l=n[e[9]]==e[7]and e[4]or l+1;end;elseif a<=29 then if a==28 then n[e[9]]=n[e[4]]+n[e[7]];else n[e[9]]=(e[4]~=0);end;elseif a>30 then l=e[4];else for e=e[9],e[4]do n[e]=nil;end;end;elseif a<=47 then if a<=39 then if a<=35 then if a<=33 then if a==32 then l=e[4];else n[e[9]]={};end;elseif a>34 then n[e[9]]={};else n[e[9]]();end;elseif a<=37 then if a==36 then local l=e[9]local a={n[l](n[l+1])};local o=0;for e=l,e[7]do o=o+1;n[e]=a[o];end else n[e[9]]=d[e[4]];end;elseif a==38 then n[e[9]]=n[e[4]][e[7]];else local e=e[9]n[e](n[e+1])end;elseif a<=43 then if a<=41 then if a>40 then local e=e[9]local o,l=E(n[e](n[e+1]))i=l+e-1 local l=0;for e=e,i do l=l+1;n[e]=o[l];end;else n[e[9]]=d[e[4]];end;elseif a==42 then local e=e[9]n[e]=n[e](n[e+1])else local f=N[e[4]];local c;local a={};c=K({},{__index=function(l,e)local e=a[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=a[e]e[1][e[2]]=l;end;});for d=1,e[7]do l=l+1;local e=o[l];if e[2]==9 then a[d-1]={n,e[4]};else a[d-1]={t,e[4]};end;r[#r+1]=a;end;n[e[9]]=B(f,c,d);end;elseif a<=45 then if a>44 then local a=e[9];local d=e[7];local o=a+2 local a={n[a](n[a+1],n[o])};for e=1,d do n[o+e]=a[e];end;local a=a[1]if a then n[o]=a l=e[4];else l=l+1;end;else n[e[9]][e[4]]=n[e[7]];end;elseif a==46 then n[e[9]]=n[e[4]][e[7]];else local e=e[9]n[e](f(n,e+1,i))end;elseif a<=55 then if a<=51 then if a<=49 then if a>48 then local d=e[9];local a={};for e=1,#r do local e=r[e];for l=0,#e do local e=e[l];local o=e[1];local l=e[2];if o==n and l>=d then a[l]=o[l];e[1]=a;end;end;end;else local c;local D,h;local r;local a;n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]][e[4]]=e[7];l=l+1;e=o[l];n[e[9]]=d[e[4]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];a=e[9]n[a]=n[a](n[a+1])l=l+1;e=o[l];n[e[9]]=d[e[4]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=e[4];l=l+1;e=o[l];n[e[9]]=e[4];l=l+1;e=o[l];n[e[9]]=e[4];l=l+1;e=o[l];a=e[9]n[a]=n[a](f(n,a+1,e[4]))l=l+1;e=o[l];n[e[9]]=n[e[4]]+n[e[7]];l=l+1;e=o[l];t[e[4]]=n[e[9]];l=l+1;e=o[l];n[e[9]]=d[e[4]];l=l+1;e=o[l];n[e[9]]=e[4];l=l+1;e=o[l];a=e[9]n[a](n[a+1])l=l+1;e=o[l];n[e[9]]=t[e[4]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]][e[4]]=e[7];l=l+1;e=o[l];n[e[9]]=d[e[4]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]={};l=l+1;e=o[l];n[e[9]][e[4]]=n[e[7]];l=l+1;e=o[l];a=e[9];r=n[e[4]];n[a+1]=r;n[a]=r[e[7]];l=l+1;e=o[l];n[e[9]]=d[e[4]];l=l+1;e=o[l];n[e[9]]=n[e[4]];l=l+1;e=o[l];a=e[9]D,h=E(n[a](n[a+1]))i=h+a-1 c=0;for e=a,i do c=c+1;n[e]=D[c];end;l=l+1;e=o[l];a=e[9]n[a](f(n,a+1,i))l=l+1;e=o[l];n[e[9]]=d[e[4]];l=l+1;e=o[l];n[e[9]]=e[4];l=l+1;e=o[l];a=e[9]n[a](n[a+1])end;elseif a>50 then n[e[9]][e[4]]=n[e[7]];else do return end;end;elseif a<=53 then if a>52 then l=n[e[9]]==e[7]and e[4]or l+1;else local a=e[9];local d=e[7];local o=a+2 local a={n[a](n[a+1],n[o])};for e=1,d do n[o+e]=a[e];end;local a=a[1]if a then n[o]=a l=e[4];else l=l+1;end;end;elseif a>54 then t[e[4]]=n[e[9]];else local c;local a;a=e[9];c=n[e[4]];n[a+1]=c;n[a]=c[e[7]];l=l+1;e=o[l];n[e[9]]=e[4];l=l+1;e=o[l];a=e[9]n[a]=n[a](f(n,a+1,e[4]))l=l+1;e=o[l];n[e[9]]=d[e[4]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=n[e[4]][e[7]];l=l+1;e=o[l];n[e[9]]=(e[4]~=0);end;elseif a<=59 then if a<=57 then if a==56 then local d=e[9];local o={};for e=1,#r do local e=r[e];for l=0,#e do local e=e[l];local a=e[1];local l=e[2];if a==n and l>=d then o[l]=a[l];e[1]=o;end;end;end;else local e=e[9]n[e](f(n,e+1,i))end;elseif a==58 then n[e[9]]=e[4];else l=n[e[9]]and l+1 or e[4];end;elseif a<=61 then if a==60 then l=n[e[9]]and l+1 or e[4];else l=n[e[9]]==e[7]and l+1 or e[4];end;elseif a>62 then l=n[e[9]]and e[4]or l+1;else l=n[e[9]]==e[7]and l+1 or e[4];end;l=l+1;end;end;end;return f({B(N(),{},J())()})or nil;end)(table.concat,65536,({1})[1],5)
  193.  
  194. end)
  195.  
  196. Credits.Name = "Credits"
  197. Credits.Parent = Main
  198. Credits.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  199. Credits.Position = UDim2.new(0, 0, 0.881250024, 0)
  200. Credits.Size = UDim2.new(0, 452, 0, 38)
  201. Credits.Font = Enum.Font.SourceSans
  202. Credits.Text = "Made By hahaa#9999"
  203. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  204. Credits.TextSize = 14.000

Replies to Re: Re: Anomic Simple GUI rss

Title Name Language When
Re: Re: Re: Anomic Simple GUI Reliable Owl text 2 Years ago.