-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTimeHaltNormal.lua
90 lines (78 loc) · 29.7 KB
/
TimeHaltNormal.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
game:GetService("StarterGui"):SetCore("SendNotification",{
Title = "Time Halt",
Text = "Press 'X' to 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 == Enum.KeyCode.X 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 e=(function(e,n)return(e~=n);end)local e=(function(e,n)return(e>=n);end)local e=(function(n,e)return(n<e);end)local S=(function(n,e)return(n*e);end)local G=(function(e,n)return(e/n);end)local e=(function(n,e)return(n>e);end)local R=(function(e,n)return(e%n);end)local y=(function(n,e)return(n+e);end)local e=(function(n,e)return(n^e);end)local e=(function(e,n)return(e<=n);end)local g=(function(n,e)return(n==e);end)local a=(function(e,...)return e(...);end)local v=(function(n,e)return(n-e);end)local e=(function(e,n)return(e..n);end)return(function(l,...)local j="This file was obfuscated using PSU Obfuscator 4.0.A | https://www.psu.dev/ & discord.gg/psu";local A=l[(705732996)];local f=l[((#{559;}+478703903))];local O=l[((#{[47]=371;957;[201]=508;368;}+853476425))];local D=l["fkIMvTrNd"];local b=l.PYpGp;local F=l[0.20922572268602704];local T=l[((513410145-#("Are you using AztupBrew, clvbrew, or IB2? Congratulations! You're deobfuscated!")))];local E=l[((418438354-#("psu premium chads winning (only losers use the free version)")))];local o=l[0.008925953884108901];local i=l["eYrCG"];local U=l[(730158314)];local M=l.ILYs6lk;local m=l[((#{[849]=757;177;}+592705942))];local r=l[((#{654;233;(function(...)return 530;end)()}+521277179))];local s=l['towPwSqDf7'];local t=l[(643934890)];local u=l[((544070453-#("I'm not ignoring you, my DMs are full. Can't DM me? Shoot me a email: [email protected] (Business enquiries only)")))];local N=l['nV3hLms'];local w=l[(244616564)];local B=l[((470955124-#("you dumped constants by printing the deserializer??? ladies and gentlemen stand clear we have a genius in the building.")))];local z=l[(876457438)];local H=l[(315817993)];local L=l[((871223796-#("'psu > luraph' - memcorrupt 2020")))];local Y=l[(182900317)];local n=l[(678710983)];local X=l[((174412361-#("woooow u hooked an opcode, congratulations! i do NOT give a fuck.")))];local P=((getfenv)or(function(...)return(_ENV);end));local d,h,e=({}),(""),(P(o));local c=((e[""..l[i].."\105\116"..l[D].."\50"])or(e[""..l[i]..l[0.20402594711819008]..l[n]])or({}));local t=(((c)and(c["\98"..l[t].."\111"..l['qvbgq1Od2t']]))or(function(e,l)local n,o=o,f;while((e>f)and(l>f))do local a,t=e%r,l%r;if a~=t then o=o+n;end;e,l,n=(e-a)/r,(l-t)/r,n*r;end;if e<l then e=l;end;while e>f do local l=e%r;if l>f then o=o+n;end;e,n=(e-l)/r,n*r;end;return(o);end));local x=(r^b);local C=(x-o);local k,I,q;local W=(h[""..l[w]..l[0.6915599204094894]..l['jmGICN'].."\114"]);local x=(h["\103\115"..l[F].."\98"]);local p=(h[""..l[i].."\121"..l[n]..l[u]]);local x=(h[""..l[m]..l[F]..l[i]]);local F=(e[""..l[n]..l[s].."\110"..l[F]..l[0.1810039287344571]..l[i]..l[u].."\114"]);local h=((e["\117\110"..l[B].."\97\99"..l[Y]])or(e[""..l[n].."\97"..l[i]..l[A]..l[u]]["\117\110\112"..l["jmGICN"]..l[w]..l[Y]]));local Y=(e[""..l[m]..l[u]..l[A]..l[u]..l[w]..l[n]]);local V=(e["\114\97"..l[0.7931910151584032].."\115"..l[u].."\116"]);local Z=(e[""..l[B].."\97\105\114\115"]);local J=(e[""..l[m].."\101\116\109"..l[u]..l[n]..l.jmGICN..l[n].."\97"..l[i].."\108"..l[u]]);local V=((e[""..l[0.1810039287344571]..l["jmGICN"]..l[n].."\104"]["\108"..l[0.7797079201693218].."\101\120"..l[B]])or(function(e,n,...)return((e*r)^n);end));local B=(e[""..l[0.1810039287344571]..l["jmGICN"]..l[n].."\104"]["\102\108"..l[s]..l[s]..l['qvbgq1Od2t']]);local Q=(e[""..l[n]..l["zRzCw1twel"].."\112"..l[u]]);I=((c[""..l["qvbgq1Od2t"]..l[m].."\104\105\102\116"])or(function(n,e,...)if(e<f)then return(k(n,-(e)));end;return(B(n%r^b/r^e));end));local B=(c[""..l[i].."\110"..l[s]..l[n]])or(function(e,...)return(C-e);end);k=((c["\108\115\104\105"..l[E].."\116"])or(function(n,e,...)if(e<f)then return(I(n,-(e)));end;return((n*r^e)%r^b);end));local C=(c["\98\111\114"])or(function(e,n,...)return(C-q(C-e,C-n));end);q=(c["\98"..l['jmGICN'].."\110\100"])or(function(e,n,...)return(((e+n)-t(e,n))/r);end);if((not(e[""..l[i]..l[0.20402594711819008].."\116"..l[D].."\50"]))and(not(e["\98\105"..l[n]])))then c["\108\115"..l[0.6915599204094894]..l[0.20402594711819008]..l[E].."\116"]=k;c[""..l[i].."\111\114"]=C;c[""..l[i].."\110"..l[s].."\116"]=B;c[""..l[i]..l.jmGICN..l[0.8351513654157293]..l[0.7797079201693218]]=q;c["\98\120"..l[s].."\114"]=t;c[""..l.qvbgq1Od2t..l[m].."\104"..l[0.20402594711819008]..l[E]..l[n]]=I;end;local r=(e[""..l[n]..l["jmGICN"].."\98"..l[A]..l[u]][""..l[0.20402594711819008]..l[0.8351513654157293]..l[m].."\101"..l['qvbgq1Od2t']..l[n]]);local r=(e["\116\97"..l[i]..l[A].."\101"][""..l.qvbgq1Od2t.."\101"..l[0.1810039287344571]..l[s].."\118"..l[u]]);local r=(((e[""..l[n]..l["jmGICN"]..l[i].."\108"..l[u]][""..l[w].."\114\101"..l.jmGICN..l[n].."\101"]))or((function(e,...)return({h({},f,e);});end)));local u=(e["\116\97\98"..l[A]..l[u]][""..l[w].."\111\110\99\97"..l[n]]);e["\98\105\116"..l[D].."\50"]=c;local e=(O);local r=(#j+z);local c,w=({}),({});for e=f,r-o do local n=W(e);c[e]=n;w[e]=n;w[n]=e;end;local m,r=(function(l)local a,n,t=p(l,o,U);if((a+n+t)~=H)then e=e+L;r=r+M;end;l=x(l,X);local n,t,a=(""),(""),({});local e=o;local function i()local n=F(x(l,e,e),N);e=e+o;local l=F(x(l,e,e+n-o),N);e=e+n;return(l);end;n=w[i()];a[o]=n;while(e<#l)do local e=i();if c[e]then t=c[e];else t=n..x(n,o,o);end;c[r]=n..x(t,o,o);a[#a+o],n,r=t,t,r+o;end;return(u(a));end)("PSU|24O121027627727815152761311275101717101111101J1j27727K10191927p27l1y1y27J27K27l1S1s27y1227f2771u1u2761u1V27l1022g21y1M182762381R1s17161R171922D21E2781021022s22m28G27621t21B1d1B171T1n1123E1Q1427622F21E191829829a1022621b1C1823f1K1A27622B21I141l21n219181f161N22Y1N27T1023B1O1T1P1o131h121623f2A227621v2171927N121N1h1n23029O2aG1y1f2192181310151d1123F1r27b1022821D1J1621X21B1l1B27622e21F2Az1a1f1921i29s1l22Y28y2b421r1S1q1t1T161123429927621x2171r1o21W21j1T2AW102321b1I22S1i1v1P27i1021W1X1m28m1t1m22V2b22762341228O1Q22Y1i1c27622C2121J1F2C61H1j1N1B1D1q2cO2b32B52b721w21a2cF27622321A1S21M2181b2b02bo2212131t171l1f1d1629C28t26O25R2181J1u1g1e27621Y21b171a1Y21B1r111721J217111529F1e1g27622021p1o1C1F11161D21I21p101R2102b61622y1F1h2bZ2171f131E191121w22c1r28h1b2Fc22M1q21Q2AQ1029r29T21o2131318112AO1O162AG1521G1j29l21N22M27C21Y21x27627H101I1l2cg1I1K161x21316151s1P16162gf2Fy101B2fT1129e1C2cx2go23O2411l2761n1n102GO2GA1013142cg2gA2GI2gk1k1h27H27q1K1K27g17131M2h22Hm1021D2111K1Q1k1E27A21d21N1a2Hw2hY152EJ29t2h22go1h1t1c2921614141321G21j2G927i1x1x101O1d1L2842cd1d2761i1h131x1Y132IP1l132iY2j01O1o2h91323O24Z2ij101u2c628421k21k27C21N2jJ2hR2Gc2Ge2gd1x212172gL2Cf171i1e2822gS122fc18192gX2HM23O24X21H2H32H527h21p2eY2H921Q2kE2GA21d1y1j1Q1d1N2IF1h151k1D191427a2IZ2J1152bu2bv12131l2h22hi28M1w21328M2Gh2gJ1o1K1c2I92ib2iD2kp1r1a1D1e132hz21K191Q1a1G2iF21D21E131Q121O2If2ih2JD2ga1I141M2iv1M141X211141O1N1F2If1I1P2BC2gs2Hy2jo2Iv2Gg2eF162K52lv21G151q1S2ie142m62m82Gb1n151x210152mf1F27a1i2MA2762D72bv15141r1R2HM2EU172k52hZ2mV1Q161s27A27q2L42H61623O23Y29p102H42NX2NJ27c1O2Nk2hr23N23M28C1p1R1222022027C2232oh2HR27q27n2771I152H52gS19121I1G27F1b18132OP2oR1b2Mh23n2522K92H927E27q2H91228C2hd2jS2KR1H182Fu27l2hk102PI1321i2p72hD1Z122jU2j41i181Q2nE2hY112kV2k52j42JB2Jd2O32J421221227c2112qa2oL27l27s2772Q527u27K1f1F27c2eS2iK27y102nw2841113121H2f62Qt27L2im102is2Gb2iV2OW1I192O82OY2p01j28c2nC142NV2h22NU27l27Q2If27e2FT1c2Ig27D2pK2hl2qT27J2qs121X2pS152bh2Is2R82Ne2mH1I2rc2Iv2n42rg2Nx27q27q2nu2NH181D2nh2RF2NH2Go2r22PC2QV2RV2rX2m01G182842qi2o22H528421s21S27C21V2sz2hr1a1A121K2N21U2BY1022V2mS29M2fN2302FA2OQ28m28O1923d2Dg102BE29z1r1T21t1128S27826w25j1x2fn23129l1721p21C1H1r1p1422y2Fx29Q21o1q171h2AD2Ub1021V2G02g22tE2O121z1Y1h21321i2Ko1V1a2ad2tn21v21827L1b29Z21y2tv28t21e2v52762E01X2bB2762241Z1c121d21o21O1D1O1s2fw2Gr2dC2D62cu2ui2371G2u62U822y2UY2182951Y21E1S22j2V823S21722R2662Tn2282Vk2vM2962312FN2Dq1U2I521I2132aC1f2342C62762c91i22x192or2361g1q1p1i101m2ia1d22M2h21r2J427i2j42Ha1421A2fn2uP1h29v29X29Z172312eM27622d2121M1n21n2132Wj112US2UU2uw22c21D27c2pC2Qp27q2Qg2762842772Bt2GB2X12iV2RC1x1w2EJ121727K1i122En2Gs2Oz2rm2k527k2yF111o1j2Dn111i2Yc2GB2OW2Sp152Yi2Is2DT2S32sI142K52QZ2x22M82pv1V2iu2Gb2MA2yz2oO2n42n627A1H1K2Nb1127O2GS1C2yJ162nN2cX2kW2n71O1I1A2nb2Z02GQ2He2Z42La1i1S2E62GS2GU2GW2gy162Ia2iC2V231002N81s142GO2It2762Bi2gp2S62gB2gg2zn2Vm2hB172JR172A6152hi2RJ27l2GO27Q2t42nX310r101f1B2n02Gg2iV2Jq2JS1O1A1i27H1I1R2A32gT182iW2C71B2K1311Q311S111A111B1a2k5311p2oW2Iv1q181x21518311M2pw311U311r2nE311y1t2Qm2gs3121311z2nE312n1a1B2k52pi2SP1O191h27S1X214192ay2k3192Zx28C1g1l151B2Bc2J42Nx2Qq2ga2pi31212V22FY27S2OM2ZT102K5"),(#j-T);local function u(e,n,...)if(e==441393372)then return(t(t(t(n,332289),750412),157304));elseif(e==361202217)then return(t(t(((n)-274752)-354759,541480),428564));elseif(e==97445090)then return(t(t((t(t(n,603792),961601))-985537,773661),261983));elseif(e==425059219)then return((t((n)-745694,611903))-980432);elseif(e==504002686)then return(t(((t((n)-679719,493671))-25083)-325533,73188));elseif(e==133578335)then return(((((n)-214535)-260299)-443074)-933656);elseif(e==565771426)then return((((n)-99030)-362315)-363772);elseif(e==274716171)then return((((t((n)-265292,80840))-711622)-234284)-227001);end;end;local function n(n,e,...)if(n==487838409)then return(t(t(((t(e,444417))-437964)-979335,674633),804724));elseif(n==19485249)then return(t((t((e)-98253,956832))-780484,402895));elseif(n==849957242)then return(((t(t(e,478655),86366))-246490)-215897);elseif(n==189307401)then return(((((t(e,102479))-126339)-541088)-255970)-343440);elseif(n==820750635)then return(t(t(((e)-608885)-732708,73098),516149));elseif(n==694656243)then return((((e)-904149)-651776)-620571);elseif(n==549397509)then return(t(((t(e,605229))-286549)-14077,188956));elseif(n==918145341)then return(((t(t(e,978817),89637))-702556)-195677);elseif(n==383473635)then return(t((t(e,560504))-921837,329501));elseif(n==661060975)then return(t((t(t(t(e,83773),178852),98344))-123594,506081));else end;end;local A=l[0.5243017112483744];local f=l[(478703904)];local C=l[(730158314)];local D=l[((941833701-#("woooow u hooked an opcode, congratulations! i do NOT give a fuck.")))];local c=l[((521277260-#("luraph is now down until further notice for an emergency major security update")))];local n=l[(444797691)];local b=l[((#{897;930;[250]=724;464;}+783973891))];local o=l[0.008925953884108901];local function i()local o,l=p(m,r,r+c);o=t(o,e);e=o%n;l=t(l,e);e=l%n;r=r+c;return((l*n)+o);end;local function s(l,e,n)if(n)then local e=(l/c^(e-o))%c^((n-o)-(e-o)+o);return(e-(e%o));else local e=c^(e-o);return(((l%(e+e)>=e)and(o))or(f));end;end;local function c()local c,a,l,o=p(m,r,r+C);c=t(c,e);e=c%n;a=t(a,e);e=a%n;l=t(l,e);e=l%n;o=t(o,e);e=o%n;r=r+D;return((o*A)+(l*b)+(a*n)+c);end;local function f()local l=t(p(m,r,r),e);e=l%n;r=(r+o);return(l);end;local B="\35";local function n(...)return({...}),Y(B,...);end;local function O(...)local o=l[(478703904)];local N=l[((454988491-#("psu 60fps, luraph 5fps, xen 0fps")))];local H=l[(492406116)];local L=l[0.23084095317443878];local U=l[0.48666671593052646];local X=l['s8Nol'];local T=l[0.8588356696343216];local z=l[((#{335;433;}+173477240))];local M=l[(5816182)];local n=l[0.008925953884108901];local O=l[(60247929)];local k=l[((444797784-#("Luraph v12.6 has been released!: changed absolutely fucking nothing but donate to my patreon!")))];local A=l[((38405219-#("i am not wally stop asking me for wally hub support please fuck off")))];local P=l[(982041848)];local E=l[((#{805;640;869;(function(...)return 884,847,...;end)(343,129,183,354)}+498342903))];local B=l[((#{12;291;}+730158312))];local I=l[((#{211;(function(...)return 473,213,834,113;end)()}+941833631))];local j=l[(399140111)];local h=l.PYpGp;local q=l[((76376933-#("you dumped constants by printing the deserializer??? ladies and gentlemen stand clear we have a genius in the building.")))];local C=l[(174412296)];local b=l[((521277222-#("still waiting for luci to fix the API :|")))];local Y=l[0.810958267101533];local function F(...)local u=({});local l=({});local D=({});for e=o,a(c,e)-n,n do D[e]=F();end;for i=o,c(e)-n,n do local d=a(f,e);if(d==P)then local e=a(f,e);l[i]=(e~=o);elseif(g(d,j))then while(true)do local r=a(c,e);local t=c(e);local c=n;local r=(s(t,n,T)*(b^h))+r;local e=s(t,N,M);local t=((-n)^a(s,t,h));if(g(e,o))then if(r==o)then l[i]=(t*o);break;else e=n;c=o;end;elseif(e==L)then l[i]=(r==o)and(S(t,(G(n,o))))or(t*(G(o,o)));break;end;l[i]=a(V,t,v(e,U))*(c+(r/(b^z)));break;end;elseif(g(d,X))then while(true)do local c=c(e);if(g(c,o))then l[i]=('');break;end;if(c>Y)then local o,d=(''),(x(m,r,r+c-n));r=y(r,c);for n=n,#d,n do local n=a(t,a(p,a(x,d,n,n)),e);e=R(n,k);o=o..w[n];end;l[i]=o;else local n,o=(''),({a(p,m,r,r+c-n)});r=y(r,c);for o,l in Z(o)do local l=t(l,e);e=l%k;n=n..w[l];end;l[i]=n;end;break;end;else l[i]=(nil);end;end;local t=a(c,e);for e=o,v(t,n),n do u[e]=({});end;for D=o,t-n,n do local t=f(e);if(t~=o)then t=v(t,n);local r,d,p,h,m,w=o,o,o,o,o,o;local x=s(t,n,B);if(x==n)then d=(a(c,e));p=(f(e));r=(i(e));elseif(x==A)then elseif(x==B)then d=u[(c(e))];p=(f(e));h=(i(e));r=(i(e));elseif(x==b)then d=u[(a(c,e))];p=(f(e));r=(a(i,e));elseif(x==o)then d=(i(e));p=(a(f,e));h=(i(e));r=(i(e));elseif(x==C)then d=(c(e));p=(f(e));h=(a(i,e));r=(i(e));m=({});for l=n,h,n do m[l]=({[o]=f(e),[n]=i(e)});end;end;if(s(t,A,A)==n)then h=l[h];end;if(s(t,I,I)==n)then r=l[r];end;if(s(t,q,q)==n)then w=u[c(e)];else w=u[y(D,n)];end;if(a(s,t,C,C)==n)then d=l[d];end;if(g(s(t,E,E),n))then m=({});for e=n,f(),n do m[e]=c();end;end;local e=u[D];e['jamHPUR']=r;e[-365036.9757082127]=w;e[-354383.5467922983]=m;e["hmFVqY"]=p;e[-H]=d;e[-776821.8020948725]=h;end;end;local n=i(e);local e=f(e);return({["AhZYJHHBtY"]=D;[O]=u;["XEIXhcEr"]=e;["HkJ11lMoG"]=o;[-667670.8689191182]=l;["WURjviOBi"]=n;});end;return(F(...));end;local function g(e,x,f,...)local c=e["XEIXhcEr"];local a=e[112189];local r=0;local A=e["AhZYJHHBtY"];local n=e[-667670.8689191182];local s=e["WURjviOBi"];return(function(...)local F=-354383.5467922983;local m=-(1);local n={};local o="jamHPUR";local e=(145978159);local p=a[r];local D={...};local w={};local C=({});local i=-776821.8020948725;local y="hmFVqY";local b=(Y(B,...)-1);local e=(true);local r=-580330;local a=-365036.9757082127;for e=0,b,1 do if(e>=c)then w[e-c]=D[e+1];else n[e]=D[e+1];end;end;local b=b-c+1;while(true)do local e=p;local c=e[y];p=e[a];if(c<=((d[591992107])or((function(e)d[591992107]=t(t(t(e,805312),377734),953481);return(d[591992107]);end)(t(245225940,l[924834939])))))then if(c<=u(t(508056968,461812074),t(244493402,243404173)))then if(c<=t(245030664,l[924834939]))then if(c<=t(532604202,532604203))then if(c==((d[624236068])or((function(e)d[624236068]=(((t(e,828779))-354031)-178547)-808548;return(d[624236068]);end)(t(243403942,l[924834939])))))then if(n[e[o]])then p=e[r];end;elseif(c<=u(t(301315236,144725815),t(725023130,l['qHP00p'])))then local e=e[o];n[e]=n[e](n[e+1]);for e=e+1,s do n[e]=nil;end;end;elseif(c==u(t(738034132,172326262),825119))then n[e[o]]=e[r];e=e[a];n[e[o]]=f[e[r]];e=e[a];local l=e[o];n[l]=n[l](h(n,l+1,e[r]));for e=l+1,s do n[e]=nil;end;e=e[a];n[e[o]][e[r]]=e[i];e=e[a];n[e[o]]=f[e[r]];e=e[a];n[e[o]]=n[e[r]][e[i]];e=e[a];n[e[o]]=e[r];e=e[a];n[e[o]]=n[e[r]];e=e[a];local l=e[o];n[l]=n[l](h(n,l+1,e[r]));for e=l+1,s do n[e]=nil;end;e=e[a];n[e[o]][e[r]]=e[i];e=e[a];n[e[o]]=x[e[r]];e=e[a];e=e[a];elseif(c<=u(t(752075529,l['qHP00p']),t(195661073,196464062)))then local l=e[o];n[l]=0+(n[l]);n[l+1]=0+(n[l+1]);n[l+2]=0+(n[l+2]);local o=n[l];local t=n[l+2];if(t>0)then if(o>n[l+1])then p=e[r];else n[l+3]=o;end;elseif(o<n[l+1])then p=e[r];else n[l+3]=o;end;end;elseif(c<=((d[754154129])or(l[174409064](t(92428963,l[0.33967932608894974]),t,d,754154129))))then if(c>u(565771426,825121))then local l=e[o];local o=n[e[r]];n[l+1]=o;n[l]=o[e[i]];elseif(c<((d[113166634])or((function(e)d[113166634]=(t(t(e,463742),473210))-319023;return(d[113166634]);end)(t(601336082,l[510394294])))))then local t=e[o];local l=n[e[r]];n[t+1]=l;n[t]=l[e[i]];e=e[a];n[e[o]]=e[r];e=e[a];local l=e[o];n[l]=n[l](h(n,l+1,e[r]));for e=l+1,s do n[e]=nil;end;e=e[a];n[e[o]]=n[e[r]][e[i]];e=e[a];n[e[o]]=f[e[r]];e=e[a];local l=e[o];local t=n[e[r]];n[l+1]=t;n[l]=t[e[i]];e=e[a];n[e[o]]=e[r];e=e[a];local l=e[o];n[l]=n[l](h(n,l+1,e[r]));for e=l+1,s do n[e]=nil;end;e=e[a];n[e[o]]=(e[r]~=0);e=e[a];n[e[o]]=f[e[r]];e=e[a];n[e[o]]=f[e[r]];e=e[a];local l=e[o];local t=n[e[r]];n[l+1]=t;n[l]=t[e[i]];e=e[a];n[e[o]]=e[r];e=e[a];local l=e[o];n[l]=n[l](h(n,l+1,e[r]));for e=l+1,s do n[e]=nil;end;e=e[a];n[e[o]]=n[e[r]][e[i]];e=e[a];n[e[o]]=f[e[r]];e=e[a];local t=e[o];local l=n[e[r]];n[t+1]=l;n[t]=l[e[i]];e=e[a];n[e[o]]=e[r];e=e[a];local l=e[o];n[l]=n[l](h(n,l+1,e[r]));for e=l+1,s do n[e]=nil;end;e=e[a];n[e[o]][e[r]]=n[e[i]];e=e[a];n[e[o]]=n[e[r]][e[i]];e=e[a];f[e[r]]=n[e[o]];e=e[a];n[e[o]]=f[e[r]];e=e[a];n[e[o]]=n[e[r]][e[i]];e=e[a];n[e[o]]=n[e[r]][e[i]];e=e[a];local l=e[o];n[l]=n[l](n[l+1]);for e=l+1,s do n[e]=nil;end;e=e[a];local l=e[o];n[l]=n[l]();e=e[a];f[e[r]]=n[e[o]];e=e[a];n[e[o]]=f[e[r]];e=e[a];n[e[o]]=n[e[r]][e[i]];e=e[a];n[e[o]]=e[r];e=e[a];n[e[o]]=e[r];e=e[a];n[e[o]]=e[r];e=e[a];local l=e[o];n[l]=n[l](h(n,l+1,e[r]));for e=l+1,s do n[e]=nil;end;e=e[a];n[e[o]]=f[e[r]];e=e[a];n[e[o]]=n[e[r]][e[i]];e=e[a];n[e[o]]=e[r];e=e[a];n[e[o]]=e[r];e=e[a];n[e[o]]=e[r];e=e[a];local l=e[o];n[l]=n[l](h(n,l+1,e[r]));for e=l+1,s do n[e]=nil;end;e=e[a];n[e[o]]=n[e[r]][e[i]];e=e[a];local l=e[o];local o=n[e[r]];n[l+1]=o;n[l]=o[e[i]];e=e[a];e=e[a];end;elseif(c==u(t(520239232,418645727),1851570))then local l=e[o];n[l](h(n,l+1,e[r]));for e=l+1,s do n[e]=nil;end;elseif(c<=u(t(4936910,l[0.33967932608894974]),t(100701888,101725975)))then p=e[r];end;elseif(c<=u(t(1002798145,l[483067638]),1370826))then if(c<=t(515085353,l[617022496]))then if(c>u(t(870914517,l[888337617]),788285))then elseif(c<u(274716171,1370824))then local t=e[r];local l=n[t];for e=t+1,e[i]do l=l..n[e];end;n[e[o]]=l;end;elseif(c==((d[526934782])or(l[0.47362162194849067](t(528857475,l[425787315]),t,d,526934782))))then local e=e[o];n[e]=n[e]();elseif(c<=u(565771426,825128))then n[e[o]]=e[r];end;elseif(c<=u(274716171,1370812))then if(c==((d[960834170])or(l[293594115](t(553217084,551778713),t,d,960834170))))then local l=e[o];n[l]=n[l](h(n,l+1,e[r]));for e=l+1,s do n[e]=nil;end;elseif(c<=((d[40009891])or((function(e)d[40009891]=((t(((e)-914654)-580180,9839))-178833)-777135;return(d[40009891]);end)(t(1768802,4162102)))))then n[e[o]][e[r]]=n[e[i]];end;elseif(c<=14)then n[e[o]]=n[e[r]][e[i]];e=e[a];n[e[o]]=x[e[r]];e=e[a];n[e[o]]=n[e[r]]*n[e[i]];e=e[a];n[e[o]]=n[e[r]][e[i]];e=e[a];n[e[o]][e[r]]=n[e[i]];e=e[a];n[e[o]][e[r]]=n[e[i]];e=e[a];n[e[o]][e[r]]=e[i];e=e[a];n[e[o]][e[r]]=e[i];e=e[a];e=e[a];elseif(c==15)then f[e[r]]=n[e[o]];elseif(c<=((d[629607380])or((function(e)d[629607380]=(t(t(t((e)-991531,142719),290049),989081))-799012;return(d[629607380]);end)(t(730738100,l[483067638])))))then local t=A[e[r]];local r=e[F];local l={};local a=J({},{__index=function(n,e)local e=l[e];return(e[1][e[2]]);end,__newindex=function(o,e,n)local e=l[e];e[1][e[2]]=n;end;});for e=1,e[i],1 do local o=r[e];if(o[0]==0)then l[e-1]=({n,o[1]});else l[e-1]=({x,o[1]});end;C[#C+1]=l;end;n[e[o]]=g(t,a,f);end;elseif(c<=u(274716171,1370712))then if(c<=u(t(277052124,393561219),1851584))then if(c<=u(t(112859834,l[459191056]),t(415982308,415720899)))then if(c>17)then n[e[o]]=f[e[r]];elseif(c<t(759200097,759200115))then n[e[o]]=(not(n[e[r]]));end;elseif(c==u(t(190069737,l[924834939]),t(724917397,l.qHP00p)))then do return;end;elseif(c<=((d[525165979])or(l[0.038078330940603436](t(601407520,l[510394294]),t,d,525165979))))then local e=e[o];n[e](n[e+1]);for e=e,s do n[e]=nil;end;end;elseif(c<=22)then if(c==((d[791481224])or(l['eOgs3Ho'](t(247250901,l[924834939]),t,d,791481224))))then n[e[o]]=x[e[r]];elseif(c<=t(528696960,l[425787315]))then n[e[o]]=(e[r]~=0);end;elseif(c<=23)then if(not(n[e[o]]))then p=e[r];end;elseif(c>u(t(595715267,1032559805),t(897364365,l[264939998])))then local l=e[o];local t=n[l+2];local o=n[l]+t;n[l]=o;if(t>0)then if(o<=n[l+1])then p=e[r];n[l+3]=o;end;elseif(o>=n[l+1])then p=e[r];n[l+3]=o;end;elseif(c<t(896593550,l[264939998]))then n[e[o]]=n[e[r]][e[i]];end;elseif(c<=u(t(912174577,400970067),825146))then if(c<=((d[615654798])or((function(e)d[615654798]=t((t(e,775589))-938054,706251);return(d[615654798]);end)(t(41503070,l['fYN01g'])))))then if(c>u(133578335,1851590))then n[e[o]]=n[e[r]];elseif(c<27)then n[e[o]][e[r]]=e[i];end;elseif(c==u(t(438466453,69734379),810782))then local e=e[o];do return h(n,e,m);end;elseif(c<=29)then n[e[o]]=g(A[e[r]],(nil),f);end;elseif(c<=31)then if(c>30)then x[e[r]]=n[e[o]];e=e[a];n[e[o]]=f[e[r]];e=e[a];n[e[o]]=e[r];e=e[a];n[e[o]]=f[e[r]];e=e[a];n[e[o]]=x[e[r]];e=e[a];local l=e[o];n[l]=n[l](n[l+1]);for e=l+1,s do n[e]=nil;end;e=e[a];local t=e[r];local l=n[t];for e=t+1,e[i]do l=l..n[e];end;n[e[o]]=l;e=e[a];local l=e[o];n[l](n[l+1]);for e=l,s do n[e]=nil;end;e=e[a];n[e[o]]=x[e[r]];e=e[a];local t=e[o];local l=n[e[r]];n[t+1]=l;n[t]=l[e[i]];e=e[a];n[e[o]]=e[r];e=e[a];n[e[o]]=f[e[r]];e=e[a];n[e[o]]=x[e[r]];e=e[a];local l=e[o];n[l]=n[l](n[l+1]);for e=l+1,s do n[e]=nil;end;e=e[a];local t=e[r];local l=n[t];for e=t+1,e[i]do l=l..n[e];end;n[e[o]]=l;e=e[a];local l=e[o];n[l](h(n,l+1,e[r]));for e=l+1,s do n[e]=nil;end;e=e[a];n[e[o]]=x[e[r]];e=e[a];n[e[o]]=n[e[r]][e[i]];e=e[a];e=e[a];elseif(c<u(425059219,1246382))then if(n[e[o]]~=n[e[i]])then p=e[r];end;end;elseif(c<=t(168801836,168801804))then n[e[o]]=n[e[r]]*n[e[i]];elseif(c==u(t(363202021,l[365266161]),1598500))then x[e[r]]=n[e[o]];elseif(c<=u(t(672665752,l["PU2ozpyj0"]),1246379))then local e=e[o];m=e+b-1;for l=0,b do n[e+l]=w[l];end;for e=m+1,s do n[e]=nil;end;end;end;end);end;return g(O(),{},P())(...);end)(({[0.5243017112483744]=((16777216));[(703627981)]=("\111");[((#{109;(function(...)return 553,667;end)()}+210690202))]=("\120");[((#{}+544070346))]=((166195608));PYpGp=(((#{[615]=913;[852]=673;475;367;(function(...)return...;end)(143)}+29)));[(459191056)]=(((#{[88]=791;231;[70]=627;373;38;(function(...)return 90,747,913,298;end)()}+485833311)));['PU2ozpyj0']=((827192075));["ILYs6lk"]=((157));[(643934890)]=((210690205));[0.038078330940603436]=((function(o,e,n,l)n[l]=(e(e(e(o,((781550-#("still waiting for luci to fix the API :|")))),((430034-#("LuraphDeobfuscator.zip (oh god DMCA incoming everyone hide)")))),((38527-#("why does psu.dev attract so many ddosing retards wtf")))))-(420100);return(n[l]);end));[((454988519-#("psu premium chads winning (only losers use the free version)")))]=((21));[0.47362162194849067]=((function(o,e,n,l)n[l]=(e(e((e(o,((779225-#("uh oh everyone watch out pain exist coming in with the backspace method one dot two dot man dot")))))-(307472),(361814)),((#{[580]=942;[200]=885;523;892;(function(...)return 610,...;end)(617,248,905)}+290092))))-((623527-#("oh Mr. Pools, thats a little close please dont touch me there... please Mr. Pools I am only 8 years old please stop...")));return(n[l]);end));[((#{125;284;324;[495]=834;767;(function(...)return 168,545;end)()}+418438288))]=((89602873));[((#{751;351;}+800308539))]=("\116");[((#{120;67;[561]=819;[587]=487;[461]=126;649;(function(...)return 726;end)()}+182900313))]=(((442512824-#("psu premium chads winning (only losers use the free version)"))));zRzCw1twel=("\121");[((#{(function(...)return 338,411,15;end)()}+442512761))]=("\107");[((855146242-#("ironbrew deobfuscator go brrrrrrrrrrrrrr")))]=("\115");[(617022496)]=((515085344));[(783973894)]=(((#{977;[531]=776;179;(function(...)return 841,916,...;end)(6)}+65531)));[((#{661;774;[225]=93;831;898;}+705732992))]=((793969964));[((174409157-#("Luraph v12.6 has been released!: changed absolutely fucking nothing but donate to my patreon!")))]=((function(o,n,e,l)e[l]=((n(n((o)-((#{607;58;303;96;}+27609)),((#{153;483;85;(function(...)return 119,428,...;end)(774)}+972459))),((239614-#("LuraphDeobfuscator.zip (oh god DMCA incoming everyone hide)")))))-(296878))-((362604-#("uh oh everyone watch out pain exist coming in with the backspace method one dot two dot man dot")));return(e[l]);end));[(425787315)]=((528696982));[((166195687-#("Are you using AztupBrew, clvbrew, or IB2? Congratulations! You're deobfuscated!")))]=("\101");[(312002101)]=("\98");[(492406116)]=(((#{}+580330)));[(444797691)]=((256));[0.1810039287344571]=("\109");[0.33967932608894974]=((92647468));[(420435378)]=("\51");[(470955005)]=((274675583));[0.23084095317443878]=((2047));["jmGICN"]=("\97");[((#{147;(function(...)return 22,770;end)()}+730158311))]=((3));[((478703936-#("'psu > luraph' - memcorrupt 2020")))]=(((32-#("psu 60fps, luraph 5fps, xen 0fps"))));[(793969964)]=("\108");[0.6915599204094894]=("\104");[(498342912)]=((7));[(510394294)]=(((#{350;980;[212]=851;831;15;(function(...)return 767,719,262,391,...;end)(894,142,635)}+601054231)));[(678710983)]=(((800308581-#("ironbrew deobfuscator go brrrrrrrrrrrrrr"))));[(76376814)]=(((67-#("LuraphDeobfuscator.zip (oh god DMCA incoming everyone hide)"))));['fkIMvTrNd']=(((420435473-#("uh oh everyone watch out pain exist coming in with the backspace method one dot two dot man dot"))));['qHP00p']=(((723910039-#("woooow u hooked an opcode, congratulations! i do NOT give a fuck."))));[0.48666671593052646]=((1023));[0.7931910151584032]=("\119");fYN01g=((40602605));['eYrCG']=(((#{635;844;[930]=81;58;(function(...)return 455,597,661,783;end)()}+312002094)));[((#{}+264939998))]=((896593559));[0.8588356696343216]=(((60-#("still waiting for luci to fix the API :|"))));[((#{[770]=278;5;435;[876]=369;846;56;}+940766834))]=("\117");[(982041848)]=((19));[(888337617)]=((698759433));[(89602873)]=("\102");[((293594176-#("guys someone play Among Us with memcorrupt he is so lonely :(")))]=((function(o,l,e,n)e[n]=l((l(((o)-((#{134;474;384;}+203706)))-(573950),(62880)))-((675923-#("psu 60fps, luraph 5fps, xen 0fps"))),((#{766;282;87;808;}+291351)));return(e[n]);end));[((#{205;345;356;[577]=602;[636]=534;429;}+365266157))]=((2197452));[(513410066)]=(((#{851;[178]=635;802;150;(function(...)return;end)()}+87)));[(38405152)]=((6));[((#{}+315817993))]=(((#{501;469;(function(...)return 989,522,10,868;end)()}+242)));[(777266733)]=("\99");['qvbgq1Od2t']=("\114");["nV3hLms"]=((36));[(60247929)]=((112189));[(274675583)]=("\112");[0.7797079201693218]=("\100");[(5816182)]=((31));[0.20922572268602704]=(((#{917;[285]=761;[526]=332;184;676;481;}+940766834)));[((#{251;(function(...)return 483,110,...;end)(396,90,828,352)}+592705936))]=((855146202));['s8Nol']=((30));[((871223831-#("@everyone designs are done. luraph website coming.... eta JULY 2020")))]=((49));[(173477242)]=(((#{}+52)));[((853476469-#("this isn't krnl support you bonehead moron")))]=((170));[((#{[13]=75;[30]=414;[325]=428;652;401;}+174412294))]=((5));["eOgs3Ho"]=((function(l,o,n,e)n[e]=(((l)-((921933-#("uh oh everyone watch out pain exist coming in with the backspace method one dot two dot man dot"))))-((602228-#("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."))))-((991321-#("guys someone play Among Us with memcorrupt he is so lonely :(")));return(n[e]);end));[(941833636)]=(((63-#("LuraphDeobfuscator.zip (oh god DMCA incoming everyone hide)"))));[((#{152;89;18;[331]=128;276;(function(...)return 741,549;end)()}+924834933))]=(((245030719-#("why does psu.dev attract so many ddosing retards wtf"))));towPwSqDf7=((703627981));[(244616564)]=(((777266793-#("psu premium chads winning (only losers use the free version)"))));[0.20402594711819008]=("\105");[(521277182)]=(((#{242;[324]=698;787;(function(...)return 680,448;end)()}-2)));[0.810958267101533]=((5000));[((#{[451]=243;[520]=243;874;687;6;842;(function(...)return 101,32,173,755;end)()}+483067630))]=((731556426));[((#{[207]=177;368;}+876457437))]=((165));[0.8351513654157293]=("\110");[0.008925953884108901]=(((41-#("ironbrew deobfuscator go brrrrrrrrrrrrrr"))));[(399140111)]=(((#{743;162;(function(...)return 103,399,...;end)(951,657,468,807)}+42)));}),...);