SHOW:
|
|
- or go back to the newest paste.
| 1 | -- Farewell Infortality. | |
| 2 | -- Version: 2.82 | |
| 3 | -- Instances: | |
| 4 | local ScreenGui = Instance.new("ScreenGui")
| |
| 5 | local Main = Instance.new("Frame")
| |
| 6 | local TPChest = Instance.new("TextButton")
| |
| 7 | local TPDevilFruit = Instance.new("TextButton")
| |
| 8 | local AutoFarm = Instance.new("TextButton")
| |
| 9 | local C = Instance.new("Frame")
| |
| 10 | local B = Instance.new("Frame")
| |
| 11 | local TextLabel = Instance.new("TextLabel")
| |
| 12 | local Close = Instance.new("TextButton")
| |
| 13 | local Minimize = Instance.new("TextButton")
| |
| 14 | local A = Instance.new("Frame")
| |
| 15 | local TextLabel_2 = Instance.new("TextLabel")
| |
| 16 | local OpenFrame = Instance.new("Frame")
| |
| 17 | local Open = Instance.new("TextButton")
| |
| 18 | --Properties: | |
| 19 | ScreenGui.Parent = game.CoreGui | |
| 20 | ||
| 21 | Main.Name = "Main" | |
| 22 | Main.Parent = ScreenGui | |
| 23 | Main.Active = true | |
| 24 | Main.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 25 | Main.Position = UDim2.new(0.289052904, 0, 0.286852598, 0) | |
| 26 | Main.Size = UDim2.new(0, 345, 0, 251) | |
| 27 | Main.Visible = false | |
| 28 | Main.Draggable = true | |
| 29 | ||
| 30 | TPChest.Name = "TP Chest" | |
| 31 | TPChest.Parent = Main | |
| 32 | TPChest.BackgroundColor3 = Color3.new(0.333333, 1, 1) | |
| 33 | TPChest.BorderColor3 = Color3.new(0, 1, 1) | |
| 34 | TPChest.Position = UDim2.new(0.0202898551, 0, 0.29880479, 0) | |
| 35 | TPChest.Size = UDim2.new(0, 155, 0, 50) | |
| 36 | TPChest.Font = Enum.Font.Cartoon | |
| 37 | TPChest.Text = "TP Chest" | |
| 38 | TPChest.TextColor3 = Color3.new(0, 0, 0) | |
| 39 | TPChest.TextScaled = true | |
| 40 | TPChest.TextSize = 14 | |
| 41 | TPChest.TextWrapped = true | |
| 42 | TPChest.MouseButton1Down:connect(function() | |
| 43 | local apis = game.workspace:GetDescendants() | |
| 44 | for i, v in pairs(apis) do | |
| 45 | if v.Name == "Touch" and v.Parent.Name == "TreasureChestPart" then | |
| 46 | v.Parent.CFrame = game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame | |
| 47 | end | |
| 48 | end | |
| 49 | end) | |
| 50 | ||
| 51 | TPDevilFruit.Name = "TP Devil Fruit" | |
| 52 | TPDevilFruit.Parent = Main | |
| 53 | TPDevilFruit.BackgroundColor3 = Color3.new(0, 1, 1) | |
| 54 | TPDevilFruit.BorderColor3 = Color3.new(0, 1, 1) | |
| 55 | TPDevilFruit.Position = UDim2.new(0.527536213, 0, 0.29880479, 0) | |
| 56 | TPDevilFruit.Size = UDim2.new(0, 155, 0, 50) | |
| 57 | TPDevilFruit.Font = Enum.Font.Cartoon | |
| 58 | TPDevilFruit.Text = "TP Devil Fruit" | |
| 59 | TPDevilFruit.TextColor3 = Color3.new(0, 0, 0) | |
| 60 | TPDevilFruit.TextScaled = true | |
| 61 | TPDevilFruit.TextSize = 14 | |
| 62 | TPDevilFruit.TextWrapped = true | |
| 63 | TPDevilFruit.MouseButton1Down:connect(function() | |
| 64 | for i,v in pairs(game.Workspace:GetChildren()) do | |
| 65 | ||
| 66 | if v:IsA("Tool") then
| |
| 67 | v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
| 68 | else | |
| 69 | end | |
| 70 | end | |
| 71 | end) | |
| 72 | ||
| 73 | - | AutoFarm.Name = "Auto Farm" |
| 73 | + | AutoFarm.Name = "Admin" |
| 74 | AutoFarm.Parent = Main | |
| 75 | AutoFarm.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1) | |
| 76 | AutoFarm.BorderColor3 = Color3.new(0.333333, 0.333333, 1) | |
| 77 | AutoFarm.Position = UDim2.new(0.205369264, 0, 0.573705196, 0) | |
| 78 | AutoFarm.Size = UDim2.new(0, 200, 0, 50) | |
| 79 | AutoFarm.Font = Enum.Font.Cartoon | |
| 80 | AutoFarm.Text = "Auto Farm" | |
| 81 | AutoFarm.TextColor3 = Color3.new(0, 0, 0) | |
| 82 | AutoFarm.TextScaled = true | |
| 83 | AutoFarm.TextSize = 14 | |
| 84 | AutoFarm.TextWrapped = true | |
| 85 | AutoFarm.MouseButton1Down:connect(function() | |
| 86 | -- MADE BY MR.iSkyMaster | |
| 87 | ||
| 88 | - | local a=string.byte;local b=string.char;local c=string.sub;local d=table.concat;local e=math.ldexp;local f=getfenv or function()return _ENV end;local g=setmetatable;local h=select;local i=unpack;local j=tonumber;local function k(l)local m,n,o="","",{}local p=256;local q={}for r=0,p-1 do q[r]=b(r)end;local r=1;local function a()local m=j(c(l,r,r),36)r=r+1;local n=j(c(l,r,r+m-1),36)r=r+m;return n end;m=b(a())o[1]=m;while r<#l do local r=a()if q[r]then n=q[r]else n=m..c(m,1,1)end;q[p]=m..c(n,1,1)o[#o+1],m,p=n,n,p+1 end;return table.concat(o)end;local l=k('26224627524424E27524626726W26D26A26V26W26T26R24424527926W26R26924424F27925H26T26C26R26R26W25T26B27324424327925S26C26V26Z27I27Q27525E26R26M26A26226V26S26R26Y24424C27928B28D25W26B26A26A26X26W24424128M28C26A25W26X26M24424227926028627I27K27526125I26224424027925I26V27U26W26A29327926P29728V27925X26X27U27Y28029427526326V27328U23Q27925W26V26T27126P26C26X26B26W26Q29S26Y29T24L29E29R26X2AG26C24L24722T25224R25V24823R22F24P2442492A429T26Q26R26C25H27326K26R25I27326M28I2472792BE24627729G26X26D27326A27328T28127925F25U27326Z24K24725X26M2591M26O26O22624P24723X22W24L1M25Y21021S2AX29X2462B52B72BD2BE26E26I25Y2CI27921I26D25Y2AJ27525Z26T2BM26826R24524727P27925U28526P29O26S26Y29828M25Z25W24726S1J25P24O14142382C425J24L26S26W23Q23Q26E2C41Q22O26M25323V23S21K2C421M26P24D26H21921R22E2C42BF24624W2CR2CE25S28T29L2CE25V26W26B26Z28K27R2AB26C27H25H27F26D29M28A28Y2442BE2EN2EW28D2AF2AH2BH2F126A2CG26R2CN2792562CR28W27525H27E26C26A25Z25S24722O21H25S22E1923U21R2C425F2352671M24H26E2232E92BE22E26N2CM2EA2602FD28327F27E26D26N24423O27R2FH2BM26W26P25225Z28Q26X25225S29I26Z2FA27522U2G22BE24O2CR2A329Y2AB26D26R28P28R28T24N25U26X26928U2FE24626T28T27M2CV27J27929Z26E24423K2A42A62A82AA2AC26Q25E28527C26E29I27W26T26N2GU24625Z2CR23W27925P25W25V25E25Z25N25226127M2522B926R27H25226226R26P27W26Q29I2I32EA24I2CR27827529628726025I25X26D24724F22W1X1423V23X22L2C422022K26K1M22423522I2GX27523A2722G62BF2672CR28L2IZ2972522J225X24X2EU2892462J026R25H2692B124724Y22822D25L21B1Q23A2AX2JU2K32JW2K62B129Q2FF28S26E25Z28R24722G2KA24P24X22B2342AX2HE25C2732BK2D72CY2BG2H12CF2KP2GM2GO2GM28R2HR2CS2L926X2KQ25S24423R2GH2LI2LB28S2GQ2GS2A126P2F52L929I2FJ28R24423M2GH2LX2LT2LP2GP2KR27E2A7246102CI25V24E22U22X23F2IY25U24625224623727925Z23Y2MF23723Y27525U23Q2ML2372H125Z2ME22X2372IY25Y24E2MX2IY2632522MR2ML24625Y2MW2MM2H12632N12N32752622NF2MY27526725A2MR25A2NL2NN2H12672NJ2IY26623Y2MX2MT24625F24M2MR24M2752662NV27525F2NY28A2522MX2NC25J2NR2N22NT24625E2OB24625J2OE24625I25A2MX2OM25N24U2MR24U27525I2OP25N2OS25M24M2MX2O824625R2OZ2N22P124625M2OP25R2OS25Q24U2MX2PF26R2O62N22PA25Q2OP26R2OS26Q25Y2MX25Y27526V2PQ2372PA26Q2OP26V2OS26U2662MX26627526Z2Q32PA26U2OP25U25Y162MM2Q024626Z25Q2MR25Q27526Y25I22E2MM25I2MU25I21I2QY27525Y25Y21Y2QN2R42QZ2R32QP26M2MR26M2QU25I2MX2RA2731M2MR1M27526B2RL2N22RN24626F2RQ2372RS26Y2OG2MM2NC25Y26E2R223726E2R41U2522472371U2QE21I2MR2R22462QV2RI27527321Q2MR21Q2RO162MR2QM2RT2122MR21227526J2SQ2N22SS26Y2OV2MM2OM25Y1E2S41E2SD2SF2RG2SJ2462732SZ2372SS26B22E2MR2QX2RT2TG2SS26J22M2MR22M2QU2T32372T521A2S421A2R421Y2122SA2R72ND23A2U323723A2NL2R62SA2QO2622P32RB26Z2RD2N22RF2SH2RH2RB27322U2MR22U2RO2322MR23227526F24622V2N22462BD2RY2OH2NL2S324622L2S62462622S82472222SC2QP2SE2N22SG2SI2UO2TO2SP2SR2UX24E2V02N32BD2SY2VP2SH2TV2OM2622T72MM2T92VH2TB2UM2TD2TF2VW2TJ2TL2UX2VN24626J23Q2VS23Q2V32VY2NL2TY2MM2U02QP2522VS2S92UM24M2442372RA2QV25I2WV2RA26223Y21J2MM23Y2BD26224M26F2WV24M2BD2UI2RE2TC2VM2W92WD26F2WD2V42S02UB2X42372G626226621J2WV2662BD26625Y2122WV2QO2662UG2WW2QE2UJ2372UL2VL2Y52TE2UQ2N22US24626B2UU2N22UW2RT2UZ2V12V32RZ2372NC2662V72S52O92VD2SB2TA2VJ2XG2YB27326U2VS26U2BD26B2XJ2722VS2722VU2XL2WK2462662W12372W326Z2VI2372VK2UN2Z12WD26B26E2VS26E2BD2XK2VW26J26M2VS26M2WJ2OW2O92WM2372WO26Z2WQ2N22WS2QV2WU2YB2QV2462452YB2O02XP2X62ZF24M23R310H2XC2RC2XF2W62VM2VS162Z616310V2ZV310Y2T02YO2V52ZF25Y2XP2G626626624N310H2XW2SH23Y25Y310H2O32WY310H2RA26B2462MF23I2D22O32212O32QK2752212QO25U2OM2212OM26Y23Y2A321S2O325E25Y26U310H2QO25E2Y42RA2XE2UK2Z02RJ31112TH310X310Z2TN312M2XM2YQ28A2YT2VA25E21A253310H21A2BD25E2YW2VG2ZK2W52YA312I2W92TK2N22TM2ZW2T02SX22E2VS22E31022T428A3105310731092YQ2V325I310D2WX2QZ311K28A2X32X5312Z24M17310P2XD2Y72Y92ZO312I312M2Z7312M2XK312O2YP2NC31273117312Z2XT311C2BD25I2XZ312A2P2312D2Y6310S31352SK23A2VS23A2Z6314S2N2314U2RT314W2U931132XN2OT312S2P231312YY2ZM312H2SK2Z32N22Z52YG2XJ23I2VS23I2ZC2VW2T231032OT2ZH2ZJ2ZL2ZN2W72ZQ22U2VS22U31102ZX2322VS232313H2TW2P2313K2QE313M310B313P2X02RG310G2YB25I313V2MS314I2XC2422Q43141314P31442SK312J310W315F3148316Q3152312Q2OT31162QN314I314G237311D25M2NE316K2QO25M314N310R312G310T2Z13150314Y26B317E2ZV317H2SH314B27525M2V72V9317M2VD2363132315R315A2TE23Q22S2N223Q2EY2Z72VW26F315H2N2315J2WE2ZD315N25M315P3158315S2XH313C2YG315V2YE315Y318G26J31602YJ31632OM25M31662WP2WR313O313Q316C313T2PG316G310L2P724N316K310Q312F2Y8317V2TF3146316U312N3112317K31143174314E2PG3171311D25Q2R5317627525Q3179319631432W72YD2372YF2YH2UV2UX2YM2MN316V2NC25Q315524625Q31572W42YZ317C2RJ315C237315E3182318G26F25A317Y2TW2EY2VV318G315M313I31A6318C31A9315931AB316P2W92ZS2N22ZU2TN2ZX2ZZ2UK318P319O318S25Q24M26C31942EY3108318U2WT316B2UM316D2RA25Q31902BD31B81N3194316M317B314Q2TE319B3147319D3149319D312P31A3316Y2XQ31BM311A314H2SH24U311G2372PF311J2YB26B2N123I2MI2PF2212PF25U2QD24622131CL31222A322M2O32PX16319N24626Q319Q31423198319U319W2YI2372YK2UY2VS2V2319E315326Q31A526Q2VD22N317T2MF22B318E2Z131AD31AF2Z82ZA315K31AO2ZE26Q31AS313331AA31BS2W822X2232TI31AY22O31B0313B2TH2SX31B32Y831B531CW318S26Q31B931BB318T310A318V31BG310F318Y26Q31BL31CW24M21J24222N31952UJ22P319S310U319D31BV312K319C31EZ31BZ2752PX319H26Q31C431722V32R5314L2UM25I318Y26B23Q311O2H1311U31CM311X311R311I312324631CR27526U2XZ31CV26U31CY316N319T2UR2UT319Y2YL31D731A231FR31A526U31DE31DG22X31DI319831DL310X318331AJ2OL31AM318931AQ26U31DT317U31AV31BT2MF31DZ2RO31AY22E31E32WD2ZY310031E926U318S31BD31EG31BF310E313S2YB26U31EM26U24M22F31BP317A31EU319831BU319B31BX31F1317L24631FS319H2QA311B31F82SH2XY311C2RG31FD31CC2MQ22X23I311T31CL31CN2MU31CH31CJ2PA2212PA31CP24622T311T2IY23H2IY2462CE2LM2762L12L32732L527K2CZ2BP2752HZ27326C2EU2CE29O2872D12752K726C27126D2HZ27H2LV25F2H426C25U26V27E24424827925T26R26A25U26R26D27H2AD2GB31IW29529P24D2D226R26827326Y28427Z26A24K2LG25G26R26Z26X2CX2442EY27525L25T2EV2462GR26C2EM2KI31JI2F72B331JX31J72KI25G2AC25H31KN27331J72HE2FG26R26E26E26R26Q2KN2HF2HH2IL26A2452NC2462MJ2752242D22N62MM2MI2IY2NK31LB24E2O831LK25V2NA310A2CT2OK31642ND24E26U31LH2R424E2S631LK2N52RN31M22H12NO31LB2ND2MM28331LT2NT1M2RH2QM2392NC25H24E2R222X2781M25S27922J27531MO2N122J31MN2RH2SW23D2NC2P32A322T31FI2MK24622A28321A22X22X22J31N926H25V26U2MF22V31LX31LB2722O821V27227525V31MC2MU2462UA2MN29Y31CZ31LB2O12X531NS2V231NV31M82WI31O3263311N31HZ2D22H122K31FI31FO31IC2MU31IE31IG2CN23V27931KA27931KD31KF31KH26Z31IQ31IX29P2HE25I26Y26V26N2B32EU31JU2NL26X26T26V2QV31OX31OZ26C31J024625X27229I2A626A2B32LV2662EL27F26X27331L331P231PC31PE2GK2K527E31PH2I42EC31IR24631IT31IV31PB31J231J431J627I2HE2EJ31K627331JM24431PQ31KL31PD31JY26Q29J2LG27D26C2LT31KF26O2A131L32CE2K431KF28N29L31JG27525S31QQ31QZ31IV26A31QG26Y31L32L831PK26Z31PM31PO25G26X26X26A29H2FI2LG26626R31P626A2ZB2EA2GW2LG25X28429P29924627M27O31IG25I2BJ2BL2BN2HD27925C31L72AH2I42752I423Q2JQ2BF313G24P2792MD31NH2MI31N523931JH31LM24631MM24631MO31MQ31MS2FP2V022J313G1M31LP31NH2NC2MJ2QZ2272D231HM31MA31NS31M131T531M431T52QM31O625I2MR2RA25U31FO2MS31NP2QR2N22QT2I531LQ316W2N52QX31M224E2R731TU31NU2N431M631N42Q031O325S24M2VS2XC1M25J2UJ22V2UL2OU2V222F318Q25231O531A327931O32PL2S931C92P231NZ31TK2CF24E2A32NK31SR27531MR31SQ25S23I2MF22J311P31ME2522XC31MZ27525R2VI2232SG316F2ML21D2O325H2TT24623B2TT31MO313831SW31SQ2RH2RN31MH2P225A25I2472392OM23T24E2QZ21U31MN31MP31UX31ST1E31V22T931U831LQ22V31N031VV24621F2OM2OU31LX31LU2OU31M131WI25A2CM31LU25N21A2MR2WO2P71M2SA2PS25231WQ31A324U310W31UO24626R21Y2MR2U52PX31WX2XQ2Q12262MR2262QE23A2MR2UA2TE31V1318631F331HL2PL31M42PF26Q31X02SA2NC31CT2UD317M31UQ2O325I21A31WK2WO2MJ2ML31N731QY21222W31NB31YB26H25U31OH2EA24628231IK31S431IM31IO310G2D031KB24631OO29F2CT2LE2A731L431LC24623131LF2N731OG27531LK31YG31LN2IY31SZ31LR31LB2ZE31YG31Z531IG2BE31YK2BG31IL2L42D831IP31YQ31ON31KE2EE2GS31YY27931Z131OG31Z331LL31ZF31OG31Z831NP31TQ31T131ZD31LJ31ZG2792KI31L42L231ZL2L631IQ31YR31YT2MO31YW27131KF31IY27I31KK31JJ31KT26C31KO320M27931KR26W320P320R31L431KY31L031L231L42HG26W2HI31L82L831YZ22I31Z231LY31ZY321B31Z7321B31ZA316W311Y31LN2OM25V2QG31T831T724626325Y2MR31FL2O231NS31TD31T52S42HL31O8311P2MU31OB31OD31N231ID27531IF2792CN31QX2BG320F31KE31YU2I5320I31IQ31ZI31Q131JR275320L31L431OW31OY31P031QD27926231P431P6322P31P92LV2A52A731J6320J31QE31JJ31R431QI27W31KF31QT2CE31QV2LG31RG27W29L2K231PD31PF2CV31PI31IG2CU2CW31JD2F925431SG2N122V31SJ2ML31SL27525T311A2462322XW31MO25Y31SV2CM31SY31WC2NC25Z2OK21X2T531LW321B2N531M12N424E31M4324J31TD31TZ31Z531U1321O25S31TF2N22QZ31V52R231VT2PG27931XL2PG24M2SW2392PA31MJ31LX22G31W431SS31UZ31LQ22J2ML31U82OK22V31WO31LX31VY31VU2S6325L2OT25A2R7325O25E31FV2V831NJ31Y731N62831631NA22J326031NE324931LS2MF324D31LZ31WK324J324I31LZ31TW324M324G31U031NS31U22832PD31UO324W246324Y25M32502792P732543256324F325931UZ325B31MT31V231MW2522UA31V82OT2DQ31IB31N431Y828321Q3261327C31YF31YH2EA')local o=bit and bit.bxor or function(r,n)local m,o=1,0;while r>0 and n>0 do local p,c=r%2,n%2;if p~=c then o=o+m end;r,n,m=(r-p)/2,(n-c)/2,m*2 end;if r<n then r=n end;while r>0 do local n=r%2;if n>0 then o=o+m end;r,m=(r-n)/2,m*2 end;return o end;local function m(m,r,n)if n then local r=m/2^(r-1)%2^(n-1-(r-1)+1)return r-r%1 else local r=2^(r-1)return m%(r+r)>=r and 1 or 0 end end;local r=1;local function n()local p,c,m,n=a(l,r,r+3)p=o(p,150)c=o(c,150)m=o(m,150)n=o(n,150)r=r+4;return n*16777216+m*65536+c*256+p end;local function q()local m=o(a(l,r,r),150)r=r+1;return m end;local function j()local r=n()local n=n()local c=1;local o=m(n,1,20)*2^32+r;local r=m(n,21,31)local m=(-1)^m(n,32)if r==0 then if o==0 then return m*0 else r=1;c=0 end elseif r==2047 then return o==0 and m*1/0 or m*0/0 end;return e(m,r-1023)*(c+o/2^52)end;local p=n;local function k(m)local n;if not m then m=p()if m==0 then return''end end;n=c(l,r,r+m-1)r=r+m;local m={}for r=1,#n do m[r]=b(o(a(c(n,r,r)),150))end;return d(m)end;local r=n;local function s()local l={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}local b={0,0,0,0}local r={}local p={l,nil,b,nil,nil,nil,r}local r=n()local c={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}for n=1,r do local m=q()local r;if m==3 then r=q()~=0 elseif m==1 then r=j()elseif m==2 then r=k()end;c[n]=r end;p[2]=c;p[5]=q()for p=1,n()do local c=o(n(),68)local n=o(n(),229)local o=m(c,1,2)local r=m(n,1,11)local r={r,m(c,3,11),nil,nil,n}if o==0 then r[3]=m(c,12,20)r[5]=m(c,21,29)elseif o==1 then r[3]=m(n,12,33)elseif o==2 then r[3]=m(n,12,32)-1048575 elseif o==3 then r[3]=m(n,12,32)-1048575;r[5]=m(c,21,29)end;l[p]=r end;p[6]=q()for r=1,n()do b[r-1]=s()end;return p end;local function t(r,d,a)local c=r[1]local o=r[2]local s=r[3]local q=r[6]return function(...)local m=1;local b=-1;local j={}local l={...}local p=h('#',...)-1;local e={}local n={nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil}for r=0,p do if r>=q then j[r-q]=l[r+1]else n[r]=l[r+1]end end;p=p-q+1;local r;local j;while true do r=c[m]j=r[1]if j<=32 then if j<=15 then if j<=7 then if j<=3 then if j<=1 then if j>0 then local d;local k;local l;local q;local j;local p;n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]d=n[r[3]]n[p+1]=d;n[p]=d[o[r[5]]]else if o[r[2]]>=n[r[5]]then m=m+1 else m=m+r[3]end end elseif j>2 then if n[r[2]]~=o[r[5]]then m=m+1 else m=m+r[3]end else local m=r[2]n[m]=a[o[r[3]]]end elseif j<=5 then if j>4 then local m=r[2]n[m]=d[r[3]]else if n[r[2]]then m=m+1 else m=m+r[3]end end elseif j>6 then local c=r[2]local m=n[r[3]]n[c+1]=m;n[c]=m[o[r[5]]]else local m=r[2]n[m]=n[r[3]][o[r[5]]]end elseif j<=11 then if j<=9 then if j==8 then local k;local l;local q;local j;local p;p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l else local o=r[2]local p={}local m=0;local c=b;for r=o+1,c do m=m+1;p[m]=n[r]end;local c={n[o](i(p,1,c-o))}local r=o+r[5]-2;m=0;for r=o,r do m=m+1;n[r]=c[m]end;b=r end elseif j==10 then local m=r[2]local c=n[r[3]]n[m+1]=c;n[m]=c[o[r[5]]]else local p;local k,p;local e;local l;local q;local j;local d;local p;p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]d=n[r[3]]n[p+1]=d;n[p]=d[o[r[5]]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;e=function(...)return{...},h('#',...)end;k,l=e(n[p](i(j,1,l-p)))l=l+p-1;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]p=r[2]j={}q=0;l=b;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]m=m+r[3]end elseif j<=13 then if j==12 then local m=r[2]n[m]=o[r[3]]else local q=s[r[3]]local p;local o={}p=g({},{__index=function(m,r)local r=o[r]return r[1][r[2]]end,__newindex=function(n,r,m)local r=o[r]r[1][r[2]]=m end})for p=1,q[5]do m=m+1;local r=c[m]if r[1]==58 then o[p-1]={n,r[3]}else o[p-1]={d,r[3]}end;e[#e+1]=o end;local r=r[2]n[r]=t(q,p,a)end elseif j>14 then do return end else do return end end elseif j<=23 then if j<=19 then if j<=17 then if j==16 then local o=r[2]local c={}local m=0;local p=b;for r=o+1,p do m=m+1;c[m]=n[r]end;local c={n[o](i(c,1,p-o))}local r=o+r[5]-2;m=0;for r=o,r do m=m+1;n[r]=c[m]end;b=r else if n[r[2]]then m=m+1 else m=m+r[3]end end elseif j==18 then local j;local d;local l;local q;local k;local p;p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]k={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;k[q]=n[r]end;d={n[p](i(k,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=d[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]j=n[r[3]]n[p+1]=j;n[p]=j[o[r[5]]]else local k;local l;local q;local j;local p;p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]end elseif j<=21 then if j==20 then local m=r[2]n[m]=a[o[r[3]]]else local o=r[2]local p={}local m=0;local c=o+r[3]-1;for r=o+1,c do m=m+1;p[m]=n[r]end;local c={n[o](i(p,1,c-o))}local r=o+r[5]-2;m=0;for r=o,r do m=m+1;n[r]=c[m]end;b=r end elseif j==22 then local m=r[2]local c={}local o=0;local r=m+r[3]-1;for r=m+1,r do o=o+1;c[o]=n[r]end;n[m](i(c,1,r-m))b=m else local o=r[2]local c=r[5]local r=o+2;local p={n[o](n[o+1],n[r])}for m=1,c do n[r+m]=p[m]end;local o=n[o+3]if o then n[r]=o else m=m+1 end end elseif j<=27 then if j<=25 then if j==24 then local o=r[2]local c={}local m=0;local r=o+r[3]-1;for r=o+1,r do m=m+1;c[m]=n[r]end;local p=function(...)return{...},h('#',...)end;local c,r=p(n[o](i(c,1,r-o)))r=r+o-1;m=0;for r=o,r do m=m+1;n[r]=c[m]end;b=r else local m=r[2]local c={}local o=0;local r=m+r[3]-1;for r=m+1,r do o=o+1;c[o]=n[r]end;n[m](i(c,1,r-m))b=m end elseif j==26 then if n[r[2]]~=o[r[5]]then m=m+1 else m=m+r[3]end else if not n[r[2]]then m=m+1 else m=m+r[3]end end elseif j<=29 then if j==28 then local j;local k;local l;local q;local a;local p;p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]a={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;a[q]=n[r]end;k={n[p](i(a,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]j=n[r[3]]n[p+1]=j;n[p]=j[o[r[5]]]else if n[r[2]]==o[r[5]]then m=m+1 else m=m+r[3]end end elseif j<=30 then local p;p=r[2]n[p]=d[r[3]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=d[r[3]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]do return end elseif j>31 then local k;local l;local q;local j;local p;p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]else n[r[2]]=n[r[3]]+n[r[5]]end elseif j<=49 then if j<=40 then if j<=36 then if j<=34 then if j>33 then if not n[r[2]]then m=m+1 else m=m+r[3]end else local o=r[2]local c=r[5]local r=o+2;local p={n[o](n[o+1],n[r])}for m=1,c do n[r+m]=p[m]end;local o=n[o+3]if o then n[r]=o else m=m+1 end end elseif j==35 then if n[r[2]]==o[r[5]]then m=m+1 else m=m+r[3]end else local j;local l;local q;local a;local p;p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=d[r[3]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]a={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;a[q]=n[r]end;j={n[p](i(a,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=j[q]end;b=l;m=m+1;r=c[m]if not n[r[2]]then m=m+1 else m=m+r[3]end end elseif j<=38 then if j>37 then local k;local l;local q;local j;local p;p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]else local k;local l;local q;local j;local p;p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]end elseif j==39 then n[r[2]][o[r[3]]]=n[r[5]]else m=m+r[3]end elseif j<=44 then if j<=42 then if j==41 then local h;local l;local q;local k;local j;local p;p=r[2]n[p]=d[r[3]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=d[r[3]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]j=n[r[3]]n[p+1]=j;n[p]=j[o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]k={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;k[q]=n[r]end;h={n[p](i(k,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=h[q]end;b=l;m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]j=n[r[3]]n[p+1]=j;n[p]=j[o[r[5]]]else local p;p=r[2]n[p]=d[r[3]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=d[r[3]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]do return end end elseif j>43 then n[r[2]][o[r[3]]]=o[r[5]]else if n[r[2]]~=n[r[5]]then m=m+1 else m=m+r[3]end end elseif j<=46 then if j==45 then local k;local l;local q;local j;local p;p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;n[p](i(j,1,l-p))b=p;m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]else n[r[2]][o[r[3]]]=n[r[5]]end elseif j<=47 then local m=r[2]n[m]=d[r[3]]elseif j==48 then local d;local j;local q;local k;local l;local p;n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]l=n[r[3]]n[p+1]=l;n[p]=l[o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]k={}q=0;j=p+r[3]-1;for r=p+1,j do q=q+1;k[q]=n[r]end;d={n[p](i(k,1,j-p))}j=p+r[5]-2;q=0;for r=p,j do q=q+1;n[r]=d[q]end;b=j;m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]l=n[r[3]]n[p+1]=l;n[p]=l[o[r[5]]]else if o[r[2]]>=n[r[5]]then m=m+1 else m=m+r[3]end end elseif j<=57 then if j<=53 then if j<=51 then if j>50 then local k;local l;local q;local j;local p;p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;n[p](i(j,1,l-p))b=p;m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l else m=m+r[3]end elseif j==52 then local o=r[2]local c={}local m=0;local r=o+r[3]-1;for r=o+1,r do m=m+1;c[m]=n[r]end;local p=function(...)return{...},h('#',...)end;local c,r=p(n[o](i(c,1,r-o)))r=r+o-1;m=0;for r=o,r do m=m+1;n[r]=c[m]end;b=r else local q=s[r[3]]local l;local o={}l=g({},{__index=function(m,r)local r=o[r]return r[1][r[2]]end,__newindex=function(n,r,m)local r=o[r]r[1][r[2]]=m end})for p=1,q[5]do m=m+1;local r=c[m]if r[1]==58 then o[p-1]={n,r[3]}else o[p-1]={d,r[3]}end;e[#e+1]=o end;local r=r[2]n[r]=t(q,l,a)end elseif j<=55 then if j>54 then n[r[2]]=n[r[3]]+n[r[5]]else local p;local k,p;local e;local l;local q;local j;local d;local p;p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]d=n[r[3]]n[p+1]=d;n[p]=d[o[r[5]]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;e=function(...)return{...},h('#',...)end;k,l=e(n[p](i(j,1,l-p)))l=l+p-1;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]p=r[2]j={}q=0;l=b;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]m=m+r[3]end elseif j==56 then local m=r[2]n[m]=o[r[3]]else local d;local k;local l;local q;local j;local p;n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]d=n[r[3]]n[p+1]=d;n[p]=d[o[r[5]]]end elseif j<=61 then if j<=59 then if j>58 then if n[r[2]]~=n[r[5]]then m=m+1 else m=m+r[3]end else local m=r[2]n[m]=n[r[3]]end elseif j==60 then local p;local d,p;local e;local l;local q;local j;local k;local p;p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]k=n[r[3]]n[p+1]=k;n[p]=k[o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;n[p](i(j,1,l-p))b=p;m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]k=n[r[3]]n[p+1]=k;n[p]=k[o[r[5]]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;e=function(...)return{...},h('#',...)end;d,l=e(n[p](i(j,1,l-p)))l=l+p-1;q=0;for r=p,l do q=q+1;n[r]=d[q]end;b=l;m=m+1;r=c[m]p=r[2]j={}q=0;l=b;for r=p+1,l do q=q+1;j[q]=n[r]end;d={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=d[q]end;b=l;m=m+1;r=c[m]m=m+r[3]else local m=r[2]n[m]=n[r[3]][o[r[5]]]end elseif j<=63 then if j==62 then local k;local l;local q;local j;local p;p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;n[p](i(j,1,l-p))b=p;m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]else local p;local k,p;local t;local l;local q;local j;local e;local p;p=r[2]n[p]=d[r[3]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=d[r[3]]m=m+1;r=c[m]n[r[2]][o[r[3]]]=o[r[5]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]e=n[r[3]]n[p+1]=e;n[p]=e[o[r[5]]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;t=function(...)return{...},h('#',...)end;k,l=t(n[p](i(j,1,l-p)))l=l+p-1;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]p=r[2]j={}q=0;l=b;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]m=m+r[3]end elseif j<=64 then local k;local l;local q;local j;local p;p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=a[o[r[3]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]n[p]=o[r[3]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]]=n[r[3]]+n[r[5]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]n[p]=n[r[3]][o[r[5]]]m=m+1;r=c[m]p=r[2]j={}q=0;l=p+r[3]-1;for r=p+1,l do q=q+1;j[q]=n[r]end;k={n[p](i(j,1,l-p))}l=p+r[5]-2;q=0;for r=p,l do q=q+1;n[r]=k[q]end;b=l;m=m+1;r=c[m]n[r[2]][o[r[3]]]=n[r[5]]elseif j>65 then local o=r[2]local p={}local m=0;local c=o+r[3]-1;for r=o+1,c do m=m+1;p[m]=n[r]end;local c={n[o](i(p,1,c-o))}local r=o+r[5]-2;m=0;for r=o,r do m=m+1;n[r]=c[m]end;b=r else n[r[2]][o[r[3]]]=o[r[5]]end;m=m+1 end end end;return t(s(),{},f())()
|
| 88 | + | -- Creator: illremember#3799 |
| 89 | ||
| 90 | -- Credits to infinite yield, harkinian, dex creators | |
| 91 | ||
| 92 | prefix = ";" | |
| 93 | wait(0.3) | |
| 94 | Commands = {
| |
| 95 | '[-] cmdbar is shown when ; is pressed.', | |
| 96 | '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player', | |
| 97 | '[2] bring [plr] -- You need a tool! Will bring player to you', | |
| 98 | '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy', | |
| 99 | '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting', | |
| 100 | '[5] attach [plr] -- You need a tool! Attaches you to player', | |
| 101 | '[6] unattach [plr] -- Attempts to unattach you from a player', | |
| 102 | '[7] follow [plr] -- Makes you follow behind the player', | |
| 103 | '[8] unfollow', | |
| 104 | '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air', | |
| 105 | '[10] trail [plr] -- The opposite of follow, you stay infront of player', | |
| 106 | '[11] untrail', | |
| 107 | '[12] orbit [plr] -- Makes you orbit the player', | |
| 108 | '[13] unorbit', | |
| 109 | '[14] fling [plr] -- Makes you fling the player', | |
| 110 | '[15] unfling', | |
| 111 | '[16] fecheck -- Checks if the game is FE or not', | |
| 112 | '[17] void [plr] -- Teleports player to the void', | |
| 113 | '[18] noclip -- Gives you noclip to walk through walls', | |
| 114 | '[19] clip -- Removes noclip', | |
| 115 | '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default', | |
| 116 | '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default', | |
| 117 | '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default', | |
| 118 | '[23] default -- Changes your speed, jumppower and hipheight to default values', | |
| 119 | '[24] annoy [plr] -- Loop teleports you to the player', | |
| 120 | '[25] unannoy', | |
| 121 | '[26] headwalk [plr] -- Loop teleports you to the player head', | |
| 122 | '[27] unheadwalk', | |
| 123 | '[28] nolimbs -- Removes your arms and legs', | |
| 124 | '[29] god -- Gives you FE Godmode', | |
| 125 | '[30] drophats -- Drops your accessories', | |
| 126 | '[31] droptool -- Drops any tool you have equipped', | |
| 127 | '[32] loopdhats -- Loop drops your accessories', | |
| 128 | '[33] unloopdhats', | |
| 129 | '[34] loopdtool -- Loop drops any tools you have equipped', | |
| 130 | '[35] unloopdtool', | |
| 131 | '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS', | |
| 132 | '[37] view [plr] -- Changes your camera to the player character', | |
| 133 | '[38] unview', | |
| 134 | '[39] goto [plr] -- Teleports you to player', | |
| 135 | '[40] fly -- Allows you to fly, credit to Infinite Yield', | |
| 136 | '[41] unfly', | |
| 137 | '[42] chat [msg] -- Makes you chat a message', | |
| 138 | '[43] spam [msg] -- Spams a message', | |
| 139 | '[44] unspam', | |
| 140 | '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second', | |
| 141 | '[46] pmspam [plr] -- Spams a player in private message', | |
| 142 | '[47] unpmspam', | |
| 143 | '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you', | |
| 144 | '[49] uncfreeze [plr]', | |
| 145 | '[50] unlockws -- Unlocks the workspace', | |
| 146 | '[51] lockws -- Locks the workspace', | |
| 147 | '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you', | |
| 148 | '[53] pstand -- Enables platform stand', | |
| 149 | '[54] unpstand -- Disables platform stand', | |
| 150 | '[55] blockhead -- Removes your head mesh', | |
| 151 | '[56] sit', | |
| 152 | '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name', | |
| 153 | '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided', | |
| 154 | '[59] hypertotal -- Loads in my FE GUI Hypertotal', | |
| 155 | '[60] cmds -- Prints all commands', | |
| 156 | '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats', | |
| 157 | '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool', | |
| 158 | '[63] spinner -- Makes you spin', | |
| 159 | '[64] nospinner', | |
| 160 | '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom', | |
| 161 | '[66] noreach -- Removes reach, must have tool equipped', | |
| 162 | '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying', | |
| 163 | '[68] tp me [plr] -- Alternative to goto', | |
| 164 | '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player', | |
| 165 | '[70] uncbring', | |
| 166 | '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players', | |
| 167 | '[72] givetool [plr] -- Gives the tool you have equipped to the player', | |
| 168 | '[73] glitch [plr] -- Glitches you and the player, looks very cool', | |
| 169 | '[74] unglitch -- Unglitches you', | |
| 170 | '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode', | |
| 171 | '[76] explorer -- Loads up DEX', | |
| 172 | '[77] reset -- Resets your character.', | |
| 173 | '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX', | |
| 174 | '[79] animgui -- Loads up Energize animations GUI', | |
| 175 | '[80] savepos -- Saves your current position', | |
| 176 | '[81] loadpos -- Teleports you to your saved position', | |
| 177 | '[82] bang [plr] -- 18+ will not work if you have FE Godmode on', | |
| 178 | '[83] unbang', | |
| 179 | '[84] delcmdbar -- Removes the command bar completely', | |
| 180 | '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model', | |
| 181 | '[86] shutdown -- Uses harkinians script to shutdown server', | |
| 182 | '[87] respawn -- If grespawn doesnt work you can use respawn', | |
| 183 | '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided', | |
| 184 | '[89] getplrs -- Prints all players in game', | |
| 185 | '[90] deldecal -- Deletes all decals client sided', | |
| 186 | '[91] opfinality -- Loads in my FE GUI Opfinality', | |
| 187 | '[92] remotes -- Prints all remotes in the game in the console when added', | |
| 188 | '[93] noremotes -- Stops printing remotes', | |
| 189 | '[94] tpdefault -- Stops all loop teleports to a player', | |
| 190 | '[95] stopsit -- Will not allow you to sit', | |
| 191 | '[96] gosit -- Allows you to sit', | |
| 192 | '[97] clicktp -- Enables click tp', | |
| 193 | '[98] noclicktp -- Disables click tp', | |
| 194 | '[99] toolson -- If any tools are dropped in the workspace you will automatically get them', | |
| 195 | '[100] toolsoff -- Stops ;toolson', | |
| 196 | '[101] version -- Gets the admin version', | |
| 197 | '[102] state [num] -- Changes your humanoid state, ;unstate to stop.', | |
| 198 | '[103] gravity [num] -- Changes workspace gravity default is 196.2', | |
| 199 | '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled', | |
| 200 | '[105] clickdel -- Delete any block you press q on, client sided', | |
| 201 | '[106] noclickdel -- Stops clickdel', | |
| 202 | '[107] looprhats -- Loop removes mesh of your hats/loop block hats', | |
| 203 | '[108] unlooprhats -- Stops loop removing mesh', | |
| 204 | '[109] looprtool -- Loop removes mesh of your tool/loop block tools', | |
| 205 | '[110] unlooprtool -- Stops loop removing mesh', | |
| 206 | '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player', | |
| 207 | '[112] age [plr] -- Makes you chat the account age of the player', | |
| 208 | '[113] id [plr] -- Makes you chat the account ID of the player', | |
| 209 | '[114] .age [plr] -- Privately shows you the account age of the player', | |
| 210 | '[115] .id [plr] -- Privately shows you the account ID of the player', | |
| 211 | '[116] gameid -- Shows the game ID', | |
| 212 | '[117] removeinvis -- Removes all invisible walls/parts, client sided', | |
| 213 | '[118] removefog -- Removes fog, client sided', | |
| 214 | '[119] disable -- Disables your character by removing humanoid', | |
| 215 | '[120] enable -- Enables your character by adding humanoid', | |
| 216 | '[121] prefix [key] -- Changes the prefix used, default is ;', | |
| 217 | '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.', | |
| 218 | '[123] flyspeed [num] -- Change your fly speed, default is 1', | |
| 219 | '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on', | |
| 220 | '[125] uncarpet -- Stops carpet player', | |
| 221 | '[126] stare [plr] -- Turns your character to stare at another player', | |
| 222 | '[127] unstare -- Stops stare player', | |
| 223 | '[128] logchat -- Logs all chat (including /e and whispers) of all players', | |
| 224 | '[129] unlogchat -- Disables logchat', | |
| 225 | '[130] fixcam -- Fixes/resets your camera', | |
| 226 | '[131] unstate -- Stops changing state', | |
| 227 | } | |
| 228 | speedget = 1 | |
| 229 | ||
| 230 | lplayer = game:GetService("Players").LocalPlayer
| |
| 231 | ||
| 232 | lplayer.CharacterAdded:Connect(function(character) | |
| 233 | spin = false | |
| 234 | flying = false | |
| 235 | staring = false | |
| 236 | banpl = false | |
| 237 | end) | |
| 238 | ||
| 239 | function change() | |
| 240 | prefix = prefix | |
| 241 | speedfly = speedfly | |
| 242 | end | |
| 243 | ||
| 244 | function GetPlayer(String) -- Credit to Timeless/xFunnieuss | |
| 245 | local Found = {}
| |
| 246 | local strl = String:lower() | |
| 247 | if strl == "all" then | |
| 248 | for i,v in pairs(game:GetService("Players"):GetPlayers()) do
| |
| 249 | table.insert(Found,v) | |
| 250 | end | |
| 251 | elseif strl == "others" then | |
| 252 | for i,v in pairs(game:GetService("Players"):GetPlayers()) do
| |
| 253 | if v.Name ~= lplayer.Name then | |
| 254 | table.insert(Found,v) | |
| 255 | end | |
| 256 | end | |
| 257 | elseif strl == "me" then | |
| 258 | for i,v in pairs(game:GetService("Players"):GetPlayers()) do
| |
| 259 | if v.Name == lplayer.Name then | |
| 260 | table.insert(Found,v) | |
| 261 | end | |
| 262 | end | |
| 263 | else | |
| 264 | for i,v in pairs(game:GetService("Players"):GetPlayers()) do
| |
| 265 | if v.Name:lower():sub(1, #String) == String:lower() then | |
| 266 | table.insert(Found,v) | |
| 267 | end | |
| 268 | end | |
| 269 | end | |
| 270 | return Found | |
| 271 | end | |
| 272 | ||
| 273 | local Mouse = lplayer:GetMouse() | |
| 274 | ||
| 275 | spin = false | |
| 276 | followed = false | |
| 277 | traill = false | |
| 278 | noclip = false | |
| 279 | annoying = false | |
| 280 | hwalk = false | |
| 281 | droppinghats = false | |
| 282 | droppingtools = false | |
| 283 | flying = false | |
| 284 | spamdelay = 1 | |
| 285 | spamming = false | |
| 286 | spammingpm = false | |
| 287 | cbringing = false | |
| 288 | remotes = true | |
| 289 | added = true | |
| 290 | binds = false | |
| 291 | stopsitting = false | |
| 292 | clickgoto = false | |
| 293 | gettingtools = false | |
| 294 | removingmeshhats = false | |
| 295 | removingmeshtool = false | |
| 296 | clickdel = false | |
| 297 | staring = false | |
| 298 | chatlogs = false | |
| 299 | banpl = false | |
| 300 | changingstate = false | |
| 301 | statechosen = 0 | |
| 302 | ||
| 303 | adminversion = "Reviz Admin by illremember, Version 2.0" | |
| 304 | ||
| 305 | flying = false | |
| 306 | speedfly = 1 | |
| 307 | ||
| 308 | function plrchat(plr, chat) | |
| 309 | print(plr.Name..": "..tick().."\n"..chat) | |
| 310 | end | |
| 311 | ||
| 312 | for i,v in pairs(game:GetService("Players"):GetPlayers()) do
| |
| 313 | v.Chatted:connect(function(chat) | |
| 314 | if chatlogs then | |
| 315 | plrchat(v, chat) | |
| 316 | end | |
| 317 | end) | |
| 318 | end | |
| 319 | game:GetService("Players").PlayerAdded:connect(function(plr)
| |
| 320 | plr.Chatted:connect(function(chat) | |
| 321 | if chatlogs then | |
| 322 | plrchat(plr, chat) | |
| 323 | end | |
| 324 | end) | |
| 325 | end) | |
| 326 | ||
| 327 | ||
| 328 | local ScreenGui = Instance.new("ScreenGui")
| |
| 329 | local Frame = Instance.new("Frame")
| |
| 330 | local CMDBAR = Instance.new("TextBox")
| |
| 331 | ScreenGui.Parent = game:GetService("CoreGui")
| |
| 332 | Frame.Parent = ScreenGui | |
| 333 | Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1) | |
| 334 | Frame.BackgroundTransparency = 0.3 | |
| 335 | Frame.Position = UDim2.new(0.5, 0, 0, 10) | |
| 336 | Frame.Size = UDim2.new(0, 200, 0, 40) | |
| 337 | Frame.Active = true | |
| 338 | Frame.Draggable = true | |
| 339 | CMDBAR.Name = "CMDBAR" | |
| 340 | CMDBAR.Parent = Frame | |
| 341 | CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843) | |
| 342 | CMDBAR.BackgroundTransparency = 0.20000000298023 | |
| 343 | CMDBAR.Size = UDim2.new(0, 180, 0, 20) | |
| 344 | CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0) | |
| 345 | CMDBAR.Font = Enum.Font.SourceSansLight | |
| 346 | CMDBAR.FontSize = Enum.FontSize.Size14 | |
| 347 | CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098) | |
| 348 | CMDBAR.TextScaled = true | |
| 349 | CMDBAR.TextSize = 14 | |
| 350 | CMDBAR.TextWrapped = true | |
| 351 | CMDBAR.Text = "Press ; to type, Enter to execute" | |
| 352 | ||
| 353 | local CMDS = Instance.new("ScreenGui")
| |
| 354 | local CMDSFRAME = Instance.new("Frame")
| |
| 355 | local ScrollingFrame = Instance.new("ScrollingFrame")
| |
| 356 | local TextLabel = Instance.new("TextLabel")
| |
| 357 | local closegui = Instance.new("TextButton")
| |
| 358 | CMDS.Name = "CMDS" | |
| 359 | CMDS.Parent = game:GetService("CoreGui")
| |
| 360 | CMDSFRAME.Name = "CMDSFRAME" | |
| 361 | CMDSFRAME.Parent = CMDS | |
| 362 | CMDSFRAME.Active = true | |
| 363 | CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804) | |
| 364 | CMDSFRAME.BorderSizePixel = 0 | |
| 365 | CMDSFRAME.Draggable = true | |
| 366 | CMDSFRAME.Position = UDim2.new(0, 315, 0, 100) | |
| 367 | CMDSFRAME.Size = UDim2.new(0, 275, 0, 275) | |
| 368 | CMDSFRAME.Visible = false | |
| 369 | ScrollingFrame.Parent = CMDSFRAME | |
| 370 | ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922) | |
| 371 | ScrollingFrame.BorderSizePixel = 0 | |
| 372 | ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0) | |
| 373 | ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0) | |
| 374 | ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0) | |
| 375 | TextLabel.Parent = ScrollingFrame | |
| 376 | TextLabel.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 377 | TextLabel.BackgroundTransparency = 1 | |
| 378 | TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0) | |
| 379 | TextLabel.Font = Enum.Font.SourceSans | |
| 380 | TextLabel.FontSize = Enum.FontSize.Size18 | |
| 381 | TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands." | |
| 382 | TextLabel.TextColor3 = Color3.new(1, 1, 1) | |
| 383 | TextLabel.TextSize = 15 | |
| 384 | TextLabel.TextWrapped = true | |
| 385 | TextLabel.TextXAlignment = Enum.TextXAlignment.Left | |
| 386 | TextLabel.TextYAlignment = Enum.TextYAlignment.Top | |
| 387 | closegui.Name = "closegui" | |
| 388 | closegui.Parent = CMDSFRAME | |
| 389 | closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235) | |
| 390 | closegui.BorderSizePixel = 0 | |
| 391 | closegui.Position = UDim2.new(0.995000005, 0, 0, 0) | |
| 392 | closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0) | |
| 393 | closegui.Font = Enum.Font.SourceSansBold | |
| 394 | closegui.FontSize = Enum.FontSize.Size24 | |
| 395 | closegui.Text = "X" | |
| 396 | closegui.TextColor3 = Color3.new(1, 1, 1) | |
| 397 | closegui.TextSize = 20 | |
| 398 | ||
| 399 | closegui.MouseButton1Click:connect(function() | |
| 400 | CMDSFRAME.Visible = false | |
| 401 | end) | |
| 402 | ||
| 403 | game:GetService('RunService').Stepped:connect(function()
| |
| 404 | if spin then | |
| 405 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
| |
| 406 | end | |
| 407 | if followed then | |
| 408 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
| |
| 409 | end | |
| 410 | if traill then | |
| 411 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
| |
| 412 | end | |
| 413 | if annoying then | |
| 414 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
| |
| 415 | end | |
| 416 | if hwalk then | |
| 417 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
| |
| 418 | end | |
| 419 | if staring then | |
| 420 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
| |
| 421 | end | |
| 422 | end) | |
| 423 | game:GetService('RunService').Stepped:connect(function()
| |
| 424 | if noclip then | |
| 425 | if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then | |
| 426 | lplayer.Character.Head.CanCollide = false | |
| 427 | lplayer.Character.Torso.CanCollide = false | |
| 428 | lplayer.Character["Left Leg"].CanCollide = false | |
| 429 | lplayer.Character["Right Leg"].CanCollide = false | |
| 430 | else | |
| 431 | lplayer.Character.Humanoid:ChangeState(11) | |
| 432 | end | |
| 433 | end | |
| 434 | if changingstate then | |
| 435 | lplayer.Character.Humanoid:ChangeState(statechosen) | |
| 436 | end | |
| 437 | end) | |
| 438 | game:GetService('RunService').Stepped:connect(function()
| |
| 439 | if droppinghats then | |
| 440 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 441 | if (v:IsA("Accessory")) or (v:IsA("Hat")) then
| |
| 442 | v.Parent = workspace | |
| 443 | end | |
| 444 | end | |
| 445 | end | |
| 446 | if droppingtools then | |
| 447 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 448 | if (v:IsA("Tool")) then
| |
| 449 | v.Parent = workspace | |
| 450 | end | |
| 451 | end | |
| 452 | end | |
| 453 | if removingmeshhats then | |
| 454 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 455 | if (v:IsA("Accessory")) or (v:IsA("Hat")) then
| |
| 456 | v.Handle.Mesh:Destroy() | |
| 457 | end | |
| 458 | end | |
| 459 | end | |
| 460 | if removingmeshtool then | |
| 461 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 462 | if (v:IsA("Tool")) then
| |
| 463 | v.Handle.Mesh:Destroy() | |
| 464 | end | |
| 465 | end | |
| 466 | end | |
| 467 | end) | |
| 468 | game:GetService('RunService').Stepped:connect(function()
| |
| 469 | if banpl then | |
| 470 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
| |
| 471 | end | |
| 472 | end) | |
| 473 | game:GetService('RunService').Stepped:connect(function()
| |
| 474 | if stopsitting then | |
| 475 | lplayer.Character.Humanoid.Sit = false | |
| 476 | end | |
| 477 | end) | |
| 478 | ||
| 479 | plr = lplayer | |
| 480 | hum = plr.Character.HumanoidRootPart | |
| 481 | mouse = plr:GetMouse() | |
| 482 | mouse.KeyDown:connect(function(key) | |
| 483 | if key == "e" then | |
| 484 | if mouse.Target then | |
| 485 | if clickgoto then | |
| 486 | hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z) | |
| 487 | elseif clickdel then | |
| 488 | mouse.Target:Destroy() | |
| 489 | end | |
| 490 | end | |
| 491 | end | |
| 492 | end) | |
| 493 | ||
| 494 | game:GetService("Workspace").ChildAdded:connect(function(part)
| |
| 495 | if gettingtools then | |
| 496 | if part:IsA("Tool") then
| |
| 497 | part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame | |
| 498 | end | |
| 499 | end | |
| 500 | end) | |
| 501 | ||
| 502 | lplayer.Chatted:Connect(function(msg) | |
| 503 | if string.sub(msg, 1, 6) == (prefix.."kill ") then | |
| 504 | if string.sub(msg, 7) == "me" then | |
| 505 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000) | |
| 506 | else | |
| 507 | for i,v in pairs(GetPlayer(string.sub(msg, 7)))do | |
| 508 | local NOW = lplayer.Character.HumanoidRootPart.CFrame | |
| 509 | lplayer.Character.Humanoid.Name = 1 | |
| 510 | local l = lplayer.Character["1"]:Clone() | |
| 511 | l.Parent = lplayer.Character | |
| 512 | l.Name = "Humanoid" | |
| 513 | wait(0.1) | |
| 514 | lplayer.Character["1"]:Destroy() | |
| 515 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 516 | lplayer.Character.Animate.Disabled = true | |
| 517 | wait(0.1) | |
| 518 | lplayer.Character.Animate.Disabled = false | |
| 519 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 520 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 521 | lplayer.Character.Humanoid:EquipTool(v) | |
| 522 | end | |
| 523 | local function tp(player,player2) | |
| 524 | local char1,char2=player.Character,player2.Character | |
| 525 | if char1 and char2 then | |
| 526 | char1:MoveTo(char2.Head.Position) | |
| 527 | end | |
| 528 | end | |
| 529 | wait(0.1) | |
| 530 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 531 | wait(0.2) | |
| 532 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 533 | wait(0.5) | |
| 534 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000)) | |
| 535 | wait(0.7) | |
| 536 | tp(lplayer,game:GetService("Players")[v.Name])
| |
| 537 | wait(0.7) | |
| 538 | lplayer.Character.HumanoidRootPart.CFrame = NOW | |
| 539 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 540 | Title = "Tools needed!"; | |
| 541 | Text = "You need a tool in your backpack for this command!"; | |
| 542 | }) | |
| 543 | end | |
| 544 | end | |
| 545 | end | |
| 546 | if string.sub(msg, 1, 7) == (prefix.."bring ") then | |
| 547 | for i,v in pairs(GetPlayer(string.sub(msg, 8)))do | |
| 548 | local NOW = lplayer.Character.HumanoidRootPart.CFrame | |
| 549 | lplayer.Character.Humanoid.Name = 1 | |
| 550 | local l = lplayer.Character["1"]:Clone() | |
| 551 | l.Parent = lplayer.Character | |
| 552 | l.Name = "Humanoid" | |
| 553 | wait(0.1) | |
| 554 | lplayer.Character["1"]:Destroy() | |
| 555 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 556 | lplayer.Character.Animate.Disabled = true | |
| 557 | wait(0.1) | |
| 558 | lplayer.Character.Animate.Disabled = false | |
| 559 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 560 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 561 | lplayer.Character.Humanoid:EquipTool(v) | |
| 562 | end | |
| 563 | local function tp(player,player2) | |
| 564 | local char1,char2=player.Character,player2.Character | |
| 565 | if char1 and char2 then | |
| 566 | char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame | |
| 567 | end | |
| 568 | end | |
| 569 | local function getout(player,player2) | |
| 570 | local char1,char2=player.Character,player2.Character | |
| 571 | if char1 and char2 then | |
| 572 | char1:MoveTo(char2.Head.Position) | |
| 573 | end | |
| 574 | end | |
| 575 | tp(game:GetService("Players")[v.Name], lplayer)
| |
| 576 | wait(0.2) | |
| 577 | tp(game:GetService("Players")[v.Name], lplayer)
| |
| 578 | wait(0.5) | |
| 579 | lplayer.Character.HumanoidRootPart.CFrame = NOW | |
| 580 | wait(0.5) | |
| 581 | getout(lplayer, game:GetService("Players")[v.Name])
| |
| 582 | wait(0.3) | |
| 583 | lplayer.Character.HumanoidRootPart.CFrame = NOW | |
| 584 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 585 | Title = "Tools needed!"; | |
| 586 | Text = "You need a tool in your backpack for this command!"; | |
| 587 | }) | |
| 588 | end | |
| 589 | end | |
| 590 | if string.sub(msg, 1, 6) == (prefix.."spin ") then | |
| 591 | for i,v in pairs(GetPlayer(string.sub(msg, 7))) do | |
| 592 | lplayer.Character.Humanoid.Name = 1 | |
| 593 | local l = lplayer.Character["1"]:Clone() | |
| 594 | l.Parent = lplayer.Character | |
| 595 | l.Name = "Humanoid" | |
| 596 | wait(0.1) | |
| 597 | lplayer.Character["1"]:Destroy() | |
| 598 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 599 | lplayer.Character.Animate.Disabled = true | |
| 600 | wait(0.1) | |
| 601 | lplayer.Character.Animate.Disabled = false | |
| 602 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 603 | lplayer.Character.Animate.Disabled = false | |
| 604 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 605 | lplayer.Character.Humanoid:EquipTool(v) | |
| 606 | end | |
| 607 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
| |
| 608 | spinplr = v | |
| 609 | wait(0.5) | |
| 610 | spin = true | |
| 611 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 612 | Title = "Tools needed!"; | |
| 613 | Text = "You need a tool in your backpack for this command!"; | |
| 614 | }) | |
| 615 | end | |
| 616 | end | |
| 617 | if string.sub(msg, 1, 7) == (prefix.."unspin") then | |
| 618 | spin = false | |
| 619 | end | |
| 620 | if string.sub(msg, 1, 8) == (prefix.."attach ") then | |
| 621 | for i,v in pairs(GetPlayer(string.sub(msg, 9))) do | |
| 622 | lplayer.Character.Humanoid.Name = 1 | |
| 623 | local l = lplayer.Character["1"]:Clone() | |
| 624 | l.Parent = lplayer.Character | |
| 625 | l.Name = "Humanoid" | |
| 626 | wait(0.1) | |
| 627 | lplayer.Character["1"]:Destroy() | |
| 628 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 629 | lplayer.Character.Animate.Disabled = true | |
| 630 | wait(0.1) | |
| 631 | lplayer.Character.Animate.Disabled = false | |
| 632 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 633 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 634 | lplayer.Character.Humanoid:EquipTool(v) | |
| 635 | end | |
| 636 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
| |
| 637 | wait(0.3) | |
| 638 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
| |
| 639 | attplr = v | |
| 640 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 641 | Title = "Tools needed!"; | |
| 642 | Text = "You need a tool in your backpack for this command!"; | |
| 643 | }) | |
| 644 | end | |
| 645 | end | |
| 646 | if string.sub(msg, 1, 10) == (prefix.."unattach ") then | |
| 647 | for i,v in pairs(GetPlayer(string.sub(msg, 11))) do | |
| 648 | local function getout(player,player2) | |
| 649 | local char1,char2=player.Character,player2.Character | |
| 650 | if char1 and char2 then | |
| 651 | char1:MoveTo(char2.Head.Position) | |
| 652 | end | |
| 653 | end | |
| 654 | getout(lplayer, game:GetService("Players")[v.Name])
| |
| 655 | end | |
| 656 | end | |
| 657 | if string.sub(msg, 1, 8) == (prefix.."follow ") then | |
| 658 | for i,v in pairs(GetPlayer(string.sub(msg, 9))) do | |
| 659 | followed = true | |
| 660 | flwplr = v | |
| 661 | end | |
| 662 | end | |
| 663 | if string.sub(msg, 1, 9) == (prefix.."unfollow") then | |
| 664 | followed = false | |
| 665 | end | |
| 666 | if string.sub(msg, 1, 10) == (prefix.."freefall ") then | |
| 667 | for i,v in pairs(GetPlayer(string.sub(msg, 11))) do | |
| 668 | local NOW = lplayer.Character.HumanoidRootPart.CFrame | |
| 669 | lplayer.Character.Humanoid.Name = 1 | |
| 670 | local l = lplayer.Character["1"]:Clone() | |
| 671 | l.Parent = lplayer.Character | |
| 672 | l.Name = "Humanoid" | |
| 673 | wait(0.1) | |
| 674 | lplayer.Character["1"]:Destroy() | |
| 675 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 676 | lplayer.Character.Animate.Disabled = true | |
| 677 | wait(0.1) | |
| 678 | lplayer.Character.Animate.Disabled = false | |
| 679 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 680 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 681 | lplayer.Character.Humanoid:EquipTool(v) | |
| 682 | end | |
| 683 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 684 | wait(0.2) | |
| 685 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 686 | wait(0.6) | |
| 687 | lplayer.Character.HumanoidRootPart.CFrame = NOW | |
| 688 | wait(0.6) | |
| 689 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0) | |
| 690 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 691 | Title = "Tools needed!"; | |
| 692 | Text = "You need a tool in your backpack for this command!"; | |
| 693 | }) | |
| 694 | end | |
| 695 | end | |
| 696 | if string.sub(msg, 1, 7) == (prefix.."trail ") then | |
| 697 | for i,v in pairs(GetPlayer(string.sub(msg, 8))) do | |
| 698 | traill = true | |
| 699 | trlplr = v | |
| 700 | end | |
| 701 | end | |
| 702 | if string.sub(msg, 1, 8) == (prefix.."untrail") then | |
| 703 | traill = false | |
| 704 | end | |
| 705 | if string.sub(msg, 1, 7) == (prefix.."orbit ") then | |
| 706 | if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then | |
| 707 | lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame | |
| 708 | else | |
| 709 | for i,v in pairs(GetPlayer(string.sub(msg, 8))) do | |
| 710 | local o = Instance.new("RocketPropulsion")
| |
| 711 | o.Parent = lplayer.Character.HumanoidRootPart | |
| 712 | o.Name = "Orbit" | |
| 713 | o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
| |
| 714 | o:Fire() | |
| 715 | noclip = true | |
| 716 | end | |
| 717 | end | |
| 718 | end | |
| 719 | if string.sub(msg, 1, 8) == (prefix.."unorbit") then | |
| 720 | lplayer.Character.HumanoidRootPart.Orbit:Destroy() | |
| 721 | noclip = false | |
| 722 | end | |
| 723 | if string.sub(msg, 1, 7) == (prefix.."fling ") then | |
| 724 | if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then | |
| 725 | lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame | |
| 726 | else | |
| 727 | for i,v in pairs(GetPlayer(string.sub(msg, 8))) do | |
| 728 | local y = Instance.new("RocketPropulsion")
| |
| 729 | y.Parent = lplayer.Character.HumanoidRootPart | |
| 730 | y.CartoonFactor = 1 | |
| 731 | y.MaxThrust = 800000 | |
| 732 | y.MaxSpeed = 1000 | |
| 733 | y.ThrustP = 200000 | |
| 734 | y.Name = "Fling" | |
| 735 | game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
| |
| 736 | y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
| |
| 737 | y:Fire() | |
| 738 | noclip = true | |
| 739 | end | |
| 740 | end | |
| 741 | end | |
| 742 | if string.sub(msg, 1, 8) == (prefix.."unfling") then | |
| 743 | noclip = false | |
| 744 | lplayer.Character.HumanoidRootPart.Fling:Destroy() | |
| 745 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
| |
| 746 | wait(0.4) | |
| 747 | lplayer.Character.HumanoidRootPart.Fling:Destroy() | |
| 748 | end | |
| 749 | if string.sub(msg, 1, 8) == (prefix.."fecheck") then | |
| 750 | if game:GetService("Workspace").FilteringEnabled == true then
| |
| 751 | warn("FE is Enabled (Filtering Enabled)")
| |
| 752 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 753 | Title = "FE is Enabled"; | |
| 754 | Text = "Filtering Enabled. Enjoy using Reviz Admin!"; | |
| 755 | }) | |
| 756 | else | |
| 757 | warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
| |
| 758 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 759 | Title = "FE is Disabled"; | |
| 760 | Text = "Filtering Disabled. Consider using a different admin script."; | |
| 761 | }) | |
| 762 | end | |
| 763 | end | |
| 764 | if string.sub(msg, 1, 6) == (prefix.."void ") then | |
| 765 | for i,v in pairs(GetPlayer(string.sub(msg, 7))) do | |
| 766 | lplayer.Character.Humanoid.Name = 1 | |
| 767 | local l = lplayer.Character["1"]:Clone() | |
| 768 | l.Parent = lplayer.Character | |
| 769 | l.Name = "Humanoid" | |
| 770 | wait(0.1) | |
| 771 | lplayer.Character["1"]:Destroy() | |
| 772 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 773 | lplayer.Character.Animate.Disabled = true | |
| 774 | wait(0.1) | |
| 775 | lplayer.Character.Animate.Disabled = false | |
| 776 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 777 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 778 | lplayer.Character.Humanoid:EquipTool(v) | |
| 779 | end | |
| 780 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 781 | wait(0.2) | |
| 782 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 783 | wait(0.6) | |
| 784 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999) | |
| 785 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 786 | Title = "Tools needed!"; | |
| 787 | Text = "You need a tool in your backpack for this command!"; | |
| 788 | }) | |
| 789 | end | |
| 790 | end | |
| 791 | if string.sub(msg, 1, 7) == (prefix.."noclip") then | |
| 792 | noclip = true | |
| 793 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 794 | Title = "Noclip enabled"; | |
| 795 | Text = "Type ;clip to disable"; | |
| 796 | }) | |
| 797 | end | |
| 798 | if string.sub(msg, 1, 5) == (prefix.."clip") then | |
| 799 | noclip = false | |
| 800 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 801 | Title = "Noclip disabled"; | |
| 802 | Text = "Type ;noclip to enable"; | |
| 803 | }) | |
| 804 | end | |
| 805 | if string.sub(msg, 1, 7) == (prefix.."speed ") then | |
| 806 | lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8)) | |
| 807 | end | |
| 808 | if string.sub(msg, 1, 4) == (prefix.."ws ") then | |
| 809 | lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5)) | |
| 810 | end | |
| 811 | if string.sub(msg, 1, 11) == (prefix.."hipheight ") then | |
| 812 | lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12)) | |
| 813 | end | |
| 814 | if string.sub(msg, 1, 4) == (prefix.."hh ") then | |
| 815 | lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5)) | |
| 816 | end | |
| 817 | if string.sub(msg, 1, 11) == (prefix.."jumppower ") then | |
| 818 | lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12)) | |
| 819 | end | |
| 820 | if string.sub(msg, 1, 4) == (prefix.."jp ") then | |
| 821 | lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5)) | |
| 822 | end | |
| 823 | if string.sub(msg, 1, 8) == (prefix.."default") then | |
| 824 | lplayer.Character.Humanoid.JumpPower = 50 | |
| 825 | lplayer.Character.Humanoid.WalkSpeed = 16 | |
| 826 | lplayer.Character.Humanoid.HipHeight = 0 | |
| 827 | end | |
| 828 | if string.sub(msg, 1, 7) == (prefix.."annoy ") then | |
| 829 | for i,v in pairs(GetPlayer(string.sub(msg, 8))) do | |
| 830 | annoying = true | |
| 831 | annplr = v | |
| 832 | end | |
| 833 | end | |
| 834 | if string.sub(msg, 1, 8) == (prefix.."unannoy") then | |
| 835 | annoying = false | |
| 836 | end | |
| 837 | if string.sub(msg, 1, 10) == (prefix.."headwalk ") then | |
| 838 | for i,v in pairs(GetPlayer(string.sub(msg, 11))) do | |
| 839 | hwalk = true | |
| 840 | hdwplr = v | |
| 841 | end | |
| 842 | end | |
| 843 | if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then | |
| 844 | hwalk = false | |
| 845 | end | |
| 846 | if string.sub(msg, 1, 8) == (prefix.."nolimbs") then | |
| 847 | lplayer.Character["Left Leg"]:Destroy() | |
| 848 | lplayer.Character["Left Arm"]:Destroy() | |
| 849 | lplayer.Character["Right Leg"]:Destroy() | |
| 850 | lplayer.Character["Right Arm"]:Destroy() | |
| 851 | end | |
| 852 | if string.sub(msg, 1, 4) == (prefix.."god") then | |
| 853 | lplayer.Character.Humanoid.Name = 1 | |
| 854 | local l = lplayer.Character["1"]:Clone() | |
| 855 | l.Parent = lplayer.Character | |
| 856 | l.Name = "Humanoid" | |
| 857 | wait(0.1) | |
| 858 | lplayer.Character["1"]:Destroy() | |
| 859 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 860 | lplayer.Character.Animate.Disabled = true | |
| 861 | wait(0.1) | |
| 862 | lplayer.Character.Animate.Disabled = false | |
| 863 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 864 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 865 | Title = "FE Godmode enabled"; | |
| 866 | Text = "Use ;grespawn or ;respawn to remove"; | |
| 867 | }) | |
| 868 | end | |
| 869 | if string.sub(msg, 1, 9) == (prefix.."drophats") then | |
| 870 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 871 | if (v:IsA("Accessory")) or (v:IsA("Hat")) then
| |
| 872 | v.Parent = workspace | |
| 873 | end | |
| 874 | end | |
| 875 | end | |
| 876 | if string.sub(msg, 1, 9) == (prefix.."droptool") then | |
| 877 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 878 | if (v:IsA("Tool")) then
| |
| 879 | v.Parent = workspace | |
| 880 | end | |
| 881 | end | |
| 882 | end | |
| 883 | if string.sub(msg, 1, 10) == (prefix.."loopdhats") then | |
| 884 | droppinghats = true | |
| 885 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 886 | Title = "Loop Drop Enabled"; | |
| 887 | Text = "Type ;unloopdhats to disable"; | |
| 888 | }) | |
| 889 | end | |
| 890 | if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then | |
| 891 | droppinghats = false | |
| 892 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 893 | Title = "Loop Drop Disabled"; | |
| 894 | Text = "Type ;loopdhats to enable."; | |
| 895 | }) | |
| 896 | end | |
| 897 | if string.sub(msg, 1, 10) == (prefix.."loopdtool") then | |
| 898 | droppingtools = true | |
| 899 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 900 | Title = "Loop Drop Enabled"; | |
| 901 | Text = "Type ;unloopdtool to disable"; | |
| 902 | }) | |
| 903 | end | |
| 904 | if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then | |
| 905 | droppingtools = false | |
| 906 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 907 | Title = "Loop Drop Disabled"; | |
| 908 | Text = "Type ;loopdtool to enable."; | |
| 909 | }) | |
| 910 | end | |
| 911 | if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless | |
| 912 | Local = game:GetService('Players').LocalPlayer
| |
| 913 | Char = Local.Character | |
| 914 | touched,tpdback = false, false | |
| 915 | box = Instance.new('Part',workspace)
| |
| 916 | box.Anchored = true | |
| 917 | box.CanCollide = true | |
| 918 | box.Size = Vector3.new(10,1,10) | |
| 919 | box.Position = Vector3.new(0,10000,0) | |
| 920 | box.Touched:connect(function(part) | |
| 921 | if (part.Parent.Name == Local.Name) then | |
| 922 | if touched == false then | |
| 923 | touched = true | |
| 924 | function apply() | |
| 925 | if script.Disabled ~= true then | |
| 926 | no = Char.HumanoidRootPart:Clone() | |
| 927 | wait(.25) | |
| 928 | Char.HumanoidRootPart:Destroy() | |
| 929 | no.Parent = Char | |
| 930 | Char:MoveTo(loc) | |
| 931 | touched = false | |
| 932 | end end | |
| 933 | if Char then | |
| 934 | apply() | |
| 935 | end | |
| 936 | end | |
| 937 | end | |
| 938 | end) | |
| 939 | repeat wait() until Char | |
| 940 | loc = Char.HumanoidRootPart.Position | |
| 941 | Char:MoveTo(box.Position + Vector3.new(0,.5,0)) | |
| 942 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 943 | Title = "Invisibility enabled!"; | |
| 944 | Text = "Reset or use ;respawn to remove."; | |
| 945 | }) | |
| 946 | end | |
| 947 | if string.sub(msg, 1, 6) == (prefix.."view ") then | |
| 948 | for i,v in pairs(GetPlayer(string.sub(msg, 7))) do | |
| 949 | if game:GetService("Players")[v.Name].Character.Humanoid then
| |
| 950 | game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
| |
| 951 | else | |
| 952 | game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
| |
| 953 | end | |
| 954 | end | |
| 955 | end | |
| 956 | if string.sub(msg, 1, 7) == (prefix.."unview") then | |
| 957 | if lplayer.Character.Humanoid then | |
| 958 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
| |
| 959 | else | |
| 960 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
| |
| 961 | end | |
| 962 | end | |
| 963 | if string.sub(msg, 1, 6) == (prefix.."goto ") then | |
| 964 | for i,v in pairs(GetPlayer(string.sub(msg, 7))) do | |
| 965 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 966 | end | |
| 967 | end | |
| 968 | if string.sub(msg, 1, 4) == (prefix.."fly") then | |
| 969 | repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
| |
| 970 | repeat wait() until Mouse | |
| 971 | ||
| 972 | local T = lplayer.Character.HumanoidRootPart | |
| 973 | local CONTROL = {F = 0, B = 0, L = 0, R = 0}
| |
| 974 | local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
| |
| 975 | local SPEED = speedget | |
| 976 | ||
| 977 | local function fly() | |
| 978 | flying = true | |
| 979 | local BG = Instance.new('BodyGyro', T)
| |
| 980 | local BV = Instance.new('BodyVelocity', T)
| |
| 981 | BG.P = 9e4 | |
| 982 | BG.maxTorque = Vector3.new(9e9, 9e9, 9e9) | |
| 983 | BG.cframe = T.CFrame | |
| 984 | BV.velocity = Vector3.new(0, 0.1, 0) | |
| 985 | BV.maxForce = Vector3.new(9e9, 9e9, 9e9) | |
| 986 | spawn(function() | |
| 987 | repeat wait() | |
| 988 | lplayer.Character.Humanoid.PlatformStand = true | |
| 989 | if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then | |
| 990 | SPEED = 50 | |
| 991 | elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then | |
| 992 | SPEED = 0 | |
| 993 | end | |
| 994 | if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then | |
| 995 | BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED | |
| 996 | lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
| |
| 997 | elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then | |
| 998 | BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED | |
| 999 | else | |
| 1000 | BV.velocity = Vector3.new(0, 0.1, 0) | |
| 1001 | end | |
| 1002 | BG.cframe = workspace.CurrentCamera.CoordinateFrame | |
| 1003 | until not flying | |
| 1004 | CONTROL = {F = 0, B = 0, L = 0, R = 0}
| |
| 1005 | lCONTROL = {F = 0, B = 0, L = 0, R = 0}
| |
| 1006 | SPEED = 0 | |
| 1007 | BG:destroy() | |
| 1008 | BV:destroy() | |
| 1009 | lplayer.Character.Humanoid.PlatformStand = false | |
| 1010 | end) | |
| 1011 | end | |
| 1012 | Mouse.KeyDown:connect(function(KEY) | |
| 1013 | if KEY:lower() == 'w' then | |
| 1014 | CONTROL.F = speedfly | |
| 1015 | elseif KEY:lower() == 's' then | |
| 1016 | CONTROL.B = -speedfly | |
| 1017 | elseif KEY:lower() == 'a' then | |
| 1018 | CONTROL.L = -speedfly | |
| 1019 | elseif KEY:lower() == 'd' then | |
| 1020 | CONTROL.R = speedfly | |
| 1021 | end | |
| 1022 | end) | |
| 1023 | Mouse.KeyUp:connect(function(KEY) | |
| 1024 | if KEY:lower() == 'w' then | |
| 1025 | CONTROL.F = 0 | |
| 1026 | elseif KEY:lower() == 's' then | |
| 1027 | CONTROL.B = 0 | |
| 1028 | elseif KEY:lower() == 'a' then | |
| 1029 | CONTROL.L = 0 | |
| 1030 | elseif KEY:lower() == 'd' then | |
| 1031 | CONTROL.R = 0 | |
| 1032 | end | |
| 1033 | end) | |
| 1034 | fly() | |
| 1035 | end | |
| 1036 | if string.sub(msg, 1, 6) == (prefix.."unfly") then | |
| 1037 | flying = false | |
| 1038 | lplayer.Character.Humanoid.PlatformStand = false | |
| 1039 | end | |
| 1040 | if string.sub(msg, 1, 6) == (prefix.."chat ") then | |
| 1041 | game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
| |
| 1042 | end | |
| 1043 | if string.sub(msg, 1, 6) == (prefix.."spam ") then | |
| 1044 | spamtext = (string.sub(msg, 7)) | |
| 1045 | spamming = true | |
| 1046 | end | |
| 1047 | if string.sub(msg, 1, 7) == (prefix.."unspam") then | |
| 1048 | spamming = false | |
| 1049 | end | |
| 1050 | if string.sub(msg, 1, 10) == (prefix.."spamwait ") then | |
| 1051 | spamdelay = (string.sub(msg, 11)) | |
| 1052 | end | |
| 1053 | if string.sub(msg, 1, 8) == (prefix.."pmspam ") then | |
| 1054 | for i,v in pairs(GetPlayer(string.sub(msg, 9))) do | |
| 1055 | pmspammed = v.Name | |
| 1056 | spammingpm = true | |
| 1057 | end | |
| 1058 | end | |
| 1059 | if string.sub(msg, 1, 9) == (prefix.."unpmspam") then | |
| 1060 | spammingpm = false | |
| 1061 | end | |
| 1062 | if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then | |
| 1063 | for i,v in pairs(GetPlayer(string.sub(msg, 10))) do | |
| 1064 | v.Character["Left Leg"].Anchored = true | |
| 1065 | v.Character["Left Arm"].Anchored = true | |
| 1066 | v.Character["Right Leg"].Anchored = true | |
| 1067 | v.Character["Right Arm"].Anchored = true | |
| 1068 | v.Character.Torso.Anchored = true | |
| 1069 | v.Character.Head.Anchored = true | |
| 1070 | end | |
| 1071 | end | |
| 1072 | if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then | |
| 1073 | for i,v in pairs(GetPlayer(string.sub(msg, 12))) do | |
| 1074 | v.Character["Left Leg"].Anchored = false | |
| 1075 | v.Character["Left Arm"].Anchored = false | |
| 1076 | v.Character["Right Leg"].Anchored = false | |
| 1077 | v.Character["Right Arm"].Anchored = false | |
| 1078 | v.Character.Torso.Anchored = false | |
| 1079 | v.Character.Head.Anchored = false | |
| 1080 | end | |
| 1081 | end | |
| 1082 | if string.sub(msg, 1, 9) == (prefix.."unlockws") then | |
| 1083 | local a = game:GetService("Workspace"):getChildren()
| |
| 1084 | for i = 1, #a do | |
| 1085 | if a[i].className == "Part" then | |
| 1086 | a[i].Locked = false | |
| 1087 | elseif a[i].className == "Model" then | |
| 1088 | local r = a[i]:getChildren() | |
| 1089 | for i = 1, #r do | |
| 1090 | if r[i].className == "Part" then | |
| 1091 | r[i].Locked = false | |
| 1092 | end | |
| 1093 | end | |
| 1094 | end | |
| 1095 | end | |
| 1096 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1097 | Title = "Success!"; | |
| 1098 | Text = "Workspace unlocked. Use ;lockws to lock."; | |
| 1099 | }) | |
| 1100 | end | |
| 1101 | if string.sub(msg, 1, 7) == (prefix.."lockws") then | |
| 1102 | local a = game:GetService("Workspace"):getChildren()
| |
| 1103 | for i = 1, #a do | |
| 1104 | if a[i].className == "Part" then | |
| 1105 | a[i].Locked = true | |
| 1106 | elseif a[i].className == "Model" then | |
| 1107 | local r = a[i]:getChildren() | |
| 1108 | for i = 1, #r do | |
| 1109 | if r[i].className == "Part" then | |
| 1110 | r[i].Locked = true | |
| 1111 | end | |
| 1112 | end | |
| 1113 | end | |
| 1114 | end | |
| 1115 | end | |
| 1116 | if string.sub(msg, 1, 7) == (prefix.."btools") then | |
| 1117 | local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
| |
| 1118 | Clone_T.BinType = "Clone" | |
| 1119 | local Destruct = Instance.new("HopperBin",lplayer.Backpack)
| |
| 1120 | Destruct.BinType = "Hammer" | |
| 1121 | local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
| |
| 1122 | Hold_T.BinType = "Grab" | |
| 1123 | end | |
| 1124 | if string.sub(msg, 1, 7) == (prefix.."pstand") then | |
| 1125 | lplayer.Character.Humanoid.PlatformStand = true | |
| 1126 | end | |
| 1127 | if string.sub(msg, 1, 9) == (prefix.."unpstand") then | |
| 1128 | lplayer.Character.Humanoid.PlatformStand = false | |
| 1129 | end | |
| 1130 | if string.sub(msg, 1, 10) == (prefix.."blockhead") then | |
| 1131 | lplayer.Character.Head.Mesh:Destroy() | |
| 1132 | end | |
| 1133 | if string.sub(msg, 1, 4) == (prefix.."sit") then | |
| 1134 | lplayer.Character.Humanoid.Sit = true | |
| 1135 | end | |
| 1136 | if string.sub(msg, 1, 10) == (prefix.."bringobj ") then | |
| 1137 | local function bringobjw() | |
| 1138 | for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
| |
| 1139 | if obj.Name == (string.sub(msg, 11)) then | |
| 1140 | obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame | |
| 1141 | obj.CanCollide = false | |
| 1142 | obj.Transparency = 0.7 | |
| 1143 | wait() | |
| 1144 | obj.CFrame = lplayer.Character["Left Leg"].CFrame | |
| 1145 | wait() | |
| 1146 | obj.CFrame = lplayer.Character["Right Leg"].CFrame | |
| 1147 | wait() | |
| 1148 | obj.CFrame = lplayer.Character["Head"].CFrame | |
| 1149 | end | |
| 1150 | end | |
| 1151 | end | |
| 1152 | while wait() do | |
| 1153 | bringobjw() | |
| 1154 | end | |
| 1155 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1156 | Title = "BringObj"; | |
| 1157 | Text = "BringObj enabled."; | |
| 1158 | }) | |
| 1159 | end | |
| 1160 | if string.sub(msg, 1, 7) == (prefix.."wsvis ") then | |
| 1161 | vis = (string.sub(msg, 8)) | |
| 1162 | local a = game:GetService("Workspace"):GetDescendants()
| |
| 1163 | for i = 1, #a do | |
| 1164 | if a[i].className == "Part" then | |
| 1165 | a[i].Transparency = vis | |
| 1166 | elseif a[i].className == "Model" then | |
| 1167 | local r = a[i]:getChildren() | |
| 1168 | for i = 1, #r do | |
| 1169 | if r[i].className == "Part" then | |
| 1170 | r[i].Transparency = vis | |
| 1171 | end | |
| 1172 | end | |
| 1173 | end | |
| 1174 | end | |
| 1175 | end | |
| 1176 | if string.sub(msg, 1, 11) == (prefix.."hypertotal") then | |
| 1177 | loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
| |
| 1178 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1179 | Title = "Success!"; | |
| 1180 | Text = "HyperTotal GUI Loaded!"; | |
| 1181 | }) | |
| 1182 | end | |
| 1183 | if string.sub(msg, 1, 5) == (prefix.."cmds") then | |
| 1184 | CMDSFRAME.Visible = true | |
| 1185 | end | |
| 1186 | if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then | |
| 1187 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 1188 | if (v:IsA("Accessory")) or (v:IsA("Hat")) then
| |
| 1189 | v.Handle.Mesh:Destroy() | |
| 1190 | end | |
| 1191 | end | |
| 1192 | end | |
| 1193 | if string.sub(msg, 1, 10) == (prefix.."blockhats") then | |
| 1194 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 1195 | if (v:IsA("Accessory")) or (v:IsA("Hat")) then
| |
| 1196 | v.Handle.Mesh:Destroy() | |
| 1197 | end | |
| 1198 | end | |
| 1199 | end | |
| 1200 | if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then | |
| 1201 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 1202 | if (v:IsA("Tool")) then
| |
| 1203 | v.Handle.Mesh:Destroy() | |
| 1204 | end | |
| 1205 | end | |
| 1206 | end | |
| 1207 | if string.sub(msg, 1, 10) == (prefix.."blocktool") then | |
| 1208 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 1209 | if (v:IsA("Tool")) then
| |
| 1210 | v.Handle.Mesh:Destroy() | |
| 1211 | end | |
| 1212 | end | |
| 1213 | end | |
| 1214 | if string.sub(msg, 1, 8) == (prefix.."spinner") then | |
| 1215 | local p = Instance.new("RocketPropulsion")
| |
| 1216 | p.Parent = lplayer.Character.HumanoidRootPart | |
| 1217 | p.Name = "Spinner" | |
| 1218 | p.Target = lplayer.Character["Left Arm"] | |
| 1219 | p:Fire() | |
| 1220 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1221 | Title = "Spinner enabled"; | |
| 1222 | Text = "Type ;nospinner to disable."; | |
| 1223 | }) | |
| 1224 | end | |
| 1225 | if string.sub(msg, 1, 10) == (prefix.."nospinner") then | |
| 1226 | lplayer.Character.HumanoidRootPart.Spinner:Destroy() | |
| 1227 | end | |
| 1228 | if string.sub(msg, 1, 7) == (prefix.."reachd") then | |
| 1229 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do | |
| 1230 | if v:isA("Tool") then
| |
| 1231 | local a = Instance.new("SelectionBox",v.Handle)
| |
| 1232 | a.Adornee = v.Handle | |
| 1233 | v.Handle.Size = Vector3.new(0.5,0.5,60) | |
| 1234 | v.GripPos = Vector3.new(0,0,0) | |
| 1235 | lplayer.Character.Humanoid:UnequipTools() | |
| 1236 | end | |
| 1237 | end | |
| 1238 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1239 | Title = "Reach applied!"; | |
| 1240 | Text = "Applied to equipped sword. Use ;noreach to disable."; | |
| 1241 | }) | |
| 1242 | end | |
| 1243 | if string.sub(msg, 1, 7) == (prefix.."reach ") then | |
| 1244 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do | |
| 1245 | if v:isA("Tool") then
| |
| 1246 | handleSize = v.Handle.Size | |
| 1247 | wait() | |
| 1248 | local a = Instance.new("SelectionBox",v.Handle)
| |
| 1249 | a.Name = "a" | |
| 1250 | a.Adornee = v.Handle | |
| 1251 | v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8))) | |
| 1252 | v.GripPos = Vector3.new(0,0,0) | |
| 1253 | lplayer.Character.Humanoid:UnequipTools() | |
| 1254 | end | |
| 1255 | end | |
| 1256 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1257 | Title = "Reach applied!"; | |
| 1258 | Text = "Applied to equipped sword. Use ;noreach to disable."; | |
| 1259 | }) | |
| 1260 | end | |
| 1261 | if string.sub(msg, 1, 8) == (prefix.."noreach") then | |
| 1262 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do | |
| 1263 | if v:isA("Tool") then
| |
| 1264 | v.Handle.a:Destroy() | |
| 1265 | v.Handle.Size = handleSize | |
| 1266 | end | |
| 1267 | end | |
| 1268 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1269 | Title = "Reach removed!"; | |
| 1270 | Text = "Removed reach from equipped sword."; | |
| 1271 | }) | |
| 1272 | end | |
| 1273 | if string.sub(msg, 1, 7) == (prefix.."rkill ") then | |
| 1274 | for i,v in pairs(GetPlayer(string.sub(msg, 8)))do | |
| 1275 | lplayer.Character.Humanoid.Name = 1 | |
| 1276 | local l = lplayer.Character["1"]:Clone() | |
| 1277 | l.Parent = lplayer.Character | |
| 1278 | l.Name = "Humanoid" | |
| 1279 | wait(0.1) | |
| 1280 | lplayer.Character["1"]:Destroy() | |
| 1281 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 1282 | lplayer.Character.Animate.Disabled = true | |
| 1283 | wait(0.1) | |
| 1284 | lplayer.Character.Animate.Disabled = false | |
| 1285 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 1286 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 1287 | lplayer.Character.Humanoid:EquipTool(v) | |
| 1288 | end | |
| 1289 | wait(0.1) | |
| 1290 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 1291 | wait(0.2) | |
| 1292 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 1293 | wait(0.5) | |
| 1294 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000)) | |
| 1295 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1296 | Title = "Tools needed!"; | |
| 1297 | Text = "You need a tool in your backpack for this command!"; | |
| 1298 | }) | |
| 1299 | end | |
| 1300 | end | |
| 1301 | if string.sub(msg, 1, 7) == (prefix.."tp me ") then | |
| 1302 | for i,v in pairs(GetPlayer(string.sub(msg, 8))) do | |
| 1303 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 1304 | end | |
| 1305 | end | |
| 1306 | if string.sub(msg, 1, 8) == (prefix.."cbring ") then | |
| 1307 | if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then | |
| 1308 | cbringall = true | |
| 1309 | else | |
| 1310 | for i,v in pairs(GetPlayer(string.sub(msg, 9))) do | |
| 1311 | brplr = v.Name | |
| 1312 | end | |
| 1313 | end | |
| 1314 | cbring = true | |
| 1315 | end | |
| 1316 | if string.sub(msg, 1, 9) == (prefix.."uncbring") then | |
| 1317 | cbring = false | |
| 1318 | cbringall = false | |
| 1319 | end | |
| 1320 | if string.sub(msg, 1, 6) == (prefix.."swap ") then | |
| 1321 | for i,v in pairs(GetPlayer(string.sub(msg, 7))) do | |
| 1322 | local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 1323 | local NOW = lplayer.Character.HumanoidRootPart.CFrame | |
| 1324 | lplayer.Character.Humanoid.Name = 1 | |
| 1325 | local l = lplayer.Character["1"]:Clone() | |
| 1326 | l.Parent = lplayer.Character | |
| 1327 | l.Name = "Humanoid" | |
| 1328 | wait(0.1) | |
| 1329 | lplayer.Character["1"]:Destroy() | |
| 1330 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 1331 | lplayer.Character.Animate.Disabled = true | |
| 1332 | wait(0.1) | |
| 1333 | lplayer.Character.Animate.Disabled = false | |
| 1334 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 1335 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 1336 | lplayer.Character.Humanoid:EquipTool(v) | |
| 1337 | end | |
| 1338 | local function tp(player,player2) | |
| 1339 | local char1,char2=player.Character,player2.Character | |
| 1340 | if char1 and char2 then | |
| 1341 | char1:MoveTo(char2.Head.Position) | |
| 1342 | end | |
| 1343 | end | |
| 1344 | wait(0.1) | |
| 1345 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 1346 | wait(0.2) | |
| 1347 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 1348 | wait(0.5) | |
| 1349 | lplayer.Character.HumanoidRootPart.CFrame = NOW | |
| 1350 | wait(0.6) | |
| 1351 | tp(lplayer, game:GetService("Players")[v.Name])
| |
| 1352 | wait(0.4) | |
| 1353 | lplayer.Character.HumanoidRootPart.CFrame = NOWPLR | |
| 1354 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1355 | Title = "Tools needed!"; | |
| 1356 | Text = "You need a tool in your backpack for this command!"; | |
| 1357 | }) | |
| 1358 | end | |
| 1359 | end | |
| 1360 | if string.sub(msg, 1, 8) == (prefix.."glitch ") then | |
| 1361 | for i,v in pairs(GetPlayer(string.sub(msg, 9))) do | |
| 1362 | lplayer.Character.Humanoid.Name = 1 | |
| 1363 | local l = lplayer.Character["1"]:Clone() | |
| 1364 | l.Parent = lplayer.Character | |
| 1365 | l.Name = "Humanoid" | |
| 1366 | wait(0.1) | |
| 1367 | lplayer.Character["1"]:Destroy() | |
| 1368 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 1369 | lplayer.Character.Animate.Disabled = true | |
| 1370 | wait(0.1) | |
| 1371 | lplayer.Character.Animate.Disabled = false | |
| 1372 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 1373 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 1374 | lplayer.Character.Humanoid:EquipTool(v) | |
| 1375 | end | |
| 1376 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
| |
| 1377 | wait(0.3) | |
| 1378 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
| |
| 1379 | wait(0.4) | |
| 1380 | b = Instance.new("BodyForce")
| |
| 1381 | b.Parent = lplayer.Character.HumanoidRootPart | |
| 1382 | b.Name = "Glitch" | |
| 1383 | b.Force = Vector3.new(100000000,5000,0) | |
| 1384 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1385 | Title = "Tools needed!"; | |
| 1386 | Text = "You need a tool in your backpack for this command!"; | |
| 1387 | }) | |
| 1388 | end | |
| 1389 | end | |
| 1390 | if string.sub(msg, 1, 9) == (prefix.."unglitch") then | |
| 1391 | lplayer.Character.HumanoidRootPart.Glitch:Destroy() | |
| 1392 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000) | |
| 1393 | b = Instance.new("BodyForce")
| |
| 1394 | b.Parent = lplayer.Character.HumanoidRootPart | |
| 1395 | b.Name = "unGlitch" | |
| 1396 | b.Force = Vector3.new(0,-5000000,0) | |
| 1397 | wait(2) | |
| 1398 | lplayer.Character.HumanoidRootPart.unGlitch:Destroy() | |
| 1399 | end | |
| 1400 | if string.sub(msg, 1, 9) == (prefix.."grespawn") then | |
| 1401 | lplayer.Character.Humanoid.Health = 0 | |
| 1402 | wait(1) | |
| 1403 | lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000) | |
| 1404 | lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000) | |
| 1405 | end | |
| 1406 | if string.sub(msg, 1, 9) == (prefix.."explorer") then | |
| 1407 | loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
| |
| 1408 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1409 | Title = "Success!"; | |
| 1410 | Text = "DEX Explorer has loaded."; | |
| 1411 | }) | |
| 1412 | end | |
| 1413 | if string.sub(msg, 1, 6) == (prefix.."anim ") then | |
| 1414 | local Anim = Instance.new("Animation")
| |
| 1415 | Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7)) | |
| 1416 | local track = lplayer.Character.Humanoid:LoadAnimation(Anim) | |
| 1417 | track:Play(.1, 1, 1) | |
| 1418 | end | |
| 1419 | if string.sub(msg, 1, 8) == (prefix.."animgui") then | |
| 1420 | loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
| |
| 1421 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1422 | Title = "Success!"; | |
| 1423 | Text = "Energize Animations GUI has loaded."; | |
| 1424 | }) | |
| 1425 | end | |
| 1426 | if string.sub(msg, 1, 8) == (prefix.."savepos") then | |
| 1427 | saved = lplayer.Character.HumanoidRootPart.CFrame | |
| 1428 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1429 | Title = "Position Saved"; | |
| 1430 | Text = "Use ;loadpos to return to saved position."; | |
| 1431 | }) | |
| 1432 | end | |
| 1433 | if string.sub(msg, 1, 8) == (prefix.."loadpos") then | |
| 1434 | lplayer.Character.HumanoidRootPart.CFrame = saved | |
| 1435 | end | |
| 1436 | if string.sub(msg, 1, 6) == (prefix.."bang ") then | |
| 1437 | for i,v in pairs(GetPlayer(string.sub(msg, 7))) do | |
| 1438 | local Anim2 = Instance.new("Animation")
| |
| 1439 | Anim2.AnimationId = "rbxassetid://148840371" | |
| 1440 | local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2) | |
| 1441 | track2:Play(.1, 1, 1) | |
| 1442 | bplrr = v.Name | |
| 1443 | banpl = true | |
| 1444 | end | |
| 1445 | end | |
| 1446 | if string.sub(msg, 1, 7) == (prefix.."unbang") then | |
| 1447 | banpl = false | |
| 1448 | end | |
| 1449 | if string.sub(msg, 1, 10) == (prefix.."bringmod ") then | |
| 1450 | local function bringmodw() | |
| 1451 | for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
| |
| 1452 | if obj.Name == (string.sub(msg, 11)) then | |
| 1453 | for i,ch in pairs(obj:GetDescendants()) do | |
| 1454 | if (ch:IsA("BasePart")) then
| |
| 1455 | ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame | |
| 1456 | ch.CanCollide = false | |
| 1457 | ch.Transparency = 0.7 | |
| 1458 | wait() | |
| 1459 | ch.CFrame = lplayer.Character["Left Leg"].CFrame | |
| 1460 | wait() | |
| 1461 | ch.CFrame = lplayer.Character["Right Leg"].CFrame | |
| 1462 | wait() | |
| 1463 | ch.CFrame = lplayer.Character["Head"].CFrame | |
| 1464 | end | |
| 1465 | end | |
| 1466 | end | |
| 1467 | end | |
| 1468 | end | |
| 1469 | while wait() do | |
| 1470 | bringmodw() | |
| 1471 | end | |
| 1472 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1473 | Title = "BringMod"; | |
| 1474 | Text = "BringMod enabled."; | |
| 1475 | }) | |
| 1476 | end | |
| 1477 | if string.sub(msg, 1, 8) == (prefix.."respawn") then | |
| 1478 | local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
| |
| 1479 | local hum = Instance.new('Humanoid', mod)
| |
| 1480 | local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
| |
| 1481 | lplayer.Character = mod | |
| 1482 | end | |
| 1483 | if string.sub(msg, 1, 9) == (prefix.."shutdown") then | |
| 1484 | game:GetService'RunService'.Stepped:Connect(function() | |
| 1485 | pcall(function() | |
| 1486 | for i,v in pairs(game:GetService'Players':GetPlayers()) do | |
| 1487 | if v.Character ~= nil and v.Character:FindFirstChild'Head' then | |
| 1488 | for _,x in pairs(v.Character.Head:GetChildren()) do | |
| 1489 | if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end | |
| 1490 | end | |
| 1491 | end | |
| 1492 | end | |
| 1493 | end) | |
| 1494 | end) | |
| 1495 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1496 | Title = "Attempting Shutdown"; | |
| 1497 | Text = "Shutdown Attempt has begun."; | |
| 1498 | }) | |
| 1499 | end | |
| 1500 | if string.sub(msg, 1, 8) == (prefix.."delobj ") then | |
| 1501 | objtodel = (string.sub(msg, 9)) | |
| 1502 | for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
| |
| 1503 | if v.Name == objtodel then | |
| 1504 | v:Destroy() | |
| 1505 | end | |
| 1506 | end | |
| 1507 | end | |
| 1508 | if string.sub(msg, 1, 8) == (prefix.."getplrs") then | |
| 1509 | for i,v in pairs(game:GetService("Players"):GetPlayers())do
| |
| 1510 | print(v) | |
| 1511 | end | |
| 1512 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1513 | Title = "Printed"; | |
| 1514 | Text = "Players have been printed to console. (F9)"; | |
| 1515 | }) | |
| 1516 | end | |
| 1517 | if string.sub(msg, 1, 9) == (prefix.."deldecal") then | |
| 1518 | for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
| |
| 1519 | if (v:IsA("Decal")) then
| |
| 1520 | v:Destroy() | |
| 1521 | end | |
| 1522 | end | |
| 1523 | end | |
| 1524 | if string.sub(msg, 1, 11) == (prefix.."opfinality") then | |
| 1525 | loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
| |
| 1526 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1527 | Title = "Success!"; | |
| 1528 | Text = "OpFinality GUI has loaded."; | |
| 1529 | }) | |
| 1530 | end | |
| 1531 | if string.sub(msg, 1, 8) == (prefix.."remotes") then | |
| 1532 | remotes = true | |
| 1533 | added = true | |
| 1534 | game.DescendantAdded:connect(function(rmt) | |
| 1535 | if added == true then | |
| 1536 | if remotes == true then | |
| 1537 | if rmt:IsA("RemoteEvent") then
| |
| 1538 | print("A RemoteEvent was added!")
| |
| 1539 | print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
| |
| 1540 | print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
| |
| 1541 | end end end | |
| 1542 | end) | |
| 1543 | game.DescendantAdded:connect(function(rmtfnctn) | |
| 1544 | if added == true then | |
| 1545 | if remotes == true then | |
| 1546 | if rmtfnctn:IsA("RemoteFunction") then
| |
| 1547 | warn("A RemoteFunction was added!")
| |
| 1548 | warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
| |
| 1549 | print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
| |
| 1550 | end end end | |
| 1551 | end) | |
| 1552 | ||
| 1553 | game.DescendantAdded:connect(function(bndfnctn) | |
| 1554 | if added == true then | |
| 1555 | if binds == true then | |
| 1556 | if bndfnctn:IsA("BindableFunction") then
| |
| 1557 | print("A BindableFunction was added!")
| |
| 1558 | print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
| |
| 1559 | print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
| |
| 1560 | end end end | |
| 1561 | end) | |
| 1562 | ||
| 1563 | game.DescendantAdded:connect(function(bnd) | |
| 1564 | if added == true then | |
| 1565 | if binds == true then | |
| 1566 | if bnd:IsA("BindableEvent") then
| |
| 1567 | warn("A BindableEvent was added!")
| |
| 1568 | warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
| |
| 1569 | print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
| |
| 1570 | end end end | |
| 1571 | end) | |
| 1572 | ||
| 1573 | ||
| 1574 | if binds == true then | |
| 1575 | for i,v in pairs(game:GetDescendants()) do | |
| 1576 | if v:IsA("BindableFunction") then
| |
| 1577 | print(" game." .. v:GetFullName() .. " | BindableFunction")
| |
| 1578 | print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
| |
| 1579 | end end | |
| 1580 | for i,v in pairs(game:GetDescendants()) do | |
| 1581 | if v:IsA("BindableEvent") then
| |
| 1582 | warn(" game." .. v:GetFullName() .. " | BindableEvent")
| |
| 1583 | print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
| |
| 1584 | end end | |
| 1585 | else | |
| 1586 | print("Off")
| |
| 1587 | end | |
| 1588 | if remotes == true then | |
| 1589 | for i,v in pairs(game:GetDescendants()) do | |
| 1590 | if v:IsA("RemoteFunction") then
| |
| 1591 | warn(" game." .. v:GetFullName() .. " | RemoteFunction")
| |
| 1592 | print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
| |
| 1593 | end end | |
| 1594 | wait() | |
| 1595 | for i,v in pairs(game:GetDescendants()) do | |
| 1596 | if v:IsA("RemoteEvent") then
| |
| 1597 | print(" game." .. v:GetFullName() .. " | RemoteEvent")
| |
| 1598 | print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
| |
| 1599 | end end | |
| 1600 | else | |
| 1601 | print("Off")
| |
| 1602 | end | |
| 1603 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1604 | Title = "Printing Remotes"; | |
| 1605 | Text = "Type ;noremotes to disable."; | |
| 1606 | }) | |
| 1607 | end | |
| 1608 | if string.sub(msg, 1, 10) == (prefix.."noremotes") then | |
| 1609 | remotes = false | |
| 1610 | added = false | |
| 1611 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1612 | Title = "Printing Remotes Disabled"; | |
| 1613 | Text = "Type ;remotes to enable."; | |
| 1614 | }) | |
| 1615 | end | |
| 1616 | if string.sub(msg, 1, 10) == (prefix.."tpdefault") then | |
| 1617 | spin = false | |
| 1618 | followed = false | |
| 1619 | traill = false | |
| 1620 | noclip = false | |
| 1621 | annoying = false | |
| 1622 | hwalk = false | |
| 1623 | cbringing = false | |
| 1624 | end | |
| 1625 | if string.sub(msg, 1, 8) == (prefix.."stopsit") then | |
| 1626 | stopsitting = true | |
| 1627 | end | |
| 1628 | if string.sub(msg, 1, 6) == (prefix.."gosit") then | |
| 1629 | stopsitting = false | |
| 1630 | end | |
| 1631 | if string.sub(msg, 1, 8) == (prefix.."version") then | |
| 1632 | print(adminversion) | |
| 1633 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1634 | Title = "Version"; | |
| 1635 | Text = adminversion; | |
| 1636 | }) | |
| 1637 | end | |
| 1638 | if string.sub(msg, 1, 8) == (prefix.."clicktp") then | |
| 1639 | clickgoto = true | |
| 1640 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1641 | Title = "Click TP"; | |
| 1642 | Text = "Press E to teleport to mouse position, ;noclicktp to stop"; | |
| 1643 | }) | |
| 1644 | end | |
| 1645 | if string.sub(msg, 1, 9) == (prefix.."clickdel") then | |
| 1646 | clickdel = true | |
| 1647 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1648 | Title = "Click Delete"; | |
| 1649 | Text = "Press E to delete part at mouse, ;noclickdel to stop"; | |
| 1650 | }) | |
| 1651 | end | |
| 1652 | if string.sub(msg, 1, 11) == (prefix.."noclickdel") then | |
| 1653 | clickdel = false | |
| 1654 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1655 | Title = "Click Delete"; | |
| 1656 | Text = "Click delete has been disabled."; | |
| 1657 | }) | |
| 1658 | end | |
| 1659 | if string.sub(msg, 1, 10) == (prefix.."noclicktp") then | |
| 1660 | clickgoto = false | |
| 1661 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1662 | Title = "Click TP"; | |
| 1663 | Text = "Click TP has been disabled."; | |
| 1664 | }) | |
| 1665 | end | |
| 1666 | if string.sub(msg, 1, 8) == (prefix.."toolson") then | |
| 1667 | gettingtools = true | |
| 1668 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1669 | Title = "Tools Enabled"; | |
| 1670 | Text = "Automatically colleting tools dropped."; | |
| 1671 | }) | |
| 1672 | end | |
| 1673 | if string.sub(msg, 1, 9) == (prefix.."toolsoff") then | |
| 1674 | gettingtools = false | |
| 1675 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1676 | Title = "Tools Disabled"; | |
| 1677 | Text = "Click TP has been disabled."; | |
| 1678 | }) | |
| 1679 | end | |
| 1680 | if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then | |
| 1681 | ScreenGui:Destroy() | |
| 1682 | end | |
| 1683 | if string.sub(msg, 1, 6) == (prefix.."reset") then | |
| 1684 | lplayer.Character.Head:Destroy() | |
| 1685 | end | |
| 1686 | if string.sub(msg, 1, 7) == (prefix.."state ") then | |
| 1687 | statechosen = string.sub(msg, 8) | |
| 1688 | changingstate = true | |
| 1689 | end | |
| 1690 | if string.sub(msg, 1, 9) == (prefix.."gravity ") then | |
| 1691 | game:GetService("Workspace").Gravity = string.sub(msg, 10)
| |
| 1692 | end | |
| 1693 | if string.sub(msg, 1, 10) == (prefix.."looprhats") then | |
| 1694 | removingmeshhats = true | |
| 1695 | end | |
| 1696 | if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then | |
| 1697 | removingmeshhats = false | |
| 1698 | end | |
| 1699 | if string.sub(msg, 1, 10) == (prefix.."looprtool") then | |
| 1700 | removingmeshtool = true | |
| 1701 | end | |
| 1702 | if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then | |
| 1703 | removingmeshtool = false | |
| 1704 | end | |
| 1705 | if string.sub(msg, 1, 10) == (prefix.."givetool ") then | |
| 1706 | for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
| |
| 1707 | if v:IsA("Tool") then
| |
| 1708 | for i,player in pairs(GetPlayer(string.sub(msg, 11))) do | |
| 1709 | v.Parent = player.Character | |
| 1710 | end | |
| 1711 | end | |
| 1712 | end | |
| 1713 | end | |
| 1714 | if string.sub(msg, 1, 14) == (prefix.."givealltools ") then | |
| 1715 | for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
| |
| 1716 | if v:IsA("Tool") then
| |
| 1717 | v.Parent = lplayer.Character | |
| 1718 | wait() | |
| 1719 | for i,player in pairs(GetPlayer(string.sub(msg, 15))) do | |
| 1720 | v.Parent = player.Character | |
| 1721 | end | |
| 1722 | end | |
| 1723 | end | |
| 1724 | end | |
| 1725 | if string.sub(msg, 1, 5) == (prefix.."age ") then | |
| 1726 | for i,player in pairs(GetPlayer(string.sub(msg, 6))) do | |
| 1727 | game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
| |
| 1728 | end | |
| 1729 | end | |
| 1730 | if string.sub(msg, 1, 4) == (prefix.."id ") then | |
| 1731 | for i,player in pairs(GetPlayer(string.sub(msg, 5))) do | |
| 1732 | game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
| |
| 1733 | end | |
| 1734 | end | |
| 1735 | if string.sub(msg, 1, 6) == (prefix..".age ") then | |
| 1736 | for i,player in pairs(GetPlayer(string.sub(msg, 7))) do | |
| 1737 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1738 | Title = player.AccountAge.." Days"; | |
| 1739 | Text = "Account age of "..player.Name; | |
| 1740 | }) | |
| 1741 | end | |
| 1742 | end | |
| 1743 | if string.sub(msg, 1, 5) == (prefix..".id ") then | |
| 1744 | for i,player in pairs(GetPlayer(string.sub(msg, 6))) do | |
| 1745 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1746 | Title = player.UserId.." ID"; | |
| 1747 | Text = "Account ID of "..player.Name; | |
| 1748 | }) | |
| 1749 | end | |
| 1750 | end | |
| 1751 | if string.sub(msg, 1, 7) == (prefix.."gameid") then | |
| 1752 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1753 | Title = "Game ID"; | |
| 1754 | Text = "Game ID: ".. game.GameId; | |
| 1755 | }) | |
| 1756 | end | |
| 1757 | if string.sub(msg, 1, 4) == (prefix.."pgs") then | |
| 1758 | local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
| |
| 1759 | if pgscheck == true then | |
| 1760 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1761 | Title = "PGSPhysicsSolverEnabled"; | |
| 1762 | Text = "PGS is Enabled!"; | |
| 1763 | }) | |
| 1764 | else | |
| 1765 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1766 | Title = "PGSPhysicsSolverEnabled"; | |
| 1767 | Text = "PGS is Disabled!"; | |
| 1768 | }) | |
| 1769 | end | |
| 1770 | end | |
| 1771 | if string.sub(msg, 1, 12) == (prefix.."removeinvis") then | |
| 1772 | for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
| |
| 1773 | if v:IsA("Part") then
| |
| 1774 | if v.Transparency == 1 then | |
| 1775 | if v.Name ~= "HumanoidRootPart" then | |
| 1776 | v:Destroy() | |
| 1777 | end | |
| 1778 | end | |
| 1779 | end | |
| 1780 | end | |
| 1781 | end | |
| 1782 | if string.sub(msg, 1, 10) == (prefix.."removefog") then | |
| 1783 | game:GetService("Lighting").FogStart = 0
| |
| 1784 | game:GetService("Lighting").FogEnd = 9999999999999
| |
| 1785 | end | |
| 1786 | if string.sub(msg, 1, 8) == (prefix.."disable") then | |
| 1787 | lplayer.Character.Humanoid.Parent = lplayer | |
| 1788 | end | |
| 1789 | if string.sub(msg, 1, 7) == (prefix.."enable") then | |
| 1790 | lplayer.Humanoid.Parent = lplayer.Character | |
| 1791 | end | |
| 1792 | if string.sub(msg, 1, 8) == (prefix.."prefix ") then | |
| 1793 | prefix = (string.sub(msg, 9, 9)) | |
| 1794 | wait(0.1) | |
| 1795 | change() | |
| 1796 | wait(0.1) | |
| 1797 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1798 | Title = "Prefix changed!"; | |
| 1799 | Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;"; | |
| 1800 | }) | |
| 1801 | end | |
| 1802 | if string.sub(msg, 1, 12) == (";resetprefix") then
| |
| 1803 | prefix = ";" | |
| 1804 | wait(0.1) | |
| 1805 | change() | |
| 1806 | wait(0.1) | |
| 1807 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1808 | Title = "Prefix changed!"; | |
| 1809 | Text = "Prefix is now "..prefix..". Make sure it's one key!"; | |
| 1810 | }) | |
| 1811 | end | |
| 1812 | if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then | |
| 1813 | speedfly = string.sub(msg, 11) | |
| 1814 | wait() | |
| 1815 | change() | |
| 1816 | end | |
| 1817 | if string.sub(msg, 1, 8) == (prefix.."carpet ") then | |
| 1818 | for i,v in pairs(GetPlayer(string.sub(msg, 9))) do | |
| 1819 | local Anim3 = Instance.new("Animation")
| |
| 1820 | Anim3.AnimationId = "rbxassetid://282574440" | |
| 1821 | local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3) | |
| 1822 | track3:Play(.1, 1, 1) | |
| 1823 | bplrr = v.Name | |
| 1824 | banpl = true | |
| 1825 | end | |
| 1826 | end | |
| 1827 | if string.sub(msg, 1, 9) == (prefix.."uncarpet") then | |
| 1828 | banpl = false | |
| 1829 | end | |
| 1830 | if string.sub(msg, 1, 7) == (prefix.."stare ") then | |
| 1831 | for i,v in pairs(GetPlayer(string.sub(msg, 8))) do | |
| 1832 | staring = true | |
| 1833 | stareplr = v | |
| 1834 | end | |
| 1835 | end | |
| 1836 | if string.sub(msg, 1, 8) == (prefix.."unstare") then | |
| 1837 | staring = false | |
| 1838 | end | |
| 1839 | if string.sub(msg, 1, 8) == (prefix.."logchat") then | |
| 1840 | chatlogs = true | |
| 1841 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1842 | Title = "LogChat enabled"; | |
| 1843 | Text = "Now logging all player chat."; | |
| 1844 | }) | |
| 1845 | end | |
| 1846 | if string.sub(msg, 1, 10) == (prefix.."unlogchat") then | |
| 1847 | chatlogs = false | |
| 1848 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1849 | Title = "LogChat disabled"; | |
| 1850 | Text = "Stopped logging all player chat."; | |
| 1851 | }) | |
| 1852 | end | |
| 1853 | if string.sub(msg, 1, 7) == (prefix.."fixcam") then | |
| 1854 | game:GetService("Workspace").CurrentCamera:Destroy()
| |
| 1855 | wait(0.1) | |
| 1856 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
| |
| 1857 | game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
| |
| 1858 | lplayer.CameraMinZoomDistance = 0.5 | |
| 1859 | lplayer.CameraMaxZoomDistance = 400 | |
| 1860 | lplayer.CameraMode = "Classic" | |
| 1861 | end | |
| 1862 | if string.sub(msg, 1, 8) == (prefix.."unstate") then | |
| 1863 | changingstate = false | |
| 1864 | end | |
| 1865 | end) | |
| 1866 | ||
| 1867 | local function tp() | |
| 1868 | for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
| |
| 1869 | if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
| |
| 1870 | if player.Name == brplr then | |
| 1871 | player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2 | |
| 1872 | end | |
| 1873 | end | |
| 1874 | end | |
| 1875 | end | |
| 1876 | local function tpall() | |
| 1877 | for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
| |
| 1878 | if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
| |
| 1879 | player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3 | |
| 1880 | end | |
| 1881 | end | |
| 1882 | end | |
| 1883 | spawn(function() | |
| 1884 | while wait(spamdelay) do | |
| 1885 | if spamming == true then | |
| 1886 | game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
| |
| 1887 | end | |
| 1888 | end | |
| 1889 | end) | |
| 1890 | spawn(function() | |
| 1891 | while wait(spamdelay) do | |
| 1892 | if spammingpm == true then | |
| 1893 | game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
| |
| 1894 | end | |
| 1895 | end | |
| 1896 | end) | |
| 1897 | spawn(function() | |
| 1898 | while wait() do | |
| 1899 | if cbring == true then | |
| 1900 | tp() | |
| 1901 | end | |
| 1902 | end | |
| 1903 | end) | |
| 1904 | spawn(function() | |
| 1905 | while wait() do | |
| 1906 | if cbringall == true then | |
| 1907 | tpall() | |
| 1908 | end | |
| 1909 | end | |
| 1910 | end) | |
| 1911 | ||
| 1912 | Mouse.KeyDown:connect(function(Key) | |
| 1913 | if Key == prefix then | |
| 1914 | CMDBAR:CaptureFocus() | |
| 1915 | end | |
| 1916 | end) | |
| 1917 | ||
| 1918 | CMDBAR.FocusLost:connect(function(enterPressed) | |
| 1919 | if enterPressed then | |
| 1920 | if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
| |
| 1921 | if string.sub(CMDBAR.Text, 6) == "me" then | |
| 1922 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000) | |
| 1923 | else | |
| 1924 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do | |
| 1925 | local NOW = lplayer.Character.HumanoidRootPart.CFrame | |
| 1926 | lplayer.Character.Humanoid.Name = 1 | |
| 1927 | local l = lplayer.Character["1"]:Clone() | |
| 1928 | l.Parent = lplayer.Character | |
| 1929 | l.Name = "Humanoid" | |
| 1930 | wait(0.1) | |
| 1931 | lplayer.Character["1"]:Destroy() | |
| 1932 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 1933 | lplayer.Character.Animate.Disabled = true | |
| 1934 | wait(0.1) | |
| 1935 | lplayer.Character.Animate.Disabled = false | |
| 1936 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 1937 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 1938 | lplayer.Character.Humanoid:EquipTool(v) | |
| 1939 | end | |
| 1940 | local function tp(player,player2) | |
| 1941 | local char1,char2=player.Character,player2.Character | |
| 1942 | if char1 and char2 then | |
| 1943 | char1:MoveTo(char2.Head.Position) | |
| 1944 | end | |
| 1945 | end | |
| 1946 | wait(0.1) | |
| 1947 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 1948 | wait(0.2) | |
| 1949 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 1950 | wait(0.5) | |
| 1951 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000)) | |
| 1952 | wait(0.7) | |
| 1953 | tp(lplayer,game:GetService("Players")[v.Name])
| |
| 1954 | wait(0.7) | |
| 1955 | lplayer.Character.HumanoidRootPart.CFrame = NOW | |
| 1956 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1957 | Title = "Tools needed!"; | |
| 1958 | Text = "You need a tool in your backpack for this command!"; | |
| 1959 | }) | |
| 1960 | end | |
| 1961 | end | |
| 1962 | end | |
| 1963 | if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
| |
| 1964 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do | |
| 1965 | local NOW = lplayer.Character.HumanoidRootPart.CFrame | |
| 1966 | lplayer.Character.Humanoid.Name = 1 | |
| 1967 | local l = lplayer.Character["1"]:Clone() | |
| 1968 | l.Parent = lplayer.Character | |
| 1969 | l.Name = "Humanoid" | |
| 1970 | wait(0.1) | |
| 1971 | lplayer.Character["1"]:Destroy() | |
| 1972 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 1973 | lplayer.Character.Animate.Disabled = true | |
| 1974 | wait(0.1) | |
| 1975 | lplayer.Character.Animate.Disabled = false | |
| 1976 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 1977 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 1978 | lplayer.Character.Humanoid:EquipTool(v) | |
| 1979 | end | |
| 1980 | local function tp(player,player2) | |
| 1981 | local char1,char2=player.Character,player2.Character | |
| 1982 | if char1 and char2 then | |
| 1983 | char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame | |
| 1984 | end | |
| 1985 | end | |
| 1986 | local function getout(player,player2) | |
| 1987 | local char1,char2=player.Character,player2.Character | |
| 1988 | if char1 and char2 then | |
| 1989 | char1:MoveTo(char2.Head.Position) | |
| 1990 | end | |
| 1991 | end | |
| 1992 | tp(game:GetService("Players")[v.Name], lplayer)
| |
| 1993 | wait(0.2) | |
| 1994 | tp(game:GetService("Players")[v.Name], lplayer)
| |
| 1995 | wait(0.5) | |
| 1996 | lplayer.Character.HumanoidRootPart.CFrame = NOW | |
| 1997 | wait(0.5) | |
| 1998 | getout(lplayer, game:GetService("Players")[v.Name])
| |
| 1999 | wait(0.3) | |
| 2000 | lplayer.Character.HumanoidRootPart.CFrame = NOW | |
| 2001 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2002 | Title = "Tools needed!"; | |
| 2003 | Text = "You need a tool in your backpack for this command!"; | |
| 2004 | }) | |
| 2005 | end | |
| 2006 | end | |
| 2007 | if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
| |
| 2008 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do | |
| 2009 | lplayer.Character.Humanoid.Name = 1 | |
| 2010 | local l = lplayer.Character["1"]:Clone() | |
| 2011 | l.Parent = lplayer.Character | |
| 2012 | l.Name = "Humanoid" | |
| 2013 | wait(0.1) | |
| 2014 | lplayer.Character["1"]:Destroy() | |
| 2015 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 2016 | lplayer.Character.Animate.Disabled = true | |
| 2017 | wait(0.1) | |
| 2018 | lplayer.Character.Animate.Disabled = false | |
| 2019 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 2020 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 2021 | lplayer.Character.Humanoid:EquipTool(v) | |
| 2022 | end | |
| 2023 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
| |
| 2024 | spinplr = v | |
| 2025 | wait(0.5) | |
| 2026 | spin = true | |
| 2027 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2028 | Title = "Tools needed!"; | |
| 2029 | Text = "You need a tool in your backpack for this command!"; | |
| 2030 | }) | |
| 2031 | end | |
| 2032 | end | |
| 2033 | if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
| |
| 2034 | spin = false | |
| 2035 | end | |
| 2036 | if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
| |
| 2037 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do | |
| 2038 | lplayer.Character.Humanoid.Name = 1 | |
| 2039 | local l = lplayer.Character["1"]:Clone() | |
| 2040 | l.Parent = lplayer.Character | |
| 2041 | l.Name = "Humanoid" | |
| 2042 | wait(0.1) | |
| 2043 | lplayer.Character["1"]:Destroy() | |
| 2044 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 2045 | lplayer.Character.Animate.Disabled = true | |
| 2046 | wait(0.1) | |
| 2047 | lplayer.Character.Animate.Disabled = false | |
| 2048 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 2049 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 2050 | lplayer.Character.Humanoid:EquipTool(v) | |
| 2051 | end | |
| 2052 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
| |
| 2053 | wait(0.3) | |
| 2054 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
| |
| 2055 | attplr = v | |
| 2056 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2057 | Title = "Tools needed!"; | |
| 2058 | Text = "You need a tool in your backpack for this command!"; | |
| 2059 | }) | |
| 2060 | end | |
| 2061 | end | |
| 2062 | if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
| |
| 2063 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do | |
| 2064 | local function getout(player,player2) | |
| 2065 | local char1,char2=player.Character,player2.Character | |
| 2066 | if char1 and char2 then | |
| 2067 | char1:MoveTo(char2.Head.Position) | |
| 2068 | end | |
| 2069 | end | |
| 2070 | getout(lplayer, game:GetService("Players")[v.Name])
| |
| 2071 | end | |
| 2072 | end | |
| 2073 | if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
| |
| 2074 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do | |
| 2075 | followed = true | |
| 2076 | flwplr = v | |
| 2077 | end | |
| 2078 | end | |
| 2079 | if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
| |
| 2080 | followed = false | |
| 2081 | end | |
| 2082 | if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
| |
| 2083 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do | |
| 2084 | local NOW = lplayer.Character.HumanoidRootPart.CFrame | |
| 2085 | lplayer.Character.Humanoid.Name = 1 | |
| 2086 | local l = lplayer.Character["1"]:Clone() | |
| 2087 | l.Parent = lplayer.Character | |
| 2088 | l.Name = "Humanoid" | |
| 2089 | wait(0.1) | |
| 2090 | lplayer.Character["1"]:Destroy() | |
| 2091 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 2092 | lplayer.Character.Animate.Disabled = true | |
| 2093 | wait(0.1) | |
| 2094 | lplayer.Character.Animate.Disabled = false | |
| 2095 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 2096 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 2097 | lplayer.Character.Humanoid:EquipTool(v) | |
| 2098 | end | |
| 2099 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 2100 | wait(0.2) | |
| 2101 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 2102 | wait(0.6) | |
| 2103 | lplayer.Character.HumanoidRootPart.CFrame = NOW | |
| 2104 | wait(0.6) | |
| 2105 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0) | |
| 2106 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2107 | Title = "Tools needed!"; | |
| 2108 | Text = "You need a tool in your backpack for this command!"; | |
| 2109 | }) | |
| 2110 | end | |
| 2111 | end | |
| 2112 | if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
| |
| 2113 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do | |
| 2114 | traill = true | |
| 2115 | trlplr = v | |
| 2116 | end | |
| 2117 | end | |
| 2118 | if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
| |
| 2119 | traill = false | |
| 2120 | end | |
| 2121 | if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
| |
| 2122 | if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then | |
| 2123 | lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame | |
| 2124 | else | |
| 2125 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do | |
| 2126 | local o = Instance.new("RocketPropulsion")
| |
| 2127 | o.Parent = lplayer.Character.HumanoidRootPart | |
| 2128 | o.Name = "Orbit" | |
| 2129 | o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
| |
| 2130 | o:Fire() | |
| 2131 | noclip = true | |
| 2132 | end | |
| 2133 | end | |
| 2134 | end | |
| 2135 | if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
| |
| 2136 | lplayer.Character.HumanoidRootPart.Orbit:Destroy() | |
| 2137 | noclip = false | |
| 2138 | end | |
| 2139 | if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
| |
| 2140 | if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then | |
| 2141 | lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame | |
| 2142 | else | |
| 2143 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do | |
| 2144 | local y = Instance.new("RocketPropulsion")
| |
| 2145 | y.Parent = lplayer.Character.HumanoidRootPart | |
| 2146 | y.CartoonFactor = 1 | |
| 2147 | y.MaxThrust = 800000 | |
| 2148 | y.MaxSpeed = 1000 | |
| 2149 | y.ThrustP = 200000 | |
| 2150 | y.Name = "Fling" | |
| 2151 | game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
| |
| 2152 | y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
| |
| 2153 | y:Fire() | |
| 2154 | noclip = true | |
| 2155 | end | |
| 2156 | end | |
| 2157 | end | |
| 2158 | if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
| |
| 2159 | noclip = false | |
| 2160 | lplayer.Character.HumanoidRootPart.Fling:Destroy() | |
| 2161 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
| |
| 2162 | wait(0.4) | |
| 2163 | lplayer.Character.HumanoidRootPart.Fling:Destroy() | |
| 2164 | end | |
| 2165 | if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
| |
| 2166 | if game:GetService("Workspace").FilteringEnabled == true then
| |
| 2167 | warn("FE is Enabled (Filtering Enabled)")
| |
| 2168 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2169 | Title = "FE is Enabled"; | |
| 2170 | Text = "Filtering Enabled. Enjoy using Reviz Admin!"; | |
| 2171 | }) | |
| 2172 | else | |
| 2173 | warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
| |
| 2174 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2175 | Title = "FE is Disabled"; | |
| 2176 | Text = "Filtering Disabled. Consider using a different admin script."; | |
| 2177 | }) | |
| 2178 | end | |
| 2179 | end | |
| 2180 | if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
| |
| 2181 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do | |
| 2182 | lplayer.Character.Humanoid.Name = 1 | |
| 2183 | local l = lplayer.Character["1"]:Clone() | |
| 2184 | l.Parent = lplayer.Character | |
| 2185 | l.Name = "Humanoid" | |
| 2186 | wait(0.1) | |
| 2187 | lplayer.Character["1"]:Destroy() | |
| 2188 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 2189 | lplayer.Character.Animate.Disabled = true | |
| 2190 | wait(0.1) | |
| 2191 | lplayer.Character.Animate.Disabled = false | |
| 2192 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 2193 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 2194 | lplayer.Character.Humanoid:EquipTool(v) | |
| 2195 | end | |
| 2196 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 2197 | wait(0.2) | |
| 2198 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 2199 | wait(0.6) | |
| 2200 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999) | |
| 2201 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2202 | Title = "Tools needed!"; | |
| 2203 | Text = "You need a tool in your backpack for this command!"; | |
| 2204 | }) | |
| 2205 | end | |
| 2206 | end | |
| 2207 | if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
| |
| 2208 | noclip = true | |
| 2209 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2210 | Title = "Noclip enabled"; | |
| 2211 | Text = "Type ;clip to disable"; | |
| 2212 | }) | |
| 2213 | end | |
| 2214 | if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
| |
| 2215 | noclip = false | |
| 2216 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2217 | Title = "Noclip disabled"; | |
| 2218 | Text = "Type ;noclip to enable"; | |
| 2219 | }) | |
| 2220 | end | |
| 2221 | if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
| |
| 2222 | lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7)) | |
| 2223 | end | |
| 2224 | if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
| |
| 2225 | lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4)) | |
| 2226 | end | |
| 2227 | if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
| |
| 2228 | lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11)) | |
| 2229 | end | |
| 2230 | if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
| |
| 2231 | lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4)) | |
| 2232 | end | |
| 2233 | if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
| |
| 2234 | lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11)) | |
| 2235 | end | |
| 2236 | if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
| |
| 2237 | lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4)) | |
| 2238 | end | |
| 2239 | if string.sub(CMDBAR.Text, 1, 7) == ("default") then
| |
| 2240 | lplayer.Character.Humanoid.JumpPower = 50 | |
| 2241 | lplayer.Character.Humanoid.WalkSpeed = 16 | |
| 2242 | lplayer.Character.Humanoid.HipHeight = 0 | |
| 2243 | end | |
| 2244 | if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
| |
| 2245 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do | |
| 2246 | annoying = true | |
| 2247 | annplr = v | |
| 2248 | end | |
| 2249 | end | |
| 2250 | if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
| |
| 2251 | annoying = false | |
| 2252 | end | |
| 2253 | if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
| |
| 2254 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do | |
| 2255 | hwalk = true | |
| 2256 | hdwplr = v | |
| 2257 | end | |
| 2258 | end | |
| 2259 | if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
| |
| 2260 | hwalk = false | |
| 2261 | end | |
| 2262 | if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
| |
| 2263 | lplayer.Character["Left Leg"]:Destroy() | |
| 2264 | lplayer.Character["Left Arm"]:Destroy() | |
| 2265 | lplayer.Character["Right Leg"]:Destroy() | |
| 2266 | lplayer.Character["Right Arm"]:Destroy() | |
| 2267 | end | |
| 2268 | if string.sub(CMDBAR.Text, 1, 3) == ("god") then
| |
| 2269 | lplayer.Character.Humanoid.Name = 1 | |
| 2270 | local l = lplayer.Character["1"]:Clone() | |
| 2271 | l.Parent = lplayer.Character | |
| 2272 | l.Name = "Humanoid" | |
| 2273 | wait(0.1) | |
| 2274 | lplayer.Character["1"]:Destroy() | |
| 2275 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 2276 | lplayer.Character.Animate.Disabled = true | |
| 2277 | wait(0.1) | |
| 2278 | lplayer.Character.Animate.Disabled = false | |
| 2279 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 2280 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2281 | Title = "FE Godmode enabled"; | |
| 2282 | Text = "Use ;grespawn or ;respawn to remove."; | |
| 2283 | }) | |
| 2284 | end | |
| 2285 | if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
| |
| 2286 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 2287 | if (v:IsA("Accessory")) or (v:IsA("Hat")) then
| |
| 2288 | v.Parent = workspace | |
| 2289 | end | |
| 2290 | end | |
| 2291 | end | |
| 2292 | if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
| |
| 2293 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 2294 | if (v:IsA("Tool")) then
| |
| 2295 | v.Parent = workspace | |
| 2296 | end | |
| 2297 | end | |
| 2298 | end | |
| 2299 | if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
| |
| 2300 | droppinghats = true | |
| 2301 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2302 | Title = "Loop Drop Enabled"; | |
| 2303 | Text = "Type ;unloopdhats to disable"; | |
| 2304 | }) | |
| 2305 | end | |
| 2306 | if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
| |
| 2307 | droppinghats = false | |
| 2308 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2309 | Title = "Loop Drop Disabled"; | |
| 2310 | Text = "Type ;loopdhats to enable."; | |
| 2311 | }) | |
| 2312 | end | |
| 2313 | if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
| |
| 2314 | droppingtools = true | |
| 2315 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2316 | Title = "Loop Drop Enabled"; | |
| 2317 | Text = "Type ;unloopdtool to disable"; | |
| 2318 | }) | |
| 2319 | end | |
| 2320 | if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
| |
| 2321 | droppingtools = false | |
| 2322 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2323 | Title = "Loop Drop Disabled"; | |
| 2324 | Text = "Type ;loopdtool to enable."; | |
| 2325 | }) | |
| 2326 | end | |
| 2327 | if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
| |
| 2328 | Local = game:GetService('Players').LocalPlayer
| |
| 2329 | Char = Local.Character | |
| 2330 | touched,tpdback = false, false | |
| 2331 | box = Instance.new('Part',workspace)
| |
| 2332 | box.Anchored = true | |
| 2333 | box.CanCollide = true | |
| 2334 | box.Size = Vector3.new(10,1,10) | |
| 2335 | box.Position = Vector3.new(0,10000,0) | |
| 2336 | box.Touched:connect(function(part) | |
| 2337 | if (part.Parent.Name == Local.Name) then | |
| 2338 | if touched == false then | |
| 2339 | touched = true | |
| 2340 | function apply() | |
| 2341 | if script.Disabled ~= true then | |
| 2342 | no = Char.HumanoidRootPart:Clone() | |
| 2343 | wait(.25) | |
| 2344 | Char.HumanoidRootPart:Destroy() | |
| 2345 | no.Parent = Char | |
| 2346 | Char:MoveTo(loc) | |
| 2347 | touched = false | |
| 2348 | end end | |
| 2349 | if Char then | |
| 2350 | apply() | |
| 2351 | end | |
| 2352 | end | |
| 2353 | end | |
| 2354 | end) | |
| 2355 | repeat wait() until Char | |
| 2356 | loc = Char.HumanoidRootPart.Position | |
| 2357 | Char:MoveTo(box.Position + Vector3.new(0,.5,0)) | |
| 2358 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2359 | Title = "Invisibility enabled!"; | |
| 2360 | Text = "Reset or use ;respawn to remove."; | |
| 2361 | }) | |
| 2362 | end | |
| 2363 | if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
| |
| 2364 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do | |
| 2365 | if game:GetService("Players")[v.Name].Character.Humanoid then
| |
| 2366 | game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
| |
| 2367 | else | |
| 2368 | game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
| |
| 2369 | end | |
| 2370 | end | |
| 2371 | end | |
| 2372 | if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
| |
| 2373 | if lplayer.Character.Humanoid then | |
| 2374 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
| |
| 2375 | else | |
| 2376 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
| |
| 2377 | end | |
| 2378 | end | |
| 2379 | if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
| |
| 2380 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do | |
| 2381 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 2382 | end | |
| 2383 | end | |
| 2384 | if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
| |
| 2385 | repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
| |
| 2386 | repeat wait() until Mouse | |
| 2387 | ||
| 2388 | local T = lplayer.Character.HumanoidRootPart | |
| 2389 | local CONTROL = {F = 0, B = 0, L = 0, R = 0}
| |
| 2390 | local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
| |
| 2391 | local SPEED = speedget | |
| 2392 | ||
| 2393 | local function fly() | |
| 2394 | flying = true | |
| 2395 | local BG = Instance.new('BodyGyro', T)
| |
| 2396 | local BV = Instance.new('BodyVelocity', T)
| |
| 2397 | BG.P = 9e4 | |
| 2398 | BG.maxTorque = Vector3.new(9e9, 9e9, 9e9) | |
| 2399 | BG.cframe = T.CFrame | |
| 2400 | BV.velocity = Vector3.new(0, 0.1, 0) | |
| 2401 | BV.maxForce = Vector3.new(9e9, 9e9, 9e9) | |
| 2402 | spawn(function() | |
| 2403 | repeat wait() | |
| 2404 | lplayer.Character.Humanoid.PlatformStand = true | |
| 2405 | if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then | |
| 2406 | SPEED = 50 | |
| 2407 | elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then | |
| 2408 | SPEED = 0 | |
| 2409 | end | |
| 2410 | if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then | |
| 2411 | BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED | |
| 2412 | lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
| |
| 2413 | elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then | |
| 2414 | BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED | |
| 2415 | else | |
| 2416 | BV.velocity = Vector3.new(0, 0.1, 0) | |
| 2417 | end | |
| 2418 | BG.cframe = workspace.CurrentCamera.CoordinateFrame | |
| 2419 | until not flying | |
| 2420 | CONTROL = {F = 0, B = 0, L = 0, R = 0}
| |
| 2421 | lCONTROL = {F = 0, B = 0, L = 0, R = 0}
| |
| 2422 | SPEED = 0 | |
| 2423 | BG:destroy() | |
| 2424 | BV:destroy() | |
| 2425 | lplayer.Character.Humanoid.PlatformStand = false | |
| 2426 | end) | |
| 2427 | end | |
| 2428 | Mouse.KeyDown:connect(function(KEY) | |
| 2429 | if KEY:lower() == 'w' then | |
| 2430 | CONTROL.F = speedfly | |
| 2431 | elseif KEY:lower() == 's' then | |
| 2432 | CONTROL.B = -speedfly | |
| 2433 | elseif KEY:lower() == 'a' then | |
| 2434 | CONTROL.L = -speedfly | |
| 2435 | elseif KEY:lower() == 'd' then | |
| 2436 | CONTROL.R = speedfly | |
| 2437 | end | |
| 2438 | end) | |
| 2439 | Mouse.KeyUp:connect(function(KEY) | |
| 2440 | if KEY:lower() == 'w' then | |
| 2441 | CONTROL.F = 0 | |
| 2442 | elseif KEY:lower() == 's' then | |
| 2443 | CONTROL.B = 0 | |
| 2444 | elseif KEY:lower() == 'a' then | |
| 2445 | CONTROL.L = 0 | |
| 2446 | elseif KEY:lower() == 'd' then | |
| 2447 | CONTROL.R = 0 | |
| 2448 | end | |
| 2449 | end) | |
| 2450 | fly() | |
| 2451 | end | |
| 2452 | if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
| |
| 2453 | flying = false | |
| 2454 | lplayer.Character.Humanoid.PlatformStand = false | |
| 2455 | end | |
| 2456 | if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
| |
| 2457 | game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
| |
| 2458 | end | |
| 2459 | if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
| |
| 2460 | spamtext = (string.sub(CMDBAR.Text, 6)) | |
| 2461 | spamming = true | |
| 2462 | end | |
| 2463 | if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
| |
| 2464 | spamming = false | |
| 2465 | end | |
| 2466 | if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
| |
| 2467 | spamdelay = (string.sub(CMDBAR.Text, 10)) | |
| 2468 | end | |
| 2469 | if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
| |
| 2470 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do | |
| 2471 | pmspammed = v.Name | |
| 2472 | spammingpm = true | |
| 2473 | end | |
| 2474 | end | |
| 2475 | if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
| |
| 2476 | spammingpm = false | |
| 2477 | end | |
| 2478 | if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
| |
| 2479 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do | |
| 2480 | v.Character["Left Leg"].Anchored = true | |
| 2481 | v.Character["Left Arm"].Anchored = true | |
| 2482 | v.Character["Right Leg"].Anchored = true | |
| 2483 | v.Character["Right Arm"].Anchored = true | |
| 2484 | v.Character.Torso.Anchored = true | |
| 2485 | v.Character.Head.Anchored = true | |
| 2486 | end | |
| 2487 | end | |
| 2488 | if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
| |
| 2489 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do | |
| 2490 | v.Character["Left Leg"].Anchored = false | |
| 2491 | v.Character["Left Arm"].Anchored = false | |
| 2492 | v.Character["Right Leg"].Anchored = false | |
| 2493 | v.Character["Right Arm"].Anchored = false | |
| 2494 | v.Character.Torso.Anchored = false | |
| 2495 | v.Character.Head.Anchored = false | |
| 2496 | end | |
| 2497 | end | |
| 2498 | if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
| |
| 2499 | local a = game:GetService("Workspace"):getChildren()
| |
| 2500 | for i = 1, #a do | |
| 2501 | if a[i].className == "Part" then | |
| 2502 | a[i].Locked = false | |
| 2503 | elseif a[i].className == "Model" then | |
| 2504 | local r = a[i]:getChildren() | |
| 2505 | for i = 1, #r do | |
| 2506 | if r[i].className == "Part" then | |
| 2507 | r[i].Locked = false | |
| 2508 | end | |
| 2509 | end | |
| 2510 | end | |
| 2511 | end | |
| 2512 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2513 | Title = "Success!"; | |
| 2514 | Text = "Workspace unlocked. Use ;lockws to lock."; | |
| 2515 | }) | |
| 2516 | end | |
| 2517 | if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
| |
| 2518 | local a = game:GetService("Workspace"):getChildren()
| |
| 2519 | for i = 1, #a do | |
| 2520 | if a[i].className == "Part" then | |
| 2521 | a[i].Locked = true | |
| 2522 | elseif a[i].className == "Model" then | |
| 2523 | local r = a[i]:getChildren() | |
| 2524 | for i = 1, #r do | |
| 2525 | if r[i].className == "Part" then | |
| 2526 | r[i].Locked = true | |
| 2527 | end | |
| 2528 | end | |
| 2529 | end | |
| 2530 | end | |
| 2531 | end | |
| 2532 | if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
| |
| 2533 | local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
| |
| 2534 | Clone_T.BinType = "Clone" | |
| 2535 | local Destruct = Instance.new("HopperBin",lplayer.Backpack)
| |
| 2536 | Destruct.BinType = "Hammer" | |
| 2537 | local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
| |
| 2538 | Hold_T.BinType = "Grab" | |
| 2539 | end | |
| 2540 | if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
| |
| 2541 | lplayer.Character.Humanoid.PlatformStand = true | |
| 2542 | end | |
| 2543 | if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
| |
| 2544 | lplayer.Character.Humanoid.PlatformStand = false | |
| 2545 | end | |
| 2546 | if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
| |
| 2547 | lplayer.Character.Head.Mesh:Destroy() | |
| 2548 | end | |
| 2549 | if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
| |
| 2550 | lplayer.Character.Humanoid.Sit = true | |
| 2551 | end | |
| 2552 | if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
| |
| 2553 | local function bringobjw() | |
| 2554 | for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
| |
| 2555 | if obj.Name == (string.sub(CMDBAR.Text, 10)) then | |
| 2556 | obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame | |
| 2557 | obj.CanCollide = false | |
| 2558 | obj.Transparency = 0.7 | |
| 2559 | wait() | |
| 2560 | obj.CFrame = lplayer.Character["Left Leg"].CFrame | |
| 2561 | wait() | |
| 2562 | obj.CFrame = lplayer.Character["Right Leg"].CFrame | |
| 2563 | wait() | |
| 2564 | obj.CFrame = lplayer.Character["Head"].CFrame | |
| 2565 | end | |
| 2566 | end | |
| 2567 | end | |
| 2568 | while wait() do | |
| 2569 | bringobjw() | |
| 2570 | end | |
| 2571 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2572 | Title = "BringObj"; | |
| 2573 | Text = "BringObj enabled."; | |
| 2574 | }) | |
| 2575 | end | |
| 2576 | if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
| |
| 2577 | vis = (string.sub(CMDBAR.Text, 7)) | |
| 2578 | local a = game:GetService("Workspace"):GetDescendants()
| |
| 2579 | for i = 1, #a do | |
| 2580 | if a[i].className == "Part" then | |
| 2581 | a[i].Transparency = vis | |
| 2582 | elseif a[i].className == "Model" then | |
| 2583 | local r = a[i]:getChildren() | |
| 2584 | for i = 1, #r do | |
| 2585 | if r[i].className == "Part" then | |
| 2586 | r[i].Transparency = vis | |
| 2587 | end | |
| 2588 | end | |
| 2589 | end | |
| 2590 | end | |
| 2591 | end | |
| 2592 | if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
| |
| 2593 | loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
| |
| 2594 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2595 | Title = "Success!"; | |
| 2596 | Text = "HyperTotal GUI Loaded!"; | |
| 2597 | }) | |
| 2598 | end | |
| 2599 | if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
| |
| 2600 | CMDSFRAME.Visible = true | |
| 2601 | end | |
| 2602 | if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
| |
| 2603 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 2604 | if (v:IsA("Accessory")) or (v:IsA("Hat")) then
| |
| 2605 | v.Handle.Mesh:Destroy() | |
| 2606 | end | |
| 2607 | end | |
| 2608 | end | |
| 2609 | if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
| |
| 2610 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 2611 | if (v:IsA("Accessory")) or (v:IsA("Hat")) then
| |
| 2612 | v.Handle.Mesh:Destroy() | |
| 2613 | end | |
| 2614 | end | |
| 2615 | end | |
| 2616 | if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
| |
| 2617 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 2618 | if (v:IsA("Tool")) then
| |
| 2619 | v.Handle.Mesh:Destroy() | |
| 2620 | end | |
| 2621 | end | |
| 2622 | end | |
| 2623 | if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
| |
| 2624 | for i,v in pairs(lplayer.Character:GetChildren()) do | |
| 2625 | if (v:IsA("Tool")) then
| |
| 2626 | v.Handle.Mesh:Destroy() | |
| 2627 | end | |
| 2628 | end | |
| 2629 | end | |
| 2630 | if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
| |
| 2631 | local p = Instance.new("RocketPropulsion")
| |
| 2632 | p.Parent = lplayer.Character.HumanoidRootPart | |
| 2633 | p.Name = "Spinner" | |
| 2634 | p.Target = lplayer.Character["Left Arm"] | |
| 2635 | p:Fire() | |
| 2636 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2637 | Title = "Spinner enabled"; | |
| 2638 | Text = "Type ;nospinner to disable."; | |
| 2639 | }) | |
| 2640 | end | |
| 2641 | if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
| |
| 2642 | lplayer.Character.HumanoidRootPart.Spinner:Destroy() | |
| 2643 | end | |
| 2644 | if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
| |
| 2645 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do | |
| 2646 | if v:isA("Tool") then
| |
| 2647 | local a = Instance.new("SelectionBox",v.Handle)
| |
| 2648 | a.Adornee = v.Handle | |
| 2649 | v.Handle.Size = Vector3.new(0.5,0.5,60) | |
| 2650 | v.GripPos = Vector3.new(0,0,0) | |
| 2651 | lplayer.Character.Humanoid:UnequipTools() | |
| 2652 | end | |
| 2653 | end | |
| 2654 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2655 | Title = "Reach applied!"; | |
| 2656 | Text = "Applied to equipped sword. Use ;noreach to disable."; | |
| 2657 | }) | |
| 2658 | end | |
| 2659 | if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
| |
| 2660 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do | |
| 2661 | if v:isA("Tool") then
| |
| 2662 | local a = Instance.new("SelectionBox",v.Handle)
| |
| 2663 | a.Name = "Reach" | |
| 2664 | a.Adornee = v.Handle | |
| 2665 | v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7))) | |
| 2666 | v.GripPos = Vector3.new(0,0,0) | |
| 2667 | lplayer.Character.Humanoid:UnequipTools() | |
| 2668 | end | |
| 2669 | end | |
| 2670 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2671 | Title = "Reach applied!"; | |
| 2672 | Text = "Applied to equipped sword. Use ;noreach to disable."; | |
| 2673 | }) | |
| 2674 | end | |
| 2675 | if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
| |
| 2676 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do | |
| 2677 | if v:isA("Tool") then
| |
| 2678 | v.Handle.Reach:Destroy() | |
| 2679 | end | |
| 2680 | end | |
| 2681 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2682 | Title = "Reach removed!"; | |
| 2683 | Text = "Removed reach from equipped sword."; | |
| 2684 | }) | |
| 2685 | end | |
| 2686 | if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
| |
| 2687 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do | |
| 2688 | lplayer.Character.Humanoid.Name = 1 | |
| 2689 | local l = lplayer.Character["1"]:Clone() | |
| 2690 | l.Parent = lplayer.Character | |
| 2691 | l.Name = "Humanoid" | |
| 2692 | wait(0.1) | |
| 2693 | lplayer.Character["1"]:Destroy() | |
| 2694 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 2695 | lplayer.Character.Animate.Disabled = true | |
| 2696 | wait(0.1) | |
| 2697 | lplayer.Character.Animate.Disabled = false | |
| 2698 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 2699 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 2700 | lplayer.Character.Humanoid:EquipTool(v) | |
| 2701 | end | |
| 2702 | wait(0.1) | |
| 2703 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 2704 | wait(0.2) | |
| 2705 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 2706 | wait(0.5) | |
| 2707 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000)) | |
| 2708 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2709 | Title = "Tools needed!"; | |
| 2710 | Text = "You need a tool in your backpack for this command!"; | |
| 2711 | }) | |
| 2712 | end | |
| 2713 | end | |
| 2714 | if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
| |
| 2715 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do | |
| 2716 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 2717 | end | |
| 2718 | end | |
| 2719 | if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
| |
| 2720 | if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then | |
| 2721 | cbringall = true | |
| 2722 | else | |
| 2723 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do | |
| 2724 | brplr = v.Name | |
| 2725 | end | |
| 2726 | end | |
| 2727 | cbring = true | |
| 2728 | end | |
| 2729 | if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
| |
| 2730 | cbring = false | |
| 2731 | cbringall = false | |
| 2732 | end | |
| 2733 | if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
| |
| 2734 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do | |
| 2735 | local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 2736 | local NOW = lplayer.Character.HumanoidRootPart.CFrame | |
| 2737 | lplayer.Character.Humanoid.Name = 1 | |
| 2738 | local l = lplayer.Character["1"]:Clone() | |
| 2739 | l.Parent = lplayer.Character | |
| 2740 | l.Name = "Humanoid" | |
| 2741 | wait(0.1) | |
| 2742 | lplayer.Character["1"]:Destroy() | |
| 2743 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 2744 | lplayer.Character.Animate.Disabled = true | |
| 2745 | wait(0.1) | |
| 2746 | lplayer.Character.Animate.Disabled = false | |
| 2747 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 2748 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 2749 | lplayer.Character.Humanoid:EquipTool(v) | |
| 2750 | end | |
| 2751 | local function tp(player,player2) | |
| 2752 | local char1,char2=player.Character,player2.Character | |
| 2753 | if char1 and char2 then | |
| 2754 | char1:MoveTo(char2.Head.Position) | |
| 2755 | end | |
| 2756 | end | |
| 2757 | wait(0.1) | |
| 2758 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 2759 | wait(0.2) | |
| 2760 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
| |
| 2761 | wait(0.5) | |
| 2762 | lplayer.Character.HumanoidRootPart.CFrame = NOW | |
| 2763 | wait(0.6) | |
| 2764 | tp(lplayer, game:GetService("Players")[v.Name])
| |
| 2765 | wait(0.4) | |
| 2766 | lplayer.Character.HumanoidRootPart.CFrame = NOWPLR | |
| 2767 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2768 | Title = "Tools needed!"; | |
| 2769 | Text = "You need a tool in your backpack for this command!"; | |
| 2770 | }) | |
| 2771 | end | |
| 2772 | end | |
| 2773 | if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
| |
| 2774 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do | |
| 2775 | lplayer.Character.Humanoid.Name = 1 | |
| 2776 | local l = lplayer.Character["1"]:Clone() | |
| 2777 | l.Parent = lplayer.Character | |
| 2778 | l.Name = "Humanoid" | |
| 2779 | wait(0.1) | |
| 2780 | lplayer.Character["1"]:Destroy() | |
| 2781 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
| |
| 2782 | lplayer.Character.Animate.Disabled = true | |
| 2783 | wait(0.1) | |
| 2784 | lplayer.Character.Animate.Disabled = false | |
| 2785 | lplayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 2786 | for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do | |
| 2787 | lplayer.Character.Humanoid:EquipTool(v) | |
| 2788 | end | |
| 2789 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
| |
| 2790 | wait(0.3) | |
| 2791 | lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
| |
| 2792 | wait(0.4) | |
| 2793 | b = Instance.new("BodyForce")
| |
| 2794 | b.Parent = lplayer.Character.HumanoidRootPart | |
| 2795 | b.Name = "Glitch" | |
| 2796 | b.Force = Vector3.new(100000000,5000,0) | |
| 2797 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2798 | Title = "Tools needed!"; | |
| 2799 | Text = "You need a tool in your backpack for this command!"; | |
| 2800 | }) | |
| 2801 | end | |
| 2802 | end | |
| 2803 | if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
| |
| 2804 | lplayer.Character.HumanoidRootPart.Glitch:Destroy() | |
| 2805 | lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000) | |
| 2806 | b = Instance.new("BodyForce")
| |
| 2807 | b.Parent = lplayer.Character.HumanoidRootPart | |
| 2808 | b.Name = "unGlitch" | |
| 2809 | b.Force = Vector3.new(0,-5000000,0) | |
| 2810 | wait(2) | |
| 2811 | lplayer.Character.HumanoidRootPart.unGlitch:Destroy() | |
| 2812 | end | |
| 2813 | if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
| |
| 2814 | lplayer.Character.Humanoid.Health = 0 | |
| 2815 | wait(1) | |
| 2816 | lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000) | |
| 2817 | lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000) | |
| 2818 | end | |
| 2819 | if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
| |
| 2820 | loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
| |
| 2821 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2822 | Title = "Success!"; | |
| 2823 | Text = "DEX Explorer has loaded."; | |
| 2824 | }) | |
| 2825 | end | |
| 2826 | if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
| |
| 2827 | local Anim = Instance.new("Animation")
| |
| 2828 | Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6)) | |
| 2829 | local track = lplayer.Character.Humanoid:LoadAnimation(Anim) | |
| 2830 | track:Play(.1, 1, 1) | |
| 2831 | end | |
| 2832 | if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
| |
| 2833 | loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
| |
| 2834 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2835 | Title = "Success!"; | |
| 2836 | Text = "Energize Animations GUI has loaded."; | |
| 2837 | }) | |
| 2838 | end | |
| 2839 | if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
| |
| 2840 | saved = lplayer.Character.HumanoidRootPart.CFrame | |
| 2841 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2842 | Title = "Position Saved"; | |
| 2843 | Text = "Use ;loadpos to return to saved position."; | |
| 2844 | }) | |
| 2845 | end | |
| 2846 | if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
| |
| 2847 | lplayer.Character.HumanoidRootPart.CFrame = saved | |
| 2848 | end | |
| 2849 | if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
| |
| 2850 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do | |
| 2851 | local Anim2 = Instance.new("Animation")
| |
| 2852 | Anim2.AnimationId = "rbxassetid://148840371" | |
| 2853 | local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2) | |
| 2854 | track2:Play(.1, 1, 1) | |
| 2855 | bplrr = v.Name | |
| 2856 | banpl = true | |
| 2857 | end | |
| 2858 | end | |
| 2859 | if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
| |
| 2860 | banpl = false | |
| 2861 | end | |
| 2862 | if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
| |
| 2863 | local function bringmodw() | |
| 2864 | for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
| |
| 2865 | if obj.Name == (string.sub(CMDBAR.Text, 10)) then | |
| 2866 | for i,ch in pairs(obj:GetDescendants()) do | |
| 2867 | if (ch:IsA("BasePart")) then
| |
| 2868 | ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame | |
| 2869 | ch.CanCollide = false | |
| 2870 | ch.Transparency = 0.7 | |
| 2871 | wait() | |
| 2872 | ch.CFrame = lplayer.Character["Left Leg"].CFrame | |
| 2873 | wait() | |
| 2874 | ch.CFrame = lplayer.Character["Right Leg"].CFrame | |
| 2875 | wait() | |
| 2876 | ch.CFrame = lplayer.Character["Head"].CFrame | |
| 2877 | end | |
| 2878 | end | |
| 2879 | end | |
| 2880 | end | |
| 2881 | end | |
| 2882 | while wait() do | |
| 2883 | bringmodw() | |
| 2884 | end | |
| 2885 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2886 | Title = "BringMod"; | |
| 2887 | Text = "BringMod enabled."; | |
| 2888 | }) | |
| 2889 | end | |
| 2890 | if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
| |
| 2891 | local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
| |
| 2892 | local hum = Instance.new('Humanoid', mod)
| |
| 2893 | local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
| |
| 2894 | lplayer.Character = mod | |
| 2895 | end | |
| 2896 | if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
| |
| 2897 | game:GetService'RunService'.Stepped:Connect(function() | |
| 2898 | pcall(function() | |
| 2899 | for i,v in pairs(game:GetService'Players':GetPlayers()) do | |
| 2900 | if v.Character ~= nil and v.Character:FindFirstChild'Head' then | |
| 2901 | for _,x in pairs(v.Character.Head:GetChildren()) do | |
| 2902 | if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end | |
| 2903 | end | |
| 2904 | end | |
| 2905 | end | |
| 2906 | end) | |
| 2907 | end) | |
| 2908 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2909 | Title = "Attempting Shutdown"; | |
| 2910 | Text = "Shutdown Attempt has begun."; | |
| 2911 | }) | |
| 2912 | end | |
| 2913 | if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
| |
| 2914 | objtodel = (string.sub(CMDBAR.Text, 8)) | |
| 2915 | for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
| |
| 2916 | if v.Name == objtodel then | |
| 2917 | v:Destroy() | |
| 2918 | end | |
| 2919 | end | |
| 2920 | end | |
| 2921 | if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
| |
| 2922 | for i,v in pairs(game:GetService("Players"):GetPlayers())do
| |
| 2923 | print(v) | |
| 2924 | end | |
| 2925 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2926 | Title = "Printed"; | |
| 2927 | Text = "Players have been printed to console. (F9)"; | |
| 2928 | }) | |
| 2929 | end | |
| 2930 | if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
| |
| 2931 | for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
| |
| 2932 | if (v:IsA("Decal")) then
| |
| 2933 | v:Destroy() | |
| 2934 | end | |
| 2935 | end | |
| 2936 | end | |
| 2937 | if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
| |
| 2938 | loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
| |
| 2939 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 2940 | Title = "Success!"; | |
| 2941 | Text = "OpFinality GUI has loaded."; | |
| 2942 | }) | |
| 2943 | end | |
| 2944 | if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
| |
| 2945 | remotes = true | |
| 2946 | added = true | |
| 2947 | game.DescendantAdded:connect(function(rmt) | |
| 2948 | if added == true then | |
| 2949 | if remotes == true then | |
| 2950 | if rmt:IsA("RemoteEvent") then
| |
| 2951 | print("A RemoteEvent was added!")
| |
| 2952 | print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
| |
| 2953 | print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
| |
| 2954 | end end end | |
| 2955 | end) | |
| 2956 | game.DescendantAdded:connect(function(rmtfnctn) | |
| 2957 | if added == true then | |
| 2958 | if remotes == true then | |
| 2959 | if rmtfnctn:IsA("RemoteFunction") then
| |
| 2960 | warn("A RemoteFunction was added!")
| |
| 2961 | warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
| |
| 2962 | print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
| |
| 2963 | end end end | |
| 2964 | end) | |
| 2965 | ||
| 2966 | game.DescendantAdded:connect(function(bndfnctn) | |
| 2967 | if added == true then | |
| 2968 | if binds == true then | |
| 2969 | if bndfnctn:IsA("BindableFunction") then
| |
| 2970 | print("A BindableFunction was added!")
| |
| 2971 | print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
| |
| 2972 | print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
| |
| 2973 | end end end | |
| 2974 | end) | |
| 2975 | ||
| 2976 | game.DescendantAdded:connect(function(bnd) | |
| 2977 | if added == true then | |
| 2978 | if binds == true then | |
| 2979 | if bnd:IsA("BindableEvent") then
| |
| 2980 | warn("A BindableEvent was added!")
| |
| 2981 | warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
| |
| 2982 | print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
| |
| 2983 | end end end | |
| 2984 | end) | |
| 2985 | ||
| 2986 | ||
| 2987 | if binds == true then | |
| 2988 | for i,v in pairs(game:GetDescendants()) do | |
| 2989 | if v:IsA("BindableFunction") then
| |
| 2990 | print(" game." .. v:GetFullName() .. " | BindableFunction")
| |
| 2991 | print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
| |
| 2992 | end end | |
| 2993 | for i,v in pairs(game:GetDescendants()) do | |
| 2994 | if v:IsA("BindableEvent") then
| |
| 2995 | warn(" game." .. v:GetFullName() .. " | BindableEvent")
| |
| 2996 | print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
| |
| 2997 | end end | |
| 2998 | else | |
| 2999 | print("Off")
| |
| 3000 | end | |
| 3001 | if remotes == true then | |
| 3002 | for i,v in pairs(game:GetDescendants()) do | |
| 3003 | if v:IsA("RemoteFunction") then
| |
| 3004 | warn(" game." .. v:GetFullName() .. " | RemoteFunction")
| |
| 3005 | print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
| |
| 3006 | end end | |
| 3007 | wait() | |
| 3008 | for i,v in pairs(game:GetDescendants()) do | |
| 3009 | if v:IsA("RemoteEvent") then
| |
| 3010 | print(" game." .. v:GetFullName() .. " | RemoteEvent")
| |
| 3011 | print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
| |
| 3012 | end end | |
| 3013 | else | |
| 3014 | print("Off")
| |
| 3015 | end | |
| 3016 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3017 | Title = "Printing Remotes"; | |
| 3018 | Text = "Type ;noremotes to disable."; | |
| 3019 | }) | |
| 3020 | end | |
| 3021 | if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
| |
| 3022 | remotes = false | |
| 3023 | added = false | |
| 3024 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3025 | Title = "Printing Remotes Disabled"; | |
| 3026 | Text = "Type ;remotes to enable."; | |
| 3027 | }) | |
| 3028 | end | |
| 3029 | if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
| |
| 3030 | spin = false | |
| 3031 | followed = false | |
| 3032 | traill = false | |
| 3033 | noclip = false | |
| 3034 | annoying = false | |
| 3035 | hwalk = false | |
| 3036 | cbringing = false | |
| 3037 | end | |
| 3038 | if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
| |
| 3039 | stopsitting = true | |
| 3040 | end | |
| 3041 | if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
| |
| 3042 | stopsitting = false | |
| 3043 | end | |
| 3044 | if string.sub(CMDBAR.Text, 1, 7) == ("version") then
| |
| 3045 | print(adminversion) | |
| 3046 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3047 | Title = "Version"; | |
| 3048 | Text = adminversion; | |
| 3049 | }) | |
| 3050 | end | |
| 3051 | if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
| |
| 3052 | clickgoto = true | |
| 3053 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3054 | Title = "Click TP"; | |
| 3055 | Text = "Press E to teleport to mouse position"; | |
| 3056 | }) | |
| 3057 | end | |
| 3058 | if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
| |
| 3059 | clickgoto = false | |
| 3060 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3061 | Title = "Click TP"; | |
| 3062 | Text = "Click TP has been disabled."; | |
| 3063 | }) | |
| 3064 | end | |
| 3065 | if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
| |
| 3066 | gettingtools = true | |
| 3067 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3068 | Title = "Tools Enabled"; | |
| 3069 | Text = "Automatically colleting tools dropped."; | |
| 3070 | }) | |
| 3071 | end | |
| 3072 | if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
| |
| 3073 | gettingtools = false | |
| 3074 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3075 | Title = "Tools Disabled"; | |
| 3076 | Text = "Click TP has been disabled."; | |
| 3077 | }) | |
| 3078 | end | |
| 3079 | if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
| |
| 3080 | ScreenGui:Destroy() | |
| 3081 | end | |
| 3082 | if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
| |
| 3083 | lplayer.Character.Head:Destroy() | |
| 3084 | end | |
| 3085 | if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
| |
| 3086 | statechosen = string.sub(CMDBAR.Text, 7) | |
| 3087 | changingstate = true | |
| 3088 | end | |
| 3089 | if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
| |
| 3090 | game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
| |
| 3091 | end | |
| 3092 | if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
| |
| 3093 | removingmeshhats = true | |
| 3094 | end | |
| 3095 | if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
| |
| 3096 | removingmeshhats = false | |
| 3097 | end | |
| 3098 | if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
| |
| 3099 | removingmeshtool = true | |
| 3100 | end | |
| 3101 | if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
| |
| 3102 | removingmeshtool = false | |
| 3103 | end | |
| 3104 | if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
| |
| 3105 | for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
| |
| 3106 | if v:IsA("Tool") then
| |
| 3107 | for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do | |
| 3108 | v.Parent = player.Character | |
| 3109 | end | |
| 3110 | end | |
| 3111 | end | |
| 3112 | end | |
| 3113 | if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
| |
| 3114 | for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do | |
| 3115 | game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
| |
| 3116 | end | |
| 3117 | end | |
| 3118 | if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
| |
| 3119 | for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do | |
| 3120 | game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
| |
| 3121 | end | |
| 3122 | end | |
| 3123 | if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
| |
| 3124 | for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do | |
| 3125 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3126 | Title = player.AccountAge.." Days"; | |
| 3127 | Text = "Account age of "..player.Name; | |
| 3128 | }) | |
| 3129 | end | |
| 3130 | end | |
| 3131 | if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
| |
| 3132 | for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do | |
| 3133 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3134 | Title = player.UserId.." ID"; | |
| 3135 | Text = "Account ID of "..player.Name; | |
| 3136 | }) | |
| 3137 | end | |
| 3138 | end | |
| 3139 | if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
| |
| 3140 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3141 | Title = "Game ID"; | |
| 3142 | Text = "Game ID: ".. game.GameId; | |
| 3143 | }) | |
| 3144 | end | |
| 3145 | if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
| |
| 3146 | local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
| |
| 3147 | if pgscheck == true then | |
| 3148 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3149 | Title = "PGSPhysicsSolverEnabled"; | |
| 3150 | Text = "PGS is Enabled!"; | |
| 3151 | }) | |
| 3152 | else | |
| 3153 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3154 | Title = "PGSPhysicsSolverEnabled"; | |
| 3155 | Text = "PGS is Disabled!"; | |
| 3156 | }) | |
| 3157 | end | |
| 3158 | end | |
| 3159 | if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
| |
| 3160 | for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
| |
| 3161 | if v:IsA("Part") then
| |
| 3162 | if v.Transparency == 1 then | |
| 3163 | if v.Name ~= "HumanoidRootPart" then | |
| 3164 | v:Destroy() | |
| 3165 | end | |
| 3166 | end | |
| 3167 | end | |
| 3168 | end | |
| 3169 | end | |
| 3170 | if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
| |
| 3171 | game:GetService("Lighting").FogStart = 0
| |
| 3172 | game:GetService("Lighting").FogEnd = 9999999999999
| |
| 3173 | end | |
| 3174 | if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
| |
| 3175 | lplayer.Character.Humanoid.Parent = lplayer | |
| 3176 | end | |
| 3177 | if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
| |
| 3178 | lplayer.Humanoid.Parent = lplayer.Character | |
| 3179 | end | |
| 3180 | if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
| |
| 3181 | for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
| |
| 3182 | if v:IsA("Tool") then
| |
| 3183 | v.Parent = lplayer.Character | |
| 3184 | wait() | |
| 3185 | for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do | |
| 3186 | v.Parent = player.Character | |
| 3187 | end | |
| 3188 | end | |
| 3189 | end | |
| 3190 | end | |
| 3191 | if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
| |
| 3192 | speedfly = string.sub(CMDBAR.Text, 10) | |
| 3193 | wait() | |
| 3194 | change() | |
| 3195 | end | |
| 3196 | if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
| |
| 3197 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do | |
| 3198 | local Anim3 = Instance.new("Animation")
| |
| 3199 | Anim3.AnimationId = "rbxassetid://282574440" | |
| 3200 | local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3) | |
| 3201 | track3:Play(.1, 1, 1) | |
| 3202 | bplrr = v.Name | |
| 3203 | banpl = true | |
| 3204 | end | |
| 3205 | end | |
| 3206 | if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
| |
| 3207 | banpl = false | |
| 3208 | end | |
| 3209 | if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
| |
| 3210 | for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do | |
| 3211 | staring = true | |
| 3212 | stareplr = v | |
| 3213 | end | |
| 3214 | end | |
| 3215 | if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
| |
| 3216 | staring = false | |
| 3217 | end | |
| 3218 | if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
| |
| 3219 | chatlogs = true | |
| 3220 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3221 | Title = "LogChat enabled"; | |
| 3222 | Text = "Now logging all player chat."; | |
| 3223 | }) | |
| 3224 | end | |
| 3225 | if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
| |
| 3226 | chatlogs = false | |
| 3227 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3228 | Title = "LogChat disabled"; | |
| 3229 | Text = "Stopped logging all player chat."; | |
| 3230 | }) | |
| 3231 | end | |
| 3232 | if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
| |
| 3233 | game:GetService("Workspace").CurrentCamera:Destroy()
| |
| 3234 | wait(0.1) | |
| 3235 | game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
| |
| 3236 | game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
| |
| 3237 | lplayer.CameraMinZoomDistance = 0.5 | |
| 3238 | lplayer.CameraMaxZoomDistance = 400 | |
| 3239 | lplayer.CameraMode = "Classic" | |
| 3240 | end | |
| 3241 | if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
| |
| 3242 | changingstate = false | |
| 3243 | end | |
| 3244 | CMDBAR.Text = "" | |
| 3245 | end | |
| 3246 | end) | |
| 3247 | ||
| 3248 | wait(0.3) | |
| 3249 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3250 | Title = "Loaded successfully!"; | |
| 3251 | Text = "Reviz Admin V2 by illremember"; | |
| 3252 | }) | |
| 3253 | wait(0.1) | |
| 3254 | print("Reviz Admin V2 loaded!")
| |
| 3255 | if game:GetService("Workspace").FilteringEnabled == true then
| |
| 3256 | warn("FE is Enabled (Filtering Enabled)")
| |
| 3257 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3258 | Title = "FE is Enabled"; | |
| 3259 | Text = "Filtering Enabled. Enjoy using Reviz Admin!"; | |
| 3260 | }) | |
| 3261 | else | |
| 3262 | warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
| |
| 3263 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 3264 | Title = "FE is Disabled"; | |
| 3265 | Text = "Filtering Disabled. Consider using a different admin script."; | |
| 3266 | }) | |
| 3267 | end | |
| 3268 | ||
| 3269 | local intro = Instance.new("ScreenGui")
| |
| 3270 | local Frame = Instance.new("Frame")
| |
| 3271 | local ImageLabel = Instance.new("ImageLabel")
| |
| 3272 | intro.Parent = game:GetService("CoreGui")
| |
| 3273 | Frame.Parent = intro | |
| 3274 | Frame.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 3275 | Frame.BackgroundTransparency = 1 | |
| 3276 | Frame.Size = UDim2.new(1, 0, 0, 300) | |
| 3277 | Frame.Position = UDim2.new(0, 0, -0.4, 0) | |
| 3278 | ImageLabel.Parent = Frame | |
| 3279 | ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 3280 | ImageLabel.BackgroundTransparency = 1 | |
| 3281 | ImageLabel.Position = UDim2.new(0, 0, 0, 0) | |
| 3282 | ImageLabel.Size = UDim2.new(1, 0, 1, 0) | |
| 3283 | ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618" | |
| 3284 | Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3) | |
| 3285 | wait(3.01) | |
| 3286 | Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5) | |
| 3287 | wait(5.01) | |
| 3288 | intro:Destroy() | |
| 3289 | ||
| 3290 | C.Name = "C" | |
| 3291 | C.Parent = Main | |
| 3292 | C.Active = true | |
| 3293 | C.BackgroundColor3 = Color3.new(0, 0, 0) | |
| 3294 | C.Position = UDim2.new(0, 0, 0.107569724, 0) | |
| 3295 | C.Size = UDim2.new(0, 345, 0, 40) | |
| 3296 | ||
| 3297 | B.Name = "B" | |
| 3298 | B.Parent = Main | |
| 3299 | B.Active = true | |
| 3300 | B.BackgroundColor3 = Color3.new(0, 0, 0) | |
| 3301 | B.Position = UDim2.new(0, 0, 0.820717156, 0) | |
| 3302 | B.Size = UDim2.new(0, 345, 0, 45) | |
| 3303 | ||
| 3304 | TextLabel.Parent = B | |
| 3305 | TextLabel.Active = true | |
| 3306 | TextLabel.BackgroundColor3 = Color3.new(0, 0, 0) | |
| 3307 | TextLabel.BorderColor3 = Color3.new(0, 0, 0) | |
| 3308 | TextLabel.Position = UDim2.new(0.20869565, 0, 0.177777782, 0) | |
| 3309 | TextLabel.Size = UDim2.new(0, 200, 0, 28) | |
| 3310 | TextLabel.Font = Enum.Font.Cartoon | |
| 3311 | TextLabel.Text = "Script By RDM Script" | |
| 3312 | TextLabel.TextColor3 = Color3.new(1, 1, 1) | |
| 3313 | TextLabel.TextScaled = true | |
| 3314 | TextLabel.TextSize = 14 | |
| 3315 | TextLabel.TextWrapped = true | |
| 3316 | ||
| 3317 | Close.Name = "Close" | |
| 3318 | Close.Parent = Main | |
| 3319 | Close.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 3320 | Close.Position = UDim2.new(0.91541791, 0, 0, 0) | |
| 3321 | Close.Size = UDim2.new(0, 29, 0, 19) | |
| 3322 | Close.Font = Enum.Font.Cartoon | |
| 3323 | Close.Text = "_" | |
| 3324 | Close.TextColor3 = Color3.new(0, 0, 0) | |
| 3325 | Close.TextScaled = true | |
| 3326 | Close.TextSize = 14 | |
| 3327 | Close.TextWrapped = true | |
| 3328 | Close.MouseButton1Down:connect(function() | |
| 3329 | OpenFrame.Visible = true | |
| 3330 | Main.Visible = false | |
| 3331 | end) | |
| 3332 | ||
| 3333 | Minimize.Name = "Minimize" | |
| 3334 | Minimize.Parent = Main | |
| 3335 | Minimize.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 3336 | Minimize.Position = UDim2.new(0.831359923, 0, 0, 0) | |
| 3337 | Minimize.Size = UDim2.new(0, 29, 0, 19) | |
| 3338 | Minimize.Font = Enum.Font.Cartoon | |
| 3339 | Minimize.Text = "X" | |
| 3340 | Minimize.TextColor3 = Color3.new(0, 0, 0) | |
| 3341 | Minimize.TextScaled = true | |
| 3342 | Minimize.TextSize = 14 | |
| 3343 | Minimize.TextWrapped = true | |
| 3344 | Minimize.MouseButton1Click:Connect(function() | |
| 3345 | Main.Visible = false | |
| 3346 | Open.Visible = true | |
| 3347 | end) | |
| 3348 | ||
| 3349 | A.Name = "A" | |
| 3350 | A.Parent = Main | |
| 3351 | A.Active = true | |
| 3352 | A.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 3353 | A.BorderColor3 = Color3.new(1, 1, 1) | |
| 3354 | A.Position = UDim2.new(0.231884062, 0, 0.0239043832, 0) | |
| 3355 | A.Size = UDim2.new(0, 180, 0, 13) | |
| 3356 | ||
| 3357 | TextLabel_2.Parent = A | |
| 3358 | TextLabel_2.Active = true | |
| 3359 | TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 3360 | TextLabel_2.BorderColor3 = Color3.new(1, 1, 1) | |
| 3361 | TextLabel_2.Position = UDim2.new(0, 0, -0.230769232, 0) | |
| 3362 | TextLabel_2.Size = UDim2.new(0, 180, 0, 13) | |
| 3363 | TextLabel_2.Font = Enum.Font.Cartoon | |
| 3364 | TextLabel_2.Text = "One Piece: Legendary" | |
| 3365 | TextLabel_2.TextColor3 = Color3.new(0, 0, 0) | |
| 3366 | TextLabel_2.TextScaled = true | |
| 3367 | TextLabel_2.TextSize = 14 | |
| 3368 | TextLabel_2.TextWrapped = true | |
| 3369 | ||
| 3370 | OpenFrame.Name = "OpenFrame" | |
| 3371 | OpenFrame.Parent = ScreenGui | |
| 3372 | OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 3373 | OpenFrame.Position = UDim2.new(0.0430504307, 0, 0.673306823, 0) | |
| 3374 | OpenFrame.Size = UDim2.new(0, 82, 0, 29) | |
| 3375 | ||
| 3376 | Open.Name = "Open" | |
| 3377 | Open.Parent = OpenFrame | |
| 3378 | Open.BackgroundColor3 = Color3.new(0, 0, 0) | |
| 3379 | Open.Size = UDim2.new(0, 82, 0, 29) | |
| 3380 | Open.Font = Enum.Font.Cartoon | |
| 3381 | Open.Text = "Open" | |
| 3382 | Open.TextColor3 = Color3.new(1, 0, 0) | |
| 3383 | Open.TextScaled = true | |
| 3384 | Open.TextSize = 14 | |
| 3385 | Open.TextWrapped = true | |
| 3386 | Open.MouseButton1Down:connect(function() | |
| 3387 | Main.Visible = true | |
| 3388 | OpenFrame.Visible = false | |
| 3389 | end) | |
| 3390 | -- Scripts: |