Advertisement
uor

gooder

uor
Apr 18th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 308.42 KB | None | 0 0
  1. -- Instances:
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local OpenFrame = Instance.new("Frame")
  5. local Open = Instance.new("TextButton")
  6. local Main = Instance.new("Frame")
  7. local BeautyA = Instance.new("Frame")
  8. local BeautyB = Instance.new("Frame")
  9. local Close = Instance.new("TextButton")
  10. local Credits = Instance.new("TextLabel")
  11. local TextLabel = Instance.new("TextLabel")
  12. local godmode = Instance.new("TextButton")
  13. local guiautofarm = Instance.new("TextButton")
  14. local line1 = Instance.new("Frame")
  15. local line2 = Instance.new("Frame")
  16. local bigknife = Instance.new("TextButton")
  17. local bigbat = Instance.new("TextButton")
  18. local bigPitchfork = Instance.new("TextButton")
  19. local bigStopSign = Instance.new("TextButton")
  20. local bigShovel = Instance.new("TextButton")
  21. local fly = Instance.new("TextButton")
  22. local AntiLoseWeapons = Instance.new("TextButton")
  23. local speedhackandgravity = Instance.new("TextButton")
  24. local GUIAUTOFARMFREE = Instance.new("TextButton")
  25.  
  26. --Properties:
  27.  
  28. ScreenGui.Parent = game.CoreGui
  29. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. OpenFrame.Name = "OpenFrame"
  32. OpenFrame.Parent = ScreenGui
  33. OpenFrame.Active = true
  34. OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  35. OpenFrame.BorderColor3 = Color3.fromRGB(170, 0, 0)
  36. OpenFrame.BorderSizePixel = 0
  37. OpenFrame.Position = UDim2.new(0, 0, 0.571253061, 0)
  38. OpenFrame.Size = UDim2.new(0, 63, 0, 19)
  39.  
  40. Open.Name = "Open"
  41. Open.Parent = OpenFrame
  42. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  43. Open.Position = UDim2.new(-2.38418579e-07, 0, 0, 0)
  44. Open.Size = UDim2.new(0, 63, 0, 19)
  45. Open.Font = Enum.Font.Cartoon
  46. Open.Text = "Open"
  47. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. Open.TextSize = 14.000
  49. Open.MouseButton1Down:connect(function()
  50. Main.Visible = true
  51. OpenFrame.Visible = false
  52. end)
  53.  
  54. Main.Name = "Main"
  55. Main.Parent = ScreenGui
  56. Main.Active = true
  57. Main.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  58. Main.Position = UDim2.new(0.366666675, 0, 0.305896819, 0)
  59. Main.Size = UDim2.new(0, 497, 0, 315)
  60. Main.Visible = false
  61. Main.Draggable = true
  62.  
  63. BeautyA.Name = "BeautyA"
  64. BeautyA.Parent = Main
  65. BeautyA.Active = true
  66. BeautyA.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  67. BeautyA.BorderSizePixel = 0
  68. BeautyA.Size = UDim2.new(0, 497, 0, 25)
  69.  
  70. BeautyB.Name = "BeautyB"
  71. BeautyB.Parent = Main
  72. BeautyB.Active = true
  73. BeautyB.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  74. BeautyB.BorderSizePixel = 0
  75. BeautyB.Position = UDim2.new(0, 0, 0.920634925, 0)
  76. BeautyB.Size = UDim2.new(0, 497, 0, 25)
  77.  
  78. Close.Name = "Close"
  79. Close.Parent = Main
  80. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. Close.BackgroundTransparency = 1.000
  82. Close.BorderSizePixel = 0
  83. Close.Position = UDim2.new(0.77867204, 0, -0.0222222228, 0)
  84. Close.Size = UDim2.new(0, 178, 0, 38)
  85. Close.Font = Enum.Font.Cartoon
  86. Close.Text = "X"
  87. Close.TextColor3 = Color3.fromRGB(255, 0, 0)
  88. Close.TextScaled = true
  89. Close.TextSize = 14.000
  90. Close.TextWrapped = true
  91. Close.MouseButton1Down:connect(function()
  92. OpenFrame.Visible = true
  93. Main.Visible = false
  94. end)
  95.  
  96. Credits.Name = "Credits"
  97. Credits.Parent = Main
  98. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. Credits.BackgroundTransparency = 1.000
  100. Credits.BorderSizePixel = 0
  101. Credits.Position = UDim2.new(0, 0, 0.920634925, 0)
  102. Credits.Size = UDim2.new(0, 497, 0, 25)
  103. Credits.Font = Enum.Font.ArialBold
  104. Credits.Text = "[Version 1.10] SCRIPT BY ROBLOXCHEATER3333 "
  105. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  106. Credits.TextSize = 19.000
  107.  
  108. TextLabel.Parent = Main
  109. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  110. TextLabel.BackgroundTransparency = 1.000
  111. TextLabel.BorderSizePixel = 0
  112. TextLabel.Position = UDim2.new(0.217303827, 0, 0, 0)
  113. TextLabel.Size = UDim2.new(0, 280, 0, 25)
  114. TextLabel.Font = Enum.Font.ArialBold
  115. TextLabel.Text = "GUI DA HOOD"
  116. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. TextLabel.TextSize = 19.000
  118.  
  119. godmode.Name = "god mode "
  120. godmode.Parent = Main
  121. godmode.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  122. godmode.BorderSizePixel = 0
  123. godmode.Position = UDim2.new(0.0402414501, 0, 0.0984127, 0)
  124. godmode.Size = UDim2.new(0, 128, 0, 39)
  125. godmode.Font = Enum.Font.ArialBold
  126. godmode.Text = "GOD MODE "
  127. godmode.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. godmode.TextSize = 14.000
  129. godmode.MouseButton1Down:connect(function()
  130. plr = game:GetService('Players').LocalPlayer
  131. plr.Character.BodyEffects:FindFirstChild('BreakingParts'):Destroy()
  132. end)
  133.  
  134. guiautofarm.Name = "gui auto farm"
  135. guiautofarm.Parent = Main
  136. guiautofarm.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  137. guiautofarm.BorderSizePixel = 0
  138. guiautofarm.Position = UDim2.new(0, 0, 0.253968269, 0)
  139. guiautofarm.Size = UDim2.new(0, 163, 0, 39)
  140. guiautofarm.Font = Enum.Font.ArialBold
  141. guiautofarm.Text = "GUI AUTO FARM(Level 7)"
  142. guiautofarm.TextColor3 = Color3.fromRGB(255, 255, 255)
  143. guiautofarm.TextSize = 14.000
  144. guiautofarm.MouseButton1Down:connect(function()
  145. -- This file was generated using Luraph Obfuscator v11.5 by memcorrupt.
  146.  
  147. local NotTheReworklIIi1iI11il1i1I1lil = {} for NotTheReworkiII11I1IIl1lI1Iiiii = 0, 255 do local NotTheReworkIlIil1lIiIl11iil11i, NotTheReworklIlI11IilIII11iil1li1 = string.char(NotTheReworkiII11I1IIl1lI1Iiiii), string.char(NotTheReworkiII11I1IIl1lI1Iiiii, 0) NotTheReworklIIi1iI11il1i1I1lil[NotTheReworklIlI11IilIII11iil1li1] = NotTheReworkIlIil1lIiIl11iil11i end local NotTheReworklI1llI1iI11i1IiII11 = function(NotTheReworki1I1ilIIiiIi1illili, NotTheReworklIll1IIiilli11llIlili, NotTheReworkl1lliI1llIl1lliliII, NotTheReworklilIlIlllI11l1IIiIi) if NotTheReworkl1lliI1llIl1lliliII >= 256 then NotTheReworkl1lliI1llIl1lliliII, NotTheReworklilIlIlllI11l1IIiIi = 0, NotTheReworklilIlIlllI11l1IIiIi + 1 if NotTheReworklilIlIlllI11l1IIiIi >= 256 then NotTheReworklIll1IIiilli11llIlili = {} NotTheReworklilIlIlllI11l1IIiIi = 1 end end NotTheReworklIll1IIiilli11llIlili[string.char(NotTheReworkl1lliI1llIl1lliliII, NotTheReworklilIlIlllI11l1IIiIi)] = NotTheReworki1I1ilIIiiIi1illili NotTheReworkl1lliI1llIl1lliliII = NotTheReworkl1lliI1llIl1lliliII + 1 return NotTheReworklIll1IIiilli11llIlili, NotTheReworkl1lliI1llIl1lliliII, NotTheReworklilIlIlllI11l1IIiIi end local function NotTheReworklil1li1iIIIilIl1l11(NotTheReworklI11IIIiI1iI1IlIlli) local NotTheReworklIl1liI11lIIIII1i111l = #NotTheReworklI11IIIiI1iI1IlIlli local NotTheReworklIll1IIiilli11llIlili = {} local NotTheReworkl1lliI1llIl1lliliII, NotTheReworklilIlIlllI11l1IIiIi = 0, 1 local NotTheReworklIIIll1l1II1IIIll1i = {} local NotTheReworkilililI11ll1Ii111Ii = 1 local NotTheReworklIlllli1Ii11iii1lIIIl = string.sub(NotTheReworklI11IIIiI1iI1IlIlli, 1, 2) NotTheReworklIIIll1l1II1IIIll1i[NotTheReworkilililI11ll1Ii111Ii] = NotTheReworklIIi1iI11il1i1I1lil[NotTheReworklIlllli1Ii11iii1lIIIl] or NotTheReworklIll1IIiilli11llIlili[NotTheReworklIlllli1Ii11iii1lIIIl] NotTheReworkilililI11ll1Ii111Ii = NotTheReworkilililI11ll1Ii111Ii + 1 for NotTheReworkiII11I1IIl1lI1Iiiii = 3, NotTheReworklIl1liI11lIIIII1i111l, 2 do local NotTheReworklIli1lII1lllIlil1iiIi = string.sub(NotTheReworklI11IIIiI1iI1IlIlli, NotTheReworkiII11I1IIl1lI1Iiiii, NotTheReworkiII11I1IIl1lI1Iiiii + 1) local NotTheReworklIllI1iiiIliliI1ll1II = NotTheReworklIIi1iI11il1i1I1lil[NotTheReworklIlllli1Ii11iii1lIIIl] or NotTheReworklIll1IIiilli11llIlili[NotTheReworklIlllli1Ii11iii1lIIIl] local NotTheReworkii111llil1iIIi1iI11 = NotTheReworklIIi1iI11il1i1I1lil[NotTheReworklIli1lII1lllIlil1iiIi] or NotTheReworklIll1IIiilli11llIlili[NotTheReworklIli1lII1lllIlil1iiIi] if NotTheReworkii111llil1iIIi1iI11 then NotTheReworklIIIll1l1II1IIIll1i[NotTheReworkilililI11ll1Ii111Ii] = NotTheReworkii111llil1iIIi1iI11 NotTheReworkilililI11ll1Ii111Ii = NotTheReworkilililI11ll1Ii111Ii + 1 NotTheReworklIll1IIiilli11llIlili, NotTheReworkl1lliI1llIl1lliliII, NotTheReworklilIlIlllI11l1IIiIi = NotTheReworklI1llI1iI11i1IiII11(NotTheReworklIllI1iiiIliliI1ll1II .. string.sub(NotTheReworkii111llil1iIIi1iI11, 1, 1), NotTheReworklIll1IIiilli11llIlili, NotTheReworkl1lliI1llIl1lliliII, NotTheReworklilIlIlllI11l1IIiIi) else local NotTheReworkiIiIIli11Iiil1lIlil = NotTheReworklIllI1iiiIliliI1ll1II .. string.sub(NotTheReworklIllI1iiiIliliI1ll1II, 1, 1) NotTheReworklIIIll1l1II1IIIll1i[NotTheReworkilililI11ll1Ii111Ii] = NotTheReworkiIiIIli11Iiil1lIlil NotTheReworkilililI11ll1Ii111Ii = NotTheReworkilililI11ll1Ii111Ii + 1 NotTheReworklIll1IIiilli11llIlili, NotTheReworkl1lliI1llIl1lliliII, NotTheReworklilIlIlllI11l1IIiIi = NotTheReworklI1llI1iI11i1IiII11(NotTheReworkiIiIIli11Iiil1lIlil, NotTheReworklIll1IIiilli11llIlili, NotTheReworkl1lliI1llIl1lliliII, NotTheReworklilIlIlllI11l1IIiIi) end NotTheReworklIlllli1Ii11iii1lIIIl = NotTheReworklIli1lII1lllIlil1iiIi end return table.concat(NotTheReworklIIIll1l1II1IIIll1i) end local NotTheReworkllilIiIIlli11IIlIil = function(NotTheReworklI11IIIiI1iI1IlIlli) return ({ NotTheReworklI11IIIiI1iI1IlIlli:sub(5):gsub("..", function(NotTheReworklIlIlIiI11li1lIi1ll1l) return string.char(tonumber(NotTheReworklIlIlIiI11li1lIi1ll1l, 16)) end) })[1] end loadstring(NotTheReworklil1li1iIIIilIl1l11(NotTheReworkllilIiIIlli11IIlIil("LPH|6C006F00630061006C0020004E006F0074005400680065005200650077006F0072006B006C0049006C00310012013100310069001301690069006C001401690015011C0120003D0020006100730073006500720074002000000102010401060108010A010C010E011001490031004900370137011D0135011F013701190118012201200027016C00650063002A012C0103010501070109010B010D010F016B003B01180114016C001C0135011D01180119014900400174006F006E0075006D00620028012B01010148012F014B0132014E01120153011B013A0149001C01690138016D013100400175006E007000610063006B0062012D01490130014C0133014F016D011C013601150117013A0116013501400170002D01040147012E014A0131014D01100153011401830113012001120155011501400127017400660065006E0076007A0164018F017E014E0119016F01930196013A013E0169009B01650074006D00AF0161007400610062004301A2018E017D01670134013701150135011301160112011B013601AD0123017400790070006500B8017C0166019101110156013B011E0118016D019401140140016700AF019E01A001CB01650190017F011F0120016B011D011F016E0117016D015A016F0073007400720069006E006700DC01A401BB01110181011A01C301E4011D016F014001280172000F01F001BA01CE0169011F01690157011C0158016B0113019B01EB01ED0167002E00730075006200FE01CD017F016A01AC011B013C0153011A0112010902EC01EE012E00620079007400CA018D01CC01DE0168018201A70116013C01C401E0011B020B022E00630068006100720011022502920151011501940150015201D3012D021D027200650070003402A50134016E019301E101710154011B013D020C0267000E0210022302DD014302F3016A016F0119011B013801050236014B022E006D00B30130024202F2011602BF019601C0014902570140017201230266007401450169005C012402520203023B028701C2010602150128005102F2013D017101E6015201E001170119012C007002F201A9017F028301540180021D0129006002CE0157021E013E01E6015702820172017902CE017B027F02AA0186021901400195027F01D401E3017E025602510181017802F10100021A01BE018F0205023D0154016C00A502FF019E026D017C0236017E02170180024900820235002900820222002E002E00220082026B026E006D025C01AF0212024E015001820135013601700181016C008B026900660083020002620204021702A7015401C60235024F0118013702CB02CD02CE02820232008B023D0023013700720174000A016E00D302DF01A7015701CB022B02D40117019C02A6029E02DD028201A9013802EF024900DA027102A802030216021802CE021301FD027A02F7021401DF02CD026B01820231000C0329008B023F02740075007200EB0222002200200065006C0027018C029E027F0298015301B7024802040123019D0226021E01C0015001BF01C3013100050396020703970155018F0237012D03F602F7018301CC0270010B032000310036000F032000D102EC02A601EE025702B602F40193022000E9029F011C036801BE01050254013B0192021F01F402B0024C03F8023902DD023B0219013403C8021E033901E00176021C018202250310018E02EF024503920294018B0263036B006503440391025602940140016E00210111031303EB026B035201D401070250035602520319031B037503140341034402B6021F035F033D01510118036E0064008A038C039F0164008B026A026C0274006E027703F502C80239015201C20120036A015101280091036301B901C70292011301BF01800201031601F1025303A3031101D5021602D7021902FC026B0397024503B502B602810283036C0344033901B40285025701620397036403BB036402A002480269006A03C103BA033E01BC036502C20167022403C903D502CC03C503E401AD012B003B032000810396035403A4038701A703E201DF0257028D03CB01C202C402DB03AC03580155013B01FF026302AE02A0037B017803A5033703AF033A016F03B802B903B30286032103F701C003DC0311014D035402BD016202C301FD03AC037001D50120033801DE02AB03DB0214027C03B003A9015B03BC01A2027D022001B602D3010504DB02D203C403BE031B01190452021B040803D4036702D7033300C803FE032104BD0366024A02D0032804C30322041D04D60320003400D903AF017603F803380108043C010204080320002A003B0336003700420432003C032000D703780300047B030402810172013F04360035003500330036004604F8035D03A802D30122033E0420003200350053044704C9036F01F303A803E1039B028F03E40393039503F803D2019401F7021704C00112044F019B03D80258033B041F011F046102E401C401F80128027C037704A702B402800439045601E401D002D202F103810408039903D201AD014903EB0250026004200358012003BD034C0469007E041D033702D201850166022303200030008202300020006600FD01B3030202C603A80184013F012D04E80379049F021802F503160297046801BF0122043803F801F702200064006F00B903E301580493042803F6010C04710291045E037D0275023F01D703320020005E0055049904DD029B04CE0304013F04B3036B04B703CF04C6047004A503AB02910416048803B2048403CE030702720280022704060436039A0430030202C2047A02E704D704BE030401D70372016604DA03BC04C4045704C004E40118031A032202A103BC04B4042902BD04B4042C045B04CB0420007004F6017A04E3012803040220002D003B0310033604820387040B056E012A02F50120003C00AB04DB02DA04AF047904090471012000250006051305B0040105B4024A025F04FE037402000509042705C70324018B03D803FD01A104660466049203C30294036F026B0317027204AB02E4013B019F034B03DD03A603D602F503F102DF044F015604930460039D043B050A042902EC03CC02EE034805E903BE01D3019C03ED0341054003F103DE034505A903F40122012301A10461003105A5048503C5045804F70161059E044803EA0235041203820334053105F40428002D00CA04D304C90396010202D60486026F046605850168054C0582023300E302540431008B023F04CA04CC04D904D5048002D704BD03D9044A0587032203E2020D032000330087050D053B033000320026045A0428008C0558037C056E041D0191056705570482053B03E20230008805330432003900340039004104AF055E04FE045D05F4035F0557028B022F00330435003000330035003900B20532003700330037003000B105B50599053605FD04E5033905E7031A04C001EF02F9027A05350191055E03F8021A0102041501EF03A301FE03AC0202028B045101A20240017B00BC04AE0316022705B103D904B2029802B603B70254052F042A04E1049604B9032904CD03C60354049E057D00F605F205F805D503EB048D02FE052304280533044205BA03A70319021E056A052301E60573036C0082020F06110661032000120615061406160619062101FC05A30433026605F405A8049401C501AA0520003800B904BB043B055F03D802DC0491046C005B001F06A704A5033B0218015D0001069E028D056D04B503AE02A504D8057903020358034805710120063206A9042F05CC05F0037905EA037101310399013C0223011603A204A4047905A604D50321068002680282023404BA040706BD049204E001F80418014106ED041E039C0440019F046C051D06550468032A021F03390159012301960526065B068F042A058702B70348024206E7011A0552027A05A9043906D804B3038101E1056D043E0531002F0653064D0357015606340662066B0683016D06A5038504FD05090693010B0651018706DF0503042D05900612013506E502D8038D04BC047606B7023F05540636064C035001A406D301A6069F06720164058C03A104FD01F204650590043F05F704AB01F9047B068402F604BF04B806C8040405CC046605F802EE04650678057506A906AB06C906C201CD04C3066406D104A7068403CD0685036506F104E3038106BE014B0638024D069B02BA0696024A066C06C101B7022000BE023804D806E006DB0649002F023102720070045D0668056006460631057406AC036104CB02B8056404F7037F05D8064B058803140648043D0598014B0404043804BC0338023B04D1015A02DD061302E805C301DA051104D7069801E7064506F7039605340010057005D0057C06390485011F05080759013F043C03420437004404B505FF067A034F03020752034E04500452045404FA06FA036905890389055D042E076004F203F6066304F603E3033705E603B6057402420637036A01D705F5013E0658015803DD05A2031A04F80186011C0793028401D0066C034F05EB035805520541052906CB031C042B0423065707ED03F305F9052905E8034B07030206076C04D601F3061A042A060A06740489030D06170610066E0713066F071A0672071806750704011C06520699068906E204AA0157067006820272062806D103690795066B071C019806E6047B07AD027D07340650077D066C0479043A0643075402A9024607020262068A078B06F1068C0367071A07E6068F06E1064E0620005006690630065506440622065806F605620796016407850372017306FD047803BC065F06BE06F505C2065903D306CF066205A00451061E0653068E064A066D06AA0781075C06A306C906A202CB060A07C80238069107800660040C071004D9028106140480049304F005FD05580730045A079A053B05AC073A046507720160071B0554068A06A80757060E0587058D0670036C066E0691063F0386048307940659020202F7018807E407C107FB066E069E0670066D054A034804C806A202C9077A06A20601087806AC06FD07AF066C05B206D606B506BE04B507C7045B070E085E06C604950454048A05CC06B907D00442065A040008D70402087906AD01B8078401CE061C08CB07D1061A08E9049A01D5066604100788034C0613078E07DF06A007E806E3062E00E506110734081307EA063202ED06B4071508F6018B02F304110519077A0233083008220659014706DE05F406E201E003E0016A0155013208D205AB019C03F601EE030706DA040A040204A701DF02530856015508F507F70141053C07CF05B6056A0718025702BD01A4024807B605C401E606CA02E903D6016D075B0034009C05310039009E0620007B007D0082025B0017013600C80533007A087C087E08500436003600380084087D0820005B004204BE057908E505FC05FC059D07840215055803DA055602BF01400123007B003600C905FC054E05BD015005540739015607D10352075705A60455076D081007DD04DC0417044D05A808A3085307AB08A6088B020E0528009D0820005D04C4055906C4053200BF08380036000C033300390067063500370034003500B9023700380067063700B20559069C053700BF083500C108970536007808B902330033006706330038003400D8085D043800CC082000DA083800D508E708C6083900AB05310038008202C205EA08C605DE0882028808C5050C03C40535002000FC05F104DD08CA0839008B02A50788064306E304AA04E7055D069507ED05BF01410699010904B00885032706590837026E03D101580223067C085908B40894044D033C011208DF059903DA0659029D031C015A05F1072009EA031C09C7047A062301BB082107340059063700D70859063600DD08B902B105D8089D0588080C037608ED08E708B10567063200F0083B03510483053000CA08B902EF08D808980547095906CB0830095B04C308DF08C908F608CF0833004E093100500932004709F308CE08E6083100C405C4083304C608960584053404FD085B04EF08FE0745082E03270290021609AC027F085909DE087A08A2082909730487010403420831055B05490629090B052B09C5012D09E6053400E00843094F04B005B90241048305C70857093B03E0086209E2085C04830538006009F608B1053E093600C405DF0895093E093800D2089705E508EA083200320050093400CE086209C60548093304C50596059D0598059409A0096409D8089509EA08310030004509E708C308670917083404A106B30314096F09A30271091701850930007509D10394044E036908D30118014105E3072004CA0954022008CE097B098C037D092809560580094C042C092000BB089A09E508BF089D058305F70849091701C50831008E09A5098909AC0967069F089C05F108440483053C03E3083000BF0531099A0959065D04F308B005EA08410439009605B7098B09A10934005A0982088007C0054909A709B9029D05C8088E095204EC09D7089D05FC08860544046B09F803C109DF02C30981017209C609C8092804A90878095905D609F0070407DA09F50381096B05DF09D7089605D708C805D308F808E708E909A309E702E608E0083100A3097608D8087608E909C5082F0A3B033900C6055906DE08620978085D0431093500060AF7095B04520471065B09E2028808A60939002307830532009F083409380A3409BE083304E9093E095C04090A2000530AFB0868092307170AC0096E091A0A4F031C0AC509740950073C052707CC09AC0141056604D80906041B09DB090D078209DE09E6052107EA08CB083F0ADD08CF08B9024B0A1701CE08E20239004B092C07F6085C0467063400310033094C0AF0093F09540AE70850048709BE054B098108E6089D0534004309520438000F0AD10841093C035009460A360A300039004309490A4109C6099709BE05140AF1049F09660A7905190AE6011B0A1B011D0A6D0A8309950A560A37093300A609E9098E09C908A90ABE0AEA09530A8D0A76080C0335004309EF083700450AA90AAA0A50042D0ACE0A5E0A3C03EE095B095A09CB083E09B7099509830A3F0A380AB209CE08EA08D708B105B00A5B04C80534049F06DF09C8059E0984053709820A3304880A1507B8099B0A32099B0AA409D8086009900AA4099609BD05860A5B04C5055009BE05CE0AD3088E0A8C09350065099D090C0A89088B0A5F098F0A8E09380A59094909E1095B045004BC09D703D1088F0A3700E303750A1B05770A280ADC097A0ABB08F80AC60AB9095B09F2093B03E9087E0ADD085009BF0ACB08F6083900FB0A4209FA09EF080C033600410A4609F90997054204C80A350B150BDB0844090B0ABC08530A8709E008100BC908A909050A3E09BE05E208830A9D0AE60A8405B30ADF05B50A870298016B0A7309C709500769013F077B05CB02420778034E086E017C025108DC051C0B2709760A7F09200B790A2A0A7C0A6409820232098E099F0965095B09EE098108AE09C8054109700BB902C30846099F090C033C034609E7092000C7059B0AE908DF08330BE70889088E098E0A52040C0A8D0B3304370B3E09DD08880BFA083900E60AE909A104BF09B40A680AB60A6A0AB80A6C0A590B27086C03D2096B01D4096900730A7C09670B1E0B690BC101210B6C0BBC08380AB609CE0A850BB105F608BF05E6088808310BF6084F04B6096009770BDB0A3509520AE108BB0B800BBC08490A060A43099D0AF00A5909C50BC608A00A4909F508AE05380043099D057E0B400A3A0B85099D0ABB0BBF05E60A5104520B0604540B7009570B1E0A9C08E605C608370BF3097F0BEE0A3B032307E6088509E80B25065E0AC9085D093D0AE70847096209960A9605DA08D1085906410A360AB2058E094104EB0BBD0AD70B62099D05C40A2506C50B330A4109C805630A8605530A4504EA0AE60BB205920B010AE909F90AED0B430AF00BD60B5C0442048305E702010CF70BB902CB0AFA0BE00AFD0B600AE70B010CC5053909CF0A3B094C0A080C9509450AC6050C0CCB08970B100C5304740AAA0B1A07AC0BEA036B0B120C9705B709FA0BBF05020B84053E099D0A080CE208B709500A5004FD0B9109740BF608B0099705410AA609C4052D0AE5086509200C9709820B940AB709050A0C03B005D808C708E30A9805060CD1088B0B350AE202C908E608BE053407680926069A0B530B9C0B550B1709B90AA10B040760087204E1019E03240A5C056F08110771081B077209810885095D00F7077C06E5077C073306AD010E05600B090901020B0936011F0AE00B720CE20B4A022D0836070803A604CE02C401810CCA08050A8A085F089A037A037A0C2509E5040D0464029A0C6B019C0CBC035B00C70A9805920CAB0B780CA30C2409580881065408790CB40CA708200A1B09220AAC081A0984010F09CE0785016E0A210A5105B708BE07CD0405098C071F094D088E0C9908B20236010D09C00CD7028F059A015B067D0C79069B0CB202AC0C8F08A80A850CA607E60706098B0C08092C06CF0CCB03B00CFE0201025608F4016B081B01A80B8C03B60CB20C23095708BA0C680BF20C56086308A60C2004C50CA5087A09BF0CB502A80286029A01A20B5505A408B608FE0CB9082E090F0BE202D108A50A000AC90B5C04060C8908460CA00A41099D05F90AA40983059805E308DD08EA09B809F509310ADD08DB0A4709EE093C0B1F0CC7055906380A5F099D05B80BD80A500C3800D808DA08010CDD08EE0B88083300970BFF088908020979078907CA0C8A0C5A0B9708A6046908D00CF9064906D30C2705D50C0401B10748069906EC070A05DB04EA040D069408B207980C5804AB06E7040C06F605D2058E028802D5052C03D404DB0C6302D305DF02FA0CEC044E0D69081D0515017F084404270BE80C7A02CD078F057E05550D96079504B50214062E099F0962094104C50B9A094D09E708310BF308D30BEE0966091F0C5E0CEC0BEB0B8405B8091A0DC105F309A80A5F0CE9088D0D460C3509E30A080BD10A920AD50BF50A0A0C1701630A8202BB08720B810BD008190D5B04A509A10A590ABD05BE058C090F0AA80A5F09E108C60AC30BEC0B85099409400BB005C808CA084109C205F50AF6090C03CF08A50AE9088B0B530AE30A570CE60A3D036A067A034F0D690D2E06BE0BB7096E0D9602700D7D05A5057D0C740D57081604770D9E08470C8C08230BCA08650C400B41044D0BF10A310AB90B65099F08F90A330A4609FC0B9705DE0872017D00650D96026B06C70D7809820CC7083100CC0D3706A2058E05CF0D3B06730D0204750DD40D6F07BB0885098C0D9705C4058B0B9A09F80B6C0D5906CF084309310B8D0A380BFE0A060ED10B6609370DD80DE6050D0A3909A90AD808C705F90AC708D40B9C05E308E1081507D708F3088F0A060CE309BC081C0C1B0E8C09820BA709510CAF05EB0BCE0A060CE2087A0DB809D90A5B09FC08EC0D1D03670DEC07FF028E08DE084204F40DCC07F60D7F069005D10DFB0DD30D2D069D0DE605C9084F0A400AA50937098E0DE70800097D0BFF0B4B0E490A8F0BA5095409EB08420AAE05880B9805CB0ABB0BA909E702A309230E9505920A8405040C9D0AA20DDA08B50BBC08DA08FC08480EBC089E0C4609C205AB053000C90B9F09460C380A91094204C90BC2053909050A450AE108220E4A0CE7081D0C9505DE0D450C4B0B6009E308530A4B0BC308D40B560A5009730E840E3E0BDA080C0BEB08BA0D3B038E0ADF08B105260668099E05A504390E7A033B0E490AB80D3F0E3401CE0DA405F90D2A05D505EB03460EFC037B0AC105DA08130E3F09CC0AC4059E0A750E2D0B600AEB090C0DDF0ABB0946095E0E5B048908580C4C0C51093509300BB10D3B0BFB0A4A0EBB0BA20DBF0AD30B7F0B4B0EBF0AC805360EC50D0502EF0D3B0EA709D7083600A60E7104410EC20C720DAB0E2703AD0E580D51016F0E080BBA0B4004EB0B480B2D0DCB0B190CC60B900D830BB80B4104B70DF00B4209EA0EC80EE909C40E370BDA085509060B4C0AAF0DE90DC808490AB80B9F09A609CF086209C708F908930963097E0DB60EE60A5009230B5204020B9F08CC0AE30D870A0B0F8808AF0D2207CD087A0D8E0A9109160F33041D0EB902A90A0E0D570A9705AD0A590E9109310BC20A7309800734006209F00E7808880ADC08CA08970B8505D80CA90C800CAC0C3A0A7808DF0C04093106E20CDC0E46039301680D78090D082809F70C62087B0C770CA20CF30CF90C4C0F2209F80C4B0FF10C4D0F520FA50C5A0DBC0CC60CFE0C76095605BD0CC70C380F7008990C810CC308FF08420F21096108A40CB50CB30877095A0F58089508DE06470D010D1704030D580F6C0FFD0C580803097A073E0D4506400DCE0C430DCB03D20C000D1009C30CD70C550DD90CAA0C610D14015B00870889083E0F7A0F400FCB0CDC0E050DB508DA09FE0C970CBB0C760F070D6A0F480F550F4A0F570F540F510F9E0F9B0FE803FC0C9A0F4105F404600F7F0C620FBC033B07CD0568043A05A8088304460314043A01ED06A80C610FAB0C96014805BE034503A30289026F072906820F86019C033601AD0836073103910299039504BB0F080338034C04B60ADD024001040CF3026F0F0B074B06F701650363025A0BB70FAA0FB90F8A0F3C0F9108D50FB304E1041709D30C5B0BC40CA801AD022209400585087B0820005F005F00ED016400650078004001CE05950307059204C30F3E015407CC0F52050107B202E205C60F20099F074808E206A20B0302870F3A0F9601820C82088E0FF40689046C019C0CE20535061D0BE90C420D04020203E204EC053C0C1D09C401EC050510DA061307750C5D00BB02240699059F06220073001703A106F404E6052410DB0F5805AA021A10AD02201039080610D3012410E2028B02FC054308180738082F0822104908E303EB0D1A091108AA01A802BD014001AE0C6902540D20092B03E20ED60E1E01B208E10E7E0CAC02AB0F0C10DD0CE10F4E10A40F24087A041C07AF0472017006580B0706CB037E06BA077D0231105610DA0C72088606640FC6053506E20F92013B04AF07CF043D0153014001D90E560A1309CD09A50321091C056A100A1058108A0F8C0FA00C7210AD0397015D0F1902800568024404B709670438056904DE079002EA0CF00270012800BE022E000310610765029F02F5011409660613096008CE0F27031704E505B60563049E10560B71012800ED0F9605A90F5710DE0F86069E0C9D0A2510140A8710F70159074E035003680265108F0C7C03C1018F029208C60769086B06D00CCC02C31087105B0B0110531015053D01BD10CA106602BD0F8802510154101010CD0F2702AB06D5012C039B106807580238023902620B1A026D079910B7105C10F8077B04220488020006520DBE10610DBD03AC0737019C082906DF10B7040905A5039A057201790F3D0D900F3F0DBC07AB07EF10C001F11059015B0616106102A6036C046810B40220003E00A20B2108E10CCB0C8605DF0B1B05FA028904BC0390021701860CEC049907E7078D07040DE903E105E110860149001A11ED0D1C11E20C86053506970FE6044502CA02F902D503251198047B0F2206920F2011E0109102231131115C0327111111F1042A11F206AE0F9110B00FBB0C58042A035B0B6F089810BE02DD10710249042807030452030E11CE0F1405CC02720A22002300C00236089A106510FA0F5B0BFC0FAB08A710E510FC05A80F60044D1101074F11AF1083078A049D1016041601AD0F4C0D760AC70D6F08D8024A10BB0A8908030A8405D40B17014109C005CC0A2F0F8D0AC908090B010AC608020B410A100BC20567063C03830E370B100ED7085F09750ECA0ABF0A4E098811E508AA0DAF0DB90B240ED60B6409870B090FEB084F04290D8F106809E9095D0C1B0BCA10F203E10528022408A50B651087029A085501D80F03050E061406F70FC502A2081110D10470035301BB0F6C11F6063E06CD0FF1053904CE023F050A05681199060105960749025501410615118204D60E3904BB0FF5010704A0021509CF02C607970161107B023703C40C6402C00420019F0269008B0F9809350035068C0C4906711178063F065908B611C90260107810040DCC03DC11680D5301E011A50ED511E60121091811A701DA11EA11F507DE116B0D7A117110E7109E071310AF03E204ED11580FFB11DD111505F10D3000F30DE9115601E305EE042803FA11FF0F4206B811DF11C5055C0900126F11E4073D060A093A02250AD404141239064B077A0AB709F609F6091311870C1D12BF1058038E071511A410CD09B6025B005C040D127F03CA013C0644071E122D120810DA044511C3017E025B0B3A11A70E2212910724120F10D1055E10F202E010EE023F11F00CD007CE03D310A9036E01421249052B12DA053A02420F2F12070431121911D4040F12F40767053A014D12C102AF0F6E000705EF11AB010912E3014B118402D004D711440DF302EE11DB116912F111DF11A40E310BE3113804E611C21146070E1222061009CB101312CA0FFC110A1218123E0EE9114412CF0424128212F0111612F3117812BF0C031204125D118C1274128E128008F20D1A124C080D046E04F711F002F911721208127512FE11CB0D2012641145039E12770604013E00150BFB08700CF4069D125B0D9F1208023C12E40FAC02E60FC0015412091182045C12F9110E05110D4712FB0C491293027B0496012A11FB04A206A812B212AA122E12A3105B12181186064804CA12B20FAA124D12A61204109212F40365020C11AD1229124608C90F14020103DB12B5127806B7124012B912D706D912E212E3019A05C0125412FC0FDD024A12C5121401C7121B03E91201100412AD020612C009CE121B07D0125412BD01EA1205126900D612FC123B02CF12F002D1127905F6106012800562125A0BB112D412B7020401E411D812F8129312DB128F03641242116612B51114128412E301BA1154079904D2053501BF116E06A50B570518029905CA106E12EE02D811CB029512B711FD117712E211DD07E511680D721157124D101B124C11D312A510131332131512FD11CA0D590B871002118902CE078112A1121F136A12F211861237009A12490702121713DA12EC124C1383124E13DF1198120C1252136A04891250087B0442132013F21135133506C10FAF08FB0F84012411D212F611CB1213135912FD121711091300130C138012280363127007A204651267127312331315052213AB082413D0012C1301126D123F13BD12B41207124D13A31245135E13D212440F2F13701262108B135913A3126613371320097B12AA084A104713E103F5015613FB12B308A21297123C0399128812CA0F2312621358138D123413E1118F130B135F1277133A0163135A133C0E1912D712B0128813F8110802AC125C04AE126E056D13B604401357053110E5124C04E7121D01BA121113C413BE12150BDB0EEF1299011E0908046110F5123712A7126E131213C513511172135E0D3212C213BC12BC136C00D6120611700F0213FA12AD01BE135004DE12E6135513EB12A213E10EC7133F123003CA13F712D8021813EC12BF125D04C1120711C312D4134C12FA04F612460DE7139412DC130713FE127413F613A013EF130413470FE00BDD13C4130A13DF0576134A1378131013BB13B312040122050A14E11203138D03710720147B131C137D13A413DE11811356058313CD0F6C12CD0D6013EC11CC0CD1057E1343130A1298139E13E012F91205149513AD130A125C130D122D13D6119213661094131E1396138E129813151370113913E7117D12471314141112B413AC139612FD115013B01375061814CC1250147F13E301A412590BE513B1023614F8137810EA13C013FF070314EE131E14E412B606C813F4132E061C143714DB12FA13D0134E05FE13601000143612E5060414E312180A10145C121214760A5F14A1130D142B1114117B14FF125E127F1215140F1306146B1308141704CB135614701300139F131D14E81379131606B3111D13A3138C13161227145212BD1183012713DA04F4076B116206C6115C08C20155012B145E1478145713391451143B14A6135D13F511C3138913D610301425143B148E1046138613CD0DB2138814E310AD1459144F133D0E5113D5119113DB114114B5139713AF139913481470033A13E8114C142D14E010F013A40F311464137612CB145D1498037F140C146B05C205170A6311F1135803AF045903A50B8B0F5D00AD108D08531440018C05BD144E141A02BF1285098B022205110D7E088E13EC14E013A9124113F1149E05F414470A8D0898136205D40E390C77146614E8136B05B602E01444086708E314A8113310DF11AF0CE914B71387122301ED148714EF145901E907C405F314CF13F614B0140D121515F9146F13C5131A1537001C15F5140015CB14021545104B08531384029F107A054C07EC10C912D913CD13BD136C050A082215DA13CE1372013C0D4A07011162076C0119155A0D8F06730F89100B11FB10E4073C11FE106A04EE145D033A0141064D144F151A02D0092F159D0331150003670205113A0C1B113311E8074D1517155315590119050011550502114B073801EC13F602841409143F0FA707410F8E07E2014602B103F702DF1172144D06B10893020802D703A6055E153F0147141B055215611212012900D6137A14071473138D14E00C890C45067A080F06E303821420045D11AA10D30D2F147C0682150E135415A8101702D5107D06960C8B03211496147C1343143A142113A2062313D9058413A914DB14AB14D414B6149A1444131F155414BA13C6148904C814581432145A1446147A1249147C129D13BB14F50DA9134512AB13C014B9156513CB143E143515B414C9149712B914B31581154E1583156F06C515D7141315C41440036E0007011506DA1506138B148915DF13D813B314E213FC0723056514F71380146B05AC056A15A601A302DB07BB10CF03F605ED152A04EF150506F204C812DD151611DE135D12B1136115D21571138815FA157D149C128F145705D6121A137A1373071B13E6032414B0158013A7158213A9152A14911206153814A415AE145A143C14CF159715D2148B12B815D5153414C0154C030416A012D415B613F7144C14D1159915D3151616C1141712C3141A168713B51554114405CC15AE13F41180151A079B1373118801A51151086B0466110707CD120016111475132916A9029A15320030160206DA075E073315F81530128514FC154913181535065515A7023E16E3145C0838038715DE1501164516FD152A1635114C16FF056702DA14DD036D03DA0650035B16AC12990B6E056616CA035D0764164A0264154F1608138A155216101262152911EB156403F2156502F415961561027E16E30180163507551432163013F30275168C14E0151314461681122504621671160406AD013505FB046F16F70594160C118A14F9154416861453167A163E117C16A30BEA0F7F16640B03053B058316D30915028616B415CE10B61534168B16DF15FB158E1660164716590191166E0A030631049015A01522140B162C16C6152F053514AD1581168D0268122D160B123D142116360223168A13C116D5152716CC16FF033F14C71434161E16B613BB1581063A163B137E12A016D215351685122F16A81353116113AC14D016D916CB149F167916E0160E119815B71620007E0002156F16BB12FA14C5136214A316F516231524165C05F2137B05A901F513E115E1131914ED12FB13D11373144B12C6120114D7135514CA15E21342165D169E160217F616A701E4135C15ED13E715DD14F816AF121E0BDC14671467086914F31300176C14E6150B141E147014FC13C7160817F3123512F715251793141516B40A6C15771616131917031316173415E21504173C00051536170715F2166015DF162A16A316B910EE15A716C616DF01AA16A50BAC162C083105071697140C16441426140F16281411169F14FD05C011291328023E01A4140904C711A714650BD114C2158A12C415E816CA14F411C416141679146617A513370BB1142816B6164B132516A312EB143E1488169313E116BA15CB1438164608DC16D014D316FA163B15CF1699145217B814FF11B9131D17C51608155C040A153F10FD160D1554081910DF11C405E8142F10EB14211578160D13F016E907B2052715FF145B147A08ED06CC13CB159C17C40DFE1462098F1236132B15240A6F1601136A1757137006530A8D1737048F17A7119117010393178A0812159717E515B51642179B17A30DBA0221051D158D081916F8141317FB160802BF125C049E17A81701156C052C15B406530B33178D160604EF16CB107A082300B2165E163A153615E3131F14BF16CF055117A515B91154179D1447168301AB15CD160E170417D8168D13CE15DE16EC164317EE178E127517D316AE173E173117BB0CB7141816B215E416B0046417E7168417E417D814681780172E13D616D911F417361690127C17DE067E177D12F416A3170F171B17C113C8178217B514E90CFE16B81201170D173A17CC1228170717D201F2120A05F4120B173917031757145C169D167C148E14EC17D512660B3D17261707151518641435173318FA17F4063D122011FF16FA1291141E170715211872142318C41225182D170214371830176B17321743162D186D1460148114D2170F144D185116BE17F217B716DC0E8117DE172000BC054F18E8154F17A31503181716E517FF0610169E143501EA1771048F1612120B18E216B8136217E5162E147917C71506183D133116AF1633160A18731745147B17BC15CE144A14BF15761800021318ED177B184413F0176917F9174B18FB170D16FD176E170D12AD1792146E14B0173B03A509B3171205980C3A02E414A91105027F088308BB17E316981756189A1781120E05A00ACD17F614F017A218BA132F18FB142506FD14C417A9177A08A104D117D7091717AA14AF17ED117006490A97186C091302A6110607B717E6145113A018B813AB18D015711712120E058E0AA818C517AA18BD17AC181F18AE18CC18C3172815B218A110B518C80C8B158B074C15EB16A41828039D0DDB17111412093D164F03C10114088A063110A7148304C614E70149151710640B6502D806A302CF112204AA01760D3C053F03EB026E00F40F740054052C12E212FA021E046E071209EF18EC0456123F069707180A5E0BB7026B13EA10FA181506FD18F518B402F718D40D3C0571071209AD175A128C16711251110C19CD09B5041A017F0835063915B40A1F19F012C4039317E415DB189A07170AD815DC156411C5103A0E6F096C13980CE618AE1181051C0135061C174C113219A20E3419BA12B103F20302034B053A1910172C185518FC106F15910F3E07CC10E3050A0504085C05EB18CD1050193204B3064E125510A807F818BD0300135E06A915960715018408651882063F190903F5183719DD11A8051C013D104E176D198E036E19211450176C17531765185517671885138218130284182A1873198617A512891838188B18D514FC17F211C6177017BF1772177D195A14F617791922167717B715861833147D18DB16BD159C133C16F717EA11AA1302188C1885177A17F4111218CE16AB12DD123C198713AD18DB1320173E123D184112DD17A417CF132917DF01D2135F10091726187614AC190F179C1650166D151E182918701331185E181A17A319161849189318AE151A182117AA19E8122F17C419E30CEE124318F1124518D5132718BF191F17E2184E18CA19501805134C181117D619A318B3139D061714A619F911C106D7195F18BE16721962182D169C14BC11E8176818C514781889164214E819C216D7180E18B102101881189B121B166317E616C5190711D614E9167518F919DF128A176D188E18A713C915D218A7198A198519881898196B184F1491198B19E316E518D50254112408040820108A17E907AD05AF0AA019E119B4120215A4198318A1196E0A9315E2109515CC14C818881912126604061926117E152306C411D118BC19C513850FD3175418BA19D6170F1A9D064119E11209037B055602AD164A15301AFF15DB1949192A1A57189016C90CFD108D15BD1664000A16E2170B1AB70731196618EC197819021A181781199B1983198D188519FE17081A341AFC16F219D1160D1A8D19CD168F19D716111A74180D187E18F20280189719661A6A18C918101A521AD6154A16C1157118D3144817A601C816F3192016711A1B0786015E062B131918460850106905440F97062112FB192E14771AEC157003EB038E054419C910F7175406EC1828039D03E80F3206EA0FAB01EC0F8C08E605F00FF20FF40FF60F61182E046A11C311FD0FF50414122A039E15571A2E152E032719990129196E0ADA10911A74043901BA12EA11AC1A14106F05B417261985010D1921198519AF19C8024107C11A88042A197913F00FFC187700A21AF50F2301E719A61A02116B11A91AB307AB1A13106D04671932062D068E0232066918440549080E192705B41A901A3112FC111301B91AD71A01106D046713BF1A1307E21A2219F30D0013C61A2019C81A33125D0059180E07F218BB10A80144103B0DBF078F0F4B194C15321AB10CDA064419AB026A0DDB16950448101F050D124B0D581AB102E2109B1A420DA816D007D70FE3052F13CC02EF124A1780161510B7189803121B0102141B7615D007CC0275105F067A032B19C70FFA02AB0CB6074417B51AE61A69192417011B10113F0DE90784082B18B91917040D09211B9F10221BBA12F5077903AA08D501490035063D1097161F1B13042311221B9507241B2A057410C01A7610291B6B05D61A6302B712D00F5203221A4917E51A9002E71A331B4A19351B7C0F371BA71068130F096A1308033C1B4B1B3E1BF501401B8910060D441B461B0E141A041C1B4717E41A09108416751B4D17B618770C061B831AFC0F911447104507261B35066C164417001907020219DF11DA17D103871B880283045619920F301B5D1B321B6E11101B5C03A3084605D410BE01E80F27035103630B12011C10A20C071B841ABB0FD2109D0B9D14C00F6E15971A821A1F01370EC51AD417B4163A1A731ADF190E114607F801BC11F0021A0260182314521AEA198902561AA0147502C404C311DF1AD7176C186A1A2E166F1898191C166517631A001A9012601A141783179C190418A017EE194618F019731805186C1A94197F18BE15701A961BBC0140183918AF159D195E1A8F18ED1ADD19BE142B169917DE1959014017A1041E1A091AF9113518BE1822161F1A851A57161B18C9135F1B0316F81B05177114A8082B1746188615B6198518D519471A3E13F81B3817D3193418C11936187E14041AA8193C181C18FD1B54138A18F913AE192218CF19FF130A17B519E419DD14B8197616D5178917B91851187B1B061C57140E1192185018F116EE163B1A59015A1B8F1A771BAB16BC10040D741B4403F5154E1A501AF80F521AC51B301CDA1B761AFF1729020118FD19C716FF196717D01B0718D516B0167A18751ADA163813DE1B96193C13E11BD416FF1B051A0C1A871780194A185B1AE51BD51BC617081C391A481ADF188914EE0F5C05A910121BDF10AD108C08041B0A1CF31B3715D108DF140A08711C960B3E156E1C611A13013C10E017D11A5C1AE61B531A7506A815771969185A18CB15581C5B13651A551CD501EF197817861CF4196D1A7108531CF117641CBF14751A8C19551C31149A19461CB019481C7C18011AAF1AB818181C9A1C7C1A9C1CB115E81B5B11F5100F12AA10450DE10EB5073A06CD0F2001D20C471679093803D10C7A14580270016E130915F4108803F610AA1CC310FC12B71C0A04B41C71126C05F21B781C04014017E8026E16491B561C6F1CC81C211AC219111C5B0BB31C5B088E07C61BB41356167A19241AE907D2190314D31C620DD51C040D261AAC1BA0102D1A761C5D154C1AA9072F1CB31BB8162406E912DF1C261BD51C361A0F14C11CAE170113F119D317F51C0903F0021211BB1C4206A91C121BF31A560BE903FB1CB602451A4819621C870C4B154D1A9115031AF01C6B086B0867191504C604AF1CA21C6403FB0DED0C4711AC10611C3417B21B2B1A6212B60F14026C01691C8803F90FA81C22116F010C03B11C0F1D561B5A02F519CC07301C0F0342082E17D8122C1DB41CAB1C3A18BD06AE1C41077B1A171DEB03191D25131F01D9041B19B31602169715301CE8143E033E103704EB0175006500121D8004141D3C1D2B1DD31AF11C6B08E01709167A137C1C5E1C63187F1CB012811CC01B58172813A214C3115D171E09A614D00CA91B371AD806CD036A0AD411D11BC917F91B9B1C8419871C5A1CF7172C1CE8158D1C86190E1AEC1C411C961C9F1C400E8C1A7A1A411C7F1A891C08184D1C31138D1C501C9A1395193B167201C61CD21B2303700696182D100B15B517C118A310B8177F087908C5181415D018631CEE1B9A05D108CD18D61BC718171C5A1A78100E05A31DD5189F17CF17B418240A141A15094007411AEB1C1F1D48165C069B1A3206870F8904641BDA19081D1D1DA01DEB1BE8141C1D241C471D7D1D3E11CA11B01B461D6F0D401CC904B6107807001B601B8C15EA1CEE1C201C1E14F31C8314381AC01D1710151ABC1CAB06421A0A1D441AC613AF043D12110789045D190B1D3411BE19BE1D3A1BC51DCC1DC71D9705350640178F15321C3401441DDC17ED1BEB1B1708071DED1DB11BC11D1815FA05051CC909A516781B391C3D1DA416341C4B17BC107A1B7B1CA51A7D1C0418BE1B29145717FE1CC21BC2112B13661DAB0CE607FC0F831C871D7918891DC81B8E1CDD1B6E1ADF1B541C801DA70E401C8D1C7F1D32185C1C161D5107A41CAF14A61C70180018FC19071E92045D1ADB1B3613701D1818411CD216711A6A08FF1C281DA503501DAD07F010531D7714361D5B08C91DFA1CB91C8A166911BC1C001D2311C310901D711D2E1CA006CB1C2818911D551E6D16101C8917481E571DB51D491A1212D91CF71BCE1CF910DD1C351D551D101D9B08E21C9D10271A36039516521883144B1EC31C9413A1042E1A3211E91C7E074117611ED81CD51D681EB71B561D9B08D81D7C066C1D041D4C1EF81CF41C7B02C21CC21CE207D803FE1C211138116F01021D731E8C1EFC1D231CFE1DE11D791E8D070D1DE6135E1E0C09A810131D451E5E0B351E181D4611411D5F0DEC1D971ECB1DBC14EC1CC31D3619E003AA1C6A1C8F1E3711F71012012A1D471E691E2D1D4315DE18EE1B321D671ED21CB91E371D431E6C044813A31EDA1145117A04A71E431DCA1D5F16B61D451B9F03AC17CC1CF817A81DAD01C91C2E19D21E781DDD14F01BA31601139E1E09077B1E931CED1C0D1C9412BF12BF1E5D1EC11EE11CB81E801E6A1E5A02631E271E7D1D9C1E6B15941EF71CA110771E3B11301AD61C301C541DEB1EBA1E1209C01C8A1EF61CFC1CDC13F31EFC1CD506C41D981EE81C021B4D1AB512AD1C521DA31E931E001F051D17010616711E92156D1EE41C270232089915D41C571DDC1CBB1BC016CE1B7512111E56172613621DA114C31B2B131C1E4C1C1E1EC41C4F1C9319511C231E911C87197C1E941C211FF517131A771DE31B82195C1DC9167B1D801A9919C3155D1CFB0C2F1E9E194A1C711A841CB719201EF714071FAB1E3706481D720330196B1DBF1DEE1D231A0B1C581D7607140AA9165003DB0CFD0D1602E714A41ABC1B361F7419541A7619611D141EC1112A133E012A1F681A4E1C621F921937168F1C990C321F391F121C751A3E1F861D241A7A1D881C261E721ACE1E7E1D381F3F1FCC1B421FFE19741DD7184C1FCD1E341F451BE019651EDB1E91183A1FEC12DB1EF51D081EBA10751B371C041E351C2404D8033505151F82165B1FB61BAF11871C7A085B1D431F741D231F7719C11B681F5B17251FA504A514500360176A1D53186C1DD211560B6F1D7C1D7E1F291E801F781F571C4A1F7B1FC9126C1F1F1E2E1F701F221E901C8E1D431CEB11831D8A1DC815741F261C3C1EFE17871FBC1EC21D6A10521244076B042509670A99048E1B3203B203A91E1C194D1F301DAD1E2610220060001D066000FA18690094034801760003014E1D20006D007500EA0120006001240115065E01600172002200AE1BF61DCC1ED01F001EA216B5125517D41F7404AA0E930CD81FC110FB02CB1EDA1D541F4E1FF01DF30DE11FE31F0F01E51F53016D00E71F2000EA1F6C00EC1FEE1FF01FF21F6100F41F5F012801F81F391BAA1E881FE11EFB1DD21FF6060120411B431D580D06206A080820461A091DEF1D7E1FCE1D0E20E41F41012102410216201820EF1F2A011B201D20F61F2020CF1FF91D54164719FD1DDE1FEF1ECE1E79124120EA1BFD1F5B04E91BE803381CAC16961F091E8516EE1ED416BF1FF302F11EEC159E1FA308A01F5B005204A21F0E1E3C1FC216A61F561A6B1F8B1C9019C11FDC1B301FC41FDD165B1CCB19CD1F311ECB1B821D1D16201E851D7C1F4813891F7F1FCA1B471F7B1941137A1F8717531E3B1EF51B581E541E6814A919151C2E18651E4218021C44181D1CB419341D331A591E221CDD1F8920C71C0C1CD61D0E1CBF13DC1ED91ED4199918C7198820E31E6F141A1CCE19D31374141E1C9020251CA11C071EC80F531F081F591A2C1E271C21209420FC1F621559187D20C513C606111CCC1F59207D165B20AE11181B5B13DB0E601F201FD41B5D1D64201A1DAE1A84203B1E7F207F197220791A74206920391EB61F7920B81F7B20971C9C2007157A1D5F1A4B1C5720881E62201F162F1F8C1D521CC51F81205B188320291C7E20131CE50FFC1B9520591E8B20200A031CD1191F1CBB199220B220451DED20711D9720C3192D1CE7209820E41BC6198720EC20A120191CCD198C201C1CA6208F204818BA20AA204420222003215301D919521F45202320EE1BB620241A5520D31EB020721BD109BE205D1FB80A84056020611FC520E919E617EB19C820DF1AD820FF20841F371ECA168E1A4720D420201E2A1E8B1ACF20CD1B23217E1ACA1F7C20791FBC1F761D3921DD20841DE120CD14311FC51F4A201E1D891F961EB3201718DE1711214F201D21DC1A9F0B760CA31F2B217E1CC72025136D1C78045917641D291FB214C71C3C1EBD1FB420ED163121B91F772029213B1FA41F2C21771F7C1F8A1CD81B8C1C752040211E0BF719E01B7720401F451CA41E441F6B1A3613E8200A1ADC1FF720792115178817A71D1A21FD20FB20791DEA20E6126B143F181A1AA3200621A520B31947180C170B21D41E0D21482183210C144B21D91D2F20DB1D31207920FE1FCA205B184421FF1DB5208B1FC71C8821261C96211C21EF029F1FC0205E2050216120662153212521BF1B2721921CA11DD52087126E202D1CDA207120811F732035210F1E5D1DD71876176720691AD12049206B20721FC51F3A1E5B18CC20BA14471FB91D5502E606BC1D93207C214921B4143506F61EE0049A1E071E481F0417F104B11CCC1F831E5615FA1AD1047710C810E412E41DE3216E1A5901E4069F21991E0A1FEA1DBC20DC02FB1F4220A121E6215D08E821CA024A089C1F8D02AC115C1F4E215B13AA17E1173D1C6E1F6B12B321FA1DB521C414321E441C341E3F219E1CBE1FC2216D1F3621E020C21FC621CF144B144B1CBB1F761F5E21FE20652152215F1CFE17E520851C6310CA1C4A03E114391D9A180E159217AB219517EA14A1189F1DC61D7E1F0E05370BA41DF714A61D031ACC1F31220109AC1DCE172A15D017D11E9D2121225B042F0FBD180C15B617991DE614A4092B22421C3522AC1E3022FF0E3322CF18191A37224E223A2286083C22AF1D3118D9152A015922F620F81D4B20F4214B22A01C91219F06EA15921F4517F315951FF115971F0A1E991F57191B219D1FA8215C20AA21E9092121C420BE2124217519E717B2210922C71FD020032277212E2180018F1F2D1E361E7E1C2D21D71B6F1268207E22381EC521E22042216D201722651ECB2180227820242007221E1B3F2214180F1CF61BEB17912285216A142317F8203B1EEF205D108D2008218E219822071C7B215D229120F920EB1D94211E14822190211A218620141C02211B2204210617A420B2192C17021EAF22D9205C221217BE225D11A6210603F2215E22FE15A1224A211A1F8A17F0212A02920271224E03DF11AC21222176226320B021121EED19C921851C3B21CD20801A6421831F471C851F6821E01EB4216121D6207221821F83227D1A1222461F781F3E21C91F13228D226C20E8118E1F041A2301CB0A4322971D2518E5149D1849169D1DC4146022DF1F4D22E9094F22871701239C225C21E907B018D618AE1D0315FA216B150920AE200B20482040012D00EC21A519CE1CC422FB214D215D20A00CD01AAD211D22C620D722241FC9205F21F317E622B621CE20331E7218F022ED226921B720621A112226161A2287160F22C01F8A22211E14226F1A251E2B1E6F20B921A71317234C224621C6139F20B6221314E92204131B1C8C21BC226E221B237022BF20D1225E2020150122B4118A2254218413A81F5A176B113F1C7D1D962213160C213F236F1790225C219222C61F991C7521851F76200E226B2189223223491C36132F1DBC0170219402031E53206822A9166A2254206B2388223416CD22FC21A92151237010C320511A56232323821C6623411FEA2276218B2287224014C32138238B1D4121F3221622DE22822268236721DB203F1F281E282308226323F520192287172623F016601E24208D1FCC1CDB21CC12B122FE1B9D22FD16452387217D21CA178A21F020A5228D21BD22AC22CB20C022DC19B723CA2204150F21E9139A223D23B8219E2222173E18BE23001CC41A171DF1207514A82080213E23B923091C3622AA20FA20BB23CB157416B72278104017A223811265225020361C69227623061E12119B1F58194C214F231E215B13742284236E231612C51B48230C222E23E42206229C239322DF228A23E2229923BA1FAC2338233D1EEE2236232D1F90236E2139168D1D8F229523B21CE01C111DB61C111F871E5405B21FD001E110411A2022B719FD07951D3F104D1DCA01BD23D42112246C05921FDD1EE81E5F1E0011C70D4C1B191FF320C01EFC1E371DF91EF01DB023141304057E23B41F0E24F6031809A1083217041F09150215D7214905E91D7A1EDA23E018EA1EF503EC1E04118207F91C0A24741ECD123424F302061FC9092E24B504F1024E1B891E610D121F53234123781EEE218002D612F40416240C244A24511D46034A1E43248C1E4D2349171C23AA21002354239814EB23631F801C551AC820592359216A1F5F2362224A1FF8232F233A21A023DD22971CD71C351F67246E182923BB213421E022731D2C216A239013FE23DE20AE21D51B91236F210324F422D81E96236B05C605F9229918901746229D1860094922BC1716150323BF0A0523A5120723CD1C09238F09160754222915F411AB17E30337240F11D31D3A24F321D215BA11241AE0212E03C622D21DDC180B1F0419E323F115622451239D05E92302227A24A6157822262155216C24281F6E24DA22491F7524CC21FD236C238F23BD247F22291A0224E32004247724EE232D23D2200524CC1F6123CB169A235D23F3237F21D12362222301A40D9024E2144522FC22F211A50996242D2298247920BF12BF059B24760CA217DB1CE70A0B23AD1D56220E23E4239721AD2046207D1F43231F11C20F5D116B13C922D52160245A20E623FE217F0864245121E122371E57231216C121CA241022D522EC227023711F1522F81963218D24D82493227824EC1BCC24C91B7C24D224BC217F24A31C69233821F9236423DC22C82477205E194507DB050401AD1773210B22AD06271228121C242B253A12510DCF2374133412B6231C1239120019740FAD230121AF230B134823C8235107CA231E1C0F23AF1B1123FA24942215217D0FB302730CBF0F5D1908196019DF17F0216104E4249C180612E6055A1F05255D205F200C24B8241402231962255F25AA2194176625CF2250236425BF0A5D006A25AD11E72375086F25B72467258123C7097025FD216025E2117925802364257C2575256B25722549167D25D02264255C0474255E258225062544048925C90963255E1FBA2485256C255E1F511393258325DB0E97250625EF088E2528047F2386255E1F8A089A255D2042099D25E5238B2560259625812571258C258425AB257A2572228308A3257222AA258A25AC255D20131FB32551235909A625731B9025B80A7825AF257E255E1F9925C225A025B80A7908BA256D25AE25B625B0258123B225C62594259F0BC925D1258325C125CD25C3259F0B8025D825C72593173400BD25A721A8257222C525DC25D2251015E0256F22E2258123F30DCA255E1FCB0DED25B80AAF05E8254E23EA2564259524E6107B01971409244F24871E4105770068001C01CA011624E418D31684220418400D171BFC1A950135199E25792347174E20731B0E26E1235220941FE123D506A511981A50053D1261064010D906280AD807600D0903A0025411222543059224E5244D24DF20B6137A10C2203E11E3175D1D9206F10319263F1D50128C046E0525221D173710421020260B13F61C232677107810B6242D156515B507D80FDD04810F41101F2618046A043E267315DE113208880FA90423118301CB1E462499059816C704480DF30C5A02A1068E1F3A264A269B02251913144D26F8211505DC125B1EEB023826DC1D620BB11E251D2E081E26A107B8035621CD0D6426B615042296161B0347136A084D1CB817DF1EAC1F23265108B910EE0C22004C001303610070006800200053006300EC01700074003A001703E406431D7D102E24141987077823E023AC16631BFD0116038B02E40622003A00A3073608F115E1012D11D51091023610492671264900E11F5B005E003A005D002B003A00250064002A00A126581109253503DE026E131709D4112F192A01671C8B077D03580209042A20BB265211E102A30785267200872689268B268D268F26B4262020142437045006E323F91FF3015C0D08054502A5039105062615025902F703EA15B6248D0CB60A99020107520107052B139507A903CE0FA51B5012A71BBC11D4116A266102EB269510CA12F9219C070718C403691DF403402599188507C5105B08EE0C1707BE1A200AB20F9E1B6113DB1FC706F6185E1101031501EF2651251609BF0F2900EF0C6E087302B404EC0C020228008426500048007C004300330046008F0A430042003900410059094500750E4100170E350041003800410030003127740B9A0A4700F6094500B105050A9C053627C80589084400380A46005C04CF08E9093C275C09510445003C0338004200460046004400CF083227DE083327F609C005300035093C272127420037004200310041005D273200410046005427A00A5727330042002E2736005B27420032275D2743004100440054275104642746003000450044004600370046003509BE05420033006427602741006D275F275A27300059275B275D276E274100000EB8097D27F6092127892741005F27450041007A27750E8C27300021274A27320047008527E008340093275927C005A40996278E2742009A279C276A274600880A470045002527330090276A275927932728278727440075273127802741004500AC278627320042003400BB27680EC70842004200E50828273900C427050A7C27BE0563278D27652732276827310066278727CF27542721276427310B5D2769275A27360090276027B2056A279F27F90E9527D727AE274600AF275D27D0276A27D527A327E008E6276D2732275F27A927E527E727E12754275627CD273027410037007F27DC27C505CB27EC27B72743009A278827DC278427FE278B277E2744009F27C32707284100EC27BE27802786274A278427AE275F27D427BE0561276427E1089F27E20A9F273227CF278827FB275F2744008527B70B82081A2841006A27300D7027EC27C708B227BD270728CC279727E008FB2768270628862725270E28030B0F281F28862729286527312800289E2768275A275C27DC2724285104FF27E42711280628B927DD276F27BE05450000285D27BA27AE274200E127932752288827902747008F27560AB8093C273827B005760854274427CD27A80AF6093100430043003500C3279E2722279C0596276D28FA274300C30831004E275D0435099C05380073275227B70B6009EC27CF08AF2740284200D027932782286D272428452880270328E627D02754276F271A283227E6275D273227D30BD1279A099B27FB278928232762272D2867273127B127252731009D284C0B00280A2868277E113500612839276428BE0566283328BF050C12310B32004300BF27F609010B45275104320044008A28B628E0084300B7097E28732723276127660C470023276C284600D708C8285C27B10BC3274500390021279A27C528C6053900CB28D428CE28D928C6284400DB28D6288908A80A42002428300DC8282227A42844004204D028D2288405CD28C628D728CC28232728272327D428C6057627E628A9272827DE28D108CB28C5282727A42822277827262735006127D528FB280329A428FE28FA28272703293000A927C128C42808294D270A2933004400E128E328D528C52876274600E5086C286E278E0EB1054C27A4093800E828420075274E27C505C3279D275D275D0461272727252997278108BA27BF05E108A40E37004400080B7708CB28D027C10528277527DC27000A9C053600772743004F0421272A27A80A31005A284429282726273C273600452778083C279A2727125129F609532969289627B32852295029592955293B27542939003C2761296928502963295F2958295C293C27372943001D0E36293300AC27142949291429C50537007528B40594116D27C205450032099E272A276A27740B9E287E274328852746286E2766278129CD27410A4C28B12792272328542752287E2754285A285728862836005A280A285C285E2881084F29F609732722272C288229DD27922794270E28D7279E27A3282F27B0271528B72794271928F8272E275D270A285E09D927D1270628822857285D27E6270728410AD727F02741006727C227AE27252707287127CD2710285F272928BB292D28BE29C029F32730285427BC29F827B129B0272228882717282728CD270428BE27A02989291528DA27DC2933282329A2299327D0292D28C229E027C9298727892888293328D8270528A2285B2773273527F6097608080B7608F3299727B809D22855276028F429470989272628D129E1292328B7275728A829FD273400CA27082889296B27262793279B293C276F29F72955276128BF0561273B289228E508BC274E288808A80A6B28E20884274709BD27E5083827FC297C280228D8281C2943006127EF093527DD084500592744006C29102AF609C105332A142A56293A275427DD08642726274127F829CF08F629262832282127A90A8A295C280E2AAF055228182A89299F09D5293227430039004B2A5027D727820D2928D3272F27B2274400522AEC29452AD30B9B28862944285C2A4A28DD297F27BD27E82769272628D627F827EE27B727F1278A29E627672AF527BE05A529F82732275728BD275C271628B1278F28080BB0289827C327DC278D2988276D275D27190B0328C3298A29792AA02790088128812A4E28042A852AFA27E5291A288329CE08922725273628E429742ACB29A12860095D284728E10885285D27F62781286D287A2A1C2A54277C27D7273528C327592795098528A627602A5028542A8929AD2A0C287C28DD278529172AE327B62A0B28AF2A5C272527CA27B709E6298B29FB27832A2428750EBD2744288027000AB827E227C5054B28792A5A2A8C2ABD2AE129502A86278908092ADC273A280D292D28A90AB129FA270B289509B227782AD2276C275B27E02998274728A32A532A442AC6086B27B327942888278A27912889294628E027442838008928C129AF279E27BD288A27EF2A4A272F28E22AD02794114C2A032AA128FB27292867275427752AE1298B28A4095D289E275F275C278E28C00517018128A82A962889273828A32AB22988287F27A3289E29082B9827502A222BF129FC29E00950047C2745009A27880A0228222781083F27D128660CE7026A0EBF287927470945007C28E627302A8F0A3C0344299F29080BD12AF8271B2B592A092AC12A1F2BFA27530A1B2AC92A7C27AF2785290A28842793279328D428A92741274700C205512A432BC42A1A284A2B5C27AD2A78080D2A27278B11D9279429602781083800112ABE05F727ED2989080B2BB92723273129CE08BE27092A772744049F096F273A2BE208080BD7086C29C5051B292127322BFD297427240D132A9C29BF05B40DA52AAC2ABA2A2A285D04A80ABF295A2BD228410A7C2B3509F128BF27C205C727AD273A2B8C0AA2097608C627AC2752283A2B0329572B22279A27DD08832B3A2B1429B1058F0A5B094F047627450004298C2B462BB8275A272F27902BBF2766273C038808C627322A7B2B760B6B28B22B4B297427B7091529842B4A27840598283809000A3F27842BA709BF05AC27082974276C28DD08A42B3C27F5294400AE281428BD29572A6D276E17F0294628310C84277B29BF2B572B32007B290E289D2B62287527D728000A9E27A527842BAB28FE29160B2A2B112ABE272628C529E1292E278928D52AAB2A0C2A11288628CF272E282328EA276C0C2D28B72AFE2B9D2A062A5928F02AE12B9B2ADC2BBE2A6827B82A272BEE27292B942A122CAE2AA20AD927652B342A9C05B62826280F2B802A8B29AE27E929F127E32BE92B2F27DE08BF056B2839003729432BA80A8E2A242CD927D529BC2AFF2BED29CF278D282E280C2C36287C286A2B750EAB0A6C29AE27480BA32B8108C427780BA52793285B2A4E27842B892B120F2628AE29382C93278D2852283B2CB82736285A283028F2271828082CBF2AD108C427F1278727FF2A1C2A862907286E2B452A5C275D27F02BD52A452B522C3C2C440BD60A762818126C294B27E6272F2C3A2B892BF52B1E2CC005DB2B3C2ACD274127612754276D2C452A772A572C2A283A2B4300CE08300D43002A27EF2765279D05A42BE42A7808810879273600B527902CF8292A279A09882B112AD20E822C0B2C862C0D29FE0B0B2AE1298E28BF29D52A022A452A9B2803289E278E288C0E520430002428C6084500370B1B294400822A812B7B2CB60D9028082C410A5228A228552CCC291C2857289F2C1A28982ADA292F27D60A742AA40915290D291E2A450051043A2B000A9F084127EE2BC8052928902CB42BE129C72CA828C42C252BC028502B4728310BE32B42296B28302703297C27E908772CEB271A28AD275A2A552C2E27CB2A60272528AA2A8128CB2AA228A22A692C2128E32BAB0A750E4429D12AC72B3A2B77276D286527080B9A276009DD28842B342BAF2C372B5909DA2B842B2E2CDD08322A0329C128560ACA08842BE92BE508CB0A0C12050A7B29162A7B2CE108212CF62C8528F82C492BB427932A7B275D2CDC278E28502BA3282528E32B9509E62757284C27DA2BEA2C1F2DB80944298A2AD82B1E2DF22B5727B809780B0E2B2A2DFC272D2DDA27062C312CDD2B8427692C7C272F2DD60A6F29DD08CE2C0C1241276F29162A5D2AF02A9E2AD9278428012A8128492DB2270B2B4C2D8108A90A350021279D0A4829A80A3C2B302C022B5C2DFD27342C462DEF2AAF2CE42A6D27B72BE5088108B727C428F9283C279E29D72B56295527202C552DD8272928F12A162B102CFA2BEB2AAF27CE08D60A3F27522DC7083227DD288C2CE9093A2B380A4709FC286127EA2BB42C3D2DF609BC0DDA2B5A2D1A28F72C9B285228C308862D54278509AC2AFB2AE32BBD27C005B72B0C12950D7528842B8405C9295A2795093F27B827842B7728880AF12C770ED2286B28C82B0228252932004C27E1087927F12BA42BBD27DA2BBE0596281B28D12C1E2C622DAE280F0BAC2A57283828DA2974279D271F2BC12C0F2C9629532D522DA62864272F2B872D9B29550E77277627622DD1082A270A2D4127BF29312732279D0A9E27C92D852BF529F82B182B842DC608B72BD02DDD2CD22DA22A4728D52D9B28D92A52282A27A5284709232D5C27982A5B27E42C5204DD2837008D2CEA27C22D81080D292329380AB727FB279727A00A782CD82BBB2C6D2B002E4E28A328DA2C9827712AD2274209D60A9B28B10BF6093509DA2B012DF8296C29C70B7F28BF051A281C2EF12C9F2D712AB429F92D11284628C52C8929F12CA32A4600C02A6A2BBC2D2E2BBF2D340079272E2B4D2CD82BAB0A1A2EC608362E2B2DD52A672C370A4F282F27E32B0E285204B42C782752046C28672DBC2AF12DE42A042AA00A072CD7278908CB0A75284D2D080B4300322A4C27BF0517012827842B6B28BF2DE9087327FB2A612ED12CA22D2D285C2EFB2A442E530ADD27502A302D050A75296027EE27382D7C27552E5D2C16288027732ECE295728E32B7728A7097C277827FB2A52284C2C132E352A59092628372C452A832E6A2C1E2B4728282DFF2D4B280C2CA828852E460021270D2976084D274F2EEC2DF32B780B282EEC2C652A9A2E0D2CC227FA2D332E642AE1294A2BB829F42AE32B02281D0E740BDA2BB227122E742D3C2946008E0A2327BE27962C0429402AC805EF2DDF2C702DC327272D8A276B2AE129062AAA29342CDD27A927660CE32BFF2DBD282227342DD62E302C562E092A5428A62DE908212773277C2D3027CE2BBC2AA32DF827DA2EB9277E2D852CDF2B6F2DD60AC90560095429CB28522AB92C382AC805252A7E2DC2297F2795288728D60A25291A2A7827E627D02E422C3A2B2F2715295B2ABF2D310B8C2C8509BC2A512C922EB827F32ACF27312E3028EA296E27342E522CA928E127852E792BDA2B7827A409302A322A302C492E2E28162F7D2AD62A842CA32AD127142B842ED60A420945286A27EC0AD7283827302C832C0E2CDC27272FE727442EB92ABD27B629D60ABA275909E9087608D128622D5B2A842B7327CA080A280329D02C97279227412EF4297D2DAE2E1B2EAF2706288A2925276A2A9D2A5C2D3F284C2DB62B9429852B272E4D2FD829E1292C27C92C9B29D72852044C2746009A2C9D2ED62B9A0A4129B42C4C276827662FDB297A2D750E3B277D2C8128602FEA2AC608AF05D12ED60A6F2F4404472CC02D962C982CF32E092ADB2B6E2DE82B40288027552C660C6F2EE4279A27E42CFB2A4127322A1428530AE42D8D2EB809EF09182B7F2AC6086527C12A602FEF29072E370AB12A5D28382E852CC929772FE908B2271B291F2E41043500FD2D6127492C5C2B3A2BC8057728BC2E22273729CB28E828972D2A2B3A2A080B9029762AF82EB72738009F2D35286027BF2C9E27E92925296527962E9E2D6F2957283728162BFC2D4A27522ADD2ACA2E262BD92AE22AC9292A289C2FB72BC22E3E2EDB2B492ECF08D62FCE083A2B2A27C308F80A4929DD2C452CFE2C0E28B22B4C27C0056927812FA42E070FB40DDC2F002AC005020C9C2D242D9E2D512AC32F2C2DE729D1278327A927552CE7294D28C82A0230862DFD2DFF28D428B528170E652C9229B7292F2859279F2DD1273F289027A627A22C9F2DBD27682BB5277528DB27C02FFD2D6027A52B7927512ACF088C0EEF08662F6F29C12FE0089328582A2930A72F2B2D552CC62FB127C82FB205212880270130E0083F2B9F2D6D276D276D28F62B5629252A3F2C7C283C2B4B27432CE32DB92F332A212D182B0B2F9A2FC62A902A6E2706303028083061270A3038276A27C22F90279F2DA5275D28712D9F2DC9053027F52C8D2B132C59272E28BE29A62C0728D42FF22D5E2CB005BC27A627AE27FD27142F262B282BCF27282CE208C828772723277D29B22B842B75299A09AE27392A302A7029BC2A9D05D7270A2A562E9227B129E32BAA09DD08F82BD728BC2ED128302C833089292127162EA629CF2E4C2ED60AAB2F232EF60980276C288C2CB92F412AA509222D9530612C9F09142803286F305A2E652A592BDE2CBF05EC27A627A32C222CE008FC2BA1283D2C162C0628552D88280328A8280A2B182B9130DB2C012CF92AB02A9928A2286E27412782280E2F2A2CDF2C4C292C271528163054274B300F30D32A7B2A622B300D0328C32FCA29A129CC2ADC2C9F27DD2A322F052A512B8F279427912EAE27962AFB2A7F27D10823075B306027A72E3328182EC82CC230B22AB827B42AEF2A0D2FFA272D2DAF30182C3328D429512B8429CF2A772FC72986275028A72D2B2EB82782275D2D5730862F9927EA309F2F300DCF081230CF2DCD309B27D22DCB301830C72EF82D1C30A32A96281F30FC28BE2D7A27192B5B2EF92A032ED329C92F6330CF276927B029AC29982F81288928D1301B2A4D28062B122B052B972EF430502ABA30B227B730AF28EC27C9083727D82CF70B380A2E2BBD2FB809E92CC105C505532B85285827B40D7E28412D9228572AD2300A2B732ADE2A1A282831202BB029692AAF2AA42FE7302A311A288F2AC82AB827862A000A882A6330DE29FF2FBC2CA330342CC527A3280F30B929FA271E2C5909DB2BA92CE0085C314B2E922AC4294228E32994276E2D932EE127462D6830B92AEF27CF2E702AF427232F70311B28FA2A022E9A2A9427992FA52E362AFF29A90AA80A34003C273D2F49296A28C72751045B27F6097F299D290D29FF28C728C9280329F028CE28E9282529EB280A29D828CD28772DD528B428ED28D628A631F128A4289F2ADC2804290829612E0A298C2C10290F29BE2D07294D27E702BE2DB12C89270A29A53176279C31C00DEA28D328AB310629D928A831FF28AA310529EF28C931AF317730F528B2310E29E12D1929B431C7319531B731A4280329F728B5274B27C331A231D128C631CD31AD31DA28AB31CC31C331E531F228B031D2313E2EB331DD28D831612EDA31802CBA31E828600973270A287530CD31A5316027E0315A27A331E331E931A031CA312D29A031EE28EA31D031512E3629BC2EFD28F231F531D731CD31780BC7271729DC311929782BA731B0310232CF31C528ED2FE83107320332AF3148270532A5312032712845319327E131A431D8310832DE281E32AC312032C528DC312E32C83118328B2727324104FF31E231EC28E43120322D3206322F321B32A42844303332CE31353285093732293201321F32CF313E322432CF31FF2D483239322A323C324132A32BF5280A29552B1332C4270429F5315527F408A828BF2D622D2E2724282B2F310B0A284C2C072EC3083E277C27A90A7B297528962C032FE52FB72C36006F32302F6F282B2AD22F880AD30B5B2768278808032937290D2EBF27BD28732847098C2C2B2A1530CE08A02ECE08530A4F040B2E9A095D2E2F0FE4086629892B5A29562965295B2954295D29662957290C129A329832682960299F32953267299D326929A13296329932A63269289B329732A832A032AB32A232B028A3329C32B2325E29B432AC32A932B932B032AE32A532A732A432B632AD32BF329E32BC32C032BE32B432C332BF32B832BB32C232C132B732B132C832CE32C4325D29D3325727E909D027FB27602E9D2E77285B09D7083430CB282E276D28410A75294A2778087C281F288029A930ED29E527A627DD305B2D1A2AA82AA3298B2FD929DD2C8A27F12DC729342C992CAD2826288A313A0A7F0EE2282E278C0E90313727BC2FB709D00A9F087432B7279C059A31CD317D279E312C32ED282E27FF283C3231320432D6282527C428622DA428DE2AFC28E828132C75274A322F3214331A330429D1083F32062922332632440428321E331E2F243222331029F82819321F32FD28F2282227E82C4432FC280829662E7B277527E52FF13170280E2912330329D72876279F2ECB28E228802CDB31353313334A333233D6286E27912BD127E6325C324D2761321D295B2A60092B2A7728DB2726273A093D28D02CAE272307EF086A2ECB28862D6127D30B300D1B298528B72C5F30A5277528030B172D1E31EF089F08530C0C12E702B3287B297D2B9332C13266293100AA32B332CD327F33C532CB32D132C932CF32823366297D33823396276428440A5104000A4B2790273832892C2307F9293328CB0AE32D8D291B297D280A339B2DC629B32AED2AB327232FF12D742E6230CE0AF32E792D442E2A27A32B2730D92D5131D2298629F12CBF2F9F2F612A4E28F82AE2278A31DE08BE2DF80A800D2A27CA083C27A8093429F328C428B42CE7320B33C3310D336A28DC31CF31C12FBD31F931C031F1317827C331DB281133A531F7281133A2313F272033FB28F7280929E528382E310BD331AC31DD331533A20ACE2CCB280F293B327F32CD334C27612BD033CD317B2BD3331033E533632F2233D9336A283B32E931E433EC31E0331532FA3334334E33741C51335B32EA335533A72B23279509EF33E9315A33EE28D433F433D331D833FF31DA33F9330732FB33F428FD33E233DC330034B5313D094C297C2805341529510462339327582BFE31D0282D332B32D733F2280D2942295A277627BE2D263425292834E4312A3423337C282E3456336332E62735007627CE08E82B830CC42FEF080E28B92723299009532EE429863226272F0F33000228B0058F0AA927D127382E42008C2C152923077C2775282329910BBF0AD22B79328E0A4204662F4229AF2B0C12972C912DB12C22277B33C6328833B132CA32A3328A33BA3280336F3483337034CB326E34AF327334BD3284338133BE32753478347D34B5326C34B532D0328B33C033BC2E622DCB283209032F0B32BD28DD28BE2DA32985096A280C343E294009C63326287E2C3328F8304E2F452E3731E12B242B5E2F8E27F432760BAC27DC27772B530A6F29072E132A2F270E29C12E4104E108212D9A0AF828A4096C29402F1B294C34FB32EC273F2D222ECE0AE828AB0A8927782D592A070C6C3356286C29C3289B31EE28C933CA28122BAE31C9330F34C934CE283033D5332B3230346533233303292533A531D23411334933D43139334D27F231EE3148271032C33134001529FE285B32BA317F321329E7336A28D031DD313934C530BD27C7272928890828322928300D4104BA27C705632DAF272328D22833278228B328C427380A322A560AEF0897276B2ED228070F952C380A332A8E0A9A27AF05D228AF05222E4429782A760B370B4E297A3479346934713482341A357634B0283633BD28DA084709DA2BAF056A27D728000EF60E7432CE0A560ACB0A24283A278B2D4A31BE059634C63126277E2DA0284D28232B2628E42EED30A034750EC7279D0A7B2B7E2AE928372A5728030FCD2F410AB72CC605132AE7287C284F34462CE9086A28B6346427B83493276D289629AD30BE273C272529C705CE28BF05E702513494343033D628C734A52BCF31CB340134D728CD342B342233D7342F330D29D5343833D834F228D234D228D531E728DE342327E034F031CD31162B6F350F29E7341229D831F1279B310F291233E728EE341529662F6D288C2C962C1429B42C6B280C2E5004B42C7B29170E3027A709A42A74334C348E0A082F9629D30B25272428D728492CAE2DDD283F27D7288427A927E1088C2C5F303C2BB5298405C1055130862BCC282F0F0E2EC505E82D4229382E52289A09A61317351D357734723481341835BE35D4325327462FDA08C228B628772725298E0AFE32752923271701BE27A00ABC2B5C2730359D333B2AAE309B27A32C6E2D37359C343A35A7289F27AA28A40D5233F6095B2AC427FB2AFC29B12C3F34C7058427000C8509372A030FA409102ED128232A912F6528B734C62D442FBA27422B380A0233B12C1F334D278030440452346135C5346335CD28C83466351832D7341B32C534D034E4317235D434772771352F3374350E32D6317627DF346A287B35D3337327E5347C2880351A36EE2886348435EC3416321B2962326E2744049805BF29BA34330ABD28BF29E50874279D098927AA353C03802C23298C2CF034E3349F0C42047528AE2A2428B22B6A2E612E530C2427F3347A115C2D4D277E11BB35222EC135BF358034C335193550367E34A327DC0A7B294528FE274F044127472C82327B298D325F276C29A130D32B9434D635DB2DD83536359B34AC2E9D343B359F34DF35830C97270D0A6A2BC7087629372A711CC70575296B27AC2FA409132A25271C292928382E602DDD2E52356728C62D1E0F75278F0A880A3827782D743277302C274A27962CC32703360C3306366535183267350A361832CF34CC346E35FC28D634D13413360D327635DD341736793519360A29C72703341E363132813511322635E2285B328635553326365733D40A7B29672D7E2B92277927D12756359F0875275C049433513498298C2D2727512A000AC32BD02C272F1429C205E028432C82278509892735092B2CB22F863688084A36F32EBE3580344E366A34C432D836BA32B6284E2774277636FD31CE27202AAC2FE2280E28B205110B912BE80A26279B30D5353235D73535359934EE294F313935F2323C356C369C053E2E750EFB287827512A7432372AC308E8283827C23121344A35FC299E27F02775289727E32C8036F5355335C62DFE0B682E4009A5094E29592B422B080B7D2853349036C833923641270836AE319636AE3198366835DA34D9346F351136263369359E36EF31DC34BF2B0C329331E134EE28092AA736DC34E834D8310A335A324D35D3311A291C2963323127962CC32ED12748276E273C34B12CD30BC6054209AD2CF8315B338730962C6D287B29EF082E2B96352327EE2B4A277528C2276D27662F300D852830276009B428442981086C295527BA2B7C27CA2B16354B36BD354D3687337134D7366A37AF328027BC2FDD28C00D4D273D34FF2FFB09BC28092ABE274E276009BF298B2ED435E832AD306436F036242F9A349E2F322E6936DE35A9286037C236B5274827BA34B72FFF366A27CA088027662DD52B2D2AB12CD127E82B22323F28420919370D378236982DBE2D4C2E6F27DE08FC35B42CB105A6375C2A872EC3349D3362359D31CA331D3794360936D1340B366C359D364D33183327376D35B7371436A0362D3718363037D628A40933371F360A290C121629AE363A37883547098509DE08880A14294737A828B42C2A33E828B20548276F35F934550C9A09C72EB22B032F4430B02CC9083F279A09700B8B2C92272A270A28A509CB081B283F2A5629FA27E828452FD43694326937DA366D377E346C37D232AA3217360C2EB534B12D7A29C42DB32F8C28E30DF9312527AC2F4C347E375327EE368137D9359F2867368637DD350928F736D534F328A1356A273C03912F6A2B1D37792B2B2775274F2C830C152A5A27000A422C39310E37E335DA0A322B792713375327C705D128272755275B27C7279C33740BAD37BC290E336A3544271F37B33797360C369936B73726379C360E362A37DB340F32A2362F3720361633E4341E343437AA36C3315527F331AF363B3727365B2A4B2A960AF208B005753508377F2B5728052FED0BCE0A0E284E27C405FB295B2A6D322428972BAE273C2BA234A80A370B332DF031FB0EAC2F8A2EC236A5096E282527A6357E2A2327E928602D89275C2753276A28092AC705310C68345136F237CC326B376B34F437B02890278E30560AEE2742049F086F29370B3E2E812C6232BB363C2F4229EC0AEC367F373335EC288237DA350C38F436DA2DF332F736322D75291130BD280228C105132AAD36560A6E2FB105BA2D9637942DE92B742C6C28C908AC278136B1288336602CE508782EBF335629D108A0357D38CF082527AB3731380436AE370736B13737380E36B4374D33BA37D334B8373E38E9310F36DA3475352C37783544380A29980B1D3649384538FB28F609383718298735B1363A34C708652F533036275B09E4298927092AE52B2B2F7D2B2F29B72C0E2EF23110358D2C5609512D2F0FB2057432882E66279927012EB205BF2BD82A0535492F55274A0E0C126637D53681388533C732D9368633F737BA32D1284F30E23257356F295B09C005AE33892C3029F938E70EC505512A963807388037CD2798348337F2363835172C9E38F6368937DE2A6F292B38AE2F3E2E5104372A8405E7023D315527CE37B60D81087C3097275F34BD2ECB0AB5349E37B538352A4209142DE9094F095229C1052C2C84058D3529281529C434913634381E37E631C8383938B5373F383C389B361236BB379F36D33843387A35A53126354838C437D8312C27C7373937ED34E038EF34DD272B29CE0A3B30AC2F092A3027372BE828C3330E2A9E277429553889111339370BA00A7432E108F936D30B170D4D2778085B09302A0B301939ED2B4E2DB72E9F290B2E32092D349F2AF0374C36F63782381E358C390839BA32422743286C0CC609FA27382D58279A091539282756352329CB0800091B399534EF360A38D727DB3568360E389F3826399433A92FD80A112EA638FC294E27F529C528E2084827C6082D395204A527880A8C2D302851353B399E2EC62D532DC4051D29BF27FC35072E7428D1281E2AC32EC138C733C6341C3735389536383821373A382337D0383D385439CC38BC3757392E375939D831A733D8385D39CD310F292336DE38B0363C372836222E3D349E0CAF05C12F8808E82BA6277C28DB2968273734A734D128D42C38279C30B8091B29C92BB2304C277F0EB2054534622D7539172D1D2BD5306828C80530279A31C1280439F1378F394C364F36D636853896273F2EA535ED27AC2F7808F628992A5F277E39B927B809C5279D2EA709A927A03963361E396536F136A5390D38F5366B362639AF05A9381B29A80AD228772793378108A92B6B27A428F7294039372A2535962CB62FA90A42292F0FDB2B8A31C62D78277527E231960AFC35B9272B2A34002B2A370B9027F1341A37CC394B39C6384D39CF38C938D334CB382537533928372437733556394238DA39A436D831860BDE39A936DA382E2C4533C9282436DF38E539B72C2928D228072E5004002AA22B362951356B3923292E36302A4E34C905110D6D28A5274935E5085C043D33DE08BD28B8094E27B838982D5728C205BC2E28270A3A8B3984380B398E398D3A8D397834BF0A7C30310B05339D0A2630E2082334E22855277536332B8B38C1050638A1390938663685379D389E34AE273D35AE27302B5927BC2EC12F140C372A6A282A334A279E294C2CAB0A173848272E3885342F27D10821387834BE39392A533459098F325935222E6939430C4D2785288B354E3A0536503ACA34B2374E39D1395039CF389A367035593AD038D8395D3ABF37643A240D623ADB314A380D34F936673AE3394F385733F408E82723072928DC0A49292C27490AC12F460A2F0F7B36773A322ACE37493A66275E349727E12DA52755332E2B0B2EA409323ABB3ABF0A5D37C705DE08B628D02B642EA00A6027B8098A3968370C3A1B358C3A8E3A78345909C83ABC2E77285D27E7360937AF27AC273729DA2BBF27CD30AB0AEB3662360838233A9A380B38A53A2339A73ADA297E112428122993375927BC0BF929760B69352529E42F2E291C381C2DBE27512A4827410A9727622DBD3A403A5327442F892C4D37E1083C27B927632F5E325934C727E027AC37C3383338AF37CE39CF3A533A4F39CA38B637CC38D539D63A4038D238D93AA336C037BC3A4B277E35DE3ADE3A643A772BE2394E3888358F2C1B292E2C93276C285A27370A1B292827B8289F09C427612EF93AE702843A762C27274C2E3C30D1275B27B22B0D39B12C9C055104312737297B29CE279727E334FE39DD080B3B80380D3B1E351C3580384F366D28092A2E27FF298C36D30B37292D0EC9089D2E5C38B12C2228622DB227A13A223A9734243A2039263AA63A6A36A83AF736C1281701BA274533DC276C288F2E462C6134880AFC39C2054B34132ABE2DE334AC3B8427872E1C29B438BF3A982D4E2D9F080228283801394827B134B42C3C03AE2ACB3AC4389336CE3AC738523BD13A543B5139563B583A563A5B3A2B375B3BD538D831622E603BD938A531C705DD38663B6339B72C7B28BE3311366833593768276B3B612E9805DD083509653AAD3A3B2B73271C2F3E3477273F29BA290135FB2ADD286E329E35560A6C296137DE29372942048B3B0F3AF337103B7F34903A9039AF325004962F30366A27EF276F32832B300DFA274A27CE0A2307C505F9278636213A223BA33B243BA4399C38273BA83B293B9A0A3430E228B12B30270135132A21292E2BA1304C3477273927FC296D28E0365609C42A072E3E3BF6358D2743337B28A22AFC35B528A435662702372F0F9B3A49391B37CD3ACE28CF39D03ACE34D239D73B1036CE380732D73A5C3A16365E3A5D3B2E2C5B395233DF3B2B321C36AD36613925366A3A563C682F832731273E293F27E22D2307892C3C2EA5272F0FFB272E2CB22BE808F035B92770390C124535E7026A27DA089D2E6B28D3363F369A270228892C9528A4376F279D3B980B4C2F1F2C5B34053C06390D3A0939073983342712C50542297B2B233598059731BA35E52CB72C01359D2E2B33BF2CA13B1D3C3435A339352E213C1A33283AA93B26390E28CA08B334880A6D3A9D2EFC295F3BD708D20EC70AA00AAE346828792722276C29012EF631383C2338772A2227A234BF29B6286128C236EF08FD09B02A443C4C3B4A394F3B4C39CC34543A0D36D33A5239D53A4D3CD1381536773558395F3ACD318711DD3A1C330A29BD284D38C937E43B5228A428A00AB5279F317D3C2127E8082E35963CC12F36294B27522A2329500459375D0444295434E90993307C2DC6053C298C2C6E276F2761096B27322A910B02283629D00AE72EEA35EE2F8E0AB42C8A3A7F38063C0A39913A093C073C0A3D9627E9095B2A5F0AE32CC936602C2D36E1089A27323A1328CF08FB27A7099B3C1D391E3C9E3CED29A63B223C8837BF2EE12865273B349D2EBA27680E372AD90E32274F3498317936132AE828BF2BA428D8280E289E35BF3BDE088336E334462C2207443B9831532BDD28533490275C272F29453C4F3AC73C513AC93C533B553A553B573ACE3C4E3DD83B4138533CDA3A0A29D02BD73C35371132EA348535DC3C5F3C5837B828C005D328BA27AC3A3E2E112D7529880AC3277728C12845316827B431FD352C39752B5F27050A86344D278027050A8C358F2CE2288E2D7E30792FDA08E82BC128DA2BC128043875294209352A992AF5291E0F073D883C68370E3A8B3D8E3B6A29EE2FC92C6C3AB12C4C270C2955356C299D2EC327E1322930AD279D0A2A277E280F2DC52E402C1B2AF132E9325827142BF832852B6228BB2FBE3AEC287128482FFB3BA435FC358528143BC005613D0C12C128CC3B4E3BC538AE3149321434AC313538DE28A9270A340D342B32C231EE28CE0AC531BF3DFB283538E1313334CC3CD53B30344833F9334B33D13B523AEE28472CDD381B33693A50388C2C9D32DC3A2329D12B3027880A033B240F572842342B2A97287629E332C008AF05042DFF2DB5285D04AC2F8C37E5082E36493A32095527FC0AAE27C62BE22D522AB22B8F0A2C2720387D3B27123827F83D152BC205BC358C3B103A0F3B0A3D893391318C3CF70BB42CF52B9B315B27980A7C28F53A273074329629FF32DA2EA409B205213B1F31B52B802E9635952EFB2C152C273AA23DF530A73B243D7E110B29932BB02F830C972B5C27992BC20553347D2E81089E2BC908A02B7808A22BF22B7608FE2CF72F252E0D2932094B2D062D4700082D812F0B2D362B89113A36682D0B38802D8727822D962CC927BD393A3D750E962C4229333E4827490A782D71369D053C2B072E512DCA39EA34483DBC3DA1315232DB336935CA3C3B38D53B503DD43BD934D83A543D5C3B643A522AA7360D337F32C528D23D1D33CA3D20374B3CD23A503CD43AB937513DA428713ED23C543C643A4929763EC828783E843EBE2ED4377C3ED0397E3ED33BD03D4F3D823E6F3E523D5A3B723EDB3B7C35632EE83336388C3E4933E228752B0032CB3D6A3E4C3DCB3C803ECD3C963E943EF228D233DB34593EA1362534DB39D53C47385233773E55338D3ED1272429903E4A3CF228C12F3E2E6527E8282928A43E7D3EBE3E3827AE2F333DBC3ED63DC63EC03EA23EC22A3A32C53EDF3C6C2FC13E88353C34E33457288F35C605382E3C342E2CF934962CB93965279A3D9D0942095E2E7627A90A6A27142D2D0E3127893A8927DA0E6F29743B402FD7284F041B0D9737DA085334D02CCB286E30883A78084636363EAC2F6B3DA40E093E083D8B3C0E3B8C3D8A3C0C3E0B3CF5370B3E0C3B0A3C103EC235073F0C3F083C8F3B5236893C063F163F903BAA32000CDA08B53CFF2AB12CCB08153876087C271B3B422C38273509980B932C203E992F572EC02F1D2B4A2BCA2F212B162CA13C293E5837283E283B3D35FD2CFB2A413E372D032D453E8939BC28493E49290C2D4C3E0F2DD22C922B5B2B952B313EE62889272B389B2B373E5327162D74278528D1283D3EBC2A9B38503E5D27523E1C3B0A2A3F3B300DAC27B628062AC339622994282B0FDE31D42CFF34C238C63C663E2827BE3DD13E2237CF3C573BCF3C853EB13E553D5E39573CC427B73EC73D7A3EC93DC43E913E6B35933EA93E6D3EAB3E803FD934AE3ED238B03E2D37D7289B3E4B3890081E34783F793E8E3E5F2C7C3FBD3E23337F3FC03D813E4F3C963FB737853FF231873FF038733EA536B22B603B8E3FB93EA23E4A27923FCB3E943F4D3D973E4E3CD639843F56399D3FE63E9F3FD8318F38A23F8B3EB83EA13EBB3EA73F503C1B32BF3EC83EFB27CA3EBB3F9736BD3FC13EE93CBA3FC03DBC3FC73EC43FCF3E5332A83F1B29D33E4833E43B3E2A3D367730823DBC2D9D2E4230B60ECE0AA92F3F275A2761270235753A73323C293F27320F5F2A362915352C0A2712C308D02CC82F3729B105023F8E3D0F3F8338123F083F153F8F3AF33F113F093D093F0B3D0D3DF43F173F0A3FF73F183FFE3FBF35133FC0359D29E6272227EB3E2E2C173DF834782F723A8C389D283628C1282B2C1F3E3135213EAF2E752E482B253E202B273EA63A322F303F353F233C3D352E3E473FCF2B323E4B3F9A2B363E842BBF05503F302A9629522A9E30A42B3F3E393F002D3B3F443E052D3E3F092D3A2B4A3EE232433F092F6636573FF22A93275A3F553E3F2DAE3ACA3B3E2A62373C273C3447337A2BE232EF39BA3D6435B037BD3D683EA53E5240923EAA3FAC3EAC3F583B5539D93B9A3EB33E4B38093B9E3EA33FB83F7B3FD03E7D3FA93FA83E993F813F983FCC3D593BD13C733FB23F7C357827B53F1C338F3FBA3E913F6640933F6E3F833ECD38AD3FAD3EAF3F533C893F5F40EE28A90A18331240B63F793F903FA63F7940CD3F4C3C7C40703F7C40723FBE377140C331AB0A1D3663407A3FAE2A8C40C13F2137C33FA23EC33E9B40C73FC23FC93FA23E2428C63FCC3DC83F4229CA3FC03FA2409D40A440E43A3D370528E13EB92EA527EC3A7608E12DC3391429C13AC92A3F2BE636D62C84272330ED354437A928FA29A928FD344104FA27DF325F27F6340B0E2327DA3C31271340F02EB72C4404013F67370A3E0C3DFA3F04408D3D8D3BF13FF63FFC3FF83F043F8F3D02400440DC4005400140DE40FA3FDB36E740DD407834302A930BCB288730D2283C34C33B983B522AE3341B0D4F094F306C29C936293F1A2B1840243E2E3F263E2A3E273B1E401C40233D0F3826392340942B25404A3F343E4D3F2A4045392A38523F2F40E92F383FFF2C7D27423E3C3F3740072D3F3F0A2D413F4B3E6A0E443F3F40E8294140533E092A4440FF27880ADA2B2E2B000AB00552299D09D437DB2A972B4B3B683F463C493D5340AC40A840A73E6C3E953E6C4029375C40533D863E743F11321C368D3F88407640A23E1E33CC3F9C40574069406D40AA3E3E415A3AB93E414170408A3FEE282E2B8A3E7540A43F8F3EA740A63ED23B5840833F6B356E3E5940D03CBD37D4388340D628A530974047415B41A33EA1403A415F414E413F416B407E40A4289B3F7627B03FB23ED43CC3312B2A86409F3EB73F994039415E41CE349E40C23E82415640C63EAA40A54087413538CE3FCD3EE828CB3F693E8841D23E8F41883540292E2B622DC23631365F2A952C050A0335BC2E4B277D3B7432B60E2E284027600C4229483590345037190EC539603FE702EA2DB105D52E1530483A322A9E278F2EBF0515295927F80AD5400539E540EA40FF3FDF40D740F93F0E3F0340103FC241D940F53FC041E140EC40FB3FC8410240BF41C541E3403C27A935163AAC2F67330329BF29BA3ECC2B310BEB36EE2EA53C2A27AE393135A53BD927812DFC27A13D8337E130FD30EC2A49281E3D9827602F2741292D7E276D2A8227D4293E28F42A772F5E28A92A99340A319C2785318C2AA2277E275A30A727A22C9A27BB27DE292F31B327B129B627272BF935BC27BE27BB271F388C0ED83E793B0729F9326328393D3F2D5C273E2FAD2BB90B463A032E843EA80A4227372950401C37E42838415D411B294132802CD43ED43DAF36AC312642D73DD628CE2CDA3D2C37C528512E383330426B3FF731BE31FA31F233CD31D12834341B32F7282F424C32DC39CD375C3CB8378735BE2D1F3448333D420F34394276417F3E2F429A364C274204B13F863E9B314827BC36D8318F2DDE3BDF39C331753EE23B2C370A290528344262396A3A4C34082F14294C27892C8528D42BB72C983B6527A02E812A19333C2BB528B540F6319B304C27572A480BFF2EE032B138873270297D2FE2082F0F3E2FB12C26275D3F942C5629C6059027C005FC3B8A3DD0410E3E6429F23FC34194427C34E640033FC441BE410B3FF4294433CB28EA2D242A700B1F3FC4051B3A132F7E2B103D9B358711E241563F2441593F012B76314428D62F4828A23CA83C660CF041A42C8E27A83DA53D112CE129962A212F2731582A7233702E21314234862924311B2CE9272831D7297931662AB829E927542F04317F316F2A7A3183318128E5308731F92AA23BAA2C812EFB413027EB3BA72F2527FF2A552D012836319E2F1642AC3D8A31760B4209393FF12B4F0471285229D108B52852046109322AE13D2F279F3DED36B52AD72A4D312E317C2A5B27172DC52E022EC0299B28E7423F3A393C7A11362985095728AF416229D02C35095334F3400129673FCB39CC3A3741673E27349241D43936427541C4280029C33D82352B32BA31AC312637312AAA2A3F273E33F033943841332B42582BB0406E27F83DAA2702297E3AED2B75275927862EE8289E3D9D05C12A2629BF0AC13A473AB43D2C38C935773F4F048E0A8F2E610EE2081B3BA20A5933FB2A840B192B90420D3FD24151439B30592AB12AF53D530A092A6D270D35A927E8286C0DA0419727912D752830381C39BE3058272C0DED416930F33CA83B032BA52F980A0F28DF37AC2817424440010F95093F3E7C27B80ED34160276D39E63FB0054A274839C53C3641CA283D32AB311F43FB315A3CE4318E404C33D334F7339241BA31FE28543302292E333A3312330129E13343422733924313292A4319331734783EE43B0F3DC63035432927CD352727C236B83A5A42490AB234030B492F383288345B2A3E2E5F3ED0378F272627C3275F3E7C279132902BE228E02F402E0C124A273E2FC9086B3D4F43083C9B420C3D97424F36773F9635A509EB3ECA08592714289E27973B0029EB365204B927E6387F431534D928CA28592B27426F418D302A42BE2D2C424242E431D9433142D108950960394942B73F3742593AE2433A42CE33BF312043F033893FD64397369643DC43513BEE287D41E23926374A429B33D43E4E422337EB43D031F6280B32B03E75350A29BE27F331B9311632EE316041AC31ED33563B223251410E442537A32B11446E35F83E312A0A29E13D0B290434FC284433DB28132DF43BCD28883AFD317337FF284042A927EA4319297335302A5542663A49296232E4385337AA27CD31C327C428322A8D3E3B324E27B72C9D2E5B2A7D416A3A3A362A0B3C2E6036BA27510415298B2C0F2A892D6A28AA3C0228AB27532C89083827C334113622275334D20E8F3664092612E40AD6325027D128EF3F914262290F3E9442CB41FB3FC543C641CA416544F03FD141E240E8409A429C427834A7291B3D173C380A852887364628AB2F882F8927AE277C28F53D9431A02BF942AC42E5418E28E741F430962AB24287299C3C9A2F74430A2AE330222BDD278327FD30E12AF53276319127102C022B02426D3BFE41FE270042D92996444B2D0442AB27EE2C392F7C2A09424F30532BB8270D427A2A0F42512AE73D95092329B8398E31D32CAA3DFA3228410C121128EB394F09C53BCE287A332234452FD4433541653E032950426C3F2B3250428F3FDF43F343E4315042D93CA13FE23AFA43E8432332C344CF31BC31F831EE4385433F42F143E333E043E931C944DC39602D4842CD442F34FC434D424542C8441B32AE3E72419B33523955420B32F1432D375942E72F99437E41593CE039E13AEB34A936E7281329FB40DE445D3D50385909682E6A2838273C2BB6289528892CBF0A963C2B2FB0273E2EC1282330892C87366D3C530C4204952B15396F270F0B812ADF2E3629992DB528E82BC1430D3E5F4493426B44CF411D450C126C44D84023459542EB401F352529662715290235923C31397D0EBF0ABD27D80A490C7C2C38278E0A9639AB424F3EAD42E6419144A12993447831C52A1C2E682AAD35BE057D316D2A65308131722AD542952A1C28C12FC030D7298431D3294D28042AD7292140DF356531002C2B2D0C386C271E29B02E70304C30D32AEC2A0D280F28A7291228CD2E802E94274131D52FC330522B57317731BC27A62FE737FA4167430F2E182BA83BC2278628B233032C112B86291428E030962E542B1E2C942F5E451F4039351E2C792D6A2B6C2BD22DBD29242D5C27794587280641323F33285F2BA12FC4302F34E0421028F330002835315D28BB3038318337D30BDC309745E2429430F827DE42873A6827340D982EBE2AD32A962A9E0C0A2A022B0631A829F031832D63456539D52A8A31F20D4229592A993976369634843E892CDA2BEF09DD283C039008BD441C39322F742EAC451C2800435E323D2AD529523E5E45B427C4422E3BA833542DDF2C8A2A854475313D4572458431F32A6B2C712BF9314440033B4232E52B5104AC2B4A40CE0ABB27D537A33534411443CD3B0832C24454321832EC333C42C43DD6284E27CD3165404B414032F643452E4E329736934384433E42C331BA27F9454A418C43E344CB31593A303235349143563BD4285141E7346B3F4A3B13340E468E435D3AE628B83AE227FF32C308C5282945383307290D39EC314827983B5C429D3E1933FC2836335533E6440F3412462333554220462F33AF438E3ED53EB527E028662785325004CB0AA03BAA0944298232322AFB271B3B1A2A67329E356D42C727143CCF36B12DED2B4709D30B490C29304C344404CE0AF02A0B2E932C2C0B2307C0051B456244E44050431F45C741FD3F6A44664420452445053F142855434F04F235C345F2402827BD3B7832C405DD280429B628370BC228F9426443E6285427754626278645D645AA45EA327E45652C3439D82B2628492EB127152BFC275E45D62F0243102CFC321F2CFA27AC35193AC805112A193A4A34050A312723296430BE441543CA282D42C23D3344034607324D3BCF34752729334628CE3D92413534EC33F128E930D544C3316F46E931FC339D46C53D3F42FF3DC83D2C33A646973F383335347D40593A35347B3F1546293400348F43B846C0466734FD33D633C046B93B473343380C441A3452393D34C2464D33BD46F833C64692433A37553C453F583CDE437540E43BA6368E0A10351D292F27BE2D4127812B3E297C2D2307D30B41046D2FE828BE0DAD3C8B324533A52750044429A80A7D43BE0B73277808493A823B030EC1055D446D44CD41C94169449942E0405F4661465E465243923B3C2B8E30BA336827CC284235BB27CB0A090E6A2C79443D2F633E7746EC27732BB1447143223867285B090F3D6F27D2287608EA2D6A296D286D2877279227DA2BA63624420E333B27D03B0429B046C1372B324D3BD433A2469D052334B7356A3AF53E9D292A27BF27BF292D35232ACB08122AC105B343A92943395334A635BA27310BDA0EB528E334780BCD35B8397E3AD7081F34872DBD272C0AE1373C0AC608002A6127A02B5946C4414F3605468A36AB0DE82DAF41522887398A2C4B420E2DED0B7E309931643EAD40AF372E2B1832F145E9316D4721373844E228C933F1290D462B32B34625371046383379476B35D72851417D471A33D4281844D831CC431B441F341D44753DE13B2C275B32D23342372337FF3D8F47932DF02CA5319147CE348240412FA536E632E034423322327627DF31D02C0F349147D93475309435593AA347BE3E3E2BBA3EFF35E72ED03FBA27BF2CB5272132E744A847353A4C27A6479547793511330830E231B5271946BF2BA32B77287B41EE28E635C2055233D428AC2F7F329A37B83AB147B947A247CD47B547662F8047CF47BB477535C0471F33BD47CE40C2472E472E3AC6478B3EF83E972CAA47D33D5138D2472F44F228D73E55361A361F33CE3B320F3144320FC9337D0EB33F900890337C28DE43DF47B231A1479047CF470C32072EE447F8470C32F12E7C47FA473E2E5B35362958324533D02CE933F040783EE334B527FD47A4473F3656421029EA475640C205EF472D47BC385B09C5475B32F547783E1946B347024824470E48E64701302248B5470448643AB62F742728463633F647E334D1470148E547353A10480B32BE47663EF04711323D09F3472B42DF47A8462727AA469E46AC31C73DE333C128B74778470248DE2E782717484A482E3707327B38B047612744482548B736B927BA3EA531843EB0477527CF47B8473148D64705444642DC47602CE528DF478F2EA13FFB28E43B2329DC3751381828662779276A394C27B005DD28CB083C2B412F7627322ADE2E382E050ACB08E82B622DBE275909BF298427C0443F37E0283C3BE9085209D1088B3A524300470447604668445E4463468C485B460040CC419148C1419348FE468D3DDA400247684499486446CC41C34326450347143F62461C458F48A2482745DB405C46A6487834E837042F7836633C800D4D27300D7D0E312A4F47D80ABF2D9F0A6243432A8128AD2ACE2F1128DD2A8344C32C6C45EC41CC42532F8C294F28C1451747E842D7351D0E6935A709B5288F0AB33D02289F084929A00A7C27672A2847AF3730322A47E72F263214292B33874182430529643A613A5C3C17348735DB48D53D4B32FD45E83047421729DF44C12EC83E88354F04BE2D512AB227B105DD2874278F30CE2CC6058C35D7082232AC44530ABC2D950D980A67279D0A1745103DBC0BA13F310BC70AA1370840BF29BA3B7A28352A9546B42C74438A3DA848A5486344604490485229FA278F0AF631653AC13E2644170DCA276D28BC28B9275E38D035E6327E28B742A433092C0728F62AED29660CBF2CCB2FE630BA29522F462D3049AA2CBE2C872F9E30042CE72DB142552BA42EAB3D06436436F836223477271F349046F429C12ACB08B03BFB2EF8429846EF4520326F47EA482B476734F645FB36C63C32475F32DF482842DA480C32FD438743D9285B494832074655405F498A412E43BF2B6A3B2142762797289629F931F746FF2DE8334F2E053DEC2F8A2B7808DF2EDD288927BB0930455A38B709FD3D34286A3DB52DE9458E31DF2E103CB839043C9F09FB461849984897482545CE41D42B75285F393127612E2A2C6B299E411B293A27B7407827B1050729F742213BE3414040523E092AC8484249B2441947B1281B47522A5B3346442E0B4A40C13A7D0D092F98315049EE45BB3DEB476B3F5440D13E4D326740F328DF334A480E46D62854496B47EB3160494833D234C249BA49BD4973476A49E3347428ED398B2DC4274E27FB0BEE2E47092107D50B7E3BE42D4D374647242A5C04782A473E86290429A5095F366F3B7D2FB94184058D386B28472FE30D8D324729AC27C12F773F5E345A47014761449049103E0B35560A2F2CF0271428F1399B35943BFC2B1D0E5D0C943321429434A13D16409827472B0041012C0241343F1D405B2D03419145554526396B2B222ED5452227B7427031FB308B2A8B286D27B833393CC60514385E2EA733463A8B30FB09BF29880A96297D445149B749F045CA49F24556490246B146AC46A046DB486449DE4841046649FF452137774789437A47C82811462F338D43D438B13E2146DA47FB289A43874075400D297A3F4A3BDB43083216325749EF430446DF31483DA2464732374A2738C7441A32EB48E232F331DB3DFF354D3BC933364AA828FA4508465A4ACB46EF286E357B470B463246523C863E454A553C97316B414A4AB83F88359F09322B333DE80AA1289327493ACE2A7A44442FA6404839E429FC2E32099E2D5134720B2428A211B6274C44F53CDC27252CB02C742787365046470067348C49A0489842FD46F4498C48D04194489149C04164449D48994A8B48AA48FF46E6408F3578273209E42F8534662736298B2796396727163A4628F409AB0DA149A433EB329B27DD2AF632A83DC9297A46174A0A2A50457C458446D629102C124ADB298D2A2828652CD827F127A32A94277D31DA2F842E99283F490A2B462D84318946822AD42ADA45F8277145BB42E3307745E12C2E38A630A02A972EB9337708F834380AF6343F3DD22DF242FF3E6E3C7527742AD5439946CB334A3D2E42DC330946EE28632B66421632E84823372D421034553CB52C2336E648BB312E4AFA332A42512E314A2E473F42C84934325649F54A0046382ECF4441429736E644612ED146B646D446D52EC546BF46184B223202291934F53398438547F444B83135428541D53E2E3A85406C28AD44F9399227FB2A8B355B321736A03BC231C205B9297728A00A8509F8346C27443E7839E041FF3C5127BF298A3652042E341C305A27A2279B30DE08302A78386F48B1485909EA35BD3CAC343145512A964AA04AA34AA24A9E48A948564B8138544BA6488528170C4644A442C436EF08380AD20EF2344337770EE4324629753EA03D000E074A4A2E233E2D3F0B4A1B40104A9D340541734BA7392539253D144A3E30FB487E2E4B28AB30DD2AC04A4F2BD529A5449427814B6330B2337E36102CCE4A592F2F27D14AA539D44A8128D64A642C8A287045773160300C2A242D6E30E04AD648E24AD94AFA30BB4AD52AD0305331153C5531B5296D45B12EBA29B830BC48FD303928B7427D310A28512AA83DE627A5309C4B5D2D974BED2985291D30032CB24BC930FA429827B04B723B822A502B9044B34428397039AF358E384A405538D649EE38ED46212A2B4A51405349044B55493142084BF142DC3B4248DB38634915293347374A654A6749D944684A34372B346B4A0E46D934424ACA462D37704A883E2B2A7440783E4B4A34463F48E948FC450D4B85405E4AC9379928F54B4F4A5142FE4521431B32F143412F913FBE4689438E434E2D1A4B044C353317449543084C6835B43DE239094487354434C83E6C483641634A5D494E4A0C46524297430F463F4A3146B7370B44993E6F4A944007328B47B63E4741F04BAB474C443B4A2F4AE3436A3BF74BED34F24BF44A4532F54BB528E6435F4A5C41184C55329F292046553232320B465532024475489F360A29B60DDD38104CB1483C2EF545524A574122439A277840FB450C4BCE347229114B5B4A7247F83EFD4B2C4CEB315948D231C73D5E48CD319A0E464C35424929ED2F05485E392A273837024B903C65484A4814297427442FD7282A4CCE34F4430F33FB312A43F544374CC349514CEB31892D514AAB4684400E44EC284F4C664A564C3B4C3F4C0046574C3C4C874C414C52305E4CC3317938614CF531F445CF334B4CD6285230814C4D4A504C334C524C5632894C564C3E4C3A4A9B4C8B4CC5348D4CC3479D3EF544474CC231EC2F5732F131CB44EB34694C824CE04B874C854CA04C5A4C9F4CFE4B8A4CDC28C047D431064424304842A84C924CD4444048E32D04364E4C984C834C9B4CB34CB74C9E4C544CD44B5A4C8B4CDD33553CC70A904C1632634CDC28A531ED4B673AAF4CC64CB14C844CCC4CF44B9B4CB64C594C21328B4CBC376442A635E23ABF4C494C934C7E4CDF28C708A13FC54CE0483A4CDE4C7A4CB247F34C9A4CCE4CB94CE54CD831CB0A0844624CAA4C654C11320C29D94CDF33E728B60D6B4C444C7E396F4C3934BA30C6057032240C784141338C2CB22BBF272D3A6A335F380E287427843B4F0409345B2AD641D1287C28C708CB0A0B496B288327AA2D3029263FA927F349A7486744E540174995485E295B4B9B489A4892422245A14A8E499A4A96488948304D1A499F4A3C4D594B2D4DFE468E48974A424DE940FC462E4D314D404D384DA54A444D2C4D584B9C4827459F48454DC2438538514D67444F4D8A48574B534D5A4D434D544D5D4D9248984A96270E2AA90A242EEC3C42306A3E3629892DC345C805AF2B8C47673451279D33064A2A3F094A704B992A0C4A282B9145754B0D4A0741A839794B4E29164A7D4BC629A04BCB43F93058275245452D9C2F1E4A2338B52FF634443E4837452753340129D02C5028F73CD8488143D144D34BDF4C1533D64B4A483B44E931354ADC4B5C49384AF14C674AE7442E462144823F2133B737E84B4C48EA4B234CD628B7097E418E3F284C4833314C1F4B744C8E4C5B3CEE483A37B04CB44CD031ED2F9B4D0A292C44154C1529574A60329D46F34BF44CC537BD31CC443A37964CAE37164CA24D5E49E14BA54D6A4A1D4C6C4A1F4C6E4A444AAE4DF14273406240274C754AE43BD42C4429050FD0358528BA3B232912293C03E628CE491A29E2088927C2362C0BE008563C202C78366941780BB33C723B6247D2279D295A2700094929DA0A964A5A46F6494A4D2E4D9E4A3B4D1E45A148A54A474D3E4D374D5D46584D984A9C4A193FF834FB2AFF2AC24B9431A82DAF47B10542046A39B2053C343F27733BA14983467E301530A22F054318426C4D8808F82B0228493A7834423DB10EDA086F374739F24DED45F92B4045EC32844D6538F230DC30442D26280541EF32964B2439293AC64ABE4B7242322EA9297D456745B8306A2C842AE12FA62F1C4A64375C2C5231272DB329E93AD4296A3159319C2AC62C3A4EDF424F4EA945703137490D2A712B8928B742DE30343F6D3B4C28FF30824D7738AB282440172A80287E27A54B3731BF2F1C2BAD2AC32F2239E22769452A30734E4C2E754EA03CBD4ABC2A8B465D043D3359376C28453BEE2CE62CC10B2430CF4BB6495140714CE44BCD28D04D6735B64D8E4E68352C272F4CFA4ADB4B3632584A9B462B32944E3642F64C9D2E1B322E46D74C9A364B2751410C34573ACE46593AA84E6B35EA445742A136C031B53E1B48C7475533D22D2737934E1A4CA534F3312A46E748D928DC3FDB4CD74C3D4C2C475849A1355A49C44DA14DA74DDC487429DE4B9A40994CA14E0F4BE14C0B341B325C28D947FF3128429E4E88430B342F330734AB471A360F349E4EA84E553C9F09DA31694C21295C4ACF4E2137A34E9D4EA54EA84DFB28AC4E2333AA4EA44EE9447727EB4416361944CB442846C934EF4BEC2FA74E22332232EF31B531674CBE4CFB4457338C2CAD4ADF3EB439B42735096B28C42C883AC12810435334A4425C04D228A527CA08B1347148632EEB336E2702281529B736AE2F933A15290A455A42942B8908DC326C28A90AA2116E172D387641560AC93B16490939314D054E334D4E4D414D21457E33A14A494D1B49F549A348024E044E334F8D49354F404FBA322F29EB35833A3E2E6C27F03BC42AFE39C72ADF36CE37CC43473D2343D7430C29C83C2337FB4AD433D52BCD28DA3CDB48DA3CF933DA3CCD34DA3CA031BD28444CDD44E328694C624AE434C84EE43B29425847EC354927E53B64099E29FA2749478C3475296F3AE33478369435B00543291D314B2D2038123BB72C9132423687083F3E0833C227DA282A4DA44A0D4E394D6A44923525278F3578081429272EF82BCB272F278509362D9D0AFE48E70E73467F37F12DF941A53D6F4EF72A9F27F327F92E112FFD27AB2E464E723D102C39498311B645B32969315831A94B594EF827832A88300A47D84AB74B9827714E6E177B316727E92ABE05AB4F2D31333EFA2E9445B32A264E44407543AF0546444709CB2D5C299F27E627312C6527633E32385140314C493CE931B54DEC313833D84F29460B32FA4CFB316140A74C624C582B11480B44E62BDC3B763FF44754336A4959275004FC361B29384A4C2BB13AFC48E032153C083BB305B43BFB2A7D482E4F0F359F42DC27F7345527A209162BB02B9C05CC478D2CC727843EF734AF43B32FE64D833A9D29D22FE72E1C2D884F4B4DFC46114E5327D2487B29792FB335632E51464B43F33A993A95275C27B72CC547B54A364EB84A442E502BC829692AEC309827E530B04FF630522B4B31BE2F712A1630E2293E45772F530A882AEB30A63DE008DB4A0F2AC94844496728383EE72E6B28853DE80AD3415C36A64FEF0B783C954DD534544FB64D314CD93CCB4D774CC937564F2B32314CA54655402C464E3C004D4B3840332B48633A1329A64C5C3DEC44FF2E02322148DA4F2048F533C049214313335B35685031483632652E61347C35C40559279D0AF94BC24CC4366E4C47098D306A3AE846D72D41279132813B02456E3AE232892C5B33A142BF05AB2FFB2760096A2B5C369F098732BC2EF83ABC36894A4729173D4B4A47378B49D6406D340C4E3F4F974A324F3C4F034E6A449F47310B7248440A612E7629230EBF29C433BA34EA4941460635974624385A31223E2C3F262D754D724B7A4D784D0F4AB950873708417D4D154A892B792D2C492550AC301E40682BCB4ABF3F7B2CF52E014311280343DC42E341263B9145BA4AAD4F1E2CE82BDB2B654EE7303C4ECC453E4EA72A404E472D5845862DD84564313B50F92AA12D3B50C14BB9277C276B4E932B3535553FBB481E28AC4BAC30B1301028A829132828502931FB414B4EB04B4D4EE7505D4ECF30A62A534EC527554EB6292E5062455A4E8928A145FE50C74AF8275345DE2BE12F8046FE29384E604ECE2E5B45B42A7546C727F82991379035F829620CB3381447D7271F3EA42E3D0E5135F829B70919399E33ED30962AEE30DD2C552B9432B13CA42E9137303B852B620C354C6D31780BF8293D0E3251A42E26513551F32E6E31323C8146962CEE35D341240D4351EC36CE084651722F9B287B4BEF089C2CEC374E51642E4951272E622D4051F42B16383E51202CF8294C2EA13019519728132AA42E5B09F9347B4B673C7B4BAC39F8295B09374B5551B228300D5F514451752949513439B338D5505C51852B68337451A42ED00AB13BF32EE8376A51F22F4951DC0AE6351E2C905065519637A42E4C2E3751852B75369250F829442F2451852B5534B534D5502F51112A4C467F51FF29372A892B8B2C6A516B2E3D51A42EEE2D6D518D278B27A0514A51AA3C1951722F985152295951852B3D0E1937255123354951913791513351CB4F4951F8354951BC0DA551ED2DB809BD45E7503D5094279838E22A8A27224EB64543459245E52E4C450551B2421E2CE80A28517130392F572A4245462D8346884D72459D4F30280328532A84317231912A872707288B44E530664E3850EA30BC2A8431094AF750962883450C42B327CF29B24FE1296827F22C3F28E2510D2FA62FEE2C4728D145852CCA45BF510F2869358746C12A0328B94B3150FB423350123135507245C8456331B74FA9499E2E5B27EA2D0F4F7E29160B6A29FF44C6280E28484351047A11D04B1C37D24BA34D304A6B503F42734C9F4DDD48644A394ACA4C724CB94EE34B8247D64DE64BF228AB4DE54FD13C6841F142E13A1933B24DB83F2B3B09304700BC4D2452C549F628C04DD831CE4D4E3B564AA14D6E41CE4E194C953F1B4C3E4AED4E694AD84D5D40224C5641D6283B31734AEF4BB83F674F2152174C4352D34D2D46D54D485227524C48214CDA4D4D52E32D8C3F264C744A7A3E594A2B4C554C2D4C7E30F94A054D984DF44C504A3C5234442D34C83DCD4EC74C3A52C34E944CD74B34442B2A0A32742E1B529B4C0A46BD4D79359F29093477522E2CB03EC249A640394C874CDC310B322444DE330C4C2433074C66509243A238FF32DE2E734CF5310F34DD4DD228AF361E44D8312A306242E628D428DE4E23373032E14E2848764C152D044DB036F64A994D213255426F52D74FF945523489522137124458524D3322327A3FA040565200467B2B584C67525A4CAF521D520446D94B7C52D24DBD52C94CE24C5228BE4E0E2E7D523D29F448F148A352BD4DF83EDB31553CCE086039AF4CBB5274524929D052C13ECB52E74E3032772844305C50C634234BFC33054D302AC7521C52C44E4027C03EE32D50503952AF311A29BF52CD4CAF31E9339D4C524C96523629C24DBB4C3D524033E14F914CEA4CC14C324AF7432637954CF052E24CCE401D32864C7247F7520C53F9529F29FB52544AA44C4F33FF52244B5D3221273732F63EEA52CE28B7362B2AD43E20526F271A5384271C53C549A64EB052244CCD31462C2553F6526A50C44E5837C3311B53B452F95243320F53EB31F231F452AD52C928ED2F8352EC4CBC38804C87487C3B33533753355380521936A04E2032892D9B313D537950893531534253BC520D534553F152BE2EC952C052AF316C48370AC44ED452EE28325351533453485341327D2E3953F44C6F464B536835A5318652BC384452F552444C5B3D2333DD315B42C9288935A14D2B534353D0312753C3522953315324537753BE2E4430285316332444DF285053DB52C9285353095347536453F74CF6523C536853DC3B4053E736CE52F652885357537353615318324A5308348F53F0334D3B5E5386536A289553F552555398537247D33D4C530453954C2243415393538753A553524C6353F85228273B446753C44E7927F0336C53AD52B531943FE1393A372435063674532353AD53423277307A53AC31AE3EDF287D535F53EB314B33C653BC3A8353AC532C53AE538B53FB4B3853B2538D5367339C53AC4691539F53DC4C6053D453E152D6533653C1471029A853094B334A2A538553DE534453AF53EB31B153E353F1288252DA534C4CE953C3531733E05362535653F5522B3BB5538452B753AC46B953C94DDC3B024D5350DD31103DC053DE2AC253D253C4534948B653C8538748CA53A053C9407D4C795030535D53EA534653F753D7539753F8530046964E5A5384521A294F53F653A2533A538A53D753DD3B9B53C44E4E5317542454ED535853FA532654C53020543E53522AAB5392530B541A54F053D12731546553AD4CE6537852E9316A532E2C01548C5319445250BD530654D44E19360954374A7653CB537853C5530E542A531154EB53AF31000A76523554165484532E541D540D53F6281B54904FD9532B54DC5318545453A1532F541C54D753DE2EFD5335542C545C54395425546D523C5469547808512E40544A485C5370547E5368545E54B0533D548C53CA286D547950FF53EE28254666526D533D52B94D5B32374CA95273534D54A8284F54A053104B0D54FE530F541F3EC3532F381454A953CF53F55371547554E25346532E2C6354215465545D546154A154F1524429E553F353F7459E53665489533A544653EF534653312D345479507A54D1537C54B2546754B454AA545333624BB6534354875425525753D93C9008FA44DD31B628D743C1534E54555446539454815359497C53C353E50859541554D0533854BB5472548C536A543B546A2EB7549C54A3549E54DB54A0546054E353F2318354E2546F54BA545054D3536154BE548953B33AE154E753F45323549F547E54EE5380540832F8432A54FE53C3544554B74D5741DD4D0554D6315A308F54C628CE54C353D154CE537F475454D554BF4D0D555B54ED54A053BC54B154E7544653E702A4546E54A654F854A8541855F152A827EA54F554AE54E454EE547D54F054FB54E152F3547854C14D3754DD531954DC54FB4BF1545753FD54C154FF54B853E14BBA533637DC38C954D63171474C5409559154CF5467540C555354D4540B543209D754E2541355DA5427551655965327543B545F34F454415486541D55E554F954F6522055E24C5A4FFE546E54AF54A7543B543455A353E00A1B55B8542F55B0545155505565556455AD52074423555655AC3100553A5502544441974EE7289C4B0855755344558953465596540F5549553B521255D954305567546C552654A9548953FE2E55559C4D58554F553255E1535C55575348405F554D5361551E5563552A55413264382D553D5269556255B3549B551832354471554B487455674A3B55E431E4343E5579553F48612E90543E500B55795347555D537D555155E8469B5424559D54F75459551F557554B52C8D55D93C8F551555915541328A559455D84C375560552655C55575546E557354C02EC2559F55CD555654EF549A552F542529AC54C2543955A95576550446F944BA4DDD31DF497B550A547C547F553554773048557C54952BBA557255BC552D5499551954935565551737D355F033C455D65528553B54C855F552EB3EA655D93C9855BE55D8555A552327ED3CF7550446A055F255BD54A355AE31873800562B32A8558854AA557C412E444954D631DB48B0554255B2550B54E855845497549254FA55C1054B55BB55FD34D5553155E654755423470856575527568755C6550046FD55AD52C94010569D532E56B1543056A6530D56524C03296755E254B9544E55CE55055674545A55964E35564254DD551356DF558654CA551756E728BF29CC54B1551D2AB35552548055EB5527552C44EE554A484D5586553856295643564B402C56F745F955285643563256F44CA9344756865402569055CF553B56EB31CB083E56255640565D566B5539567F542F54B9296A5673554956C55489545F4CC854E2551632714C1A567553E13EE7558355B653F44353526247374AFC4C0954415656546E27AD2CC13E535222538E564033DF28193088562456EF559B2BC64E9D283732674F9E293732BC2E51561B569438DB4B812CA5567850C84D46545C423D558256E72841040B5589563855E031B352505494521F336749FE4E5B41EA55C83DB9568653B652A452BE56B83F6027AC52F44C7B292652A64D943D5A52CD560F29404A3C388F385642C14D61405F50623B064404556350163243549F420048D74DFE47C9279D560D551B4F1D3BE2286009FD4D7750C44E0A336B4C4A382D46CF315854D552643AD029E548AA5291287935042FA14D53341D43F04C1D56B6563554AC3A9056072E93539C462F53CB440753C956DD54C10AA0541153422F434CD831EE42D34C4C3502533D42E254162A9E4D994E97566032AD56324C0255F7450533AD55BB31C256FA557C4C1B54E243342B08535155D62B66560E57952B004F603A16538D3EF531880ACC52794CAF569F4E0D559D2EF9457352FA552B46D2540E5536523852E24C0657FE538B56904EFA56373206356042C13D6754C60875542232055604549E55D53C975465527E561456C53D364CBB4DDA52FA5551576154563254577950E82B2A5323527E55005784544354600CDE553857E0312157B256A12E4857F93EAC5675556D57EE28C6376A524D2769380B546B422D57DC28B20510572A53C05417531929C04C165773564D3BBF3F0B540136F5287B57034C92523133812CA450D74D91574C345344FF3C593E2F52B005674CA72CE94F1129643A6956E23A663B1D57B64DE148604232571D43192901292C53B43B455249520F4600291E4C563B892DD256D334B9528E3EC72775571F57E830AC55B256A252BA57A6575D53312779575E387B50474AC0570A57B52878557A578B40505486572B542056C04E4E57F45589550E578908C3271334A5571B345E39C357034F0153ED4387579E56C73EE0315D5746538C577B43D857D2466C50184B6B429043EB579557DE2E312AD757E228EB28DA579331F4331D46A22C244B9F57C0316250683A4D272727CC547727C84E9F4D7357584AA45797520A572347F943BB4D24578052C4562A52933152524857663437323557E052CF3128364C42322AB346F745EE4C6F4CFE44EE28C85618581832CB56AE575B52AD30CF566E35D456E452D6288C549E3E1034DF3A4E52BD57C837EC4449442258ED33F8479143FE47490A6F2F2D58BC3A674CDC418847413F3258D108EA2B2A486350DF473E522942AD361E4C5B2AF2286C32E4565A39C8442446EE574C334F58DB31E3576257803F4442BD28565892525858132FD73EE856755089082843795005356B4CE95676506758E254392FEE56975496560458AA56FF08584A05582234584A5657A352A5570A584854705319293F37E63266486A3AE22F072E8030B12B75297E3BEC3C3F272029AF05ED2FB528D30BE43DCD2B933A69424C34C12F662F4B2A27271F4715290A4797276627C139A7501701953A5247050F0D0AEC0AA709FC3E5E3631394A409A488A4F8D481450464DAD58A2500F4EA0503A4F0E4E324D3B4F9B4A364F4D4D5B4D3D4FB758394F594D5C4DDC383E4D4C4DA150C658504D584BC558C858BD58414FA4489F50B2584A4DCA58094E9D4ACD58064E1550BF585E4DCF58D158344FDB58424F554BC058AF58DE589C50084E604DD058554BD4583E4FDD58DA58DF58DC58EC58E258074E354DB658B458E6580F4EE058554DC758F558D9586244F658BB58364DF458B858EE58EB58F958EF58F758CB58C2580259F058374FF2580059F358EA58BE58035908590559C158FB58ED58E358F158894FFF58FC5818491A5907590F59E1581159C958155909595B4719592259125913501B592659215904592B592059C358E458AE581C591E592759D2581F59524D1D59D5589E503759314FBC58CE5833592D593F5929592C5942592E593859A3483C59B958135939590E593D591459CC584C5949593659304F9D50384F2A594359465906594E5945595A5941595859C1584859D8584F5959593A594D59255944595D595C59CD586059094E35596D5940596559E95801596859645996425459BA5857597359505961595E593F4D6F5951592759C8326B597D595F4DB55818597F59B158FE588959743476590D59E75870597B59695971596C59B05862598B4FA44A32594B59635951593159FD5890598F59D3589F5983593E598F49555967596A598C595259A559455982598159A85998599B5999594A594759AE597E590659484D9D599759B859A25937595D59B7599559BB595359E458D75886598B593059FF588559E5588759A6593A4D8059A159E858B758574D0A4E24598A593D4DC6596446F1393F27EE37F630193A342D634B78327427EF0B8057DC38FA29C6451E3FB35017406F4BB6504B2BD752764BE951ED59414EA33CBF507B4BA933E450824D2B50394E0851DF429828F130EB290A52563E14295104D649EA2D4A4987428405EE38CA27DA08302A4C502D4A055783430D55DA2B62491458DD4B2252AD533C4A90574752B557E74B56392D5276359A57604C46416352F14BC8575C4A392FC4574357C6540E5A5B53D744C7576C57BB57B005DD577057B527614A125A415266579653165A33333C38E54BEF57A447D94DAD4D5F522038B14DDF4D6452E43B030BAD44A850522A2D43B7430050AC2CF03C0033D128103C9B316F27A845CC2F0329323AA14E144E5209152DF630622DE508B40D490A76437728D7089027982D9227AC2F2E2B2D2FFE3DEC4FC7361250C359C059CC599459A80AB4595759AC59A1596E5A6E5A5929F30E85099A273B31642FE63FB327520465270C2B2E2C40359E49DA2E054A6C4B724DFF40744DEB5984450441BB50774DBD507C4D7E117A4B7F4E694EAD4FF841BA42102CB1302F5AF5506645F850AF33FB2B0151A54B564E05511251C22CE02BE729D830002C5F27CD29CD42AB5A5F2FC14A834BA05AB64AFC309E4BBF4BDE505F4E03301451F230A43AF336292BF829F5297A51A42E272EFB29C15AFF296F31F62CC34ACC2EB94BC350DD2B6C3A3E504E2C4030F32E82453B50702A374EC52EC750F32CC95075510A3BDB2BDF514C45E151E930F351CA30E151E729A32CDC50A43D102C1E40D64A742EF33CC3512950C551E551FF40E751BD4B9D4FCC28B62B4A4E8F27FB500052D65AE92E504EA15A5E2A574E1C2BE22C5528AF47A634B42FE750DA5AA733200C4839C23E330CED3B6E4E7546E72DE93A724EC8306B391C28A03C8F290F4A175B2E30A244774E0152025B5831045B6E27632AB84240283950BC2AB130C308A527A32AF151E35A5837384E143C4D280C2B862DD15A470088084935BC2A98383E2A66438A310E31E108530A382E700BBF0A112AAC3B36292E27E1594127F92918520E331A522C5345576E54D44E514F345A6549155ACC565952195A2B521B5A533CEB4B014F594151526452B54D09585C4A282A0C58ED341D5746535F573B5456320B321353D14C644F1B482C37CF575656244C235AF54B4533C457512AAB550A57FB4BD1311B54A65285548E529057054C1D4B0B4C845BF43336300F4C35424B54892D4B54F0569736662F95418F5BA452CF31FF4EE24BCD563B5A3D4A3D29A34C612EBA4CBF4730349A572236DE4D7540B22B6452945BD3523C34EB304833A85BF152975BD44D3A5A29523C5A3D2904449E5BEC449E5B9957464A410AE74C32528840CB56625B775B2D4C823A265A6C520B572B3B5A560A291828DE2AFE567753515B79506E2F905676422D5AC1572E586F53A957054DCD571555D14E6555892C72569E567D2E9056C94EA246930DDE4BE5576754C75B405761430446C444645BF54BD637C457725358574B566941DB567F58E7285352E232374AD25B4A567657E3335B57DD31C53FBB54D457CA56714CB457C15BF433F936265A9141FA557D41F528975B835B395A955777305F58115CFE28AB576B299F2989430A286835B527C4289B52D3319D52CD31D708DB3C304C075C6835B736675B1929FB5BF25BFD5BF14204544E56BB318852BA56E952BC561158EC2F7A3E3F277D5B203232531E2FF657684A325ADD38C446E728BA4CC953D857CF3D395AE2562D2BD256E256FC2D56420E2CBD286D58D628642D1A48E94FC847484C8D34EE33FE530B4B112DA3369A532F44A24662477250DA34AF4D7550CA08515C9E56632B6B4C0F43505B295A8452354B5741EC5B4457F131715B5333005C325CDB52EC2F2758995BB25B9B5BA4280444B7529557865B9457054CAC3A145CA94D95573E2A865C1B4C845CA141B257845C93571646094C4C271E4B9752DB57F945024D2B48B44E1D5C754A2A57FB53B03E9947D831A354014BF7560754FA4B30329F5C805C13447641B2572537AC3A5A5B1A333E2AAF5C73273544B25C5027B74E955CAE572235684CF7561732FC5B2E5A535C2257B527715C285AB43ECB57C93E2C53045732348C43FE4E21298E3E6432C053F93C594FFB2E0B54D0550B576D5BD42EC3460C4C1944C7081357575CD344E1579C4D2056B7556D556F5621320E57F133125C885B68354437DD5C2E363657D95BFA551F54684D8D52AE56DC34105CDF28F55B2C43E728E737245872477D36AB4C0C334D56E7522B463A5CCF312254E833E3481656035D6F27AD2F7C502B5CF55CD45BEF52C65CBB565856E75CFB333E5CF75CF1427E58F431855715575B531D58E32DC35C7F560446024F315A145DA053D75CE85C054CDA5C1157D65BA84CFC5CD947305D2D4CFB4BFF5C3F58C7087E58E54E9D5CAD52075DA05CCD311A44F6563A370528632ECF4D1D4F7553E2386F4C8A57CD5B6D5C35540B2E435DEB3C265C1944E1552F58DD312156A2555057D6571930D957B85C31330644525D555C1D5DE0575B530B44C249F05C4653F25CE53BE957CB5C184B7D2E8A5CAF57855B9757D340D857F557B85C8F475832E7331F5C74354558B005025DE33A972CC053A1567658994EF95BD137225D5957C137AD4C305CC75C7753AC27585BB852CD5CBA3E8C56A14D5352E45BBB30B04D0A4D2052835DE4291458945D5928855DF35BFB28E652D75B315C93538C5D7A5CCC5C1358F956D22D37323C2E7C41EB3E6F4C3E525352135A55528653385A875C185AAC5C23484B525E529A572954BD5B215AAB47DD3C4B2792276A281F38B147C3390E2A1701FB2AC205A00AB631B62C742D7238C72E2C31A00AD02CBE2D8834452F59341D2F4E27282754346D3D922D8F2CCA2B293C552B0C52D02EB005460B064926120C4899374F09375D6629A42E8D59B959CB5977592F4D344D0A599359BF59D159F45DB3582859093D82596E59EF58D159F85DB559F05DF35DBA59CF59F65DCE58BE597C599C59745A735A725AD659F25D095EBD590D5EBC590C3E9742424D095E115EB1592359AA597959D059D3591E5E92591B5E9E597A5910595A59FD5D56597C593459055E7C330D5E195E3A4D065E19490F5EB259B659A859015E2F5917596F5A235E105E135EC159385E365E0E5E3E5EA759325E395E075E064E0B5EAB593C5EB359435E3559305EAD59C25988593B5E4B5E2259AE58545E25452E5E2B4DD459C9597259FA5D0D4E522D2F39FB277E30CE43333DC428693388086D483E35082D8427E635E24168302B51A145FB599A28F230C64FFE599D33892CE436EC285104A537E00A49355247453DA039D34F1C37FB4A924E1F520A57492CC45788357D387608E32D382E5E36ED2F6939E32DED3F6C29FB3B433073279827E12E983D122D753CE334282A9B35B42C6F27CE49F1399B0D7728462FF035844F2533C93AC3341B4560597A297B42F22D9227493ADB2A632D2307620A72462234FA368E422A49F942D35029500943D145664E3C4EE9513F4E3E45735EAD3D5329240B652BD248DA2B5229F408CC2C2F39333A0B5A2032835E725CC55C295C6B52C35317343A579754DF4BD054E94380525D4F353D3F443D2F1D2BAC27000A724244293729364B483666273544EB34A84195496D2F3D27D728E1088808C33B2527BC288405C33D8632D92CC908FB3D162D6E3C2C344A0E1D0D7B0D1D4EE82D2E2B7E3CD12CC13C534B495E9A59585E8B2727278A3BBF4F2C39F02A9D3B2F2C2307AF058F0AA72F1F3377426F4D9C4FC450ED325B31042B435BF234F32E122A3D4E914BCD509327EE5ABE5A774E925A784B3C45814DD4507B51CB507C46262BC25E06520028BF5E0330A5498A27F35064451A429F5ACB42752FFB5A464EA830275BE9081E2BA945A24BA35AB429A55AD051584EDF50BF309A2A3535B65A3750E92E9444385FD950C2291F39BA5A4C28BC5AFD59EF42C6290A2A78462D519131AC3D78461F3E0A41B02FBD300028BA4F752D2C30052B1F5BE12B1B5B4C311D5B7D4ED150965AD65A2E49E82EDE2B1E283730384EF029BD4890440B2E2F43A53CB841284AB951DE2E4F475D5AA14EE430E735845F330C914FE22ABD3A9D4F9A5AE230D6421C28BF42B936C142215BAC4F9E5A484EAC29A82B562E2B30DC2723283349572AD72DE0273C2C5630F72EBD4732300D2CE72D592B322E592C21285A28EA51A85FCB2F1C2A5A28FC2B7D3B234ECF516E42892B942F1E2C012D2750BD5F8D28B344B22B880A47393F3EF546113A8C36C727BA40063AB005AC2F6A4BF9423D5F464EF650AB29415FC84A632C072A972E7D31CC2E7D45262C60279F09FE30514EAF294B5F0351A74B8727B14F3C544C31A55FE008E72EE9419F2FAE5FD72DF92CA7304F30FB3D8C28715E172BD65AB74AAC30F430395FFA5F8237E95AF032B4453D2A6A4EF32EC35F062D6C5FB429165B6F5F765FBF5AE227DF2F492BF75FB42A794EC7302C301E5B764EE12B7F4E644E585FF93B0330182B2B5BBE29BD4730275A28962AA65F94291230F32CFE4F5A28FE51FB5F0660B52B894B1E31843124609F2DF15F2860872F2A6064090731F95F4C44B127FC5FA73ACE2A455F814E7E3BA64E653CBC2E9131B4342E40EE4C3E47214FF04AEF455042D64F0732C444D94F593A556029463842064BB131E84BC537AC361729E94C615D8452C02D1957555B584AFE43B64DDB44225C885DF65B045D2D5A6A60D333A8526D607B3E2842C1444D4A475C5342B7377350AB47C74D2337C44439373D5DE234DC5C405DED340755335D7060E24B80606B35B1575760B7468D603C38CB5651418A602852F44E424CD23CC031F84EB8319A5C3B573057E4316F57725BDD31536044420046F4285A60D04EA04E58600A32A03614530D0DB156725BDF57DF5C5B53DE5686604F42F64AE7449360A95792608E60A531B8602A4711484238D93C05334838FA4EB54E4042BA60B7370C34AC60C7276C60FA5CBB31655DD044B84CC85B115606468741C1449A407860FB28B8607B60B44DD46075601B328147BC602F33DB60F856DC48B25D5627FA4B5560A56057602A42DB5BA3607247D131FB52D031CA601232DE57605DB1606360635DDA4B666060326860734C8860AF4DBC537360BD5C2C5C29425C4A6F29135D365A5460D14477609241DA60754A7D60BC60BC3F3132553C750EE44EBC5CB4607E60B6604F429A368C60E160504138426E357B2BC7601C4C9560B73FE64FCD31002AD838C4607627C960553C2948E84C3A37A260D9604132EA601161A760D453A960B94CF260553C40428B5BB0604A4C35546C2FE931186136612B47B7601C615A52BD60D63BC344595BF160F64E8235FB40C3609B60914A49612F332D61633BA857D946D85BD560404C5258D360E0310961EE60A131D7600D61E2609C5CDD604E4AC444E0604C617A60A85DE560925DE74EE960E528A660EF60ED6033610F4BAA60BA4CCA604B403E61F66040617950AD579F46994EE660A6566F600A573655895D0361F55CFF6046585E5DA25D746069610B61184355400E6164521061D0609D401361643A285C034DC93744619861D73D476152391D616C6174418F60B357A84A2061B15B2561C73D2761C331B33ADE3B2B619C60FD52D53C8E615A6155339F61E444F643A261D53BA461C844BB60A561185AFB52CA54643AD746B34E274CC660AA61CC385761DB5CFD4C005CCF60BA61564C6857E2548554C24961617761BD3D646194616661625B6861CE4E6A61265295618E3EB15DC84E9761D161CE34A65264425F3B9D616742503855285F38ED3FF529DB27E0285C27C60807448F36BF43175FE849F20889275F4B7A4F2A38750E8935EA2D000A89323D27EB3E0037B22F83320339772A9A276F27733B3E48153AB93199397049BD475D04A5431C3D0C12BA27A509392F97273E46CB54512A410CED5D7459205E0D5FD559415E7B340B5F335E2A62A9590C5FA059245E594B3F5E91592D62445E34624D5ECE59FA5DAF592462035E185E2962FB5D1D5E255E1A5E31626659A359CA590A5E1A5EFE5D446225620C59104E025E3062A459DE403C62525E785947624D624C5E5462F15D2E628E59215EE05836621C5E4F627C5A570C923B85488C3F1139A5355B27892C723B9549E82B4C5BB649C94E9A464E50734C9C4ED53C2F5C73603757ED47EB3135612934EC60DE5B9C4DEC34E830D761632F5B60D2318D430F34175D3B326D5D205C1346D857622D195CFF334F566835273DFA579C527A5D643BA257C9373A5D0E4B21379F5C3C61E04F8E54CF618741FD4A9360D346CC383F41A23E3D57D633C24ED2600157E74CC249E65B124B564C074B3A57D954015CCE4EFD4A4929B162B6533754E25BE749A2561458A53C374AC83503570E587A62874CB86221542A438752A062A96240573B57E15BD252C462564C3255B6625B4CB8465532644CCC479D6048567D61145762603554CD356560A95DBF62A828D25E054B5C4A235CD55EBF57E74ED362D2625D61D453D362D7620F5C553C7028ED5C2A27CC52DF52BE5C72626042FE578F614252A646FF4B2652B9460D29A64ECF46B657A34C8562C3466D3988628662052F0A63003452301B5CA3621B5C902FFE2E04631263BC28752C15637335DA3C7727893EA3360763F757DB310137EE621E6321632730875B15342463C031E733BE5D783EA5623D347D5B2D424042F356B5315E5D694C0F5DFC4A965BD94E28633C38CA2851413534B736D96231370161CD602F63EA62965B004CD646E74CAE4CF756C95C4E4AB662DD5BC605C62B75536A55F243AE31A55D085D795C5C5D1B4B3133C95C185C11637335DD5B032DD93CD84C1F5C2A469E422A47C84759487A3E555DD062E04C5E61E4314354FD6255402D427840D860204BA4626761E031D061E56299612758B9462E635352E2622832345CB562CF316B5C355C5B634752CB557950C530E062DC488263E7600461F9620D343458755C2A5CFD4A716287619F6096638735635BAF622D4CA35B05555B612842FD4A004C1F63D53B0363BB46FE4EB34675353758BF2B4E539A57532D505255332E633763A8629953B55DCC46563BAE5C684DC060115731529A60C861A963A362AD5CC36389632B343D630463BA478D52D14CAE60E94F255C46639953144B743E5F606148415DE35CD8448A526F6348567A63CA626E470C6173632F332E63C056645DDE637D63E24B7F63B83F8D2908541B579A5DE162C84E9862816299539B62643A773CA35C5C57E6636E63AA62E931D954A55C335D936330449D465E4FBE4E2C610464712A594FF628046464426C60395DBA579363DF28305A535D8557983D0A4D6A4F5527B6271E3AD1289735A935720BDE49AC397628B72C6D27D43EE830C038793B3827BC282A2A420967332E2BEA2B7A2A802BED3F452F3F377F29BC0B273D2529CB0A0D35B82838276C0CCE0A52095E29EE5D225E455E41629E50165EFA585762496296594B625C621F5E41644562145E5B624564595EF95D4D64426475595262295E55624D62305E5264F25D3F622C624C643A624E622F62475E5D64775A535E765A505E1659F55D315E2762C5596C6440625E62706433625A64285E646450644A624A645164746454640B593F5E755AB828E55DA927493A2127C25C9A58494195272A3D0545032E202A69382450DB45BB42CC4241457B31D0426C2AB8274745D442BE4F275BF732BC4A7F4DF841DD2C0C28F7599844574EF93B3050F059293CCA2A5E4564303E284B2D07284A5FE12A544E5631EC59A84BDE5F8128464580313D284A2D4028325B5E2DBE29523EFA27CE5A305FD32A502865271A2B1031244EE5500C312228593039500C31052C0B2BBA270F30A45F113007615730342FA32A1D3B272DFC2B3730E250D84ABF2CB764582DD2649858A945562EBE51182BEF2AFC2D2730143C8A280E30852CD164F35FDE64572F9F2FE16444404729832BD14FA527BD27FC359F424E2D7E38A80A4B5B504F52491A61C556A3612A581F619457703E965CEA5C5739C03119489D57D85E5533204C805C8E43DF38365D5D42DD349343A2520A28E431FE2EB22BF54E625AD6460C291F33335759484E273C2E0D393F48EB54734C9F2F1C659F47CE408160D83DF9362165F4312365EC3326655B536139FB36E7646E5B2D65553C2C29194D175323653E2B975848335A33B62702654565652FC147F231072EBB314E58BA47F252D2389F2F3D342C65CA33553C9337462AAF60DA3C7627722BE63ED74D2E360829E52B2F445832F2474746F42823656B58E3327850E254532DEE56E43B6B3D8A2ECA4FF5280B2957469D498450A737B52D6437273D2329D6342F0FC44DB35E2B2AE33FB13A3E48D04875271D3B87509D39E83A1962C72EC62DC33B6D5A5864BF59785A7B64596248646564F75D564D43629149253F6B42743204502A30924D9B0DF9365127A709E0419D2EF63E5060A354524F9341E4624C41F4333D580C58F531C4288F41674F31472036522A2036B5272E445A42E947F33D1248B565102905422E44342B1A36843BC265B5650464F15B44481A36532EC965C565C0536A63BE2E47530729D227D339BE2EBA470263874BBA37D265FD2D8A2803448E3ED6463D09F63E555C6C482465BE2D862727652556E463FB28893FD265B64DD23D7241BD319253755CE2657B5B4361D4653B38D965DF36D765B637EB65C2312627D13CE536D365BA3ECF5252342844EC658E3EF433425B80481753E265E8442A45DF3CF5650066EB652B2A302A38344D35D265D865D934FF3DC85DD865FE284D5CC3275439C85DFF4E7A3D325AAE319E5B4A3F2E656335DC384F04D663E132B036DA2BEB5E6E490F661766CF524E27852730669A5F10661866BE2E195DA5621C66A6341E665B402066D23322664261DB5D0D48F1282766F142602D2A6626422C66B5273A362F6632631666FA65D5657B29F9655139D9651566D547DF314366FD31456619445F3B66278E542247FF35EA653B66A13E3D6655668862D23D1C665853BF47C2314566C047BD3C743E7340FD65B0314D66B83F9E5B5A335E66A731F33DC931B565795C1B4F8C37533719363263D827006686666638E830543988665754D547334BBF47E6289509553C15394E342B66E1337635353EE453163A743B6753743B9166744830349050D531EC082F61163AF15B9509A766BB650729E45F0066AC66B22B88426A6608341C665234D12F5B40AE66382EF8455439E22949292C44204DB6661B5CAF66B82F54392F39C1476B3FD4533034C466C16610455B408834634CA53C8447E039CE2CBC3A4233FB28536536293B38D766DB3255362844BA37D96635521B3FC561C54547465C328A34104B89113B38304E625A5C36C766732BCE281965C44555651C36176388475D048735DF314F04E86611332B41173C5439F866153B732BCA60AB5401390948F23DB8610067E866FE280137C93DFD660967FD3142512848F936370B0467B52C5365703200661667B72C5C36DC66B6371867C231602EA057116737445C32C02E5365080B3B382667B52D7B298F335B402867DA3C8F0A4866A63548291729363317372567E74430346F3A364B2A6751413867FA665A33362AA7526828583C3467783EDF313C29006647671048E1322C6709671E67AE613137F936362A4233235625671063B637AA5B153B2A671B675139586722549B35A0570C293C3404674B405365364500666667BD287933EC66CC0BB3535A334D494538C54C73279B354233BD2E6567376778303E6779333C677867B353C231AB389B611C367F535C327156656766663034B105B353D147092A54398867A35E78304F67954CA13FAB3874679E42DF31CE4967671B5C8C37CA085B67CC3C97672E679805D646BD319B5E7467424CDF312A360066A7675148220D5B40A7679F673067A02E5151423398050667F90E3B38C005DB5DDF364E52BA37B7678E675D0AD14C632E613DB26745679D288667C467DB5DA634652754395647BD67914FF456C357EB3F80538F33B467DE48A8671B5C0228853B9C67A93ED4672E674404BF67B43A04676B4253652A330066E367532E57465439E367EF66BD36F456602D3543D1670136E2677767FA0ADB5DBF27183CE867FA66C231AF05714A4533BD3642335C04B467AF053B380168C45D1850B1665D377D67F32890670D0DBD31FA67FE67956709680268D66796292307D967993F2649BD671701E24E2635E435EF67A567CE35335D3034652E94314F376B6722682E67242770673752A635196842331701B467003E0066306875284F377B679B0D0868A258556505330F4FD1674F34536578083B383F68A1534F370668416827680A68B957F5466563CB2879493E6856675139153B6A28B9271A55543950682E67B83D643A1A39942B35443633B32F5365B44400665F689E5BE53D5B405F6856683067E14669280467512D5E68F267B809DB5D064F7C506468F86723271E2A5868093B382D4233F8395E68C567C2604A441E2D0668513356684768CD35DC386A680F68C62B3B38BE31FF441E2D15684F418A68624F0636714CD83DE13BB343D167943D9F47C931DB48AB65492DCB568311C53EB12CC73D3D3B13293458D167C5282B2A544A943BD73B212A91606B57973EA0680D32926863359C577C3B3144142DE666F8289A686A402C384A5CE033E05CD138833BAD61445036375333FB295433704CB768532BCB384631E82B1463BE68D234413DA94C9034F74E912B4A3BEA4F3B57A0477938BA3742378048B4369E68B637DB682E670848B168E32DC3578629D1672232A768CD47B9684F41A147BC3B05420B68DF68943BE168B92D563D9B4754515C32F83EE968413F3327DF68BB68FC47773ACE6879352C38E1687648132941587B3AF868C768A047C968DF6846311368C85F0169E72F833BFD31DA33E368144F73271F331B33BB65FA68B22DEB683F411D692627E52BDE6851391D692E676B291669AD65DA331A69892D1C69A968B6373729A128E83C3141BA373069AF68B52DC2685F4CE6326B292B69B668DF314F581E6949333F69D028E93CAD68CC3C3F6926690569753FF246086920350A69CE400C69246946315268E63E11692E3636690A4516691733A068985EB72F2C61E666C128FC685139606984270D48452A11696369EF669D301669C02E5F435C692846FA681D29406930347169F73E7529F0686269F2685A33512A38699540DC38753CD167CA2870692C38BA37F548A7356E324A34846903697A694969225C45337B691A697B5B70695069CC3C9649E42B6E3281648469D068CF657C69C83DC357913F5C32F231FA6886277269CF65B727B7626C321169A3692E6761661669F84AC53F5C32F129A2692E695766F85AF8657769CC3CFB4DAB69F468DC396066F76836339F58C8286D27CB564833D1658369FA652C38E636E13E4569A93E0E2A5F43490AE93C9F41D127C6695766C869452E1E66A969D569353E8869C76995497C2CD069B628A93C4365522A0F4337448528F63EF33AD349C13E7528E9697A3DFD31CD691B66B7273E66DB69D4699549FC65F031FE446F687D418D459C69324205332A6607552C660C4F490AE7697068E46991374B34A8383A666169B869D5696966CB69993FCD69144C7A3D9C2BCE280C4FEE31BD3C146A2C27FC6925337466C5682B39D23F953DB335096AD2690B6ACC690D6AFF310F6A4F41116AE628136AAC3A156A196A3D3BB43DD3351B6A7048B35C1E6A4733704C3A64226A2C619B29434B52332A66322AEE69D3690C6AF1690E6AD8693169DD65C22A246639284766346AC162FD656863D23F033891327A3D1449B456C92ADA0D2E34FA3A246AA4695C6AEB2F286A476A1428496A7D2E2F6AFC56FB69196ABB69F033093B506A0C32016A216A406A5B6AEF69DC695B44606AF069626ABA3E0C4FD2336F68646A186A326A1A6A2869E434FF696D6AD23F3A6A406AA46513357A3D13306938416A0A6A5D6ACD695F6AD769766ADA55786A1D4A4B6AEB3E676A626568387B3AC747526AF63A8B6A8C352C5BAD36CB37132C64328D6A766A906AF369446AB65C946A7C6A903449337D6A4A3F696A7160366A983D1F6AC768FD4F5A326B66256A106A276A916A736A646A2D6A7A6A90347C6A3D3B8738336A1669102E1D4E3544B66A293D4F098B6A9D2ECB0A4229896A53348E368C6A5C6AA76AF269296A3C66EB3E7A3E0C4F4A3FC36A2666346AEB36CA6A006A9D6A036A24281C583646B866076AD26AA56AD76A736AA86ADA6A6766B727EE312D6ADF6A6B28C940676A7C6AB26A2258A13F6C6ACC6A7D41E76A236A726AF469746ABE6A056BC06A76482434656AE16A7929F128FC6A4E524A660869006B856AE86A282AEF6A056B1452CA69616A14527B3AF26ABA6A9628026B98297750B8663053046BAA6AF16A616A096BDE6A4B6AC46A346A2B34506A9C6A704C6F377C65E5368E30ED6A682F8B27D36AB03BED69A66AF06AD96A616A7866196AE06A4D6A16695329E46A326B783CF63A080B556AE13CC13E076A9631EE6A276B266A456A756A736AE238AC6AF76A712D456BFB6A346A073AE46A836AB76A030FBA3E716A436A546B066BA96A676B2B6BDF2B2D6B0D6B964EC76A444CCD37826A146B4F094C6BD169536BBC6AF1690A43696B796B5027CB08076B286BB838766BA42A3E473D6B186B286B406B926A2C6A7648AD6A2C6B986A2B32B05CFB29496B68391F3F366BBF27516B682FBC0B3B6B2C2BD66A786B2A6ABD6A7C6B9F6BDC6A496AAF6AAE6A3034186A58329438316B8B3EE66ACB086D281C587927C908036B666B7D6B296B766AE133596B4B6A7A4FFA6AB16A5E6B726B136B386A3B579F429C6B656BBB6AA26B686B1F6B8D6A6B6B0B6B7B6A0D6B425B706B82356B6A376A016A3A6A9C6B176B9E6BDB6A7E6B1B6BD86A7F6BA16BD96BB82BAE6BE536EB2FB26B9D6BB46BC76BB66B736A426BA56B682EA76BA268603A2430FF69936B346B9C6B6027976B434B206BD86A7D2FDE6BF36A50279D05806B676BB80DE16B056471569B6B166B426AC66BDF6B896BBF6A19660A6BAF316F68976AA86B603AEE46926BAC6B704C536A3C34A26ACA08E82C526BE66B096C466AB76BEE698C6B5A6BBB6BB06A0F6BE26A1948736BC16B016BCB08E86AC56B8E6AA06BC96B5C6A6B6BA3540C6B456B2F3AD06B34349A6ACB6A2A6CD56B166BF86B3F6B7B6B316C8F6ABF0A1E6B1C6B826BE86A5E27CA28866BD86BFC6BE86B056BEA6BA76BA66B456BBC603A6CE56A336B6C282C6C966B17440564302F3B6B8E0A4B6C1D6C4D6C0A6C4F6CDD6A2B2A516CEC6B536C3D52916B5F36156C4A6BC70B786A6E3C0A431C6C086C626C1F6C736A312DB96B2F6ACF085C6BBD6B5969816AC06B6E6A9F425F6C736C2F6C556BFF6B7D6B6B6B122E356C676A6933386CFE31556C616BCD6A6F6C7A3D3F6C196BBF0ADB6B406C456CA76AB838836C583FAD0D606C746C206B4E6CAA6A506C4B6AAF6AEE6BDF4F556CF26B586C9D6C8E30726CD76B616CA26CCA2B876CE76B923CB46CD96B016C836CDA32B6283E6A53347F6BE56BA16C8D6AA36C6A6B0C6CF86A0E6C9034106CA86CD333F936AB6B2A6C536ABF6C5434053E196C782EB36BC16C5E6A636CAA6A586BF66A4B6A1D46BC6B266C16692F3CEB35B56A2A6C216ABF6C2E6CD86A766C086B8B6BF86A593ECD6B456BE34E8E6CC3470C29FF6A3C6C4F09D06C956C886B416C1C6B446CB76C4D6C9C6CAF6B9528A509434B076C856CC86B416B656CEB6B666C696C5F4CC357F16B6D6C946BBF6CF56BD26C2C61EA365E6C1332266BB16CC26CD86C676B426B8D6B306A346AD05BCD6C016ACF6C176D433A7837586AC927D56C056DC36C7D6B3027636A5A6BE84DDE6CF16CDF287028F46C816CC70BB96A3E6B966CE96CAA6ACB6BED6C446B676A6F6B7F6AF844B46A4633D46BF66C176DF86C676B1A6BFD6CB26CDD6B426CC8699C6C1332F92E276D186DD66C436C3C6D6A6BEB6C436B8E6B116CD53CAA6B146C2A6C346BB1055A6C276D4B440348E569DD36A06C2B6D1B6D7D6B1D6D5A6B2E6B16697F0A486B0F6DCF6C166B266DEB6ACB37686DE76C3F6B596D2D6D216C5D6D90349758326D436DF131ED4B366D206A826C2D6C4A6DB56B6D6DC76B3E6D6D6B456B426D106BA05D456D916C082FC70B3E6C3A6DF96C986C966C4F6D466C996DE26B72671D2F566D6C6D7E6D8F6D5B6D1E6D716DD6386066616D016A636D486CAE6CB8663B572349E5690E28786A046DE86C566B056B812B946A14682F6A4A558F6B3969456D936B536A923CE96A52284F6BCB378B30846CBA6D4D6D8D6A9B67796C6F685F34846D946DD228FE6AD36B896D550E646B8C6DB56CA76DD96B6B6BFF4EEE6C676ADA3F336DA20AE13B296C476DDB6D946C9B6D4B6D976CCF6DD76C9F6D9B6CEB6D9829E42DC42DA56DCE6DFB6B206BA56C2F6AA76C2F6BF06B9B6A0F6D346BC76D126DCC6D293D3A09D36A3A286B6DF96D506D486AAC6ADF317B6A5D66CA6C0D34006EB443756DF63AEE2FC86D204A286D1B6E7C6D3B6DBB6DAA6ADD3FD26D9034FB277C6CDF6CA536126B3B6C376D000E2A6D0C6E2A6B5B6D0B328B6C186AE56D856DFB31156E4B27746B550EAF6BB06C576DD569FA6CDC6B9A6CF06AB838196E54280E286827C06CA66D206E1C6D086D676C0A6DC26D8F6C746D626D586C446E0847383486325628B66DF661486E2E6E926A15668C6B106EC36A126E346AF3620E6DCE6C186E256DAD5FD36CE13ECD6D7D6D4A6E7D6B4B65236E244D626E686A346A3229606B006B216A5A6E1E6E886BDF6DFC6B6B6B316EE36D336EED6CD66D8C5DE26C466D846A4F095A6E3C6E6C6D3F6E996CF06D8F6A436E536D5033586EF86D6D6E8F6E41434C6EA66CED6B346A9640656EAF6D536E536D0847D8573C44B543596E066CED6D8D6D7D6E206BAE362D6A606E0C4F736E5832632E226DAD6BBA401A6E796D172DEB6ADD6D1E6C6E6EC76B323EDB6CC06D736E5D6B59691C36E96DDA6D85098B6DA86EDE6DBC6EE06D306E6F66406D826E276EDC57906C396EC76EEC6D876BEE6D8D6E9E6D416E196B436E486C6E273509A46DB96D966EFA6D8D6AFC6D6F68FE6D2869286C016E526E550EB16D1D3BB36D612ED530096EE649956E1F6E976EA128C56C956A2F6AC96C4E6AAD6D6C6C666E490AF46E1449FE6B286D046F7B6EEE6DAA6E1A6D2F6D4B6AD42CD56D206D136CE36C2B6EE649076FA96ECB6E7E6EA96DC26A5D6D3D3BE846E66D410AFB40C56E396AB744BA3EB90B312B4365272E47396B3DD02C176DE26EF66EE46E5C6A6F6D916D4F6E22582966EB6E236D4B6B686ED067286D7B3A6C6E2D6F0D6E00500B6F2F6A6E2F0E6FC86A356DD96D626BDA0A2D6EE36E3E6F6B6B2B2D326EC56A893F356E7C416B6C876E216F030F496DC96E096CD96EF96CDB6E816B566FE26B6F33286F2C6F7C6E166FAB6EA96D706D0D6BA531346F166EEC6E486F1965976BA36EF86A560A896A2D270B6E4A6F616AB735946A96294B6A1737326FAF4DC46E356FAD6BDE49C86D7550056F5A6ABA6E756C646F8D6A1828716ED52B266E1D6F682E866E976D216A826F146FCA6EF76E776A136A235C4E6FF86A506F846EA635886D556FEC38776B196DF16D9D6D5B6F976FE06B826FD927F634756F3D6F076DA46B4D6EE86EB5311D6AFF6E9F6E016F006D8838566E782A286FE53225355B6E766F766A786F136A7A6F2F6A7C6F5E6DC3317A56B36E166CF63ABE6FD16C595D076ACF6F876FB26C096F5C6A9A3B8C6F2C29436FB531F36C466FC26B016F396DD76E156F976F6B6B23569B6F0E6B1D6F093B776EF56CDE6FD66E4C6C4E6DA66FD86E5C6F4B6DB838BE6F8727A409616F586F886F976FE66E526C7D6F4658DB6FB56FD23F346BF46F8838706FBF31A46DBD6FA76EE06F966F2E6FCD69C26F7648C46F6F68C66F136E8253C46D176E016F776DE047D36CE4653C6F636F976F2E27406F11706F66316A7D6C634FD36EE46C9F4217631C70086F896F326C5B6D8634E56F936D346A2727966DD46E29708B6EDC6BEF6F8D6DF26D426E1770E26B8C28E16EF86FD36F2C70CD69FB6F686CFD6F0B4915706C6F2970126D1B70983CC73B736F9509B86D41701A6DD46F0D70ED33C36FFF3D11700E6C13705F2CBD31CA6F6E6C45434D6BB439D36CE909496FAE6F766ABD2ED76F22705D6DD66D8935916F786E9F42CF352A70E16F0C70BB685B6DA02E30709D6F3270FE6E546F926C6170A36F3D6E7A6B3970B56C3B70DC6E490A7270163B0D35AD6F1D707570A36B946A096DB26FDC3B5E70AE6D0170586C88708E3065702C61E736476EC128284F3B6E626F2B70976F0E70793C5970903412704E6A536FC56DF63A8F0A62707244286DAE70956FBB6E976F71566A708E6F516F2258FF6F7D702B6CAC7073700B704B6F7770176ACF6E4F6FD16E2861296E386EEA6F8E0A3B6ED26F1A6D5A6FF06FA86FB838BC70163B093A8B70A1708D70B34D764890709B6E166948405F70946BD1709870566EAC49BC6F284F2B6F5370D76C55702C38A3704429A570EA495B70636ED86D0070CB6F8770386F7C3BAF70D857B170F96FD6702029B570D96F3637C670926F7170DF6FED6F547043707670496A050A316F186A317059690D6D806C886EF370EC6FA46F436CCD703A70F16FB56BD070926E300D453DBF6F6770E96B996EFD6DDA7064421F6F806F576C10716E6FB83A43651F0E0770284F09700371E77005713E3757700F70EC70B03B0B6D7C41CE2CDD70536AE252C86D4232AF70B96EE670586D3071D72C207090342E48FD703C3226702B6E3B71F8704270E26FC0700971C3701D6F1232206F7E703B713770406C8370596F1671E76BD070DE6E5C3740700A70B270D67045704E6EC76F3137F070516A25718E0AEE6E1D4B2C61E635F76DE532733C1C718C703E6FEA701070A670EE701669494C3971F63A7271D16CBF05D36C8071BD7062713E6F144D8C6F4671256C1D6F695254712B6C72714C7104714E710771C1701A6F9C6FC47060426A6FC770EA6D3C0A11718170DA6BA86FFC6CD670E06B7271862A5629D47074703E6F647191703E5D6871AB6CAB0A01668E3082719B3BAF2B507042317371D57075713271A4707B6F7971563D456FF1706070B5717F715A6ACB37470966707471616AD62B87716B70746E166985406F702770AB0AAF6B8F712F719171946AF85E797096710D347C70976D3A6AC171CB70A56F9F7185705D6FEE2D9829D7529C70A070A771AF6F8F70B16F2171DC3BD26BBF71946BB571126DC5712C61102EE370BD4CB671E971C16FB971EB70BB713671213690089E6EAD6B16297F71F770C471F770DF714171976FDA3ECA71B670D66D0B2EE96F2B6EC7370972306C2F6E496A642FD8711D6F7749A06F7E70047214728270E1715B71DF6B853A926E835FA671BE70EA71136AD970FF71C249674C02726A711629F371706F7D0D2B71CF082D7112711572FB71496A7771ED702C72660CB970AA70AB0A1870FD2D81713F716171F9703E6F273D8C6FE5274771B8564971C66E8742837148721672D671CE6E9471E66FB770525CDC5C8C71DD719A6D4772EE6F2172CF704272E26B052860712E710A7263711F71E76EED713F42B26E947030726C7102633C6A666C53349D701566F86A40713972736A76713471A770596940721670F56AC22B1D5CF664CB37AE2FF65E7972866CD67007614B72C16E2470603A9F6FDC6F2B6CBE2E88725F729071D6706B6B6B4219725972E443E6321C72986D827257719E6D5971626CE271F26F3D58D127852ABF0A8772F56EC771766AA9716C727C419E726F72983C586C9472126D8772D06A2C347572E532473378729672D471D6707C72FE714770FB29516E366F3D588B35D16CC935532F9B675A27957267727A72056B5B094471BA2D8E72D971AF4DBF6B2A6EC66EBE72D3716872BF70177256721F6D5872D66DCA57CF719A71BE72A2729C6D6172A171B838BE722B293E2E6D3DAD72B7712972D870EC713E72522A7C70AD711F6A5837144DCF72D06ABA45BC7285409B2BF372FA717B72FC713C7235714770F929C772AD6BA9277572433A5234CD720348363E1F72066D766AFF678D720E72756E2E720E71476F0F73D07238728A72E072946AA509507195718F6F387192723A6A2073EA72D86EA4724E6D2272FE6C3D589B2B6A2CEF397572E8712872AF726A72FC6F66716941C670FB722073B872C3272B2A9D306F2F6B28BD722428BF72D1722373776F08737D72BC719E52BE7169716070C83A8372EC2F363E8672382E21739D712C6DC76B89388C6F8E584D72D83D606D116FDC724A73DE72D2723D6D5B6D1872816E51719C722E293470C87056732E733A703073CC703273A26CEE724A736A2C8D343873897217731E71B06F9A6EF872B061DD70346B5673B8725B731E3ABF27BD2748736D32A97205733A7307733B725073F872DD3F866E4172BF279173433ABF2C13739E7369734D731873806D5C6D4D341B7316698F2FE772C66EB83A5C73496ED571996F7A66C270287370730E4C9F723A6AAC73757384707773F16D7973C26CB838AC733673685A4B7322738173646C83732071F872E16C8773586CC0738E309E731E3AB927F272E532EB3FC3735D738E6DD96BC372C56F51735F4C5B7224716070D473D16C55669F73CF72A173C573AA6AE1466173506F2370D87210544F72476FD473E5735E73CC6E496A26739B72D66D300DEE737E70E07316734C6DA171A0713E6FE06BD4736A2CBA27F27239738471F57246706B72F8722F27AA6C026ECC738B35126DE273396B92270273AE3A7F73C072DF724E739573C4723E738A2F0D74006F992B10738C374473076AE952AD735C6E736AB04D8C6F8F2D6373C13798710071490A505A2774C06FBF6A5B6DF731F673346A78575C724F093274B973596FBB731371BD735E6ABF733573373D1474D573AE736972C7730A744770D42C99730E7431743573CE734473682FB927302A4873D83E4A7392730774926AF96ECC53C86C9B311D740B0E1F74C872823210734F445B7325746974FC73D773626CD5723E46A773444CDF651E73DD6F667433741D71EA6C636A196FE37240271D6F86732B733C744A73246FAF6645736F29423D4873072E1F4E48742874056BD9735A70F872354C0D73F270BA3B22741B385973452FF6646C74E870312779492B744D3589717073DD5BAA73476F8A74F1736D74656F496A51343874CD71FF70D46E8A743E74A57240743E6E4274906E490A8A745E27802F17744C73E6734B6E4B743D735C70B95764749570B674A972126D0E6245734209963C8874EE4ABA74C473F273FC6B8E747871F872D6414F7420743729957424291373D974A6749B74B83D6F7426302D744153F9732B6CD7747774AE723574A974ED336E73B373D66D9D0A72739A71E574B0746072FE73A6721771B67410745830CA745B7453723B73BE740974C0748C0A9274B572F774433D8E30D974DA32BE31BC72897404730674FC749473796F96734770C70549706574E4355773A640DA7424749A7442719D299E747174F131B9703074883B15738073CF74A874946A1857EB74E472346A2C4E11720F71237544502575EF6DF474B474516DB6744574153829288B743474C673EB7184734770306BB472946B1675C6745474C12868480A752629CD74D673DD74D1743D724770105AD57415755A74433A9F47DA746B743275DD74C8056F74922DE1748E31E374216A5E58E674F4728A6B496A4C38AB74B531B3726673A16F6275F274CC70B2747A6B3575C02FB6747C73E82DDE313B757874A46C3C73FF74346A7728C2746A716275C6748B735F36BC2D5874802791730D754D7198725E74C76CF86A6174C074F8455275AD6B0F4FC22B8908582713739775DC7442712D64BF6E6F680D6FA0746D702A736B75757494759A75AF738C6B7B74716DA7351D6F2F292E75A16F9475246F9775A551133548739675CA7289759772A8717B756571C074CA5B7C71A843CA726E3C6D4263750673056B943D8C6F4B57A075346A4D2760759F426C28247518746A735A6D6675EA74B273B234EC73140CE3743A6ACF753175D175207234756272F746666AB46A852AC0754B754974BA75FE74BC754E6AEF715473946BDC75D428E26C5837E6755874CA5DE7758C747A75EA75AA71D333376E9A73AA444E6EFD65C22BA8430F413A660C4F330EFF75A6756371356D226C2773CC71A53626358C71216A08761B75A775686C2E3D5772346ED66D8A5BB6734F09FF756E75E071E075ED720376FC56FF6FE5757D4AF7753C75F9753E75C8734770CB5692756A71FF750C32F2751029E228AC273A28673D433D1966B92D203027767A52E47534761B3037761E766C74FA6B0074B66CD670016C317665734573A8435A745233612E28767975676BF23155484700F8699034FA6962744656BF75493A4A73582BF2758C2C4D7629400576532F6276C47593734F6C9E720C76E56FC26EC14DE86D74742B6C507667765C74E874AC6A3F6D1876836E346A7733AE757E7072761F76137170757E6B7275216B5D76FC56FE6E26767E76B875C172E9752B764C746274EF652F7203758576C26964763C767276FF2E3376586C6927F5759B76FB748A753E6F5476E2287C3CB1736B285976C0746A419176026A492BFC569172A576D02CAB76146A0176E83EB0760976A871EE466B762A756D76F1319370A3752B6C9B76B57654722D6A7776E37219767A76107670763A6A9D766C74147184708376E06B9B76CD620176F0729D768A761974FD748D76BF74756E23716B6FB66FB076722BD2697872605AA972652F9976605ACA723F31EB5E7875E7743D759D75D675F0442F766070E976426101766176933B6376E0766576F67673760E754F6CFE6AB8769034426FCA75A8736A75BA70216AE976C0766575946A22321776E3720B7119446F76DB72A16FE9767F763E6E81761D6BE175F276A27526761377D576D275886C666F0D7624327F759276E976DF76D2769F42E976D928FD65144DD9287A294055C205395C22442E2CDB483077F9337A29456F6E70057603482D77FE3D3C777B713377F83EF275462FE1323E6FC73E0C773A28C7270149B231F467325D7A29A0313748D333ED752B42846AB46F1F2A2C2BB63B766A46770F6C58462627CD35676CE05CB573C568DE435477E47503384477616A5A77C86C5C774A779F497B386442B46FF04BC967293D5577512A57774577F9365B7740474A779371E05CA87608696377396A7477F60A262777777D286A777A77CD35196FE05C6C28906C80777377366AA37676776877787787774977CD357776E05C22366C6A8E77064F6577DF32847793778677F86A6B77A3432466E05CF839916F9C772E76F476D02C677759779477A3778877E93DA67713292175AA775577153EAE77736A6977B1779677FA68F467444CDB764B27B777E475E83EBA77056BBC772264B2776550C077B33FC27753778177C5773A46A077AF77A277CA77BE77B83ECD775F6D8D77AE2FD177F275BE279277D5774777A4774573B4776C50A977DD778F77DF77C005C777AA6AC97748775D777D41E6773F42A27571776477DF77BF13D477BB77B077D777F177662FF377FA62DC7772779D7760763B47FA77C877FC77F0770149E26D6E77A15C876D6277E9770478F4763729ED77676BEF77E4770830DA7760421077C3771178AB77B92D6F3315787D6B1778B27771660D78225CFF70C47760764F042278C76B2478BE77AC5D1A782863E87703781F78796AE177FB77D6770A7889586D77C83586602E773C771944376ED077EA77F476F40A0778EE77097818787C778E54320FC43B327701325B2B3477DD3E3C77A12F3244A27650784F774A487A11606B2A78F4762F67487816784A7825788A774D7852783C774F7832445178F24055787850353E1A3630773F485077C3476871447812782078F97758773978E377257898776678616D4E78CD345B2B36776C7832775678320F587832445C4332770B640278F777F476EC776178237863783078506F7B387F78FF6E8178687884786C286D785578707854788C78DC3BCF775E78B92D02292D78D96B2F78F1770747156A8B6741781157106FF677DE77B2761A2D92782E789478AB78AE6E6A39AF780C33CC6C10783578B8776627A878FC6BAA780B785D667B386B6F320FD6385373767836783928387808783A78187856721D3EA278FB3173743544A5780C4FAD77B678A978B8780B78A476AF433C77C4547378525C2F74DA78A850D0784978D2782578D575C8355A780335D678E031BC76B27845783B7660787A78D1787C783078EC703A36BC78C833A4781E785577B72CEA786278EC78BE774944F4671648D340327705613244D93C707776784E532B7718503277DC4B32776C2FEB358935C569D67395684676A627D6703D61136A3776DD78C478DF7889589438B3275F4A993F2A79084D8E78B3783B764778F978EB78FB78F177F133F467157932440B6A307753786442EA6ED9780279E4751D4DC378206BC5787529AD46F467C94E30779D46883A3042E5782533E7781178B62FE0763E2EA078662F3C770361883A3D4240780D794B547A29B372042FF56A1E472C441A799D3B3A7717793244D2371879D26B042F593E2B77ED473077E2437A295B796D3C587982782E2C19323C793E7784781A625D7958797279AC4958792F7727355879567972789A4C883A6E78495A3E778A7959486579CE78E13C44798D6A46794236A6772764167983797079C0491C78CD780379C278257945792779F16E9679714C30773F78834130777979D7285E79D22F3E7783796879320FF762B1794E79F9723E778079F15B7A298A79C14DFE697F77417942779F77337906793579014935523278D62808669B775279426AC835A0787D7969790F78042FFC651E4731778A785378B2795C7932441448A6353C7716480E79EC47AC792D3C167956795A78D45D1879D6796E721D4F6E72EB3E734CBA6EB939606BDE2A846AD86D9D714A53136AC95B6E72FF6E03783933BB740E281E79FB6C2079A871D1659369CC69413DCE2C0F6C134FF457A969413DE178903CB3535027E5362369CC3C2A79EC33E5366965E7652B5A5C5C2E3DD66C2A79FC79B2297A4FEC794766746CA635B867F428F2288C2C227A9577C62711692A7966537F6A3B471B5C47797028602F2B794F41327A06440172A6402B42257A88356D42163A350987277A65FD091B0E88676A2B6027B3362A6FBF296F29F5612A66BA2731273834750E502B522E83274A3AA6470A43943B62288E2E407A1B620C123E642C5E435E555E595E5F7A7C644B644964766426626A64C8594862275E8F656664705A6B7AFF5D4F62EF5D61645A626064617A035E1E59005E637A757A34622A5E58623E6297657F7A4F647D7A73646E7A5B59807A737A6F643A5E2B623962717ACD59626423625F648A7A7A64817A46628E7A957A5B5E5364F858647A827A8F7A7B7A657A9A7A947A977A897A7E7A937A3262907AA37A877A5E649D7A847A75645362A47A867A8C7A59649C7A837A47649F7AA57A4C62AD7AA87A7A7A5D62747A38626864D259215EC8597A7A78644A62687ABE7A94650859C17A637AC37A4864C57A8459707A4B62C97A79646F7A2F5E37627164767ACF7A787A967AA67AD17A627AC07AD87AD57A5C64BD7ACE7A6D7AA07ADB7A9665607AC759DF7ADE7AB059987A0B59C77AB67ACD7A045EE37AA17AC459717AD97AA27A6364E27A2F4DF77A887AD77AE47A465EFA7AD658C67A6C7ABC7AEB7A057BF47AB77AC87AEA7A087BF97AFF7A797AE97AEC7AF87A5C5E67645F4DCB7ABF7AEE7A047BCC7AE07AFE7AE17AD47A0E7B067BF67A0B7B1C7B9365BE7ABB7A237B097B777AE77AA27AEF7ACF7A9065D67A177B1A7BED7AF57A307BD07A2A7BA67A2C7B1F7BDD7A127B117B337B167BFC7A357B3C7BAA7AF27A0A7B1E7B1D7B7764257B107B077B217B417BB37A027BD37AC47A017B137BD27A447B4A7B407B557B8D7A3B7B557B0D7B477BF37AE67A2F7BF17A007B457B277B387B3A7B4B7B577B197B727A377B715A297B627B287B2D7B487B207B697B3562527B2B7B6B7B6F7B5D7B6E7B397B337B267B797B467B317B5C7BE57A737B4C7BCA7A687B2E7B597B277B607B847B157BB17A327B7D7B7B7B1B7B727B5B7B7F7B247B4F7B9265427B4E7B547B937B8E7B347B867B5E7B7E7B9B7B9D7B9C7B8C7B877B917B8A7B997B347B897B537B987B6C7B677B9B7A8D7BDC7A8F7B717BA17B7C7BB07B827B9F7BA97B807BAC7B9A7BB87B887BA67BBA7BA57B717B3F7B587B9E7B967BC27A857B707BB97A367BB67BBD7B8D7B647B947BFB7A517B5F7BBE7B227BA27B957BC07B0C7B907B3F7B927BD57BD07BAF7B747BC47B9B7BBC7BDC7BBF7BB37BD97BD47BB47BCA7BE87B837BDA7ACB7BD77B3D7BC77B787BEA7BAD7BA77BC27BA37BE07BDA7BD17BB77BD37B6D7BCE7BA87B777B817BF27BBB7BE67B6D7B017CEE7B567BC57BB27A037C507B2F7BFD7BC67BD67BF57B0F7CFF7BF07A0A7C027CDE7BEB7B9F7BA17BFD7B197C767BB27BF07BDD7B187C1C7C657B077C067C3E7B127C497B667B157CA47BF87B167CFA7B2C7CCC7B227C167BE57BC17B267CFC7B217C287C237C327C2A7CE77B277C247C687B107C007C3C7C397CF77B3B7C337C7A7BFE7B467C317C1E7C617B207C8B7BF17B3C7C3F7CBF7B507C417C4A7C0F7B2E7C067CE27BDB7B587CDF7B5A5E437C357C117C487C037B4D7C407C567C2B7C4C7C437B4B7CEF7B5F7CB97BD47B1A7C3E7C537C4E7CE87A0C7C6E7C647C447C667C687CE37B6C7C367C237C057C427C5C7C387CC87B637B617C677C797C627C137C727C857C557C187BD67B7D7C5A7CD27B747C177CFD7A7E7C497C707C227CBA7AFB7B307C7A7CB57B527C8E7CF37BAB7B5B7C9B7C2D7C9D7C9F7C347CA17C087C467C9A7CA47C2F7CA67C6B7C9C7CAB7CCF7B9E7CAD7C577CE97B757CB17BA57CB27C717C8A7C837CB87CB57CAA7CB77C957CA37C5E7CBA7CB97CB07CC37CC07CA27CBB7C787CC87C0D7CC67C297CAE7C927CF67BDC7B6A7A1F7CBD7C657CD47C897CBC7C7E7C967CC87CDA7CBF7CDB7CB37CAA7BCC7CD97CD77CE27CB17CA07CD87CDC7CE77CE37C475E575E917AAE7BAC7C33625B64D67C28625E7A4E294429380ABD365C36214DA5341A6C512DD23777333439853D69473238ED47532E7D60674FC9337C4C02585B4F843E0A57F2359736EA4ED644EC4E1148AE3EED44A336F15B2258CD375C3960501157255DC837F53158329D6273603261522A7D601C32DB638440ED5B2D4C0E7D564C9C313666B461AC464A6384578735107D0446A6631A3310443A6597603637C0630C7DC861A961283732630F447F474432417D1344A64EE452132D16482A633337D9469D43B94E457DF228AC63F433417D054C892DD0666042DC5C9D5790523344C552BC2E0C5D312AC047DA33F563602D42583265443334652E27E6659E56635CA05D0137577D2F6518699B52656544336765E746EC521869975D1361565C2163FF4DDB4E117DAE57B34930586863B54EDA3C3E41507D5037E873724F84524056E357CC38F443877DA536E568583C837D4533857D447D367DF8311155C44EC1313F42A64D8F7D367DC5375E5017560B489D7D7E7D357DB94E7D35827DEA4F59343C442F3A6A4F330ACB08742885525909E02A190F30272E4BCE089D65FB27A5306848256EB04B8D45C405832744047427EB30FD4DE85D0F43BE6437642F4FE07C607CB87A2B624262417B937CB47A257C997AD07DB97CEC7CFB5DD87DC77AD27C7E642C2CA613A209E465FE2C4A47E508D12F2F276B304C3A0833742D9D33696F524F6435087D36384B3C1F44C933CB28FF297A57F242C940C93A5647093AFE48E335D127EF08B93DFC355C2A2B4E473276115F27AD3651275811B307D8108B04F212DC108B02")))()
  148. end)
  149.  
  150. line1.Name = "line1"
  151. line1.Parent = Main
  152. line1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  153. line1.BorderSizePixel = 0
  154. line1.Position = UDim2.new(0.327967793, 0, 0.0793650821, 0)
  155. line1.Size = UDim2.new(0, 11, 0, 265)
  156.  
  157. line2.Name = "line2"
  158. line2.Parent = Main
  159. line2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  160. line2.BorderSizePixel = 0
  161. line2.Position = UDim2.new(0.653923512, 0, 0.0793650821, 0)
  162. line2.Size = UDim2.new(0, 11, 0, 265)
  163.  
  164. bigknife.Name = "big knife"
  165. bigknife.Parent = Main
  166. bigknife.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  167. bigknife.BorderSizePixel = 0
  168. bigknife.Position = UDim2.new(0.372233391, 0, 0.0984127, 0)
  169. bigknife.Size = UDim2.new(0, 128, 0, 39)
  170. bigknife.Font = Enum.Font.ArialBold
  171. bigknife.Text = "BIG KNIFE"
  172. bigknife.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. bigknife.TextSize = 15.000
  174. bigknife.MouseButton1Down:connect(function()
  175. game.Players.LocalPlayer.Backpack["[Knife]"].Handle.Size = Vector3.new(250, 250, 250)
  176. end)
  177.  
  178. bigbat.Name = "big bat"
  179. bigbat.Parent = Main
  180. bigbat.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  181. bigbat.BorderSizePixel = 0
  182. bigbat.Position = UDim2.new(0.372233391, 0, 0.253968269, 0)
  183. bigbat.Size = UDim2.new(0, 128, 0, 39)
  184. bigbat.Font = Enum.Font.ArialBold
  185. bigbat.Text = "BIG BAT"
  186. bigbat.TextColor3 = Color3.fromRGB(255, 255, 255)
  187. bigbat.TextSize = 15.000
  188. bigbat.MouseButton1Down:connect(function()
  189. game.Players.LocalPlayer.Backpack["[Bat]"].Handle.Size = Vector3.new(500, 500, 500)
  190. end)
  191.  
  192. bigPitchfork.Name = "big Pitchfork"
  193. bigPitchfork.Parent = Main
  194. bigPitchfork.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  195. bigPitchfork.BorderSizePixel = 0
  196. bigPitchfork.Position = UDim2.new(0.372233391, 0, 0.409523815, 0)
  197. bigPitchfork.Size = UDim2.new(0, 128, 0, 39)
  198. bigPitchfork.Font = Enum.Font.ArialBold
  199. bigPitchfork.Text = "BIG PITCHFORK"
  200. bigPitchfork.TextColor3 = Color3.fromRGB(255, 255, 255)
  201. bigPitchfork.TextSize = 15.000
  202. bigPitchfork.MouseButton1Down:connect(function()
  203. game.Players.LocalPlayer.Backpack["[Pitchfork]"].Handle.Size = Vector3.new(700, 700, 700)
  204. end)
  205.  
  206. bigStopSign.Name = "big StopSign"
  207. bigStopSign.Parent = Main
  208. bigStopSign.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  209. bigStopSign.BorderSizePixel = 0
  210. bigStopSign.Position = UDim2.new(0.372233391, 0, 0.739682555, 0)
  211. bigStopSign.Size = UDim2.new(0, 128, 0, 39)
  212. bigStopSign.Font = Enum.Font.ArialBold
  213. bigStopSign.Text = "BIG STOPSIGN"
  214. bigStopSign.TextColor3 = Color3.fromRGB(255, 255, 255)
  215. bigStopSign.TextSize = 15.000
  216. bigStopSign.MouseButton1Down:connect(function()
  217. game.Players.LocalPlayer.Backpack["[StopSign]"].Handle.Size = Vector3.new(750, 750, 750)
  218. end)
  219.  
  220. bigShovel.Name = "big Shovel"
  221. bigShovel.Parent = Main
  222. bigShovel.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  223. bigShovel.BorderSizePixel = 0
  224. bigShovel.Position = UDim2.new(0.372233391, 0, 0.568253994, 0)
  225. bigShovel.Size = UDim2.new(0, 128, 0, 39)
  226. bigShovel.Font = Enum.Font.ArialBold
  227. bigShovel.Text = "BIG SHOVEL"
  228. bigShovel.TextColor3 = Color3.fromRGB(255, 255, 255)
  229. bigShovel.TextSize = 15.000
  230. bigShovel.MouseButton1Down:connect(function()
  231. game.Players.LocalPlayer.Backpack["[Shovel]"].Handle.Size = Vector3.new(500, 500, 500)
  232. end)
  233.  
  234. fly.Name = "fly"
  235. fly.Parent = Main
  236. fly.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  237. fly.BorderSizePixel = 0
  238. fly.Position = UDim2.new(0.0402414426, 0, 0.409523845, 0)
  239. fly.Size = UDim2.new(0, 128, 0, 39)
  240. fly.Font = Enum.Font.ArialBold
  241. fly.Text = "FLY(X)"
  242. fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  243. fly.TextSize = 20.000
  244. fly.MouseButton1Down:connect(function()
  245. local plr = game.Players.LocalPlayer
  246. local mouse = plr:GetMouse()
  247.  
  248. localplayer = plr
  249.  
  250. if workspace:FindFirstChild("Core") then
  251. workspace.Core:Destroy()
  252. end
  253.  
  254. local Core = Instance.new("Part")
  255. Core.Name = "Core"
  256. Core.Size = Vector3.new(0.05, 0.05, 0.05)
  257.  
  258. spawn(function()
  259. Core.Parent = workspace
  260. local Weld = Instance.new("Weld", Core)
  261. Weld.Part0 = Core
  262. Weld.Part1 = localplayer.Character.LowerTorso
  263. Weld.C0 = CFrame.new(0, 0, 0)
  264. end)
  265.  
  266. workspace:WaitForChild("Core")
  267.  
  268. local torso = workspace.Core
  269. flying = true
  270. local speed=10
  271. local keys={a=false,d=false,w=false,s=false}
  272. local e1
  273. local e2
  274. local function start()
  275. local pos = Instance.new("BodyPosition",torso)
  276. local gyro = Instance.new("BodyGyro",torso)
  277. pos.Name="EPIXPOS"
  278. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  279. pos.position = torso.Position
  280. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  281. gyro.cframe = torso.CFrame
  282. repeat
  283. wait()
  284. localplayer.Character.Humanoid.PlatformStand=true
  285. local new=gyro.cframe - gyro.cframe.p + pos.position
  286. if not keys.w and not keys.s and not keys.a and not keys.d then
  287. speed=5
  288. end
  289. if keys.w then
  290. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  291. speed=speed+0
  292. end
  293. if keys.s then
  294. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  295. speed=speed+0
  296. end
  297. if keys.d then
  298. new = new * CFrame.new(speed,0,0)
  299. speed=speed+0
  300. end
  301. if keys.a then
  302. new = new * CFrame.new(-speed,0,0)
  303. speed=speed+0
  304. end
  305. if speed>10 then
  306. speed=5
  307. end
  308. pos.position=new.p
  309. if keys.w then
  310. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*0),0,0)
  311. elseif keys.s then
  312. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*0),0,0)
  313. else
  314. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  315. end
  316. until flying == false
  317. if gyro then gyro:Destroy() end
  318. if pos then pos:Destroy() end
  319. flying=false
  320. localplayer.Character.Humanoid.PlatformStand=false
  321. speed=10
  322. end
  323. e1=mouse.KeyDown:connect(function(key)
  324. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  325. if key=="w" then
  326. keys.w=true
  327. elseif key=="s" then
  328. keys.s=true
  329. elseif key=="a" then
  330. keys.a=true
  331. elseif key=="d" then
  332. keys.d=true
  333. elseif key=="x" then
  334. if flying==true then
  335. flying=false
  336. else
  337. flying=true
  338. start()
  339. end
  340. end
  341. end)
  342. e2=mouse.KeyUp:connect(function(key)
  343. if key=="w" then
  344. keys.w=false
  345. elseif key=="s" then
  346. keys.s=false
  347. elseif key=="a" then
  348. keys.a=false
  349. elseif key=="d" then
  350. keys.d=false
  351. end
  352. end)
  353. start()
  354. end)
  355.  
  356. AntiLoseWeapons.Name = "Anti Lose Weapons"
  357. AntiLoseWeapons.Parent = Main
  358. AntiLoseWeapons.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  359. AntiLoseWeapons.BorderSizePixel = 0
  360. AntiLoseWeapons.Position = UDim2.new(0, 0, 0.568253994, 0)
  361. AntiLoseWeapons.Size = UDim2.new(0, 163, 0, 39)
  362. AntiLoseWeapons.Font = Enum.Font.ArialBold
  363. AntiLoseWeapons.Text = "ANTI LOSE WEAPONS(Level 6.5)"
  364. AntiLoseWeapons.TextColor3 = Color3.fromRGB(255, 255, 255)
  365. AntiLoseWeapons.TextSize = 10.000
  366. AntiLoseWeapons.MouseButton1Down:connect(function()
  367. pcall(function() if tostring(game.PlaceId) == "2788229376" then local corepackages = game:GetService"CorePackages" local localplayer = game:GetService"Players".LocalPlayer local run = game:GetService"RunService" run:BindToRenderStep("rrrrrrrrrrr",2000,function() pcall(function() if localplayer.Character.Humanoid.Health <= 30 then localplayer.Character.Humanoid:UnequipTools() localplayer.Character.Humanoid:Destroy() workspace.CurrentCamera.CameraSubject = localplayer.Character wait() local prt = Instance.new("Model", corepackages); Instance.new("Part", prt).Name="Torso"; Instance.new("Part", prt).Name="Head"; Instance.new("Humanoid", prt).Name="Humanoid"; localplayer.Character=prt end end) pcall(function() if localplayer.Character.Humanoid.FloorMaterial == "Plastic" then ReplicatedStorage:FireServer("Stomp") end end) end) loadstring(game:HttpGet("https://pastebin.com/raw/MQ3wc7Zq", true))() end end)
  368. end)
  369.  
  370. speedhackandgravity.Name = "speedhack and gravity"
  371. speedhackandgravity.Parent = Main
  372. speedhackandgravity.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  373. speedhackandgravity.BorderSizePixel = 0
  374. speedhackandgravity.Position = UDim2.new(0, 0, 0.739682555, 0)
  375. speedhackandgravity.Size = UDim2.new(0, 163, 0, 39)
  376. speedhackandgravity.Font = Enum.Font.ArialBold
  377. speedhackandgravity.Text = "SpeedHack and Gravity"
  378. speedhackandgravity.TextColor3 = Color3.fromRGB(255, 255, 255)
  379. speedhackandgravity.TextSize = 16.000
  380. speedhackandgravity.MouseButton1Down:connect(function()
  381. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  382. Text = "[Notice] GUI Made by boomz , [YT] Boomzaza TH";
  383. Color = Color3.new(255, 0, 72);
  384. Font = Enum.Font.SourceSansBold;
  385. FontSize = Enum.FontSize.Size24;
  386. })
  387.  
  388. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  389. Text = "[Warning] WE ARE NOT RESPONSIBLE FOR ANY BANS!, USE IT ON ALT ACCOUNTS!";
  390. Color = Color3.new(255, 0, 0);
  391. Font = Enum.Font.SourceSansBold;
  392. FontSize = Enum.FontSize.Size24;
  393. })
  394.  
  395.  
  396. local SkidParkour = Instance.new("ScreenGui")
  397. local Main = Instance.new("Frame")
  398. local Functions = Instance.new("Frame")
  399. local CTP = Instance.new("TextButton")
  400. local NameESP = Instance.new("TextButton")
  401. local TPBACK = Instance.new("TextButton")
  402. local TPORB = Instance.new("TextButton")
  403. local TPPlayer = Instance.new("TextButton")
  404. local InputPlayer = Instance.new("TextBox")
  405. local NoFall = Instance.new("TextButton")
  406. local Walkspeed = Instance.new("TextButton")
  407. local Btools = Instance.new("TextButton")
  408. local Gravity = Instance.new("TextButton")
  409. local Settings = Instance.new("Frame")
  410. local WhiteBackground = Instance.new("Frame")
  411. local FormCheck = Instance.new("Frame")
  412. local Form = Instance.new("TextLabel")
  413. local White = Instance.new("TextLabel")
  414. local del = Instance.new("TextButton")
  415. local Credits = Instance.new("Frame")
  416. local Outer = Instance.new("ImageLabel")
  417. local Discord = Instance.new("TextLabel")
  418. local Alone = Instance.new("ImageLabel")
  419. local Discord_2 = Instance.new("TextLabel")
  420. local ROexploits = Instance.new("ImageLabel")
  421. local Discord_3 = Instance.new("TextLabel")
  422. local TextLabel = Instance.new("TextLabel")
  423. local TabList = Instance.new("Frame")
  424. local FunctionsBTN = Instance.new("TextButton")
  425. local SettingsBTN = Instance.new("TextButton")
  426. local CreditsBTN_2 = Instance.new("TextButton")
  427. local Title = Instance.new("TextLabel")
  428. local Close = Instance.new("TextButton")
  429.  
  430. SkidParkour.Name = "SkidParkour"
  431. SkidParkour.Parent = game.CoreGui
  432.  
  433. Main.Name = "Main"
  434. Main.Parent = SkidParkour
  435. Main.Active = true
  436. Main.Draggable = true
  437. Main.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  438. Main.BackgroundTransparency = 1
  439. Main.BorderSizePixel = 0
  440. Main.Position = UDim2.new(0.26029411, 0, 0.32432431, 0)
  441. Main.Size = UDim2.new(0, 676, 0, 323)
  442.  
  443. Functions.Name = "Functions"
  444. Functions.Parent = Main
  445. Functions.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  446. Functions.BorderSizePixel = 0
  447. Functions.Size = UDim2.new(0, 676, 0, 285)
  448. Functions.Visible = true
  449.  
  450. CTP.Name = "CTP"
  451. CTP.Parent = Functions
  452. CTP.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  453. CTP.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  454. CTP.Position = UDim2.new(0.0695266277, 0, 0.259649128, 0)
  455. CTP.Size = UDim2.new(0, 112, 0, 24)
  456. CTP.Font = Enum.Font.SourceSansLight
  457. CTP.Text = "Click TP [Z]"
  458. CTP.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  459. CTP.TextSize = 18
  460. CTP.MouseButton1Click:connect(function()
  461. plr = game.Players.LocalPlayer;
  462. hum = plr.Character.HumanoidRootPart;
  463. mouse = plr:GetMouse()
  464. mouse.KeyDown:connect(function(aa)
  465. if aa == "z" then
  466. if mouse.Target then
  467. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  468. end
  469. end
  470. end)
  471. end)
  472.  
  473. NameESP.Name = "NameESP"
  474. NameESP.Parent = Functions
  475. NameESP.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  476. NameESP.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  477. NameESP.Position = UDim2.new(0.0695266277, 0, 0.3859649, 0)
  478. NameESP.Size = UDim2.new(0, 112, 0, 24)
  479. NameESP.Font = Enum.Font.SourceSansLight
  480. NameESP.Text = "Name ESP"
  481. NameESP.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  482. NameESP.TextSize = 18
  483. NameESP.MouseButton1Click:connect(function()
  484. Important = {
  485. Players = game:GetService("Players"),
  486. Workspace = game:GetService("Workspace"),
  487. CoreGui = game:WaitForChild("CoreGui")
  488. }
  489. local ai = false;
  490. function CreateESP(plr)
  491. if plr ~= nil then
  492. local aj = plr.Character;
  493. if not aj then
  494. return
  495. end;
  496. local ak;
  497. do
  498. repeat
  499. wait()
  500. until aj:FindFirstChild("Head")
  501. end;
  502. ak = aj.Head;
  503. local al = Instance.new("BillboardGui", Important.CoreGui)
  504. al.Adornee = ak;
  505. al.ExtentsOffset = Vector3.new(0, 1, 0)
  506. al.AlwaysOnTop = true;
  507. al.Size = UDim2.new(0, 5, 0, 5)
  508. al.StudsOffset = Vector3.new(0, 3, 0)
  509. al.Name = "ESP_PLAYER_"..plr.Name;
  510. local am = Instance.new("Frame", al)
  511. am.ZIndex = 10;
  512. am.BackgroundTransparency = 1;
  513. am.Size = UDim2.new(1, 0, 1, 0)
  514. local an = Instance.new("TextLabel", am)
  515. an.Name = "Name"
  516. an.ZIndex = 10;
  517. an.Text = plr.Name;
  518. an.Visible = true;
  519. an.TextColor3 = Color3.new(255, 45, 126)
  520. an.BackgroundTransparency = 1;
  521. an.Size = UDim2.new(1, 0, 10, 0)
  522. an.Font = Enum.Font.SourceSansLight;
  523. an.TextSize = 20;
  524. an.TextStrokeTransparency = .5
  525. end
  526. end;
  527. for ag, ah in pairs(Important.Players:GetChildren()) do
  528. if game.GameId == 445664957 then
  529. return
  530. end;
  531. CreateESP(ah)
  532. end
  533. end)
  534.  
  535. TPBACK.Name = "TPBACK"
  536. TPBACK.Parent = Functions
  537. TPBACK.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  538. TPBACK.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  539. TPBACK.Position = UDim2.new(0.0695266277, 0, 0.519298255, 0)
  540. TPBACK.Size = UDim2.new(0, 112, 0, 24)
  541. TPBACK.Font = Enum.Font.SourceSansLight
  542. TPBACK.Text = "TP to backpacks"
  543. TPBACK.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  544. TPBACK.TextSize = 18
  545.  
  546. TPORB.Name = "TPORB"
  547. TPORB.Parent = Functions
  548. TPORB.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  549. TPORB.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  550. TPORB.Position = UDim2.new(0.0695266277, 0, 0.65263164, 0)
  551. TPORB.Size = UDim2.new(0, 112, 0, 24)
  552. TPORB.Font = Enum.Font.SourceSansLight
  553. TPORB.Text = "TP to Orbs"
  554. TPORB.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  555. TPORB.TextSize = 18
  556.  
  557. TPPlayer.Name = "TPPlayer"
  558. TPPlayer.Parent = Functions
  559. TPPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  560. TPPlayer.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  561. TPPlayer.Position = UDim2.new(0.334319532, 0, 0.519298255, 0)
  562. TPPlayer.Size = UDim2.new(0, 183, 0, 36)
  563. TPPlayer.Font = Enum.Font.SourceSansLight
  564. TPPlayer.Text = "TP To Player"
  565. TPPlayer.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  566. TPPlayer.TextSize = 18
  567. TPPlayer.MouseButton1Down:connect(function()
  568. local tp_namedplayer = InputPlayer.Text
  569. local tp_player = game:GetService("Players")[tp_namedplayer]
  570. local PLR = game:GetService("Players").LocalPlayer
  571. local p = InputPlayer.Text
  572.  
  573. if tp_player then
  574. for i = 1,2 do
  575. wait(.08)
  576. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  577. end
  578. end
  579. end)
  580.  
  581. InputPlayer.Name = "InputPlayer"
  582. InputPlayer.Parent = Functions
  583. InputPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  584. InputPlayer.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  585. InputPlayer.Position = UDim2.new(0.334319532, 0, 0.343859643, 0)
  586. InputPlayer.Size = UDim2.new(0, 182, 0, 35)
  587. InputPlayer.Font = Enum.Font.SourceSans
  588. InputPlayer.PlaceholderColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  589. InputPlayer.PlaceholderText = "199, 199, 199"
  590. InputPlayer.Text = "InputPlayer"
  591. InputPlayer.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  592. InputPlayer.TextSize = 16
  593.  
  594.  
  595. NoFall.Name = "No Fall"
  596. NoFall.Parent = Functions
  597. NoFall.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  598. NoFall.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  599. NoFall.Position = UDim2.new(0.0695266277, 0, 0.789473653, 0)
  600. NoFall.Size = UDim2.new(0, 112, 0, 24)
  601. NoFall.Font = Enum.Font.SourceSansLight
  602. NoFall.Text = "No Fall"
  603. NoFall.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  604. NoFall.TextSize = 18
  605. local InfiniteJumpEnabled = true
  606. game:GetService("UserInputService").JumpRequest:connect(function()
  607. if InfiniteJumpEnabled == true then
  608. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  609. if InfiniteJumpEnabled == false then
  610. end
  611. end
  612. end)
  613.  
  614. Walkspeed.Name = "Walkspeed"
  615. Walkspeed.Parent = Functions
  616. Walkspeed.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  617. Walkspeed.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  618. Walkspeed.Position = UDim2.new(0.69970417, 0, 0.259649128, 0)
  619. Walkspeed.Size = UDim2.new(0, 113, 0, 24)
  620. Walkspeed.Font = Enum.Font.SourceSansLight
  621. Walkspeed.Text = "Speed [X]"
  622. Walkspeed.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  623. Walkspeed.TextSize = 18
  624. Walkspeed.MouseButton1Down:connect(function()
  625. local walkspeedplayer = game:GetService("Players").LocalPlayer
  626. local walkspeedmouse = walkspeedplayer:GetMouse()
  627.  
  628. local walkspeedenabled = false
  629.  
  630. function x_walkspeed(key)
  631. if (key == "x") then
  632. if walkspeedenabled == false then
  633. _G.WS = 125;
  634. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  635. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  636. Humanoid.WalkSpeed = _G.WS;
  637. end)
  638. Humanoid.WalkSpeed = _G.WS;
  639.  
  640. walkspeedenabled = true
  641. elseif walkspeedenabled == true then
  642. _G.WS = 40;
  643. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  644. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  645. Humanoid.WalkSpeed = _G.WS;
  646. end)
  647. Humanoid.WalkSpeed = _G.WS;
  648.  
  649. walkspeedenabled = false
  650. end
  651. end
  652. end
  653.  
  654. walkspeedmouse.KeyDown:connect(x_walkspeed)
  655.  
  656. end)
  657.  
  658. Btools.Name = "Btools"
  659. Btools.Parent = Functions
  660. Btools.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  661. Btools.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  662. Btools.Position = UDim2.new(0.69970417, 0, 0.3859649, 0)
  663. Btools.Size = UDim2.new(0, 113, 0, 24)
  664. Btools.Font = Enum.Font.SourceSansLight
  665. Btools.Text = "Btools"
  666. Btools.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  667. Btools.TextSize = 18
  668. Btools.MouseButton1Down:connect(function()
  669. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  670. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  671. if child.ClassName == "Part" then
  672. child.Locked = false
  673. end
  674. if child.ClassName == "MeshPart" then
  675. child.Locked = false
  676. end
  677. if child.ClassName == "UnionOperation" then
  678. child.Locked = false
  679. end
  680. if child.ClassName == "Model" then
  681. for index, chil in pairs(child:GetChildren()) do
  682. if chil.ClassName == "Part" then
  683. chil.Locked = false
  684. end
  685. if chil.ClassName == "MeshPart" then
  686. chil.Locked = false
  687. end
  688. if chil.ClassName == "UnionOperation" then
  689. chil.Locked = false
  690. end
  691. if chil.ClassName == "Model" then
  692. for index, childe in pairs(chil:GetChildren()) do
  693. if childe.ClassName == "Part" then
  694. childe.Locked = false
  695. end
  696. if childe.ClassName == "MeshPart" then
  697. childe.Locked = false
  698. end
  699. if childe.ClassName == "UnionOperation" then
  700. childe.Locked = false
  701. end
  702. if childe.ClassName == "Model" then
  703. for index, childeo in pairs(childe:GetChildren()) do
  704. if childeo.ClassName == "Part" then
  705. childeo.Locked = false
  706. end
  707. if childeo.ClassName == "MeshPart" then
  708. childeo.Locked = false
  709. end
  710. if childeo.ClassName == "UnionOperation" then
  711. childeo.Locked = false
  712. end
  713. if childeo.ClassName == "Model" then
  714. end
  715. end
  716. end
  717. end
  718. end
  719. end
  720. end
  721. end
  722. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  723. c.BinType = Enum.BinType.Hammer
  724. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  725. c.BinType = Enum.BinType.Clone
  726. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  727. c.BinType = Enum.BinType.Grab
  728. end)
  729.  
  730.  
  731. Gravity.Name = "Gravity"
  732. Gravity.Parent = Functions
  733. Gravity.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  734. Gravity.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  735. Gravity.Position = UDim2.new(0.69970417, 0, 0.519298255, 0)
  736. Gravity.Size = UDim2.new(0, 113, 0, 24)
  737. Gravity.Font = Enum.Font.SourceSansLight
  738. Gravity.Text = "Gravity"
  739. Gravity.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  740. Gravity.TextSize = 18
  741. Gravity.MouseButton1Down:connect(function()
  742. if Gravity == true then
  743. Gravity = false
  744. game.workspace.Gravity = 90
  745. else
  746. Gravity = true
  747. game.workspace.Gravity = 45
  748. end
  749. end)
  750.  
  751. Settings.Name = "Settings"
  752. Settings.Parent = Main
  753. Settings.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  754. Settings.BorderSizePixel = 0
  755. Settings.Size = UDim2.new(0, 676, 0, 285)
  756. Settings.Visible = false
  757.  
  758. WhiteBackground.Name = "WhiteBackground"
  759. WhiteBackground.Parent = Settings
  760. WhiteBackground.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  761. WhiteBackground.BorderSizePixel = 0
  762. WhiteBackground.Position = UDim2.new(0.0325443782, 0, 0.228070185, 0)
  763. WhiteBackground.Size = UDim2.new(0, 18, 0, 18)
  764.  
  765. FormCheck.Name = "FormCheck"
  766. FormCheck.Parent = Settings
  767. FormCheck.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  768. FormCheck.BorderSizePixel = 0
  769. FormCheck.Position = UDim2.new(0.0325443782, 0, 0.105263159, 0)
  770. FormCheck.Size = UDim2.new(0, 18, 0, 18)
  771.  
  772. Form.Name = "Form"
  773. Form.Parent = Settings
  774. Form.BackgroundColor3 = Color3.new(1, 1, 1)
  775. Form.BackgroundTransparency = 1
  776. Form.Position = UDim2.new(0.0719999969, 0, 0.112999998, 0)
  777. Form.Size = UDim2.new(0, 113, 0, 12)
  778. Form.Font = Enum.Font.SourceSans
  779. Form.Text = "Enable Form Dragging"
  780. Form.TextColor3 = Color3.new(0.815686, 0.835294, 0.901961)
  781. Form.TextSize = 15
  782.  
  783. White.Name = "White"
  784. White.Parent = Settings
  785. White.BackgroundColor3 = Color3.new(1, 1, 1)
  786. White.BackgroundTransparency = 1
  787. White.Position = UDim2.new(0.0591716208, 0, 0.225999996, 0)
  788. White.Size = UDim2.new(0, 106, 0, 18)
  789. White.Font = Enum.Font.SourceSans
  790. White.Text = "White Background"
  791. White.TextColor3 = Color3.new(0.815686, 0.835294, 0.901961)
  792. White.TextSize = 15
  793.  
  794. del.Name = "del"
  795. del.Parent = Settings
  796. del.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  797. del.BorderColor3 = Color3.new(0.356863, 0.388235, 0.470588)
  798. del.Position = UDim2.new(0.0325443782, 0, 0.824561417, 0)
  799. del.Size = UDim2.new(0, 124, 0, 25)
  800. del.Font = Enum.Font.SourceSansLight
  801. del.Text = "Un-Inject GUI"
  802. del.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  803. del.TextSize = 20
  804. del.MouseButton1Down:connect(function()
  805. Main:Destroy()
  806. end)
  807.  
  808.  
  809. Credits.Name = "Credits"
  810. Credits.Parent = Main
  811. Credits.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  812. Credits.BorderSizePixel = 0
  813. Credits.Size = UDim2.new(0, 676, 0, 285)
  814. Credits.Visible = false
  815.  
  816. Outer.Name = "Outer"
  817. Outer.Parent = Credits
  818. Outer.BackgroundColor3 = Color3.new(1, 1, 1)
  819. Outer.Position = UDim2.new(0.0828402266, 0, 0.280701756, 0)
  820. Outer.Size = UDim2.new(0, 126, 0, 125)
  821. Outer.Image = "rbxassetid://2418005428"
  822.  
  823. Discord.Name = "Discord"
  824. Discord.Parent = Outer
  825. Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  826. Discord.BackgroundTransparency = 100
  827. Discord.Position = UDim2.new(-0.206349224, 0, 1.07200003, 0)
  828. Discord.Size = UDim2.new(0, 177, 0, 50)
  829. Discord.Font = Enum.Font.SourceSansItalic
  830. Discord.Text = "Helper: Outer in a bag#0001"
  831. Discord.TextColor3 = Color3.new(1, 0.168627, 0.847059)
  832. Discord.TextSize = 19
  833.  
  834. Alone.Name = "Alone"
  835. Alone.Parent = Credits
  836. Alone.BackgroundColor3 = Color3.new(0, 0, 0)
  837. Alone.BackgroundTransparency = 1
  838. Alone.Position = UDim2.new(0.386094689, 0, 0.280701756, 0)
  839. Alone.Size = UDim2.new(0, 126, 0, 125)
  840. Alone.Image = "rbxassetid://2418247591"
  841.  
  842. Discord_2.Name = "Discord"
  843. Discord_2.Parent = Alone
  844. Discord_2.BackgroundColor3 = Color3.new(1, 1, 1)
  845. Discord_2.BackgroundTransparency = 100
  846. Discord_2.Position = UDim2.new(-0.0317460299, 0, 1.07200003, 0)
  847. Discord_2.Size = UDim2.new(0, 134, 0, 50)
  848. Discord_2.Font = Enum.Font.SourceSansItalic
  849. Discord_2.Text = "Creator: xAlone#9124"
  850. Discord_2.TextColor3 = Color3.new(1, 0.317647, 0)
  851. Discord_2.TextSize = 19
  852.  
  853. ROexploits.Name = "ROexploits"
  854. ROexploits.Parent = Credits
  855. ROexploits.BackgroundColor3 = Color3.new(0, 0, 0)
  856. ROexploits.BorderSizePixel = 0
  857. ROexploits.Position = UDim2.new(0.692307711, 0, 0.280701756, 0)
  858. ROexploits.Size = UDim2.new(0, 126, 0, 125)
  859. ROexploits.Image = "rbxassetid://2418013975"
  860.  
  861. Discord_3.Name = "Discord"
  862. Discord_3.Parent = ROexploits
  863. Discord_3.BackgroundColor3 = Color3.new(1, 1, 1)
  864. Discord_3.BackgroundTransparency = 100
  865. Discord_3.Position = UDim2.new(-0.198412716, 0, 1.07200003, 0)
  866. Discord_3.Size = UDim2.new(0, 176, 0, 50)
  867. Discord_3.Font = Enum.Font.SourceSansItalic
  868. Discord_3.Text = "Helper: [YT] RoExploits#3605"
  869. Discord_3.TextColor3 = Color3.new(0, 0.333333, 1)
  870. Discord_3.TextSize = 19
  871.  
  872. TextLabel.Parent = Credits
  873. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  874. TextLabel.BackgroundTransparency = 100
  875. TextLabel.Position = UDim2.new(0.331360936, 0, 0, 0)
  876. TextLabel.Size = UDim2.new(0, 200, 0, 38)
  877. TextLabel.Font = Enum.Font.SourceSansItalic
  878. TextLabel.Text = "Credits"
  879. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  880. TextLabel.TextSize = 26
  881.  
  882. TabList.Name = "TabList"
  883. TabList.Parent = Main
  884. TabList.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  885. TabList.BorderSizePixel = 0
  886. TabList.Position = UDim2.new(0, 0, 0.882352948, 0)
  887. TabList.Size = UDim2.new(0, 676, 0, 38)
  888.  
  889. FunctionsBTN.Name = "FunctionsBTN"
  890. FunctionsBTN.Parent = TabList
  891. FunctionsBTN.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  892. FunctionsBTN.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  893. FunctionsBTN.Position = UDim2.new(0.289940834, 0, 0.184210539, 0)
  894. FunctionsBTN.Size = UDim2.new(0, 82, 0, 24)
  895. FunctionsBTN.Font = Enum.Font.SourceSansLight
  896. FunctionsBTN.Text = "Functions"
  897. FunctionsBTN.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  898. FunctionsBTN.TextSize = 20
  899. FunctionsBTN.MouseButton1Down:connect(function()
  900. Functions.Visible = true
  901. Settings.Visibe = false
  902. Credits.Visible = false
  903. end)
  904.  
  905. SettingsBTN.Name = "SettingsBTN"
  906. SettingsBTN.Parent = TabList
  907. SettingsBTN.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  908. SettingsBTN.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  909. SettingsBTN.Position = UDim2.new(0.437869817, 0, 0.184210539, 0)
  910. SettingsBTN.Size = UDim2.new(0, 82, 0, 24)
  911. SettingsBTN.Font = Enum.Font.SourceSansLight
  912. SettingsBTN.Text = "Settings"
  913. SettingsBTN.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  914. SettingsBTN.TextSize = 20
  915. SettingsBTN.MouseButton1Down:connect(function()
  916. Functions.Visible = false
  917. Settings.Visibe = true
  918. Credits.Visible = false
  919. end)
  920.  
  921. CreditsBTN_2.Name = "CreditsBTN"
  922. CreditsBTN_2.Parent = TabList
  923. CreditsBTN_2.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  924. CreditsBTN_2.BorderColor3 = Color3.new(0.470588, 0.513726, 0.623529)
  925. CreditsBTN_2.Position = UDim2.new(0.587278128, 0, 0.184210539, 0)
  926. CreditsBTN_2.Size = UDim2.new(0, 82, 0, 24)
  927. CreditsBTN_2.Font = Enum.Font.SourceSansLight
  928. CreditsBTN_2.Text = "Credits"
  929. CreditsBTN_2.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  930. CreditsBTN_2.TextSize = 20
  931. CreditsBTN_2.MouseButton1Down:connect(function()
  932. Functions.Visible = false
  933. Settings.Visibe = false
  934. Credits.Visible = true
  935. end)
  936.  
  937. Title.Name = "Title"
  938. Title.Parent = TabList
  939. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  940. Title.BackgroundTransparency = 1
  941. Title.Position = UDim2.new(0, 0, 0.184210539, 0)
  942. Title.Size = UDim2.new(0, 111, 0, 25)
  943. Title.Font = Enum.Font.SourceSansLight
  944. Title.Text = "SkidParkour V1"
  945. Title.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  946. Title.TextSize = 14
  947.  
  948. Close.Name = "Close"
  949. Close.Parent = Main
  950. Close.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  951. Close.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  952. Close.BorderSizePixel = 0
  953. Close.Position = UDim2.new(0.96449703, 0, 0, 0)
  954. Close.Size = UDim2.new(0, 24, 0, 24)
  955. Close.Font = Enum.Font.SourceSansLight
  956. Close.Text = "-"
  957. Close.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  958. Close.TextSize = 24
  959. Close.MouseButton1Down:connect(function()
  960. Main.Visible = false
  961. Open.Visible = true
  962. end)
  963.  
  964. game:GetService('Players').LocalPlayer.Character.Humanoid.Name = 'Humanoida' game:GetService('Players').LocalPlayer.Character.Humanoida.WalkSpeed = 100
  965. end)
  966.  
  967. GUIAUTOFARMFREE.Name = "GUI AUTO FARM(FREE)"
  968. GUIAUTOFARMFREE.Parent = Main
  969. GUIAUTOFARMFREE.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  970. GUIAUTOFARMFREE.BorderSizePixel = 0
  971. GUIAUTOFARMFREE.Position = UDim2.new(0.672032177, 0, 0.0984126925, 0)
  972. GUIAUTOFARMFREE.Size = UDim2.new(0, 163, 0, 39)
  973. GUIAUTOFARMFREE.Font = Enum.Font.ArialBold
  974. GUIAUTOFARMFREE.Text = "GUI AUTO FARM(Level 6)"
  975. GUIAUTOFARMFREE.TextColor3 = Color3.fromRGB(255, 255, 255)
  976. GUIAUTOFARMFREE.TextSize = 13.000
  977. GUIAUTOFARMFREE.MouseButton1Down:connect(function()
  978. loadstring(game:HttpGet("https://pastebin.com/raw/74VJ07iY", true))()
  979. end)
  980. -- Creator: illremember#3799
  981.  
  982. -- Credits to infinite yield, harkinian, dex creators
  983.  
  984. prefix = ":"
  985. wait(0.3)
  986. Commands = {
  987. '[-] cmdbar is shown when ; is pressed.',
  988. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  989. '[2] bring [plr] -- You need a tool! Will bring player to you',
  990. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  991. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  992. '[5] attach [plr] -- You need a tool! Attaches you to player',
  993. '[6] unattach [plr] -- Attempts to unattach you from a player',
  994. '[7] follow [plr] -- Makes you follow behind the player',
  995. '[8] unfollow',
  996. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  997. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  998. '[11] untrail',
  999. '[12] orbit [plr] -- Makes you orbit the player',
  1000. '[13] unorbit',
  1001. '[14] fling [plr] -- Makes you fling the player',
  1002. '[15] unfling',
  1003. '[16] fecheck -- Checks if the game is FE or not',
  1004. '[17] void [plr] -- Teleports player to the void',
  1005. '[18] noclip -- Gives you noclip to walk through walls',
  1006. '[19] clip -- Removes noclip',
  1007. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  1008. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  1009. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  1010. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  1011. '[24] annoy [plr] -- Loop teleports you to the player',
  1012. '[25] unannoy',
  1013. '[26] headwalk [plr] -- Loop teleports you to the player head',
  1014. '[27] unheadwalk',
  1015. '[28] nolimbs -- Removes your arms and legs',
  1016. '[29] god -- Gives you FE Godmode',
  1017. '[30] drophats -- Drops your accessories',
  1018. '[31] droptool -- Drops any tool you have equipped',
  1019. '[32] loopdhats -- Loop drops your accessories',
  1020. '[33] unloopdhats',
  1021. '[34] loopdtool -- Loop drops any tools you have equipped',
  1022. '[35] unloopdtool',
  1023. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  1024. '[37] view [plr] -- Changes your camera to the player character',
  1025. '[38] unview',
  1026. '[39] goto [plr] -- Teleports you to player',
  1027. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  1028. '[41] unfly',
  1029. '[42] chat [msg] -- Makes you chat a message',
  1030. '[43] spam [msg] -- Spams a message',
  1031. '[44] unspam',
  1032. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  1033. '[46] pmspam [plr] -- Spams a player in private message',
  1034. '[47] unpmspam',
  1035. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  1036. '[49] uncfreeze [plr]',
  1037. '[50] unlockws -- Unlocks the workspace',
  1038. '[51] lockws -- Locks the workspace',
  1039. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  1040. '[53] pstand -- Enables platform stand',
  1041. '[54] unpstand -- Disables platform stand',
  1042. '[55] blockhead -- Removes your head mesh',
  1043. '[56] sit',
  1044. '[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',
  1045. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  1046. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  1047. '[60] cmds -- Prints all commands',
  1048. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  1049. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  1050. '[63] spinner -- Makes you spin',
  1051. '[64] nospinner',
  1052. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  1053. '[66] noreach -- Removes reach, must have tool equipped',
  1054. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  1055. '[68] tp me [plr] -- Alternative to goto',
  1056. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  1057. '[70] uncbring',
  1058. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  1059. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  1060. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  1061. '[74] unglitch -- Unglitches you',
  1062. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  1063. '[76] explorer -- Loads up DEX',
  1064. '[77] reset -- Resets your character.',
  1065. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  1066. '[79] animgui -- Loads up Energize animations GUI',
  1067. '[80] savepos -- Saves your current position',
  1068. '[81] loadpos -- Teleports you to your saved position',
  1069. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  1070. '[83] unbang',
  1071. '[84] delcmdbar -- Removes the command bar completely',
  1072. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  1073. '[86] shutdown -- Uses harkinians script to shutdown server',
  1074. '[87] respawn -- If grespawn doesnt work you can use respawn',
  1075. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  1076. '[89] getplrs -- Prints all players in game',
  1077. '[90] deldecal -- Deletes all decals client sided',
  1078. '[91] opfinality -- Loads in my FE GUI Opfinality',
  1079. '[92] remotes -- Prints all remotes in the game in the console when added',
  1080. '[93] noremotes -- Stops printing remotes',
  1081. '[94] tpdefault -- Stops all loop teleports to a player',
  1082. '[95] stopsit -- Will not allow you to sit',
  1083. '[96] gosit -- Allows you to sit',
  1084. '[97] clicktp -- Enables click tp',
  1085. '[98] noclicktp -- Disables click tp',
  1086. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  1087. '[100] toolsoff -- Stops ;toolson',
  1088. '[101] version -- Gets the admin version',
  1089. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  1090. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  1091. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  1092. '[105] clickdel -- Delete any block you press q on, client sided',
  1093. '[106] noclickdel -- Stops clickdel',
  1094. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  1095. '[108] unlooprhats -- Stops loop removing mesh',
  1096. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  1097. '[110] unlooprtool -- Stops loop removing mesh',
  1098. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  1099. '[112] age [plr] -- Makes you chat the account age of the player',
  1100. '[113] id [plr] -- Makes you chat the account ID of the player',
  1101. '[114] .age [plr] -- Privately shows you the account age of the player',
  1102. '[115] .id [plr] -- Privately shows you the account ID of the player',
  1103. '[116] gameid -- Shows the game ID',
  1104. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  1105. '[118] removefog -- Removes fog, client sided',
  1106. '[119] disable -- Disables your character by removing humanoid',
  1107. '[120] enable -- Enables your character by adding humanoid',
  1108. '[121] prefix [key] -- Changes the prefix used, default is ;',
  1109. '[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.',
  1110. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  1111. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  1112. '[125] uncarpet -- Stops carpet player',
  1113. '[126] stare [plr] -- Turns your character to stare at another player',
  1114. '[127] unstare -- Stops stare player',
  1115. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  1116. '[129] unlogchat -- Disables logchat',
  1117. '[130] fixcam -- Fixes/resets your camera',
  1118. '[131] unstate -- Stops changing state',
  1119. }
  1120. speedget = 1
  1121.  
  1122. lplayer = game:GetService("Players").LocalPlayer
  1123.  
  1124. lplayer.CharacterAdded:Connect(function(character)
  1125. spin = false
  1126. flying = false
  1127. staring = false
  1128. banpl = false
  1129. end)
  1130.  
  1131. function change()
  1132. prefix = prefix
  1133. speedfly = speedfly
  1134. end
  1135.  
  1136. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  1137. local Found = {}
  1138. local strl = String:lower()
  1139. if strl == "all" then
  1140. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1141. table.insert(Found,v)
  1142. end
  1143. elseif strl == "others" then
  1144. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1145. if v.Name ~= lplayer.Name then
  1146. table.insert(Found,v)
  1147. end
  1148. end
  1149. elseif strl == "me" then
  1150. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1151. if v.Name == lplayer.Name then
  1152. table.insert(Found,v)
  1153. end
  1154. end
  1155. else
  1156. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1157. if v.Name:lower():sub(1, #String) == String:lower() then
  1158. table.insert(Found,v)
  1159. end
  1160. end
  1161. end
  1162. return Found
  1163. end
  1164.  
  1165. local Mouse = lplayer:GetMouse()
  1166.  
  1167. spin = false
  1168. followed = false
  1169. traill = false
  1170. noclip = false
  1171. annoying = false
  1172. hwalk = false
  1173. droppinghats = false
  1174. droppingtools = false
  1175. flying = false
  1176. spamdelay = 1
  1177. spamming = false
  1178. spammingpm = false
  1179. cbringing = false
  1180. remotes = true
  1181. added = true
  1182. binds = false
  1183. stopsitting = false
  1184. clickgoto = false
  1185. gettingtools = false
  1186. removingmeshhats = false
  1187. removingmeshtool = false
  1188. clickdel = false
  1189. staring = false
  1190. chatlogs = false
  1191. banpl = false
  1192. changingstate = false
  1193. statechosen = 0
  1194.  
  1195. adminversion = "Reviz Admin by illremember, Version 2.0"
  1196.  
  1197. flying = false
  1198. speedfly = 1
  1199.  
  1200. function plrchat(plr, chat)
  1201. print(plr.Name..": "..tick().."\n"..chat)
  1202. end
  1203.  
  1204. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1205. v.Chatted:connect(function(chat)
  1206. if chatlogs then
  1207. plrchat(v, chat)
  1208. end
  1209. end)
  1210. end
  1211. game:GetService("Players").PlayerAdded:connect(function(plr)
  1212. plr.Chatted:connect(function(chat)
  1213. if chatlogs then
  1214. plrchat(plr, chat)
  1215. end
  1216. end)
  1217. end)
  1218.  
  1219.  
  1220. local ScreenGui = Instance.new("ScreenGui")
  1221. local Frame = Instance.new("Frame")
  1222. local CMDBAR = Instance.new("TextBox")
  1223. ScreenGui.Parent = game:GetService("CoreGui")
  1224. Frame.Parent = ScreenGui
  1225. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  1226. Frame.BackgroundTransparency = 0.3
  1227. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  1228. Frame.Size = UDim2.new(0, 200, 0, 40)
  1229. Frame.Active = true
  1230. Frame.Draggable = true
  1231. CMDBAR.Name = "CMDBAR"
  1232. CMDBAR.Parent = Frame
  1233. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1234. CMDBAR.BackgroundTransparency = 0.20000000298023
  1235. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  1236. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  1237. CMDBAR.Font = Enum.Font.SourceSansLight
  1238. CMDBAR.FontSize = Enum.FontSize.Size14
  1239. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  1240. CMDBAR.TextScaled = true
  1241. CMDBAR.TextSize = 14
  1242. CMDBAR.TextWrapped = true
  1243. CMDBAR.Text = "Press ; to type, Enter to execute"
  1244.  
  1245. local CMDS = Instance.new("ScreenGui")
  1246. local CMDSFRAME = Instance.new("Frame")
  1247. local ScrollingFrame = Instance.new("ScrollingFrame")
  1248. local TextLabel = Instance.new("TextLabel")
  1249. local closegui = Instance.new("TextButton")
  1250. CMDS.Name = "CMDS"
  1251. CMDS.Parent = game:GetService("CoreGui")
  1252. CMDSFRAME.Name = "CMDSFRAME"
  1253. CMDSFRAME.Parent = CMDS
  1254. CMDSFRAME.Active = true
  1255. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  1256. CMDSFRAME.BorderSizePixel = 0
  1257. CMDSFRAME.Draggable = true
  1258. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  1259. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  1260. CMDSFRAME.Visible = false
  1261. ScrollingFrame.Parent = CMDSFRAME
  1262. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  1263. ScrollingFrame.BorderSizePixel = 0
  1264. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  1265. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  1266. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  1267. TextLabel.Parent = ScrollingFrame
  1268. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1269. TextLabel.BackgroundTransparency = 1
  1270. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  1271. TextLabel.Font = Enum.Font.SourceSans
  1272. TextLabel.FontSize = Enum.FontSize.Size18
  1273. 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."
  1274. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1275. TextLabel.TextSize = 15
  1276. TextLabel.TextWrapped = true
  1277. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  1278. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  1279. closegui.Name = "closegui"
  1280. closegui.Parent = CMDSFRAME
  1281. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  1282. closegui.BorderSizePixel = 0
  1283. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  1284. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  1285. closegui.Font = Enum.Font.SourceSansBold
  1286. closegui.FontSize = Enum.FontSize.Size24
  1287. closegui.Text = "X"
  1288. closegui.TextColor3 = Color3.new(1, 1, 1)
  1289. closegui.TextSize = 20
  1290.  
  1291. closegui.MouseButton1Click:connect(function()
  1292. CMDSFRAME.Visible = false
  1293. end)
  1294.  
  1295. game:GetService('RunService').Stepped:connect(function()
  1296. if spin then
  1297. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  1298. end
  1299. if followed then
  1300. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  1301. end
  1302. if traill then
  1303. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  1304. end
  1305. if annoying then
  1306. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  1307. end
  1308. if hwalk then
  1309. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  1310. end
  1311. if staring then
  1312. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  1313. end
  1314. end)
  1315. game:GetService('RunService').Stepped:connect(function()
  1316. if noclip then
  1317. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  1318. lplayer.Character.Head.CanCollide = false
  1319. lplayer.Character.Torso.CanCollide = false
  1320. lplayer.Character["Left Leg"].CanCollide = false
  1321. lplayer.Character["Right Leg"].CanCollide = false
  1322. else
  1323. lplayer.Character.Humanoid:ChangeState(11)
  1324. end
  1325. end
  1326. if changingstate then
  1327. lplayer.Character.Humanoid:ChangeState(statechosen)
  1328. end
  1329. end)
  1330. game:GetService('RunService').Stepped:connect(function()
  1331. if droppinghats then
  1332. for i,v in pairs(lplayer.Character:GetChildren()) do
  1333. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1334. v.Parent = workspace
  1335. end
  1336. end
  1337. end
  1338. if droppingtools then
  1339. for i,v in pairs(lplayer.Character:GetChildren()) do
  1340. if (v:IsA("Tool")) then
  1341. v.Parent = workspace
  1342. end
  1343. end
  1344. end
  1345. if removingmeshhats then
  1346. for i,v in pairs(lplayer.Character:GetChildren()) do
  1347. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1348. v.Handle.Mesh:Destroy()
  1349. end
  1350. end
  1351. end
  1352. if removingmeshtool then
  1353. for i,v in pairs(lplayer.Character:GetChildren()) do
  1354. if (v:IsA("Tool")) then
  1355. v.Handle.Mesh:Destroy()
  1356. end
  1357. end
  1358. end
  1359. end)
  1360. game:GetService('RunService').Stepped:connect(function()
  1361. if banpl then
  1362. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  1363. end
  1364. end)
  1365. game:GetService('RunService').Stepped:connect(function()
  1366. if stopsitting then
  1367. lplayer.Character.Humanoid.Sit = false
  1368. end
  1369. end)
  1370.  
  1371. plr = lplayer
  1372. hum = plr.Character.HumanoidRootPart
  1373. mouse = plr:GetMouse()
  1374. mouse.KeyDown:connect(function(key)
  1375. if key == "e" then
  1376. if mouse.Target then
  1377. if clickgoto then
  1378. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  1379. elseif clickdel then
  1380. mouse.Target:Destroy()
  1381. end
  1382. end
  1383. end
  1384. end)
  1385.  
  1386. game:GetService("Workspace").ChildAdded:connect(function(part)
  1387. if gettingtools then
  1388. if part:IsA("Tool") then
  1389. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1390. end
  1391. end
  1392. end)
  1393.  
  1394. lplayer.Chatted:Connect(function(msg)
  1395. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  1396. if string.sub(msg, 7) == "me" then
  1397. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  1398. else
  1399. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  1400. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1401. lplayer.Character.Humanoid.Name = 1
  1402. local l = lplayer.Character["1"]:Clone()
  1403. l.Parent = lplayer.Character
  1404. l.Name = "Humanoid"
  1405. wait(0.1)
  1406. lplayer.Character["1"]:Destroy()
  1407. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1408. lplayer.Character.Animate.Disabled = true
  1409. wait(0.1)
  1410. lplayer.Character.Animate.Disabled = false
  1411. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1412. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1413. lplayer.Character.Humanoid:EquipTool(v)
  1414. end
  1415. local function tp(player,player2)
  1416. local char1,char2=player.Character,player2.Character
  1417. if char1 and char2 then
  1418. char1:MoveTo(char2.Head.Position)
  1419. end
  1420. end
  1421. wait(0.1)
  1422. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1423. wait(0.2)
  1424. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1425. wait(0.5)
  1426. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1427. wait(0.7)
  1428. tp(lplayer,game:GetService("Players")[v.Name])
  1429. wait(0.7)
  1430. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1431. game:GetService("StarterGui"):SetCore("SendNotification", {
  1432. Title = "Tools needed!";
  1433. Text = "You need a tool in your backpack for this command!";
  1434. })
  1435. end
  1436. end
  1437. end
  1438. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  1439. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1440. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1441. lplayer.Character.Humanoid.Name = 1
  1442. local l = lplayer.Character["1"]:Clone()
  1443. l.Parent = lplayer.Character
  1444. l.Name = "Humanoid"
  1445. wait(0.1)
  1446. lplayer.Character["1"]:Destroy()
  1447. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1448. lplayer.Character.Animate.Disabled = true
  1449. wait(0.1)
  1450. lplayer.Character.Animate.Disabled = false
  1451. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1452. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1453. lplayer.Character.Humanoid:EquipTool(v)
  1454. end
  1455. local function tp(player,player2)
  1456. local char1,char2=player.Character,player2.Character
  1457. if char1 and char2 then
  1458. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  1459. end
  1460. end
  1461. local function getout(player,player2)
  1462. local char1,char2=player.Character,player2.Character
  1463. if char1 and char2 then
  1464. char1:MoveTo(char2.Head.Position)
  1465. end
  1466. end
  1467. tp(game:GetService("Players")[v.Name], lplayer)
  1468. wait(0.2)
  1469. tp(game:GetService("Players")[v.Name], lplayer)
  1470. wait(0.5)
  1471. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1472. wait(0.5)
  1473. getout(lplayer, game:GetService("Players")[v.Name])
  1474. wait(0.3)
  1475. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1476. game:GetService("StarterGui"):SetCore("SendNotification", {
  1477. Title = "Tools needed!";
  1478. Text = "You need a tool in your backpack for this command!";
  1479. })
  1480. end
  1481. end
  1482. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  1483. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1484. lplayer.Character.Humanoid.Name = 1
  1485. local l = lplayer.Character["1"]:Clone()
  1486. l.Parent = lplayer.Character
  1487. l.Name = "Humanoid"
  1488. wait(0.1)
  1489. lplayer.Character["1"]:Destroy()
  1490. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1491. lplayer.Character.Animate.Disabled = true
  1492. wait(0.1)
  1493. lplayer.Character.Animate.Disabled = false
  1494. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1495. lplayer.Character.Animate.Disabled = false
  1496. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1497. lplayer.Character.Humanoid:EquipTool(v)
  1498. end
  1499. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1500. spinplr = v
  1501. wait(0.5)
  1502. spin = true
  1503. game:GetService("StarterGui"):SetCore("SendNotification", {
  1504. Title = "Tools needed!";
  1505. Text = "You need a tool in your backpack for this command!";
  1506. })
  1507. end
  1508. end
  1509. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  1510. spin = false
  1511. end
  1512. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  1513. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1514. lplayer.Character.Humanoid.Name = 1
  1515. local l = lplayer.Character["1"]:Clone()
  1516. l.Parent = lplayer.Character
  1517. l.Name = "Humanoid"
  1518. wait(0.1)
  1519. lplayer.Character["1"]:Destroy()
  1520. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1521. lplayer.Character.Animate.Disabled = true
  1522. wait(0.1)
  1523. lplayer.Character.Animate.Disabled = false
  1524. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1525. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1526. lplayer.Character.Humanoid:EquipTool(v)
  1527. end
  1528. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1529. wait(0.3)
  1530. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1531. attplr = v
  1532. game:GetService("StarterGui"):SetCore("SendNotification", {
  1533. Title = "Tools needed!";
  1534. Text = "You need a tool in your backpack for this command!";
  1535. })
  1536. end
  1537. end
  1538. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  1539. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1540. local function getout(player,player2)
  1541. local char1,char2=player.Character,player2.Character
  1542. if char1 and char2 then
  1543. char1:MoveTo(char2.Head.Position)
  1544. end
  1545. end
  1546. getout(lplayer, game:GetService("Players")[v.Name])
  1547. end
  1548. end
  1549. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  1550. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1551. followed = true
  1552. flwplr = v
  1553. end
  1554. end
  1555. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  1556. followed = false
  1557. end
  1558. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  1559. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1560. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1561. lplayer.Character.Humanoid.Name = 1
  1562. local l = lplayer.Character["1"]:Clone()
  1563. l.Parent = lplayer.Character
  1564. l.Name = "Humanoid"
  1565. wait(0.1)
  1566. lplayer.Character["1"]:Destroy()
  1567. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1568. lplayer.Character.Animate.Disabled = true
  1569. wait(0.1)
  1570. lplayer.Character.Animate.Disabled = false
  1571. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1572. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1573. lplayer.Character.Humanoid:EquipTool(v)
  1574. end
  1575. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1576. wait(0.2)
  1577. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1578. wait(0.6)
  1579. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1580. wait(0.6)
  1581. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  1582. game:GetService("StarterGui"):SetCore("SendNotification", {
  1583. Title = "Tools needed!";
  1584. Text = "You need a tool in your backpack for this command!";
  1585. })
  1586. end
  1587. end
  1588. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  1589. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1590. traill = true
  1591. trlplr = v
  1592. end
  1593. end
  1594. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  1595. traill = false
  1596. end
  1597. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  1598. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1599. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1600. else
  1601. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1602. local o = Instance.new("RocketPropulsion")
  1603. o.Parent = lplayer.Character.HumanoidRootPart
  1604. o.Name = "Orbit"
  1605. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1606. o:Fire()
  1607. noclip = true
  1608. end
  1609. end
  1610. end
  1611. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  1612. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  1613. noclip = false
  1614. end
  1615. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  1616. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1617. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1618. else
  1619. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1620. local y = Instance.new("RocketPropulsion")
  1621. y.Parent = lplayer.Character.HumanoidRootPart
  1622. y.CartoonFactor = 1
  1623. y.MaxThrust = 800000
  1624. y.MaxSpeed = 1000
  1625. y.ThrustP = 200000
  1626. y.Name = "Fling"
  1627. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1628. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1629. y:Fire()
  1630. noclip = true
  1631. end
  1632. end
  1633. end
  1634. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  1635. noclip = false
  1636. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1637. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1638. wait(0.4)
  1639. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1640. end
  1641. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  1642. if game:GetService("Workspace").FilteringEnabled == true then
  1643. warn("FE is Enabled (Filtering Enabled)")
  1644. game:GetService("StarterGui"):SetCore("SendNotification", {
  1645. Title = "FE is Enabled";
  1646. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  1647. })
  1648. else
  1649. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  1650. game:GetService("StarterGui"):SetCore("SendNotification", {
  1651. Title = "FE is Disabled";
  1652. Text = "Filtering Disabled. Consider using a different admin script.";
  1653. })
  1654. end
  1655. end
  1656. if string.sub(msg, 1, 6) == (prefix.."void ") then
  1657. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1658. lplayer.Character.Humanoid.Name = 1
  1659. local l = lplayer.Character["1"]:Clone()
  1660. l.Parent = lplayer.Character
  1661. l.Name = "Humanoid"
  1662. wait(0.1)
  1663. lplayer.Character["1"]:Destroy()
  1664. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1665. lplayer.Character.Animate.Disabled = true
  1666. wait(0.1)
  1667. lplayer.Character.Animate.Disabled = false
  1668. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1669. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1670. lplayer.Character.Humanoid:EquipTool(v)
  1671. end
  1672. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1673. wait(0.2)
  1674. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1675. wait(0.6)
  1676. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  1677. game:GetService("StarterGui"):SetCore("SendNotification", {
  1678. Title = "Tools needed!";
  1679. Text = "You need a tool in your backpack for this command!";
  1680. })
  1681. end
  1682. end
  1683. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  1684. noclip = true
  1685. game:GetService("StarterGui"):SetCore("SendNotification", {
  1686. Title = "Noclip enabled";
  1687. Text = "Type ;clip to disable";
  1688. })
  1689. end
  1690. if string.sub(msg, 1, 5) == (prefix.."clip") then
  1691. noclip = false
  1692. game:GetService("StarterGui"):SetCore("SendNotification", {
  1693. Title = "Noclip disabled";
  1694. Text = "Type ;noclip to enable";
  1695. })
  1696. end
  1697. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1698. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1699. end
  1700. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1701. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1702. end
  1703. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1704. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1705. end
  1706. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1707. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1708. end
  1709. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1710. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1711. end
  1712. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1713. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1714. end
  1715. if string.sub(msg, 1, 8) == (prefix.."default") then
  1716. lplayer.Character.Humanoid.JumpPower = 50
  1717. lplayer.Character.Humanoid.WalkSpeed = 16
  1718. lplayer.Character.Humanoid.HipHeight = 0
  1719. end
  1720. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1721. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1722. annoying = true
  1723. annplr = v
  1724. end
  1725. end
  1726. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1727. annoying = false
  1728. end
  1729. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1730. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1731. hwalk = true
  1732. hdwplr = v
  1733. end
  1734. end
  1735. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1736. hwalk = false
  1737. end
  1738. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1739. lplayer.Character["Left Leg"]:Destroy()
  1740. lplayer.Character["Left Arm"]:Destroy()
  1741. lplayer.Character["Right Leg"]:Destroy()
  1742. lplayer.Character["Right Arm"]:Destroy()
  1743. end
  1744. if string.sub(msg, 1, 4) == (prefix.."god") then
  1745. lplayer.Character.Humanoid.Name = 1
  1746. local l = lplayer.Character["1"]:Clone()
  1747. l.Parent = lplayer.Character
  1748. l.Name = "Humanoid"
  1749. wait(0.1)
  1750. lplayer.Character["1"]:Destroy()
  1751. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1752. lplayer.Character.Animate.Disabled = true
  1753. wait(0.1)
  1754. lplayer.Character.Animate.Disabled = false
  1755. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1756. game:GetService("StarterGui"):SetCore("SendNotification", {
  1757. Title = "FE Godmode enabled";
  1758. Text = "Use ;grespawn or ;respawn to remove";
  1759. })
  1760. end
  1761. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1762. for i,v in pairs(lplayer.Character:GetChildren()) do
  1763. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1764. v.Parent = workspace
  1765. end
  1766. end
  1767. end
  1768. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1769. for i,v in pairs(lplayer.Character:GetChildren()) do
  1770. if (v:IsA("Tool")) then
  1771. v.Parent = workspace
  1772. end
  1773. end
  1774. end
  1775. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1776. droppinghats = true
  1777. game:GetService("StarterGui"):SetCore("SendNotification", {
  1778. Title = "Loop Drop Enabled";
  1779. Text = "Type ;unloopdhats to disable";
  1780. })
  1781. end
  1782. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1783. droppinghats = false
  1784. game:GetService("StarterGui"):SetCore("SendNotification", {
  1785. Title = "Loop Drop Disabled";
  1786. Text = "Type ;loopdhats to enable.";
  1787. })
  1788. end
  1789. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1790. droppingtools = true
  1791. game:GetService("StarterGui"):SetCore("SendNotification", {
  1792. Title = "Loop Drop Enabled";
  1793. Text = "Type ;unloopdtool to disable";
  1794. })
  1795. end
  1796. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1797. droppingtools = false
  1798. game:GetService("StarterGui"):SetCore("SendNotification", {
  1799. Title = "Loop Drop Disabled";
  1800. Text = "Type ;loopdtool to enable.";
  1801. })
  1802. end
  1803. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1804. Local = game:GetService('Players').LocalPlayer
  1805. Char = Local.Character
  1806. touched,tpdback = false, false
  1807. box = Instance.new('Part',workspace)
  1808. box.Anchored = true
  1809. box.CanCollide = true
  1810. box.Size = Vector3.new(10,1,10)
  1811. box.Position = Vector3.new(0,10000,0)
  1812. box.Touched:connect(function(part)
  1813. if (part.Parent.Name == Local.Name) then
  1814. if touched == false then
  1815. touched = true
  1816. function apply()
  1817. if script.Disabled ~= true then
  1818. no = Char.HumanoidRootPart:Clone()
  1819. wait(.25)
  1820. Char.HumanoidRootPart:Destroy()
  1821. no.Parent = Char
  1822. Char:MoveTo(loc)
  1823. touched = false
  1824. end end
  1825. if Char then
  1826. apply()
  1827. end
  1828. end
  1829. end
  1830. end)
  1831. repeat wait() until Char
  1832. loc = Char.HumanoidRootPart.Position
  1833. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1834. game:GetService("StarterGui"):SetCore("SendNotification", {
  1835. Title = "Invisibility enabled!";
  1836. Text = "Reset or use ;respawn to remove.";
  1837. })
  1838. end
  1839. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1840. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1841. if game:GetService("Players")[v.Name].Character.Humanoid then
  1842. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1843. else
  1844. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1845. end
  1846. end
  1847. end
  1848. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1849. if lplayer.Character.Humanoid then
  1850. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1851. else
  1852. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1853. end
  1854. end
  1855. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1856. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1857. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1858. end
  1859. end
  1860. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1861. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1862. repeat wait() until Mouse
  1863.  
  1864. local T = lplayer.Character.HumanoidRootPart
  1865. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1866. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1867. local SPEED = speedget
  1868.  
  1869. local function fly()
  1870. flying = true
  1871. local BG = Instance.new('BodyGyro', T)
  1872. local BV = Instance.new('BodyVelocity', T)
  1873. BG.P = 9e4
  1874. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1875. BG.cframe = T.CFrame
  1876. BV.velocity = Vector3.new(0, 0.1, 0)
  1877. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1878. spawn(function()
  1879. repeat wait()
  1880. lplayer.Character.Humanoid.PlatformStand = true
  1881. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1882. SPEED = 50
  1883. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1884. SPEED = 0
  1885. end
  1886. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1887. 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
  1888. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1889. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1890. 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
  1891. else
  1892. BV.velocity = Vector3.new(0, 0.1, 0)
  1893. end
  1894. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1895. until not flying
  1896. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1897. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1898. SPEED = 0
  1899. BG:destroy()
  1900. BV:destroy()
  1901. lplayer.Character.Humanoid.PlatformStand = false
  1902. end)
  1903. end
  1904. Mouse.KeyDown:connect(function(KEY)
  1905. if KEY:lower() == 'w' then
  1906. CONTROL.F = speedfly
  1907. elseif KEY:lower() == 's' then
  1908. CONTROL.B = -speedfly
  1909. elseif KEY:lower() == 'a' then
  1910. CONTROL.L = -speedfly
  1911. elseif KEY:lower() == 'd' then
  1912. CONTROL.R = speedfly
  1913. end
  1914. end)
  1915. Mouse.KeyUp:connect(function(KEY)
  1916. if KEY:lower() == 'w' then
  1917. CONTROL.F = 0
  1918. elseif KEY:lower() == 's' then
  1919. CONTROL.B = 0
  1920. elseif KEY:lower() == 'a' then
  1921. CONTROL.L = 0
  1922. elseif KEY:lower() == 'd' then
  1923. CONTROL.R = 0
  1924. end
  1925. end)
  1926. fly()
  1927. end
  1928. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1929. flying = false
  1930. lplayer.Character.Humanoid.PlatformStand = false
  1931. end
  1932. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1933. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1934. end
  1935. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1936. spamtext = (string.sub(msg, 7))
  1937. spamming = true
  1938. end
  1939. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1940. spamming = false
  1941. end
  1942. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1943. spamdelay = (string.sub(msg, 11))
  1944. end
  1945. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1946. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1947. pmspammed = v.Name
  1948. spammingpm = true
  1949. end
  1950. end
  1951. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1952. spammingpm = false
  1953. end
  1954. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1955. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1956. v.Character["Left Leg"].Anchored = true
  1957. v.Character["Left Arm"].Anchored = true
  1958. v.Character["Right Leg"].Anchored = true
  1959. v.Character["Right Arm"].Anchored = true
  1960. v.Character.Torso.Anchored = true
  1961. v.Character.Head.Anchored = true
  1962. end
  1963. end
  1964. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1965. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1966. v.Character["Left Leg"].Anchored = false
  1967. v.Character["Left Arm"].Anchored = false
  1968. v.Character["Right Leg"].Anchored = false
  1969. v.Character["Right Arm"].Anchored = false
  1970. v.Character.Torso.Anchored = false
  1971. v.Character.Head.Anchored = false
  1972. end
  1973. end
  1974. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1975. local a = game:GetService("Workspace"):getChildren()
  1976. for i = 1, #a do
  1977. if a[i].className == "Part" then
  1978. a[i].Locked = false
  1979. elseif a[i].className == "Model" then
  1980. local r = a[i]:getChildren()
  1981. for i = 1, #r do
  1982. if r[i].className == "Part" then
  1983. r[i].Locked = false
  1984. end
  1985. end
  1986. end
  1987. end
  1988. game:GetService("StarterGui"):SetCore("SendNotification", {
  1989. Title = "Success!";
  1990. Text = "Workspace unlocked. Use ;lockws to lock.";
  1991. })
  1992. end
  1993. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1994. local a = game:GetService("Workspace"):getChildren()
  1995. for i = 1, #a do
  1996. if a[i].className == "Part" then
  1997. a[i].Locked = true
  1998. elseif a[i].className == "Model" then
  1999. local r = a[i]:getChildren()
  2000. for i = 1, #r do
  2001. if r[i].className == "Part" then
  2002. r[i].Locked = true
  2003. end
  2004. end
  2005. end
  2006. end
  2007. end
  2008. if string.sub(msg, 1, 7) == (prefix.."btools") then
  2009. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2010. Clone_T.BinType = "Clone"
  2011. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2012. Destruct.BinType = "Hammer"
  2013. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2014. Hold_T.BinType = "Grab"
  2015. end
  2016. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  2017. lplayer.Character.Humanoid.PlatformStand = true
  2018. end
  2019. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  2020. lplayer.Character.Humanoid.PlatformStand = false
  2021. end
  2022. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  2023. lplayer.Character.Head.Mesh:Destroy()
  2024. end
  2025. if string.sub(msg, 1, 4) == (prefix.."sit") then
  2026. lplayer.Character.Humanoid.Sit = true
  2027. end
  2028. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  2029. local function bringobjw()
  2030. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2031. if obj.Name == (string.sub(msg, 11)) then
  2032. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2033. obj.CanCollide = false
  2034. obj.Transparency = 0.7
  2035. wait()
  2036. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2037. wait()
  2038. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2039. wait()
  2040. obj.CFrame = lplayer.Character["Head"].CFrame
  2041. end
  2042. end
  2043. end
  2044. while wait() do
  2045. bringobjw()
  2046. end
  2047. game:GetService("StarterGui"):SetCore("SendNotification", {
  2048. Title = "BringObj";
  2049. Text = "BringObj enabled.";
  2050. })
  2051. end
  2052. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  2053. vis = (string.sub(msg, 8))
  2054. local a = game:GetService("Workspace"):GetDescendants()
  2055. for i = 1, #a do
  2056. if a[i].className == "Part" then
  2057. a[i].Transparency = vis
  2058. elseif a[i].className == "Model" then
  2059. local r = a[i]:getChildren()
  2060. for i = 1, #r do
  2061. if r[i].className == "Part" then
  2062. r[i].Transparency = vis
  2063. end
  2064. end
  2065. end
  2066. end
  2067. end
  2068. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  2069. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2070. game:GetService("StarterGui"):SetCore("SendNotification", {
  2071. Title = "Success!";
  2072. Text = "HyperTotal GUI Loaded!";
  2073. })
  2074. end
  2075. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  2076. CMDSFRAME.Visible = true
  2077. end
  2078. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  2079. for i,v in pairs(lplayer.Character:GetChildren()) do
  2080. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2081. v.Handle.Mesh:Destroy()
  2082. end
  2083. end
  2084. end
  2085. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  2086. for i,v in pairs(lplayer.Character:GetChildren()) do
  2087. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2088. v.Handle.Mesh:Destroy()
  2089. end
  2090. end
  2091. end
  2092. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  2093. for i,v in pairs(lplayer.Character:GetChildren()) do
  2094. if (v:IsA("Tool")) then
  2095. v.Handle.Mesh:Destroy()
  2096. end
  2097. end
  2098. end
  2099. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  2100. for i,v in pairs(lplayer.Character:GetChildren()) do
  2101. if (v:IsA("Tool")) then
  2102. v.Handle.Mesh:Destroy()
  2103. end
  2104. end
  2105. end
  2106. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  2107. local p = Instance.new("RocketPropulsion")
  2108. p.Parent = lplayer.Character.HumanoidRootPart
  2109. p.Name = "Spinner"
  2110. p.Target = lplayer.Character["Left Arm"]
  2111. p:Fire()
  2112. game:GetService("StarterGui"):SetCore("SendNotification", {
  2113. Title = "Spinner enabled";
  2114. Text = "Type ;nospinner to disable.";
  2115. })
  2116. end
  2117. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  2118. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2119. end
  2120. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  2121. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2122. if v:isA("Tool") then
  2123. local a = Instance.new("SelectionBox",v.Handle)
  2124. a.Adornee = v.Handle
  2125. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2126. v.GripPos = Vector3.new(0,0,0)
  2127. lplayer.Character.Humanoid:UnequipTools()
  2128. end
  2129. end
  2130. game:GetService("StarterGui"):SetCore("SendNotification", {
  2131. Title = "Reach applied!";
  2132. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2133. })
  2134. end
  2135. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  2136. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2137. if v:isA("Tool") then
  2138. handleSize = v.Handle.Size
  2139. wait()
  2140. local a = Instance.new("SelectionBox",v.Handle)
  2141. a.Name = "a"
  2142. a.Adornee = v.Handle
  2143. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  2144. v.GripPos = Vector3.new(0,0,0)
  2145. lplayer.Character.Humanoid:UnequipTools()
  2146. end
  2147. end
  2148. game:GetService("StarterGui"):SetCore("SendNotification", {
  2149. Title = "Reach applied!";
  2150. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2151. })
  2152. end
  2153. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  2154. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2155. if v:isA("Tool") then
  2156. v.Handle.a:Destroy()
  2157. v.Handle.Size = handleSize
  2158. end
  2159. end
  2160. game:GetService("StarterGui"):SetCore("SendNotification", {
  2161. Title = "Reach removed!";
  2162. Text = "Removed reach from equipped sword.";
  2163. })
  2164. end
  2165. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  2166. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  2167. lplayer.Character.Humanoid.Name = 1
  2168. local l = lplayer.Character["1"]:Clone()
  2169. l.Parent = lplayer.Character
  2170. l.Name = "Humanoid"
  2171. wait(0.1)
  2172. lplayer.Character["1"]:Destroy()
  2173. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2174. lplayer.Character.Animate.Disabled = true
  2175. wait(0.1)
  2176. lplayer.Character.Animate.Disabled = false
  2177. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2178. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2179. lplayer.Character.Humanoid:EquipTool(v)
  2180. end
  2181. wait(0.1)
  2182. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2183. wait(0.2)
  2184. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2185. wait(0.5)
  2186. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2187. game:GetService("StarterGui"):SetCore("SendNotification", {
  2188. Title = "Tools needed!";
  2189. Text = "You need a tool in your backpack for this command!";
  2190. })
  2191. end
  2192. end
  2193. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  2194. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2195. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2196. end
  2197. end
  2198. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  2199. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  2200. cbringall = true
  2201. else
  2202. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2203. brplr = v.Name
  2204. end
  2205. end
  2206. cbring = true
  2207. end
  2208. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  2209. cbring = false
  2210. cbringall = false
  2211. end
  2212. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  2213. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2214. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2215. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2216. lplayer.Character.Humanoid.Name = 1
  2217. local l = lplayer.Character["1"]:Clone()
  2218. l.Parent = lplayer.Character
  2219. l.Name = "Humanoid"
  2220. wait(0.1)
  2221. lplayer.Character["1"]:Destroy()
  2222. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2223. lplayer.Character.Animate.Disabled = true
  2224. wait(0.1)
  2225. lplayer.Character.Animate.Disabled = false
  2226. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2227. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2228. lplayer.Character.Humanoid:EquipTool(v)
  2229. end
  2230. local function tp(player,player2)
  2231. local char1,char2=player.Character,player2.Character
  2232. if char1 and char2 then
  2233. char1:MoveTo(char2.Head.Position)
  2234. end
  2235. end
  2236. wait(0.1)
  2237. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2238. wait(0.2)
  2239. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2240. wait(0.5)
  2241. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2242. wait(0.6)
  2243. tp(lplayer, game:GetService("Players")[v.Name])
  2244. wait(0.4)
  2245. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2246. game:GetService("StarterGui"):SetCore("SendNotification", {
  2247. Title = "Tools needed!";
  2248. Text = "You need a tool in your backpack for this command!";
  2249. })
  2250. end
  2251. end
  2252. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  2253. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2254. lplayer.Character.Humanoid.Name = 1
  2255. local l = lplayer.Character["1"]:Clone()
  2256. l.Parent = lplayer.Character
  2257. l.Name = "Humanoid"
  2258. wait(0.1)
  2259. lplayer.Character["1"]:Destroy()
  2260. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2261. lplayer.Character.Animate.Disabled = true
  2262. wait(0.1)
  2263. lplayer.Character.Animate.Disabled = false
  2264. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2265. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2266. lplayer.Character.Humanoid:EquipTool(v)
  2267. end
  2268. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2269. wait(0.3)
  2270. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2271. wait(0.4)
  2272. b = Instance.new("BodyForce")
  2273. b.Parent = lplayer.Character.HumanoidRootPart
  2274. b.Name = "Glitch"
  2275. b.Force = Vector3.new(100000000,5000,0)
  2276. game:GetService("StarterGui"):SetCore("SendNotification", {
  2277. Title = "Tools needed!";
  2278. Text = "You need a tool in your backpack for this command!";
  2279. })
  2280. end
  2281. end
  2282. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  2283. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2284. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2285. b = Instance.new("BodyForce")
  2286. b.Parent = lplayer.Character.HumanoidRootPart
  2287. b.Name = "unGlitch"
  2288. b.Force = Vector3.new(0,-5000000,0)
  2289. wait(2)
  2290. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2291. end
  2292. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  2293. lplayer.Character.Humanoid.Health = 0
  2294. wait(1)
  2295. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2296. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2297. end
  2298. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  2299. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2300. game:GetService("StarterGui"):SetCore("SendNotification", {
  2301. Title = "Success!";
  2302. Text = "DEX Explorer has loaded.";
  2303. })
  2304. end
  2305. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  2306. local Anim = Instance.new("Animation")
  2307. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  2308. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2309. track:Play(.1, 1, 1)
  2310. end
  2311. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  2312. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2313. game:GetService("StarterGui"):SetCore("SendNotification", {
  2314. Title = "Success!";
  2315. Text = "Energize Animations GUI has loaded.";
  2316. })
  2317. end
  2318. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  2319. saved = lplayer.Character.HumanoidRootPart.CFrame
  2320. game:GetService("StarterGui"):SetCore("SendNotification", {
  2321. Title = "Position Saved";
  2322. Text = "Use ;loadpos to return to saved position.";
  2323. })
  2324. end
  2325. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  2326. lplayer.Character.HumanoidRootPart.CFrame = saved
  2327. end
  2328. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  2329. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2330. local Anim2 = Instance.new("Animation")
  2331. Anim2.AnimationId = "rbxassetid://148840371"
  2332. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  2333. track2:Play(.1, 1, 1)
  2334. bplrr = v.Name
  2335. banpl = true
  2336. end
  2337. end
  2338. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  2339. banpl = false
  2340. end
  2341. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  2342. local function bringmodw()
  2343. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2344. if obj.Name == (string.sub(msg, 11)) then
  2345. for i,ch in pairs(obj:GetDescendants()) do
  2346. if (ch:IsA("BasePart")) then
  2347. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2348. ch.CanCollide = false
  2349. ch.Transparency = 0.7
  2350. wait()
  2351. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  2352. wait()
  2353. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  2354. wait()
  2355. ch.CFrame = lplayer.Character["Head"].CFrame
  2356. end
  2357. end
  2358. end
  2359. end
  2360. end
  2361. while wait() do
  2362. bringmodw()
  2363. end
  2364. game:GetService("StarterGui"):SetCore("SendNotification", {
  2365. Title = "BringMod";
  2366. Text = "BringMod enabled.";
  2367. })
  2368. end
  2369. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  2370. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  2371. local hum = Instance.new('Humanoid', mod)
  2372. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  2373. lplayer.Character = mod
  2374. end
  2375. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  2376. game:GetService'RunService'.Stepped:Connect(function()
  2377. pcall(function()
  2378. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  2379. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  2380. for _,x in pairs(v.Character.Head:GetChildren()) do
  2381. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  2382. end
  2383. end
  2384. end
  2385. end)
  2386. end)
  2387. game:GetService("StarterGui"):SetCore("SendNotification", {
  2388. Title = "Attempting Shutdown";
  2389. Text = "Shutdown Attempt has begun.";
  2390. })
  2391. end
  2392. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  2393. objtodel = (string.sub(msg, 9))
  2394. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2395. if v.Name == objtodel then
  2396. v:Destroy()
  2397. end
  2398. end
  2399. end
  2400. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  2401. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  2402. print(v)
  2403. end
  2404. game:GetService("StarterGui"):SetCore("SendNotification", {
  2405. Title = "Printed";
  2406. Text = "Players have been printed to console. (F9)";
  2407. })
  2408. end
  2409. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  2410. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  2411. if (v:IsA("Decal")) then
  2412. v:Destroy()
  2413. end
  2414. end
  2415. end
  2416. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  2417. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  2418. game:GetService("StarterGui"):SetCore("SendNotification", {
  2419. Title = "Success!";
  2420. Text = "OpFinality GUI has loaded.";
  2421. })
  2422. end
  2423. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  2424. remotes = true
  2425. added = true
  2426. game.DescendantAdded:connect(function(rmt)
  2427. if added == true then
  2428. if remotes == true then
  2429. if rmt:IsA("RemoteEvent") then
  2430. print("A RemoteEvent was added!")
  2431. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  2432. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2433. end end end
  2434. end)
  2435. game.DescendantAdded:connect(function(rmtfnctn)
  2436. if added == true then
  2437. if remotes == true then
  2438. if rmtfnctn:IsA("RemoteFunction") then
  2439. warn("A RemoteFunction was added!")
  2440. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  2441. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2442. end end end
  2443. end)
  2444.  
  2445. game.DescendantAdded:connect(function(bndfnctn)
  2446. if added == true then
  2447. if binds == true then
  2448. if bndfnctn:IsA("BindableFunction") then
  2449. print("A BindableFunction was added!")
  2450. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  2451. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  2452. end end end
  2453. end)
  2454.  
  2455. game.DescendantAdded:connect(function(bnd)
  2456. if added == true then
  2457. if binds == true then
  2458. if bnd:IsA("BindableEvent") then
  2459. warn("A BindableEvent was added!")
  2460. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  2461. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  2462. end end end
  2463. end)
  2464.  
  2465.  
  2466. if binds == true then
  2467. for i,v in pairs(game:GetDescendants()) do
  2468. if v:IsA("BindableFunction") then
  2469. print(" game." .. v:GetFullName() .. " | BindableFunction")
  2470. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  2471. end end
  2472. for i,v in pairs(game:GetDescendants()) do
  2473. if v:IsA("BindableEvent") then
  2474. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  2475. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  2476. end end
  2477. else
  2478. print("Off")
  2479. end
  2480. if remotes == true then
  2481. for i,v in pairs(game:GetDescendants()) do
  2482. if v:IsA("RemoteFunction") then
  2483. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  2484. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2485. end end
  2486. wait()
  2487. for i,v in pairs(game:GetDescendants()) do
  2488. if v:IsA("RemoteEvent") then
  2489. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  2490. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2491. end end
  2492. else
  2493. print("Off")
  2494. end
  2495. game:GetService("StarterGui"):SetCore("SendNotification", {
  2496. Title = "Printing Remotes";
  2497. Text = "Type ;noremotes to disable.";
  2498. })
  2499. end
  2500. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  2501. remotes = false
  2502. added = false
  2503. game:GetService("StarterGui"):SetCore("SendNotification", {
  2504. Title = "Printing Remotes Disabled";
  2505. Text = "Type ;remotes to enable.";
  2506. })
  2507. end
  2508. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  2509. spin = false
  2510. followed = false
  2511. traill = false
  2512. noclip = false
  2513. annoying = false
  2514. hwalk = false
  2515. cbringing = false
  2516. end
  2517. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  2518. stopsitting = true
  2519. end
  2520. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  2521. stopsitting = false
  2522. end
  2523. if string.sub(msg, 1, 8) == (prefix.."version") then
  2524. print(adminversion)
  2525. game:GetService("StarterGui"):SetCore("SendNotification", {
  2526. Title = "Version";
  2527. Text = adminversion;
  2528. })
  2529. end
  2530. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  2531. clickgoto = true
  2532. game:GetService("StarterGui"):SetCore("SendNotification", {
  2533. Title = "Click TP";
  2534. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  2535. })
  2536. end
  2537. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  2538. clickdel = true
  2539. game:GetService("StarterGui"):SetCore("SendNotification", {
  2540. Title = "Click Delete";
  2541. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  2542. })
  2543. end
  2544. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  2545. clickdel = false
  2546. game:GetService("StarterGui"):SetCore("SendNotification", {
  2547. Title = "Click Delete";
  2548. Text = "Click delete has been disabled.";
  2549. })
  2550. end
  2551. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  2552. clickgoto = false
  2553. game:GetService("StarterGui"):SetCore("SendNotification", {
  2554. Title = "Click TP";
  2555. Text = "Click TP has been disabled.";
  2556. })
  2557. end
  2558. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  2559. gettingtools = true
  2560. game:GetService("StarterGui"):SetCore("SendNotification", {
  2561. Title = "Tools Enabled";
  2562. Text = "Automatically colleting tools dropped.";
  2563. })
  2564. end
  2565. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  2566. gettingtools = false
  2567. game:GetService("StarterGui"):SetCore("SendNotification", {
  2568. Title = "Tools Disabled";
  2569. Text = "Click TP has been disabled.";
  2570. })
  2571. end
  2572. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  2573. ScreenGui:Destroy()
  2574. end
  2575. if string.sub(msg, 1, 6) == (prefix.."reset") then
  2576. lplayer.Character.Head:Destroy()
  2577. end
  2578. if string.sub(msg, 1, 7) == (prefix.."state ") then
  2579. statechosen = string.sub(msg, 8)
  2580. changingstate = true
  2581. end
  2582. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  2583. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  2584. end
  2585. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  2586. removingmeshhats = true
  2587. end
  2588. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  2589. removingmeshhats = false
  2590. end
  2591. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  2592. removingmeshtool = true
  2593. end
  2594. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  2595. removingmeshtool = false
  2596. end
  2597. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  2598. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  2599. if v:IsA("Tool") then
  2600. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  2601. v.Parent = player.Character
  2602. end
  2603. end
  2604. end
  2605. end
  2606. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  2607. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  2608. if v:IsA("Tool") then
  2609. v.Parent = lplayer.Character
  2610. wait()
  2611. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  2612. v.Parent = player.Character
  2613. end
  2614. end
  2615. end
  2616. end
  2617. if string.sub(msg, 1, 5) == (prefix.."age ") then
  2618. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2619. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  2620. end
  2621. end
  2622. if string.sub(msg, 1, 4) == (prefix.."id ") then
  2623. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  2624. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  2625. end
  2626. end
  2627. if string.sub(msg, 1, 6) == (prefix..".age ") then
  2628. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  2629. game:GetService("StarterGui"):SetCore("SendNotification", {
  2630. Title = player.AccountAge.." Days";
  2631. Text = "Account age of "..player.Name;
  2632. })
  2633. end
  2634. end
  2635. if string.sub(msg, 1, 5) == (prefix..".id ") then
  2636. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2637. game:GetService("StarterGui"):SetCore("SendNotification", {
  2638. Title = player.UserId.." ID";
  2639. Text = "Account ID of "..player.Name;
  2640. })
  2641. end
  2642. end
  2643. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  2644. game:GetService("StarterGui"):SetCore("SendNotification", {
  2645. Title = "Game ID";
  2646. Text = "Game ID: ".. game.GameId;
  2647. })
  2648. end
  2649. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  2650. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  2651. if pgscheck == true then
  2652. game:GetService("StarterGui"):SetCore("SendNotification", {
  2653. Title = "PGSPhysicsSolverEnabled";
  2654. Text = "PGS is Enabled!";
  2655. })
  2656. else
  2657. game:GetService("StarterGui"):SetCore("SendNotification", {
  2658. Title = "PGSPhysicsSolverEnabled";
  2659. Text = "PGS is Disabled!";
  2660. })
  2661. end
  2662. end
  2663. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  2664. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2665. if v:IsA("Part") then
  2666. if v.Transparency == 1 then
  2667. if v.Name ~= "HumanoidRootPart" then
  2668. v:Destroy()
  2669. end
  2670. end
  2671. end
  2672. end
  2673. end
  2674. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  2675. game:GetService("Lighting").FogStart = 0
  2676. game:GetService("Lighting").FogEnd = 9999999999999
  2677. end
  2678. if string.sub(msg, 1, 8) == (prefix.."disable") then
  2679. lplayer.Character.Humanoid.Parent = lplayer
  2680. end
  2681. if string.sub(msg, 1, 7) == (prefix.."enable") then
  2682. lplayer.Humanoid.Parent = lplayer.Character
  2683. end
  2684. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  2685. prefix = (string.sub(msg, 9, 9))
  2686. wait(0.1)
  2687. change()
  2688. wait(0.1)
  2689. game:GetService("StarterGui"):SetCore("SendNotification", {
  2690. Title = "Prefix changed!";
  2691. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  2692. })
  2693. end
  2694. if string.sub(msg, 1, 12) == (";resetprefix") then
  2695. prefix = ";"
  2696. wait(0.1)
  2697. change()
  2698. wait(0.1)
  2699. game:GetService("StarterGui"):SetCore("SendNotification", {
  2700. Title = "Prefix changed!";
  2701. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  2702. })
  2703. end
  2704. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  2705. speedfly = string.sub(msg, 11)
  2706. wait()
  2707. change()
  2708. end
  2709. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  2710. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2711. local Anim3 = Instance.new("Animation")
  2712. Anim3.AnimationId = "rbxassetid://282574440"
  2713. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2714. track3:Play(.1, 1, 1)
  2715. bplrr = v.Name
  2716. banpl = true
  2717. end
  2718. end
  2719. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2720. banpl = false
  2721. end
  2722. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2723. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2724. staring = true
  2725. stareplr = v
  2726. end
  2727. end
  2728. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2729. staring = false
  2730. end
  2731. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2732. chatlogs = true
  2733. game:GetService("StarterGui"):SetCore("SendNotification", {
  2734. Title = "LogChat enabled";
  2735. Text = "Now logging all player chat.";
  2736. })
  2737. end
  2738. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2739. chatlogs = false
  2740. game:GetService("StarterGui"):SetCore("SendNotification", {
  2741. Title = "LogChat disabled";
  2742. Text = "Stopped logging all player chat.";
  2743. })
  2744. end
  2745. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2746. game:GetService("Workspace").CurrentCamera:Destroy()
  2747. wait(0.1)
  2748. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2749. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2750. lplayer.CameraMinZoomDistance = 0.5
  2751. lplayer.CameraMaxZoomDistance = 400
  2752. lplayer.CameraMode = "Classic"
  2753. end
  2754. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2755. changingstate = false
  2756. end
  2757. end)
  2758.  
  2759. local function tp()
  2760. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2761. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2762. if player.Name == brplr then
  2763. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2764. end
  2765. end
  2766. end
  2767. end
  2768. local function tpall()
  2769. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2770. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2771. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2772. end
  2773. end
  2774. end
  2775. spawn(function()
  2776. while wait(spamdelay) do
  2777. if spamming == true then
  2778. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2779. end
  2780. end
  2781. end)
  2782. spawn(function()
  2783. while wait(spamdelay) do
  2784. if spammingpm == true then
  2785. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2786. end
  2787. end
  2788. end)
  2789. spawn(function()
  2790. while wait() do
  2791. if cbring == true then
  2792. tp()
  2793. end
  2794. end
  2795. end)
  2796. spawn(function()
  2797. while wait() do
  2798. if cbringall == true then
  2799. tpall()
  2800. end
  2801. end
  2802. end)
  2803.  
  2804. Mouse.KeyDown:connect(function(Key)
  2805. if Key == prefix then
  2806. CMDBAR:CaptureFocus()
  2807. end
  2808. end)
  2809.  
  2810. CMDBAR.FocusLost:connect(function(enterPressed)
  2811. if enterPressed then
  2812. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2813. if string.sub(CMDBAR.Text, 6) == "me" then
  2814. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2815. else
  2816. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2817. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2818. lplayer.Character.Humanoid.Name = 1
  2819. local l = lplayer.Character["1"]:Clone()
  2820. l.Parent = lplayer.Character
  2821. l.Name = "Humanoid"
  2822. wait(0.1)
  2823. lplayer.Character["1"]:Destroy()
  2824. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2825. lplayer.Character.Animate.Disabled = true
  2826. wait(0.1)
  2827. lplayer.Character.Animate.Disabled = false
  2828. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2829. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2830. lplayer.Character.Humanoid:EquipTool(v)
  2831. end
  2832. local function tp(player,player2)
  2833. local char1,char2=player.Character,player2.Character
  2834. if char1 and char2 then
  2835. char1:MoveTo(char2.Head.Position)
  2836. end
  2837. end
  2838. wait(0.1)
  2839. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2840. wait(0.2)
  2841. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2842. wait(0.5)
  2843. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2844. wait(0.7)
  2845. tp(lplayer,game:GetService("Players")[v.Name])
  2846. wait(0.7)
  2847. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2848. game:GetService("StarterGui"):SetCore("SendNotification", {
  2849. Title = "Tools needed!";
  2850. Text = "You need a tool in your backpack for this command!";
  2851. })
  2852. end
  2853. end
  2854. end
  2855. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2856. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2857. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2858. lplayer.Character.Humanoid.Name = 1
  2859. local l = lplayer.Character["1"]:Clone()
  2860. l.Parent = lplayer.Character
  2861. l.Name = "Humanoid"
  2862. wait(0.1)
  2863. lplayer.Character["1"]:Destroy()
  2864. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2865. lplayer.Character.Animate.Disabled = true
  2866. wait(0.1)
  2867. lplayer.Character.Animate.Disabled = false
  2868. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2869. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2870. lplayer.Character.Humanoid:EquipTool(v)
  2871. end
  2872. local function tp(player,player2)
  2873. local char1,char2=player.Character,player2.Character
  2874. if char1 and char2 then
  2875. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2876. end
  2877. end
  2878. local function getout(player,player2)
  2879. local char1,char2=player.Character,player2.Character
  2880. if char1 and char2 then
  2881. char1:MoveTo(char2.Head.Position)
  2882. end
  2883. end
  2884. tp(game:GetService("Players")[v.Name], lplayer)
  2885. wait(0.2)
  2886. tp(game:GetService("Players")[v.Name], lplayer)
  2887. wait(0.5)
  2888. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2889. wait(0.5)
  2890. getout(lplayer, game:GetService("Players")[v.Name])
  2891. wait(0.3)
  2892. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2893. game:GetService("StarterGui"):SetCore("SendNotification", {
  2894. Title = "Tools needed!";
  2895. Text = "You need a tool in your backpack for this command!";
  2896. })
  2897. end
  2898. end
  2899. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2900. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2901. lplayer.Character.Humanoid.Name = 1
  2902. local l = lplayer.Character["1"]:Clone()
  2903. l.Parent = lplayer.Character
  2904. l.Name = "Humanoid"
  2905. wait(0.1)
  2906. lplayer.Character["1"]:Destroy()
  2907. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2908. lplayer.Character.Animate.Disabled = true
  2909. wait(0.1)
  2910. lplayer.Character.Animate.Disabled = false
  2911. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2912. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2913. lplayer.Character.Humanoid:EquipTool(v)
  2914. end
  2915. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2916. spinplr = v
  2917. wait(0.5)
  2918. spin = true
  2919. game:GetService("StarterGui"):SetCore("SendNotification", {
  2920. Title = "Tools needed!";
  2921. Text = "You need a tool in your backpack for this command!";
  2922. })
  2923. end
  2924. end
  2925. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2926. spin = false
  2927. end
  2928. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2929. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2930. lplayer.Character.Humanoid.Name = 1
  2931. local l = lplayer.Character["1"]:Clone()
  2932. l.Parent = lplayer.Character
  2933. l.Name = "Humanoid"
  2934. wait(0.1)
  2935. lplayer.Character["1"]:Destroy()
  2936. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2937. lplayer.Character.Animate.Disabled = true
  2938. wait(0.1)
  2939. lplayer.Character.Animate.Disabled = false
  2940. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2941. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2942. lplayer.Character.Humanoid:EquipTool(v)
  2943. end
  2944. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2945. wait(0.3)
  2946. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2947. attplr = v
  2948. game:GetService("StarterGui"):SetCore("SendNotification", {
  2949. Title = "Tools needed!";
  2950. Text = "You need a tool in your backpack for this command!";
  2951. })
  2952. end
  2953. end
  2954. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2955. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2956. local function getout(player,player2)
  2957. local char1,char2=player.Character,player2.Character
  2958. if char1 and char2 then
  2959. char1:MoveTo(char2.Head.Position)
  2960. end
  2961. end
  2962. getout(lplayer, game:GetService("Players")[v.Name])
  2963. end
  2964. end
  2965. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2966. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2967. followed = true
  2968. flwplr = v
  2969. end
  2970. end
  2971. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2972. followed = false
  2973. end
  2974. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2975. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2976. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2977. lplayer.Character.Humanoid.Name = 1
  2978. local l = lplayer.Character["1"]:Clone()
  2979. l.Parent = lplayer.Character
  2980. l.Name = "Humanoid"
  2981. wait(0.1)
  2982. lplayer.Character["1"]:Destroy()
  2983. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2984. lplayer.Character.Animate.Disabled = true
  2985. wait(0.1)
  2986. lplayer.Character.Animate.Disabled = false
  2987. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2988. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2989. lplayer.Character.Humanoid:EquipTool(v)
  2990. end
  2991. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2992. wait(0.2)
  2993. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2994. wait(0.6)
  2995. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2996. wait(0.6)
  2997. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2998. game:GetService("StarterGui"):SetCore("SendNotification", {
  2999. Title = "Tools needed!";
  3000. Text = "You need a tool in your backpack for this command!";
  3001. })
  3002. end
  3003. end
  3004. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  3005. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3006. traill = true
  3007. trlplr = v
  3008. end
  3009. end
  3010. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  3011. traill = false
  3012. end
  3013. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  3014. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3015. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3016. else
  3017. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3018. local o = Instance.new("RocketPropulsion")
  3019. o.Parent = lplayer.Character.HumanoidRootPart
  3020. o.Name = "Orbit"
  3021. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3022. o:Fire()
  3023. noclip = true
  3024. end
  3025. end
  3026. end
  3027. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  3028. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  3029. noclip = false
  3030. end
  3031. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  3032. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3033. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3034. else
  3035. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3036. local y = Instance.new("RocketPropulsion")
  3037. y.Parent = lplayer.Character.HumanoidRootPart
  3038. y.CartoonFactor = 1
  3039. y.MaxThrust = 800000
  3040. y.MaxSpeed = 1000
  3041. y.ThrustP = 200000
  3042. y.Name = "Fling"
  3043. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  3044. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3045. y:Fire()
  3046. noclip = true
  3047. end
  3048. end
  3049. end
  3050. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  3051. noclip = false
  3052. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3053. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  3054. wait(0.4)
  3055. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3056. end
  3057. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  3058. if game:GetService("Workspace").FilteringEnabled == true then
  3059. warn("FE is Enabled (Filtering Enabled)")
  3060. game:GetService("StarterGui"):SetCore("SendNotification", {
  3061. Title = "FE is Enabled";
  3062. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3063. })
  3064. else
  3065. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3066. game:GetService("StarterGui"):SetCore("SendNotification", {
  3067. Title = "FE is Disabled";
  3068. Text = "Filtering Disabled. Consider using a different admin script.";
  3069. })
  3070. end
  3071. end
  3072. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  3073. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3074. lplayer.Character.Humanoid.Name = 1
  3075. local l = lplayer.Character["1"]:Clone()
  3076. l.Parent = lplayer.Character
  3077. l.Name = "Humanoid"
  3078. wait(0.1)
  3079. lplayer.Character["1"]:Destroy()
  3080. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3081. lplayer.Character.Animate.Disabled = true
  3082. wait(0.1)
  3083. lplayer.Character.Animate.Disabled = false
  3084. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3085. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3086. lplayer.Character.Humanoid:EquipTool(v)
  3087. end
  3088. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3089. wait(0.2)
  3090. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3091. wait(0.6)
  3092. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  3093. game:GetService("StarterGui"):SetCore("SendNotification", {
  3094. Title = "Tools needed!";
  3095. Text = "You need a tool in your backpack for this command!";
  3096. })
  3097. end
  3098. end
  3099. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  3100. noclip = true
  3101. game:GetService("StarterGui"):SetCore("SendNotification", {
  3102. Title = "Noclip enabled";
  3103. Text = "Type ;clip to disable";
  3104. })
  3105. end
  3106. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  3107. noclip = false
  3108. game:GetService("StarterGui"):SetCore("SendNotification", {
  3109. Title = "Noclip disabled";
  3110. Text = "Type ;noclip to enable";
  3111. })
  3112. end
  3113. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  3114. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  3115. end
  3116. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  3117. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  3118. end
  3119. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  3120. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  3121. end
  3122. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  3123. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  3124. end
  3125. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  3126. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  3127. end
  3128. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  3129. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  3130. end
  3131. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  3132. lplayer.Character.Humanoid.JumpPower = 50
  3133. lplayer.Character.Humanoid.WalkSpeed = 16
  3134. lplayer.Character.Humanoid.HipHeight = 0
  3135. end
  3136. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  3137. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3138. annoying = true
  3139. annplr = v
  3140. end
  3141. end
  3142. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  3143. annoying = false
  3144. end
  3145. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  3146. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3147. hwalk = true
  3148. hdwplr = v
  3149. end
  3150. end
  3151. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  3152. hwalk = false
  3153. end
  3154. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  3155. lplayer.Character["Left Leg"]:Destroy()
  3156. lplayer.Character["Left Arm"]:Destroy()
  3157. lplayer.Character["Right Leg"]:Destroy()
  3158. lplayer.Character["Right Arm"]:Destroy()
  3159. end
  3160. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  3161. lplayer.Character.Humanoid.Name = 1
  3162. local l = lplayer.Character["1"]:Clone()
  3163. l.Parent = lplayer.Character
  3164. l.Name = "Humanoid"
  3165. wait(0.1)
  3166. lplayer.Character["1"]:Destroy()
  3167. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3168. lplayer.Character.Animate.Disabled = true
  3169. wait(0.1)
  3170. lplayer.Character.Animate.Disabled = false
  3171. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3172. game:GetService("StarterGui"):SetCore("SendNotification", {
  3173. Title = "FE Godmode enabled";
  3174. Text = "Use ;grespawn or ;respawn to remove.";
  3175. })
  3176. end
  3177. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  3178. for i,v in pairs(lplayer.Character:GetChildren()) do
  3179. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3180. v.Parent = workspace
  3181. end
  3182. end
  3183. end
  3184. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  3185. for i,v in pairs(lplayer.Character:GetChildren()) do
  3186. if (v:IsA("Tool")) then
  3187. v.Parent = workspace
  3188. end
  3189. end
  3190. end
  3191. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  3192. droppinghats = true
  3193. game:GetService("StarterGui"):SetCore("SendNotification", {
  3194. Title = "Loop Drop Enabled";
  3195. Text = "Type ;unloopdhats to disable";
  3196. })
  3197. end
  3198. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  3199. droppinghats = false
  3200. game:GetService("StarterGui"):SetCore("SendNotification", {
  3201. Title = "Loop Drop Disabled";
  3202. Text = "Type ;loopdhats to enable.";
  3203. })
  3204. end
  3205. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  3206. droppingtools = true
  3207. game:GetService("StarterGui"):SetCore("SendNotification", {
  3208. Title = "Loop Drop Enabled";
  3209. Text = "Type ;unloopdtool to disable";
  3210. })
  3211. end
  3212. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  3213. droppingtools = false
  3214. game:GetService("StarterGui"):SetCore("SendNotification", {
  3215. Title = "Loop Drop Disabled";
  3216. Text = "Type ;loopdtool to enable.";
  3217. })
  3218. end
  3219. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  3220. Local = game:GetService('Players').LocalPlayer
  3221. Char = Local.Character
  3222. touched,tpdback = false, false
  3223. box = Instance.new('Part',workspace)
  3224. box.Anchored = true
  3225. box.CanCollide = true
  3226. box.Size = Vector3.new(10,1,10)
  3227. box.Position = Vector3.new(0,10000,0)
  3228. box.Touched:connect(function(part)
  3229. if (part.Parent.Name == Local.Name) then
  3230. if touched == false then
  3231. touched = true
  3232. function apply()
  3233. if script.Disabled ~= true then
  3234. no = Char.HumanoidRootPart:Clone()
  3235. wait(.25)
  3236. Char.HumanoidRootPart:Destroy()
  3237. no.Parent = Char
  3238. Char:MoveTo(loc)
  3239. touched = false
  3240. end end
  3241. if Char then
  3242. apply()
  3243. end
  3244. end
  3245. end
  3246. end)
  3247. repeat wait() until Char
  3248. loc = Char.HumanoidRootPart.Position
  3249. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  3250. game:GetService("StarterGui"):SetCore("SendNotification", {
  3251. Title = "Invisibility enabled!";
  3252. Text = "Reset or use ;respawn to remove.";
  3253. })
  3254. end
  3255. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  3256. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3257. if game:GetService("Players")[v.Name].Character.Humanoid then
  3258. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  3259. else
  3260. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  3261. end
  3262. end
  3263. end
  3264. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  3265. if lplayer.Character.Humanoid then
  3266. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3267. else
  3268. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  3269. end
  3270. end
  3271. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  3272. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3273. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3274. end
  3275. end
  3276. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  3277. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  3278. repeat wait() until Mouse
  3279.  
  3280. local T = lplayer.Character.HumanoidRootPart
  3281. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3282. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3283. local SPEED = speedget
  3284.  
  3285. local function fly()
  3286. flying = true
  3287. local BG = Instance.new('BodyGyro', T)
  3288. local BV = Instance.new('BodyVelocity', T)
  3289. BG.P = 9e4
  3290. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3291. BG.cframe = T.CFrame
  3292. BV.velocity = Vector3.new(0, 0.1, 0)
  3293. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3294. spawn(function()
  3295. repeat wait()
  3296. lplayer.Character.Humanoid.PlatformStand = true
  3297. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  3298. SPEED = 50
  3299. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  3300. SPEED = 0
  3301. end
  3302. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  3303. 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
  3304. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  3305. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  3306. 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
  3307. else
  3308. BV.velocity = Vector3.new(0, 0.1, 0)
  3309. end
  3310. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  3311. until not flying
  3312. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3313. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3314. SPEED = 0
  3315. BG:destroy()
  3316. BV:destroy()
  3317. lplayer.Character.Humanoid.PlatformStand = false
  3318. end)
  3319. end
  3320. Mouse.KeyDown:connect(function(KEY)
  3321. if KEY:lower() == 'w' then
  3322. CONTROL.F = speedfly
  3323. elseif KEY:lower() == 's' then
  3324. CONTROL.B = -speedfly
  3325. elseif KEY:lower() == 'a' then
  3326. CONTROL.L = -speedfly
  3327. elseif KEY:lower() == 'd' then
  3328. CONTROL.R = speedfly
  3329. end
  3330. end)
  3331. Mouse.KeyUp:connect(function(KEY)
  3332. if KEY:lower() == 'w' then
  3333. CONTROL.F = 0
  3334. elseif KEY:lower() == 's' then
  3335. CONTROL.B = 0
  3336. elseif KEY:lower() == 'a' then
  3337. CONTROL.L = 0
  3338. elseif KEY:lower() == 'd' then
  3339. CONTROL.R = 0
  3340. end
  3341. end)
  3342. fly()
  3343. end
  3344. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  3345. flying = false
  3346. lplayer.Character.Humanoid.PlatformStand = false
  3347. end
  3348. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  3349. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  3350. end
  3351. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  3352. spamtext = (string.sub(CMDBAR.Text, 6))
  3353. spamming = true
  3354. end
  3355. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  3356. spamming = false
  3357. end
  3358. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  3359. spamdelay = (string.sub(CMDBAR.Text, 10))
  3360. end
  3361. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  3362. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3363. pmspammed = v.Name
  3364. spammingpm = true
  3365. end
  3366. end
  3367. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  3368. spammingpm = false
  3369. end
  3370. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  3371. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  3372. v.Character["Left Leg"].Anchored = true
  3373. v.Character["Left Arm"].Anchored = true
  3374. v.Character["Right Leg"].Anchored = true
  3375. v.Character["Right Arm"].Anchored = true
  3376. v.Character.Torso.Anchored = true
  3377. v.Character.Head.Anchored = true
  3378. end
  3379. end
  3380. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  3381. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  3382. v.Character["Left Leg"].Anchored = false
  3383. v.Character["Left Arm"].Anchored = false
  3384. v.Character["Right Leg"].Anchored = false
  3385. v.Character["Right Arm"].Anchored = false
  3386. v.Character.Torso.Anchored = false
  3387. v.Character.Head.Anchored = false
  3388. end
  3389. end
  3390. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  3391. local a = game:GetService("Workspace"):getChildren()
  3392. for i = 1, #a do
  3393. if a[i].className == "Part" then
  3394. a[i].Locked = false
  3395. elseif a[i].className == "Model" then
  3396. local r = a[i]:getChildren()
  3397. for i = 1, #r do
  3398. if r[i].className == "Part" then
  3399. r[i].Locked = false
  3400. end
  3401. end
  3402. end
  3403. end
  3404. game:GetService("StarterGui"):SetCore("SendNotification", {
  3405. Title = "Success!";
  3406. Text = "Workspace unlocked. Use ;lockws to lock.";
  3407. })
  3408. end
  3409. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  3410. local a = game:GetService("Workspace"):getChildren()
  3411. for i = 1, #a do
  3412. if a[i].className == "Part" then
  3413. a[i].Locked = true
  3414. elseif a[i].className == "Model" then
  3415. local r = a[i]:getChildren()
  3416. for i = 1, #r do
  3417. if r[i].className == "Part" then
  3418. r[i].Locked = true
  3419. end
  3420. end
  3421. end
  3422. end
  3423. end
  3424. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  3425. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  3426. Clone_T.BinType = "Clone"
  3427. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  3428. Destruct.BinType = "Hammer"
  3429. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  3430. Hold_T.BinType = "Grab"
  3431. end
  3432. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  3433. lplayer.Character.Humanoid.PlatformStand = true
  3434. end
  3435. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  3436. lplayer.Character.Humanoid.PlatformStand = false
  3437. end
  3438. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  3439. lplayer.Character.Head.Mesh:Destroy()
  3440. end
  3441. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  3442. lplayer.Character.Humanoid.Sit = true
  3443. end
  3444. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  3445. local function bringobjw()
  3446. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3447. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3448. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3449. obj.CanCollide = false
  3450. obj.Transparency = 0.7
  3451. wait()
  3452. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  3453. wait()
  3454. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  3455. wait()
  3456. obj.CFrame = lplayer.Character["Head"].CFrame
  3457. end
  3458. end
  3459. end
  3460. while wait() do
  3461. bringobjw()
  3462. end
  3463. game:GetService("StarterGui"):SetCore("SendNotification", {
  3464. Title = "BringObj";
  3465. Text = "BringObj enabled.";
  3466. })
  3467. end
  3468. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  3469. vis = (string.sub(CMDBAR.Text, 7))
  3470. local a = game:GetService("Workspace"):GetDescendants()
  3471. for i = 1, #a do
  3472. if a[i].className == "Part" then
  3473. a[i].Transparency = vis
  3474. elseif a[i].className == "Model" then
  3475. local r = a[i]:getChildren()
  3476. for i = 1, #r do
  3477. if r[i].className == "Part" then
  3478. r[i].Transparency = vis
  3479. end
  3480. end
  3481. end
  3482. end
  3483. end
  3484. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  3485. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  3486. game:GetService("StarterGui"):SetCore("SendNotification", {
  3487. Title = "Success!";
  3488. Text = "HyperTotal GUI Loaded!";
  3489. })
  3490. end
  3491. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  3492. CMDSFRAME.Visible = true
  3493. end
  3494. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  3495. for i,v in pairs(lplayer.Character:GetChildren()) do
  3496. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3497. v.Handle.Mesh:Destroy()
  3498. end
  3499. end
  3500. end
  3501. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  3502. for i,v in pairs(lplayer.Character:GetChildren()) do
  3503. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3504. v.Handle.Mesh:Destroy()
  3505. end
  3506. end
  3507. end
  3508. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  3509. for i,v in pairs(lplayer.Character:GetChildren()) do
  3510. if (v:IsA("Tool")) then
  3511. v.Handle.Mesh:Destroy()
  3512. end
  3513. end
  3514. end
  3515. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  3516. for i,v in pairs(lplayer.Character:GetChildren()) do
  3517. if (v:IsA("Tool")) then
  3518. v.Handle.Mesh:Destroy()
  3519. end
  3520. end
  3521. end
  3522. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  3523. local p = Instance.new("RocketPropulsion")
  3524. p.Parent = lplayer.Character.HumanoidRootPart
  3525. p.Name = "Spinner"
  3526. p.Target = lplayer.Character["Left Arm"]
  3527. p:Fire()
  3528. game:GetService("StarterGui"):SetCore("SendNotification", {
  3529. Title = "Spinner enabled";
  3530. Text = "Type ;nospinner to disable.";
  3531. })
  3532. end
  3533. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  3534. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  3535. end
  3536. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  3537. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3538. if v:isA("Tool") then
  3539. local a = Instance.new("SelectionBox",v.Handle)
  3540. a.Adornee = v.Handle
  3541. v.Handle.Size = Vector3.new(0.5,0.5,60)
  3542. v.GripPos = Vector3.new(0,0,0)
  3543. lplayer.Character.Humanoid:UnequipTools()
  3544. end
  3545. end
  3546. game:GetService("StarterGui"):SetCore("SendNotification", {
  3547. Title = "Reach applied!";
  3548. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3549. })
  3550. end
  3551. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  3552. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3553. if v:isA("Tool") then
  3554. local a = Instance.new("SelectionBox",v.Handle)
  3555. a.Name = "Reach"
  3556. a.Adornee = v.Handle
  3557. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  3558. v.GripPos = Vector3.new(0,0,0)
  3559. lplayer.Character.Humanoid:UnequipTools()
  3560. end
  3561. end
  3562. game:GetService("StarterGui"):SetCore("SendNotification", {
  3563. Title = "Reach applied!";
  3564. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3565. })
  3566. end
  3567. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  3568. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3569. if v:isA("Tool") then
  3570. v.Handle.Reach:Destroy()
  3571. end
  3572. end
  3573. game:GetService("StarterGui"):SetCore("SendNotification", {
  3574. Title = "Reach removed!";
  3575. Text = "Removed reach from equipped sword.";
  3576. })
  3577. end
  3578. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  3579. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3580. lplayer.Character.Humanoid.Name = 1
  3581. local l = lplayer.Character["1"]:Clone()
  3582. l.Parent = lplayer.Character
  3583. l.Name = "Humanoid"
  3584. wait(0.1)
  3585. lplayer.Character["1"]:Destroy()
  3586. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3587. lplayer.Character.Animate.Disabled = true
  3588. wait(0.1)
  3589. lplayer.Character.Animate.Disabled = false
  3590. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3591. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3592. lplayer.Character.Humanoid:EquipTool(v)
  3593. end
  3594. wait(0.1)
  3595. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3596. wait(0.2)
  3597. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3598. wait(0.5)
  3599. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3600. game:GetService("StarterGui"):SetCore("SendNotification", {
  3601. Title = "Tools needed!";
  3602. Text = "You need a tool in your backpack for this command!";
  3603. })
  3604. end
  3605. end
  3606. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  3607. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3608. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3609. end
  3610. end
  3611. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  3612. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  3613. cbringall = true
  3614. else
  3615. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3616. brplr = v.Name
  3617. end
  3618. end
  3619. cbring = true
  3620. end
  3621. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  3622. cbring = false
  3623. cbringall = false
  3624. end
  3625. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  3626. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3627. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3628. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3629. lplayer.Character.Humanoid.Name = 1
  3630. local l = lplayer.Character["1"]:Clone()
  3631. l.Parent = lplayer.Character
  3632. l.Name = "Humanoid"
  3633. wait(0.1)
  3634. lplayer.Character["1"]:Destroy()
  3635. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3636. lplayer.Character.Animate.Disabled = true
  3637. wait(0.1)
  3638. lplayer.Character.Animate.Disabled = false
  3639. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3640. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3641. lplayer.Character.Humanoid:EquipTool(v)
  3642. end
  3643. local function tp(player,player2)
  3644. local char1,char2=player.Character,player2.Character
  3645. if char1 and char2 then
  3646. char1:MoveTo(char2.Head.Position)
  3647. end
  3648. end
  3649. wait(0.1)
  3650. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3651. wait(0.2)
  3652. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3653. wait(0.5)
  3654. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3655. wait(0.6)
  3656. tp(lplayer, game:GetService("Players")[v.Name])
  3657. wait(0.4)
  3658. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3659. game:GetService("StarterGui"):SetCore("SendNotification", {
  3660. Title = "Tools needed!";
  3661. Text = "You need a tool in your backpack for this command!";
  3662. })
  3663. end
  3664. end
  3665. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  3666. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3667. lplayer.Character.Humanoid.Name = 1
  3668. local l = lplayer.Character["1"]:Clone()
  3669. l.Parent = lplayer.Character
  3670. l.Name = "Humanoid"
  3671. wait(0.1)
  3672. lplayer.Character["1"]:Destroy()
  3673. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3674. lplayer.Character.Animate.Disabled = true
  3675. wait(0.1)
  3676. lplayer.Character.Animate.Disabled = false
  3677. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3678. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3679. lplayer.Character.Humanoid:EquipTool(v)
  3680. end
  3681. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3682. wait(0.3)
  3683. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3684. wait(0.4)
  3685. b = Instance.new("BodyForce")
  3686. b.Parent = lplayer.Character.HumanoidRootPart
  3687. b.Name = "Glitch"
  3688. b.Force = Vector3.new(100000000,5000,0)
  3689. game:GetService("StarterGui"):SetCore("SendNotification", {
  3690. Title = "Tools needed!";
  3691. Text = "You need a tool in your backpack for this command!";
  3692. })
  3693. end
  3694. end
  3695. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  3696. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3697. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3698. b = Instance.new("BodyForce")
  3699. b.Parent = lplayer.Character.HumanoidRootPart
  3700. b.Name = "unGlitch"
  3701. b.Force = Vector3.new(0,-5000000,0)
  3702. wait(2)
  3703. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3704. end
  3705. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  3706. lplayer.Character.Humanoid.Health = 0
  3707. wait(1)
  3708. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3709. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3710. end
  3711. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3712. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3713. game:GetService("StarterGui"):SetCore("SendNotification", {
  3714. Title = "Success!";
  3715. Text = "DEX Explorer has loaded.";
  3716. })
  3717. end
  3718. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3719. local Anim = Instance.new("Animation")
  3720. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3721. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3722. track:Play(.1, 1, 1)
  3723. end
  3724. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3725. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3726. game:GetService("StarterGui"):SetCore("SendNotification", {
  3727. Title = "Success!";
  3728. Text = "Energize Animations GUI has loaded.";
  3729. })
  3730. end
  3731. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3732. saved = lplayer.Character.HumanoidRootPart.CFrame
  3733. game:GetService("StarterGui"):SetCore("SendNotification", {
  3734. Title = "Position Saved";
  3735. Text = "Use ;loadpos to return to saved position.";
  3736. })
  3737. end
  3738. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3739. lplayer.Character.HumanoidRootPart.CFrame = saved
  3740. end
  3741. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3742. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3743. local Anim2 = Instance.new("Animation")
  3744. Anim2.AnimationId = "rbxassetid://148840371"
  3745. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3746. track2:Play(.1, 1, 1)
  3747. bplrr = v.Name
  3748. banpl = true
  3749. end
  3750. end
  3751. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3752. banpl = false
  3753. end
  3754. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3755. local function bringmodw()
  3756. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3757. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3758. for i,ch in pairs(obj:GetDescendants()) do
  3759. if (ch:IsA("BasePart")) then
  3760. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3761. ch.CanCollide = false
  3762. ch.Transparency = 0.7
  3763. wait()
  3764. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3765. wait()
  3766. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3767. wait()
  3768. ch.CFrame = lplayer.Character["Head"].CFrame
  3769. end
  3770. end
  3771. end
  3772. end
  3773. end
  3774. while wait() do
  3775. bringmodw()
  3776. end
  3777. game:GetService("StarterGui"):SetCore("SendNotification", {
  3778. Title = "BringMod";
  3779. Text = "BringMod enabled.";
  3780. })
  3781. end
  3782. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3783. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3784. local hum = Instance.new('Humanoid', mod)
  3785. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3786. lplayer.Character = mod
  3787. end
  3788. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3789. game:GetService'RunService'.Stepped:Connect(function()
  3790. pcall(function()
  3791. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3792. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3793. for _,x in pairs(v.Character.Head:GetChildren()) do
  3794. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3795. end
  3796. end
  3797. end
  3798. end)
  3799. end)
  3800. game:GetService("StarterGui"):SetCore("SendNotification", {
  3801. Title = "Attempting Shutdown";
  3802. Text = "Shutdown Attempt has begun.";
  3803. })
  3804. end
  3805. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3806. objtodel = (string.sub(CMDBAR.Text, 8))
  3807. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3808. if v.Name == objtodel then
  3809. v:Destroy()
  3810. end
  3811. end
  3812. end
  3813. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3814. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3815. print(v)
  3816. end
  3817. game:GetService("StarterGui"):SetCore("SendNotification", {
  3818. Title = "Printed";
  3819. Text = "Players have been printed to console. (F9)";
  3820. })
  3821. end
  3822. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3823. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3824. if (v:IsA("Decal")) then
  3825. v:Destroy()
  3826. end
  3827. end
  3828. end
  3829. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3830. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3831. game:GetService("StarterGui"):SetCore("SendNotification", {
  3832. Title = "Success!";
  3833. Text = "OpFinality GUI has loaded.";
  3834. })
  3835. end
  3836. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3837. remotes = true
  3838. added = true
  3839. game.DescendantAdded:connect(function(rmt)
  3840. if added == true then
  3841. if remotes == true then
  3842. if rmt:IsA("RemoteEvent") then
  3843. print("A RemoteEvent was added!")
  3844. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3845. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3846. end end end
  3847. end)
  3848. game.DescendantAdded:connect(function(rmtfnctn)
  3849. if added == true then
  3850. if remotes == true then
  3851. if rmtfnctn:IsA("RemoteFunction") then
  3852. warn("A RemoteFunction was added!")
  3853. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3854. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3855. end end end
  3856. end)
  3857.  
  3858. game.DescendantAdded:connect(function(bndfnctn)
  3859. if added == true then
  3860. if binds == true then
  3861. if bndfnctn:IsA("BindableFunction") then
  3862. print("A BindableFunction was added!")
  3863. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3864. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3865. end end end
  3866. end)
  3867.  
  3868. game.DescendantAdded:connect(function(bnd)
  3869. if added == true then
  3870. if binds == true then
  3871. if bnd:IsA("BindableEvent") then
  3872. warn("A BindableEvent was added!")
  3873. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3874. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3875. end end end
  3876. end)
  3877.  
  3878.  
  3879. if binds == true then
  3880. for i,v in pairs(game:GetDescendants()) do
  3881. if v:IsA("BindableFunction") then
  3882. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3883. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3884. end end
  3885. for i,v in pairs(game:GetDescendants()) do
  3886. if v:IsA("BindableEvent") then
  3887. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3888. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3889. end end
  3890. else
  3891. print("Off")
  3892. end
  3893. if remotes == true then
  3894. for i,v in pairs(game:GetDescendants()) do
  3895. if v:IsA("RemoteFunction") then
  3896. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3897. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3898. end end
  3899. wait()
  3900. for i,v in pairs(game:GetDescendants()) do
  3901. if v:IsA("RemoteEvent") then
  3902. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3903. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3904. end end
  3905. else
  3906. print("Off")
  3907. end
  3908. game:GetService("StarterGui"):SetCore("SendNotification", {
  3909. Title = "Printing Remotes";
  3910. Text = "Type ;noremotes to disable.";
  3911. })
  3912. end
  3913. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3914. remotes = false
  3915. added = false
  3916. game:GetService("StarterGui"):SetCore("SendNotification", {
  3917. Title = "Printing Remotes Disabled";
  3918. Text = "Type ;remotes to enable.";
  3919. })
  3920. end
  3921. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3922. spin = false
  3923. followed = false
  3924. traill = false
  3925. noclip = false
  3926. annoying = false
  3927. hwalk = false
  3928. cbringing = false
  3929. end
  3930. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3931. stopsitting = true
  3932. end
  3933. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3934. stopsitting = false
  3935. end
  3936. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3937. print(adminversion)
  3938. game:GetService("StarterGui"):SetCore("SendNotification", {
  3939. Title = "Version";
  3940. Text = adminversion;
  3941. })
  3942. end
  3943. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3944. clickgoto = true
  3945. game:GetService("StarterGui"):SetCore("SendNotification", {
  3946. Title = "Click TP";
  3947. Text = "Press E to teleport to mouse position";
  3948. })
  3949. end
  3950. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3951. clickgoto = false
  3952. game:GetService("StarterGui"):SetCore("SendNotification", {
  3953. Title = "Click TP";
  3954. Text = "Click TP has been disabled.";
  3955. })
  3956. end
  3957. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3958. gettingtools = true
  3959. game:GetService("StarterGui"):SetCore("SendNotification", {
  3960. Title = "Tools Enabled";
  3961. Text = "Automatically colleting tools dropped.";
  3962. })
  3963. end
  3964. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3965. gettingtools = false
  3966. game:GetService("StarterGui"):SetCore("SendNotification", {
  3967. Title = "Tools Disabled";
  3968. Text = "Click TP has been disabled.";
  3969. })
  3970. end
  3971. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3972. ScreenGui:Destroy()
  3973. end
  3974. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3975. lplayer.Character.Head:Destroy()
  3976. end
  3977. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3978. statechosen = string.sub(CMDBAR.Text, 7)
  3979. changingstate = true
  3980. end
  3981. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3982. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3983. end
  3984. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3985. removingmeshhats = true
  3986. end
  3987. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3988. removingmeshhats = false
  3989. end
  3990. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3991. removingmeshtool = true
  3992. end
  3993. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3994. removingmeshtool = false
  3995. end
  3996. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3997. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3998. if v:IsA("Tool") then
  3999. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4000. v.Parent = player.Character
  4001. end
  4002. end
  4003. end
  4004. end
  4005. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  4006. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4007. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  4008. end
  4009. end
  4010. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  4011. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  4012. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  4013. end
  4014. end
  4015. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  4016. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4017. game:GetService("StarterGui"):SetCore("SendNotification", {
  4018. Title = player.AccountAge.." Days";
  4019. Text = "Account age of "..player.Name;
  4020. })
  4021. end
  4022. end
  4023. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  4024. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4025. game:GetService("StarterGui"):SetCore("SendNotification", {
  4026. Title = player.UserId.." ID";
  4027. Text = "Account ID of "..player.Name;
  4028. })
  4029. end
  4030. end
  4031. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  4032. game:GetService("StarterGui"):SetCore("SendNotification", {
  4033. Title = "Game ID";
  4034. Text = "Game ID: ".. game.GameId;
  4035. })
  4036. end
  4037. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  4038. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  4039. if pgscheck == true then
  4040. game:GetService("StarterGui"):SetCore("SendNotification", {
  4041. Title = "PGSPhysicsSolverEnabled";
  4042. Text = "PGS is Enabled!";
  4043. })
  4044. else
  4045. game:GetService("StarterGui"):SetCore("SendNotification", {
  4046. Title = "PGSPhysicsSolverEnabled";
  4047. Text = "PGS is Disabled!";
  4048. })
  4049. end
  4050. end
  4051. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  4052. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4053. if v:IsA("Part") then
  4054. if v.Transparency == 1 then
  4055. if v.Name ~= "HumanoidRootPart" then
  4056. v:Destroy()
  4057. end
  4058. end
  4059. end
  4060. end
  4061. end
  4062. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  4063. game:GetService("Lighting").FogStart = 0
  4064. game:GetService("Lighting").FogEnd = 9999999999999
  4065. end
  4066. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  4067. lplayer.Character.Humanoid.Parent = lplayer
  4068. end
  4069. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  4070. lplayer.Humanoid.Parent = lplayer.Character
  4071. end
  4072. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  4073. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  4074. if v:IsA("Tool") then
  4075. v.Parent = lplayer.Character
  4076. wait()
  4077. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  4078. v.Parent = player.Character
  4079. end
  4080. end
  4081. end
  4082. end
  4083. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  4084. speedfly = string.sub(CMDBAR.Text, 10)
  4085. wait()
  4086. change()
  4087. end
  4088. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  4089. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4090. local Anim3 = Instance.new("Animation")
  4091. Anim3.AnimationId = "rbxassetid://282574440"
  4092. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  4093. track3:Play(.1, 1, 1)
  4094. bplrr = v.Name
  4095. banpl = true
  4096. end
  4097. end
  4098. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  4099. banpl = false
  4100. end
  4101. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  4102. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4103. staring = true
  4104. stareplr = v
  4105. end
  4106. end
  4107. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  4108. staring = false
  4109. end
  4110. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  4111. chatlogs = true
  4112. game:GetService("StarterGui"):SetCore("SendNotification", {
  4113. Title = "LogChat enabled";
  4114. Text = "Now logging all player chat.";
  4115. })
  4116. end
  4117. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  4118. chatlogs = false
  4119. game:GetService("StarterGui"):SetCore("SendNotification", {
  4120. Title = "LogChat disabled";
  4121. Text = "Stopped logging all player chat.";
  4122. })
  4123. end
  4124. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  4125. game:GetService("Workspace").CurrentCamera:Destroy()
  4126. wait(0.1)
  4127. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  4128. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  4129. lplayer.CameraMinZoomDistance = 0.5
  4130. lplayer.CameraMaxZoomDistance = 400
  4131. lplayer.CameraMode = "Classic"
  4132. end
  4133. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  4134. changingstate = false
  4135. end
  4136. CMDBAR.Text = ""
  4137. end
  4138. end)
  4139.  
  4140. wait(0.3)
  4141. game:GetService("StarterGui"):SetCore("SendNotification", {
  4142. Title = "Loaded successfully!";
  4143. Text = "Reviz Admin V2 by illremember";
  4144. })
  4145. wait(0.1)
  4146. print("Reviz Admin V2 loaded!")
  4147. if game:GetService("Workspace").FilteringEnabled == true then
  4148. warn("FE is Enabled (Filtering Enabled)")
  4149. game:GetService("StarterGui"):SetCore("SendNotification", {
  4150. Title = "FE is Enabled";
  4151. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  4152. })
  4153. else
  4154. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  4155. game:GetService("StarterGui"):SetCore("SendNotification", {
  4156. Title = "FE is Disabled";
  4157. Text = "Filtering Disabled. Consider using a different admin script.";
  4158. })
  4159. end
  4160.  
  4161. local intro = Instance.new("ScreenGui")
  4162. local Frame = Instance.new("Frame")
  4163. local ImageLabel = Instance.new("ImageLabel")
  4164. intro.Parent = game:GetService("CoreGui")
  4165. Frame.Parent = intro
  4166. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  4167. Frame.BackgroundTransparency = 1
  4168. Frame.Size = UDim2.new(1, 0, 0, 300)
  4169. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  4170. ImageLabel.Parent = Frame
  4171. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4172. ImageLabel.BackgroundTransparency = 1
  4173. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  4174. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  4175. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  4176. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  4177. wait(3.01)
  4178. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  4179. wait(5.01)
  4180. intro:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement