-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTimeHalt (Change KeyBind).lua
93 lines (80 loc) · 31.6 KB
/
TimeHalt (Change KeyBind).lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
_G.key = Enum.KeyCode.T --Change KeyBind
--Notify
game:GetService("StarterGui"):SetCore("SendNotification",{
Title = "Time Halt",
Text = "Press " ..tostring(_G.key) .."\nto Halt/Unhalt Time",
Duration = 5,
Icon = ""
})
--Sound Effect
local sound1 = Instance.new("Sound")
sound1.Parent = workspace
sound1.Name = "TimeHalt"
game.Workspace.TimeHalt.SoundId = "http://www.roblox.com/asset/?id=2102274452"
game.Workspace.TimeHalt.Volume = 2.5
game.Workspace.TimeHalt.Looped = false
local sound2 = Instance.new("Sound")
sound2.Parent = workspace
sound2.Name = "TimeResume"
game.Workspace.TimeResume.SoundId = "http://www.roblox.com/asset/?id=5687891658"
game.Workspace.TimeResume.Volume = 2.5
game.Workspace.TimeResume.Looped = false
--Color Effect
local Effect = Instance.new("ColorCorrectionEffect")
Effect.Parent = game.Lighting
Effect.Saturation = -2
Effect.Contrast = 0
--Extra
setting = settings().Network
toggle = false
Effect.Enabled = false
--[[
v--- FREEZING SCRIPT BELOW ---v
]]
--Particle Freeze
function freezeParticles(bool)
if bool then
for _,v in pairs(game.Workspace:GetDescendants()) do
if v:IsA("ParticleEmitter") or v:IsA("Fire") or v:IsA("Smoke") or v:IsA("Explosion") or v:IsA("Sparkles") then
v.TimeScale = 0
end
end
game.Workspace.Terrain.WaterWaveSpeed = 0
elseif not bool then
for _,v in pairs(game.Workspace:GetDescendants()) do
if v:IsA("ParticleEmitter") or v:IsA("Fire") or v:IsA("Smoke") or v:IsA("Explosion") or v:IsA("Sparkles") then
v.TimeScale = 1
end
end
game.Workspace.Terrain.WaterWaveSpeed = 10
end
end
--Freeze Everyone and Objects
function onKeyPress(inputObject, gameProcessedEvent)
if gameProcessedEvent then
return
else
if inputObject.KeyCode == _G.key then
if toggle == false then
game.Workspace.TimeResume.Playing = false
game.Workspace.TimeHalt.TimePosition = 0
game.Workspace.TimeHalt.Playing = true
Effect.Enabled = true
toggle = true
freezeParticles(true)
setting.IncomingReplicationLag = 1000
else
game.Workspace.TimeHalt.Playing = false
game.Workspace.TimeResume.TimePosition = 0
game.Workspace.TimeResume.Playing = true
Effect.Enabled = false
toggle = false
freezeParticles(false)
setting.IncomingReplicationLag = 0
end
end
end
end
game:GetService("UserInputService").InputBegan:connect(onKeyPress)
--Freeze Yourself
local Z=(function(e,n)return(e+n);end)local I=(function(e,n)return(e%n);end)local p=(function(n,e)return(n==e);end)local e=(function(n,e)return(n<e);end)local W=(function(e,n)return(e*n);end)local e=(function(e,n)return(e>=n);end)local L=(function(e,n)return(e~=n);end)local e=(function(e,n)return(e^n);end)local H=(function(n,e)return(n/e);end)local a=(function(e,...)return e(...);end)local e=(function(e,n)return(e<=n);end)local e=(function(n,e)return(n>e);end)local V=(function(e,n)return(e-n);end)local P=(function(e,n)return(e..n);end)return(function(o,...)local M="This file was obfuscated using PSU Obfuscator 4.0.A | https://www.psu.dev/ & discord.gg/psu";local Y=o[(222835000)];local S=o[(89061823)];local E=o[(142987505)];local C=o[(502072438)];local w=o['g2gsoPn1'];local X=o[((#{(function(...)return 258,393,339;end)()}+105114199))];local b=o.pUJJi;local R=o[0.2641798938923422];local f=o["SqclTU"];local U=o[(481107038)];local B=o[0.5207290847416637];local j=o[0.018255976502902796];local d=o[0.5312942194432458];local l=o[0.9135147323429187];local t=o[((912551708-#("guys someone play Among Us with memcorrupt he is so lonely :(")))];local r=o["kXhq5LxM"];local J=o[0.8077965233511275];local q=o[((#{256;[479]=649;688;}+914773949))];local s=o[(956643152)];local u=o[(784580908)];local N=o[(697034934)];local O=o[(624723515)];local m=o[(790031427)];local Q=o[(738466081)];local G=o[((#{[21]=414;770;944;(function(...)return 259,910,677;end)()}+666914721))];local y=o[(364114816)];local A=o[0.5909387323031848];local n=o.M1hbLkX;local z=((getfenv)or(function(...)return(_ENV);end));local i,h,e=({}),(""),(z(r));local c=((e["\98"..o[w].."\116"..o[l].."\50"])or(e["\98"..o[w]..o[n]])or({}));local l=(((c)and(c[""..o[0.516903736869294].."\120\111"..o[A]]))or(function(e,o)local n,l=r,d;while((e>d)and(o>d))do local r,a=e%t,o%t;if r~=a then l=l+n;end;e,o,n=(e-r)/t,(o-a)/t,n*t;end;if e<o then e=o;end;while e>d do local o=e%t;if o>d then l=l+n;end;e,n=(e-o)/t,n*t;end;return(l);end));local x=(t^E);local D=(x-r);local k,F,v;local x=(h[""..o[s]..o[C].."\98"]);local g=(h["\103"..o[s]..o[C].."\98"]);local g=(h["\98"..o.VYVbtzvWSI..o[n].."\101"]);local oe=(h["\99\104\97\114"]);local le=(e["\112\97"..o[w].."\114\115"]);local h=(e[""..o[A]..o["busJQ"].."\119"..o[s]..o[u].."\116"]);local T=(e[""..o[n].."\111"..o[B]..o[C]..o[y].."\98"..o[u].."\114"]);local ne=(e["\115\101"..o[n]..o[y]..o[u]..o[n].."\97"..o[n].."\97\98"..o[f]..o[u]]);local ee=(e[""..o[y]..o.busJQ.."\116\104"][""..o[J].."\108\111"..o[m].."\114"]);local h=(e[""..o[n]..o["VYVbtzvWSI"].."\112"..o[u]]);local h=((e["\117\110"..o[Q]..o["busJQ"]..o[b].."\107"])or(e[""..o[n].."\97"..o[0.516903736869294].."\108"..o[u]][""..o[C]..o[B]..o[Q].."\97"..o[b].."\107"]));local K=((e[""..o[y]..o['busJQ']..o[n].."\104"][""..o[f]..o[0.5606623890626534]..o[u].."\120\112"])or(function(n,e,...)return((n*t)^e);end));local Q=(e[""..o[s].."\101"..o[f]..o[u]..o[b].."\116"]);F=((c["\114\115\104\105"..o[J]..o[n]])or(function(n,e,...)if(e<d)then return(k(n,-(e)));end;return(ee(n%t^E/t^e));end));local C=(c["\98"..o[m].."\114"])or(function(n,e,...)return(D-v(D-n,D-e));end);v=(c[""..o[0.516903736869294].."\97"..o[B].."\100"])or(function(e,n,...)return(((e+n)-l(e,n))/t);end);k=((c[""..o[f]..o[s].."\104"..o[w].."\102"..o[n]])or(function(n,e,...)if(e<d)then return(F(n,-(e)));end;return((n*t^e)%t^E);end));local t=(c[""..o[0.516903736869294]..o[B].."\111"..o[n]])or(function(e,...)return(D-e);end);if((not(e[""..o[0.516903736869294].."\105"..o[n].."\51"..o[S]]))and(not(e[""..o[0.516903736869294].."\105\116"])))then c[""..o[f]..o[s].."\104\105\102\116"]=k;c[""..o[0.516903736869294]..o[m]..o[A]]=C;c["\98\110"..o[m]..o[n]]=t;c["\98\97\110\100"]=v;c[""..o[A].."\115\104\105\102\116"]=F;c[""..o[0.516903736869294]..o[0.8489135540318273]..o[m].."\114"]=l;end;local t=(e["\116\97\98"..o[f].."\101"]["\114\101"..o[y].."\111\118"..o[u]]);local t=(e[""..o[n]..o["busJQ"].."\98"..o[f]..o[u]][""..o[w].."\110\115"..o[u].."\114"..o[n]]);local s=(e[""..o[n]..o['busJQ'].."\98"..o[f]..o[u]]["\99"..o[m]..o[B]..o[b].."\97\116"]);local n=(((e[""..o[n]..o.busJQ..o[0.516903736869294]..o[f].."\101"][""..o[b]..o[A].."\101"..o.busJQ.."\116"..o[u]]))or((function(e,...)return({h({},d,e);});end)));e["\98"..o[w].."\116\51"..o[S]]=c;local e=(G);local t=(#M+X);local c,A=({}),({});for e=d,t-r do local n=oe(e);c[e]=n;A[e]=n;A[n]=e;end;local m,r=(function(o)local l,n,a=g(o,r,N);if((l+n+a)~=Y)then e=e+j;t=t+q;end;o=x(o,R);local n,l,a=(""),(""),({});local e=r;local function i()local n=T(x(o,e,e),U);e=e+r;local o=T(x(o,e,e+n-r),U);e=e+n;return(o);end;n=A[i()];a[r]=n;while(e<#o)do local e=i();if c[e]then l=c[e];else l=n..x(n,r,r);end;c[t]=n..x(l,r,r);a[#a+r],n,t=l,l,t+r;end;return(s(a));end)("PSU|2111c1212101027627827b27B15152781313101M1N112781127m1U1u27B27M11161627s10111T1T27s27m1Z1Z27C1a1a27c27Q27821221B1927821V217191j1j121N1h1n2391727c1021022S22u1Y1427822F21e191821U21a1827822821R1S1Q280161122028d27823B1o1t1p1O131h121621V21i1g27822021p1O1C1F27U1d21I21p101R21021D1J1622A2191B27822E21F1D111A1f1921I21i141L22u1j21321j1h27821x2171f131E191121W22C1r2951b2aZ22m1q161X28q1022321A1s21M2181b1121v21127i102321B1i2292182881022B2al1l21O2131318111n22C2bL27822z1E1s22N2141E27821Y21b171a1Y21b1R111721j21711152922942782212131t171L1f1d29P2102771022n1o22P28W27822621B1C1821V2161c27822c2121J1F1t29M1j1n1B1d1Q22n2Ba27821w1X1m17161T1m22I21d1i2122CS1021t21B1D1b171T27L21U2BS2782Bv2aM21N219181f161n22A1Z27F102282a61621x1n2E72381R1S2dz1R171921t2eH1021V1Y1f21921827i152aF22q2bb27b26o25R1p1w27W2fA1521G1j2dC21V2es2962eW21W1M2fx10234122f51Q21522l27G27i1m21O21627N1312182952gF121O1Q2D3112gg1F1f27b1I1g121W21P281101I1h13142dc2781i1m141w21k1o27N142Cq2gj27y15141v1v27S12131x1y2H3142Gp121g29s2Gk182Az2781x1Z121H28k2872h7142H42gJ1I1N152hA2Hc27Y2dz2gI27S2He2Hk27s2HI1X2112he152Ht1L1H28X27y2gg181A2D32I12hn112D323o23q121P21x22K27c22D22d2gA27J21v2jd1021d21g151e1I1s28j2jJ2Jl1p1N28J2CL16181C2Iv1h1l141B181327v27h27j2222JA2h02Gv141U1q2H62H22hE27M2h02h82Kd2Kf1023n23L121922b22i27821S21s2jE1m22E2Kx2h01L171W2102iv1X212171h2DY1d1D1i1R19141f2aB27Y16171Y28h27823O23n171p21V2ku27b2192192kY2EL2I02l928N161i1I27U172HV27B2K71m21J1X27n27p27r2LQ23p111C2282kA27O21n21n2kY2192Mr101X215182lB172m6112912mA2kY2242Lw21D21H141e1V1H1q1Q1H1k151B1n1s2i81X2131627I131R2CK2lm181B2bm2Jv1a1C2LM172Nn2Np152np29M2K12k32K5162ng2nI1s1N27h2N82nA1N1P17172OH1E1R1l1K1K2mc2K92i02I22k719192h1131w21B2Gs2mV2Hq2nQ1c1C2j5121Q21y2Ka27h1s1s2kY1a2pH2H01k162L52L72No2m42lD1i1q18142H727n2DZ1y2162GJ23O23M161P21K2mf27B2132132kY21d2qB2kk2h921A2cC2mV2IP1317142i62IC1429O2H62pM2pO27n2hI1Y2102Fq2oN1u1g1m1m2iB2Id2Qh2I0210152K5152i62pM14162go2o12H32Hd151Y2112bB2JQ1E2R11b2bi2IH2hG2Q32q51e1n27c21c21c2ky2122s22p52dN122pS2qP2Cp27N2hn1y2132eT23o23R132j82kA2CD21y2KY2282SN2ko2kq1s22k2L127O2KY27l2mg1028427b121k1M28b21D2rz102361g1Q1p1I27j1H1T1d22M1L2A327H28q27h2HR1M2D81022V162FV2f92312dC1721p21c1H1R1P1422A2F921z1Y1h2eL2EN2ep1722D2fP28f2fs2fU2dD2f92cu1u2ir21i21329o1f22X2Fk27C2Ol28r2FM2Fo2fQ22b21O1Q2lA162FJ27C23S21722r26e2C52BN2BP2292Du2Fa21827M1B2Ep2u62bT2302AX151n2f42F621t2uG2eu2a62dp1Q22a2vv2371g2u22U422A2Vg22821O1d1O2oE1122D29r27822d21227K21n2132uN1121321I1N2Hj1A2v52uu1026w25J1p2Vg2Ad2ep1r1t21T1l2vg21V2182ee1Y21E1S2272u72u92wo2wq1v2wS21v2AA2782241z2751d21o2W92wb1N21v21d2sx2KJ2Sw28a27827a1N2T82H01J111w1X2kJ1x1w111H1G112oR2P02k22P427t1y1X2bm2Yb2HT111L1l2Gu2Gw2y92oV2i328K2Yh2KL1K2Hw2Ht1y2122iV2J3132or2gt2h81w2R72H02IC2Y82YA2R92oC27h1i2L32I82IJ2rl2RN2R82Ra16152ol1I2QT2yW2mV2pQ1N162YH2PU142jt2PY162Q02gj2OC2VK2D02b92no2Rb2762Zx29c1f2qi310J1w2182dg2mV2l9310h122L8172H3172gi2jv2iL310828R2i711310l2h62l32qu310R310W142CG1a2Pt2PV2qr2h02LG2am2As2H01O1A2qq2fq2m81Y2142Bt311F1W21e2te2MV2mX132k32i6311j311H1i311N141D28e2H01p1B311P27N2911Y2152LK1x21419132j327e312k191h1o192Rs162eb1I2y627827e102k727V27y27m2Uw310Z2hY1L1U2lK2Sw2t127b"),(#M-O);local function d(e,n,...)if(e==814728758)then return(l(l(((n)-685717)-212821,386512),135288));elseif(e==374465389)then return(l(l(((n)-944775)-781447,270060),296861));elseif(e==835938486)then return(l(l(l(l((n)-643763,250077),105713),955753),53990));elseif(e==735949480)then return(l(l(l((n)-915861,58972),607964),388259));elseif(e==475079633)then return((((n)-20342)-174148)-925657);elseif(e==863063868)then return(l(l(l(n,912001),949438),854931));elseif(e==724481494)then return(((l(n,359452))-601396)-30273);elseif(e==655614325)then return((l((l(n,306574))-365675,904511))-445345);elseif(e==575808143)then return((l((l(l(n,449005),95080))-84760,813279))-302266);elseif(e==927657985)then return(l(l((n)-875279,965745),425129));elseif(e==606501569)then return((l(l(l(l(n,836681),312996),145816),968406))-155573);elseif(e==91098465)then return(((l(l(l(n,275336),793523),637652))-255774)-190328);elseif(e==858590349)then return((l((l(n,620550))-255731,723845))-734383);end;end;local function n(e,n,...)if(e==159555881)then return((l(((n)-246079)-279127,566468))-141896);elseif(e==574717152)then return(l((l(n,350004))-436590,364661));elseif(e==999598996)then return(((l(n,408121))-159582)-535856);elseif(e==881306730)then return((((l(n,798057))-935510)-134121)-30356);elseif(e==886071466)then return((l((l((n)-265233,298028))-146473,761738))-315782);elseif(e==938743147)then return(l(l((n)-111954,263581),779649));elseif(e==820500874)then return(l((((n)-222052)-680718)-206641,517018));else end;end;local t=o.kXhq5LxM;local b=o[((149807146-#("@everyone designs are done. luraph website coming.... eta JULY 2020")))];local y=o[((697035001-#("i am not wally stop asking me for wally hub support please fuck off")))];local n=o[(66626076)];local s=o[0.5989269123407672];local f=o[((#{58;118;665;}+840997905))];local B=o[0.5312942194432458];local w=o[((912551712-#("woooow u hooked an opcode, congratulations! i do NOT give a fuck.")))];local function u()local o=l(g(m,r,r),e);e=o%n;r=(r+t);return(o);end;local function c()local c,a,t,o=g(m,r,r+y);c=l(c,e);e=c%n;a=l(a,e);e=a%n;t=l(t,e);e=t%n;o=l(o,e);e=o%n;r=r+f;return((o*s)+(t*b)+(a*n)+c);end;local function s(n,e,o)if(o)then local e=(n/w^(e-t))%w^((o-t)-(e-t)+t);return(e-(e%t));else local e=w^(e-t);return(((n%(e+e)>=e)and(t))or(B));end;end;local function f()local o,t=g(m,r,r+w);o=l(o,e);e=o%n;t=l(t,e);e=t%n;r=r+w;return((t*n)+o);end;local F=""..o['Q55OmnbT'];local function n(...)return({...}),Q(F,...);end;local function T(...)local E=o[((#{462;839;134;}+840997905))];local T=o[(294891204)];local O=o[0.9606852964315029];local J=o.P0c5Q10;local w=o.U4aVF0t4D;local R=o["ZxjzF6o"];local j=o[((#{374;469;(function(...)return 722;end)()}+936947578))];local X=o[((#{}+10394411))];local G=o[(444355741)];local D=o[(651923904)];local B=o[0.2641798938923422];local C=o[(66626076)];local v=o[((142987572-#("@everyone designs are done. luraph website coming.... eta JULY 2020")))];local Y=o[0.5917797724678087];local S=o["nRNzVQ"];local Q=o[(697034934)];local t=o[0.5312942194432458];local n=o['kXhq5LxM'];local z=o[(992310828)];local y=o[0.3630877837366833];local U=o[((#{}+396679463))];local q=o['kbww96SVQ'];local N=o["U7a0gopoP"];local b=o[((#{[107]=55;499;}+912551646))];local function F(...)local h=({});local k=({});local o=({});local M=a(f,e);for e=t,a(c,e)-n,n do k[e]=F();end;for i=t,c(e)-n,n do local d=u(e);if(d==G)then local e=u(e);o[i]=(L(e,t));elseif(p(d,y))then while(true)do local l=c(e);local e=c(e);local c=n;local r=Z((a(s,e,n,O)*(b^v)),l);local l=s(e,z,q);local e=((-n)^a(s,e,v));if(l==t)then if(r==t)then o[i]=(e*t);break;else l=n;c=t;end;elseif(l==Y)then o[i]=(r==t)and(e*(n/t))or(e*(t/t));break;end;o[i]=W(K(e,V(l,J)),(c+(H(r,(b^U)))));break;end;elseif(p(d,X))then while(true)do local c=c(e);if(p(c,t))then o[i]=('');break;end;if(c>T)then local t,u=(''),(x(m,r,r+c-n));r=r+c;for n=n,#u,n do local n=a(l,g(x(u,n,n)),e);e=I(n,C);t=P(t,A[n]);end;o[i]=t;else local n,t=(''),({g(m,r,r+c-n)});r=r+c;for t,o in le(t)do local o=l(o,e);e=I(o,C);n=n..A[o];end;o[i]=n;end;break;end;else o[i]=(nil);end;end;local l=c(e);for e=t,l-n,n do h[e]=({});end;for C=t,l-n,n do local l=a(u,e);if(L(l,t))then l=l-n;local r,x,g,i,d,A=t,t,t,t,t,t;local m=s(l,n,Q);if(m==b)then r=(a(f,e));x=(a(u,e));i=h[(a(c,e))];elseif(m==t)then r=(f(e));x=(u(e));i=(f(e));d=(a(f,e));elseif(m==Q)then r=(a(f,e));x=(u(e));i=h[(a(c,e))];d=(a(f,e));elseif(m==n)then r=(f(e));x=(u(e));i=(a(c,e));elseif(p(m,B))then r=(a(f,e));x=(u(e));i=(c(e));d=(f(e));g=({});for o=n,d,n do g[o]=({[t]=u(e),[n]=a(f,e)});end;elseif(p(m,w))then end;if(p(s(l,w,w),n))then d=o[d];end;if(a(s,l,E,E)==n)then r=o[r];end;if(p(s(l,D,D),n))then A=h[c(e)];else A=h[C+n];end;if(s(l,B,B)==n)then i=o[i];end;if(a(s,l,y,y)==n)then g=({});for e=n,u(),n do g[e]=c();end;end;local e=h[C];e["pzvGy"]=i;e["TjU"]=r;e[j]=A;e[943980.9115165779]=d;e['QJ0EhloHB']=x;e["T1wY3"]=g;end;end;local e=a(u,e);return({[-R]=t;[N]=k;["eA0IzN"]=o;[-235981.72126970754]=h;[S]=M;['cARpRO']=e;});end;return(F(...));end;local function g(e,p,s,...)local f=e[791105];local y=e[681230];local n=0;local c=e['cARpRO'];local t=e['eA0IzN'];local e=e[-235981.72126970754];return(function(...)local m=-(1);local t='TjU';local a=768852;local u=943980.9115165779;local A={};local r=(571150819);local x=e[n];local e=(true);local w=(Q(F,...)-1);local B=({});local C='QJ0EhloHB';local D='T1wY3';local n={};local r='pzvGy';local b={...};for e=0,w,1 do if(e>=c)then A[e-c]=b[e+1];else n[e]=b[e+1];end;end;local w=w-c+1;while(true)do local e=x;local c=e[C];x=e[a];if(c<=((i[920946885])or((function(e)i[920946885]=l(l((l(l(e,158243),942992))-251959,238441),293985);return(i[920946885]);end)(l(690414336,o[0.3049970005196505])))))then if(c<=d(927657985,1448927))then if(c<=d(l(227231243,o[156447992]),1765504))then if(c<=((i[839437827])or(o["lTwbmyTs0"](l(441678422,o[617552292]),l,i,839437827))))then if(c>d(l(197181272,697474519),890360))then s[e[r]]=n[e[t]];elseif(c<l(690052578,o[0.3049970005196505]))then local e=e[t];n[e]=n[e]();end;elseif(c==d(l(515155975,o[156447992]),l(548786635,o['jMQM9'])))then p[e[r]]=n[e[t]];e=e[a];n[e[t]]=s[e[r]];e=e[a];n[e[t]]=e[r];e=e[a];n[e[t]]=s[e[r]];e=e[a];n[e[t]]=p[e[r]];e=e[a];local o=e[t];n[o]=n[o](n[o+1]);for e=o+1,f do n[e]=nil;end;e=e[a];local l=e[r];local o=n[l];for e=l+1,e[u]do o=o..n[e];end;n[e[t]]=o;e=e[a];local o=e[t];n[o](n[o+1]);for e=o,f do n[e]=nil;end;e=e[a];n[e[t]]=p[e[r]];e=e[a];local l=e[t];local o=n[e[r]];n[l+1]=o;n[l]=o[e[u]];e=e[a];n[e[t]]=e[r];e=e[a];n[e[t]]=s[e[r]];e=e[a];n[e[t]]=p[e[r]];e=e[a];local o=e[t];n[o]=n[o](n[o+1]);for e=o+1,f do n[e]=nil;end;e=e[a];local l=e[r];local o=n[l];for e=l+1,e[u]do o=o..n[e];end;n[e[t]]=o;e=e[a];local o=e[t];n[o](h(n,o+1,e[r]));for e=o+1,f do n[e]=nil;end;e=e[a];n[e[t]]=p[e[r]];e=e[a];n[e[t]]=n[e[r]][e[u]];e=e[a];e=e[a];elseif(c<=d(l(985662743,o[703281552]),l(354797932,355161283)))then n[e[t]]=n[e[r]][e[u]];end;elseif(c<=d(l(623217424,o[124434453]),l(270260876,269143316)))then if(c==d(858590349,876079))then n[e[t]]=e[r];elseif(c<=d(l(101943522,o[617552292]),l(534069706,o[126560459])))then local o=e[t];do return h(n,o,m);end;e=e[a];e=e[a];end;elseif(c<=((i[190569824])or(o[970306992](l(135262387,134239767),l,i,190569824))))then local e=e[t];m=e+w-1;for o=0,w do n[e+o]=A[o];end;for e=m+1,f do n[e]=nil;end;elseif(c>d(91098465,482418))then n[e[t]]=p[e[r]];elseif(c<d(l(790973356,o[124434453]),l(966124047,965677704)))then n[e[t]]=n[e[r]];end;elseif(c<=12)then if(c<=((i[772977676])or(o[0.9195015946959618](l(694487368,o[55901624]),l,i,772977676))))then if(c==d(l(715628119,502099542),l(238233809,237318961)))then local o=e[t];n[o]=0+(n[o]);n[o+1]=0+(n[o+1]);n[o+2]=0+(n[o+2]);local l=n[o];local t=n[o+2];if(t>0)then if(l>n[o+1])then x=e[r];else n[o+3]=l;end;elseif(l<n[o+1])then x=e[r];else n[o+3]=l;end;elseif(c<=((i[789348006])or((function(e)i[789348006]=(l(l(e,484359),518731))-138834;return(i[789348006]);end)(l(324171378,324068962)))))then n[e[t]]=n[e[r]]*n[e[u]];end;elseif(c>d(l(345558128,600980593),1448930))then if(n[e[t]])then x=e[r];end;elseif(c<((i[950790305])or((function(e)i[950790305]=l(l(l(l((e)-265081,449163),219390),859766),702052);return(i[950790305]);end)(l(853138752,853534884)))))then n[e[t]][e[r]]=n[e[u]];end;elseif(c<=((i[837161058])or((function(e)i[837161058]=l(((((e)-208235)-151317)-5036)-212192,737394);return(i[837161058]);end)(l(39327786,38540706)))))then if(c>((i[980779361])or(o[417028291](l(57622189,58293108),l,i,980779361))))then n[e[t]][e[r]]=e[u];elseif(c<d(606501569,434784))then local l=e[t];local o=n[e[r]];n[l+1]=o;n[l]=o[e[u]];e=e[a];n[e[t]]=e[r];e=e[a];local o=e[t];n[o]=n[o](h(n,o+1,e[r]));for e=o+1,f do n[e]=nil;end;e=e[a];n[e[t]]=n[e[r]][e[u]];e=e[a];n[e[t]]=s[e[r]];e=e[a];local o=e[t];local l=n[e[r]];n[o+1]=l;n[o]=l[e[u]];e=e[a];n[e[t]]=e[r];e=e[a];local o=e[t];n[o]=n[o](h(n,o+1,e[r]));for e=o+1,f do n[e]=nil;end;e=e[a];n[e[t]]=(e[r]~=0);e=e[a];n[e[t]]=s[e[r]];e=e[a];n[e[t]]=s[e[r]];e=e[a];local l=e[t];local o=n[e[r]];n[l+1]=o;n[l]=o[e[u]];e=e[a];n[e[t]]=e[r];e=e[a];local o=e[t];n[o]=n[o](h(n,o+1,e[r]));for e=o+1,f do n[e]=nil;end;e=e[a];n[e[t]]=n[e[r]][e[u]];e=e[a];n[e[t]]=s[e[r]];e=e[a];local o=e[t];local l=n[e[r]];n[o+1]=l;n[o]=l[e[u]];e=e[a];n[e[t]]=e[r];e=e[a];local o=e[t];n[o]=n[o](h(n,o+1,e[r]));for e=o+1,f do n[e]=nil;end;e=e[a];n[e[t]][e[r]]=n[e[u]];e=e[a];n[e[t]]=n[e[r]][e[u]];e=e[a];s[e[r]]=n[e[t]];e=e[a];n[e[t]]=s[e[r]];e=e[a];n[e[t]]=n[e[r]][e[u]];e=e[a];n[e[t]]=n[e[r]][e[u]];e=e[a];local o=e[t];n[o]=n[o](n[o+1]);for e=o+1,f do n[e]=nil;end;e=e[a];local o=e[t];n[o]=n[o]();e=e[a];s[e[r]]=n[e[t]];e=e[a];n[e[t]]=s[e[r]];e=e[a];n[e[t]]=n[e[r]][e[u]];e=e[a];n[e[t]]=e[r];e=e[a];n[e[t]]=e[r];e=e[a];n[e[t]]=e[r];e=e[a];local o=e[t];n[o]=n[o](h(n,o+1,e[r]));for e=o+1,f do n[e]=nil;end;e=e[a];n[e[t]]=s[e[r]];e=e[a];n[e[t]]=n[e[r]][e[u]];e=e[a];n[e[t]]=e[r];e=e[a];n[e[t]]=e[r];e=e[a];n[e[t]]=e[r];e=e[a];local o=e[t];n[o]=n[o](h(n,o+1,e[r]));for e=o+1,f do n[e]=nil;end;e=e[a];n[e[t]]=n[e[r]][e[u]];e=e[a];local l=e[t];local o=n[e[r]];n[l+1]=o;n[l]=o[e[u]];e=e[a];e=e[a];end;elseif(c<=((i[42940256])or((function(e)i[42940256]=(((l(e,350839))-558149)-983421)-186588;return(i[42940256]);end)(l(721675654,723312988)))))then p[e[r]]=n[e[t]];elseif(c==16)then local e=e[t];n[e](n[e+1]);for e=e,f do n[e]=nil;end;elseif(c<=l(241909672,241909689))then local o=e[t];local l=n[e[r]];n[o+1]=l;n[o]=l[e[u]];end;elseif(c<=l(536033775,o[117010374]))then if(c<=((i[217262555])or(o[434755664](l(541586066,o[0.7394527931415722]),l,i,217262555))))then if(c<=l(401347516,o[322647174]))then if(c==d(l(143800072,234633833),482375))then local c=y[e[r]];local a=e[D];local o={};local r=ne({},{__index=function(n,e)local e=o[e];return(e[1][e[2]]);end,__newindex=function(l,e,n)local e=o[e];e[1][e[2]]=n;end;});for l=1,e[u],1 do local e=a[l];if(e[0]==0)then o[l-1]=({n,e[1]});else o[l-1]=({p,e[1]});end;B[#B+1]=o;end;n[e[t]]=g(c,r,s);elseif(c<=((i[392230858])or(o[229114651](l(901321182,o[0.17668554288180804]),l,i,392230858))))then n[e[t]]=n[e[r]][e[u]];e=e[a];n[e[t]]=p[e[r]];e=e[a];n[e[t]]=n[e[r]]*n[e[u]];e=e[a];n[e[t]]=n[e[r]][e[u]];e=e[a];n[e[t]][e[r]]=n[e[u]];e=e[a];n[e[t]][e[r]]=n[e[u]];e=e[a];n[e[t]][e[r]]=e[u];e=e[a];n[e[t]][e[r]]=e[u];e=e[a];e=e[a];end;elseif(c==((i[889761925])or(o[631706865](l(656767956,o[0.6176404648542593]),l,i,889761925))))then n[e[t]]=(e[r]~=0);elseif(c<=((i[955342951])or((function(e)i[955342951]=l(l(((e)-502038)-456785,362705),88889);return(i[955342951]);end)(l(337450609,336487189)))))then local o=e[t];n[o](h(n,o+1,e[r]));for e=o+1,f do n[e]=nil;end;end;elseif(c<=((i[313749637])or(o["fAqp57R1"](l(950196160,951959815),l,i,313749637))))then if(c==((i[400630766])or((function(e)i[400630766]=l((l(l(e,72867),576029))-24942,750880);return(i[400630766]);end)(l(724648422,o[529627211])))))then x=e[r];elseif(c<=l(949972948,o[429674027]))then n[e[t]]=g(y[e[r]],(nil),s);end;elseif(c<=24)then n[e[t]]=(not(n[e[r]]));elseif(c>25)then if(n[e[t]]~=n[e[u]])then x=e[r];end;elseif(c<d(l(340650080,o[0.6176404648542593]),l(232112852,o[411842819])))then if(not(n[e[t]]))then x=e[r];end;end;elseif(c<=l(54780230,o.pNewp))then if(c<=d(l(389154706,308022003),l(972193779,o[687358839])))then if(c>d(l(718105861,o[617552292]),l(128659216,129926285)))then local o=e[t];local t=n[o+2];local l=n[o]+t;n[o]=l;if(t>0)then if(l<=n[o+1])then x=e[r];n[o+3]=l;end;elseif(l>=n[o+1])then x=e[r];n[o+3]=l;end;elseif(c<d(l(863829038,o[451407057]),l(896861648,897080215)))then n[e[t]]=e[r];e=e[a];n[e[t]]=s[e[r]];e=e[a];local o=e[t];n[o]=n[o](h(n,o+1,e[r]));for e=o+1,f do n[e]=nil;end;e=e[a];n[e[t]][e[r]]=e[u];e=e[a];n[e[t]]=s[e[r]];e=e[a];n[e[t]]=n[e[r]][e[u]];e=e[a];n[e[t]]=e[r];e=e[a];n[e[t]]=n[e[r]];e=e[a];local o=e[t];n[o]=n[o](h(n,o+1,e[r]));for e=o+1,f do n[e]=nil;end;e=e[a];n[e[t]][e[r]]=e[u];e=e[a];n[e[t]]=p[e[r]];e=e[a];e=e[a];end;elseif(c==((i[291774521])or(o[755444167](l(938486882,939234670),l,i,291774521))))then local e=e[t];do return h(n,e,m);end;elseif(c<=((i[956853503])or(o[0.5856375506080862](l(694195049,o[55901624]),l,i,956853503))))then end;elseif(c<=d(l(111902550,763742848),843657))then if(c>31)then n[e[t]]=s[e[r]];elseif(c<((i[478394880])or((function(e)i[478394880]=l(((l(l(e,262237),128297))-177509)-965320,268485);return(i[478394880]);end)(l(237495263,o[832079407])))))then local e=e[t];n[e]=n[e](n[e+1]);for e=e+1,f do n[e]=nil;end;end;elseif(c<=33)then local l=e[r];local o=n[l];for e=l+1,e[u]do o=o..n[e];end;n[e[t]]=o;elseif(c==((i[619200323])or(o[0.5559838733430876](l(467865314,468899911),l,i,619200323))))then local o=e[t];n[o]=n[o](h(n,o+1,e[r]));for e=o+1,f do n[e]=nil;end;elseif(c<=d(l(864488466,o[107410800]),l(309100585,o[468990202])))then do return;end;end;end;end);end;return g(T(),{},z())(...);end)(({["busJQ"]=("\97");[(956643152)]=((421926130));[((#{[883]=670;[416]=214;440;658;(function(...)return 183,79,620;end)()}+832079402))]=(((#{501;[830]=789;939;650;}+238526390)));[((801225549-#("Luraph v12.6 has been released!: changed absolutely fucking nothing but donate to my patreon!")))]=("\114");[((417028369-#("luraph is now down until further notice for an emergency major security update")))]=((function(l,n,o,e)o[e]=n((n(l,(488419)))-(761444),(366555));return(o[e]);end));[0.5909387323031848]=((801225456));[((#{[861]=656;137;}+849776931))]=("\50");[((444355801-#("psu premium chads winning (only losers use the free version)")))]=(((#{614;}+17)));[0.5312942194432458]=(((107-#("I'm not ignoring you, my DMs are full. Can't DM me? Shoot me a email: [email protected] (Business enquiries only)"))));[(117010374)]=((536033781));[(873870874)]=("\105");[(755444167)]=((function(l,e,o,n)o[n]=(e(e(((l)-(511317))-((#{[730]=369;782;(function(...)return 508,745,801,242,...;end)()}+42301)),(343672)),(901985)))-(768847);return(o[n]);end));[(55901624)]=(((#{(function(...)return;end)()}+694922884)));[(66626076)]=((256));[((468990273-#("why the fuck would we sell a deobfuscator for a product we created.....")))]=(((309773863-#("I'm not ignoring you, my DMs are full. Can't DM me? Shoot me a email: [email protected] (Business enquiries only)"))));["kbww96SVQ"]=((31));[0.5606623890626534]=("\100");['P0c5Q10']=((1023));[(421926130)]=("\115");[(229114651)]=((function(l,e,n,o)n[o]=e((e((e(l,(168267)))-((5685-#("still waiting for luci to fix the API :|"))),((501362-#("@everyone designs are done. luraph website coming.... eta JULY 2020")))))-(693220),((#{907;558;857;(function(...)return 534,959,341,...;end)(343,126)}+258995)));return(n[o]);end));[0.5989269123407672]=((16777216));[((#{}+232475500))]=("\102");['g2gsoPn1']=((873870874));["U7a0gopoP"]=((681230));[0.018255976502902796]=((71));[((#{710;[492]=377;624;623;(function(...)return;end)()}+124434450))]=(((963946771-#("who the fuck looked at synapse xen and said 'yeah this is good enough for release'"))));["fAqp57R1"]=((function(l,e,n,o)n[o]=e((((e(l,(40361)))-((#{[880]=983;120;444;}+750926)))-(234456))-((#{950;(function(...)return 190,513,915;end)()}+468376)),(613565));return(n[o]);end));[(687358839)]=((972366766));[0.9135147323429187]=(((790092353-#("Are you using AztupBrew, clvbrew, or IB2? Congratulations! You're deobfuscated!"))));[(429674027)]=(((#{[509]=938;362;775;[467]=975;292;523;(function(...)return;end)()}+949972927)));[((624723580-#("woooow u hooked an opcode, congratulations! i do NOT give a fuck.")))]=(((209-#("you dumped constants by printing the deserializer??? ladies and gentlemen stand clear we have a genius in the building."))));[(284083241)]=("\110");[((#{531;[271]=28;827;176;208;(function(...)return 905,522,...;end)(467,983)}+502072430))]=((643492790));nRNzVQ=(((#{}+791105)));[((#{715;447;[941]=856;245;}+476876923))]=("\116");[((712253893-#("this isn't krnl support you bonehead moron")))]=("\108");[(142987505)]=((32));[((105114309-#("I'm not ignoring you, my DMs are full. Can't DM me? Shoot me a email: [email protected] (Business enquiries only)")))]=((165));["Q55OmnbT"]=("\35");lTwbmyTs0=((function(o,l,e,n)e[n]=((l((o)-((#{44;418;282;}+92467)),((18741-#("luraph is now down until further notice for an emergency major security update")))))-((#{}+690935)))-(366032);return(e[n]);end));['ZxjzF6o']=(((#{610;(function(...)return 127,108,685,826;end)()}+379381)));[((617552385-#("Luraph v12.6 has been released!: changed absolutely fucking nothing but donate to my patreon!")))]=((440576819));[((#{44;}+126560458))]=(((532960909-#("LuraphDeobfuscator.zip (oh god DMCA incoming everyone hide)"))));[0.3630877837366833]=(((#{(function(...)return 245,873,...;end)(181,704,570,785)}+1)));[((970307063-#("why the fuck would we sell a deobfuscator for a product we created.....")))]=((function(l,o,e,n)e[n]=(o(((l)-((563631-#("you dumped constants by printing the deserializer??? ladies and gentlemen stand clear we have a genius in the building."))))-(268330),(142602)))-((#{(function(...)return 98,346,...;end)(365,4)}+55358));return(e[n]);end));[(10394411)]=(((#{224;594;792;218;}+34)));[(643492790)]=("\117");[(738466081)]=((49051467));[(407628920)]=("\109");[((697034974-#("ironbrew deobfuscator go brrrrrrrrrrrrrr")))]=((3));[0.2641798938923422]=(((186-#("Luraph: Probably considered the worst out of the 3, Luraph is another Lua Obfuscator. It isnt remotely as secure as Ironbrew or Synapse Xen, and it isn't as fast as Ironbrew either."))));[(529627211)]=(((#{[983]=870;88;953;[462]=595;305;(function(...)return...;end)(234,4,476)}+724779510)));["SqclTU"]=((712253851));[0.5856375506080862]=((function(l,o,n,e)n[e]=((o(l,(290726)))-((#{614;227;[98]=678;545;137;(function(...)return 606,...;end)(103)}+165437)))-(838634);return(n[e]);end));[0.5917797724678087]=(((#{774;531;553;[780]=934;[303]=458;3;}+2043)));[((790092314-#("still waiting for luci to fix the API :|")))]=("\51");[(322647174)]=(((#{[572]=828;[478]=221;[999]=584;450;108;}+401347501)));[(666914726)]=((41));[((992310921-#("Luraph v12.6 has been released!: changed absolutely fucking nothing but donate to my patreon!")))]=(((116-#("uh oh everyone watch out pain exist coming in with the backspace method one dot two dot man dot"))));[((434755729-#("woooow u hooked an opcode, congratulations! i do NOT give a fuck.")))]=((function(l,n,e,o)e[o]=n(((n((l)-(285857),(783620)))-((#{570;(function(...)return 946,840,...;end)()}+848773)))-(274945),(984128));return(e[o]);end));[(784580908)]=((258647291));[(703281552)]=((162613803));[((222835060-#("psu premium chads winning (only losers use the free version)")))]=((248));[(936947581)]=((768852));[0.6176404648542593]=((658286428));[(912551647)]=((2));[((#{104;743;}+451407055))]=((5370019));[(107410800)]=((408600250));VYVbtzvWSI=("\121");[0.7394527931415722]=(((544721937-#("still waiting for luci to fix the API :|"))));[((#{604;}+576649122))]=("\111");["pUJJi"]=(((#{}+369932912)));[((790031488-#("guys someone play Among Us with memcorrupt he is so lonely :(")))]=(((#{928;132;346;}+576649120)));jMQM9=((548572604));[(89061823)]=(((#{135;341;454;(function(...)return 406,504;end)()}+849776927)));[(258647291)]=("\101");[0.9195015946959618]=((function(l,o,n,e)n[e]=(o((o((l)-(466115),(371049)))-((99692-#("why the fuck would we sell a deobfuscator for a product we created....."))),((#{[127]=157;659;282;[427]=794;419;877;}+798541))))-((832178-#("who the fuck looked at synapse xen and said 'yeah this is good enough for release'")));return(n[e]);end));[0.8077965233511275]=((232475500));[(396679463)]=((52));["U4aVF0t4D"]=((6));[(481107038)]=(((#{(function(...)return 257,...;end)()}+35)));[(840997908)]=((4));[((364114911-#("uh oh everyone watch out pain exist coming in with the backspace method one dot two dot man dot")))]=((407628920));[(156447992)]=((467314022));['M1hbLkX']=((476876926));[0.5559838733430876]=((function(l,e,o,n)o[n]=e((e((e(l,((990669-#("woooow u hooked an opcode, congratulations! i do NOT give a fuck.")))))-(72362),((807484-#("psu 60fps, luraph 5fps, xen 0fps")))))-((#{277;445;[325]=14;145;}+188123)),(983975));return(o[n]);end));[0.3049970005196505]=((690052579));[((49051546-#("Are you using AztupBrew, clvbrew, or IB2? Congratulations! You're deobfuscated!")))]=("\112");[0.8489135540318273]=("\120");[(914773951)]=((28));[(294891204)]=((5000));[(369932912)]=("\99");[(631706865)]=((function(o,l,n,e)n[e]=((l(o,(739052)))-(828206))-((391024-#("luraph is now down until further notice for an emergency major security update")));return(n[e]);end));pNewp=((54780248));[0.516903736869294]=("\98");[(411842819)]=(((232480642-#("'psu > luraph' - memcorrupt 2020"))));[0.9606852964315029]=((20));[((#{735;811;[819]=225;4;(function(...)return 739,61;end)()}+651923899))]=((8));[((#{[20]=859;[314]=537;[682]=227;[461]=9;414;927;126;574;}+149807075))]=(((65595-#("LuraphDeobfuscator.zip (oh god DMCA incoming everyone hide)"))));kXhq5LxM=((1));[0.5207290847416637]=(((284083348-#("I'm not ignoring you, my DMs are full. Can't DM me? Shoot me a email: [email protected] (Business enquiries only)"))));[0.17668554288180804]=(((900904773-#("'psu > luraph' - memcorrupt 2020"))));}),...);