From 905ddb38750915693d67170dba5dad9d47f482f9 Mon Sep 17 00:00:00 2001 From: rxversed <70835203+rxversedcode@users.noreply.github.com> Date: Fri, 20 Aug 2021 18:19:47 -0800 Subject: [PATCH] Add files via upload --- Moon/!Moon V1 official.sln | 31 + .../!Moon V1 official.csproj | 177 ++ .../20210628_134239275_iOS.jpg | Bin 0 -> 179934 bytes Moon/!Moon V1 official/App.config | 14 + .../Arraylist/Arraylist.Designer.cs | 581 +++++ Moon/!Moon V1 official/Arraylist/Arraylist.cs | 75 + .../Arraylist/Arraylist.resx | 123 + .../Arraylist/Kompass.Designer.cs | 139 + Moon/!Moon V1 official/Arraylist/Kompass.cs | 28 + Moon/!Moon V1 official/Arraylist/Kompass.resx | 120 + .../Arraylist/MainOverlay.Designer.cs | 79 + .../Arraylist/MainOverlay.cs | 31 + .../Arraylist/MainOverlay.resx | 120 + Moon/!Moon V1 official/Arraylist/OnModules.cs | 144 ++ Moon/!Moon V1 official/ClickGui.cs | 1324 ++++++++++ Moon/!Moon V1 official/ClickGui.resx | 123 + Moon/!Moon V1 official/Form1.Designer.cs | 2291 +++++++++++++++++ Moon/!Moon V1 official/HUD.Designer.cs | 49 + Moon/!Moon V1 official/HUD.cs | 26 + Moon/!Moon V1 official/HUD.resx | 120 + Moon/!Moon V1 official/Memory/Entitys.cs | 12 + .../Memory/Memory Details 1.17.2.1.txt | 31 + Moon/!Moon V1 official/Memory/SDK.cs | 119 + Moon/!Moon V1 official/Module/Aimbot.cs | 95 + Moon/!Moon V1 official/Module/Airjump.cs | 28 + Moon/!Moon V1 official/Module/Hitbox.cs | 53 + Moon/!Moon V1 official/Module/Reach.cs | 20 + Moon/!Moon V1 official/Program.cs | 22 + .../Properties/AssemblyInfo.cs | 36 + .../Properties/Resources.Designer.cs | 70 + .../Properties/Resources.resx | 117 + .../Properties/Settings.Designer.cs | 29 + .../Properties/Settings.settings | 7 + Moon/!Moon V1 official/TabGui.Designer.cs | 136 + Moon/!Moon V1 official/TabGui.cs | 57 + Moon/!Moon V1 official/TabGui.resx | 123 + Moon/!Moon V1 official/app.manifest | 76 + Moon/!Moon V1 official/packages.config | 6 + Moon/imports/ezOverLay.dll | Bin 0 -> 5632 bytes Moon/readme.txt | 5 + 40 files changed, 6637 insertions(+) create mode 100644 Moon/!Moon V1 official.sln create mode 100644 Moon/!Moon V1 official/!Moon V1 official.csproj create mode 100644 Moon/!Moon V1 official/20210628_134239275_iOS.jpg create mode 100644 Moon/!Moon V1 official/App.config create mode 100644 Moon/!Moon V1 official/Arraylist/Arraylist.Designer.cs create mode 100644 Moon/!Moon V1 official/Arraylist/Arraylist.cs create mode 100644 Moon/!Moon V1 official/Arraylist/Arraylist.resx create mode 100644 Moon/!Moon V1 official/Arraylist/Kompass.Designer.cs create mode 100644 Moon/!Moon V1 official/Arraylist/Kompass.cs create mode 100644 Moon/!Moon V1 official/Arraylist/Kompass.resx create mode 100644 Moon/!Moon V1 official/Arraylist/MainOverlay.Designer.cs create mode 100644 Moon/!Moon V1 official/Arraylist/MainOverlay.cs create mode 100644 Moon/!Moon V1 official/Arraylist/MainOverlay.resx create mode 100644 Moon/!Moon V1 official/Arraylist/OnModules.cs create mode 100644 Moon/!Moon V1 official/ClickGui.cs create mode 100644 Moon/!Moon V1 official/ClickGui.resx create mode 100644 Moon/!Moon V1 official/Form1.Designer.cs create mode 100644 Moon/!Moon V1 official/HUD.Designer.cs create mode 100644 Moon/!Moon V1 official/HUD.cs create mode 100644 Moon/!Moon V1 official/HUD.resx create mode 100644 Moon/!Moon V1 official/Memory/Entitys.cs create mode 100644 Moon/!Moon V1 official/Memory/Memory Details 1.17.2.1.txt create mode 100644 Moon/!Moon V1 official/Memory/SDK.cs create mode 100644 Moon/!Moon V1 official/Module/Aimbot.cs create mode 100644 Moon/!Moon V1 official/Module/Airjump.cs create mode 100644 Moon/!Moon V1 official/Module/Hitbox.cs create mode 100644 Moon/!Moon V1 official/Module/Reach.cs create mode 100644 Moon/!Moon V1 official/Program.cs create mode 100644 Moon/!Moon V1 official/Properties/AssemblyInfo.cs create mode 100644 Moon/!Moon V1 official/Properties/Resources.Designer.cs create mode 100644 Moon/!Moon V1 official/Properties/Resources.resx create mode 100644 Moon/!Moon V1 official/Properties/Settings.Designer.cs create mode 100644 Moon/!Moon V1 official/Properties/Settings.settings create mode 100644 Moon/!Moon V1 official/TabGui.Designer.cs create mode 100644 Moon/!Moon V1 official/TabGui.cs create mode 100644 Moon/!Moon V1 official/TabGui.resx create mode 100644 Moon/!Moon V1 official/app.manifest create mode 100644 Moon/!Moon V1 official/packages.config create mode 100644 Moon/imports/ezOverLay.dll create mode 100644 Moon/readme.txt diff --git a/Moon/!Moon V1 official.sln b/Moon/!Moon V1 official.sln new file mode 100644 index 0000000..e77dbef --- /dev/null +++ b/Moon/!Moon V1 official.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30804.86 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "!Moon V1 official", "!Moon V1 official\!Moon V1 official.csproj", "{7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Debug|x64.ActiveCfg = Debug|x64 + {7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Debug|x64.Build.0 = Debug|x64 + {7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Release|Any CPU.Build.0 = Release|Any CPU + {7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Release|x64.ActiveCfg = Release|x64 + {7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {3BC73B55-E97B-482C-8921-93AF3399457E} + EndGlobalSection +EndGlobal diff --git a/Moon/!Moon V1 official/!Moon V1 official.csproj b/Moon/!Moon V1 official/!Moon V1 official.csproj new file mode 100644 index 0000000..a9fa377 --- /dev/null +++ b/Moon/!Moon V1 official/!Moon V1 official.csproj @@ -0,0 +1,177 @@ + + + + + Debug + AnyCPU + {7DF0FE1D-1D7F-4329-B48A-4A23E62E183E} + WinExe + _Moon_V1_official + !Moon V1 official + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + true + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt + true + + + app.manifest + + + + ..\imports\ezOverLay.dll + + + ..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll + + + ..\packages\Memory.dll.x64.1.2.21\lib\netstandard2.0\Memory.dll + + + + + + ..\packages\System.Security.Principal.Windows.4.7.0\lib\net461\System.Security.Principal.Windows.dll + + + + + + + + + + + + + + Form + + + Arraylist.cs + + + Form + + + Kompass.cs + + + Form + + + MainOverlay.cs + + + + Form + + + ClickGui.cs + + + Form + + + HUD.cs + + + + + + + + + + + Form + + + TabGui.cs + + + Arraylist.cs + + + Kompass.cs + + + MainOverlay.cs + + + ClickGui.cs + + + HUD.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + TabGui.cs + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + + + + + \ No newline at end of file diff --git a/Moon/!Moon V1 official/20210628_134239275_iOS.jpg b/Moon/!Moon V1 official/20210628_134239275_iOS.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee2b1dba3c4890d90cc5cbe4473c0c26a2483d12 GIT binary patch literal 179934 zcmeEv2V4`|w)bGrP^4F-LAP5+G z5hNf@vCyOo2>}76C6q9bWb%#Y-goc0_nr36JMVn&{bZAYVP>+k*Pd1XYfl!Zn?nJF z4;Yym0bE=FU;_UDoI#N`!yq?j05CTPlmP(X0akH|0tk4I3;qGP)&eVk+y?+FE}4Jq z+jDLH`!y>7V1?K}uMc+vxc`1V+$T^CZ}6vl>*?=*k+%T=3IE5vO+#b*9j?FabFDxC zDgSYN`?hTtDbWyOE=xVkR|@gMuhJx^Bs{TjHlAKNM}#NUss`suj21phg1F3Eox zH`jmk#wEYvAD<%p?C<^k%eXn+oIc+8v!@&mE7Oj%2g|WY^(m> zkUut_Z;kgK?Z; zg~?v|;{d-+_m2%8Cp<7D4=*3TFtCCPfmp$fSP738zB1(7q;rd`6kWf4? z<5t!uPTDv)Iyt+zy1D!M`3D3BT?`JpdhL36L}XMqMFoXzz1|Vp2Y83E$Hcrdmu61}L ziyxO(?~1x`yH@2jgGd>LgnZ~-ku3Gc(1#_=^AWog_*|azPhMLWy#hEJJc)GP6|Y#_u>hb9-?U?Lumwib9GsOS|k_bI5Wi zz-Ud)>(c;w?-+3u#mMCVVex23q08i=j>ZWGrhd?l`eZr%O+94O^!MqYQLDT}Rrm%E zrv#(^t+(%;QHm8y_1xuscj!Z<96ZYX&<99_oi@h-dVCpEpy?2yXSOckp>2dCUA6Lv zO+%@939pN5lbNhq(5#hG^!Y$xu62l|kW`WunvzAP9i6_KOgo_7(|(Bk1X3ScTN>$? zXl7H|s!-aB4ci$*R=~a&W9B8!YLAR!I0G7A{B-orh zD4ESX0gjurRPnI%+BYzd5wd$-UmP$N;{e%v1@pIdH7lIYlJB2tK`8KFY0V%W{_ym3LTJ|0Ad2M4$sIG}nz%~3kCO`&}6B$GB21;SEi z_tA%W6#7u2d@;=EO9;cF0E=kcrXHO?d#6}FA06eF&z;FSg4(BIRSuaxSG>1brha{vyo zX__VlHK<}ZfayA7^>k0{U=PU80akXiZ|Nd^rLTB+Dh$>Y5)Ya`bJJPSaDk8)JQf-u zAv_0&4Fm-^fP*BF13bBX7};Tv42H!+UzDIu;$1YQae8sbGy%`pHb!1D^}$#REgp^i z`$_!2oisq*CesX);~~MUE*&}tkO-_(XG>*S?}a5H+7}+nIhr(jZo?PUlJ7^ABzX2z z@l74ON7>P2VbYv^`Y9onye0?Oa*l>#N4zkG9?kOs?0NV$*KvT)A~+rnkUwg~0opy; zL1fk%GSiL_iO!RPPxc^Bl?!EJwMh?;v=2GV;+;J#_e@%{yQir4ANkE1UQ%MoD{+9$ zH)zIe!tNc=L+|m$3vjnsXcJfg@xt0<eK1KO_86>Er4Cvc zQs_qs2H^(LohP#!>}M9yeOFL%nkz9iYpQ zAXX(1HxP^#+0k3hC3c51aII*MWWo#G;O0g&>SRW? z_DD*qo8KO@`dNjdQgX7|U~AYZGbpb@dNv>D-AD$N^+xM4pt=xCD%Rwi%!9Ue<*hgo zmO@}W=8{9F?THxkBeblhqQNI-{GQc0=gb@gDI6f>2cO2(9^wZijsbu)AQ;LA@!%;B z1{B-Tjuzk^O-2NWrbl0ko~|2uZv42}cZN6la9K&`q$Mw9v9qbhr{nJC(I^0FCOM(H ziHuY1h$`uBmLmJUu2cqSVUi!|u&GmmXSrPJ0Q{VWYuid!0> zIBowSlskx^-u}ZHxPCICD5)jL@N*;EzhfhY{S+e&--0?Dshj$8_?nZ@daMNPs^K{f z;3^7WF5V!W{1Ph zdH|;m4`AP%2l^VB7NGP>o!<@NR281f(r%|BQf~2^@c<~A2quFA&@RDB?;)w$n<-t4 zXDePIZN*axcbB!`DdVtK`MTKH!#YZvEaU)O?c?(mu+gR^N6w>rtSQ7BMg98J5Oq_! z&SQzmk3MnN`=5I%2=ks;t#sev^n(VI>J*_=V^-E14&WEd0X(dm&@_hy*29HH5>wjG zo2^)uUc`QZcQ7M?S`FS;@~{@PF4m^Q*ga592v@PR)UmaM-tCMtjwcS;mc8=qn|1Nl z&WA_zLy#{fpM4*<15B7{axI$NU-!aMr&R5#p=MvN=}3;}&FzGD=G|Y)4kL$LSRx*f zRaO^z!VA2{0aE9c$M6(-@}ikbC{1<9j( z;_GbibwcW|dev^()^>?}-Rw<1T;X4AT&hOga?)W@Ja(3=3uZh5nnFh}{(!lHp19ab zn(M=3K6tal;~D4ZQsJ*_c{;yluUCMf+=^|>Df7S>?4F~ z4othEVU+c>|NTX$(ssXAWm!DGhym&*hURGau9Q?{Jc+odzvJy=*Qsub)AK1)VmAuh zQ^=5~Kb=G{g+O0M9%$~lu`vQdem&xDz2TGdnY00(&acNB(PM43+>OlqoakPXJc;sp zXL>0+1wz;CzU$Yb<>aKmEfRR1N1>P0s&uSv?!E89vR41>pyw0Q8-kRsI0}j9n^c^V zla_FD+No^BLk&f5fr-0`ryWIyqiM%b-O06hX)Uuc{GdjgYD&8_)WO2ynd=IO|4X2T~bWKv%v#M{a|K!yg;Gy}58dk2BHT3rLH#Ec3I zWpox*bK8d53DD~#t6r?B)C!H^E%q+PFyFwIoRWzuWT9!HP!GCbB@>K$cTuC+Q~qgc zPJy~iW#pt~FS6U7r4mw}cSZr=Gy_&HSFlhWxLy)*qk z_}IH!iI@gN?B4JxbQ9m6&DcxU0?a+ICQ>0$9&vzzz#B&!;Sn^}5cz{J_Tg-+bnml- zi&E?hNuDz>y8&k~xK;ysReBf02ShS0g7%?c#ZhD(=7*OV3s~54N#c63i^Sv$JENRP z#DE18thpd|8VOs|DU7Gj##b*XYLUymqazBLkhiTjP4fEkiTQ z6)A%A{jjCmffZ%n;s8$Qp2E7|W;iaH4!4)1*=JL?;@wY;^LPMdhA z`6*$^C~7m1`p*r)`S>?J_+6o54~*$d0y_`8di#0%x_X~qr>V9L*tyTt{9Dlft^K&a z@yA`^k8(GA2tWb%mr&mO6W~7FkGKMI&+5LP;tBxjS8)YS9Z>v#5LXC+nBw945t8EJ`+HmcV-x(=g#OWBtZP3P+ye}2 zA>o%WKQF)Vf4Th#RektZ%!AGP31k11$(Q&4De%j4u{;<5&I1Te%d+e&>yCeM4E~)* zmjC~Gy@BAgF3Zlc>@3U9AK(E5r)^nw{=mE~>*Al+#oyDsAUN&Iva>8Z%Xa4v@Bj>Y zEz8ayn78jqzb@1I^EMX2=~$MXW!YJ_JAZ%&5S-3s+4%$WwycYPUKf8)^Mc@XEz8cb z>@3@zKfnXa`JH9``90Z+KaCw~7kXpoZnfNo$ra?|4dq!^E=D3^JntY_te*NerH*Bz9)YF zGihDU?<~vCpUF?(Q(w#Zon_hip7{OGq;)yJvn)G*CO>^oeJ$sAmSyLA;`cw3*5&-p zvh4hs{PaEbwVdBsmYwg3-~UWnm-9Qzvh!#1)A!WZa(-u7cD^Tm|1)V_&hISC&Y#Io z-&0?IS$>B&N`m+;hlE7O^ml?zPJ?XwX>;rLd8ymBcBVYOBehp*q+Mi(wAnn?vu{egZy$gOkWpFWVqZZ7{@g{%%I_Z=|nh}ar-40$nLA<$TS;GH{u1II_l$!%ubfa=Q zxgi)w${F}-i4rW_VE4&XBl||#F0SrSpF0VxABbJepn^nmEc3v4iwhffc{g;Vf!r2~ z&g9#i8oInK&%s~G1L(i%`vi$2Mvn2e6`l;Y;2SDYT@g>_}>^%*hYrJo~;+F6~WsFiX}8{(}NXnZB=V zHWeq5dnI+c*38eIwT6mWqFszZ<_0hs5<~So9BhoZG0n6hc)U2Q z36Jf@kJ#9C%^%0SA+aP1Mki4v@|l{+N(b@?GqXbTDMIgF{F3Q}%JGzYkP_^M#4~o$ z-We{)$&XCc%3s+eKwt%v?mUCy(UhnvC8!lt8dB$vZ)WJ{%3k(uIb~#u20sJ1mfxCO z>)K?RB?l1W0I#+%*J6z-h4Kb^jnB+8&t-9;Kz2wYCI&-0sSclaz`gCoT}2@=U8<*5 zl2Rou5k{p`gg(E5tB|hvxs7BDyI*&A=o?QG2f3A2c<3FsfPi<#Cc$d%rZ&Mh)Rh#JE*Re8B^@-HnLjuZgG;BP=MN%5G zw76O=F|uGIV~HJGDdnd6ezZrqJtsDzFHk)S)zFgT{FGu#~cN?wQJ6U-;0e}jg<#xV(zT> z`BO5^#XEZ~0F7dXp4QYc2Q=G^*;Tc040rq_-c{&I-pw~dr&N;7$_O*=&>H^jUwust zP@je|MaY_y*B$83?=|Lr+P_$AgSmxAVy3`m(_I|kX*V8x21&ZrJO~!uj9?ape;ZCY z2j~bQnW7nNBpkokz|n~?iz}c;6>FYxurbA~`vkOi9Mm)GD}#nVkc_mm9H<15FENpG zlZQrn_qL|py9=FeK`vx_gg6B!IVINl5_7zyac6U_X&vcMD_*|nn1~x%xVX=xkyf91 z=*A+FXh$PYjx&!1*%9)=k(qJS?1I84{FtW!s^`4~D*?nqeD9g|uFY%h+ArV_qZdgb2_Kwco-XA@cpjX@weQmKl}V&Reg>)jDh$PeHny4R6SzX zjOU~R>u&NmrppkILeY-OBp2a&aJp-nV--apO9a~$L3#E|hKUUW5LXnyOlzC+@_s3pP@x74h z=`qY@G|hHeY@!%+pmbm(hpR|V$j4U|4eoFNPeGN1UQ+xtxV0-1uExv(+~kC64=`hm zS~p+=1pF0Z^hp)sT#LLv?e3@hnDh9Wom05COegFv>`=&1BaFo~yk&a~E-{gemEX+L zWm@@c^wRrE{6e4SH?x%3y6mg|@AuVDE@fnAjFlYuYV-14KwMsQ^VS>*alzpPP<;r+ z60cy`gJxTM-Gf4dVviW^acFz>sZJJ;c%3`*h!&J0)Nt9^Ym3S-Zx~c5WV>`yNtp@T}Lebg8NEFRds0TAxXn%45e4)DEvhcM|XO=?T8J6-O zA8t=R<`G61_LoZ33M=val|1QE>-3*7!%&vPCOe7MYd0gNlOxHrBgws`RGl={dScWQ zTK~wiiR=JTHD*It7 zaF3+^laYtNgO`uq>lYk8`}CviQP&i~q1t3oXdP(uRfQ}7USE230ylUouoq2HyvJ6V zuz>5E(~gjOiGvMk67}RLOkK%#ABO7QqfO|eqAcaY>yKeRgMqHQo zDt5)v(MdiF-%*oB#4NFubUm4NxVguJ>d|}B4N|*aYgvJi>@rhyI>Asotc04jrq>t( zc%g5t)c;`+T4L}O7Jub!^M@NaOSdp&d!%0P`2JdSzy``72r!v2s@7?B98bvh> zot$XB!X=+dve1V;*cvCC+L-8G54y#^BKpQMzU#JFo86g1K3o`|#!&-Q+h+-yPz?tF zw-`^9)7^uLI_SbQM#>;Q@Y%`|qkyr@3G()4IhARFJxAK-FYPRrQyWyv%~)fqaJs4X zqlkf2W@^;`3fuBmRbwO$c|d$y&bzP+tCUvwe*Vgn=-bA_0UAgJHjo<0n?Jc2>LQDK zX(sj-3NGks6a+JSsTgm<-JBnWM%$p!h<-} z4)NJi@t`T`T(aCGUPDjK?2@8hzN~U1YTpPcFH+GY&CPL-CD+*yV7QAm$TS9{S+?|P zDl$T@l>OAU3Yc$dR55xwV`(6-@>A3D(|wF3RM)kN%qRs-C_{mfS|5jpt|uB|%Q1VQ zH(h84b_OJQYE<4jQmcgZTr?D2n(#}ecKP`Ke^^=NGm(HQL098@Mmj(1`ctJ3Wv__Q z8h1YF^%gI97I~hV{>TS&4PAs{Npw*c2sdA-zcM>UyMDK?Bcu7D|GEznF$Thojh4+{ z3{WkEdQ2~hLay=D@ie2VN2zK(=23d9=6JW%sYlwGJ872$I8LvH`1iQq?sp||>#EtG zwMUnJRT}PVF%^!kY4$0{rIL_X+aa_>(1LAp9ZsXeOFQw<@QB%sthFa)zP^vOdk=&l z>4A(V;1_zuF{q8caKl@zLu11=+5NJv7XmH|pQ=r!zQ?krX0~6HF5Lb`aX8lezYkl> z-lCVq=qNW`;Muv3upjdSYaKhgN|z<{QD8K*()OZ<_|=PfCREp9OP1mR8CMPvC^4H3 zTLwNXKWrJ^yTxy}86(MJwLG8m=Qwi!i(L`xtI5i*KNsv$a-aKx$w#fm>0{S}^-t?F zS-Nz+q?|&otHwQQA-bh}pF&hXhv!dg26X7&wUYrtVnHfaWv#_#-t&Qy1zJbcTknP$ zpav2pSZ{I7c$zgSN}osA6~AVyb$zh=q+$8~&vp&vi-~=LjyspEr|{Luz2g+jq>!5s zOJ!QPc2oKWFHik|6VDrVI(!zZaMh#3_t5-~P% zn)`A9KzCo&R&WiCS$BD%3m4sjie^8ly6O!$(m`?c6 zJMzK8!P{RslLJ)gbbZqLHJ_BL0c+GjZP7=8u{IA_MFs88)BDG)HYv;#2W6~2ZtR%1 z?YF|u#}}IJ!M{|HL}w8vH~?dij%IB@7lha4p20Y#nI>$0IdE_@Di<&L%czTW0j^mJ z?Ep^Gpz)nE#qaeD=8*W55ENICsC zHw4*ML$YmQjw*KS=k%^m5(yHDm!9iok4y{WYmSmU69WQcP_p}<)Uh`dv~Rs*J=V5g zG5H~kyi|-4sU!@$oa8Yr>IEZ{rBvxsf2Q2f2@dc@{hqyH4%QQFrivaS4fW%XsCG^6 z&i&N0G<_S!9*k8d?~#_65knl{VkqRCNs91;J&I2Efb97P$ax~A7cUCl8h@B*HFb^y z;4aE6CcKN8nR0mG0_R&UMnZmE>~YwMupGQo(*fU2+6FYFoK&Sq8-KJZ%e}GJ58X++ zOnrCAR9o53&d66b=V?zwiqLe1s@b9B2(Q#wcGpo>^eJw6Lp);J_|jzl`>Hfw5!9y# zU5jhK&L!W#Ncc$#JO-O>+VA`6^hUo^#FIt&;F}6li{HyG!h4_vB%pU-In|1{)ysd& z)JJ@^*V?^=bJqE;$+V*!pwHJZMhDIhU-fR~X*%_#Q}nw0RX9nq2{{moCVo{}jG;BN zB(oWj?P*ac@gU>c;HC_Ou4TW?0cbdK*Z>!SEDq78c!R3bSJb8V)0GC}9;b74dMYoe zP%Mb?yKN;BO#cBSq@hZOhi3Ecf zTBU;30G~Q-N~87F2VOQsi(4A3{BLbXG?llwtUq?a zl)`1eZ-{LjBJ?RSPJq6u^`$p(o5yq(bgt%<(CjyUezomuu0ZL-b>5!kL<05<3=T!I zV_15+agaR0o_^@vWZZ|E(~*SyiWnp+>M-&vj4v&L6%hZmOszIU3i_I*u`n~%-R9w* z9p%@hkEypDz!lFX-yl&6FvVUZnZ1L3LV}>vp@27@PO5daU%j5jX~O(7hFFSACEZH2 zh4?I)=f>AxYpfg3M9ed_6QfDPXG@Qu`RJ3rj1qQcrO`Wo{0;jp_b@pgIj8E^aDWn@ z*I7%4k&KCV&vtAF1V=JWv)vBURVTI(rcKfo6Cja!R3u77J5b~6z?KegyLq?ir?->q zA9d|fE6lMIb*W0)hkvPp8gWH1o4rLrpCC`GmJk;L%Pp;5evO{?C3tk+A{>BzoF%H& zj#ir>A2HX`6ucS*K#O9SmUIqao!N(Ob3}I*Z745&PmiihkJy+samwD~3=dr|c&bX}_^Oz)y0i9_BFK z%|yo*5+wyyVjX_Zs*zfizYVj<3YxZ{dL7vhgL?Has28*!;_G2LgUk z#4Qbf=Z4V@s$~?h6L2Unj#)FH4c=?;cnC>+xD4$6OI(!7888 zpqFfcBm z*AXbWWcD!K)WNIFNpCY^%>932^#5b?Sm`iWIw?lmF(jDfn~GJZSH)93m^&*MALl1J z`Q2C_m?yW&L}Fs@*BpvJcFqn}XAxP&4IUl*!m=Dm z7N=e&KvPHK;sV`dp{=Gl&we4>_e*}??>S!LhZ6CqlKSY-!Pz}~V9|XnwX{EOt3;;F0^}vjo<2-T9m(taUzD|M9P;h= zcwV%mlP2pJ{qFGSyUt=s)|8_b*XZ1@=w18~G|lK6;ByZ5HaH_pWyDjcZik6f+ZxK{ z_F2#Qr7p~63~m3k*iO0b@d{AG{F zuWEHU6Lq7=HfN}*@-k`5O5fw@X*&J(_2F(*G)RLz$!AenXM7kH{2tG%{9HM}LR*;C z*stPH|HQ*)&^Ji(`XX3l%fmXf1k1u@ka;#e%`|z3*yQAD-Uo{MO-~0x^)5UcAfI$A z@pWGtT^CSN^197T>$&L8R-=;-?uVubnkuazaY6d{8n=zJYDMUtx3ALPHgt4q=LNb{ z7`n(f+?c?X z(yG+(H3vC>qs7(do!(S3XjZ)PgJ&gLn$*}C^5&d=l2=Iftk^erypg&oqst0|WbvMP zY+$z4I=HC$l22*j;`WP{X_q8#3k9?Gq=xF}f$_`>P$x=KB8Bc!Aq9bXWGldq0lv#oFd>y2N9cgKgK zQIkXXYdFpP4x$|Y!&UeVY=GI9>%^~yydX||Oib|r1qxoiZ1+m7YJaX+Tz)yMaqA(= z*6@8fPlSy#iEYH5X^8JB(-bSsREwrEi^1r@3jZF4=keDs4ZrGEP}bVr3VSaax)bmT z6&l|V1r{>Sv0sv0NWJbm{mA^|sO}`C(>umqJU*dzLnLP1o~T2sgqBKFZ=JNNYX2`P zC(xJ?276^UzPWLQL!aE%##L|tUgOC1tI-8>o~0U!HyU~}USC%WTK_O;yr_$6+=vEM zk|$Ag&E_^pPL))fD1Y3M1MI8+kka%C+jWHa+NY&1!Z;VeA4H4jt6|kazdQ(jR290x#kpXVc2my{|a7nF)cZYF&m3T6>gL(y5ySKt8F zn%q-L743B+iBMjGm$I9$`TCJO+G~>@dOem2U5HUcloQ*VdBL}@>~&k$)0M9HKh(Q) zpsYFG-(k1izV5Gx29wuQns+cYdcoGU>NoM?RRSLQL9v7Q$mz;mAu_8}-88peZ~&bm zMs`_uoH`*-4MkTdt1QykkMNYj;A@4wpf}?|i{Zzez5e}jE1GtnZgw`Ynl4Xus%}u& zMDo>N!#W9i(_?E7gQP)1gr}}y`a$Hhr{ijevzi6Rb_RVyH0{1FR}Tcs{Z@vDWjs@Oq+L5Jr#q zcQCBl{A}M;!q`VlRs80u4VZ)#7Do;Qcg-Bd6u?G@cq5s1gLSSGlEj#owAYsyoshUC zZr97|S#ZYOg`@d|vERtzsDNXzkle<<8Di~&S2`ARfR>f`v-2!Je2ocum=3MSclC0B zu@#~EYyYX;|G_~BhBw3m$8Q@)8%N z+Kqqo{43YbqN9?fAbFM)?PcSQstq2(ZaUkxC@cDl9w2{;g?Scs zTo3Dp&|}~=C^Z%OqE=yc2Ql{~sGNggv!{lft<`^)dgm`+(7 zHIVP3XEUyYx%An(*dPK`tz3^u;$1bFXOt4NqM^)Qvuh1ePUHOv4`r}H}3)^ zH5+x$?ar>NxeIYyFRWzl2HWrv7;aq&>iAni@u{zCk3WeQb=jD)ear3Skh+mjy^Q~+ z&-b&-?0!d|LY$7jq~iC6H^X-JGqQK3?S*{| zKGZ8xUem8;Y9UWFr5I9Tde=82KpUk+zkX#?M>`H6+cu11j*!H%=aM15mvH*fgmg|7 z*Sn)%@Q#a%>nh)H6A0f)()neX%zok4m)TqTBoj{`Joc>qL0=#ucy}_q;Hh$YrCmsN zO|L+w@8}5|5_?`W;Y)UNmFTAs;vgnW?ZslR+9TMZ>?m@6x$3u*VI#T@Ll(SPJ=)~x z4XjUg@0g8F(!1BpQ$bpJ-iby9FHJ29;< zk7@q)a_tV*Yy|41!s>uEy4EvKnPyNYNgD0$Ev{2c=RfK?mwk~pzfH9#rlIv>U$JI* zEK)$liI7(fpq`KUff$Nv~wv+A?Su>xCSY!xajs7rVyEfLbz@CHk4*jw{>KGDD1Kj;^CTR9#LR)+(7|m@2X31n3x5-~F%L9peRAi@ zh83nt0N2M@Oauogh0~E{hiKxxgjd9#s-R+Z;W``s_kP#nI^Tz{j;sFcd>fBtMd2%5 z5pz2j@$3Q!3BBEIoJ>brF%OmQmMm(`33!j+Ra3L&_J*5x2papcyB%rxM?$@U5T7;E z0N1MOoARYJym~Xb>lxk}Q+gsFZ~ZB$*#O2z!Gjfyj-PyV33SLx6fW}O2c)0FDZgKr02 zBGk0>j5h3uc)0CD8mM%wAm*u_tgOGZZr8n515}69gcIynpg}yHK2gaTLcM#A%odgN*}B=UD?9hHQ0(gU`R0L$;gxrjW785JWg_R$h8nvR;`;;<$7%kz{yP%0f?VFUPDP%}*XiE= z$RF|6$rASd2YwwYv!=JgQ@jp#-5SAbu?C!SY_!9apcl}@|}Kp5`U)8U!3s0JBL5+kdkEFHud-4P`moT$^O^JkITlu zSqn@AxzvIs!GDnEPR6RRlb^@U+8sIjvLk-vI$*qo*KU|e{+aR zS$cyQQLqGbOOkARUhGlG0k-CzxtI(s8khs8Eiv9KHTWh6;W|(frTT=y9qsE6N_v`C z)%kptJe^MBW5(B@X@=?%J954Khw!o|-QL`GDv9bz#|Ex2j9;@*58&iJ-r2u(O5xgC zBfS+@EQVE*>G}IA~uwsNQpw5lL@3I%vV=ZWD@o zXn7R9(5H&`Si)bQliMU7W}bJwcV{(UW+;F>X!WY$#=jG@B+6J`w5B|;U~WI#s^;3KFki#%Fa&D#fd%Wi9m5#*Wh*nKyqQE@oo!0+IxC_rUt3Z7fL@g2eB3H)I8 zjfSl)r|b>Nq2WUk_yf=np^6lLZFU?~Ezjf41vORiwaWtDp7jutt@rE=yp(w2>#sO= z|C5glqB)&^jr)5Gj8uxHae%rR4&ZC{(z^+%&06n%VR7l+r+(}kNALHM#3>^6b9FIz zd`Kp&RqN6$2e>Uyx*D+Oe*ToN!7r{?hE*A|5c*)hQD2aqqAwGahO29bV{P;GUzq7H z2=7o)j@ApCZpukC8Uc_$Yh|CExtotfe}#CQ6uca6|CZP2%fxAw>R^_>GVM?p)dPFc zCO5jcX((f3^a=cKVEmVZsDk3jBYHynKl*2pI=(R4?R0|ADyre{0eDGLN#M7Y8Qa)d zxQ!mKnbhQyvsGuGr!_1+O6a;d-*0a{un^y+5vRBCx}p4+HJ7r)5H5AHIdSkM9Q{vc?~D%a53-o3xB#myXW})@TaZMnF}1{U3v_(y zNX{a@8FAZsJpA;LqBbpSJEsw;8NYTkd>es3O zmNFe#?=3}Il8of?ySmM~ybK>FEym80z5Gaabv|V+q>9sqBjMymLgd=!I2ahr$nac+msqpu139kYCu zN#Ps(MR_0wfLoYa*z@ei#X9X(VnIiyZEkJi*B;>3IqU)j+r75hsK=Q4WNhGyc;!kQ zQ=&ApMD&}s%cs+48wGYL^R~}%cS}@UuPEDhB4GU)j5D#VIUJLRoVZ5&(7U+^bNz*L zx{oApc}L4vUrizErm@%0Lhc;9bQno*e+*jG>np{-rgcVN$~JxESyUPm(43)QMRbGH z%8uT>v2{V73WMrVPDWo8zDW5P`HsyPWiNFxnxB4ofxF`*`0z<@y_1_)g~N636GMh_ z_rw8Yo`ldguIqtntH)w{I`1_RZWm*0~a15Ihj}7<_1! z`~!VcqW7~eU1lX79%V;@95KeX44P`Yqre?QNS2rs!vri`9cvq83kkn8zuXs?vaJwc z^m|?}RnYU1R$_kSVqLSuWMYa)EYZRtQgxphNgQ0?MU}cX8D^?jvR!(5a>(9SHEZh$ zu8(!iUk!+F8CFJ{DcM_UkXLvnT)B$=%?JCIah90JPlPe8gW4GuU^4QC-!8?97Hx#= z?#>4l3xNUE?9a%{S{FCzOvXH!bSB>23?~mzgI#qfKGreXp*wU$&5o>0*WUgYcD7B4 z9Ss3_y4hO>?^42QBzn7MFT$oNl$|-Ht3ITX+*4a0fA!1S#Y>4Y7pXF>@A8O6X(ND7 z*>*jTrTxDQ04Kc5O#gK4_!>nTApVsF18!IHaNS*KKJ0p_2^fl-VZNaoM@_yggr7z=}yfJPKs6y$RnD(Jn?2hid;JUMISf(bDYr0%;bD)9D!>Ps?)JJL z(|~t`EqQqXu(psEdW6h>G&%=AsrYGy3E-G8=PksN1uLl4xq}$Q_>0&07w3xJX5Sob ze;b|6JP6{MJ6YV|@vVVqA$`cRmAfS@2POIuqU9#R!2}S-^fhjI6q% zd69TAmL^>-ey#td=nXSFX?wz5uiTju2%4Z-cxd*0YG`@8rdHuf&eN8#*Tm_8%0lXn z>gh0&)Y%h|QjoeSU2}tUo9+0{j0A1HA1>UR6@ym13PoRYS6OlZzrYjc0q&x9t7%(Y ze(}Efinh_lm=BXlOmlC>-V0s|qhRS9!c^Dbj>(lw6|4vQL2>I7?2#7x&dva*;*Y2G z{i9pthVHLMkR7i1^t&QPZGJ&Vp;Iitjrhqy|BI^O6SZ`_rAEQi_`%$Lg9UwuT_!}! z$3xNQEzW!%y(+<^W2&z|%)*QK0+spZ7-wN+Z&vf?|SXO=Uwh3La%|85TC?7BLY0wIKfgPRw*7 zX#-t8a!^lx97C5F4p98}39})yW&(E#8{O3NODYDu#wSqo!FbJtxTSz?^9JZw1oZ;-sS!({MF{L(;W)m!EMky`o)K_;`r%oF6hdm5xyywVfypcg})xWtJ zvG|%6Seq=%GU%9`Q(xs8Z&N(q?s;pcgOX1}@FT&b`6Y9j3&gvTxese_qF7x{T37D0 zt*D`&MKAs9vuCgIlEg2BYBE1gj->@h0|k{U2bt!g?S%e5BVnIY^8oHB7S5JjF@ZjC z03j;V;#R_FL;T|E-1G0f?w}0vx2;AGNGz?P5W_J1`f|Pd-6+%iUzP%IZ!0kNL?sd~ z>P({}iSTM~VPF+dEnf8REBvgv=ql8}D>xC*YPtbdrPOwZ_nBA& zx%&4V#gEi|1C?vV9kx#G%S3!kV4Y+a!hqT{dwH6&JysuFxiz?K6>>heolP*DF1`F*fsgk^D1|KH)M2og$W|Y710TC zv$Q&JYAhRCbEsd$%{KSIJG{UopUxKxN@y2j5$4|2ZV(^s`JF*I6|_TZ?wO)+y?}j} zrSw4wa1y@zsceE8gmTru27}i!B8sEER9_s^e7>qYf(KqtK;zhkgZ9 zmw}~KX_+?3hvfqjjVT4IVdwQr$1mB2pdFKj)Z?`9iE+9N#<_3UH84{s%|hgw#R&D~ z2nkK1JgwRcf4_nULyMlXm!V(K8OL|&^T=BD`~+n} zGTt*~?AS!caqzf~FF~+diA@*Ae8HGmzrn!IBEm^QN7S`gmz}Mx=;=r~e0qq-uOQn; z6@AufMYrx%f|r$yN`Ydm4_%#c1B@QBja;3b=@FkQse~SDIdG;Fb=4${MqK&xeqlyQNm*stt+qCu zgp2n#Y*_K`T_XVOQcSuhfLp@XD3Bc3GRKR(dtIn2qxvhww03igseLvkO!s@D>x6jl zBJY763}sj`9jwhd3A-V%o^;>oXp+IJ_w@Rmo9B+rWU#wN0K($gtElO`&mIdEwXm9< z4lCM&UL9m{u%xvpdiQpT;`AqG+`=hiS!;o3`d3PSW~~`%6^W9C&hv_ZP#;Nd-dESU z_h3#qOlLXZCQzc~@L{VPl zc~i=OXx_GNE3&mf1w<3a;~`$m&=%GyrX1)j^I%8SH6Q= zQhn8?wo0kN5KR5j#4GZlR!`^3vfFbeDf^}x$5!G6Ie<)+iU(O%e``=0wKP&LVWBRt zz>eFY;!XI}ULJIR)JBu89z#5wbEX|5qAV!h-P85wPnw*4K^KqfwGj?(^ihtCr(fMk z9R7doeP>ux+uCgq5kWD6APPd1u863BNDWv(M2#IqB`P9fL{wBzLl#9rsUji@LQqs} z5b4sg=tZSS3q|R@CX^6TmUptx-DfMt^PO|=clWpN^Xwl!!9`eES!>Suj(5D{9rNHX zCT_e>9%)G}m(cE}nWsNn#m)Rsx^LZVxz12e|BiR%7K3Vn)yA_(74RbLnQth$CRgFM zsPOZ{&+?BRH9pu_wXF4{AvrIm8X$p1_!_6dNU*F9ft+`JV}q;ba5;7{Yj|xuyKwMq zUgK^(j^vKHHy2cV^5Nvjr3^xe_Jd_$jc&NnW=3v}ob^@q;QK8R2eTUuo8BbC>rNy6 zZnaBuZ3;16?=Al+_H{^lO$(zt|>W!S2yx1-kRd!-JPPufL>p{bC8^0eItSM6@I4Lh>Vsbj#6m z)rJmdh{?92ejlA4Z3wd3YijI=zdJEZPSW%nCJJ**iCD&gn8AA=4<*ZH&n{PR`do&B zE=uk@5L%bq)PodQlicR&BLC7-%zE4#C<@} zFyO>fNQ*|_?&T9#cW=M@;expWoP@3yZg1z>@j|#F?JK*-QZ&|7bL2Uyt5vIm?#?5R zSV$DF0Q!2^zkj+P!&3zeaO2pH3XilgZkXlb>=R2j%2qq3GziuNDaJmDM)#WiVx0e0 z@P-2cWDw>?VGA_b96S$Y#ni+Xn{y?-5FDmmn&(DA+|>lz`1urIK^s}CFMia9=m63( zkW)Sv!B>kxS}lOwp3*ed{)T#o0(apirO*2pqx|1&iW}4PgBEia(XDc=eFC{IFU?QH z)|(yaUalQbxhk+TJgglqgoLF?{(Hi<+7R}yS8KcW-^ZMs-iK9pF(QOaVOj_`d7{g8j9o)SS`%A48n?Q+7-fm zRU6+`*QR>!b-j0dqy6#)BFAH&bW`Q{Ji6aWzEy{ghj$~Y@=v20KZa9r@_x0 zQKA#?`IWiPE5~V{FQc z>T@NITb1{rE*qCk?}f~+3x=b(a=b{mH3FL~T#Qc|kj{X(3JB)@8@G6tq{B(o5K;H0 zpoBuwIH`h6-w8MLwC<>DtnO=}-zQYQsCId|hE;x%JbqPUv1@CG4qJHH#XQfA_Z286 zb5OCBLN_c8Ea#mW99(WmaP^khSfijeF1i-QKJd$-quvqJ$YB=K(SxzAG`KeM3RXN*%B#lFMVAI)!vCReX;?%cdY$v;pxjk7~!vOTN1!>1U38;jvO zxpV~Gmho#oT3*&=W-;0pgk7~|SKDw8kpS^#=1Ki`RZBW(QsVo#17y!??M6lb2^vz3DyNMT*QkhM_`xe%`vR zpi719SHD6LnKdYeA_{ILrLlnasE4zy|2Z~oB$+2|@#F{gM&%!5uqC+fDi)Lx`(ybH_n>=xhG$K(+fxTI+I9qP#Yq z7u5Ptn$a%<6;?D#RFoV!ZSnT9!yL<~C&L0c#XB@V%{3gS)V6p)2|+pN270keD|SJ_ zmHj(?cBju%uGV~V9K}=bzl&P3Ou%Ge(~%<$O~nobnZo(2q{Pjn_Fq8Fiv1U(`S(%% z|LXNmvI`UJ0^MPIdj`pgqO5nP(0hT}B#4@{q+=jg95+lWfx$-%W+a&rs?! zkn3=3TC?idl@V{7`DkEB@qm`r1r4;-Er&+MP^9_)iu#x)V0ibTT>W7ZjU!E56QNfa zkO#F$hfu~TDeA2iES0S}={z6m(#M^}i(mL4g0H?p+d1XGUbSOiK6aQ?x(aF(S%ipb|0O zY_lkj6@KPvhAwM#CERxHgceEha!DV_qvu=D(4g3Kk-Jhj`xjqSfJ=mOcfEZAa{BX{ zcP^MbIY73&@4@R!{&;u^q8vb!!bjuj`-7&8$#<|jL59C`@s%kKU*stS;Q(+mBfJP> zUZ@)i`s#J~ZV*eRhix?`fUl--#eI;S0|j{I5+~j)ckGGYUp!ClB`^|dzgh|pcC;;7 z*mjLm=ND2o}Uzh#x&(4+dvV``F&CRex#sfF{TwB!nSJ4SZIcxr1hP+5ps*8 zGda8r=BORD_=XaY8ckW1q&R1-bHzd=t^(xrM(uQArLlxKX1Hiuz&A&d?c+@3`d!xMleICY505yYOJmNp`G_^)aJToVByDPF8?NDQNtxbJrS=Q?;y2?$r)hT%|6nen3QWtwOPk z+TiPG0hVaxFP4XYgjA{-j{*^Jb4VXr(5Gn=R+e8$6E;TrxrdytZOhB_DA}sC=<%sp z07IQ1HMFE!d137|XX_N^t2}AX-n9WKtInUFxxld0;O*J#kL9i2_FmMy($Hb&rbR378D3}LDP*B< zs1p?p)va!C@pOOJld@%I>%1V>*wsw6L9>N4RmQ zV8iFt>jHg!CDA$iYXqhW=@p2GBPiAw2hQ^=lXrvm`HdVshEpjnerxbZ$StHT$fHG= zyX@6B)Z88~ZNHU@oW$q;v-W@{)P~Fn%KoSBGA~~~Stzt8N6>v`%}loUf9C&~KgsP* zupP}(tF35&ZJlldAW&Co%k8vAHojpaU~PE(g%`opWl%Pb5y3Afg|L>V1paD| zYYZY@(Ijn}(vnPgpqsh`VRjw92xJ@sW9O;iJbx~@@pD~8-%tthe)3R9%l?{}Z>SOvn0c1B{@1hZ)mi-Lf{bsdcz{Qu!!!4%XifR`4Q>c+1KT}+84S4t7V#kS+B z&Ay?kw?>jkv|j0-j`7z9&O}J?!`Db8P?cjxooo~UBajdEf?^>0yPNj|KIy=LZZ~9S zM=qAB4Hoccx(B$QX#Wvd>IF)QUU(e%eN z)dtAyts0Oxe_4#x);9E%tTyg9`seeTqeGW%7JfqoCvEu$@gtKgzym@XWa}|mBr6U~ z8Ecv;$UJX?%;3Ohc;EwIinhjGmgElt`8Dg{8-(~&X2%5>zv>9WRMNQOxb~jLENlnP zv+-ub4Uv!oi3bg*oW<@vMVowl{|%Lm&pN<82Wo=G#%nNMa0<>VCG$>JB-ZL-pOuf{ zl6ZPdAepEEo#KB7rV-Fz8~yBfaHuVyI~3@+KNUv{-rH#m%YhOFCT%t(!qwHyb@HD4 zK-?3zWiR_ogoge32BAwE7u4qpN5)lWqlg{=wCnLQyBW>TuhG$Mb_^W4VcX~aH1WG) zpGvMi^jdIr<(IkTvWg0@MBk`|Qhe2i!moiAs!AbWLU!<<=BZf*ZC{-V!)s%GhRLBQ9nDtm!0kn1yL$Mkr5oeN+q1;e8Pg88h_1fD%-l?cX67 zj>JN?xO#M3&tTy*^Z2vD=JBk$F5yTwg-#Q+%0^Q`!57X^=5ySQwRyhS*3fV#pN<4p zC}(p%GY;1oPTN*G+Pca`5WDjeZvQGXVH?7v!iS=dJ5zj%cclf^H42F=+oQH+>oU~q zXcTI2RW1L~`8)94v-J|9%?R_MVp#Y+3?E;LM6qR6+qLcoo86@(69j7>Ul3NJs|kLB z&ya&iV!TM>rTutu!xI-2Ew8L}oSS>E{gTL`N{RKmMA)K;K72+qh^ohXN?p+cNZcZt z^0W6Rm#6I|zH#+X-XkpNKaoQ@3B0WdPU55*vP4f!ReQ z{jc1ccFQ+4Nj^S*QeU7M-h(~W!cxWrl2kX_ci{ZTu-?f_MKc;uLY=+WM&7H+ZC2Ca z%_pj|Fm$*z%%_9ilOHgr#Uge0^G2Pi&I{|ZA9i+5773w9x}b_jH#gF+$)zBl^~sHo z=L1Tpep}vp+@@;Jz`5g105+pZQe0!!;h4=&T<2{{{yg-=nC?Ix}WhDh6Y+HP(5OfGbw>m-w?1J@e;YU{j^spPQ zBe;J}4#vmkG*)mGqjZ4A^tP@e@~K8+O;TUyCknYL{VZ^S?w}7%GGl$l%W!&}V{f(W zX`f75>QV{0kX^+hV2fnWF#yJC#ysFH^EnQ0{C+1~mEF&uLO~W8uVX!CHMP_HxySLJ zkfu7#5tl0!jjGqQfZDH#;Zp$9y@|?eux%lz-ILYP`SSG>EYf_L{5P_+d?3;V@Etl0?IkJFS|8Ez0jC2NmfYe{^NF3qJg z9NDBf9}3|(()(X?U_W4xW3R2lxL)z_KnUo_RB^|8{8DC&w8C~3Q@Tz*FmujyODC{C zp$yMsg5Vc&b=uM8I04U_<8IXd3$_{EDUFB*e?zHOGgSLxpuVT&FqSY5)G9NMo#9LV zQu=7f+Rix-42Ll3TzgY2~IkmmX7_aMQR_<}3{K2`IS?!yfTSDkKk z>8*{wnxQ!tDrtBMP4~D207h~+3jj)m_<(OHn}dMB(;!60LwV5Xs@|4~E~js(r**&Z z^yXXHq6~WStAn9ffxmdP^A75!={rtPV@`Fe`yG}z^yP}xrls51;`pWtAbc~Xbx7yn zgovhT7b;#kRNisdQ`fdk$iLBfibr4(DSfKQ+)Rcu$E7XImxOL9%jn2Y+l17LlyZzJ zBrwrLl$s#3{1+cQ>#th)inlDb*-&XL=Zf3MAm16@OWRcyeeIe3@#vwYq9Vh^9>Zq@ zyWu8t<_j=@>?&@iH7jW;vK~yyXsFb<7g>5PSbF~(>Z8uaFBdKb7eaD2>ls%wJ1Q3S z+h{U0s+-SRKP%I&Dk*GulwDysUtmzZ7uz_-e8`X<(qjq8CXil4N$xJkZ#8|u2!obc6{3**^i~`S9luwcexvm<;0Vj z+jw`W%Sp91x zrzvSZ?ewUKbJP4cESO7w_n=jZa$k_b1t-qki*?jPlvx>&2Ob???`mrrB25!dZAm%y zhFE&5wJ5@LU(_X6DfUW$0yppyY*|utE?0~0ScQ>xeW9|qq~V68Q+tTlXu@)oY(lyE z)Uhas^QW)%I4j+g`1I+Lg%N-jQhY@;RxNM>Jh+r0%_P^^)~#s^*-CeO>s3Jw-9A;H zyK=5!n()YR%K2o0F(_xGVW6Engl@k{kIk1;YWZ@p`xECuGYayx5^XZ4ib1=;{n6zv zqO@5J_QmGMvpkzM7qO_P_Gy%T+RiwVHv9ITG?XcZc)XpO#?qi`wiV~#gd15}ZOx%_ z0dX1J(INSB<>sG;zcvJ^E|K@l{=Y2T{zBdQ%P{dDz90K1xpWGSh9L76Id>tYj3#^D z)igWcYB3DV4nzBqXt*^=+SqEa>FM-ulB5y+XSC5@loh^v_83|*cadNLAnrquB1G&Y zC-4DnF$R}J{bJRtOxg&>qI4FH_lho9&@8JN@{}MvFUqsausoC_$G2jESpwy5HrxZa zk)T0)hWS49yDtuJjsx3+WYxgRpaM&LQ7E(@Pd`KfIOPOVda*Z`PTWd4WGyuzzB&wl zcdaO5#Xod@7mozlAcA?WJUYUAoOQy1JYl2uh=K4zUjnHJfoTi_GmtyF28bBfB&mWO zcNK&b>d<{?FolEXd&R#Yl)W`@ryK}}N6Ft%raD)Dq&rZ^?0;~iKiUaQA5-Ue^1`s4 zU#arnQ1vo2@W+%kCj4Hr!5P`v)HcHNh=ayuP?P*L3)4dndl%1IWzHqz3dk=&)O+El z&*f1nHGewBKXHI#@hn9&H-dH>9$eeP7J}9t;OT=0wgl>I&e{s@uQ$LqAnwTjBJQAz z$Y9SEZbY#sH0S^j*tYX;rXErHBKUv|{?Ftm;GjO12X6*aj0Y{F*W@JuU8IX=qoUCR zslU2{NbF2Hqn7s`n2C>`#V>&e_t3E8zSf8${}q2ml_$NiHw$P{6i)+Me%e4p2Usp< z(8*li3|-zez<%|n#CrnXNd&N6Z(<-?D2(`7_p0%aB^_Wx69a&f5*RoHj)TX2o8d%J zL>GLs7@a)o)xECsGJ<}`0<+a z8}B>>cAm7JuV>F(PigjeTR(7hf$jTuQFE`YDkhU75xz33@J z;9fDogr^^kH$SqH7co7*pwerMSf0Bua$gzRp~J0!awXx;ELJs=Blr!qT>^d~!xv)y zYN|{h*S|!VqJne3L+V#{Xj~>$AhW1r+5s!Q&Q_VZK4@Kb`+fiG4XHR%EgR^>gamo7 z9HG-Kp0u*3&9{jsD2hk=Zo>nLtLHitnXOye^q4(P>6G4IGm;W#)^o6?o8b2*UB=>+ z^Mlj2_bj4C`SOtyX@fx=CDsV@72}Kb8ZYtG%GIa#z3QL8pv1Oy$fjs>@U4;#)s%}Z zN%+AopenIy*9i0ADxT|>=%k_|zGt<-SdBm%bHKoG#d^>j~MDeZnF4tfgmz zpJxafvZi|OkCqpI2?;ujqOmmTwmI-DL*Wy2PR`C|zni(EkVJ6P>N74?66H_z0<$p?R* zaZ{1yeLYZ}eSu!=t&N$}yTN8Dz0lwK>Z8~qz&`C(PzW-4zih(z1;xR7SHzRPI<{HR zxd#uf-cBf#v=zM_g95m56aVr5t7-W^a2)$5S@;Pu!oV)Y&RyL3^joPAjerK|pa{s| zQg~ot%yk^z0f|!Oz*1P@XgvZ7jkm-g-TQng-akk*z>t@Mg2GmYamzyDHoCL1V3T!= zP{m%%$BkTd_7X~$3o>^SNJXH=SILXr?!@)!ZgUg4=>&TECbseow-_&oeiXfE%2gIgIpV68X)s_wnIbc#zlEiQdVEWjop)i8*E0e31E(H z0-H^4f&49A*$agkKbOQ3;4tyZbVvs z3rElz1R))+F%38ft$|82i2xP7)1e?m5!w{f2+Z_;l^A-H3GX51HHU?Y)kf4T?&|`TQK?$i+h~#QDvor!kL05lu4P&uG zZh-W7&hSGD<(xs(eNJiDhtn`W@euqk;4?5XHY;27TO2=2GdL!F6We+2GxoOtZU!vt zTx`IX2(|+CC5k%4Tbxp9_2)=K{`Vsn9%q0XMga#hn>_ta(I#em6<6ewdEF0m{2?lV zUGfXW_}5d|7BVomwPDd-D@3WTd*PwJcNQ15qDmzmI28-}Hc|>kSn6Rz79gE~ZaNwZ zvdma2aq%7-o_CSM4R*Jvm9#ECwcM+|Qn&*edd0Emhmwnn0xSz14L004K0K^qVU>2oY39g_CKIwP_uV&(7QAUQSYVG5ZA<>T z;T!4@>}6TidgD!I?4fqwb?K4yttjD31a>ySGMACU45z`KRwV}6cc`kPh^lZ$DfH_l z#}((+=S4jduv`@Kcq|aODB~Msnb!2M!4&!jTHbX-hl_DXUsIn$$s%i1a!M*xkL#^U zUw*2c`u1O{G=9%O9x2_C(7yL>%bt4$ttf*K6O07X+>-np9_*lN?W;Yfx|OjwInMq? z45}sjg5|n>^~=w@5m^1%*_k!xyI|_0*!PisS%H>X>-sH>cDixE9GBxgJ5Ms^UW1dW zJHMfPUGm=6ZP+d{^?}@Mu;5Y4`&kB7J%xPc7v6zXh)KkOy82nCI~N=rWSdxo?WZF4 zX0EzAH@D&e8Ys_P1cM(lfD#4(S!GOG#Am|nKM&v@oBX|ps-OLet^3xzVb_8;g)Ejx(yBra`h@u4oRCd#!P(N3t= ze!q9Ft^aYMfK8rm7R9RBSN8K=2EPkue}&%*{8=t-bTTr}4Xl`wPWkf;$6;y+=FnZM zu{3<8CU-HjhbPqw4L~53YPO-)n03 z?Bt&$13Rzo-#dKawTNo{ZsAd|CJUJY`xGT|Dimu}$U7Ze*2b)`I^M6Jl>bt=^LcI(Yws03IA!aFg{7 zb&+C@l;JDgAbl)-%e=@aBUTKc7c#Cs1^}TT3C#QkcHt7a?BYCp`p&PWex?rofyA(1o3Bk`hnbiKl&-)-y!%fMy=zGk1Y?!OwJo z`jqcaMGCM(>-bMk>mPy-5@@aX83{l;TENC4Q@TMQ1Fo;eAa}o7jcM^kgF+-9Z~_gu zbJTDpU|-I|AWe;u;)5Ab(6OIK%s;My*vG*`rLTx5fu_YAWZP9M39LZMP%#r^njw2x zg+K`t2x8{5y)=d#|BINRjYuh{{ivQW!F;6wkodhcLaKuGqk4k>nfYiU{sX(y@767W zN|t2-JIyoeKn$zcG_0g1*`P!-?itcqH!89ang0~dfPCb2t4PW$!F=+NOaKBt^McCDo_=r&tA z59br!Q-Br!ppfv{G0LU1b7+}BKLJ!V8yHpvco~u^p+!6khmE}U=1bPYJvX=XzK(g9 z(+5mI=!eLS)_C1ryvJOFRa35(LwjliTbrCEiOZzyoZrj0!vg$xFAl^M=RMHDHad5R zy&zwBffYM*F3tLJ{l;~#P-d}9z8s z4O$GkvmH0*E!H(YeXBL?hT5KOE199nr!SZvYqEmRqPW#j*WzREb+>)G_o?vf!_Mjb z!`LBvetHctkBt- zlxDEsJ_O$oHdx9rcHPH3&pP~qC7i!INN>Nz4P%tU@Dfyc%U#SZ;&j@O#Jk(d!qKNl zYh7D#c-Ho;ZLgW0d&U|Y(i8=w$IOZ*mJH$JYyJu${olC;fj`TgYN`)Ft*>8zk=?qHZq05#j0ESkZ`@aq<2uC5n@^G)C zvvrNm8}dZst%5W(G9G^vd6C%rJ((3Zq-mO7tDS9s!0&c4!L{dZhgUal8Oolv-k#3i zpB77iTklvI7_aA=Bv-J%ib{j(!kYciU@cD-fE4iU_N6y)%vjV4>;O?y>l>;?`a#UJ z#-T6c*NEi#E2u<&07=Ipo@a-Cs6=QBaOZv(1b!H0(?-NU&Ai zfR=+rU`7whf6$jQL$rXLe8UFi6VJ6khLG**hvbU^X~Ayc!C%?9U;@CN&odDMzFPNZ z$t8cL2mfS7r-@b1t)HQU35MqQ-FW?;n8E0iW>y*Aa4zyFaAys59aJ9^5A{i=aLxJ4 zPiAlk&M7}|44{MK%8cd`XJiJ)!2i5>FhT!M?LdEs32YdQM2~5vV6N)W%8RYC4ctt$ z{2`t9M_YBeqE6q8YPs+MD~`V})l6K&0I@k=^EM*G@_LapF9_Ygc+!1kuHBt{eK)yF zu^_je^w{c56=%r#_;EF!v0^PlPbb&LolFm)g{rUe?ih>r{dr^~f1%ogdO4_`n142w z;Ofzc5T*P9vvKF!d#^5`95#_P^oGmajZ=CjSf(I|2J@o3K|iK!>jIyP2@?y`8gK7i z(7Tz`hr6)3IHbxQD`Kop+*C(eMchowx)J}y;-d3go1OZP4kc`h{Aj*JHF2e=@NxAD zK5V%@M${F5m=SwNdqmXr`q%grjf1X3tpR417K%c9z#d{B0E-sXkYvhxL|x!O6;Ige zW<4P>u!*fWF&YMq`H+_Rva+=`x-yK~jQ%gh&wT@McE1qc`}+qgHs3O3f> zDZ7WUfa36^Z>>&Q*Px%|p6HKS>wrmXL)zd8jzM2b5|k?@o13fPcCt&TJjU=iGTLsU z=K9B7R^ioBPE_K6F158C^-e%`+q!N+!!uD%#!A#b?B`}(Qp6hIi4V@Cnk!RtH zF23kaW9W26q)qN=Z`PX78GTNQW*y1%DZtPzgQU(Ts7#IHq)aau1qU{uyG$@)HQzx= zDc)WvR~|?WQaCGj#(dzs_!XrP)SxAl`<*+iufhBNc@JhSEp_X&(?609ugAQB^`vkxSVf@~-QefKr zT{;gv+x4Joe!qTZnF70bKB$S`kQCrHd>?tOY9TaH9R?nM=^YM>@`7GdJ18$4yn zip;pWcI;?No=YFg@1qJ5$}^*l#)8>$J$)2Q$d|v!1S_*R$U(OO65o!}pZN2G_`R_8 zH=Otf;qW({_-}#}zrjUoJbnB0mMTeDJ4e;cS>&=BqO?}uUe8Mhm8PO6zo8CpC58S2 z0iXK~cTkFkoZ7B%o6d2M*>&fWXRRvVQuDqBNJptuia84jK?Qy=UJP zW>CmyE$r@HvvD|-RARZ#$igsW&kPhJ<%~;6uNfIiZqf!j3X}w!#k?`}mojhPi6SL~ zk5`6I_Zce_kA}1l!>5!hi87|Q9(qJDmlv2|U4_t(FYE9&qfn>|Ld0N>ICsuF9vQN4 zS>U=$;uMv7OLIiYPPF^TlOD-)P{sN#^D655e|wb7;&-3^FrSQ zk#TwyKD_OHxl(}cN}f9XDg4}trG$ho&g96uc9=cVeLhq>sO;vFm$O@VY~NM_%gZ9n zl$N5gfH)O?JG|wHimklUYMu1G-uMtA`juk zsTkK?s#E7Kb0Y3o@zPK2jvXz7%yqa?U<4i^;&?FUSpNob>dDW^O$O)eHxjk5J;5fJ zhsob#91evMmgkd)rJD!MYS4dE> z@&M4aPvw`%gTU{3o@Jgdut83PXmmb*$yAjxdMXvPUTR(b?)=jW_4Gf|!|7SEh8WbO zzBOng$1Ln+F{nl40}Uk4jy4L2_Sx|ORX7F-nLl=WDz*#D4GD#r)=0+R>Icd1DVD$0 z5C89sF}}-4h2x1rtbl9uunyIm#tMfmx{U9<%+-3_dhJGPDcSKEZBq7Wf8BLvkZrs} z8I`ujQ~hB?o!)(YatV#Dfv-n%7lAHPt_Co1%hz<7-ou1I3b_&zrn12Hq><=a!9Ej= z+vgeTmcLkAs8k0&8B=fsa|=Hw>u?8Q;Ca#peYYG>v)(l}8xEOFt}y}02&iJ^?nd-1 z88?`Bsh zXh(?NRqUg;ziS8ncx4{}e(4w&jtTb)y(NDl&0)OH{&0#|tn9gt6FtlBni$}ucrREk zrqx-RPY$`dSlr%hAG_)9mYC>6IkRA(cy7ImNh+{ez#>45BWOQ$Kd2HKh8fmMtlxWgFZ`5#*=JR5@wzV5ATYGK8@y-QzK zYPaNIfKO_BjR0r%YpG2ybCwBM&KOYNXNrHpp9TIb8-^)O5U7%m#uX2d+m(*CYZ&aX z$woe?kjmSxV0^}}XR z>uZuEem+uY0mPGePiQE>Yau+v6L zWOk$Ni-wNFbFg#bev}EQvl4mf(^P~AG<1TYe%QQa(b>eU7~<;fuYx|wAQd_RrrMDz zlLx|v51T5Lk+;<(AP2b0T+7;)0*tsJF0O=A#*DqT!EN)W0@8hfg6~F{KtFyqaSbpu z&24QFdHTR{-+^Rzftuk^0viwRVYY%fNB&Fk645tr9ijy)Q9ZNZ`C!&YAd>jSNPP=B z?vZYQeqYLb`Ib}r))-W`e4lv=P5~jM=QF5uoNK{8)51QJM5$=x&HDM+PeXJ% zX;c5X;9)f;HPdwBU)gdwfKRIbsc#c`1h=LFj|zDapl5i2<*mq|bf4zW_VCc)3`d~S zPS<_N`>#;%EZ9)}=LSy{l6htZtew98>3>tz{6rG?rXW6wOa7NIqvwJUIio8BcyCd_ z7x}K`LY+LLDTDus`E^?iaF$bkZq0BvR{X^S{^!G{fVEtKR#-9Ubh}xdr3V?;8*V+L zIkYe;Z3CGo&@{RAPVsZn3M-iO5t6cJX)rjsSn-&vhc0KEVUlmPW+(egocf0HSfSvK zP3vDJd*k++q4tc_U^{O+EAxG!b|>zd4$tk|_hU_GrgNz}NBU=yLsEdw&-(c5CjQF0eC z6u_5|xssgrlfze$yCV(3TO>S7sS z3p;Nrrf;q6qlp_O9cl(eu|zVfJ$$sE2bL61Z7w>@h5_Fu>71?mP^T|3&p=gib(+7_ z!yu=XC18~?Z9#LTVu*Tln}Aj)ba9shTlww5cNC7e+8#1dbntg>^WS*Y!(aw>vz&9- zNT#8uQbNM}Fz02cgIa0icy*RF1NL2$MQG>Q7Sdv*WwLA1G?DSR_q2&`z#djel(CP6 zV{T(i3@*B+yU5yH^3<|r$qY~7ws1t}r_@N$IbUC6IPPf2%pQYY9&+wYQvj6TibM(R5YmMxIS|eJ-h7kp%7Liz(r;=8wj8vu1 zUq5@@LZ6^FzDQo}rk8sv=kK016SRJ}>i@8I{zZ-pe5?9%_TFNRfZ=q18cCEeIQGWJ z3N8X9p(aFB#RHBl*L0Xv%{jr{ajxfMt#S}D)lTK(Y6QPTvlMl?5#DK_N$wGLTn51p zu-(CFwV=}X1cU&BGT5{7|nWQK8(WS?at5&NhOL(#qiIGga@; zUDlnyVqpC2ZyPDk01CuRfC#qIz#DSR7teC|kSzkt}ADklR);x!iyl&jh^Z zU3ug;)Dyt9?Cs?fl-SiwiF6Kd;H4*?>(I|rTHgW##S@mxje9mml_}jCJU*5VZNqx>f&jqHF&p;1vB5=(JzwU62mT{3nox$%5%y(X)!`F}<@IPty@h~I^$ zo3PrHUK>~wZoL;JkVKCiq}aD_*%?Mv$$B5&;cq`Ungv2#M+)2Pr&Inwr0^TC|HH>H zf0jK0D}k3jY+TK;As)JLNxDG#wXtuf)d!t%Xb5sa!T0o$FE9a^Am=%9)`P9Y8&#&_v#>88nrU%5J)*E&q9~&HgXmI_ zZ3!lcvTMu`By0$^b`vADjs=dRw`QdVu4A44f~0V4@#U&qaoIwQEh~(nn%f1G0O~Ie z+kga?vhvg>b7ZzC68Hl~6&%GN^E5$cCftx@Mz3^>izDpWU=V!vRuJNY|M-=}gL0h= zaT!kDQS;HrD<@5$L85I^s6h1a?#bWdO99?~D0jJ`I?so*5;*97h)|*F5MJT3E}qzp zyoiT#@la>wns2BoOQZZ`mHa0jCn4CK34P+QS6w1N9y}OMQeJ zE(GrFrEp5yQ zz;@87bZ@K!$3dZaYTJ>AKP*lEZiJrBt$nZe1u_(*U;R30cV6RhFaJZwq z*)Ua+SEs`w;4g!e%#5m%4>r_z&9I5JU3o)J?`h&4=eu!EGKDI}@h_;0e}p@}D@~N# z^}|uTW^nd3L`));#y!9Y+kKlCyCY!rIWlJD5%*@7&OHRS9K{1_4F|ojV0U6Gu;I9j z_l3AC@xwJ=b8=T+oqao&S4kLo&6m0Ro&B2miX4Gk6Xdmm3R;rShdou%YRlFd3<$EC zR#+y{I-k3h0vNEorn3e2X3?MUqC0h8|l+tFvc=F z17IH8V-efR>HoucU-KuC0nWVV@uUWh3DGp8oLF{t9K^-VHW-^HjKrQHvUHZ+mB&-z zaSecge33<+@r-~1^xq5jSnG)!vTpmfXH}mM`Q+WdRN;zIZH*^Z5uY36tF0b1j}>7> zuWcssR7TsYcFka|DAP4TlLy5XH!r(>trJlFU`)HY zfw3*Lf?>{8#;2MW7({ZA+{@um_28Km#ciq7rGL!L_pOKP!UDB6(i#I+ffLFRV8Q zZ3%c)9FMj#t793C@A~SJzNC*Ix|@!@ z8<#QV0?NRz=+cAL9dUNM=Cdy|O+fnb#Zek5Gr<%~7w&W4R{Bcr;J}I z4S!_Iw7#-Xx_3?G-VaNh=nzSkb;(KEm6P8r#%bt@o!nJJ-zCVrkfR6Oz~Vo< zm9B*7@!oRf#J$QBtDik+?@GAq`;M9iwYma#vWT2!sU*6tS2AAMf!lN@^=_j%GN>jA zt?GaIpLGdf{U}YT9Ygq(*n(?gk+eRx=@QC4^}dm&4F}20D3+Jv6@8!4JL=s(8fU53 zkmfecgZ-(q(-c=sd|fL(#C$pM@l6A4f2IJI%R>1eUKviv{bCc$mt!|i%F3R(e_ZKI zw40=8+Ma@S66md%56}L1^uJoo{$j_`e~tyh^Ot2zN8|pE*w95VZ}b^x!}nq==oyMK zV#rnCwRUHKEr8wx#(hIcr2>-#0-87Q(QB%t*5hZqHA8%$!-Z)R0$^Z)l0(P^faC|Y zRDq8Vh7!spgBX6yP|eVYV|zCI{mz(zj9n4X#ArKbDK;`2IwZv%0EstIo$0iUxSsJI zH#OIRmT}REJ@)7{a8*+Qiq^%yFFN2=pn<3l$fq_*mRDPlhh?9JpYnCuWJtMu?p#e>~WymEYE?C$uU-M>4wgpN!>R*(IOF!VqX7e zdK|x~JrFdB&5g~+O1s8ftr&DuK*n5R8-|*90FDW$c6SnqKr5*N%Njbjmm&7d)Px%s zGvi%86zg{3&K8mHu9eoo)lXI+?5=9G{bx-xV2|x)|pq%FL{Q~ z8pvD{Y&`(n$xAg-*ECZRSXIG`i0l)&M0J3Oss78Wdrw;c+ee zE2$}`f4h2+9$UdY!XZ$mI#ywMqdBz6%%_o!Mqbx*#esFb5HzcnH{iMkJpP5B*CdfQ ze3--SkQAu??sk9Ad!YW-B>dqe{kJAz+O3nX1LXg)CSe-TzS&?Ertj7%&D^^rUgOze z+bjL?K9_=r=awA=b%pmB;AVU)tqA8HHIL;bI45Lp^^>uhWrI;VbNk(Lm(j9m?KrNu zOM4HqB_Airm8V8rMwVqr*S*A9-iR3kiO_al>K}pOFMR#JHj*vO8#~PkOZy%HsTTHEU9)#yg4`Vn3a`^ zG%`MGZZUFG3`HvW{GZABz~V@%&qAt=v7nsk0k)5Gz-wF8z^PeSd)_P3ib8+e-I%xA z2wgw259&?W(_AQzO`ikx>cv8RJFc`}8N?kHz!v zbnlFbFklsDxroSOa+PdNFeN|c1ScT+PR;4yy^kZq61~JJC(p0L;1aie23RAI#^}S> zpt<4^1>aDB=1V%C(l$D!zaT~Xgxl=iBxpl4nwIf{*SIG| z7=i5qn=rTUQPU|OD_H6kfE8%N@a~?!T*)$CUiWtO#ePZ43()*Lu*I3#_t`e3w-}iV z_6tyK`-Upel+kx2WN(+1I%zzbFHu^YdXzR6iLb+QC9LvbdJw5Z#yD2tT*NV$n&Gtf z>FEG;`)f79@w)%Zz^=|oV{HZnoLf;6fadwS<}JshRuVtYh3Rqdx6AXta(VuJ#{KVCtO?xus0A1-?I+bz zWsXc+J{NG3-#mW2e5`o*EBy65fz770;y2e0kBgnnKl<)um_Cv5#mqDpy=cxd-d5-m zb{3-0NVH~Q+t9b`E{RwjtB#JWzdV*Y^pGT>E{dA?Cxrhicr2(-fgHlK+BNh%Ns)!i zJ3%GL;!*(EK9&e`G@xx#+&56}@rjKS=*CioTZyURQulXgYClvL zD1&%Jr1(kxQ=~*5btY!++deLeCnD-1_X zgWcOL9V8BXLtUGDg6)e!CX+3nWq*FFc~Z~P&-K~9!QQ#Zl~@~Fy48W5gjR4bujpJ{ z@&5DW?n?_u&W`dUb=mqqk{$oz8~s<`_|N+NpW8{#r z6Jw*!u{g>LVP0oF!p3?}oB*Bo*4yAZcdUVuUmCYM@;S-A6jQ-fahQN$Kurs zu@0E|6n_$mxRu_3TSvJpx5bQ__-p|KL)5QG(TS6Brg_#4zKt0elR+Ud zzl-bC=^v4KH`<{@*LiJ0UZEf>P=0w<`Yk-sC%NYpc9Pq{pnPdW&SG0rZB#i<#TY?X zQ_Lj?5=Qsb0^iB7eJe1>-mPSxbjL1!`JGx%opX%mm$izxl%vjFUm0nb94B-&K~e2u*ocDN#0I+h}G zS;JmI>DOPzNdY^3umO6T9mC251#lYkO%>PZ1~xR-wOvH}&U)7|GTO64a z?f)anmTaMHQz4bmhDaurR1z(+rKuz&sYI4Bw-mCIN@*FTqAZg=g~^^ILdFtf?7JDu zxS5%|-=*iRx8ynA=Xsy+_xV1*NtT5nW8$~)=^XUt z8Pi^3>=mz?;SS1P|KU#?b;s4%?eHp9x%|e38%xUhO;`^t5LrB*+42OsLxF{JNV#+T z>nk3e3CyUfSYf+p+&1r_;I0F@>N%p^EG5-q23l0!La;MFo z4h=kLO|safT@Yd5NN~8gww>05wIjDzvV;@br1Rup{$w}Fi?3-|FGj6e}_~7@gC$bO%#6ziJp9qY1`&On)qY`C3%TqmGDgym=o+sykf;& zsOX^{$Obo?0!jwmd}c&xdLLWM4Lohcu+S33c-|4F1R&LM_7*^iCv|*MBQfWLU{y>N zcYh}sBOK{nM0-u4;gP#Iw15qC4n<55<8u8$R-es1tGR+`+`%@UU?Ak;${``x^k ze`u3gUVWOOvvm@%*xNHEzhj7c0b(Lo+qB~jGWM#4ljaQl_)ldgx-%PM6$!<9IL#xk zX#7R{-Hh6uF6C@n+<1CCXqi!ry$LTXAVzQq9~ipW`o8>qxommkw_du7=lv@$M2aB6 ztFi(yR5^A!3wwf?r#!F8@cFi;pq<@Eb;8zj4o4#|%1|O6e26^gE-Z?cKx!c|wdSU3 zBjHnPN?KAH-&O6@{Q$XOP`@O3j13)nff7X;KJqTM*W{LVu z|BhG~_ukb!2bw4fCRKauw9RxrzV83(^S};S`x(_M@DW=7tIq?_$Yz23Q@%db!O&R= za@3$xWrQV}p*stW5QWp9#gcIMVp$^g;zmvD3*!q{)k(%+w%ID<*v!+cWsnaRkOsqW zf(w_+Xj5|8{)@1w*h|hLPqeNU-a?)^^k86l66-$X2ii@Q9t6VHnhpabSeZ~D6bbXU zKOvyz=tb$)%1h(kT6ERK?bp34;$CoR48`L9I+nj~K~1KtLM=YMO%)5UI;@}`o zNcA|tne6P&bx0jS6hMut<4`xY(SThtC5f!YoZ%!imbP7F`<=nuL*bsz_>SB!@$bUD z;ut8cV7x!O{sY|rz)sW`C zFTUMGwqq@^7f%YH)DO2Q#1&8)^g^u`{RqoRds} zbmFr_!L<2RT(z@E&-{~f6VTrwgFp-c*`}B*fHXq#Ru}=K@lpXGjiCqFe(VX;LePHg z4j~O+L=kn*zt&jB-R|YYo{NHH4$kr_#b)9S^2le@Pq+ky&jUD*gEa-Ll#})fQDfM# z{p{UxvAVmKNOsnpFpziWbeICl$Ubk~OqrI9Q`NXVPjl0iPYQ>x+uFQxKc1irsf>Ng ze48|@GYr@7%cy+-cz*V)c9YEN*B~alfq@v#6LZ)H2T`N0jMo#~@~RU%6+cFcHBWWD z>YEg02msKcKuXmwbTpyh%ATwinJ6q8c)?1+T77YG<{f$kIX$+^nz~mrdA2csb#iIy z!)u1nTx3a|iuN{Qp9Pyd#opWH@N^SvRMUAX8X=P$u+xbUDdu|IUb;wLnWHu+pa^5D z*)0aFX<=-U$+tks^pL{?RqK3V)(TbpDwZDoDPR_yuourz$T6Q5qCriln=;&0l2f1*kjG;fp?H3Asdp6+m1y!&0Fi<^&Q%{ z_?YuCW~&4{PS38C`H?jW<`*zz9iuD_(4AW=4v8qo);T=f86q9H*i1;bL&yWrpI&c^ zEgF=*?64H{WC~4xJLSYEfp<{2Km!CRc;3dG1SQYz`)@oN4Zgb3MkVT}xQ7mh{6C}6V(eFD()CRQGk`x3X_9Ti<5Za18kDus zEW`4oVow|CMaa_2y@&Q<0(mOC9(r$>Sq<@@_TQ3EOPG966Ikn~*O~J?VsM!llEK=D zbEO5k@wcOcbEHJv&-FAu{`ia-6Yw?==~bEpK*=YCwJx2eF{taF+dCq8++b*Oy%f*|nn$c4z)Ewce`D?C zwH_fEKL>Uht;_~gft6pKjPJL9m_h;OpWs!fHCA>ZkYGwrI2DybJWqSk z3yWe)1t1rKl=fzcKt#x`vM^0$Jg?eGNbr#GT5K&JB0ec-kyal zP{i+X^f*A^Tmhi`Xn5d;)|lB}^_P_WC3I zCZN<3Eac-VH7l1BF5`hb3Qp|#NznT5Lv@-9UvV8tJc|KInwOZ?8_4v7+cK1C zUNv!1>bd9Q`$QIeMyb_?KVVr07*&(DC%lGiu>4{3@Du&pI3;#@yp$-XzF9OI1 z*U%MvW1-%M?@1VkG5(*9{SLvQmyGa$XzlXxHdW?)4N#Q+&IFp#-~z?=|9*gf_cJFw zZkC4G4pV>{Jd3*1tOaSah&HikKhZ8$a83<=cinHW0374&Hu|X>CUgdqF~N$CDp6%F zbg5)7yGgp*H~ZBe()?K=(TZ%y66*Pw?D|rb2YS=+5Sos4gjk@Ep&alrmn8$g=E$MX zs3~QKm}IB`8d=pt8K3rVAJ)C(oBg~n1-t^#AfRjj2cQPA--*2}i#Xsz0%w9(472W+ z7GtImz`U+j@<73%vwT{?YRXR$kf};yMx@=S1Nu9@*cArtMq<0Gsd`=seJ z%D&-*S3}ae4iGq$N`NbtJY5nj+~_Sb^PWgag0KRnm;#$asZSzfT8z5-ba-!%1?XyD zwVq6REpv9M4SFB8%nM%(W~7vk3RJL?UU(R`g4D|~67`eM=V4a7OxNVlpSWi^0^aOh zJCK?Ar^HB5#CA~DE*EDI2RIQz?=H{jHoj)_8RZgCIzk)>B}E#+O3MS-LCnLal(U=| ze)k+*#z*C^+m3-nyKly7szu=HBh=qlsaEr9!k0Nq-yUmp#x}?KDvYvJV=F)eW%Xdw zXow-iWx^)27SZSHtb+GZ4e^wDo07EVTgSb5g<)8r#{Tpg%`yWc;2mzcp(oYIA5pTz zrMaEyY1)nI(#u)Jp~$}HKT2%$n4Dldfw2yB|5nvtZGjDQ+S>XGY}2`H9joQs4dJyh zf^Fh~RUgxP$GrBB?#c#K7Ml&>80LqR15<&OKW1?9LfF@J)?rzE@G#X0Z9cfR@chjQ zsnCU%p9rfCwKL<30w>=Bzj^9{l|?1?!+=Y(Cac_P2T$@bC$p|CeUOlzJ-M@+CGv{l zPiPl>eS+p6poY$H^Ur^;yl5w7lLf0~i?O?s^r>e%TTT09e(-kx$w8LsdxQQCxd&o7 z5msuR#v~^eM`HTN%XvPd=w)}NO#77ahG6>HsNe_<8hfwGo}_Q~X|K1m0xPch*Hq~D z;8y7;=_g_*@{>dqij4z?b`Jj?x8%Xc>37eBo;Y!=FL4dD8E zIuL#{5@la*w++UvRidg{Ez)-AmtU_m?Jsqa9!DcPKy>Lw9x%vPoEUFtiTicxUCdNh z*V{@(o0);u9f3&p7oUoA5->!4nqfjE9V#^9DPmbPVy)hi26xg|+l~leeZ{8kOjlJ* zB%SaKrJc`M8$cd1|4Xmoh!Ta#j_kPE*qb>NndoMPLnYp-=+&_6*L*t45pW>HOzgq zYraEIM7#+)JmEU%#QRrq%NQHrmg4}ooUHJe4{!_l3HJSprYZ6$C$n~%ANMJ%eX>TPB3bs3O><-Rk zWQ|mudWWJoX^sj<$z(6_Qerw0yRiuWJ{r!xWi<^d$<>*!pRm2rs^7PxoQJ|I@7nOf zc?;V2!i>POSU;8nk+WjS!=+ycrjyDK`qu0j*jS{HSq?Pf8xqRwVg!fdwtq}g8MfJwY`*v z8~;I&rfUW$b{RT!*_b3{NG|PXUj_SjWiY&cG1epaag%XH@Ed zq&nE;$!NF#jM@_q%L#PKuASAK-JTxNg% z#96N#vISxr|Gm#J{WIsFQ@s+y4{88}oRBvD2~54k1LlGlej#yQ^IhQ!e533*bu!qY z=0|kn&GWrZj0f5&^7c~}30ea_E+gMtOI6sU&DysvCXD?D@?G@)+W zD22e8cfsIfa$`ZS9Si0?0vAqrx(D^A5P$%-K=3mZVjuq<74s{Q`7TlVSX(e8{VyNwr?W!Kbr*7m!%-$ zGyL6WzK|p(ZWvY_Z`8Q=vYj2~D!GTCq0=$%#`9S4Ho0ZamOYfW< zT;^W_`q}vvfCnmFw~Q|6pPq}K@9uFgQ9>#7&dDw9V;eZq^u&zz^zncz#2}2o^+*y`pqJz=CtU*X3MtAAyf16w269fZn8!IUdgSzXg>2Z zDqSsTG9R?c>OM~jFLwX<4L^%bfj7zJPm5!GMh&{yBrR;olc^p~4vQH*uHK5A=VN70 zYq>2`^yO+<4M(VOg@q0N3R=GM8_X?O9r5yRf?V)Z?yAetsFZ((b~hg6OY&{B1=+cv{3_CKF^U~Ds4L9f_*Q@5?5rn%gWO4-==qO%{*qGydr~C zA6Fh~N6)Aa<=lOEygv}d(*15t`T`$_c=l~%lbb)|BK+zhZb#J38EEllm$45N(q$ZtJc0qwJ$EYm(WzIZ7ZjgyKUj=3pVe0#*-UK z(G*w#Js6mWqVwS^?{CUk`JmtVOwIBeuLJ8k>xaVbFWhOCBJaHxTOFAC(tqn>vlGH^ zmQ?-!BI3>QcgS%N3n{Sj$M=sh>Y%mm`0l6Aa&5<{kf8zqNH%6j`67k z>=Jy-mn=*nLl3_FM{_Q@FCXq}DX@HS#Pj4j?opx%5ioXIAGS;fdMp{*u>VG{ zka+VTvCRwm{rJ`bjhuzow5vCyrr4f059r&~5p4q?$ybL3TSH(8Lj{BeD2)<;Gdtkm z;PD}7^P9A*)--l6v1=XaIRReo4+yzp>=2efu6DM|i5H}Elnbe;^VueIQC{8uBlrfe z;DydOOBD5MvumssyK_LG404zVLwG!$2_iU?^vdS+8uaM3V*uPtEuJ}hzwZB#KT7`i zeU}ixHt?NoXiOiQ*#=#Wr9+~Zi^Orog(40dnaOi8<}N%q10+n}5559C^FmTb4qSu0=KPG>Ekb%C ziP(axVn>ePKv3f-$7j@IUTlrPPml8Tk-l!lx(VVeP2jUZ1;Y|j`yWXyzHiaBhm^gRG7r0n z?t`6~+hIy!^dtP?(tY=P=37r(Jaf{B<>HH@{3zJuNg60?573dpdC*J)+uu88EVAA> zps2HtEt#_{(c*Bq%|(F@`NVLoH;-KA$1OoFaIh!xH<+$@T(m$|6J>L(>T*@!&Ae0W zaP5nZbP2{en(Eb~+04V24YRWDjYf7CN(OM~Ja|d2o_+RzZwY4pZ0dur!OTm{+l-T- zqYFK+@3@aNH&&HR?C)JTx!UNc)V$mw0JeBpSgMz4{t?BG+AEW`AIq&ymd}dVS-Ljm zaF}&)*r~35Mh$4W$y`U^bt@=ruk=maS);wBfUaJu?F- zbBZ4~SA@K~c=LR^XhD8N6=+>k<)bOaHiz;xNRCpfVF<@%>St7N@_vjY?7CFy1dALV z-*(vbOw6VFlcehwW2(L+QJf{szf=+%h7Rs8$$Rz_u%GkQsr?6S1^*5) z6Jj^uEb#|9XCuN5-9rM$jhMp&vD1CNK})B5AX~1?em^XZQ%$SzG%B;;Fx)E-iJ;)XWfFF$fCa91N(DCs3) z)Gt=_H`jCwq{O)n&@oL2r(0!#-h_Gtkw5Vwzvr1i%>365llO?tVem5U0Hm@V9e~US z>3uXqT+16fHFl#7fS~1oB)$E{p6hOlGnYxrH3X{T4_q{%{MKVMic;zC+EWa zg(=CEDLt7>qdv5VT|`gRNFu9rMC?S};@bRuwKt!6b^kN!Kzf+W`S}Ti8Z|b#zHwVz zgJr#?K#Jv#h$UkOIrMv0%=yyJ>8~cXhS1Y7pmI2ZuF{0*Pj3QN7-ygglc}BfYAAnU zGL96Yqn=qgHMo2_FSwJ^z6D)f{Ci;N7l%0P7l-)UO7OqKA@0{9MGDSB)%jxK`6gU5 zC+gD7txD2#&xS}}EnM}skW2WJa2?4XYTQIMEX@}T#jC-V>r#tjP8}#bZFa5Ft|G6Y z3`6maAW0$}N|V!Z)oRufqyUbk8U;7vHaX_(J8@cdu|6xeUP$Z~qnZC<@MqN7D(<$Q z@4nBq7PWAc?_?selYjS_X2#98=QU{f~kv-P~=ULWdze5aZ1i+On#kGY=C*8oc#z!Bz$3t~v^tuV~Ii7=gHOQR=G?+D8euf~p4~j#NM>o&<*3 z$BbnZ2{6OpzF2!xjUCFEqLf`nKiGC$a}P}19=0zs5Xt;PNcc7Yzq)q+Var*jqlr_X z4VMi20wzOYnCO<}86T4x7KX~mqt~r_-XZP1PH;D}60gi!M;FW=zUo0PBre=~ymo_w zzwgM#vyZ&XYnHSJB7+X}^$1@Lb2(ICL%oGyV3o4Rb?Lssr|cy=%1`AavEwZOx@=A9eSuqLBFNBCS^cDj@il&>1zWVw*1zc% zV_(8o63{GerXEW>h2DK>Sls3|DmzQwJ+sETD^!oGbwaktls1Sp20aEdG=NDuDTua& zV+$sXmfv1Km-Jk5!gS39*NO95m;1n4=WyNB7hg$9S1qJ8YP`OAUxOyo_9k@|`^m>! z?se4>qjE&<%i#;woQpWp|0DMOy;b1<@HqN2`F~#wp4iQa@H;!dY9kiD(q>nP+pk5~ z*P*Os|C^2jiep8Te8xGSEp!+=e zSeGt$%IKu0l>c%3i@W$6aK*pBB0dhvN8|RfFEfwm#SS+C?@2ZwzQLMVvL*@`l`A1@2n#kzQI8}6J){I>KM&~54vnOxiQ#7}T0}UlIApewdD4;8e*F z555d~AX&a6_V$s&Nbt&OO?c`GcB=MS<^&jv+FC&Ly(|mui^2(h7Y^YD>?)ekbR!!p z<`I@w+KJI+X(Wkjs)rw;BBPOVheFl`wRUecwOk5yd=^3(DDgdadxlb(9~ zRs;GMi@U*-1WV{(2SwYIPJc!ve~<_#f_ z#ymasi|6xgK%ql0G)wfPMi@{VsINi);`#hv@O-{-J#f6hP$6SHkCHyI#nAeXvR6UT9t1_xr+a_vGDOAY$a6e4?*}ht~?lQol z*HQwRcso_UC<-^S!L5*5F%{mZ605zU=%}`3*$&xa57W?pM}xmwsj-y+Zy3SZj1bXM zESC#!o~LG8UE;pbUAt;WLL{GpJ5U^GzLp!i{ES&%JO%5AyWypf^&iZtPS z*OGaT!6!)p{qeGOU6%GbV|(A=pPj=}Y&z2~W=1xYzug<`-%}{YI)Jao@EPS38_^{? zJbvm1Ql6!rTPdZS=o=&v0TizMI}12HSh)45s-maz=F`=0w^b~#c8a%O|M;EA%KTk& zn)?M)h(oHaS)pT;01_WgwLNKhtCi)cy0tqMxHsM2QHq&pj7AnFOdXlFldSVW#RUEg z=<-z32S@#a5%;Z5%Z!Nlu>ge9my_dj^(k$QMDUi66Q}I&MW1IrEabnPx zsSZ0Z?!X4|u$*at#QuOijgB>f(Jh_29R9T;7)eAuPadaD*DoMS_T|l?-?(Fbs&RY8 z{0~{r?%M2ZyTKnDo`niucRpK=JM1weF4lt<&{^Tu zPL&88$gypeIpnBxAmwZyU7d4*ui1qq!JrPYxl?TN98&^xMPhN&8SlyY1fg#K!j=u& zd*x1Ny==-q;VQqf^5p5eG^KGdnG?o6+mz<}XmZK6dCScB^51eQ|A6D%e~Wxh7eB&p z;M|R`$&>WQ(1)p(2U)`^0EB=FY6j^hXeQ%QNnn~a782kI8aoj0qy)6@YdIz{v%R37 zYSn*VLucAPqW!QmOA4P?9B?NJG16eM4?pwNJx&~yj?{Aji&u6Exu7&v3T9FkY=nrY z);F1d^l{RW{J5cci>K3_fh&mVJW}LuQdeJsTd!ctHXzG`Uk>XRGc%!M{o)c$xjGeR zuXWR!4l69=U^8DMCxpw`o!p~htWEgp`@o;MQrSKnma~ua4ymeB>1ZZz3@45e2bA)G zI|rqcZ0@PHh217>Dp=dsG)fuJadpNPwPbs-UNiTg03l2kgn?LH_Txf}EN;u}K$x z3!D7~RXjY1Am%Sg##b_rZds4K+FC0*YG*V?EDvN)`)x*_*aSw=hk56^?I%)@V}hWL zqyNw>cKeI{{zWqSMKbyta`@}LaQ+m@=wF6~dvq57Pj{w8wsVfrB~~ z=Ub0TCFrK(&$SXfSVxHcptaORnm6kZ`-Thi&Wibs1mDGKmR_+chg1{*5y0IDvm4p| zlaoKk(=s7QD&EOaey!1&e)%(T^OOBo>5g-q%)P_73`Y|d;g`4Iwn-Z%ST^SLhrL=? zl&}n$uT&I2D_;2@ggSFbcPru56Zvt~I2&qM$f3K1N!u?pMCdnro-WG`V;(t);X{J^ zsl)IJ(|i+{%-rA>W{}1AGBjv$ZBmDvf?l%1b-{@n(}V$qh24jCtZ1MA$Y(RplP{Va z-xfElJp%gJN)uX52NzQZPxb9Elsk0YjIwIPLi4;3UPMfdZe!?pZu8?JQ`h&_(c-2% zWK6Di2m`7ndouP>eCm$rE#{~1Lc1f33<=bXW@w!T3 z=4*^{y}omF{|wr}gYTZd7dn27ey1Rb4pA%aRj zUP(||a7Fly8dHM_GXD7{EJNDpfDQ-DsCGCayESE7e0;OZ>3j2N?%|vtZ~JjqlOzC< zZJ3|hT}0x<9in}bRe`+{E&Dx8@|W6Xo$Y_&vS0t)eZ7k&EFG2r`>~D+zVgVj%UIYs z+0b6{O^8~odcWtD1J^?19%gOJ;%*^5#5P<+_+n{<_BoBPL)%d-kK4_y%ML6zOe!3I zyQcZMHFH37A;;7!y#pz=tJMq+=GLejf0Y$(W8+)5{n)_UooeTQ5)JxR95b6Uy^-apAJ zeKc)tD@s$I+^tcHg;#bDG}EB>)ni`9aGJ%QOA82@W+wh7H@7q#_>AIEgH4zRpnSc& z4fqeH2ka#sn_$a=E9?0A4>i`T)D&266WY3Qa;NOaN!o~Z@`;F`wDY?(73nd8AYLd7 zzJPt+%Dz`IG>I##)0brPZ%Ffse?G8VdyC-voE>C@kIuyExhiDWUdV2(oFWatrePC4 zT_lyB7{L~_KZRyN5#D|@6%J~3TfQeueWx=e3w`i-0f!;{$Y2%oc0)m!-DTZMAD71h{$4J{UZ;wf13 z-D&w+{`%W)*lgxm=Dm8hu+>-d{9kT4{uXVdPC9Q0byQ>hDPsYKBJgw zkm(K9H7MUq1@{@%ge|V>Mm7(OU1tp(gV@pD7>)Sv(9|@v`vUL&MA_bS^qI3uwaK6$ zwggJ`FSg>hy+x^)$g%@0uZ7J09K$b{hIt?>c=Gd!!$Cl?i4=g-d=<7u7Cz22}>Nvj-KgDIREuxGFamGymmxQv?$i=1&o25n*{Hm{>6h z#J~h9A9ZVot!k~e9wBzglFYT0>6if!SlbmQ3}Y(__1ng)x7yx|1U57?hW3a&35<@|0NJlEQfw*#Z2zg`#ERnjk*5)bA2-h zY#sm~j~oW@v5e;SUb|-~mepQ4My&K;#v#0E&J3tYgIfPyyZ?49i|P#MT})B%_GgX% z|Dt#O(pvn=6`J1ub*;reMemySus9-#c6In=RpWw!eM))c{aH5~_XT$<><gBDlPEZCMz;ILGcXmDSj z8g|{vLiz+@SW6urv;`fyVV0Q4_mBPc=l?X3~Y{r(Ns@)|@!%>7%rlbd`AdGb%&B6niPFq#s0P0*3~uk#;xdom+i=ZVykmIydtLk?eFC zOS4!i^GM6KB#igA;{JG*vATkYs&pSy#mxwa?2yJx%dz~>>EVXbw!yomvJ2_=Zr%2# z2$V~??ihOXR!C&?3u2tIsp?6}+-{bo|0@JoK~$iVOP#Ku z1(KHM&i7<5W#rhpdD0kLL-%yDgK}Q(bRhf>gweBHfYX4}{Fl z^Vh7&fhcx}{EF43sPhi(lu%NZ(ZC>$YnN>sNx0NA;fZd|!0yWPaVc&Sb7DYZ-U2y; z*MjnQfc_65y%(Q+aCj7#{M_NYb_|OB*Y|@KsT_^iSvRyGj zBA`{2GXoTz`8;RYz_GFqs3gA>;*||j_dZNUsP|{>p%oa5#VWqwZX~T5_p&x2kMm|Y zo*A-aHu)*b*JxhTw{E_jx+}5qhb5Flca`n|AEhb4v+~)8ufKSI^9Q5XX!McA;~~q| zH6E^(&Z+BLXDvVS?$$}gYSNuk6WLz1O*L zDM%~4lvErJ;8ew}8Umo*%A0>tgC<_L+=+N*EwjNvpJ?S z^1r{^0QCC5Y`qw37efA0R-nWnzy#_?!|yr;ZJ|~cZ!;$uZ|=fmkFzS(c;&;Yk1UpJVh5~ zFBwT2Cju3&ZyG#GVa8`dLw`e{u~lt_C3Q&<#5wIW9(Q zxtpZKseeziQ3&C?4LJYeVFOQ-`s&WQza(6iw>r)l93icJ*qSu;kP?CqKcsqfY!h14 z4cbQ=iW8}@e`;Cov}(=U)SZua%7Iu#t83sGAs8d*gov^Z(6NPHdS-^y<{fQS5`FZN z?za#u?P=yIIeO~bRlhBL-%a?h$Jlqk4gbgueg6zqUN~qUtuBS%vcw3BJ=G)WIemh03hhi>-8hy0W&{}vXV zEv5C{F>Zc3np$}!Pst5qOv8knK44ruzUb}FP>vG)`Pn`CNsuBolRTgax>R`+RDi&kULN1hpmVQ754_=ivd+B%!j6}@wZCo=heN0d6kfMdqoDmYs_k|ifhKPX z=byO9O^j~vP@Zra<6K>`wsou7$vPab`_dB;rWbDRnRHsU1+__k=}zuT zqtfKAU0l*X_89;AYQJtxjwdeO%hMq_WlQZI3}EWB)*5&^@x$%L;x}IiTN-I!Yl@e- zVv`bfYVsz)NVi}I5PZJ{SH|cvpsS5@qXMqB?wYsysw~xH6zjm!0{8Wn#b5WJw8%;l zKq|jYl8K~u5ObHwZHYY1vf8^NV;^9DT!>4mzh7#Q`2<}rZx(4;^vEyW} zB4f@F8n$iSVV@^&FJa?+BlBh8q4s(;+{bnxrWrPnK}~RPt5U30do{)kkjbpKL>m1z zvJxf@`^z4BV=ihtfmfbPS8jg9Xqijfpf37+nNq+It~D-Y?X430ZK99PvS}>pfWA6V z!YmQ7=hIzOU1)ypGwO6>p5#Msbv25R!+pit$939zkosdU&1U(D1t%iHo}MgI3;Q>u z_+e$8c8A#@3b$F?8KQGCfQLei&vrlE?m4%ta%kXZPPi_{qK8 zCROI_xr96HMyEWw$h61iKb8c2^>zQ~_V1ArYnK9Q5ZO%A!4UfXJ>6%B^3cSf80Il# ztHwHjG+o3vu#*tw^1Fld<*{fs^L8W^j(xfgI5k9knA2Hq?Z?k7f4idp2gM9?{xu~80m4A|(KK(j z^$hP1$O<#v&U$#*h~3Xo$23xszCv(2BJI&i?vR1Z2{aSRWeP2gWFvE+=+GMXmvP=h z59*dR>Num`NhlG9u0C3q#da2B-To<*HX9V-9-z!5%@Mmi5uV4NQ3~B91O^H{WqgCZ z<`13g%lWb5NDCp2g-J&bFq3)?RmD1JX{oV;gCE?M6q1iPkayx>Q)!adW5Wx(gk!_! z9pV!55b^-LGEU;@p$p8i0afcYpDcHNcoV$Fq>6e;HYP9$`v^-r;M7p8GY{vPU6(GU zA5@s9N`W}rS1BHsY_*MHx8D`q&1(KB&?Oj;Ie~4IGiTq?S!XY+l^PD3JFicays~-w z&G%a(!-nU+uW2NuLELV{9rQ}yu}X0mPgO}&+bQDqDCDw=^oiimR+?8aG*^r{U21lV z{k&#(F4RD7lYN-rHE;jLc7BEJj_RCkkFD&Y zn-ec)O2k`7FFv?VOT$>VH4wS*8Fj`9Rv1cZt%2wUtpW*sk}KY2dF=NYea+k1#;I`q zBF7HYazIUYc(@w~=*vh89SrsnGzRd74XF_o*^!0m?e=rr&P< z0=`6xh@}k&elUNW$tj-oX!IsZB$=oE47cLugvliMGOekE!mqu{g^H22U*9WvBlfyo z*I`?kT5ye&4IG94WyEwQRQR@kDD(28!wyqj_a0b4#M1@_rQRbt|96ANE_mqTK(q{aZA?+T<9S*-Y%9Asv7AykJm9m0&7m z4|k6e({)eBbWf{JD4|1QP4yvGK?UA>3oF%g@>wik+YdY{od=FZ`UG(J+ z03sC7!cV7LE-2mEyxsFOq=cCiC+R7@#+)MZs|JIaCU~_)#)iTO5g*!;d)~3?9p)gA z!sQD*bm-8kLN00H;a%SdH-Ucog z(|Wh7sa^4st@LT~1xoqg+Q3o1Aw=Gw5b6t|V+#WNWeJsaxE(-VG($aeyfMj*zjFgR7uZBnM{V9( zs6I9s>Rp(@(l=$aGqF(FQyi$TOVK|JM8j7)z@f8W|3?AyZigTA%|V~U{u%1!-7G+e z{6XM+_VdmrT#md^noZ^$bT#Oi1(vgw!Atllq=f9j{M?qMU+0Ify9RfFnyXZzv*;sB zF1fh7_hs{4hQ?Y#yHA&TpdQQQDv|2h7UeyT_5F+zW*N{%Ev>ThWNKAT+qA|jbNOnZ zJf%-~nodC2a*(kUrE;^DqSH;{iadGL&D{D*H1ByA1eNdWcuU&g;gulT$+tO%w%zbmn z+rgX7jT*ASaq~zd5zaY@>jdYKZW_U>q6S_m7GQz|=mv#1A7U1`6>J@lvwA8}&wU<+ zLOG(?hA6zz%;@r=Cjp6lIx-&z#+#Q}J9%2Ks#q9!)}*RKvK-8Z=h%7)#>?mIxIFPK z(H{%KB<;>U@_4k(yCazQx(mmfGnyq@%`#|@!wCN00WiWqI zMY*2UQ(ko~8^x&PG6jCMX*>6oJWbrDYWy-ctwEL3<0~$&ds-H#TNt|_CSeXRiKf42 zSN_Ox;%$=Ma07-aF{lxvbDPe&=Rkb%VgswKLLyyrG>y?*gOw)ja&oy|>jB=7C1m&y z2+$oECu`5R?8tJwSfIIFd3Q4}Pwu&OAx&#GMOLcOTp%xx{6{O}lH3c?KoK znYD*-oIGjmjgpQ=DoDq}8YYa`_jEXW@InVaqXIJ8_$zkrt#ny}3g0B~V238La2S@a z9LQBHA_N%GiA84<>~w@9^j_|KG)cbF$@8Ys#Pzuo?i{w}1;-YXMVv7)bN|Q}`ICRc z`8TL>{i`G59=O<pr8NK@SiUmIU0=J$QdTIeC!j;#U1G2>Q)K`IB7#xi$_j4_kBv#M`BPMkUlLcV+>)zw5yj&^C*7V{Y29_U7eQ z+@-QhKG<%PYQTOfI>=~H;+Qg3z?veT@L*NBqQOXpBV(7jp9Q5rh8yIN+vPy@d&R85 z+_^ypmO=gTr;~)rHWwy>4lD1wQG!p^*j;XNg$zWLcE+FTdDvacFeLY(^^nT+C1VA?-mn2Esj8x#n%OFHtA3NqnSPJ z?Kme5W*ZC1aj&Z)^?)271t^5$lzjH)wP#v1=cIL@cofU9jqwDCU$`0{+~}n-1Hfeg!$6Fy#W) zPLPr*%XJGv3PGGI29!)~{)$6qY=0F!&N@l|UUBmu90fcUaB|HNpcY!nj_Rh{1nZo9 z-0F}{+CQ(0x#2~ii?L?MtulrMdrPuqsqDfU*2UIl=X{S;zjX5IxU@*QjpkKP@Ufbp zMhoNfRw)a<(VDAIB^L<_!4f7{3tb*ij8645>)-5{k1R@FHv2UAI#;I=E~p&-S*SBdleg4UQknIHq6O9FJI_jP zx-J!4D0}G^$}6GAVg)CxN+fgv#Aj&WhW}#xBynu$-iA2hwGcg;PjaTark55gz?2lxbLd z+&rl};Bu+F;~Se};krqI26q(RN}MyPa$|rW?IB_>kDkw<+4Oz zQ!wPQwUkag{RdownXbYg+5a1Kw&p1LaEXXE7>y8HcTcr8w^Uy6sF1_3$DFY(q<}N{ zQfl+w;f*7XPatL|FR|5Q_No78^tHY|H?kkontXpD@|vA=X56jjgjUxb`;8M9tdb!u z)=OeDXzE?+t4$QgY0(qyGft*wr#Q2_Oh@N=y(Sjyo^^Pzg~4KI1|L8~peBR-D3Rsx zhMg|_liYDp_N#V4yjB8`l?&@5lrNgIk}({Tw~>B5AbZ0-E{m0={0hzQ_6U+suhzLj z9!vQ5>iZYjJqPPXCfApO<@x4msS(ZiX}f}^Cf;`{B=VJ$@i&e`8%17OjG}#_Fb=S8 z>#N{ye1y%^)`z)Tv%lnDkmZ+7!*AJ%|3kO+}S zu-LIrlG6+-M|4Bb5%z5z)jnD27gsZV<2N1dy~ugPZPEP&T5Fbsa}ZOYW^xi&RZQ@`BLu+>2Ku$_NGo#GD-C+&VaJT<;Ka=aNKS z`!DiAb7uUX1)`;d`8sHvadoIaoqJ0hx$XJ)plVSwPXXZg<&Zsvv%w(VPMwjbbWl;K_y4i? z&i9<}dCv1Yf1E$O?wP?o_kCUWbzSf4{ds@hpRt*%hWz*r8 z6;Fs?u|}i!uhya%_?BZqj~x@_>qn+EWjmbDKesvlID}8?s5eUE3)C{nbgaYLV*}<~ z0-p0fNIUuX#E`kjBU_&kzArl>A8#l(Z!vGq`lI-&AJ4<}C%9#CUxy#LF|mQ2>Tf<8 zJXp&B#Lk`LRJsqo15^2il)*;BS3Miw*Xe>uq0sq>E_>~Qyb9Mp%lXXDr;(tl4O$3t zBGz`wfyy)cuRmXFRd*sKmW%B)8%Z9)AVR0Raqu1xu8NXRt^w}q2g_4Ah96j&_{#DH z<1>&cg}xIK@(t@ImAS}nfZkah&U|$Yct)r_xx~-;hLT}xFcFF_g%*<_sVK*Z)Y0JF zgSwTPT&Cr}p?n6G0*9-2Qges@Fdziz6fRCBu_g|C9_FRV-5(%EInJ5z`nVJNSxP53 zWTqYL?0SE^KAmD@>?`-Tul=6D_zg#+>+xIn1r);bE3EwSsKN5*#9{k73PJvBi!AjU zY8$zmNqMc+>W1uV?;ht|O^2prQ8UjL99v*ld;<@wo3cr`GE#EHH&k+%KAS_X)B4?K zKZ%a~U~mqtKg!VubHy^Kud~4T8|ri*sOzi7%~bqhru=p0L|2f0A7CO6-dmu!?!pV; z?+WH>OqTpU6a{Q9a(;FN53o+-v$|U0c&6GgY0g*^5^v_bMyOpA=kUuYBL}J2sZdKq zdEtfpMOX=DV&hrTG{^ZHD)Cre+t-2>-%!f-Ao7a;)HSCI6oL745<4_sk8{Q98|rKJ z3;#TjF%6!+v_yz{n}UQ{{v^rb|D(!fzHh|zdQ=0ZzM+B*d8q~B&rDWke;P^7cE1qx zVLKl&h>sGeh4C^yKu1SRkMj(LR=YpythHwa3a-mL&@y$3OR<7dFo%E;DlMHNfbBks zG)8+>RAIFCGddpQ`Q*9X`IPQ+HKMLK41uVORsGMEiSzU1A8VTVyO|e04UmTwCtR*9 z|1u>DUs}DdEs(Ud<4mXS`&dc&y${`Pp~mE+alnSA)#7-XhH*1Qk=E?=) z2nYDT7=J(X|MFVQ)T>2b;(5yQ$cLevc7S9EQ1PC=y6aKJq^P(F+_?`o9OIuq$3;Ip zedf-6_QQ+mMJSXLJrpE#ZMZM~PRS2Tk<)13x~D;dB^ce)=8l%X`O+5Tjsql+jjtw+ zD1#ea$>1-RYsUp)rN``>3zn=GlpK&aas16iIk&}@2E7+GC&F)N;~P~23LLwmFtB%H zx#8j_rKYLsJ`1JzRiB@%s~s=`c1eH94fz9(Qc0Ov_od=_E_QgTZ6?PTxUpo2A4uY4 zyJmxGi!kguRByk0#L6tVH+V^- zM!$q)G)Sz=+^xYs4U3KqT2JBJsMan?`+_6?HU7?RUod&3FIZFzA36)8%-z`lP zy$P0216vDdN}ei%9XZJ|Yaf8Fx-W?uD_((^;oHiAeKv^rmM$kY$bgO%So)MSHysB; zPif*vB_`{BxHv)ZslTuD6F{nMBaiw6Y1R76VEWc(CN*U+A)e34&_K%AH`LT}jk@LF zL9jun5{{X}(nQS5#*y?J@7GY{A7p2_KJ3fPdhy6;Y#(Gn+{_rbhRAu@&y*uNO=lXW z-tcIxX~;oMaW};jk-x|>hrwyWz0!I|N4rWXf#7tCJRx^gY`54`l>JTyDH%BQiw5%F zECPj{@#0_Iyj-jb>R#A~_BgE;xj@&i7C%jOda7RfS^k*jYL)v5$P!lK4#-JGs@fT&L9_~WhL*Ovm_JpCQrNMlMpr?97#B0vv6F#Ge0rEY3?G5tKGeGovLPx71j`~LgY@^4<1pFgYe6E5K&_J;v z3q|n}t4Si4QTH~U^~mM*KGmt!hU>k%nVh7tq*PzWTAto{yZh_tBuOQKJVWcbs5EH_AwYQVhp{}*f z%##a()BlQx{wp3*`yaUc|5H5l%f^}=4<=U%8>}JMhM5XNFa%Np%ra<`}A+e|_#IaA4bZ42_&zwTK6E!v@9Pp)cg9mJ17Pg4wOrkt)ba=!> zRNt2u2}QOLwb-i|LB)8*b3`sidQ5AV0}LSaRLIRpf5r5U#h43a^z73U=Pth`hMpR5cWy7hQKj4&!a+-7cdmy44B}(piUh z67x4r}yllVHoe==6M)4(-5)4p0E=Ksh3aJ$&v1yCT!^1XJ{(BFR-J`W9 zURI`V8q%1g`49;8ZfLXi($nQ{K}_aA5p`4KcEs$FFR3*Ooa>o%34K2%2Y%dfq-#r+}r0PISi zEa?(r%Ot_l#h)B)k{u5`*%iG0_0`EO-kI{zzWY4?0CfJFSpE;^!~6-}QQUn|?Ii;v zlvn)aj@l7zQlFt2hR3`o!`d{~DloByeCEV4wc!V=T;Je8Zr^y{JIW_YMEru2&_AuB zemt+F?%jb1p#e7q#I5Ji!E={Zy<4kwXh_RFLGlbV{k{G)Y2N=ZAUJ< zcbckW=I~L!S|nP7^e!Dm+z&v-Z#JFgjo6I&OneB+^stVc z2m~`pQt#*m-*bZ6adZ}J8hGC1v2Y_U-HLAgyWKFHiRn41zu~R#pNaqSSHB9R|I1&^ zj~tLFzvUZBHG_deDCv}`&`!!Lp@nkxzjF8JFThP=&A>kY8*1VTA_sU~1>g<1tDpRL zOV0eb(L?u*BSMvQ0$YdkjLgQ_@W&;=6CV|hZAcVYYd#~bhHcYac9SxkM6{t!FPR_2 z^Csj$VD{RMpqg<^Eg5jbv{v z0Ofv!cK^`(V})=2wNBq7bH;8a`qmO{V>RjTRk-)r&^zqcy6+H7nEPXO;xcqZ*ThJILn`* zBFvv)Zp2L^!>hAvTcI;9!3_>_i5XD{VqFAKPgE$9kEK1M8k&ym=)E&1Gp2J51Fz4u znG-^czy2r<_~ku$h#L_A;AK^JI$$2{aU4EM+}w{kCtzbW@#|2YKT=4wu;%!6ZPikY zoXH(QCQDFGVQ<2TRCJxP`4m4s8lqch2|>7L`@@1*7svgYSsnJ;$Ys6F?s{EoF5;2Lp_S;?E2C6vW|Zu?k6Hd{^=9| zc<%oKcpkZtG!9atkXd(fL;NpF?`SB)?)r+zX45`lcS_&kXE8GxnKW-m0i!yW&j2HM;8`!X~O!$)Ee zIDsamZ^B^pH`Iv>lqoKJg47%a^aqfh#Jr=Ya9s02ERh!loy_{lH4p|D$QC1yRx%60 z84k_MD$YcL27Ypg%1~JNA}(7m{)W1lxf39cVHb{U_D8C5H+oi12RDa+tEf){RVJv{ z02Vk}PZ_T20=6#cm!)b!T>|5ia!3IfMpKs5Z3~|n0w{)luxoZ}R4DXIwD8HXY0ixW zZPkr1;y(@((8pYJR-i3F4BKLlpkg4-=$mBg0TT!P6y#<#{*&*5oqT1yoD?(% zmE!{qfw9jsUKTcZYWSY!hYjLi!k_J)HZ4WF;!CANrbKs?Bq%qrwbQnLn#n);A*a!V zy`f<5k$~}X$Y+{;8+6l=c}4e2&a>=@OI2u%eT=N#X=O%5+Ge+34VEw@ zg3*5~5A^Fu)RT5(2|*fjg4kaqZb9jZCIoDlsW74q+ySP zL;AXXAd71vx>)JGoUhDoKFU?2U7HoshN7;5N;EE`Ty&uxEWDjyrW31XI;YSpckg22 zE7KL~cc&NmVYBr$7-Slny;Qi{JVG=lf)TeL5d^RA zqKem&o(rJ~E9hc*PA?ok?g<&Sl~`qZ@Mfpq7VjVK_J5cD`~_fW_`_EjJGy5|-Y$a! zdKBL}J{+8FTa|yqB-oV+9(SBI6jal?i3+MdvOO@T^PPW?rCkz`SjLAyGeuM z`FpT&_jNI)bHau!N2g@npFrMLA;;7zo9|!6$3j`TY$*o-LrPBjbdv+$5%4`~%{L4j zmfkRHc_V)%4CytW1U7nam__gm1L>}fDlpTw$g6D`-JP3b(03t3;8^8r@}2yNv)n`2 zsIDAzCAv-f5X&^u{r!^tCYoZT^Lst&mkwvy<|;?-CdcVdoc#%Ins1&V_7Yl@Bzq@A zGwK>aF2(HWQ2wUCD<`+%5w~b=o{~?efkXlPFy*} zY%%)SrmsLNH+_XAPAn-zb7Bj0mu99t@lJ^xPsBJCEZ0k+3VdL`&I5!|2c6fGO!va&m`cUwAnot}JxTR}D>6@!Vzi+>Ka+9( zpAb|bSl;|YKt8ktKwa%UCj)D~RO68PImqE%?q;?@KFhLTriXexZa&gfU_~1^P@O(# z9&4)@RC_%J0|a{lS%>dhEKBr%p27osH=KVn(@Sx#K*ej>;2Q*TM_jw5TVD=uI5C99 zZ)T9#9+Vq2;l-%;Thmy9oIC6_22w0Tf+79gNs>+dsMplwk`F+4mCD_5_Pd_`7jyFg zU_=j@BLcl{Uy$m!*jZ3X`FRHf+_2_q@lja1i5y9fd4(aB12qkcf{s|_#FSkytSt0j zVfcTA;r|K3@LzU*L<4|;Y~~RVo~~^IC#Dn^&J?g-EHTlf=(@7RpekF=9h%hlcmQj%_<& zA_m`iO5-Oc`>x;`S(JuuV z-u<|_+&3HOV??^-h`fZIFn6yRnTNf-(Ka*B4;ed2$-BG3$kz4t=E}W&o@9CQ=r}Ww z6OYJ%%3H#u5=CrdbC+B?`JmD3oEw+bfH+g8qW_&}xGZuQa>BMydOSz6d-P;G(yZY# zVJ`{ALbMG0QiBza4v*PK>bn{Ho@3U;Io^7E!#iV*a&5iSbV|20TQUv= z3}3D}Us0%|U^#P^r7-kr_IyYD$;a4A4-NPm3iL{$vnsxB8s_~Jl-fSD_~s4f#FMnB zXA&BgKrFY2?F(1aKRI17knR=5?G0@WSR;ON&r5lav!%SsE!3}-rBU!2^HKipD0Pgy zW31xp+>q^~LOBpnODU9xsLal#uu_8(t^!&C_VcH#FWXEZ71J; zSWe2+ERhSWJn-~p3|^QGc2E8l#M(KjTct(%An`0%t8s;dS7EKN4HB<`1=VJWg`d`D z^kC6m-hBDg>@6oZu9VSo+pzQXT%HuWl5IMFm&7_mO>Z%*jC)DX&MHdX9_BHWQs26G zpp&xMz>QJcGhTN00;ZxP@}j(m_|RJq?6wZ#MgUt<3mb{|(if z4G$QjJQ02PDMPx)I%yTTm$LZeu-+xkmxTRdn^|esIU0W7t&PB}}F zZ-teMHlj5?me%ImVI6X!u-flFi}7!9i;3j*F&znEi4*p5o)+woob$~bEELba;hTH- z<}RZxPfkAgXezTzW^3A91}x0l%GTpNAjt3s6eO}HBf@Wi8ONO3U9k^! z#e5`&B}do-BFd@?2{#v=Q&i61#_TXL<}$|+Lq_U6YdpK z9YvxsEcgUbihlbyu+D=bnq|(wlwn2AswJFm(%rI2D6(hwZQNHUR#v@EU;UJm=ql_R zI~PfA#hVWgveV#?0Mi2yC>S^DNN+d2+$A(*X7HANBhe6Ar@`9!+nfI*!iTphv`{@m zmtsiXYJjsp1C4AI*JbU)2jS^Ew>;<)EnL|aQ*|z9uVEk``SZetUjOCH{>z#Dj#vK= z;LPU9QAim}KZ3o6p{HTbJ#aga8Bo<|a3bWHkx_|DOvr6hmS)sPioVmFEm*gze^FYI zXrBTY_9dcJqC~;s6PsjQUY%sWo)cWRoBZX%!W$egq5P?+ZhivmE%2nF1qgfTHRAzn zm!#4(N6TyWn@``pBw)}d?k}*lSgK`SF0D1133$g+2DU_IEuut_+3j8{^hP@Ny}5f0 ziHPF9WRtw%vpkdhPUcLsprXvJCpV*?KVNqwQegRn0C~K%ex(Vhi2~~KeceWW2er!~ zf}mn!m}?h2Olvdl?vh&PXjy+`W%}o!n4+Ta+(Q>H5wp11h4t0}4DD{0$U-#ythX3i zJasqA_t-u2A7WarO45O@_?_e>W8SOR)6lJ*Vnw)yeY%(fr8N`6IwjdJ@hz zH+wdFcG4I{Z18eGgby+vzwZtxOF-9;Yu26a)H2xH$*#_wA}3zP!=?EZ+ zr6C6i{oO7XTYv^bS(hCO`ks8X$%%ID+XVa?~421P-?@ny@-%8OU4p-v%w*#Im-@AzZ4`7 z{(QRTIk@9P-%z%qo0gpJ$$V;)a@$3J0AYojhYWYoEnNKcPt+{E+dX>t$ie#Fv-LO{ ztjjI|S5+UG0l;$>ebLV0$1wLHN7sqFNkR6$%-6b;QK1xC7DZ;f^SHtKZUv=^j-YCl z!Yg;7)q9ZJa2{wye>f2la$}u@uikF~jVyJ76x*!4oV(>paPtH{+;Ah?k}=IXM_kLW zf0TNHa?J5AS1oJ(C?@HOyCj$Wmx+mKcJ=$d2OQfom6N)bKdCb|uiyFG&lKf4UVylQ zaE@_AQ3Q5B}xHdiu_T|3M4S=6aG&C4U=d*_w_IAS-}%Xz=}A@2q$BVSXib~V zB!A6CggxDIi}0eO+B4Hz;wo7$Z+=5%nolPEB%E>pLpO1m)f06=N;g1X|JTYazqT8+ z9!s~x3PE%2>=SPnNjQbvZwi?=-qGb8AfkDiW|l^yF*~t zM&F4Sx&pKlWl^$w?jEOQzKVD&=LV|y+&PV}`)z{b9}vTwS`RK~dmbp->^yOI%2}^=~h>^5eF8 zLMsXqeQu~lkY{+7J}~w)ec{+xlp>?CV*A0kx&Xi#$!9+RvQVQ>T3MQhu&ZYFC0IGu zeM5=7%rM0lUzOran@<3qnOApS=Oq-!e94e&E$tgj(AYJ7?*#gm%tYo|@1>Im@6270 zMFZ7u*QT5HL>N}+~QmyVRo3gtA z8~C*9V}>qj7rD=%~9Lkr$6oY^V8{zb@w4_%i8jzCcen$X@e%co}sh>#wu!Pjnssj^A_r z3ARhz^c{$BfLpE^Y~etnY)o8*?KmEU)ZlAx6K9}e*B7qO2+CRf<2#<`v1Oak19*R( z1@F{+nhSJ*J&-+I{PYbqqOFPq;Hx=5Qz4Hig)bAH2&2-I3@%}`FMAv+z)&wbYZxb*7iZCw^GUJ#(@jq}NkdVE!?(0tn&$vwNpB{I#q$nW*;!6pE^Qa zyxYlDGb<6jWW%~C^^50Z7i5bU_8-U@Z$+DDQXzYM;9OEb$ntw8xoxH_Wk-%N$`@o1 z|F$*$@}7SJY`%B_E{Yk1W2WjUQ}qsbQua(GTaq~@*VP`=bE0lz|FMQd706q2ZT&JL zk1VXX@P2whH*6MoknD2L0^4&<5870mMGS^61=zf~@7cWXUjM`py9?HIE{F!4BKkJp zF|_2)ni0_lz%NJ}|KYc!-LHsqAq^AJ%e)Js?|oohyBn0_TdXCo+P<$m>&m7NQ8LS+ z-ellCEc@Msd@qw&&?LK_W!tgCfu+jEN84oMOXACHID?uh#+VRYwprcx3&~$!pOn6a z?K@wO{iST0NxEBhqnEn2UU=3r^R%wERJPqgAau(8QRo!Z9sI#suHnqqLk+y_#DiA1 z79Ow+3g|=y(1|TDP}9xZAQ-#gTX`2CbEdc$3O|Nyzek)@`MdDUHSxy>RhVuwnYRPtjSN3AB&#dtD3fTABpYOuW&!d_=B)Z`C+-@UG z={_lYX4Uxq0uqiA@-Q#w=HpnsWww{MSnL|vwoKP@!H4iqCv?7lWN3veKr)nVJ1X~^K=QdGX1(ew_`#L;Et=@rEjg-H! z;XyOIbm8m0_@Kg#u-o%}550O#^6JNFE3G#-%16FFeH(jKm(y<^PQY_WhT;VGM!9|P z-R^4Vs zr|=(MOivB~fn%WIRyZl$v>VjUJ?m-NF?CHewqEDnHe^+s7;4N%h;xr~4@--j`|={E zQ;G8^TWe(aOmSqK?QHC>T7!@1cdkv6TYXcx89_xPQ3D@_o<&e8!d*A!esAz&^R6Yz zh9egf8A_B(kli;FtURa6^bCj2I?-nZSJ$6XrL5W#RMdBQ7DJ8aB*6RV8r}F}QB@YE zJ0)l|>ul>HGnIqSs@GWunxZaXEvKtcJq3dF;bM%)l$?tQENz-wKgHT9{^a6v{<8yL zY$n&woN>zjUjkDk? zejbP4(1hoI*>J%MVco{U@oe00mh->niu|8qK47G6#sn*36gBCX5Ce7di=QsHSFiEr zJeCHg8Pkw}W%<*LX7c&qHs^t81Ml-^G+4vr?n&ljddfUMoMl>u6XI!!zmV%AAr^4< z7A@+G8h3H(U%G9zk%}MR?kD6uux@v0FFLGHke-TLcW$op!MRd$wQh;BL(8Jw57DD; zH1q4GR}m3dwS>ze7Bn9`vUGaVo5=TYHxB_A$1s+RP)-==+)B16 zshA?KLy3^J%ab*a99^mrcd%q=qfo}WO*EH)Dvg9Bd>yqn={I-%*TtA431HfC%DK0y z2k9Wy5*MzuRMZ^jnO84+tg>zS1>38;5fy{fsam4O?5FgT=o6m|bkkag5llfGuIc$o zi}bPOm!gf8%dK#O`kUU~e~CtIbhhTl-! zsE?KXxwmFCgIi_}`#}!M(VJ~7&Yb#6ld{{)qj*ic%@6Y<96B;B%-XlMr1vo8_Nkn# zh@@E46-UMSEJ6%`4PJBAFO?UQh#lUm0=j*1Oegr@Q_apdX^(QLWX;bTEZTCrvPCv+ zs4_Iilw2F&@ke2WC}(jY+&w_hhL&fWg~zz`h+2<*Y4_x@(z#}o@_DBuCdq4bVMNA- z{}jcR@F|Ig9hlhq3on#gS7rNN@fJkXI{a{bPP5zUFNcjUc3P^x^sY?o|uIQrS1F8Z>L5Fph%i0?ElbKx1pN)WhvFhO%eE{*IRr(JC} zjrV^xvDs8hP}G3W!C|z0p4~xFy5CSi397-R&%8XCK5|$6xxD0G^w%Ce#l3p$i7cvj zp$SmqIbAh8J1QtayPn|IJu6}v8RRMTS#?wO&Z1G(`oL{W-S>b3|ExFC%@`=bX1SC^ zV0z52jY$EYmZbjI${(`d9Av$F;Ir7CSmk~I(o$7kT@{EV?AqTdNAitFKi8cwwB zQM6f&eQm$Or_DQZ5&h%>56S_Mo)q0Bm;_&C9ccH;?~#~;{57p-yJUo2SK0Vs$hAh8 z=B$HH)<0Pvk?N-&Wwc3h?l0B~-#szEOy>XJtrot6U)ZQ9cr~sB4IjZ~=Z4X;g5Ec< z4-Jzo7=FjTp|lM7jh52(JQOP_6e16z5#fFG0G3-f<(i@PVBLj0`e^%LTzKLd=NFZC z#a);-H<$U^lD|y+=RwS0?{}gr1mYzwW#j9|E@OieOum${Jyk=AJ0h1|3V`G)eM_L`SdTBCZQVoi%FG6p_2 z@lLdS)sac%oBRy_>o3vP7oAvs&uj1|4cQz+XI0DWNan}xJ?|x-$td6sYy%dQMR~mY z1&SqabL3U-6{IFAaK zS=K)H+WnA`aQA|seU9SE_fzdIc^#RfMwr;k<~Cr~4C>rO=WT0&+qb{18-ViTZWydA zyjoP_+Vn2~Pme+o*sYfm?CESn^W~d4aaTYj=b}Nm8)ww7$8XcK1A?2lRj5Oh;wV^! zG|J0R{M2R6xb+DUYkYBJ!`;dUt^rLtayM^roTg`JRJH__X$#x%J{SnT9Mdyuz4Gvy z_^TGqcPkld)=<=Hoh$sXAoOqz^QyK|D`M`kV<$H~y`#yNeD~sDf4OW1t1R!t)zNr> zaYJ)x@7{V(6;+79h}QT1Zk<=OrE)G_PZPX^-^uIXDxIV(I! z%D*0|Mm?t<>BnWM!}WzEMigUf!?-6_XA4pE>ExR(=MpS+Tm#m2U6ET0EwKh^SN}qr z{UQI$^=BA5&E5hJVB_a;&O?H#6KUFVu?uU=;Tx*QiIGn^L7`=OZUK%@`(&xup#r_L zT{9i!m7oS3{$|#Kjq`scz_{=vXesDXu$*M7R*-^aDP{xsFYw5~8!+s1ltW)1qN{PR+xUnNFi8UfK(-7T(LG598poB? zkxcrVN`0*|Em5ms(Pv+!HQdjy)nd04G_jIms%44?$d;U?Kg1s9Cz^%0v46bO3J3#p zPkSN)47Yw_vkML$T5>2s zgkg6po=8soyxZB0CqN|Hr2ROiit_f{d`6Z3O=3|s1Ejde^vsmJ*@?ppuIu^IYJ?v( z^QsgEX1#SHS~Ee_O(K4fX4cU+Ea6dgrmx=NTpz19=4bmukE${9?{9dOu#G=e_t1h1 zg%FFIN#NvTL5Zk0?;F|Z9+N^k`+`iC?_Rk#68uLajt5;+M9h+Ls=5pga57bA10jNc zJwb^fDQLqWmr8doro21s4(Ob+iuXYtrzdb2)+3cU>Yz($R9h6&6V7pd4Er$9Ce33n ziq^NKw;6l1jxrth>_unnrP5h@1o@Ty)wo%#$CT?N5rPNYK}(7-z%cmBWR;8~p4vU@ zuzFbOobirtYewjt#&+=4H;{Hk#at^ZY^ZdcI2kh-n`0hHBpZllSyJ5QS~g8yACzgLqVzeZwoWC#tMV(E(XPl0Jthy?>9?Q(nJ$Kh2rUzIcmku7{k78mwy0uzXCm}K@vYA0aJUU%C;(Zr}(XjpD}Ol7bw82T~;~wKIxQL zORszen{PMDj~D>PG1!9H4@ZTOTKzrGDDPcQ9SPCUPGV_A9|Wt-I+pyT!XZ$+$ zJZQ(_{psCZp`9w%myDHfOxoI{jG3zPh{m!#{IEGg^SW~|Yx_SWe%=_Y{0((I(q3qt zNW67?B?D{EgXrpj3Hpdjd!U^uW%ypSjntzMbWiqV za@zBux#{5{{r;)Bh|eT%r@NMpazh_?V;`WP{ap$a+Dkl&!0qCm#9on=2M45Ac&I!} zcSv46wzq*xgEl27er%*SohX7dU~0X@ct{jhk1kS zS5YvaukUna>>ICi!C0|RG5TXv{Rpa;UhRCPRsD2GeDQmUfxuAZz*|$Qf*-9gO%qBc zVe;psj-XI9ls=b{*x&R-f8#OcKl=}GJNac3G@o%L#7Qn(x{Z-SQ;k4m-%CH(NKUR{ z+Ew7%9x1vPZq-&-Gc2PrczqoVNj|QpFTJq`WVY+qcNd|9_^#WKd>8%TywouTI!Bfs zjJ+Z4J!9`wB#f-mtilwY73{(W@}z7ui%w$T^3ieLYh`zj-)q$`ND zc*L%eZP(4xJhnQ{QQIhDxngZZDP4)Osc-|B9Ko1zpafsyyeVFC0#@&{ebq+N-wc)u zpO2bRC6r?T#`F*O0J4kKn;W3{rP+WBa_XtJ!>-ISjva|QBy$wY7-EmZ0ib%$dDy~Z z4bW3^c9`AFlY2bLrI;7~l00_oS?BTAp`{a+`0bgc>bKopZxl@f+UV-$^cR}X^s2MRS6Zk{eem6x8(m@lUxQlQo%g%(cYabE`J z#cNBfn=Xe~jmhO1S49;c1+^CAA5(0Qf*+Ef0E_ShWiASh|18k`_XbZElDF*TS zI(H804WIwT>AJthHNS6||3jgI-zm@+h)(kU0Uon+SnymV=CSlfN!_GVvS z#q8mx(=Us-;b)Hv2RKhDG*XuWWXH;z-nXX=CKb283p&x5Xdhyp+xA#4p(77j^T~KcPRE0X7!4gNx6~#C= z3l?uXI}OPXAAHn2y|2Lbl4km=4KG(1R+z}$!>E%X)>`Bpkd9&Pu!7KOSfX}R|81LE zle>?fXh(avgf?4z(S{5%cOg!9dgV`%@~@!?H$uZvdO z)Fl$IT3zvDc$JSVYBKa!67ZisK20Bep|w^yD=Q==!CnBw(>?7saT)bRdvh5rrhbJ+ z*0XrMs+rFiYpj(RB5q$vVmhtnqxpdyuTI|XYj3;I{U9TdAQgV;l1G}aDGTr%#cBn+ zdqXaRC?F>5mc&=0!V3G`x(S=Y0{+{23bgPUe4!~u%MuAU*xX&iUm`0N7f8@bDNSD0qY?qQZF2FxFb3B5;wSg~w1{Z5)6Mj2E{L2bFAsh{?2gG%b-m5kX6V4ma zT3o(0Gwafdp%+0S=(^DK-wkL?CiMHNnv}cauu>d5jwB1UprFC+=2NA=`^SH13jWQE z@OS#)Cx5rhGVVHC`?>tkoN*EZJJ~7FKM!@N++;Q%yuQcD^cASi`NZIo`)WHL;3(y* z&OJv>2hpBIa1bJRm!;?x`o*lB#JB8%%4SWejuLe7F{AAMxm>n{9@C=mn5=JhX98|} z%r3AyD@>pq0^E0b2QWcMqo0{=eQw~Ac6{|$2?0E2re3%597Nyg!mR|ACH5GmDEA^( zRz`_fx;%C40e~dT4p7N2+o*<#RnX9K{>sIX$N(gwzZzWUFw&`;ZFnyL4T_K%-#WlQ z`3PJl&ml%JcFmX8O!|r_%2)vu_5qGg1BAJmaW&YVDXj>B~O?fO1{HY0jM+$pC zQTg0K3TIu;)gWYR=xA0gtdv{qv>};Qk)KUh*s)E*0hv{zILwoI&dP|O0&7i+dW6ZR z@q@}wuRPfcEb7HHnhfR_vKme#dyAXGG})is9-Jqt*-;u*Zn-^srbd#hZw_5V3Lwg6 zMpo{oTi=v-^=XM9w&Q+!jNH5jESNPghsBFDkTT0MJK(fZ ziJ>`>z1xT8b~#mVPlTVe7`!v(xEsrS-A8c3ceSFz6}OQ?kd5FQwnBC;k;y$QJU!fU zY4)X2<#XOEmP)S~xm2U{_>SEg@4L!2W8n0kA5)x>^-%Fr!&P7LPECj)Tv%JiOf@q; z{q$+Z+xFI_N4t0;kj5)Ub7Hq=gBWJa6P!ne!h7r4d+1Bko@}Q~O!mo)q8q*_&`HVc zI)49uSnOn;)uDChla_L0R@iRxi!WOaEmL;1z2u{wszQ25ev1IPUGWC26E3X5>O^gK z6ud(x?CR^z;SbINc&AgceKGCpuY${;9D0lI)+-th!^^Xc5@g`R-9EL8JJ-*C5bqH% zok@O>Q!c@JgTiq~^FlkJMHE^jh1)=w>5T7P`qZtLb8JeY%cPmj7IiZ#Xq6|MnF_XAZh@U7!I8Sd%kbqOV+i~KKQLmq!NVZ;j+MoVz z9m5bCvJB%rl@GS!L!3k`Ej&N_ejHJm6QAAfbDnRyZrW3D)7DRNFBj>tl#EY!Ub;fA zK!-s5h$>rwszM(x14#;auS;_q)t8Pf-5I0M6En7pGO8>-j_*jigsh|E0+8ij-C&1G z%ax>HoqJ%%kXyI1Y>nymLq;a1HccK6(Xa@DG@>)!52fYGQLu4S$g49 z24wY$zB25kmZPGs=ne;>^65nq`WW5dvA1bVEX|a?q?Bn5^RFy?`q;~ku!C&%Du2kk z)vC3gdZT{D(Lg2i@+YT*W>UFl>pAx!+5<|K=jc*qetKj$utIgb_vMqW`&ngM`4}FR zE13iEp49DLYd4d>1~9F_9PG^&;M_^f`80CAHq^j2xX?Z`^>Jq9s&y5g6c2UmR$cZP zrsa{}eEqwdvtMYr|0HdK&~~n61_5Rutyz{tKY+QWN~;|;>lNke#Hj9XwwF!1Q>nPG z^Ek_aI0WZY9*x7A<|XJHFSp_@*{QGEtL|wJdOlA?EO3)M$9(VeV#duUe~;n*qru;w z0Wkkv-+}ov?9uuu!K4iHkv9yR3jLrmbZ`PH>r=tDXR{_>#w=bO?VmVv{IJsIqb4o& z=6?F#RH<($u|7^H_G|2Mh-N(S4TT}+oPCH6p>%&HWteg#s?ltL0uW4|f=ctSXQJj- z#$sUcD?p1jJQ}aY-Qxm#s*W7|hT8cGY|$5KVPOu2K89;aL_+L>5FTrYF~_nGMZxzF zh4(B;sD91MZ>XZMS_Es#-V(zE!L7#@r-3E4G>J_tY<=u!2#{0IC1N>d%4`jmt~3e! zK+=<-C(?3Dz_+&XbV|dAAMWTLU3+EkIFFV_+Ai-LJ5Ox7cf>!hRWQE~Hr>1F z!@cI$?-k=EFYn6ci1$ajIcvWQwGHl(;YP zIN^{TDRlC4C*0MY9OdrgwL5;S6PyZrUNB5QT3 zftK5fRXTScHEAZ+I)`WMDe|cyd2^zGMj{?34WQH#MBgz@r%;GdarMQMQ@6~L@?OU7 z^+1{GFY^72_MR06t3G`nrQN(Fef1mI!P8fAXZIBAo>?8u^GKjQ(N`#76yGvmNKOsT zq@`3~x!&0@a<95~@B~Cnjc)wXf_W6J%Ri)1qY}F7M5Vgq>85qXn5*P*+W*`b71M(a zNq(^RE01#hj4f=twEgjy9u5utOaphQSjAc|V0DzL^?hZiQ$Vv(yz znMKjZr?6u`Ummd5_Ep_T6w?@DYFDR|Z z0|YY#Ne*&}n(mj=qS`7&V?Y_O&w^|6^EK#1md>K}bg*LC!ye>tqiQO+ufb_$HcYTj zv~FtO9Ub$2o2OK-E|=teHd)tRZX&R5bXdIcK&O3pYk(Vh)O|q2A)iga&scgs*_lbY z=hVHDddiu4;nTC?fU=NT6BNF&^w_*uJ+q)!EpKpj_1gcOQ_t}O(O#or%1ouqgh>~w zY{C5HgMsL_ZJ}99AGsGh?41#jHa^NjHl(4=d|%M1yBx$L2zIyCB)9h;Eh*`N zVz#(eg-IhiFROUeXVH6?Q6+Y52hiCz+4rTnPY2vqUwhfVfcO-()>~@46-l)N?v~*m z-iimCIknD|)XER<^3&E*+eQ9!n|}F1x7e3n<;I>5Lurb<*n6QDLB~h6=Zz+(n$*Po zyrOq^k4tr|$KnDdSuxtjuAwmocuK3U&B7VzRIaoyEWd8vIrhc5<&qvUKN{HTF?mxY zvIM@(9r{5IEBqUb|l0Wv%%K;;XbQz)|*B5`0M$Am)nTZ+7$snh3WKY7`22Ff+^GYCU$7q0s> zWk7sz1ba$IQ|TThq8Tjeip}b`SxrU;w>Sm{wl8W+NMrRru^gQ(GOnK8-UA8_gRezb zEK4m=3aUlsTt_C&yPVb#>L@RN=U`F6m8zJ{7Ha3lbJ_9^_vF}8B-e!=FPnWx3R;04 z*^m+8PN0y*lHFwkS(<&RONJS?pJ!n5W84!12_T`d`o6xQX3Ad5J)F8f0p*>c!zR+Ws^FnDngwxt{&%6j)FS zRNKeQ;>D?`qK_(WJ{bSKvS~ADA{loZi4$KB?D*~OZvCcyZ6RMc!07wd_A#A|oDG#I ze0`fG8y3Ejm>s&^_M(n^QdIXWb6C?<7#^nHiR47iS-4%p>)^#X=}zcwcwXE#F&??O zBnt^4YEoVtqVu+9?gBj}C;O~B{7Jd~bJc{^w2F8|JlNwhK-0a6Z9Y0$?%{lUdTsI< z)?(GxMJK#G?<_;EfKhQ2lHIQ*Nv~(@atOI>GGapT?uy7!pWQDRAlvx z`j!3Oi8CllF>Bq)O20LPE#{SGlC=iDu7HY`VcQfYhtU$z>6>)Rf~x81c#|XMmKKV$ z0>XZ(*dx9?h0-cJaK+T8ain_&K`GU{%GJPBKF1w5hr`2?E-{%foS)fEyB zLp#sP7hMM)i!#O>XR6))ql>xdU654pP6zB|{(_iClF9n<1-(|?#p|t)9zlc87B0*< zu-w(++_bre~f&&S=#(cIU)|6pa|ODhil zv-8H76!=GN2>kqe`NA0CCq_ggjBbMYfS-JTtPE#GG{PVh$ir|RFjn}9710RI{xBc# zlMj%U;jD;8XhVcN4Ceu3g`ZdvjZlRS^8r8k09hH%ifDxTMaaW&9xzt;i51ZZ#Wye? z@RJXamEo+2M%W1o@-UnSj1_)j1^pfTu!6e67AxrQV2cOT2Yz@!e+NITpsujR3i>

+ + + + + + + + + + + + + \ No newline at end of file diff --git a/Moon/!Moon V1 official/Arraylist/Arraylist.Designer.cs b/Moon/!Moon V1 official/Arraylist/Arraylist.Designer.cs new file mode 100644 index 0000000..69fe837 --- /dev/null +++ b/Moon/!Moon V1 official/Arraylist/Arraylist.Designer.cs @@ -0,0 +1,581 @@ + +namespace _Moon_V1_official.Arraylist +{ + partial class Arraylist + { + ///

+ /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.panel1 = new System.Windows.Forms.Panel(); + this.label_targetstraffe = new System.Windows.Forms.Label(); + this.label_entitydisplay = new System.Windows.Forms.Label(); + this.label_kompass = new System.Windows.Forms.Label(); + this.label_aimbot = new System.Windows.Forms.Label(); + this.label_triggerbot = new System.Windows.Forms.Label(); + this.label_fakegamemode = new System.Windows.Forms.Label(); + this.label_scaffold = new System.Windows.Forms.Label(); + this.label_norender = new System.Windows.Forms.Label(); + this.label_antivoid = new System.Windows.Forms.Label(); + this.label_flydamagebypass = new System.Windows.Forms.Label(); + this.label_nofall = new System.Windows.Forms.Label(); + this.label_speedsneak = new System.Windows.Forms.Label(); + this.label_phase = new System.Windows.Forms.Label(); + this.label_airwalk = new System.Windows.Forms.Label(); + this.label_infinityjump = new System.Windows.Forms.Label(); + this.label_positionfreeze = new System.Windows.Forms.Label(); + this.label_glide = new System.Windows.Forms.Label(); + this.label_pglide = new System.Windows.Forms.Label(); + this.label_highjump = new System.Windows.Forms.Label(); + this.label_airjump = new System.Windows.Forms.Label(); + this.label_speed = new System.Windows.Forms.Label(); + this.label_stopvisualtime = new System.Windows.Forms.Label(); + this.label_fulllight = new System.Windows.Forms.Label(); + this.label_rainbowsky = new System.Windows.Forms.Label(); + this.label_zoom = new System.Windows.Forms.Label(); + this.label_infinityblockreach = new System.Windows.Forms.Label(); + this.label_Noknockback = new System.Windows.Forms.Label(); + this.label_instantbreak = new System.Windows.Forms.Label(); + this.label_Hitbox = new System.Windows.Forms.Label(); + this.label_reach = new System.Windows.Forms.Label(); + this.timer_aimbot = new System.Windows.Forms.Timer(this.components); + this.panel1.SuspendLayout(); + this.SuspendLayout(); + // + // panel1 + // + this.panel1.Controls.Add(this.label_targetstraffe); + this.panel1.Controls.Add(this.label_entitydisplay); + this.panel1.Controls.Add(this.label_kompass); + this.panel1.Controls.Add(this.label_aimbot); + this.panel1.Controls.Add(this.label_triggerbot); + this.panel1.Controls.Add(this.label_fakegamemode); + this.panel1.Controls.Add(this.label_scaffold); + this.panel1.Controls.Add(this.label_norender); + this.panel1.Controls.Add(this.label_antivoid); + this.panel1.Controls.Add(this.label_flydamagebypass); + this.panel1.Controls.Add(this.label_nofall); + this.panel1.Controls.Add(this.label_speedsneak); + this.panel1.Controls.Add(this.label_phase); + this.panel1.Controls.Add(this.label_airwalk); + this.panel1.Controls.Add(this.label_infinityjump); + this.panel1.Controls.Add(this.label_positionfreeze); + this.panel1.Controls.Add(this.label_glide); + this.panel1.Controls.Add(this.label_pglide); + this.panel1.Controls.Add(this.label_highjump); + this.panel1.Controls.Add(this.label_airjump); + this.panel1.Controls.Add(this.label_speed); + this.panel1.Controls.Add(this.label_stopvisualtime); + this.panel1.Controls.Add(this.label_fulllight); + this.panel1.Controls.Add(this.label_rainbowsky); + this.panel1.Controls.Add(this.label_zoom); + this.panel1.Controls.Add(this.label_infinityblockreach); + this.panel1.Controls.Add(this.label_Noknockback); + this.panel1.Controls.Add(this.label_instantbreak); + this.panel1.Controls.Add(this.label_Hitbox); + this.panel1.Controls.Add(this.label_reach); + this.panel1.Location = new System.Drawing.Point(2, 63); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(298, 1019); + this.panel1.TabIndex = 1; + // + // label_targetstraffe + // + this.label_targetstraffe.AutoSize = true; + this.label_targetstraffe.Dock = System.Windows.Forms.DockStyle.Top; + this.label_targetstraffe.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_targetstraffe.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_targetstraffe.Location = new System.Drawing.Point(0, 899); + this.label_targetstraffe.Name = "label_targetstraffe"; + this.label_targetstraffe.Size = new System.Drawing.Size(173, 31); + this.label_targetstraffe.TabIndex = 30; + this.label_targetstraffe.Text = "Targetstraffe"; + this.label_targetstraffe.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_targetstraffe.Visible = false; + // + // label_entitydisplay + // + this.label_entitydisplay.AutoSize = true; + this.label_entitydisplay.Dock = System.Windows.Forms.DockStyle.Top; + this.label_entitydisplay.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_entitydisplay.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_entitydisplay.Location = new System.Drawing.Point(0, 868); + this.label_entitydisplay.Name = "label_entitydisplay"; + this.label_entitydisplay.Size = new System.Drawing.Size(174, 31); + this.label_entitydisplay.TabIndex = 29; + this.label_entitydisplay.Text = "EntityDisplay"; + this.label_entitydisplay.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_entitydisplay.Visible = false; + // + // label_kompass + // + this.label_kompass.AutoSize = true; + this.label_kompass.Dock = System.Windows.Forms.DockStyle.Top; + this.label_kompass.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_kompass.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_kompass.Location = new System.Drawing.Point(0, 837); + this.label_kompass.Name = "label_kompass"; + this.label_kompass.Size = new System.Drawing.Size(124, 31); + this.label_kompass.TabIndex = 27; + this.label_kompass.Text = "Compass"; + this.label_kompass.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_kompass.Visible = false; + // + // label_aimbot + // + this.label_aimbot.AutoSize = true; + this.label_aimbot.Dock = System.Windows.Forms.DockStyle.Top; + this.label_aimbot.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_aimbot.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_aimbot.Location = new System.Drawing.Point(0, 806); + this.label_aimbot.Name = "label_aimbot"; + this.label_aimbot.Size = new System.Drawing.Size(105, 31); + this.label_aimbot.TabIndex = 26; + this.label_aimbot.Text = "Aimbot"; + this.label_aimbot.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_aimbot.Visible = false; + // + // label_triggerbot + // + this.label_triggerbot.AutoSize = true; + this.label_triggerbot.Dock = System.Windows.Forms.DockStyle.Top; + this.label_triggerbot.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_triggerbot.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_triggerbot.Location = new System.Drawing.Point(0, 775); + this.label_triggerbot.Name = "label_triggerbot"; + this.label_triggerbot.Size = new System.Drawing.Size(144, 31); + this.label_triggerbot.TabIndex = 25; + this.label_triggerbot.Text = "Triggerbot"; + this.label_triggerbot.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_triggerbot.Visible = false; + // + // label_fakegamemode + // + this.label_fakegamemode.AutoSize = true; + this.label_fakegamemode.Dock = System.Windows.Forms.DockStyle.Top; + this.label_fakegamemode.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_fakegamemode.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_fakegamemode.Location = new System.Drawing.Point(0, 744); + this.label_fakegamemode.Name = "label_fakegamemode"; + this.label_fakegamemode.Size = new System.Drawing.Size(209, 31); + this.label_fakegamemode.TabIndex = 24; + this.label_fakegamemode.Text = "FakeGamemode"; + this.label_fakegamemode.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_fakegamemode.Visible = false; + // + // label_scaffold + // + this.label_scaffold.AutoSize = true; + this.label_scaffold.Dock = System.Windows.Forms.DockStyle.Top; + this.label_scaffold.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_scaffold.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_scaffold.Location = new System.Drawing.Point(0, 713); + this.label_scaffold.Name = "label_scaffold"; + this.label_scaffold.Size = new System.Drawing.Size(113, 31); + this.label_scaffold.TabIndex = 23; + this.label_scaffold.Text = "Scaffold"; + this.label_scaffold.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_scaffold.Visible = false; + // + // label_norender + // + this.label_norender.AutoSize = true; + this.label_norender.Dock = System.Windows.Forms.DockStyle.Top; + this.label_norender.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_norender.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_norender.Location = new System.Drawing.Point(0, 682); + this.label_norender.Name = "label_norender"; + this.label_norender.Size = new System.Drawing.Size(137, 31); + this.label_norender.TabIndex = 22; + this.label_norender.Text = "NoRender"; + this.label_norender.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_norender.Visible = false; + // + // label_antivoid + // + this.label_antivoid.AutoSize = true; + this.label_antivoid.Dock = System.Windows.Forms.DockStyle.Top; + this.label_antivoid.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_antivoid.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_antivoid.Location = new System.Drawing.Point(0, 651); + this.label_antivoid.Name = "label_antivoid"; + this.label_antivoid.Size = new System.Drawing.Size(121, 31); + this.label_antivoid.TabIndex = 21; + this.label_antivoid.Text = "AntiVoid"; + this.label_antivoid.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_antivoid.Visible = false; + // + // label_flydamagebypass + // + this.label_flydamagebypass.AutoSize = true; + this.label_flydamagebypass.Dock = System.Windows.Forms.DockStyle.Top; + this.label_flydamagebypass.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_flydamagebypass.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_flydamagebypass.Location = new System.Drawing.Point(0, 620); + this.label_flydamagebypass.Name = "label_flydamagebypass"; + this.label_flydamagebypass.Size = new System.Drawing.Size(233, 31); + this.label_flydamagebypass.TabIndex = 20; + this.label_flydamagebypass.Text = "FlyDamageBypass"; + this.label_flydamagebypass.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_flydamagebypass.Visible = false; + // + // label_nofall + // + this.label_nofall.AutoSize = true; + this.label_nofall.Dock = System.Windows.Forms.DockStyle.Top; + this.label_nofall.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_nofall.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_nofall.Location = new System.Drawing.Point(0, 589); + this.label_nofall.Name = "label_nofall"; + this.label_nofall.Size = new System.Drawing.Size(91, 31); + this.label_nofall.TabIndex = 19; + this.label_nofall.Text = "NoFall"; + this.label_nofall.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_nofall.Visible = false; + // + // label_speedsneak + // + this.label_speedsneak.AutoSize = true; + this.label_speedsneak.Dock = System.Windows.Forms.DockStyle.Top; + this.label_speedsneak.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_speedsneak.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_speedsneak.Location = new System.Drawing.Point(0, 558); + this.label_speedsneak.Name = "label_speedsneak"; + this.label_speedsneak.Size = new System.Drawing.Size(160, 31); + this.label_speedsneak.TabIndex = 18; + this.label_speedsneak.Text = "SpeedSneak"; + this.label_speedsneak.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_speedsneak.Visible = false; + // + // label_phase + // + this.label_phase.AutoSize = true; + this.label_phase.Dock = System.Windows.Forms.DockStyle.Top; + this.label_phase.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_phase.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_phase.Location = new System.Drawing.Point(0, 527); + this.label_phase.Name = "label_phase"; + this.label_phase.Size = new System.Drawing.Size(86, 31); + this.label_phase.TabIndex = 17; + this.label_phase.Text = "Phase"; + this.label_phase.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_phase.Visible = false; + // + // label_airwalk + // + this.label_airwalk.AutoSize = true; + this.label_airwalk.Dock = System.Windows.Forms.DockStyle.Top; + this.label_airwalk.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_airwalk.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_airwalk.Location = new System.Drawing.Point(0, 496); + this.label_airwalk.Name = "label_airwalk"; + this.label_airwalk.Size = new System.Drawing.Size(104, 31); + this.label_airwalk.TabIndex = 16; + this.label_airwalk.Text = "Airwalk"; + this.label_airwalk.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_airwalk.Visible = false; + this.label_airwalk.Click += new System.EventHandler(this.label12_Click); + // + // label_infinityjump + // + this.label_infinityjump.AutoSize = true; + this.label_infinityjump.Dock = System.Windows.Forms.DockStyle.Top; + this.label_infinityjump.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_infinityjump.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_infinityjump.Location = new System.Drawing.Point(0, 465); + this.label_infinityjump.Name = "label_infinityjump"; + this.label_infinityjump.Size = new System.Drawing.Size(169, 31); + this.label_infinityjump.TabIndex = 15; + this.label_infinityjump.Text = "InfinityJump"; + this.label_infinityjump.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_infinityjump.Visible = false; + // + // label_positionfreeze + // + this.label_positionfreeze.AutoSize = true; + this.label_positionfreeze.Dock = System.Windows.Forms.DockStyle.Top; + this.label_positionfreeze.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_positionfreeze.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_positionfreeze.Location = new System.Drawing.Point(0, 434); + this.label_positionfreeze.Name = "label_positionfreeze"; + this.label_positionfreeze.Size = new System.Drawing.Size(188, 31); + this.label_positionfreeze.TabIndex = 14; + this.label_positionfreeze.Text = "Positionfreeze"; + this.label_positionfreeze.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_positionfreeze.Visible = false; + // + // label_glide + // + this.label_glide.AutoSize = true; + this.label_glide.Dock = System.Windows.Forms.DockStyle.Top; + this.label_glide.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_glide.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_glide.Location = new System.Drawing.Point(0, 403); + this.label_glide.Name = "label_glide"; + this.label_glide.Size = new System.Drawing.Size(76, 31); + this.label_glide.TabIndex = 13; + this.label_glide.Text = "Glide"; + this.label_glide.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_glide.Visible = false; + // + // label_pglide + // + this.label_pglide.AutoSize = true; + this.label_pglide.Dock = System.Windows.Forms.DockStyle.Top; + this.label_pglide.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_pglide.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_pglide.Location = new System.Drawing.Point(0, 372); + this.label_pglide.Name = "label_pglide"; + this.label_pglide.Size = new System.Drawing.Size(92, 31); + this.label_pglide.TabIndex = 12; + this.label_pglide.Text = "PGlide"; + this.label_pglide.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_pglide.Visible = false; + // + // label_highjump + // + this.label_highjump.AutoSize = true; + this.label_highjump.Dock = System.Windows.Forms.DockStyle.Top; + this.label_highjump.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_highjump.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_highjump.Location = new System.Drawing.Point(0, 341); + this.label_highjump.Name = "label_highjump"; + this.label_highjump.Size = new System.Drawing.Size(140, 31); + this.label_highjump.TabIndex = 11; + this.label_highjump.Text = "HighJump"; + this.label_highjump.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_highjump.Visible = false; + // + // label_airjump + // + this.label_airjump.AutoSize = true; + this.label_airjump.Dock = System.Windows.Forms.DockStyle.Top; + this.label_airjump.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_airjump.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_airjump.Location = new System.Drawing.Point(0, 310); + this.label_airjump.Name = "label_airjump"; + this.label_airjump.Size = new System.Drawing.Size(112, 31); + this.label_airjump.TabIndex = 10; + this.label_airjump.Text = "Airjump"; + this.label_airjump.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_airjump.Visible = false; + // + // label_speed + // + this.label_speed.AutoSize = true; + this.label_speed.Dock = System.Windows.Forms.DockStyle.Top; + this.label_speed.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_speed.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_speed.Location = new System.Drawing.Point(0, 279); + this.label_speed.Name = "label_speed"; + this.label_speed.Size = new System.Drawing.Size(88, 31); + this.label_speed.TabIndex = 9; + this.label_speed.Text = "Speed"; + this.label_speed.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_speed.Visible = false; + // + // label_stopvisualtime + // + this.label_stopvisualtime.AutoSize = true; + this.label_stopvisualtime.Dock = System.Windows.Forms.DockStyle.Top; + this.label_stopvisualtime.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_stopvisualtime.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_stopvisualtime.Location = new System.Drawing.Point(0, 248); + this.label_stopvisualtime.Name = "label_stopvisualtime"; + this.label_stopvisualtime.Size = new System.Drawing.Size(203, 31); + this.label_stopvisualtime.TabIndex = 8; + this.label_stopvisualtime.Text = "StopVisualTime"; + this.label_stopvisualtime.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_stopvisualtime.Visible = false; + // + // label_fulllight + // + this.label_fulllight.AutoSize = true; + this.label_fulllight.Dock = System.Windows.Forms.DockStyle.Top; + this.label_fulllight.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_fulllight.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_fulllight.Location = new System.Drawing.Point(0, 217); + this.label_fulllight.Name = "label_fulllight"; + this.label_fulllight.Size = new System.Drawing.Size(113, 31); + this.label_fulllight.TabIndex = 7; + this.label_fulllight.Text = "Fulllight"; + this.label_fulllight.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_fulllight.Visible = false; + // + // label_rainbowsky + // + this.label_rainbowsky.AutoSize = true; + this.label_rainbowsky.Dock = System.Windows.Forms.DockStyle.Top; + this.label_rainbowsky.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_rainbowsky.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_rainbowsky.Location = new System.Drawing.Point(0, 186); + this.label_rainbowsky.Name = "label_rainbowsky"; + this.label_rainbowsky.Size = new System.Drawing.Size(160, 31); + this.label_rainbowsky.TabIndex = 6; + this.label_rainbowsky.Text = "Rainbowsky"; + this.label_rainbowsky.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_rainbowsky.Visible = false; + // + // label_zoom + // + this.label_zoom.AutoSize = true; + this.label_zoom.Dock = System.Windows.Forms.DockStyle.Top; + this.label_zoom.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_zoom.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_zoom.Location = new System.Drawing.Point(0, 155); + this.label_zoom.Name = "label_zoom"; + this.label_zoom.Size = new System.Drawing.Size(86, 31); + this.label_zoom.TabIndex = 5; + this.label_zoom.Text = "Zoom"; + this.label_zoom.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_zoom.Visible = false; + // + // label_infinityblockreach + // + this.label_infinityblockreach.AutoSize = true; + this.label_infinityblockreach.Dock = System.Windows.Forms.DockStyle.Top; + this.label_infinityblockreach.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_infinityblockreach.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_infinityblockreach.Location = new System.Drawing.Point(0, 124); + this.label_infinityblockreach.Name = "label_infinityblockreach"; + this.label_infinityblockreach.Size = new System.Drawing.Size(240, 31); + this.label_infinityblockreach.TabIndex = 4; + this.label_infinityblockreach.Text = "InfinityBlockReach"; + this.label_infinityblockreach.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_infinityblockreach.Visible = false; + // + // label_Noknockback + // + this.label_Noknockback.AutoSize = true; + this.label_Noknockback.Dock = System.Windows.Forms.DockStyle.Top; + this.label_Noknockback.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_Noknockback.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_Noknockback.Location = new System.Drawing.Point(0, 93); + this.label_Noknockback.Name = "label_Noknockback"; + this.label_Noknockback.Size = new System.Drawing.Size(181, 31); + this.label_Noknockback.TabIndex = 3; + this.label_Noknockback.Text = "NoKnockback"; + this.label_Noknockback.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_Noknockback.Visible = false; + // + // label_instantbreak + // + this.label_instantbreak.AutoSize = true; + this.label_instantbreak.Dock = System.Windows.Forms.DockStyle.Top; + this.label_instantbreak.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_instantbreak.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_instantbreak.Location = new System.Drawing.Point(0, 62); + this.label_instantbreak.Name = "label_instantbreak"; + this.label_instantbreak.Size = new System.Drawing.Size(168, 31); + this.label_instantbreak.TabIndex = 2; + this.label_instantbreak.Text = "Instantbreak"; + this.label_instantbreak.TextAlign = System.Drawing.ContentAlignment.BottomLeft; + this.label_instantbreak.Visible = false; + // + // label_Hitbox + // + this.label_Hitbox.AutoSize = true; + this.label_Hitbox.Dock = System.Windows.Forms.DockStyle.Top; + this.label_Hitbox.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_Hitbox.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_Hitbox.Location = new System.Drawing.Point(0, 31); + this.label_Hitbox.Name = "label_Hitbox"; + this.label_Hitbox.Size = new System.Drawing.Size(97, 31); + this.label_Hitbox.TabIndex = 1; + this.label_Hitbox.Text = "Hitbox"; + this.label_Hitbox.Visible = false; + // + // label_reach + // + this.label_reach.AutoSize = true; + this.label_reach.Dock = System.Windows.Forms.DockStyle.Top; + this.label_reach.Font = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label_reach.ForeColor = System.Drawing.SystemColors.ButtonHighlight; + this.label_reach.Location = new System.Drawing.Point(0, 0); + this.label_reach.Name = "label_reach"; + this.label_reach.Size = new System.Drawing.Size(87, 31); + this.label_reach.TabIndex = 0; + this.label_reach.Text = "Reach"; + this.label_reach.Visible = false; + this.label_reach.Click += new System.EventHandler(this.label_reach_Click); + // + // timer_aimbot + // + this.timer_aimbot.Interval = 10; + this.timer_aimbot.Tick += new System.EventHandler(this.timer_aimbot_Tick); + // + // Arraylist + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(1890, 1100); + this.Controls.Add(this.panel1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Name = "Arraylist"; + this.Text = "Arraylist"; + this.Load += new System.EventHandler(this.Arraylist_Load); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + this.ResumeLayout(false); + + } + + #endregion + + public System.Windows.Forms.Panel panel1; + public System.Windows.Forms.Label label_instantbreak; + public System.Windows.Forms.Label label_Hitbox; + public System.Windows.Forms.Label label_reach; + public System.Windows.Forms.Label label_Noknockback; + public System.Windows.Forms.Label label_infinityblockreach; + public System.Windows.Forms.Label label_zoom; + public System.Windows.Forms.Label label_stopvisualtime; + public System.Windows.Forms.Label label_fulllight; + public System.Windows.Forms.Label label_rainbowsky; + public System.Windows.Forms.Label label_highjump; + public System.Windows.Forms.Label label_airjump; + public System.Windows.Forms.Label label_speed; + public System.Windows.Forms.Label label_pglide; + public System.Windows.Forms.Label label_glide; + public System.Windows.Forms.Label label_positionfreeze; + public System.Windows.Forms.Label label_airwalk; + public System.Windows.Forms.Label label_infinityjump; + public System.Windows.Forms.Label label_speedsneak; + public System.Windows.Forms.Label label_phase; + public System.Windows.Forms.Label label_flydamagebypass; + public System.Windows.Forms.Label label_nofall; + public System.Windows.Forms.Label label_antivoid; + public System.Windows.Forms.Label label_fakegamemode; + public System.Windows.Forms.Label label_scaffold; + public System.Windows.Forms.Label label_norender; + public System.Windows.Forms.Label label_triggerbot; + public System.Windows.Forms.Label label_kompass; + public System.Windows.Forms.Label label_aimbot; + public System.Windows.Forms.Label label_entitydisplay; + public System.Windows.Forms.Label label_targetstraffe; + private System.Windows.Forms.Timer timer_aimbot; + } +} \ No newline at end of file diff --git a/Moon/!Moon V1 official/Arraylist/Arraylist.cs b/Moon/!Moon V1 official/Arraylist/Arraylist.cs new file mode 100644 index 0000000..9270ab5 --- /dev/null +++ b/Moon/!Moon V1 official/Arraylist/Arraylist.cs @@ -0,0 +1,75 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; +using ezOverLay; +//Module +using AimbotCheat; +using HitboxCheat; + +namespace _Moon_V1_official.Arraylist +{ + public partial class Arraylist : Form + { + + ez ez = new ez(); + + + //Module + Aimbot aimbot = new Aimbot(); + Hitbox hitbox = new Hitbox(); + + public Arraylist() + { + InitializeComponent(); + } + + private void Arraylist_Load(object sender, EventArgs e) + { + ez.SetInvi(this); + ez.ClickThrough(this); + ez.StartLoop(10, "Minecraft", this); + + //Start Timers + timer_aimbot.Start(); + + } + + private void label12_Click(object sender, EventArgs e) + { + + } + + private void label_reach_Click(object sender, EventArgs e) + { + + } + //Aimbot + private void timer_aimbot_Tick(object sender, EventArgs e) + { + if(label_aimbot.Visible == true) + { + aimbot.RunAimbot(); + + } + } + //Hitbox + private void timer_hitbox_Tick(object sender, EventArgs e) + { + ClickGui cg = new ClickGui(); + if(label_Hitbox.Visible == true) + { + hitbox.set(cg.trackBar_hitbox_withe.Value, cg.trackBar_hitbox_high.Value); + } + else + { + hitbox.unset(); + } + } + } +} diff --git a/Moon/!Moon V1 official/Arraylist/Arraylist.resx b/Moon/!Moon V1 official/Arraylist/Arraylist.resx new file mode 100644 index 0000000..073ad4c --- /dev/null +++ b/Moon/!Moon V1 official/Arraylist/Arraylist.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 22, 16 + + \ No newline at end of file diff --git a/Moon/!Moon V1 official/Arraylist/Kompass.Designer.cs b/Moon/!Moon V1 official/Arraylist/Kompass.Designer.cs new file mode 100644 index 0000000..f8c01b4 --- /dev/null +++ b/Moon/!Moon V1 official/Arraylist/Kompass.Designer.cs @@ -0,0 +1,139 @@ + +namespace _Moon_V1_official.Arraylist +{ + partial class Kompass + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.panel1 = new System.Windows.Forms.Panel(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.label6 = new System.Windows.Forms.Label(); + this.panel1.SuspendLayout(); + this.SuspendLayout(); + // + // panel1 + // + this.panel1.Controls.Add(this.label6); + this.panel1.Controls.Add(this.label5); + this.panel1.Controls.Add(this.label4); + this.panel1.Controls.Add(this.label3); + this.panel1.Controls.Add(this.label2); + this.panel1.Controls.Add(this.label1); + this.panel1.Location = new System.Drawing.Point(516, 18); + this.panel1.Margin = new System.Windows.Forms.Padding(10, 9, 10, 9); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(477, 216); + this.panel1.TabIndex = 0; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(962, 36); + this.label1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(115, 39); + this.label1.TabIndex = 0; + this.label1.Text = "label1"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(210, 9); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(77, 39); + this.label2.TabIndex = 1; + this.label2.Text = "360"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(226, 114); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(43, 39); + this.label3.TabIndex = 2; + this.label3.Text = "N"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(362, 114); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(71, 39); + this.label4.TabIndex = 3; + this.label4.Text = "NO"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(48, 114); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(77, 39); + this.label5.TabIndex = 4; + this.label5.Text = "NW"; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(133, 59); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(237, 39); + this.label6.TabIndex = 5; + this.label6.Text = "| | | | | | | | | | | "; + // + // Kompass + // + this.AutoScaleDimensions = new System.Drawing.SizeF(21F, 39F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(1279, 629); + this.Controls.Add(this.panel1); + this.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Margin = new System.Windows.Forms.Padding(10, 9, 10, 9); + this.Name = "Kompass"; + this.Text = "Kompass"; + this.Load += new System.EventHandler(this.Kompass_Load); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label1; + } +} \ No newline at end of file diff --git a/Moon/!Moon V1 official/Arraylist/Kompass.cs b/Moon/!Moon V1 official/Arraylist/Kompass.cs new file mode 100644 index 0000000..024c91d --- /dev/null +++ b/Moon/!Moon V1 official/Arraylist/Kompass.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; +using ezOverLay; + +namespace _Moon_V1_official.Arraylist +{ + public partial class Kompass : Form + { + ez ez = new ez(); + public Kompass() + { + InitializeComponent(); + } + + private void Kompass_Load(object sender, EventArgs e) + { + ez.SetInvi(this); + ez.StartLoop(200, "Minecraft", this); + } + } +} diff --git a/Moon/!Moon V1 official/Arraylist/Kompass.resx b/Moon/!Moon V1 official/Arraylist/Kompass.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Moon/!Moon V1 official/Arraylist/Kompass.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Moon/!Moon V1 official/Arraylist/MainOverlay.Designer.cs b/Moon/!Moon V1 official/Arraylist/MainOverlay.Designer.cs new file mode 100644 index 0000000..514e24e --- /dev/null +++ b/Moon/!Moon V1 official/Arraylist/MainOverlay.Designer.cs @@ -0,0 +1,79 @@ + +namespace _Moon_V1_official.Arraylist +{ + partial class MainOverlay + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.panel1 = new System.Windows.Forms.Panel(); + this.button1 = new System.Windows.Forms.Button(); + this.panel1.SuspendLayout(); + this.SuspendLayout(); + // + // panel1 + // + this.panel1.BackColor = System.Drawing.Color.DarkGray; + this.panel1.Controls.Add(this.button1); + this.panel1.Location = new System.Drawing.Point(12, 973); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(200, 69); + this.panel1.TabIndex = 0; + // + // button1 + // + this.button1.FlatAppearance.BorderSize = 4; + this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.button1.ForeColor = System.Drawing.SystemColors.ControlLightLight; + this.button1.Location = new System.Drawing.Point(0, 0); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(200, 69); + this.button1.TabIndex = 0; + this.button1.Text = "Moon v1"; + this.button1.UseVisualStyleBackColor = true; + // + // MainOverlay + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(1527, 1054); + this.Controls.Add(this.panel1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Name = "MainOverlay"; + this.Text = "MainOverlay"; + this.Load += new System.EventHandler(this.MainOverlay_Load); + this.panel1.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Button button1; + } +} \ No newline at end of file diff --git a/Moon/!Moon V1 official/Arraylist/MainOverlay.cs b/Moon/!Moon V1 official/Arraylist/MainOverlay.cs new file mode 100644 index 0000000..ef66979 --- /dev/null +++ b/Moon/!Moon V1 official/Arraylist/MainOverlay.cs @@ -0,0 +1,31 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; +using ezOverLay; + +namespace _Moon_V1_official.Arraylist +{ + public partial class MainOverlay : Form + { + + //Definigingedhajsebd ez xD! + ez ez = new ez(); + public MainOverlay() + { + InitializeComponent(); + } + + private void MainOverlay_Load(object sender, EventArgs e) + { + ez.SetInvi(this); + ez.ClickThrough(this); + ez.StartLoop(10, "Minecraft", this); + } + } +} diff --git a/Moon/!Moon V1 official/Arraylist/MainOverlay.resx b/Moon/!Moon V1 official/Arraylist/MainOverlay.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Moon/!Moon V1 official/Arraylist/MainOverlay.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Moon/!Moon V1 official/Arraylist/OnModules.cs b/Moon/!Moon V1 official/Arraylist/OnModules.cs new file mode 100644 index 0000000..d15cd1d --- /dev/null +++ b/Moon/!Moon V1 official/Arraylist/OnModules.cs @@ -0,0 +1,144 @@ + +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace onmodulesclass +{ + class OnModules + { + //Combo + bool Reach = false; + bool Hitbox = false; + bool Instantbreak = false; + bool Noknockback = false; + bool Infinityblockreach = false; + + //Visuals + bool Zoom = true; + bool Rainbowsky = false; + bool Fulllight = false; + bool Stopvisualtime = false; + + //Mov + bool Speed = false; + bool Airjump = false; + bool Highjump = false; + bool Pglide = false; + bool Glide = false; + bool PositionFreeze = false; + bool Infinityjump = false; + bool Airwalk = false; + bool Phase = false; + bool Speedsneak = false; + + //Exploits + bool Nofall = false; + bool Flydamagebypass = false; + bool Antivoid = false; + bool Norender = false; + bool Scaffold = false; + bool Fakegamemode = false; + + //Settings + bool Keystrokes = false; + bool TabGui = false; + + public void togglemodule(string modul) + { + if(modul == "Reach") + { + Reach = !Reach; + } + else if(modul == "Hitbox") + { + Hitbox = !Hitbox; + } + else if (modul == "Instantbreak") + { + Instantbreak = !Instantbreak; + } + else if (modul == "Noknockback") + { + Noknockback = !Noknockback; + } + else if (modul == "Infinityblockreach") + { + Infinityblockreach = !Infinityblockreach; + } + else if (modul == "Zoom") + { + Zoom = !Zoom; + } + else if (modul == "Rainbowsky") + { + Rainbowsky = !Rainbowsky; + } + else if (modul == "Fulllight") + { + Fulllight = !Fulllight; + } + else if (modul == "Stopvisualtime") + { + Stopvisualtime = !Stopvisualtime; + } + else if (modul == "Speed") + { + Speed = !Speed; + } + else if (modul == "Airjump") + { + Airjump = !Airjump; + } + else if (modul == "Highjump") + { + Highjump = !Highjump; + } + else if (modul == "Pglide") + { + Pglide = !Pglide; + } + else if (modul == "Glide") + { + Glide = !Glide; + } + else if (modul == "Positionfreeze") + { + PositionFreeze = !PositionFreeze; + } + else if (modul == "Infinityjump") + { + Infinityjump = !Infinityjump; + } + else if (modul == "Airwalk") + { + Airwalk = !Airwalk; + } + else if (modul == "Phase") + { + Phase = !Phase; + } + else if (modul == "Speedsneak") + { + Speedsneak = !Speedsneak; + } + else if (modul == "Nofall") + { + Nofall = !Nofall; + } + else if (modul == "Flydamagebypass") + { + Flydamagebypass = !Flydamagebypass; + } + else if (modul == "Antivoid") + { + Antivoid = !Antivoid; + } + //Norender + //scaffold + //etc... + } + + } +} diff --git a/Moon/!Moon V1 official/ClickGui.cs b/Moon/!Moon V1 official/ClickGui.cs new file mode 100644 index 0000000..a79f780 --- /dev/null +++ b/Moon/!Moon V1 official/ClickGui.cs @@ -0,0 +1,1324 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; +using ezOverLay; +using Gma.System.MouseKeyHook; +using onmodulesclass; +using Memory; +using sdkcheat; + +//Using Cheats +using AimbotCheat; +using AirjumpCheat; +using ReachCheat; +using HitboxCheat; + +namespace _Moon_V1_official +{ + public partial class ClickGui : Form + { + //imports + ez ez = new ez(); + + Mem m = new Mem(); + SDK sdk = new SDK(); + + //Make Panels moveable + private Point MouseDownLocationCombo; + private Point MouseDownLocationVisuals; + private Point MouseDownLocationMov; + private Point MouseDownLocationExploits; + private Point MouseDownLocationSettings; + + //Manage Modules + Aimbot aimbot = new Aimbot(); + Airjump airjump = new Airjump(); + Reach reach = new Reach(); + Hitbox hitbox = new Hitbox(); + + //Configure Hotkeys + + //Hotkeys + bool GetClickGuiHotkey = false; + Keys clickguikey = Keys.Insert; + + bool GetReachHotkey = false; + Keys reachkey; + + bool GetHitboxHotkey = false; + Keys hitboxkey; + + bool GetInstantbreakHotkey = false; + Keys instantbreakkey; + + bool GetNoknockbackHotkey = false; + Keys noknockbackkey; + + bool GetInfiblockreachHotkey = false; + Keys infiblockreachkey; + + bool GetTriggerbotHotkey = false; + Keys triggerbotkey = Keys.F18; + + bool GetAimbotHotkey = false; + Keys aimbotkey; + + //Visuals + + bool GetZoomHotkey = false; + Keys zoomkey = Keys.C; + + bool GetRainbowskyHotkey = false; + Keys rainbowsky; + + bool GetFulllightHotkey = false; + Keys fulllightkey; + + bool GetStopvisualtimeHotkey = false; + Keys stopvisualtime; + + bool GetCompassHotkey = false; + Keys compasshotkey; + + bool GetEntitydisplayHotkey = false; + Keys entitydisplaykey; + + //Mov + + bool GetSpeedHotkey = false; + Keys speedkey; + + bool GetAirjumpHotkey = false; + Keys airjumpkey; + + bool GetHighjumpHotkey = false; + Keys highjumpkey; + + bool GetPglideHotkey = false; + Keys pglidekey; + + bool GetGlideHotkey = false; + Keys glidekey; + + bool GetPositionfreezeHotkey = false; + Keys positionfreezekey; + + bool GetAirwalkHotkey = false; + Keys airwalkkey; + + bool GetInfinityHotkey = false; + Keys infinitykey; + + bool GetPhaseHotkey = false; + Keys phasekey; + + bool GetSpeedsneakHotkey = false; + Keys speedsneakkey; + + //Exploits + + bool GetNofallHotkey = false; + Keys nofallkey; + + bool GetFlydamagebypassHotkey = false; + Keys flydamagebypasskey; + + bool GetAntivoidHotkey = false; + Keys antivoidkey; + + bool GetNorenderHotkey = false; + Keys norenderkey; + + bool GetScaffoldHotkey = false; + Keys scaffoldkey; + + bool GetTargetstraffeHotkey = false; + Keys targetstraffekey; + + bool GetFakeGodmodeHotkey = false; + Keys fakegodmodekey; + + //Settings + + bool GetKeystrokesHotkey = false; + Keys keystrokeskey; + + bool GetTabguiHotkey = false; + Keys tabguikey; + + bool GetWatermarkHotkey = false; + Keys watermarkHotkey; + + bool GetArraylistHotkey = false; + Keys arraylistkey; + + + + + //For array list! + OnModules arrayon = new OnModules(); + Arraylist.Arraylist arryl = new Arraylist.Arraylist(); + + //Overlay / Watermark + Arraylist.MainOverlay moverly = new Arraylist.MainOverlay(); + + //TabGui tbgui = new TabGui(); + + + + + + public ClickGui() + { + InitializeComponent(); + } + + private void Form1_Load(object sender, EventArgs e) + { + + //Start the Overlay! + CheckForIllegalCrossThreadCalls = false; + ez.SetInvi(this); + ez.StartLoop(10, "Minecraft", this); + + //Manage hotkeys + var hook = Hook.GlobalEvents(); + hook.KeyDown += Hook_KeyDown; + + hook.KeyUp += Hook_KeyUp; + + //Start Array list + arryl.Show(); + //Start Overlay + moverly.Show(); + + //Start Tabgui + //tbgui.Show(); + + + //Run Timers + timer_aimbot.Start(); + + } + + //KeyUp + private void Hook_KeyUp(object sender, KeyEventArgs e) + { + //SetHotkeyfor the ClickGui + if (GetClickGuiHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + clickguikey = e.KeyCode; + button_clickgui_hotkey.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetClickGuiHotkey = false; + } + //SetHotkeyfor the Reach + else if (GetReachHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + reachkey = e.KeyCode; + button_reach_hotkey.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetReachHotkey = false; + } + //SetHotkeyfor the Hitbox + else if (GetHitboxHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + hitboxkey = e.KeyCode; + button_hitbox_hotkey.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetHitboxHotkey = false; + } + //SetHotkeyfor the Instantbreak + else if (GetInstantbreakHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + instantbreakkey = e.KeyCode; + button_instantbreak_hotkey.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetInstantbreakHotkey = false; + } + //SetHotkeyfor the Noknockback + else if (GetNoknockbackHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + noknockbackkey = e.KeyCode; + button_noknockback_hotkey.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetNoknockbackHotkey = false; + } + //SetHotkey for Infinityblockreach! + else if (GetInfiblockreachHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + infiblockreachkey = e.KeyCode; + button_Infinityblockreach_hotkey.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetInfiblockreachHotkey = false; + } + //SetHotkey for Triggerbot + else if (GetTriggerbotHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + triggerbotkey = e.KeyCode; + button_triggerbot_hotkey.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetTriggerbotHotkey = false; + } + //SetHotkey for Aimbot + else if (GetAimbotHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + aimbotkey = e.KeyCode; + button_aimbot_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetAimbotHotkey = false; + } + + //SetHotkey for Zoom + else if (GetZoomHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + zoomkey = e.KeyCode; + button_zoom_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetZoomHotkey = false; + } + //SetHotkey for Rainbowsky + else if (GetRainbowskyHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + rainbowsky = e.KeyCode; + button_rainbowsky_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetRainbowskyHotkey = false; + } + //SetHotkey for Fulllight + else if (GetFulllightHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + fulllightkey = e.KeyCode; + button_fulllight_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetFulllightHotkey = false; + } + //SetHotkey for StopVisualTime + else if (GetStopvisualtimeHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + stopvisualtime = e.KeyCode; + button_stopvisualtime_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetStopvisualtimeHotkey = false; + } + //SetHotkey for Speed + else if (GetSpeedHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + speedkey = e.KeyCode; + button_speed_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetSpeedHotkey = false; + } + //SetHotkey for Airjump + else if (GetAirjumpHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + airjumpkey = e.KeyCode; + button_airjump_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetAirjumpHotkey = false; + } + //SetHotkey for Highjump + else if (GetHighjumpHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + highjumpkey = e.KeyCode; + button_highjump_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetHighjumpHotkey = false; + } + //SetHotkey for PGlide + else if (GetPglideHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + pglidekey = e.KeyCode; + button_highjump_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetPglideHotkey = false; + } + //SetHotkey for Glide + else if (GetGlideHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + glidekey = e.KeyCode; + button_glide_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetGlideHotkey = false; + } + //SetHotkey for Positionfrezze + else if (GetPositionfreezeHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + positionfreezekey = e.KeyCode; + button_positionfreeze_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetPositionfreezeHotkey = false; + } + //SetHotkey for Airwalk + else if (GetAirwalkHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + airwalkkey = e.KeyCode; + button_airwalk_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetAirwalkHotkey = false; + } + //SetHotkey for Phase + else if (GetPhaseHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + phasekey = e.KeyCode; + button_phase_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetPhaseHotkey = false; + } + //SetHotkey for SpeedSneak + else if (GetSpeedsneakHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + speedkey = e.KeyCode; + button_speedsneak_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetSpeedsneakHotkey = false; + } + //SetHotkey for NoFall + else if (GetNofallHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + nofallkey = e.KeyCode; + button_nofall_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetNofallHotkey = false; + } + //SetHotkey for FlyDamageBypass + else if (GetFlydamagebypassHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + flydamagebypasskey = e.KeyCode; + button_flydamagebypass_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetFlydamagebypassHotkey = false; + } + //SetHotkey for AntiVoid + else if (GetAntivoidHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + antivoidkey = e.KeyCode; + button_antivoid_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetAntivoidHotkey = false; + } + //SetHotkey for Norender + else if (GetNorenderHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + norenderkey = e.KeyCode; + button_norender_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetNorenderHotkey = false; + } + //SetHotkey for Scaffold + else if (GetScaffoldHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + scaffoldkey = e.KeyCode; + button_scaffold_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetScaffoldHotkey = false; + } + //SetHotkey for FakeGamemode + else if (GetFakeGodmodeHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + fakegodmodekey = e.KeyCode; + button_fakegamemode_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetFakeGodmodeHotkey = false; + } + //SetHotkey for Targetstraffe + else if (GetTargetstraffeHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + targetstraffekey = e.KeyCode; + button_targetstraffe_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetTargetstraffeHotkey = false; + } + //SetHotkey for Keystrokes + else if (GetKeystrokesHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + keystrokeskey = e.KeyCode; + button_keystrokes_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetKeystrokesHotkey = false; + } + //SetHotkey for Tabgui + else if (GetTabguiHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + tabguikey = e.KeyCode; + button_tabgui_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetTabguiHotkey = false; + } + //SetHotkey for Arraylist + else if (GetArraylistHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + arraylistkey = e.KeyCode; + button_arraylist_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetArraylistHotkey = false; + } + //SetHotkey for Watermark + else if (GetWatermarkHotkey == true) + { + if (e.KeyCode != Keys.Escape) + { + watermarkHotkey = e.KeyCode; + button_watermark_h.Text = "Hotkey: " + e.KeyCode.ToString(); + } + GetWatermarkHotkey = false; + } + + } + + + + //KeyDown + bool clickgui_shown = true; + + private void Hook_KeyDown(object sender, KeyEventArgs e) + { + //open/close ClickGui + if(e.KeyCode == clickguikey) + { + clickgui_shown = !clickgui_shown; + + this.Visible = !this.Visible; + + } + + + //Run Reach + if (e.KeyCode == reachkey) + { + reachon = !reachon; + if (reachon) { reach.set(trackBar_reach.Value); } else { reach.set(3f); } + panel_reach.Visible = panel_reach.Visible; + arryl.label_reach.Visible = !arryl.label_reach.Visible; + } + //Run Hitbox + if (e.KeyCode == hitboxkey) + { + if (hitboxon) + { + hitboxon = !hitboxon; + hitbox.set(trackBar_hitbox_withe.Value, trackBar_hitbox_high.Value); + } + panel_hitbox.Visible = panel_hitbox.Visible; + arryl.label_Hitbox.Visible = !arryl.label_Hitbox.Visible; + } + //Run Instantbreak + if (e.KeyCode == instantbreakkey) + { + panel_instantbreak.Visible = panel_instantbreak.Visible; + arryl.label_instantbreak.Visible = !arryl.label_instantbreak.Visible; + } + //Run Noknockback + if (e.KeyCode == hitboxkey) + { + panel_noknockback.Visible = panel_noknockback.Visible; + arryl.label_Noknockback.Visible = !arryl.label_Noknockback.Visible; + } + //Run InfinityblockReach + if (e.KeyCode == infinitykey) + { + panel_Infinityblockreach.Visible = panel_Infinityblockreach.Visible; + arryl.label_infinityblockreach.Visible = !arryl.label_infinityblockreach.Visible; + } + //Run Twriggerbot + if (e.KeyCode == triggerbotkey) + { + panel_triggerbot.Visible = panel_triggerbot.Visible; + arryl.label_triggerbot.Visible = !arryl.label_triggerbot.Visible; + } + //Run Aimbot + if (e.KeyCode == aimbotkey) + { + panel_aimbot.Visible = panel_aimbot.Visible; + arryl.label_aimbot.Visible = !arryl.label_aimbot.Visible; + } + + //Visuals + + //Run Zoom + if (e.KeyCode == zoomkey) + { + panel_zoom.Visible = panel_zoom.Visible; + arryl.label_zoom.Visible = !arryl.label_zoom.Visible; + } + //Run Rainbowsky + if (e.KeyCode == rainbowsky) + { + panel_rainbowsky.Visible = panel_rainbowsky.Visible; + arryl.label_rainbowsky.Visible = !arryl.label_rainbowsky.Visible; + } + //Run Fulllight + if (e.KeyCode == fulllightkey) + { + panel_fulllight.Visible = panel_fulllight.Visible; + arryl.label_fulllight.Visible = !arryl.label_fulllight.Visible; + } + //Run StopVisualTime + if (e.KeyCode == stopvisualtime) + { + panel_StopVisualTime.Visible = panel_StopVisualTime.Visible; + arryl.label_stopvisualtime.Visible = !arryl.label_stopvisualtime.Visible; + } + //Run EntityDisplay + if (e.KeyCode == entitydisplaykey) + { + panel_entitydisplay.Visible = panel_entitydisplay.Visible; + arryl.label_entitydisplay.Visible = !arryl.label_entitydisplay.Visible; + } + //Run Compass + if (e.KeyCode == compasshotkey) + { + panel_StopVisualTime.Visible = panel_StopVisualTime.Visible; + arryl.label_kompass.Visible = !arryl.label_kompass.Visible; + } + //Mov + + //Run Speed + if (e.KeyCode == speedkey) + { + panel_speed.Visible = panel_speed.Visible; + arryl.label_speed.Visible = !arryl.label_speed.Visible; + } + //Run Airjump + if (e.KeyCode == airjumpkey) + { + airjumpon = !airjumpon; + if (airjumpon) { airjump.AirJumpon(); } else { airjump.AirJumpoff(); } + panel_airjump.Visible = panel_airjump.Visible; + arryl.label_airjump.Visible = !arryl.label_airjump.Visible; + } + //Run HighJump + if (e.KeyCode == highjumpkey) + { + panel_highjump.Visible = panel_highjump.Visible; + arryl.label_highjump.Visible = !arryl.label_highjump.Visible; + } + //Run PGlide + if (e.KeyCode == pglidekey) + { + panel_pglide.Visible = panel_pglide.Visible; + arryl.label_pglide.Visible = !arryl.label_pglide.Visible; + } + //Run Glide + if (e.KeyCode == glidekey) + { + panel_glide.Visible = panel_glide.Visible; + arryl.label_glide.Visible = !arryl.label_glide.Visible; + } + //Run Positionfreeze + if (e.KeyCode == positionfreezekey) + { + panel_positionfreeze.Visible = panel_positionfreeze.Visible; + arryl.label_positionfreeze.Visible = !arryl.label_positionfreeze.Visible; + } + //Run InfinintyJumop + if (e.KeyCode == infinitykey) + { + panel_infinityjump.Visible = panel_infinityjump.Visible; + arryl.label_infinityjump.Visible = !arryl.label_infinityjump.Visible; + } + //Run Airwalk + if (e.KeyCode == airwalkkey) + { + panel_airwalk.Visible = panel_airwalk.Visible; + arryl.label_airwalk.Visible = !arryl.label_airwalk.Visible; + } + //Run Phase + if (e.KeyCode == phasekey) + { + panel_phase.Visible = panel_phase.Visible; + arryl.label_phase.Visible = !arryl.label_phase.Visible; + } + //Run SpeedSneak + if (e.KeyCode == speedsneakkey) + { + panel_speedsneak.Visible = panel_speedsneak.Visible; + arryl.label_speedsneak.Visible = !arryl.label_speedsneak.Visible; + } + + //Exploits + + //Run Nofall + if (e.KeyCode == nofallkey) + { + panel_nofall.Visible = panel_nofall.Visible; + arryl.label_nofall.Visible = !arryl.label_nofall.Visible; + } + //Run FlyDamageBypass + if (e.KeyCode == flydamagebypasskey) + { + panel_FlyDamageBypass.Visible = panel_FlyDamageBypass.Visible; + arryl.label_flydamagebypass.Visible = !arryl.label_flydamagebypass.Visible; + } + //Run Antivoid + if (e.KeyCode == antivoidkey) + { + panel_antivoid.Visible = panel_antivoid.Visible; + arryl.label_antivoid.Visible = !arryl.label_antivoid.Visible; + } + //Run Scaffold + if (e.KeyCode == scaffoldkey) + { + panel_scaffold.Visible = panel_scaffold.Visible; + arryl.label_scaffold.Visible = !arryl.label_scaffold.Visible; + } + //Run Norender + if (e.KeyCode == norenderkey) + { + panel_norender.Visible = panel_norender.Visible; + arryl.label_norender.Visible = !arryl.label_norender.Visible; + } + //Run FakeGamemode + if (e.KeyCode == fakegodmodekey) + { + panel_fakegamemode.Visible = panel_fakegamemode.Visible; + arryl.label_fakegamemode.Visible = !arryl.label_fakegamemode.Visible; + } + //Run Targetstraffe + if (e.KeyCode == targetstraffekey) + { + panel_targetstraffe.Visible = panel_targetstraffe.Visible; + arryl.label_targetstraffe.Visible = !arryl.label_targetstraffe.Visible; + } + + + + + } + + + //Reach + bool reachon = false; + private void button_reach_Click(object sender, EventArgs e) + { + reachon = !reachon; + if (reachon) { reach.set(trackBar_reach.Value); } else { reach.set(3f); } + panel_reach.Visible = !panel_reach.Visible; + + + //Send to the Array list + arryl.label_reach.Visible = !arryl.label_reach.Visible; + + + + } + //Hitbox Button + bool hitboxon = false; + private void button_hitbox_Click(object sender, EventArgs e) + { + hitboxon = !hitboxon; + if (hitboxon) + { + hitbox.set(trackBar_hitbox_withe.Value, trackBar_hitbox_high.Value); + } + else + { + hitbox.unset(); + } + panel_hitbox.Visible = !panel_hitbox.Visible; + arryl.label_Hitbox.Visible = !arryl.label_Hitbox.Visible; + + } + + private void button2_Click(object sender, EventArgs e) + { + panel_instantbreak.Visible = !panel_instantbreak.Visible; + arryl.label_instantbreak.Visible = !arryl.label_instantbreak.Visible; + + } + //NoKnockback Button + private void button4_Click(object sender, EventArgs e) + { + panel_noknockback.Visible = !panel_noknockback.Visible; + arryl.label_Noknockback.Visible = !arryl.label_Noknockback.Visible; + } + //InfinityBlockReach Button + private void button_Infinityblockreach_Click(object sender, EventArgs e) + { + panel_Infinityblockreach.Visible = !panel_Infinityblockreach.Visible; + arryl.label_infinityblockreach.Visible = !arryl.label_infinityblockreach.Visible; + } + //Triggerbot Button + private void button_triggerbot_Click(object sender, EventArgs e) + { + panel_triggerbot.Visible = !panel_triggerbot.Visible; + arryl.label_triggerbot.Visible = !arryl.label_triggerbot.Visible; + } + //AutoclickerButton + private void button_AutoClicker_Click(object sender, EventArgs e) + { + panel_AutoClicker.Visible = !panel_AutoClicker.Visible; + } + + //Visuals; + + //Zoom + private void button13_Click(object sender, EventArgs e) + { + panel_zoom.Visible = !panel_zoom.Visible; + arryl.label_zoom.Visible = !arryl.label_zoom.Visible; + } + //Rainbowsky + private void button_rainbowsky_Click(object sender, EventArgs e) + { + panel_rainbowsky.Visible = !panel_rainbowsky.Visible; + arryl.label_rainbowsky.Visible = !arryl.label_rainbowsky.Visible; + } + //Fulllight + private void button16_Click(object sender, EventArgs e) + { + panel_fulllight.Visible = !panel_fulllight.Visible; + arryl.label_fulllight.Visible = !arryl.label_fulllight.Visible; + } + //StopVisualTime + private void button18_Click(object sender, EventArgs e) + { + panel_StopVisualTime.Visible = !panel_StopVisualTime.Visible; + arryl.label_stopvisualtime.Visible = !arryl.label_stopvisualtime.Visible; + } + //Speed + private void button_speed_Click(object sender, EventArgs e) + { + panel_speed.Visible = !panel_speed.Visible; + arryl.label_speed.Visible = !arryl.label_speed.Visible; + } + //Airjump + bool airjumpon = false; + private void button_airjump_Click(object sender, EventArgs e) + { + airjumpon = !airjumpon; + if(airjumpon == true) + { + airjump.AirJumpon(); + } + else + { + airjump.AirJumpoff(); + } + panel_airjump.Visible = !panel_airjump.Visible; + arryl.label_airjump.Visible = !arryl.label_airjump.Visible; + + } + //HithJump + private void button_highjump_Click(object sender, EventArgs e) + { + panel_highjump.Visible = !panel_highjump.Visible; + arryl.label_highjump.Visible = !arryl.label_highjump.Visible; + } + //PGlide + private void button_pglide_Click(object sender, EventArgs e) + { + panel_pglide.Visible = !panel_pglide.Visible; + arryl.label_pglide.Visible = !arryl.label_pglide.Visible; + } + //Glide + private void button_glide_Click(object sender, EventArgs e) + { + panel_glide.Visible = !panel_glide.Visible; + arryl.label_glide.Visible = !arryl.label_glide.Visible; + } + //Positionfreeze + private void button_positionfreeze_Click(object sender, EventArgs e) + { + panel_positionfreeze.Visible = !panel_positionfreeze.Visible; + arryl.label_positionfreeze.Visible = !arryl.label_positionfreeze.Visible; + } + //InfinityJump + private void button_infinityjump_Click(object sender, EventArgs e) + { + panel_infinityjump.Visible = !panel_infinityjump.Visible; + arryl.label_infinityjump.Visible = !arryl.label_infinityjump.Visible; + } + //airwalk + private void button_airwalk_Click(object sender, EventArgs e) + { + panel_airwalk.Visible = !panel_airwalk.Visible; + arryl.label_airwalk.Visible = !arryl.label_airwalk.Visible; + } + //Phase + private void button_phase_Click(object sender, EventArgs e) + { + panel_phase.Visible = !panel_phase.Visible; + arryl.label_phase.Visible = !arryl.label_phase.Visible; + } + //Speedsneak + private void button21_Click(object sender, EventArgs e) + { + panel_speedsneak.Visible = !panel_speedsneak.Visible; + } + + //Combopanelmove 1 + private void panel2_MouseDown(object sender, MouseEventArgs e) + { + if (e.Button == System.Windows.Forms.MouseButtons.Left) + { + MouseDownLocationCombo = e.Location; + } + } + //Combopanelmove 2 + private void panel2_MouseMove(object sender, MouseEventArgs e) + { + if (e.Button == System.Windows.Forms.MouseButtons.Left) + { + panel_combo.Left = e.X + panel_combo.Left - MouseDownLocationCombo.X; + panel_combo.Top = e.Y + panel_combo.Top - MouseDownLocationCombo.Y; + + } + } + //Visualpanelmov 1 + private void panel3_MouseDown(object sender, MouseEventArgs e) + { + if (e.Button == System.Windows.Forms.MouseButtons.Left) + { + MouseDownLocationVisuals = e.Location; + } + } + //Visualpanelmov 2 + private void panel3_MouseMove(object sender, MouseEventArgs e) + { + if (e.Button == System.Windows.Forms.MouseButtons.Left) + { + panel_visuals.Left = e.X + panel_visuals.Left - MouseDownLocationVisuals.X; + panel_visuals.Top = e.Y + panel_visuals.Top - MouseDownLocationVisuals.Y; + + } + } + + //Movpanelmov 1 + private void panel8_MouseDown_1(object sender, MouseEventArgs e) + { + if (e.Button == System.Windows.Forms.MouseButtons.Left) + { + MouseDownLocationMov = e.Location; + } + } + //Movpanelmov 2 + private void panel8_MouseMove_1(object sender, MouseEventArgs e) + { + if (e.Button == System.Windows.Forms.MouseButtons.Left) + { + panel1.Left = e.X + panel1.Left - MouseDownLocationMov.X; + panel1.Top = e.Y + panel1.Top - MouseDownLocationMov.Y; + + } + } + //Exploitspanelmov 1 + private void panel5_MouseDown(object sender, MouseEventArgs e) + { + if (e.Button == System.Windows.Forms.MouseButtons.Left) + { + MouseDownLocationExploits = e.Location; + } + } + //Exploitspanelmov 2 + private void panel5_MouseMove(object sender, MouseEventArgs e) + { + if (e.Button == System.Windows.Forms.MouseButtons.Left) + { + panel_exploits.Left = e.X + panel_exploits.Left - MouseDownLocationExploits.X; + panel_exploits.Top = e.Y + panel_exploits.Top - MouseDownLocationExploits.Y; + + } + } + //NoFall + private void button23_Click(object sender, EventArgs e) + { + panel_nofall.Visible = !panel_nofall.Visible; + arryl.label_nofall.Visible = !arryl.label_nofall.Visible; + } + //Flydamagebypass + private void button_FlyDamageBypass_Click(object sender, EventArgs e) + { + panel_FlyDamageBypass.Visible = !panel_FlyDamageBypass.Visible; + arryl.label_flydamagebypass.Visible = !arryl.label_flydamagebypass.Visible; + } + //Antivoid + private void button_antivoid_Click(object sender, EventArgs e) + { + panel_antivoid.Visible = !panel_antivoid.Visible; + arryl.label_antivoid.Visible = !arryl.label_antivoid.Visible; + } + //Norender + private void button_norender_Click(object sender, EventArgs e) + { + panel_norender.Visible = !panel_norender.Visible; + arryl.label_norender.Visible = !arryl.label_norender.Visible; + } + //Scaffold + private void button_scaffold_Click(object sender, EventArgs e) + { + panel_scaffold.Visible = !panel_scaffold.Visible; + arryl.label_scaffold.Visible = !arryl.label_scaffold.Visible; + } + //Keystrokes + private void button30_Click(object sender, EventArgs e) + { + panel_keystrokes.Visible = !panel_keystrokes.Visible; + } + //ClickGui + private void button_clickgui_Click(object sender, EventArgs e) + { + panel_clickgui.Visible = !panel_clickgui.Visible; + } + //TabGui + private void button_tabgui_Click(object sender, EventArgs e) + { + panel_tabgui.Visible = !panel_tabgui.Visible; + TabGui tbgui = new TabGui(); + tbgui.Show(); + } + //ClickGui/Hotkey + private void button_clickgui_hotkey_Click(object sender, EventArgs e) + { + GetClickGuiHotkey = true; + + button_clickgui_hotkey.Text = "Press Key!"; + } + //Settingspanelmoveable + private void panel6_MouseDown(object sender, MouseEventArgs e) + { + if (e.Button == System.Windows.Forms.MouseButtons.Left) + { + MouseDownLocationSettings = e.Location; + } + } + + private void panel6_MouseMove(object sender, MouseEventArgs e) + { + if (e.Button == System.Windows.Forms.MouseButtons.Left) + { + panel_settings.Left = e.X + panel_settings.Left - MouseDownLocationSettings.X; + panel_settings.Top = e.Y + panel_settings.Top - MouseDownLocationSettings.Y; + + } + } + //Arraylist on/off + private void button_arraylist_Click(object sender, EventArgs e) + { + arryl.Visible = !arryl.Visible; + } + //Watermark on/off + private void button_watermark_Click(object sender, EventArgs e) + { + moverly.Visible = !moverly.Visible; + } + //reach Hotkey + private void button_reach_hotkey_Click(object sender, EventArgs e) + { + GetReachHotkey = true; + button_reach_hotkey.Text = "Press Key!"; + } + + private void button_hitbox_hotkey_Click(object sender, EventArgs e) + { + GetHitboxHotkey = true; + button_hitbox_hotkey.Text = "Press Key!"; + } + + private void button_instantbreak_hotkey_Click(object sender, EventArgs e) + { + GetInstantbreakHotkey = true; + button_instantbreak_hotkey.Text = "Press Key!"; + } + + private void button_noknockback_hotkey_Click(object sender, EventArgs e) + { + GetNoknockbackHotkey = true; + button_noknockback_hotkey.Text = "Press Key!"; + } + + private void button_Infinityblockreach_hotkey_Click(object sender, EventArgs e) + { + GetInfiblockreachHotkey = true; + button_Infinityblockreach_hotkey.Text = "Press Key!"; + } + + private void button_triggerbot_hotkey_Click(object sender, EventArgs e) + { + GetTriggerbotHotkey = true; + button_triggerbot_hotkey.Text = "Press Key!"; + } + + private void button_zoom_h_Click(object sender, EventArgs e) + { + GetZoomHotkey = true; + button_zoom_h.Text = "Press Key!"; + } + + private void button_rainbowsky_h_Click(object sender, EventArgs e) + { + GetRainbowskyHotkey = true; + button_rainbowsky_h.Text = "Press Key!"; + } + + private void button_fulllight_h_Click(object sender, EventArgs e) + { + GetFulllightHotkey = true; + button_fulllight_h.Text = "Press Key!"; + } + + private void button_stopvisualtime_h_Click(object sender, EventArgs e) + { + GetStopvisualtimeHotkey = true; + button_stopvisualtime_h.Text = "Press Key!"; + } + + private void button_speed_h_Click(object sender, EventArgs e) + { + GetSpeedHotkey = true; + button_speed_h.Text = "Press Key!"; + } + + private void button_airjump_h_Click(object sender, EventArgs e) + { + GetAirjumpHotkey = true; + button_airjump_h.Text = "Press Key!"; + } + + private void button_highjump_h_Click(object sender, EventArgs e) + { + GetHighjumpHotkey = true; + button_highjump_h.Text = "Press Key!"; + } + + private void button_pglide_h_Click(object sender, EventArgs e) + { + GetPglideHotkey = true; + button_pglide_h.Text = "Press Key!"; + } + + private void button_glide_h_Click(object sender, EventArgs e) + { + GetGlideHotkey = true; + button_glide_h.Text = "Press Key!"; + } + + private void button_positionfreeze_h_Click(object sender, EventArgs e) + { + GetPositionfreezeHotkey = true; + button_positionfreeze_h.Text = "Press Key!"; + } + + private void button_infinijump_h_Click(object sender, EventArgs e) + { + GetInfinityHotkey = true; + button_infinijump_h.Text = "Press Key"; + } + + private void button_airwalk_h_Click(object sender, EventArgs e) + { + GetAirwalkHotkey = true; + button_airwalk_h.Text = "Press Key!"; + + } + + private void button_phase_h_Click(object sender, EventArgs e) + { + GetPhaseHotkey = true; + button_phase_h.Text = "Press Key!"; + } + + private void button_speedsneak_h_Click(object sender, EventArgs e) + { + GetSpeedsneakHotkey = true; + button_speedsneak_h.Text = "Press Key!"; + } + + private void button_nofall_h_Click(object sender, EventArgs e) + { + GetNofallHotkey = true; + button_nofall_h.Text = "Press Key!"; + + } + + private void button_flydamagebypass_h_Click(object sender, EventArgs e) + { + GetFlydamagebypassHotkey = true; + button_flydamagebypass_h.Text = "Press Key!"; + } + + private void button_antivoid_h_Click(object sender, EventArgs e) + { + GetAntivoidHotkey = true; + button_antivoid_h.Text = "Press key!"; + } + + private void button_norender_h_Click(object sender, EventArgs e) + { + GetNorenderHotkey = true; + button_norender_h.Text = "Press Key!"; + } + + private void button_scaffold_h_Click(object sender, EventArgs e) + { + GetScaffoldHotkey = true; + button_scaffold_h.Text = "Press Key!"; + } + + private void button_fakegamemode_h_Click(object sender, EventArgs e) + { + GetFakeGodmodeHotkey = true; + button_fakegamemode_h.Text = "Press Key!"; + } + + private void button_keystrokes_h_Click(object sender, EventArgs e) + { + GetKeystrokesHotkey = true; + button_keystrokes_h.Text = "Press Key!"; + } + + private void button_tabgui_h_Click(object sender, EventArgs e) + { + GetTabguiHotkey = false; + button_tabgui_h.Text = "Press Key!"; + } + + private void button_arraylist_h_Click(object sender, EventArgs e) + { + GetArraylistHotkey = true; + button_arraylist_h.Text = "Press Key!"; + } + + private void button_watermark_h_Click(object sender, EventArgs e) + { + GetWatermarkHotkey = false; + button_watermark_h.Text = "Press Key!"; + + } + bool timerisrunning = false; + private void button_aimbot_Click(object sender, EventArgs e) + { + + panel_aimbot.Visible = !panel_aimbot.Visible; + arryl.label_aimbot.Visible = !arryl.label_aimbot.Visible; + } + + private void button_entitydisplay_Click(object sender, EventArgs e) + { + panel_entitydisplay.Visible = !panel_entitydisplay.Visible; + arryl.label_entitydisplay.Visible = !arryl.label_entitydisplay.Visible; + } + + private void button_kompass_Click(object sender, EventArgs e) + { + panel_kompass.Visible = !panel_kompass.Visible; + arryl.label_kompass.Visible = !arryl.label_kompass.Visible; + } + + private void button_tragtetstraffe_Click(object sender, EventArgs e) + { + panel_targetstraffe.Visible = !panel_targetstraffe.Visible; + arryl.label_targetstraffe.Visible = !arryl.label_targetstraffe.Visible; + } + + private void button_aimbot_h_Click(object sender, EventArgs e) + { + GetAimbotHotkey = true; + button_aimbot_h.Text = "Press Key!"; + } + + private void button_entitydisplay_h_Click(object sender, EventArgs e) + { + GetEntitydisplayHotkey = true; + button_entitydisplay_h.Text = "Press Key!"; + } + + private void button_kompass_h_Click(object sender, EventArgs e) + { + GetCompassHotkey = true; + button_kompass_h.Text = "Press Key!"; + } + + private void button_targetstraffe_h_Click(object sender, EventArgs e) + { + GetTriggerbotHotkey = true; + button_targetstraffe_h.Text = "Press Key!"; + } + + private void button_scaffold_Click_1(object sender, EventArgs e) + { + arryl.label_scaffold.Visible = !arryl.label_scaffold.Visible; + panel_scaffold.Visible = !panel_scaffold.Visible; + } + + //The Timer for the Aimbot :Y + + private void timer_aimbot_Tick(object sender, EventArgs e) + { + + } + + private void trackBar_reach_Scroll(object sender, EventArgs e) + { + reach.set(trackBar_reach.Value); + } + } +} diff --git a/Moon/!Moon V1 official/ClickGui.resx b/Moon/!Moon V1 official/ClickGui.resx new file mode 100644 index 0000000..b349568 --- /dev/null +++ b/Moon/!Moon V1 official/ClickGui.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/Moon/!Moon V1 official/Form1.Designer.cs b/Moon/!Moon V1 official/Form1.Designer.cs new file mode 100644 index 0000000..b63bf4b --- /dev/null +++ b/Moon/!Moon V1 official/Form1.Designer.cs @@ -0,0 +1,2291 @@ + +namespace _Moon_V1_official +{ + public partial class ClickGui + { + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.panel_combo = new System.Windows.Forms.Panel(); + this.panel_aimbot = new System.Windows.Forms.Panel(); + this.button_aimbot_h = new System.Windows.Forms.Button(); + this.button_aimbot = new System.Windows.Forms.Button(); + this.panel_triggerbot = new System.Windows.Forms.Panel(); + this.button_triggerbot_hotkey = new System.Windows.Forms.Button(); + this.button_triggerbot = new System.Windows.Forms.Button(); + this.panel_AutoClicker = new System.Windows.Forms.Panel(); + this.trackBar2 = new System.Windows.Forms.TrackBar(); + this.checkBox2 = new System.Windows.Forms.CheckBox(); + this.checkBox1 = new System.Windows.Forms.CheckBox(); + this.trackBar1 = new System.Windows.Forms.TrackBar(); + this.button_AutoClicker_hotkey = new System.Windows.Forms.Button(); + this.button_AutoClicker = new System.Windows.Forms.Button(); + this.panel_Infinityblockreach = new System.Windows.Forms.Panel(); + this.textBox_Infinityblockreach = new System.Windows.Forms.TextBox(); + this.button_Infinityblockreach_hotkey = new System.Windows.Forms.Button(); + this.button_Infinityblockreach = new System.Windows.Forms.Button(); + this.panel_noknockback = new System.Windows.Forms.Panel(); + this.button_noknockback_hotkey = new System.Windows.Forms.Button(); + this.button4 = new System.Windows.Forms.Button(); + this.panel_instantbreak = new System.Windows.Forms.Panel(); + this.button_instantbreak_hotkey = new System.Windows.Forms.Button(); + this.button2 = new System.Windows.Forms.Button(); + this.panel_hitbox = new System.Windows.Forms.Panel(); + this.trackBar_hitbox_withe = new System.Windows.Forms.TrackBar(); + this.label7 = new System.Windows.Forms.Label(); + this.label6 = new System.Windows.Forms.Label(); + this.trackBar_hitbox_high = new System.Windows.Forms.TrackBar(); + this.button_hitbox_hotkey = new System.Windows.Forms.Button(); + this.button_hitbox = new System.Windows.Forms.Button(); + this.panel_reach = new System.Windows.Forms.Panel(); + this.trackBar_reach = new System.Windows.Forms.TrackBar(); + this.button_reach_hotkey = new System.Windows.Forms.Button(); + this.button_reach = new System.Windows.Forms.Button(); + this.panel2 = new System.Windows.Forms.Panel(); + this.label1 = new System.Windows.Forms.Label(); + this.panel_visuals = new System.Windows.Forms.Panel(); + this.panel_kompass = new System.Windows.Forms.Panel(); + this.button_kompass_h = new System.Windows.Forms.Button(); + this.button_kompass = new System.Windows.Forms.Button(); + this.panel_entitydisplay = new System.Windows.Forms.Panel(); + this.button_entitydisplay_h = new System.Windows.Forms.Button(); + this.button_entitydisplay = new System.Windows.Forms.Button(); + this.panel_StopVisualTime = new System.Windows.Forms.Panel(); + this.button_stopvisualtime_h = new System.Windows.Forms.Button(); + this.button18 = new System.Windows.Forms.Button(); + this.panel_fulllight = new System.Windows.Forms.Panel(); + this.button_fulllight_h = new System.Windows.Forms.Button(); + this.button16 = new System.Windows.Forms.Button(); + this.panel_rainbowsky = new System.Windows.Forms.Panel(); + this.button_rainbowsky_h = new System.Windows.Forms.Button(); + this.button_rainbowsky = new System.Windows.Forms.Button(); + this.panel_zoom = new System.Windows.Forms.Panel(); + this.button_zoom_h = new System.Windows.Forms.Button(); + this.button13 = new System.Windows.Forms.Button(); + this.panel3 = new System.Windows.Forms.Panel(); + this.label2 = new System.Windows.Forms.Label(); + this.panel1 = new System.Windows.Forms.Panel(); + this.panel_speedsneak = new System.Windows.Forms.Panel(); + this.button_speedsneak_h = new System.Windows.Forms.Button(); + this.button21 = new System.Windows.Forms.Button(); + this.panel_phase = new System.Windows.Forms.Panel(); + this.button_phase_h = new System.Windows.Forms.Button(); + this.button_phase = new System.Windows.Forms.Button(); + this.panel_airwalk = new System.Windows.Forms.Panel(); + this.button_airwalk_h = new System.Windows.Forms.Button(); + this.button_airwalk = new System.Windows.Forms.Button(); + this.panel_infinityjump = new System.Windows.Forms.Panel(); + this.button_infinijump_h = new System.Windows.Forms.Button(); + this.button_infinityjump = new System.Windows.Forms.Button(); + this.panel_positionfreeze = new System.Windows.Forms.Panel(); + this.button_positionfreeze_h = new System.Windows.Forms.Button(); + this.button_positionfreeze = new System.Windows.Forms.Button(); + this.panel_glide = new System.Windows.Forms.Panel(); + this.button_glide_h = new System.Windows.Forms.Button(); + this.button_glide = new System.Windows.Forms.Button(); + this.panel_pglide = new System.Windows.Forms.Panel(); + this.button_pglide_h = new System.Windows.Forms.Button(); + this.button_pglide = new System.Windows.Forms.Button(); + this.panel_highjump = new System.Windows.Forms.Panel(); + this.button_highjump_h = new System.Windows.Forms.Button(); + this.button_highjump = new System.Windows.Forms.Button(); + this.panel_airjump = new System.Windows.Forms.Panel(); + this.button_airjump_h = new System.Windows.Forms.Button(); + this.button_airjump = new System.Windows.Forms.Button(); + this.panel_speed = new System.Windows.Forms.Panel(); + this.trackBar3 = new System.Windows.Forms.TrackBar(); + this.button_speed_h = new System.Windows.Forms.Button(); + this.button_speed = new System.Windows.Forms.Button(); + this.panel8 = new System.Windows.Forms.Panel(); + this.label3 = new System.Windows.Forms.Label(); + this.panel_exploits = new System.Windows.Forms.Panel(); + this.panel_targetstraffe = new System.Windows.Forms.Panel(); + this.button_targetstraffe_h = new System.Windows.Forms.Button(); + this.button_tragtetstraffe = new System.Windows.Forms.Button(); + this.panel_fakegamemode = new System.Windows.Forms.Panel(); + this.button_fakegamemode_h = new System.Windows.Forms.Button(); + this.button_fakegamemode = new System.Windows.Forms.Button(); + this.panel_scaffold = new System.Windows.Forms.Panel(); + this.button_scaffold_h = new System.Windows.Forms.Button(); + this.button_scaffold = new System.Windows.Forms.Button(); + this.panel_norender = new System.Windows.Forms.Panel(); + this.button_norender_h = new System.Windows.Forms.Button(); + this.button_norender = new System.Windows.Forms.Button(); + this.panel_antivoid = new System.Windows.Forms.Panel(); + this.button_antivoid_h = new System.Windows.Forms.Button(); + this.button_antivoid = new System.Windows.Forms.Button(); + this.panel_FlyDamageBypass = new System.Windows.Forms.Panel(); + this.button_flydamagebypass_h = new System.Windows.Forms.Button(); + this.button_FlyDamageBypass = new System.Windows.Forms.Button(); + this.panel_nofall = new System.Windows.Forms.Panel(); + this.button_nofall_h = new System.Windows.Forms.Button(); + this.button23 = new System.Windows.Forms.Button(); + this.panel5 = new System.Windows.Forms.Panel(); + this.label4 = new System.Windows.Forms.Label(); + this.panel_settings = new System.Windows.Forms.Panel(); + this.panel_watermark = new System.Windows.Forms.Panel(); + this.button_watermark_h = new System.Windows.Forms.Button(); + this.button_watermark = new System.Windows.Forms.Button(); + this.panel_arraylist = new System.Windows.Forms.Panel(); + this.button_arraylist_h = new System.Windows.Forms.Button(); + this.button_arraylist = new System.Windows.Forms.Button(); + this.panel_tabgui = new System.Windows.Forms.Panel(); + this.button_tabgui_h = new System.Windows.Forms.Button(); + this.button_tabgui = new System.Windows.Forms.Button(); + this.panel_clickgui = new System.Windows.Forms.Panel(); + this.button_clickgui_hotkey = new System.Windows.Forms.Button(); + this.button_clickgui = new System.Windows.Forms.Button(); + this.panel_keystrokes = new System.Windows.Forms.Panel(); + this.button_keystrokes_h = new System.Windows.Forms.Button(); + this.button30 = new System.Windows.Forms.Button(); + this.panel6 = new System.Windows.Forms.Panel(); + this.label5 = new System.Windows.Forms.Label(); + this.timer_aimbot = new System.Windows.Forms.Timer(this.components); + this.label8 = new System.Windows.Forms.Label(); + this.panel_combo.SuspendLayout(); + this.panel_aimbot.SuspendLayout(); + this.panel_triggerbot.SuspendLayout(); + this.panel_AutoClicker.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); + this.panel_Infinityblockreach.SuspendLayout(); + this.panel_noknockback.SuspendLayout(); + this.panel_instantbreak.SuspendLayout(); + this.panel_hitbox.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar_hitbox_withe)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar_hitbox_high)).BeginInit(); + this.panel_reach.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar_reach)).BeginInit(); + this.panel2.SuspendLayout(); + this.panel_visuals.SuspendLayout(); + this.panel_kompass.SuspendLayout(); + this.panel_entitydisplay.SuspendLayout(); + this.panel_StopVisualTime.SuspendLayout(); + this.panel_fulllight.SuspendLayout(); + this.panel_rainbowsky.SuspendLayout(); + this.panel_zoom.SuspendLayout(); + this.panel3.SuspendLayout(); + this.panel1.SuspendLayout(); + this.panel_speedsneak.SuspendLayout(); + this.panel_phase.SuspendLayout(); + this.panel_airwalk.SuspendLayout(); + this.panel_infinityjump.SuspendLayout(); + this.panel_positionfreeze.SuspendLayout(); + this.panel_glide.SuspendLayout(); + this.panel_pglide.SuspendLayout(); + this.panel_highjump.SuspendLayout(); + this.panel_airjump.SuspendLayout(); + this.panel_speed.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit(); + this.panel8.SuspendLayout(); + this.panel_exploits.SuspendLayout(); + this.panel_targetstraffe.SuspendLayout(); + this.panel_fakegamemode.SuspendLayout(); + this.panel_scaffold.SuspendLayout(); + this.panel_norender.SuspendLayout(); + this.panel_antivoid.SuspendLayout(); + this.panel_FlyDamageBypass.SuspendLayout(); + this.panel_nofall.SuspendLayout(); + this.panel5.SuspendLayout(); + this.panel_settings.SuspendLayout(); + this.panel_watermark.SuspendLayout(); + this.panel_arraylist.SuspendLayout(); + this.panel_tabgui.SuspendLayout(); + this.panel_clickgui.SuspendLayout(); + this.panel_keystrokes.SuspendLayout(); + this.panel6.SuspendLayout(); + this.SuspendLayout(); + // + // panel_combo + // + this.panel_combo.AutoScroll = true; + this.panel_combo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.panel_combo.Controls.Add(this.panel_aimbot); + this.panel_combo.Controls.Add(this.button_aimbot); + this.panel_combo.Controls.Add(this.panel_triggerbot); + this.panel_combo.Controls.Add(this.button_triggerbot); + this.panel_combo.Controls.Add(this.panel_AutoClicker); + this.panel_combo.Controls.Add(this.button_AutoClicker); + this.panel_combo.Controls.Add(this.panel_Infinityblockreach); + this.panel_combo.Controls.Add(this.button_Infinityblockreach); + this.panel_combo.Controls.Add(this.panel_noknockback); + this.panel_combo.Controls.Add(this.button4); + this.panel_combo.Controls.Add(this.panel_instantbreak); + this.panel_combo.Controls.Add(this.button2); + this.panel_combo.Controls.Add(this.panel_hitbox); + this.panel_combo.Controls.Add(this.button_hitbox); + this.panel_combo.Controls.Add(this.panel_reach); + this.panel_combo.Controls.Add(this.button_reach); + this.panel_combo.Controls.Add(this.panel2); + this.panel_combo.Location = new System.Drawing.Point(120, 42); + this.panel_combo.Name = "panel_combo"; + this.panel_combo.Size = new System.Drawing.Size(182, 353); + this.panel_combo.TabIndex = 0; + // + // panel_aimbot + // + this.panel_aimbot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_aimbot.Controls.Add(this.button_aimbot_h); + this.panel_aimbot.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_aimbot.Location = new System.Drawing.Point(0, 958); + this.panel_aimbot.Name = "panel_aimbot"; + this.panel_aimbot.Size = new System.Drawing.Size(165, 54); + this.panel_aimbot.TabIndex = 16; + this.panel_aimbot.Visible = false; + // + // button_aimbot_h + // + this.button_aimbot_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_aimbot_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_aimbot_h.FlatAppearance.BorderSize = 0; + this.button_aimbot_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_aimbot_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_aimbot_h.Location = new System.Drawing.Point(0, 0); + this.button_aimbot_h.Name = "button_aimbot_h"; + this.button_aimbot_h.Size = new System.Drawing.Size(165, 38); + this.button_aimbot_h.TabIndex = 2; + this.button_aimbot_h.Text = "Hotkey:"; + this.button_aimbot_h.UseVisualStyleBackColor = false; + this.button_aimbot_h.Click += new System.EventHandler(this.button_aimbot_h_Click); + // + // button_aimbot + // + this.button_aimbot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_aimbot.Dock = System.Windows.Forms.DockStyle.Top; + this.button_aimbot.FlatAppearance.BorderSize = 0; + this.button_aimbot.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_aimbot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_aimbot.Location = new System.Drawing.Point(0, 912); + this.button_aimbot.Name = "button_aimbot"; + this.button_aimbot.Size = new System.Drawing.Size(165, 46); + this.button_aimbot.TabIndex = 15; + this.button_aimbot.Text = "Aimbot"; + this.button_aimbot.UseVisualStyleBackColor = false; + this.button_aimbot.Click += new System.EventHandler(this.button_aimbot_Click); + // + // panel_triggerbot + // + this.panel_triggerbot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_triggerbot.Controls.Add(this.button_triggerbot_hotkey); + this.panel_triggerbot.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_triggerbot.Location = new System.Drawing.Point(0, 862); + this.panel_triggerbot.Name = "panel_triggerbot"; + this.panel_triggerbot.Size = new System.Drawing.Size(165, 50); + this.panel_triggerbot.TabIndex = 14; + this.panel_triggerbot.Visible = false; + // + // button_triggerbot_hotkey + // + this.button_triggerbot_hotkey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_triggerbot_hotkey.Dock = System.Windows.Forms.DockStyle.Top; + this.button_triggerbot_hotkey.FlatAppearance.BorderSize = 0; + this.button_triggerbot_hotkey.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_triggerbot_hotkey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_triggerbot_hotkey.Location = new System.Drawing.Point(0, 0); + this.button_triggerbot_hotkey.Name = "button_triggerbot_hotkey"; + this.button_triggerbot_hotkey.Size = new System.Drawing.Size(165, 44); + this.button_triggerbot_hotkey.TabIndex = 2; + this.button_triggerbot_hotkey.Text = "Hotkey:"; + this.button_triggerbot_hotkey.UseVisualStyleBackColor = false; + this.button_triggerbot_hotkey.Click += new System.EventHandler(this.button_triggerbot_hotkey_Click); + // + // button_triggerbot + // + this.button_triggerbot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_triggerbot.Dock = System.Windows.Forms.DockStyle.Top; + this.button_triggerbot.FlatAppearance.BorderSize = 0; + this.button_triggerbot.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_triggerbot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_triggerbot.Location = new System.Drawing.Point(0, 816); + this.button_triggerbot.Name = "button_triggerbot"; + this.button_triggerbot.Size = new System.Drawing.Size(165, 46); + this.button_triggerbot.TabIndex = 13; + this.button_triggerbot.Text = "Triggerbot"; + this.button_triggerbot.UseVisualStyleBackColor = false; + this.button_triggerbot.Click += new System.EventHandler(this.button_triggerbot_Click); + // + // panel_AutoClicker + // + this.panel_AutoClicker.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_AutoClicker.Controls.Add(this.trackBar2); + this.panel_AutoClicker.Controls.Add(this.checkBox2); + this.panel_AutoClicker.Controls.Add(this.checkBox1); + this.panel_AutoClicker.Controls.Add(this.trackBar1); + this.panel_AutoClicker.Controls.Add(this.button_AutoClicker_hotkey); + this.panel_AutoClicker.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_AutoClicker.Location = new System.Drawing.Point(0, 713); + this.panel_AutoClicker.Name = "panel_AutoClicker"; + this.panel_AutoClicker.Size = new System.Drawing.Size(165, 103); + this.panel_AutoClicker.TabIndex = 12; + this.panel_AutoClicker.Visible = false; + // + // trackBar2 + // + this.trackBar2.Location = new System.Drawing.Point(0, 136); + this.trackBar2.Maximum = 7; + this.trackBar2.Minimum = 1; + this.trackBar2.Name = "trackBar2"; + this.trackBar2.Size = new System.Drawing.Size(194, 45); + this.trackBar2.TabIndex = 7; + this.trackBar2.Value = 1; + // + // checkBox2 + // + this.checkBox2.AutoSize = true; + this.checkBox2.Location = new System.Drawing.Point(15, 118); + this.checkBox2.Name = "checkBox2"; + this.checkBox2.Size = new System.Drawing.Size(51, 17); + this.checkBox2.TabIndex = 6; + this.checkBox2.Text = "Right"; + this.checkBox2.UseVisualStyleBackColor = true; + // + // checkBox1 + // + this.checkBox1.AutoSize = true; + this.checkBox1.Location = new System.Drawing.Point(15, 44); + this.checkBox1.Name = "checkBox1"; + this.checkBox1.Size = new System.Drawing.Size(44, 17); + this.checkBox1.TabIndex = 5; + this.checkBox1.Text = "Left"; + this.checkBox1.UseVisualStyleBackColor = true; + // + // trackBar1 + // + this.trackBar1.Location = new System.Drawing.Point(3, 67); + this.trackBar1.Maximum = 7; + this.trackBar1.Minimum = 1; + this.trackBar1.Name = "trackBar1"; + this.trackBar1.Size = new System.Drawing.Size(194, 45); + this.trackBar1.TabIndex = 4; + this.trackBar1.Value = 1; + // + // button_AutoClicker_hotkey + // + this.button_AutoClicker_hotkey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_AutoClicker_hotkey.Dock = System.Windows.Forms.DockStyle.Top; + this.button_AutoClicker_hotkey.FlatAppearance.BorderSize = 0; + this.button_AutoClicker_hotkey.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_AutoClicker_hotkey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_AutoClicker_hotkey.Location = new System.Drawing.Point(0, 0); + this.button_AutoClicker_hotkey.Name = "button_AutoClicker_hotkey"; + this.button_AutoClicker_hotkey.Size = new System.Drawing.Size(165, 10); + this.button_AutoClicker_hotkey.TabIndex = 2; + this.button_AutoClicker_hotkey.Text = "Hotkey:"; + this.button_AutoClicker_hotkey.UseVisualStyleBackColor = false; + // + // button_AutoClicker + // + this.button_AutoClicker.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_AutoClicker.Dock = System.Windows.Forms.DockStyle.Top; + this.button_AutoClicker.FlatAppearance.BorderSize = 0; + this.button_AutoClicker.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_AutoClicker.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_AutoClicker.Location = new System.Drawing.Point(0, 703); + this.button_AutoClicker.Name = "button_AutoClicker"; + this.button_AutoClicker.Size = new System.Drawing.Size(165, 10); + this.button_AutoClicker.TabIndex = 11; + this.button_AutoClicker.Text = "AutoClicker"; + this.button_AutoClicker.UseVisualStyleBackColor = false; + this.button_AutoClicker.Click += new System.EventHandler(this.button_AutoClicker_Click); + // + // panel_Infinityblockreach + // + this.panel_Infinityblockreach.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_Infinityblockreach.Controls.Add(this.textBox_Infinityblockreach); + this.panel_Infinityblockreach.Controls.Add(this.button_Infinityblockreach_hotkey); + this.panel_Infinityblockreach.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_Infinityblockreach.Location = new System.Drawing.Point(0, 629); + this.panel_Infinityblockreach.Name = "panel_Infinityblockreach"; + this.panel_Infinityblockreach.Size = new System.Drawing.Size(165, 74); + this.panel_Infinityblockreach.TabIndex = 10; + this.panel_Infinityblockreach.Visible = false; + // + // textBox_Infinityblockreach + // + this.textBox_Infinityblockreach.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(181)))), ((int)(((byte)(189))))); + this.textBox_Infinityblockreach.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.textBox_Infinityblockreach.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.textBox_Infinityblockreach.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.textBox_Infinityblockreach.Location = new System.Drawing.Point(3, 44); + this.textBox_Infinityblockreach.Name = "textBox_Infinityblockreach"; + this.textBox_Infinityblockreach.Size = new System.Drawing.Size(194, 19); + this.textBox_Infinityblockreach.TabIndex = 3; + this.textBox_Infinityblockreach.Text = "999"; + this.textBox_Infinityblockreach.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // button_Infinityblockreach_hotkey + // + this.button_Infinityblockreach_hotkey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_Infinityblockreach_hotkey.Dock = System.Windows.Forms.DockStyle.Top; + this.button_Infinityblockreach_hotkey.FlatAppearance.BorderSize = 0; + this.button_Infinityblockreach_hotkey.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_Infinityblockreach_hotkey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_Infinityblockreach_hotkey.Location = new System.Drawing.Point(0, 0); + this.button_Infinityblockreach_hotkey.Name = "button_Infinityblockreach_hotkey"; + this.button_Infinityblockreach_hotkey.Size = new System.Drawing.Size(165, 38); + this.button_Infinityblockreach_hotkey.TabIndex = 2; + this.button_Infinityblockreach_hotkey.Text = "Hotkey:"; + this.button_Infinityblockreach_hotkey.UseVisualStyleBackColor = false; + this.button_Infinityblockreach_hotkey.Click += new System.EventHandler(this.button_Infinityblockreach_hotkey_Click); + // + // button_Infinityblockreach + // + this.button_Infinityblockreach.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_Infinityblockreach.Dock = System.Windows.Forms.DockStyle.Top; + this.button_Infinityblockreach.FlatAppearance.BorderSize = 0; + this.button_Infinityblockreach.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_Infinityblockreach.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_Infinityblockreach.Location = new System.Drawing.Point(0, 583); + this.button_Infinityblockreach.Name = "button_Infinityblockreach"; + this.button_Infinityblockreach.Size = new System.Drawing.Size(165, 46); + this.button_Infinityblockreach.TabIndex = 9; + this.button_Infinityblockreach.Text = "Infinityblockreach"; + this.button_Infinityblockreach.UseVisualStyleBackColor = false; + this.button_Infinityblockreach.Click += new System.EventHandler(this.button_Infinityblockreach_Click); + // + // panel_noknockback + // + this.panel_noknockback.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_noknockback.Controls.Add(this.button_noknockback_hotkey); + this.panel_noknockback.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_noknockback.Location = new System.Drawing.Point(0, 545); + this.panel_noknockback.Name = "panel_noknockback"; + this.panel_noknockback.Size = new System.Drawing.Size(165, 38); + this.panel_noknockback.TabIndex = 8; + this.panel_noknockback.Visible = false; + // + // button_noknockback_hotkey + // + this.button_noknockback_hotkey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_noknockback_hotkey.Dock = System.Windows.Forms.DockStyle.Top; + this.button_noknockback_hotkey.FlatAppearance.BorderSize = 0; + this.button_noknockback_hotkey.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_noknockback_hotkey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_noknockback_hotkey.Location = new System.Drawing.Point(0, 0); + this.button_noknockback_hotkey.Name = "button_noknockback_hotkey"; + this.button_noknockback_hotkey.Size = new System.Drawing.Size(165, 38); + this.button_noknockback_hotkey.TabIndex = 2; + this.button_noknockback_hotkey.Text = "Hotkey:"; + this.button_noknockback_hotkey.UseVisualStyleBackColor = false; + this.button_noknockback_hotkey.Click += new System.EventHandler(this.button_noknockback_hotkey_Click); + // + // button4 + // + this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button4.Dock = System.Windows.Forms.DockStyle.Top; + this.button4.FlatAppearance.BorderSize = 0; + this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button4.Location = new System.Drawing.Point(0, 499); + this.button4.Name = "button4"; + this.button4.Size = new System.Drawing.Size(165, 46); + this.button4.TabIndex = 7; + this.button4.Text = "NoKnockback"; + this.button4.UseVisualStyleBackColor = false; + this.button4.Click += new System.EventHandler(this.button4_Click); + // + // panel_instantbreak + // + this.panel_instantbreak.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_instantbreak.Controls.Add(this.button_instantbreak_hotkey); + this.panel_instantbreak.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_instantbreak.Location = new System.Drawing.Point(0, 460); + this.panel_instantbreak.Name = "panel_instantbreak"; + this.panel_instantbreak.Size = new System.Drawing.Size(165, 39); + this.panel_instantbreak.TabIndex = 6; + this.panel_instantbreak.Visible = false; + // + // button_instantbreak_hotkey + // + this.button_instantbreak_hotkey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_instantbreak_hotkey.Dock = System.Windows.Forms.DockStyle.Top; + this.button_instantbreak_hotkey.FlatAppearance.BorderSize = 0; + this.button_instantbreak_hotkey.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_instantbreak_hotkey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_instantbreak_hotkey.Location = new System.Drawing.Point(0, 0); + this.button_instantbreak_hotkey.Name = "button_instantbreak_hotkey"; + this.button_instantbreak_hotkey.Size = new System.Drawing.Size(165, 39); + this.button_instantbreak_hotkey.TabIndex = 2; + this.button_instantbreak_hotkey.Text = "Hotkey:"; + this.button_instantbreak_hotkey.UseVisualStyleBackColor = false; + this.button_instantbreak_hotkey.Click += new System.EventHandler(this.button_instantbreak_hotkey_Click); + // + // button2 + // + this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button2.Dock = System.Windows.Forms.DockStyle.Top; + this.button2.FlatAppearance.BorderSize = 0; + this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button2.Location = new System.Drawing.Point(0, 414); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(165, 46); + this.button2.TabIndex = 5; + this.button2.Text = "Instantbreak"; + this.button2.UseVisualStyleBackColor = false; + this.button2.Click += new System.EventHandler(this.button2_Click); + // + // panel_hitbox + // + this.panel_hitbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_hitbox.Controls.Add(this.trackBar_hitbox_withe); + this.panel_hitbox.Controls.Add(this.label7); + this.panel_hitbox.Controls.Add(this.label6); + this.panel_hitbox.Controls.Add(this.trackBar_hitbox_high); + this.panel_hitbox.Controls.Add(this.button_hitbox_hotkey); + this.panel_hitbox.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_hitbox.Location = new System.Drawing.Point(0, 235); + this.panel_hitbox.Name = "panel_hitbox"; + this.panel_hitbox.Size = new System.Drawing.Size(165, 179); + this.panel_hitbox.TabIndex = 4; + this.panel_hitbox.Visible = false; + // + // trackBar_hitbox_withe + // + this.trackBar_hitbox_withe.Location = new System.Drawing.Point(3, 120); + this.trackBar_hitbox_withe.Maximum = 7; + this.trackBar_hitbox_withe.Minimum = 1; + this.trackBar_hitbox_withe.Name = "trackBar_hitbox_withe"; + this.trackBar_hitbox_withe.Size = new System.Drawing.Size(162, 45); + this.trackBar_hitbox_withe.TabIndex = 6; + this.trackBar_hitbox_withe.Value = 1; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(12, 96); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(35, 13); + this.label7.TabIndex = 5; + this.label7.Text = "Withe"; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(12, 44); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(29, 13); + this.label6.TabIndex = 4; + this.label6.Text = "High"; + // + // trackBar_hitbox_high + // + this.trackBar_hitbox_high.Location = new System.Drawing.Point(3, 60); + this.trackBar_hitbox_high.Maximum = 7; + this.trackBar_hitbox_high.Minimum = 1; + this.trackBar_hitbox_high.Name = "trackBar_hitbox_high"; + this.trackBar_hitbox_high.Size = new System.Drawing.Size(162, 45); + this.trackBar_hitbox_high.TabIndex = 3; + this.trackBar_hitbox_high.Value = 1; + // + // button_hitbox_hotkey + // + this.button_hitbox_hotkey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_hitbox_hotkey.Dock = System.Windows.Forms.DockStyle.Top; + this.button_hitbox_hotkey.FlatAppearance.BorderSize = 0; + this.button_hitbox_hotkey.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_hitbox_hotkey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_hitbox_hotkey.Location = new System.Drawing.Point(0, 0); + this.button_hitbox_hotkey.Name = "button_hitbox_hotkey"; + this.button_hitbox_hotkey.Size = new System.Drawing.Size(165, 38); + this.button_hitbox_hotkey.TabIndex = 2; + this.button_hitbox_hotkey.Text = "Hotkey:"; + this.button_hitbox_hotkey.UseVisualStyleBackColor = false; + this.button_hitbox_hotkey.Click += new System.EventHandler(this.button_hitbox_hotkey_Click); + // + // button_hitbox + // + this.button_hitbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_hitbox.Dock = System.Windows.Forms.DockStyle.Top; + this.button_hitbox.FlatAppearance.BorderSize = 0; + this.button_hitbox.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_hitbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_hitbox.Location = new System.Drawing.Point(0, 189); + this.button_hitbox.Name = "button_hitbox"; + this.button_hitbox.Size = new System.Drawing.Size(165, 46); + this.button_hitbox.TabIndex = 3; + this.button_hitbox.Text = "Hitbox"; + this.button_hitbox.UseVisualStyleBackColor = false; + this.button_hitbox.Click += new System.EventHandler(this.button_hitbox_Click); + // + // panel_reach + // + this.panel_reach.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_reach.Controls.Add(this.trackBar_reach); + this.panel_reach.Controls.Add(this.button_reach_hotkey); + this.panel_reach.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_reach.Location = new System.Drawing.Point(0, 89); + this.panel_reach.Name = "panel_reach"; + this.panel_reach.Size = new System.Drawing.Size(165, 100); + this.panel_reach.TabIndex = 2; + this.panel_reach.Visible = false; + // + // trackBar_reach + // + this.trackBar_reach.Location = new System.Drawing.Point(3, 44); + this.trackBar_reach.Maximum = 7; + this.trackBar_reach.Minimum = 1; + this.trackBar_reach.Name = "trackBar_reach"; + this.trackBar_reach.Size = new System.Drawing.Size(159, 45); + this.trackBar_reach.TabIndex = 3; + this.trackBar_reach.Value = 7; + this.trackBar_reach.Scroll += new System.EventHandler(this.trackBar_reach_Scroll); + // + // button_reach_hotkey + // + this.button_reach_hotkey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_reach_hotkey.Dock = System.Windows.Forms.DockStyle.Top; + this.button_reach_hotkey.FlatAppearance.BorderSize = 0; + this.button_reach_hotkey.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_reach_hotkey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_reach_hotkey.Location = new System.Drawing.Point(0, 0); + this.button_reach_hotkey.Name = "button_reach_hotkey"; + this.button_reach_hotkey.Size = new System.Drawing.Size(165, 38); + this.button_reach_hotkey.TabIndex = 2; + this.button_reach_hotkey.Text = "Hotkey:"; + this.button_reach_hotkey.UseVisualStyleBackColor = false; + this.button_reach_hotkey.Click += new System.EventHandler(this.button_reach_hotkey_Click); + // + // button_reach + // + this.button_reach.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_reach.Dock = System.Windows.Forms.DockStyle.Top; + this.button_reach.FlatAppearance.BorderSize = 0; + this.button_reach.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_reach.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_reach.Location = new System.Drawing.Point(0, 43); + this.button_reach.Name = "button_reach"; + this.button_reach.Size = new System.Drawing.Size(165, 46); + this.button_reach.TabIndex = 1; + this.button_reach.Text = "Reach"; + this.button_reach.UseVisualStyleBackColor = false; + this.button_reach.Click += new System.EventHandler(this.button_reach_Click); + // + // panel2 + // + this.panel2.Controls.Add(this.label1); + this.panel2.Dock = System.Windows.Forms.DockStyle.Top; + this.panel2.Location = new System.Drawing.Point(0, 0); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(165, 43); + this.panel2.TabIndex = 0; + this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown); + this.panel2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.label1.Location = new System.Drawing.Point(48, 19); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(66, 21); + this.label1.TabIndex = 0; + this.label1.Text = "Combo"; + // + // panel_visuals + // + this.panel_visuals.AutoScroll = true; + this.panel_visuals.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.panel_visuals.Controls.Add(this.panel_kompass); + this.panel_visuals.Controls.Add(this.button_kompass); + this.panel_visuals.Controls.Add(this.panel_entitydisplay); + this.panel_visuals.Controls.Add(this.button_entitydisplay); + this.panel_visuals.Controls.Add(this.panel_StopVisualTime); + this.panel_visuals.Controls.Add(this.button18); + this.panel_visuals.Controls.Add(this.panel_fulllight); + this.panel_visuals.Controls.Add(this.button16); + this.panel_visuals.Controls.Add(this.panel_rainbowsky); + this.panel_visuals.Controls.Add(this.button_rainbowsky); + this.panel_visuals.Controls.Add(this.panel_zoom); + this.panel_visuals.Controls.Add(this.button13); + this.panel_visuals.Controls.Add(this.panel3); + this.panel_visuals.Location = new System.Drawing.Point(323, 42); + this.panel_visuals.Name = "panel_visuals"; + this.panel_visuals.Size = new System.Drawing.Size(165, 281); + this.panel_visuals.TabIndex = 1; + // + // panel_kompass + // + this.panel_kompass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_kompass.Controls.Add(this.button_kompass_h); + this.panel_kompass.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_kompass.Location = new System.Drawing.Point(0, 564); + this.panel_kompass.Name = "panel_kompass"; + this.panel_kompass.Size = new System.Drawing.Size(148, 49); + this.panel_kompass.TabIndex = 14; + this.panel_kompass.Visible = false; + // + // button_kompass_h + // + this.button_kompass_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_kompass_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_kompass_h.FlatAppearance.BorderSize = 0; + this.button_kompass_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_kompass_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_kompass_h.Location = new System.Drawing.Point(0, 0); + this.button_kompass_h.Name = "button_kompass_h"; + this.button_kompass_h.Size = new System.Drawing.Size(148, 38); + this.button_kompass_h.TabIndex = 2; + this.button_kompass_h.Text = "Hotkey:"; + this.button_kompass_h.UseVisualStyleBackColor = false; + this.button_kompass_h.Click += new System.EventHandler(this.button_kompass_h_Click); + // + // button_kompass + // + this.button_kompass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_kompass.Dock = System.Windows.Forms.DockStyle.Top; + this.button_kompass.FlatAppearance.BorderSize = 0; + this.button_kompass.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_kompass.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_kompass.Location = new System.Drawing.Point(0, 518); + this.button_kompass.Name = "button_kompass"; + this.button_kompass.Size = new System.Drawing.Size(148, 46); + this.button_kompass.TabIndex = 13; + this.button_kompass.Text = "Compass"; + this.button_kompass.UseVisualStyleBackColor = false; + this.button_kompass.Click += new System.EventHandler(this.button_kompass_Click); + // + // panel_entitydisplay + // + this.panel_entitydisplay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_entitydisplay.Controls.Add(this.button_entitydisplay_h); + this.panel_entitydisplay.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_entitydisplay.Location = new System.Drawing.Point(0, 469); + this.panel_entitydisplay.Name = "panel_entitydisplay"; + this.panel_entitydisplay.Size = new System.Drawing.Size(148, 49); + this.panel_entitydisplay.TabIndex = 12; + this.panel_entitydisplay.Visible = false; + // + // button_entitydisplay_h + // + this.button_entitydisplay_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_entitydisplay_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_entitydisplay_h.FlatAppearance.BorderSize = 0; + this.button_entitydisplay_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_entitydisplay_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_entitydisplay_h.Location = new System.Drawing.Point(0, 0); + this.button_entitydisplay_h.Name = "button_entitydisplay_h"; + this.button_entitydisplay_h.Size = new System.Drawing.Size(148, 38); + this.button_entitydisplay_h.TabIndex = 2; + this.button_entitydisplay_h.Text = "Hotkey:"; + this.button_entitydisplay_h.UseVisualStyleBackColor = false; + this.button_entitydisplay_h.Click += new System.EventHandler(this.button_entitydisplay_h_Click); + // + // button_entitydisplay + // + this.button_entitydisplay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_entitydisplay.Dock = System.Windows.Forms.DockStyle.Top; + this.button_entitydisplay.FlatAppearance.BorderSize = 0; + this.button_entitydisplay.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_entitydisplay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_entitydisplay.Location = new System.Drawing.Point(0, 423); + this.button_entitydisplay.Name = "button_entitydisplay"; + this.button_entitydisplay.Size = new System.Drawing.Size(148, 46); + this.button_entitydisplay.TabIndex = 11; + this.button_entitydisplay.Text = "EntityDisplay"; + this.button_entitydisplay.UseVisualStyleBackColor = false; + this.button_entitydisplay.Click += new System.EventHandler(this.button_entitydisplay_Click); + // + // panel_StopVisualTime + // + this.panel_StopVisualTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_StopVisualTime.Controls.Add(this.button_stopvisualtime_h); + this.panel_StopVisualTime.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_StopVisualTime.Location = new System.Drawing.Point(0, 374); + this.panel_StopVisualTime.Name = "panel_StopVisualTime"; + this.panel_StopVisualTime.Size = new System.Drawing.Size(148, 49); + this.panel_StopVisualTime.TabIndex = 10; + this.panel_StopVisualTime.Visible = false; + // + // button_stopvisualtime_h + // + this.button_stopvisualtime_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_stopvisualtime_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_stopvisualtime_h.FlatAppearance.BorderSize = 0; + this.button_stopvisualtime_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_stopvisualtime_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_stopvisualtime_h.Location = new System.Drawing.Point(0, 0); + this.button_stopvisualtime_h.Name = "button_stopvisualtime_h"; + this.button_stopvisualtime_h.Size = new System.Drawing.Size(148, 38); + this.button_stopvisualtime_h.TabIndex = 2; + this.button_stopvisualtime_h.Text = "Hotkey:"; + this.button_stopvisualtime_h.UseVisualStyleBackColor = false; + this.button_stopvisualtime_h.Click += new System.EventHandler(this.button_stopvisualtime_h_Click); + // + // button18 + // + this.button18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button18.Dock = System.Windows.Forms.DockStyle.Top; + this.button18.FlatAppearance.BorderSize = 0; + this.button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button18.Location = new System.Drawing.Point(0, 328); + this.button18.Name = "button18"; + this.button18.Size = new System.Drawing.Size(148, 46); + this.button18.TabIndex = 9; + this.button18.Text = "StopVisualTime"; + this.button18.UseVisualStyleBackColor = false; + this.button18.Click += new System.EventHandler(this.button18_Click); + // + // panel_fulllight + // + this.panel_fulllight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_fulllight.Controls.Add(this.button_fulllight_h); + this.panel_fulllight.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_fulllight.Location = new System.Drawing.Point(0, 279); + this.panel_fulllight.Name = "panel_fulllight"; + this.panel_fulllight.Size = new System.Drawing.Size(148, 49); + this.panel_fulllight.TabIndex = 8; + this.panel_fulllight.Visible = false; + // + // button_fulllight_h + // + this.button_fulllight_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_fulllight_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_fulllight_h.FlatAppearance.BorderSize = 0; + this.button_fulllight_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_fulllight_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_fulllight_h.Location = new System.Drawing.Point(0, 0); + this.button_fulllight_h.Name = "button_fulllight_h"; + this.button_fulllight_h.Size = new System.Drawing.Size(148, 38); + this.button_fulllight_h.TabIndex = 2; + this.button_fulllight_h.Text = "Hotkey:"; + this.button_fulllight_h.UseVisualStyleBackColor = false; + this.button_fulllight_h.Click += new System.EventHandler(this.button_fulllight_h_Click); + // + // button16 + // + this.button16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button16.Dock = System.Windows.Forms.DockStyle.Top; + this.button16.FlatAppearance.BorderSize = 0; + this.button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button16.Location = new System.Drawing.Point(0, 233); + this.button16.Name = "button16"; + this.button16.Size = new System.Drawing.Size(148, 46); + this.button16.TabIndex = 7; + this.button16.Text = "Fulllight"; + this.button16.UseVisualStyleBackColor = false; + this.button16.Click += new System.EventHandler(this.button16_Click); + // + // panel_rainbowsky + // + this.panel_rainbowsky.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_rainbowsky.Controls.Add(this.button_rainbowsky_h); + this.panel_rainbowsky.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_rainbowsky.Location = new System.Drawing.Point(0, 184); + this.panel_rainbowsky.Name = "panel_rainbowsky"; + this.panel_rainbowsky.Size = new System.Drawing.Size(148, 49); + this.panel_rainbowsky.TabIndex = 6; + this.panel_rainbowsky.Visible = false; + // + // button_rainbowsky_h + // + this.button_rainbowsky_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_rainbowsky_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_rainbowsky_h.FlatAppearance.BorderSize = 0; + this.button_rainbowsky_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_rainbowsky_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_rainbowsky_h.Location = new System.Drawing.Point(0, 0); + this.button_rainbowsky_h.Name = "button_rainbowsky_h"; + this.button_rainbowsky_h.Size = new System.Drawing.Size(148, 38); + this.button_rainbowsky_h.TabIndex = 2; + this.button_rainbowsky_h.Text = "Hotkey:"; + this.button_rainbowsky_h.UseVisualStyleBackColor = false; + this.button_rainbowsky_h.Click += new System.EventHandler(this.button_rainbowsky_h_Click); + // + // button_rainbowsky + // + this.button_rainbowsky.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_rainbowsky.Dock = System.Windows.Forms.DockStyle.Top; + this.button_rainbowsky.FlatAppearance.BorderSize = 0; + this.button_rainbowsky.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_rainbowsky.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_rainbowsky.Location = new System.Drawing.Point(0, 138); + this.button_rainbowsky.Name = "button_rainbowsky"; + this.button_rainbowsky.Size = new System.Drawing.Size(148, 46); + this.button_rainbowsky.TabIndex = 5; + this.button_rainbowsky.Text = "Rainbowsky"; + this.button_rainbowsky.UseVisualStyleBackColor = false; + this.button_rainbowsky.Click += new System.EventHandler(this.button_rainbowsky_Click); + // + // panel_zoom + // + this.panel_zoom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_zoom.Controls.Add(this.button_zoom_h); + this.panel_zoom.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_zoom.Location = new System.Drawing.Point(0, 89); + this.panel_zoom.Name = "panel_zoom"; + this.panel_zoom.Size = new System.Drawing.Size(148, 49); + this.panel_zoom.TabIndex = 4; + this.panel_zoom.Visible = false; + // + // button_zoom_h + // + this.button_zoom_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_zoom_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_zoom_h.FlatAppearance.BorderSize = 0; + this.button_zoom_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_zoom_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_zoom_h.Location = new System.Drawing.Point(0, 0); + this.button_zoom_h.Name = "button_zoom_h"; + this.button_zoom_h.Size = new System.Drawing.Size(148, 38); + this.button_zoom_h.TabIndex = 2; + this.button_zoom_h.Text = "Hotkey:"; + this.button_zoom_h.UseVisualStyleBackColor = false; + this.button_zoom_h.Click += new System.EventHandler(this.button_zoom_h_Click); + // + // button13 + // + this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button13.Dock = System.Windows.Forms.DockStyle.Top; + this.button13.FlatAppearance.BorderSize = 0; + this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button13.Location = new System.Drawing.Point(0, 43); + this.button13.Name = "button13"; + this.button13.Size = new System.Drawing.Size(148, 46); + this.button13.TabIndex = 3; + this.button13.Text = "Zoom"; + this.button13.UseVisualStyleBackColor = false; + this.button13.Click += new System.EventHandler(this.button13_Click); + // + // panel3 + // + this.panel3.Controls.Add(this.label2); + this.panel3.Dock = System.Windows.Forms.DockStyle.Top; + this.panel3.Location = new System.Drawing.Point(0, 0); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(148, 43); + this.panel3.TabIndex = 1; + this.panel3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel3_MouseDown); + this.panel3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel3_MouseMove); + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.label2.Location = new System.Drawing.Point(42, 19); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(62, 21); + this.label2.TabIndex = 0; + this.label2.Text = "Visuals"; + // + // panel1 + // + this.panel1.AutoScroll = true; + this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.panel1.Controls.Add(this.panel_speedsneak); + this.panel1.Controls.Add(this.button21); + this.panel1.Controls.Add(this.panel_phase); + this.panel1.Controls.Add(this.button_phase); + this.panel1.Controls.Add(this.panel_airwalk); + this.panel1.Controls.Add(this.button_airwalk); + this.panel1.Controls.Add(this.panel_infinityjump); + this.panel1.Controls.Add(this.button_infinityjump); + this.panel1.Controls.Add(this.panel_positionfreeze); + this.panel1.Controls.Add(this.button_positionfreeze); + this.panel1.Controls.Add(this.panel_glide); + this.panel1.Controls.Add(this.button_glide); + this.panel1.Controls.Add(this.panel_pglide); + this.panel1.Controls.Add(this.button_pglide); + this.panel1.Controls.Add(this.panel_highjump); + this.panel1.Controls.Add(this.button_highjump); + this.panel1.Controls.Add(this.panel_airjump); + this.panel1.Controls.Add(this.button_airjump); + this.panel1.Controls.Add(this.panel_speed); + this.panel1.Controls.Add(this.button_speed); + this.panel1.Controls.Add(this.panel8); + this.panel1.Location = new System.Drawing.Point(538, 42); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(165, 486); + this.panel1.TabIndex = 2; + // + // panel_speedsneak + // + this.panel_speedsneak.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_speedsneak.Controls.Add(this.button_speedsneak_h); + this.panel_speedsneak.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_speedsneak.Location = new System.Drawing.Point(0, 1009); + this.panel_speedsneak.Name = "panel_speedsneak"; + this.panel_speedsneak.Size = new System.Drawing.Size(148, 47); + this.panel_speedsneak.TabIndex = 22; + this.panel_speedsneak.Visible = false; + // + // button_speedsneak_h + // + this.button_speedsneak_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_speedsneak_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_speedsneak_h.FlatAppearance.BorderSize = 0; + this.button_speedsneak_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_speedsneak_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_speedsneak_h.Location = new System.Drawing.Point(0, 0); + this.button_speedsneak_h.Name = "button_speedsneak_h"; + this.button_speedsneak_h.Size = new System.Drawing.Size(148, 38); + this.button_speedsneak_h.TabIndex = 2; + this.button_speedsneak_h.Text = "Hotkey:"; + this.button_speedsneak_h.UseVisualStyleBackColor = false; + this.button_speedsneak_h.Click += new System.EventHandler(this.button_speedsneak_h_Click); + // + // button21 + // + this.button21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button21.Dock = System.Windows.Forms.DockStyle.Top; + this.button21.FlatAppearance.BorderSize = 0; + this.button21.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button21.Location = new System.Drawing.Point(0, 961); + this.button21.Name = "button21"; + this.button21.Size = new System.Drawing.Size(148, 48); + this.button21.TabIndex = 21; + this.button21.Text = "SpeedSneak"; + this.button21.UseCompatibleTextRendering = true; + this.button21.UseVisualStyleBackColor = false; + this.button21.Click += new System.EventHandler(this.button21_Click); + // + // panel_phase + // + this.panel_phase.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_phase.Controls.Add(this.button_phase_h); + this.panel_phase.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_phase.Location = new System.Drawing.Point(0, 907); + this.panel_phase.Name = "panel_phase"; + this.panel_phase.Size = new System.Drawing.Size(148, 54); + this.panel_phase.TabIndex = 20; + this.panel_phase.Visible = false; + // + // button_phase_h + // + this.button_phase_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_phase_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_phase_h.FlatAppearance.BorderSize = 0; + this.button_phase_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_phase_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_phase_h.Location = new System.Drawing.Point(0, 0); + this.button_phase_h.Name = "button_phase_h"; + this.button_phase_h.Size = new System.Drawing.Size(148, 38); + this.button_phase_h.TabIndex = 2; + this.button_phase_h.Text = "Hotkey:"; + this.button_phase_h.UseVisualStyleBackColor = false; + this.button_phase_h.Click += new System.EventHandler(this.button_phase_h_Click); + // + // button_phase + // + this.button_phase.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_phase.Dock = System.Windows.Forms.DockStyle.Top; + this.button_phase.FlatAppearance.BorderSize = 0; + this.button_phase.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_phase.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_phase.Location = new System.Drawing.Point(0, 861); + this.button_phase.Name = "button_phase"; + this.button_phase.Size = new System.Drawing.Size(148, 46); + this.button_phase.TabIndex = 19; + this.button_phase.Text = "Phase"; + this.button_phase.UseCompatibleTextRendering = true; + this.button_phase.UseVisualStyleBackColor = false; + this.button_phase.Click += new System.EventHandler(this.button_phase_Click); + // + // panel_airwalk + // + this.panel_airwalk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_airwalk.Controls.Add(this.button_airwalk_h); + this.panel_airwalk.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_airwalk.Location = new System.Drawing.Point(0, 804); + this.panel_airwalk.Name = "panel_airwalk"; + this.panel_airwalk.Size = new System.Drawing.Size(148, 57); + this.panel_airwalk.TabIndex = 18; + this.panel_airwalk.Visible = false; + // + // button_airwalk_h + // + this.button_airwalk_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_airwalk_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_airwalk_h.FlatAppearance.BorderSize = 0; + this.button_airwalk_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_airwalk_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_airwalk_h.Location = new System.Drawing.Point(0, 0); + this.button_airwalk_h.Name = "button_airwalk_h"; + this.button_airwalk_h.Size = new System.Drawing.Size(148, 38); + this.button_airwalk_h.TabIndex = 2; + this.button_airwalk_h.Text = "Hotkey:"; + this.button_airwalk_h.UseVisualStyleBackColor = false; + this.button_airwalk_h.Click += new System.EventHandler(this.button_airwalk_h_Click); + // + // button_airwalk + // + this.button_airwalk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_airwalk.Dock = System.Windows.Forms.DockStyle.Top; + this.button_airwalk.FlatAppearance.BorderSize = 0; + this.button_airwalk.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_airwalk.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_airwalk.Location = new System.Drawing.Point(0, 758); + this.button_airwalk.Name = "button_airwalk"; + this.button_airwalk.Size = new System.Drawing.Size(148, 46); + this.button_airwalk.TabIndex = 17; + this.button_airwalk.Text = "AirWalk"; + this.button_airwalk.UseCompatibleTextRendering = true; + this.button_airwalk.UseVisualStyleBackColor = false; + this.button_airwalk.Click += new System.EventHandler(this.button_airwalk_Click); + // + // panel_infinityjump + // + this.panel_infinityjump.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_infinityjump.Controls.Add(this.button_infinijump_h); + this.panel_infinityjump.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_infinityjump.Location = new System.Drawing.Point(0, 705); + this.panel_infinityjump.Name = "panel_infinityjump"; + this.panel_infinityjump.Size = new System.Drawing.Size(148, 53); + this.panel_infinityjump.TabIndex = 16; + this.panel_infinityjump.Visible = false; + // + // button_infinijump_h + // + this.button_infinijump_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_infinijump_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_infinijump_h.FlatAppearance.BorderSize = 0; + this.button_infinijump_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_infinijump_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_infinijump_h.Location = new System.Drawing.Point(0, 0); + this.button_infinijump_h.Name = "button_infinijump_h"; + this.button_infinijump_h.Size = new System.Drawing.Size(148, 38); + this.button_infinijump_h.TabIndex = 2; + this.button_infinijump_h.Text = "Hotkey:"; + this.button_infinijump_h.UseVisualStyleBackColor = false; + this.button_infinijump_h.Click += new System.EventHandler(this.button_infinijump_h_Click); + // + // button_infinityjump + // + this.button_infinityjump.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_infinityjump.Dock = System.Windows.Forms.DockStyle.Top; + this.button_infinityjump.FlatAppearance.BorderSize = 0; + this.button_infinityjump.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_infinityjump.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_infinityjump.Location = new System.Drawing.Point(0, 659); + this.button_infinityjump.Name = "button_infinityjump"; + this.button_infinityjump.Size = new System.Drawing.Size(148, 46); + this.button_infinityjump.TabIndex = 15; + this.button_infinityjump.Text = "Infinity Jump"; + this.button_infinityjump.UseCompatibleTextRendering = true; + this.button_infinityjump.UseVisualStyleBackColor = false; + this.button_infinityjump.Click += new System.EventHandler(this.button_infinityjump_Click); + // + // panel_positionfreeze + // + this.panel_positionfreeze.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_positionfreeze.Controls.Add(this.button_positionfreeze_h); + this.panel_positionfreeze.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_positionfreeze.Location = new System.Drawing.Point(0, 599); + this.panel_positionfreeze.Name = "panel_positionfreeze"; + this.panel_positionfreeze.Size = new System.Drawing.Size(148, 60); + this.panel_positionfreeze.TabIndex = 14; + this.panel_positionfreeze.Visible = false; + // + // button_positionfreeze_h + // + this.button_positionfreeze_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_positionfreeze_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_positionfreeze_h.FlatAppearance.BorderSize = 0; + this.button_positionfreeze_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_positionfreeze_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_positionfreeze_h.Location = new System.Drawing.Point(0, 0); + this.button_positionfreeze_h.Name = "button_positionfreeze_h"; + this.button_positionfreeze_h.Size = new System.Drawing.Size(148, 38); + this.button_positionfreeze_h.TabIndex = 2; + this.button_positionfreeze_h.Text = "Hotkey:"; + this.button_positionfreeze_h.UseVisualStyleBackColor = false; + this.button_positionfreeze_h.Click += new System.EventHandler(this.button_positionfreeze_h_Click); + // + // button_positionfreeze + // + this.button_positionfreeze.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_positionfreeze.Dock = System.Windows.Forms.DockStyle.Top; + this.button_positionfreeze.FlatAppearance.BorderSize = 0; + this.button_positionfreeze.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_positionfreeze.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_positionfreeze.Location = new System.Drawing.Point(0, 553); + this.button_positionfreeze.Name = "button_positionfreeze"; + this.button_positionfreeze.Size = new System.Drawing.Size(148, 46); + this.button_positionfreeze.TabIndex = 13; + this.button_positionfreeze.Text = "PositionFreeze"; + this.button_positionfreeze.UseCompatibleTextRendering = true; + this.button_positionfreeze.UseVisualStyleBackColor = false; + this.button_positionfreeze.Click += new System.EventHandler(this.button_positionfreeze_Click); + // + // panel_glide + // + this.panel_glide.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_glide.Controls.Add(this.button_glide_h); + this.panel_glide.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_glide.Location = new System.Drawing.Point(0, 504); + this.panel_glide.Name = "panel_glide"; + this.panel_glide.Size = new System.Drawing.Size(148, 49); + this.panel_glide.TabIndex = 12; + this.panel_glide.Visible = false; + // + // button_glide_h + // + this.button_glide_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_glide_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_glide_h.FlatAppearance.BorderSize = 0; + this.button_glide_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_glide_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_glide_h.Location = new System.Drawing.Point(0, 0); + this.button_glide_h.Name = "button_glide_h"; + this.button_glide_h.Size = new System.Drawing.Size(148, 38); + this.button_glide_h.TabIndex = 2; + this.button_glide_h.Text = "Hotkey:"; + this.button_glide_h.UseVisualStyleBackColor = false; + this.button_glide_h.Click += new System.EventHandler(this.button_glide_h_Click); + // + // button_glide + // + this.button_glide.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_glide.Dock = System.Windows.Forms.DockStyle.Top; + this.button_glide.FlatAppearance.BorderSize = 0; + this.button_glide.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_glide.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_glide.Location = new System.Drawing.Point(0, 458); + this.button_glide.Name = "button_glide"; + this.button_glide.Size = new System.Drawing.Size(148, 46); + this.button_glide.TabIndex = 11; + this.button_glide.Text = "Glide"; + this.button_glide.UseCompatibleTextRendering = true; + this.button_glide.UseVisualStyleBackColor = false; + this.button_glide.Click += new System.EventHandler(this.button_glide_Click); + // + // panel_pglide + // + this.panel_pglide.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_pglide.Controls.Add(this.button_pglide_h); + this.panel_pglide.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_pglide.Location = new System.Drawing.Point(0, 408); + this.panel_pglide.Name = "panel_pglide"; + this.panel_pglide.Size = new System.Drawing.Size(148, 50); + this.panel_pglide.TabIndex = 10; + this.panel_pglide.Visible = false; + // + // button_pglide_h + // + this.button_pglide_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_pglide_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_pglide_h.FlatAppearance.BorderSize = 0; + this.button_pglide_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_pglide_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_pglide_h.Location = new System.Drawing.Point(0, 0); + this.button_pglide_h.Name = "button_pglide_h"; + this.button_pglide_h.Size = new System.Drawing.Size(148, 38); + this.button_pglide_h.TabIndex = 2; + this.button_pglide_h.Text = "Hotkey:"; + this.button_pglide_h.UseVisualStyleBackColor = false; + this.button_pglide_h.Click += new System.EventHandler(this.button_pglide_h_Click); + // + // button_pglide + // + this.button_pglide.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_pglide.Dock = System.Windows.Forms.DockStyle.Top; + this.button_pglide.FlatAppearance.BorderSize = 0; + this.button_pglide.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_pglide.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_pglide.Location = new System.Drawing.Point(0, 362); + this.button_pglide.Name = "button_pglide"; + this.button_pglide.Size = new System.Drawing.Size(148, 46); + this.button_pglide.TabIndex = 9; + this.button_pglide.Text = "P Glide"; + this.button_pglide.UseCompatibleTextRendering = true; + this.button_pglide.UseVisualStyleBackColor = false; + this.button_pglide.Click += new System.EventHandler(this.button_pglide_Click); + // + // panel_highjump + // + this.panel_highjump.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_highjump.Controls.Add(this.button_highjump_h); + this.panel_highjump.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_highjump.Location = new System.Drawing.Point(0, 309); + this.panel_highjump.Name = "panel_highjump"; + this.panel_highjump.Size = new System.Drawing.Size(148, 53); + this.panel_highjump.TabIndex = 8; + this.panel_highjump.Visible = false; + // + // button_highjump_h + // + this.button_highjump_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_highjump_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_highjump_h.FlatAppearance.BorderSize = 0; + this.button_highjump_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_highjump_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_highjump_h.Location = new System.Drawing.Point(0, 0); + this.button_highjump_h.Name = "button_highjump_h"; + this.button_highjump_h.Size = new System.Drawing.Size(148, 38); + this.button_highjump_h.TabIndex = 2; + this.button_highjump_h.Text = "Hotkey:"; + this.button_highjump_h.UseVisualStyleBackColor = false; + this.button_highjump_h.Click += new System.EventHandler(this.button_highjump_h_Click); + // + // button_highjump + // + this.button_highjump.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_highjump.Dock = System.Windows.Forms.DockStyle.Top; + this.button_highjump.FlatAppearance.BorderSize = 0; + this.button_highjump.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_highjump.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_highjump.Location = new System.Drawing.Point(0, 263); + this.button_highjump.Name = "button_highjump"; + this.button_highjump.Size = new System.Drawing.Size(148, 46); + this.button_highjump.TabIndex = 7; + this.button_highjump.Text = "HighJump"; + this.button_highjump.UseVisualStyleBackColor = false; + this.button_highjump.Click += new System.EventHandler(this.button_highjump_Click); + // + // panel_airjump + // + this.panel_airjump.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_airjump.Controls.Add(this.button_airjump_h); + this.panel_airjump.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_airjump.Location = new System.Drawing.Point(0, 214); + this.panel_airjump.Name = "panel_airjump"; + this.panel_airjump.Size = new System.Drawing.Size(148, 49); + this.panel_airjump.TabIndex = 6; + this.panel_airjump.Visible = false; + // + // button_airjump_h + // + this.button_airjump_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_airjump_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_airjump_h.FlatAppearance.BorderSize = 0; + this.button_airjump_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_airjump_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_airjump_h.Location = new System.Drawing.Point(0, 0); + this.button_airjump_h.Name = "button_airjump_h"; + this.button_airjump_h.Size = new System.Drawing.Size(148, 38); + this.button_airjump_h.TabIndex = 2; + this.button_airjump_h.Text = "Hotkey:"; + this.button_airjump_h.UseVisualStyleBackColor = false; + this.button_airjump_h.Click += new System.EventHandler(this.button_airjump_h_Click); + // + // button_airjump + // + this.button_airjump.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_airjump.Dock = System.Windows.Forms.DockStyle.Top; + this.button_airjump.FlatAppearance.BorderSize = 0; + this.button_airjump.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_airjump.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_airjump.Location = new System.Drawing.Point(0, 168); + this.button_airjump.Name = "button_airjump"; + this.button_airjump.Size = new System.Drawing.Size(148, 46); + this.button_airjump.TabIndex = 5; + this.button_airjump.Text = "AirJump"; + this.button_airjump.UseVisualStyleBackColor = false; + this.button_airjump.Click += new System.EventHandler(this.button_airjump_Click); + // + // panel_speed + // + this.panel_speed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_speed.Controls.Add(this.trackBar3); + this.panel_speed.Controls.Add(this.button_speed_h); + this.panel_speed.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_speed.Location = new System.Drawing.Point(0, 89); + this.panel_speed.Name = "panel_speed"; + this.panel_speed.Size = new System.Drawing.Size(148, 79); + this.panel_speed.TabIndex = 4; + this.panel_speed.Visible = false; + // + // trackBar3 + // + this.trackBar3.Location = new System.Drawing.Point(26, 44); + this.trackBar3.Name = "trackBar3"; + this.trackBar3.Size = new System.Drawing.Size(104, 45); + this.trackBar3.TabIndex = 3; + // + // button_speed_h + // + this.button_speed_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_speed_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_speed_h.FlatAppearance.BorderSize = 0; + this.button_speed_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_speed_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_speed_h.Location = new System.Drawing.Point(0, 0); + this.button_speed_h.Name = "button_speed_h"; + this.button_speed_h.Size = new System.Drawing.Size(148, 38); + this.button_speed_h.TabIndex = 2; + this.button_speed_h.Text = "Hotkey:"; + this.button_speed_h.UseVisualStyleBackColor = false; + this.button_speed_h.Click += new System.EventHandler(this.button_speed_h_Click); + // + // button_speed + // + this.button_speed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_speed.Dock = System.Windows.Forms.DockStyle.Top; + this.button_speed.FlatAppearance.BorderSize = 0; + this.button_speed.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_speed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_speed.Location = new System.Drawing.Point(0, 43); + this.button_speed.Name = "button_speed"; + this.button_speed.Size = new System.Drawing.Size(148, 46); + this.button_speed.TabIndex = 3; + this.button_speed.Text = "Speed"; + this.button_speed.UseVisualStyleBackColor = false; + this.button_speed.Click += new System.EventHandler(this.button_speed_Click); + // + // panel8 + // + this.panel8.Controls.Add(this.label3); + this.panel8.Dock = System.Windows.Forms.DockStyle.Top; + this.panel8.Location = new System.Drawing.Point(0, 0); + this.panel8.Name = "panel8"; + this.panel8.Size = new System.Drawing.Size(148, 43); + this.panel8.TabIndex = 1; + this.panel8.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel8_MouseDown_1); + this.panel8.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel8_MouseMove_1); + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.label3.Location = new System.Drawing.Point(52, 19); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(44, 21); + this.label3.TabIndex = 0; + this.label3.Text = "Mov"; + // + // panel_exploits + // + this.panel_exploits.AutoScroll = true; + this.panel_exploits.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.panel_exploits.Controls.Add(this.panel_targetstraffe); + this.panel_exploits.Controls.Add(this.button_tragtetstraffe); + this.panel_exploits.Controls.Add(this.panel_fakegamemode); + this.panel_exploits.Controls.Add(this.button_fakegamemode); + this.panel_exploits.Controls.Add(this.panel_scaffold); + this.panel_exploits.Controls.Add(this.button_scaffold); + this.panel_exploits.Controls.Add(this.panel_norender); + this.panel_exploits.Controls.Add(this.button_norender); + this.panel_exploits.Controls.Add(this.panel_antivoid); + this.panel_exploits.Controls.Add(this.button_antivoid); + this.panel_exploits.Controls.Add(this.panel_FlyDamageBypass); + this.panel_exploits.Controls.Add(this.button_FlyDamageBypass); + this.panel_exploits.Controls.Add(this.panel_nofall); + this.panel_exploits.Controls.Add(this.button23); + this.panel_exploits.Controls.Add(this.panel5); + this.panel_exploits.Location = new System.Drawing.Point(746, 42); + this.panel_exploits.Name = "panel_exploits"; + this.panel_exploits.Size = new System.Drawing.Size(162, 273); + this.panel_exploits.TabIndex = 3; + // + // panel_targetstraffe + // + this.panel_targetstraffe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_targetstraffe.Controls.Add(this.button_targetstraffe_h); + this.panel_targetstraffe.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_targetstraffe.Location = new System.Drawing.Point(0, 693); + this.panel_targetstraffe.Name = "panel_targetstraffe"; + this.panel_targetstraffe.Size = new System.Drawing.Size(145, 51); + this.panel_targetstraffe.TabIndex = 18; + this.panel_targetstraffe.Visible = false; + // + // button_targetstraffe_h + // + this.button_targetstraffe_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_targetstraffe_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_targetstraffe_h.FlatAppearance.BorderSize = 0; + this.button_targetstraffe_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_targetstraffe_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_targetstraffe_h.Location = new System.Drawing.Point(0, 0); + this.button_targetstraffe_h.Name = "button_targetstraffe_h"; + this.button_targetstraffe_h.Size = new System.Drawing.Size(145, 38); + this.button_targetstraffe_h.TabIndex = 2; + this.button_targetstraffe_h.Text = "Hotkey:"; + this.button_targetstraffe_h.UseVisualStyleBackColor = false; + this.button_targetstraffe_h.Click += new System.EventHandler(this.button_targetstraffe_h_Click); + // + // button_tragtetstraffe + // + this.button_tragtetstraffe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_tragtetstraffe.Dock = System.Windows.Forms.DockStyle.Top; + this.button_tragtetstraffe.FlatAppearance.BorderSize = 0; + this.button_tragtetstraffe.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_tragtetstraffe.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_tragtetstraffe.Location = new System.Drawing.Point(0, 647); + this.button_tragtetstraffe.Name = "button_tragtetstraffe"; + this.button_tragtetstraffe.Size = new System.Drawing.Size(145, 46); + this.button_tragtetstraffe.TabIndex = 17; + this.button_tragtetstraffe.Text = "TargetStraffe"; + this.button_tragtetstraffe.UseVisualStyleBackColor = false; + this.button_tragtetstraffe.Click += new System.EventHandler(this.button_tragtetstraffe_Click); + // + // panel_fakegamemode + // + this.panel_fakegamemode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_fakegamemode.Controls.Add(this.button_fakegamemode_h); + this.panel_fakegamemode.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_fakegamemode.Location = new System.Drawing.Point(0, 596); + this.panel_fakegamemode.Name = "panel_fakegamemode"; + this.panel_fakegamemode.Size = new System.Drawing.Size(145, 51); + this.panel_fakegamemode.TabIndex = 16; + this.panel_fakegamemode.Visible = false; + // + // button_fakegamemode_h + // + this.button_fakegamemode_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_fakegamemode_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_fakegamemode_h.FlatAppearance.BorderSize = 0; + this.button_fakegamemode_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_fakegamemode_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_fakegamemode_h.Location = new System.Drawing.Point(0, 0); + this.button_fakegamemode_h.Name = "button_fakegamemode_h"; + this.button_fakegamemode_h.Size = new System.Drawing.Size(145, 38); + this.button_fakegamemode_h.TabIndex = 2; + this.button_fakegamemode_h.Text = "Hotkey:"; + this.button_fakegamemode_h.UseVisualStyleBackColor = false; + this.button_fakegamemode_h.Click += new System.EventHandler(this.button_fakegamemode_h_Click); + // + // button_fakegamemode + // + this.button_fakegamemode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_fakegamemode.Dock = System.Windows.Forms.DockStyle.Top; + this.button_fakegamemode.FlatAppearance.BorderSize = 0; + this.button_fakegamemode.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_fakegamemode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_fakegamemode.Location = new System.Drawing.Point(0, 550); + this.button_fakegamemode.Name = "button_fakegamemode"; + this.button_fakegamemode.Size = new System.Drawing.Size(145, 46); + this.button_fakegamemode.TabIndex = 15; + this.button_fakegamemode.Text = "FakeGamemode"; + this.button_fakegamemode.UseVisualStyleBackColor = false; + // + // panel_scaffold + // + this.panel_scaffold.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_scaffold.Controls.Add(this.button_scaffold_h); + this.panel_scaffold.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_scaffold.Location = new System.Drawing.Point(0, 477); + this.panel_scaffold.Name = "panel_scaffold"; + this.panel_scaffold.Size = new System.Drawing.Size(145, 73); + this.panel_scaffold.TabIndex = 14; + this.panel_scaffold.Visible = false; + // + // button_scaffold_h + // + this.button_scaffold_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_scaffold_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_scaffold_h.FlatAppearance.BorderSize = 0; + this.button_scaffold_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_scaffold_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_scaffold_h.Location = new System.Drawing.Point(0, 0); + this.button_scaffold_h.Name = "button_scaffold_h"; + this.button_scaffold_h.Size = new System.Drawing.Size(145, 38); + this.button_scaffold_h.TabIndex = 2; + this.button_scaffold_h.Text = "Hotkey:"; + this.button_scaffold_h.UseVisualStyleBackColor = false; + this.button_scaffold_h.Click += new System.EventHandler(this.button_scaffold_h_Click); + // + // button_scaffold + // + this.button_scaffold.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_scaffold.Dock = System.Windows.Forms.DockStyle.Top; + this.button_scaffold.FlatAppearance.BorderSize = 0; + this.button_scaffold.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_scaffold.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_scaffold.Location = new System.Drawing.Point(0, 431); + this.button_scaffold.Name = "button_scaffold"; + this.button_scaffold.Size = new System.Drawing.Size(145, 46); + this.button_scaffold.TabIndex = 13; + this.button_scaffold.Text = "Scaffold"; + this.button_scaffold.UseVisualStyleBackColor = false; + this.button_scaffold.Click += new System.EventHandler(this.button_scaffold_Click_1); + // + // panel_norender + // + this.panel_norender.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_norender.Controls.Add(this.button_norender_h); + this.panel_norender.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_norender.Location = new System.Drawing.Point(0, 380); + this.panel_norender.Name = "panel_norender"; + this.panel_norender.Size = new System.Drawing.Size(145, 51); + this.panel_norender.TabIndex = 12; + this.panel_norender.Visible = false; + // + // button_norender_h + // + this.button_norender_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_norender_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_norender_h.FlatAppearance.BorderSize = 0; + this.button_norender_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_norender_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_norender_h.Location = new System.Drawing.Point(0, 0); + this.button_norender_h.Name = "button_norender_h"; + this.button_norender_h.Size = new System.Drawing.Size(145, 38); + this.button_norender_h.TabIndex = 2; + this.button_norender_h.Text = "Hotkey:"; + this.button_norender_h.UseVisualStyleBackColor = false; + this.button_norender_h.Click += new System.EventHandler(this.button_norender_h_Click); + // + // button_norender + // + this.button_norender.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_norender.Dock = System.Windows.Forms.DockStyle.Top; + this.button_norender.FlatAppearance.BorderSize = 0; + this.button_norender.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_norender.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_norender.Location = new System.Drawing.Point(0, 334); + this.button_norender.Name = "button_norender"; + this.button_norender.Size = new System.Drawing.Size(145, 46); + this.button_norender.TabIndex = 11; + this.button_norender.Text = "NoRender"; + this.button_norender.UseVisualStyleBackColor = false; + this.button_norender.Click += new System.EventHandler(this.button_norender_Click); + // + // panel_antivoid + // + this.panel_antivoid.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_antivoid.Controls.Add(this.button_antivoid_h); + this.panel_antivoid.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_antivoid.Location = new System.Drawing.Point(0, 283); + this.panel_antivoid.Name = "panel_antivoid"; + this.panel_antivoid.Size = new System.Drawing.Size(145, 51); + this.panel_antivoid.TabIndex = 10; + this.panel_antivoid.Visible = false; + // + // button_antivoid_h + // + this.button_antivoid_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_antivoid_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_antivoid_h.FlatAppearance.BorderSize = 0; + this.button_antivoid_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_antivoid_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_antivoid_h.Location = new System.Drawing.Point(0, 0); + this.button_antivoid_h.Name = "button_antivoid_h"; + this.button_antivoid_h.Size = new System.Drawing.Size(145, 38); + this.button_antivoid_h.TabIndex = 2; + this.button_antivoid_h.Text = "Hotkey:"; + this.button_antivoid_h.UseVisualStyleBackColor = false; + this.button_antivoid_h.Click += new System.EventHandler(this.button_antivoid_h_Click); + // + // button_antivoid + // + this.button_antivoid.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_antivoid.Dock = System.Windows.Forms.DockStyle.Top; + this.button_antivoid.FlatAppearance.BorderSize = 0; + this.button_antivoid.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_antivoid.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_antivoid.Location = new System.Drawing.Point(0, 237); + this.button_antivoid.Name = "button_antivoid"; + this.button_antivoid.Size = new System.Drawing.Size(145, 46); + this.button_antivoid.TabIndex = 9; + this.button_antivoid.Text = "AntiVoid"; + this.button_antivoid.UseVisualStyleBackColor = false; + this.button_antivoid.Click += new System.EventHandler(this.button_antivoid_Click); + // + // panel_FlyDamageBypass + // + this.panel_FlyDamageBypass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_FlyDamageBypass.Controls.Add(this.button_flydamagebypass_h); + this.panel_FlyDamageBypass.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_FlyDamageBypass.Location = new System.Drawing.Point(0, 186); + this.panel_FlyDamageBypass.Name = "panel_FlyDamageBypass"; + this.panel_FlyDamageBypass.Size = new System.Drawing.Size(145, 51); + this.panel_FlyDamageBypass.TabIndex = 8; + this.panel_FlyDamageBypass.Visible = false; + // + // button_flydamagebypass_h + // + this.button_flydamagebypass_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_flydamagebypass_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_flydamagebypass_h.FlatAppearance.BorderSize = 0; + this.button_flydamagebypass_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_flydamagebypass_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_flydamagebypass_h.Location = new System.Drawing.Point(0, 0); + this.button_flydamagebypass_h.Name = "button_flydamagebypass_h"; + this.button_flydamagebypass_h.Size = new System.Drawing.Size(145, 38); + this.button_flydamagebypass_h.TabIndex = 2; + this.button_flydamagebypass_h.Text = "Hotkey:"; + this.button_flydamagebypass_h.UseVisualStyleBackColor = false; + this.button_flydamagebypass_h.Click += new System.EventHandler(this.button_flydamagebypass_h_Click); + // + // button_FlyDamageBypass + // + this.button_FlyDamageBypass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_FlyDamageBypass.Dock = System.Windows.Forms.DockStyle.Top; + this.button_FlyDamageBypass.FlatAppearance.BorderSize = 0; + this.button_FlyDamageBypass.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_FlyDamageBypass.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_FlyDamageBypass.Location = new System.Drawing.Point(0, 140); + this.button_FlyDamageBypass.Name = "button_FlyDamageBypass"; + this.button_FlyDamageBypass.Size = new System.Drawing.Size(145, 46); + this.button_FlyDamageBypass.TabIndex = 7; + this.button_FlyDamageBypass.Text = "FlyDamageBypass"; + this.button_FlyDamageBypass.UseVisualStyleBackColor = false; + this.button_FlyDamageBypass.Click += new System.EventHandler(this.button_FlyDamageBypass_Click); + // + // panel_nofall + // + this.panel_nofall.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_nofall.Controls.Add(this.button_nofall_h); + this.panel_nofall.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_nofall.Location = new System.Drawing.Point(0, 89); + this.panel_nofall.Name = "panel_nofall"; + this.panel_nofall.Size = new System.Drawing.Size(145, 51); + this.panel_nofall.TabIndex = 6; + this.panel_nofall.Visible = false; + // + // button_nofall_h + // + this.button_nofall_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_nofall_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_nofall_h.FlatAppearance.BorderSize = 0; + this.button_nofall_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_nofall_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_nofall_h.Location = new System.Drawing.Point(0, 0); + this.button_nofall_h.Name = "button_nofall_h"; + this.button_nofall_h.Size = new System.Drawing.Size(145, 38); + this.button_nofall_h.TabIndex = 2; + this.button_nofall_h.Text = "Hotkey:"; + this.button_nofall_h.UseVisualStyleBackColor = false; + this.button_nofall_h.Click += new System.EventHandler(this.button_nofall_h_Click); + // + // button23 + // + this.button23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button23.Dock = System.Windows.Forms.DockStyle.Top; + this.button23.FlatAppearance.BorderSize = 0; + this.button23.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button23.Location = new System.Drawing.Point(0, 43); + this.button23.Name = "button23"; + this.button23.Size = new System.Drawing.Size(145, 46); + this.button23.TabIndex = 5; + this.button23.Text = "NoFall"; + this.button23.UseVisualStyleBackColor = false; + this.button23.Click += new System.EventHandler(this.button23_Click); + // + // panel5 + // + this.panel5.Controls.Add(this.label4); + this.panel5.Dock = System.Windows.Forms.DockStyle.Top; + this.panel5.Location = new System.Drawing.Point(0, 0); + this.panel5.Name = "panel5"; + this.panel5.Size = new System.Drawing.Size(145, 43); + this.panel5.TabIndex = 2; + this.panel5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel5_MouseDown); + this.panel5.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel5_MouseMove); + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.label4.Location = new System.Drawing.Point(47, 19); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(68, 21); + this.label4.TabIndex = 0; + this.label4.Text = "Exploits"; + // + // panel_settings + // + this.panel_settings.AutoScroll = true; + this.panel_settings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.panel_settings.Controls.Add(this.panel_watermark); + this.panel_settings.Controls.Add(this.button_watermark); + this.panel_settings.Controls.Add(this.panel_arraylist); + this.panel_settings.Controls.Add(this.button_arraylist); + this.panel_settings.Controls.Add(this.panel_tabgui); + this.panel_settings.Controls.Add(this.button_tabgui); + this.panel_settings.Controls.Add(this.panel_clickgui); + this.panel_settings.Controls.Add(this.button_clickgui); + this.panel_settings.Controls.Add(this.panel_keystrokes); + this.panel_settings.Controls.Add(this.button30); + this.panel_settings.Controls.Add(this.panel6); + this.panel_settings.Location = new System.Drawing.Point(933, 42); + this.panel_settings.Name = "panel_settings"; + this.panel_settings.Size = new System.Drawing.Size(162, 233); + this.panel_settings.TabIndex = 4; + // + // panel_watermark + // + this.panel_watermark.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_watermark.Controls.Add(this.button_watermark_h); + this.panel_watermark.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_watermark.Location = new System.Drawing.Point(0, 619); + this.panel_watermark.Name = "panel_watermark"; + this.panel_watermark.Size = new System.Drawing.Size(145, 90); + this.panel_watermark.TabIndex = 16; + this.panel_watermark.Visible = false; + // + // button_watermark_h + // + this.button_watermark_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_watermark_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_watermark_h.FlatAppearance.BorderSize = 0; + this.button_watermark_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_watermark_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_watermark_h.Location = new System.Drawing.Point(0, 0); + this.button_watermark_h.Name = "button_watermark_h"; + this.button_watermark_h.Size = new System.Drawing.Size(145, 38); + this.button_watermark_h.TabIndex = 2; + this.button_watermark_h.Text = "Hotkey:"; + this.button_watermark_h.UseVisualStyleBackColor = false; + this.button_watermark_h.Click += new System.EventHandler(this.button_watermark_h_Click); + // + // button_watermark + // + this.button_watermark.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_watermark.Dock = System.Windows.Forms.DockStyle.Top; + this.button_watermark.FlatAppearance.BorderSize = 0; + this.button_watermark.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_watermark.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_watermark.Location = new System.Drawing.Point(0, 576); + this.button_watermark.Name = "button_watermark"; + this.button_watermark.Size = new System.Drawing.Size(145, 43); + this.button_watermark.TabIndex = 15; + this.button_watermark.Text = "Watermark"; + this.button_watermark.UseVisualStyleBackColor = false; + this.button_watermark.Click += new System.EventHandler(this.button_watermark_Click); + // + // panel_arraylist + // + this.panel_arraylist.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_arraylist.Controls.Add(this.button_arraylist_h); + this.panel_arraylist.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_arraylist.Location = new System.Drawing.Point(0, 486); + this.panel_arraylist.Name = "panel_arraylist"; + this.panel_arraylist.Size = new System.Drawing.Size(145, 90); + this.panel_arraylist.TabIndex = 14; + this.panel_arraylist.Visible = false; + // + // button_arraylist_h + // + this.button_arraylist_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_arraylist_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_arraylist_h.FlatAppearance.BorderSize = 0; + this.button_arraylist_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_arraylist_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_arraylist_h.Location = new System.Drawing.Point(0, 0); + this.button_arraylist_h.Name = "button_arraylist_h"; + this.button_arraylist_h.Size = new System.Drawing.Size(145, 38); + this.button_arraylist_h.TabIndex = 2; + this.button_arraylist_h.Text = "Hotkey:"; + this.button_arraylist_h.UseVisualStyleBackColor = false; + this.button_arraylist_h.Click += new System.EventHandler(this.button_arraylist_h_Click); + // + // button_arraylist + // + this.button_arraylist.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_arraylist.Dock = System.Windows.Forms.DockStyle.Top; + this.button_arraylist.FlatAppearance.BorderSize = 0; + this.button_arraylist.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_arraylist.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_arraylist.Location = new System.Drawing.Point(0, 443); + this.button_arraylist.Name = "button_arraylist"; + this.button_arraylist.Size = new System.Drawing.Size(145, 43); + this.button_arraylist.TabIndex = 13; + this.button_arraylist.Text = "Arraylist"; + this.button_arraylist.UseVisualStyleBackColor = false; + this.button_arraylist.Click += new System.EventHandler(this.button_arraylist_Click); + // + // panel_tabgui + // + this.panel_tabgui.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_tabgui.Controls.Add(this.button_tabgui_h); + this.panel_tabgui.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_tabgui.Location = new System.Drawing.Point(0, 353); + this.panel_tabgui.Name = "panel_tabgui"; + this.panel_tabgui.Size = new System.Drawing.Size(145, 90); + this.panel_tabgui.TabIndex = 12; + this.panel_tabgui.Visible = false; + // + // button_tabgui_h + // + this.button_tabgui_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_tabgui_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_tabgui_h.FlatAppearance.BorderSize = 0; + this.button_tabgui_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_tabgui_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_tabgui_h.Location = new System.Drawing.Point(0, 0); + this.button_tabgui_h.Name = "button_tabgui_h"; + this.button_tabgui_h.Size = new System.Drawing.Size(145, 38); + this.button_tabgui_h.TabIndex = 2; + this.button_tabgui_h.Text = "Hotkey:"; + this.button_tabgui_h.UseVisualStyleBackColor = false; + this.button_tabgui_h.Click += new System.EventHandler(this.button_tabgui_h_Click); + // + // button_tabgui + // + this.button_tabgui.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_tabgui.Dock = System.Windows.Forms.DockStyle.Top; + this.button_tabgui.FlatAppearance.BorderSize = 0; + this.button_tabgui.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_tabgui.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_tabgui.Location = new System.Drawing.Point(0, 310); + this.button_tabgui.Name = "button_tabgui"; + this.button_tabgui.Size = new System.Drawing.Size(145, 43); + this.button_tabgui.TabIndex = 11; + this.button_tabgui.Text = "TabGui"; + this.button_tabgui.UseVisualStyleBackColor = false; + this.button_tabgui.Click += new System.EventHandler(this.button_tabgui_Click); + // + // panel_clickgui + // + this.panel_clickgui.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_clickgui.Controls.Add(this.button_clickgui_hotkey); + this.panel_clickgui.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_clickgui.Location = new System.Drawing.Point(0, 222); + this.panel_clickgui.Name = "panel_clickgui"; + this.panel_clickgui.Size = new System.Drawing.Size(145, 88); + this.panel_clickgui.TabIndex = 10; + this.panel_clickgui.Visible = false; + // + // button_clickgui_hotkey + // + this.button_clickgui_hotkey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_clickgui_hotkey.Dock = System.Windows.Forms.DockStyle.Top; + this.button_clickgui_hotkey.FlatAppearance.BorderSize = 0; + this.button_clickgui_hotkey.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_clickgui_hotkey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_clickgui_hotkey.Location = new System.Drawing.Point(0, 0); + this.button_clickgui_hotkey.Name = "button_clickgui_hotkey"; + this.button_clickgui_hotkey.Size = new System.Drawing.Size(145, 38); + this.button_clickgui_hotkey.TabIndex = 2; + this.button_clickgui_hotkey.Text = "Hotkey: Insert"; + this.button_clickgui_hotkey.UseVisualStyleBackColor = false; + this.button_clickgui_hotkey.Click += new System.EventHandler(this.button_clickgui_hotkey_Click); + // + // button_clickgui + // + this.button_clickgui.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button_clickgui.Dock = System.Windows.Forms.DockStyle.Top; + this.button_clickgui.FlatAppearance.BorderSize = 0; + this.button_clickgui.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_clickgui.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_clickgui.Location = new System.Drawing.Point(0, 178); + this.button_clickgui.Name = "button_clickgui"; + this.button_clickgui.Size = new System.Drawing.Size(145, 44); + this.button_clickgui.TabIndex = 9; + this.button_clickgui.Text = "ClickGui"; + this.button_clickgui.UseVisualStyleBackColor = false; + this.button_clickgui.Click += new System.EventHandler(this.button_clickgui_Click); + // + // panel_keystrokes + // + this.panel_keystrokes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(80)))), ((int)(((byte)(87))))); + this.panel_keystrokes.Controls.Add(this.button_keystrokes_h); + this.panel_keystrokes.Dock = System.Windows.Forms.DockStyle.Top; + this.panel_keystrokes.Location = new System.Drawing.Point(0, 89); + this.panel_keystrokes.Name = "panel_keystrokes"; + this.panel_keystrokes.Size = new System.Drawing.Size(145, 89); + this.panel_keystrokes.TabIndex = 8; + this.panel_keystrokes.Visible = false; + // + // button_keystrokes_h + // + this.button_keystrokes_h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.button_keystrokes_h.Dock = System.Windows.Forms.DockStyle.Top; + this.button_keystrokes_h.FlatAppearance.BorderSize = 0; + this.button_keystrokes_h.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button_keystrokes_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button_keystrokes_h.Location = new System.Drawing.Point(0, 0); + this.button_keystrokes_h.Name = "button_keystrokes_h"; + this.button_keystrokes_h.Size = new System.Drawing.Size(145, 38); + this.button_keystrokes_h.TabIndex = 2; + this.button_keystrokes_h.Text = "Hotkey:"; + this.button_keystrokes_h.UseVisualStyleBackColor = false; + this.button_keystrokes_h.Click += new System.EventHandler(this.button_keystrokes_h_Click); + // + // button30 + // + this.button30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button30.Dock = System.Windows.Forms.DockStyle.Top; + this.button30.FlatAppearance.BorderSize = 0; + this.button30.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button30.Location = new System.Drawing.Point(0, 43); + this.button30.Name = "button30"; + this.button30.Size = new System.Drawing.Size(145, 46); + this.button30.TabIndex = 7; + this.button30.Text = "KeyStrokes"; + this.button30.UseVisualStyleBackColor = false; + this.button30.Click += new System.EventHandler(this.button30_Click); + // + // panel6 + // + this.panel6.Controls.Add(this.label5); + this.panel6.Dock = System.Windows.Forms.DockStyle.Top; + this.panel6.Location = new System.Drawing.Point(0, 0); + this.panel6.Name = "panel6"; + this.panel6.Size = new System.Drawing.Size(145, 43); + this.panel6.TabIndex = 3; + this.panel6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel6_MouseDown); + this.panel6.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel6_MouseMove); + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.label5.Location = new System.Drawing.Point(47, 19); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(71, 21); + this.label5.TabIndex = 0; + this.label5.Text = "Settings"; + // + // timer_aimbot + // + this.timer_aimbot.Interval = 10; + this.timer_aimbot.Tick += new System.EventHandler(this.timer_aimbot_Tick); + // + // label8 + // + this.label8.AutoSize = true; + this.label8.ForeColor = System.Drawing.Color.White; + this.label8.Location = new System.Drawing.Point(12, 61); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(41, 13); + this.label8.TabIndex = 5; + this.label8.Text = "by Jan!"; + // + // ClickGui + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(1292, 1100); + this.Controls.Add(this.label8); + this.Controls.Add(this.panel_settings); + this.Controls.Add(this.panel_exploits); + this.Controls.Add(this.panel1); + this.Controls.Add(this.panel_visuals); + this.Controls.Add(this.panel_combo); + this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Name = "ClickGui"; + this.Text = "Form1"; + this.Load += new System.EventHandler(this.Form1_Load); + this.panel_combo.ResumeLayout(false); + this.panel_aimbot.ResumeLayout(false); + this.panel_triggerbot.ResumeLayout(false); + this.panel_AutoClicker.ResumeLayout(false); + this.panel_AutoClicker.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); + this.panel_Infinityblockreach.ResumeLayout(false); + this.panel_Infinityblockreach.PerformLayout(); + this.panel_noknockback.ResumeLayout(false); + this.panel_instantbreak.ResumeLayout(false); + this.panel_hitbox.ResumeLayout(false); + this.panel_hitbox.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar_hitbox_withe)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar_hitbox_high)).EndInit(); + this.panel_reach.ResumeLayout(false); + this.panel_reach.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar_reach)).EndInit(); + this.panel2.ResumeLayout(false); + this.panel2.PerformLayout(); + this.panel_visuals.ResumeLayout(false); + this.panel_kompass.ResumeLayout(false); + this.panel_entitydisplay.ResumeLayout(false); + this.panel_StopVisualTime.ResumeLayout(false); + this.panel_fulllight.ResumeLayout(false); + this.panel_rainbowsky.ResumeLayout(false); + this.panel_zoom.ResumeLayout(false); + this.panel3.ResumeLayout(false); + this.panel3.PerformLayout(); + this.panel1.ResumeLayout(false); + this.panel_speedsneak.ResumeLayout(false); + this.panel_phase.ResumeLayout(false); + this.panel_airwalk.ResumeLayout(false); + this.panel_infinityjump.ResumeLayout(false); + this.panel_positionfreeze.ResumeLayout(false); + this.panel_glide.ResumeLayout(false); + this.panel_pglide.ResumeLayout(false); + this.panel_highjump.ResumeLayout(false); + this.panel_airjump.ResumeLayout(false); + this.panel_speed.ResumeLayout(false); + this.panel_speed.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit(); + this.panel8.ResumeLayout(false); + this.panel8.PerformLayout(); + this.panel_exploits.ResumeLayout(false); + this.panel_targetstraffe.ResumeLayout(false); + this.panel_fakegamemode.ResumeLayout(false); + this.panel_scaffold.ResumeLayout(false); + this.panel_norender.ResumeLayout(false); + this.panel_antivoid.ResumeLayout(false); + this.panel_FlyDamageBypass.ResumeLayout(false); + this.panel_nofall.ResumeLayout(false); + this.panel5.ResumeLayout(false); + this.panel5.PerformLayout(); + this.panel_settings.ResumeLayout(false); + this.panel_watermark.ResumeLayout(false); + this.panel_arraylist.ResumeLayout(false); + this.panel_tabgui.ResumeLayout(false); + this.panel_clickgui.ResumeLayout(false); + this.panel_keystrokes.ResumeLayout(false); + this.panel6.ResumeLayout(false); + this.panel6.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Panel panel_combo; + private System.Windows.Forms.Button button_reach; + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.Panel panel_reach; + private System.Windows.Forms.Button button_reach_hotkey; + private System.Windows.Forms.TrackBar trackBar_reach; + private System.Windows.Forms.Panel panel_hitbox; + public System.Windows.Forms.TrackBar trackBar_hitbox_high; + private System.Windows.Forms.Button button_hitbox_hotkey; + private System.Windows.Forms.Button button_hitbox; + private System.Windows.Forms.Panel panel_instantbreak; + private System.Windows.Forms.Button button_instantbreak_hotkey; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.Panel panel_noknockback; + private System.Windows.Forms.Button button_noknockback_hotkey; + private System.Windows.Forms.Button button4; + private System.Windows.Forms.Panel panel_Infinityblockreach; + private System.Windows.Forms.TextBox textBox_Infinityblockreach; + private System.Windows.Forms.Button button_Infinityblockreach_hotkey; + private System.Windows.Forms.Button button_Infinityblockreach; + private System.Windows.Forms.Panel panel_AutoClicker; + private System.Windows.Forms.TrackBar trackBar1; + private System.Windows.Forms.Button button_AutoClicker_hotkey; + private System.Windows.Forms.Button button_AutoClicker; + private System.Windows.Forms.TrackBar trackBar2; + private System.Windows.Forms.CheckBox checkBox2; + private System.Windows.Forms.CheckBox checkBox1; + private System.Windows.Forms.Panel panel_triggerbot; + private System.Windows.Forms.Button button_triggerbot_hotkey; + private System.Windows.Forms.Button button_triggerbot; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Panel panel_visuals; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Panel panel_pglide; + private System.Windows.Forms.Button button_pglide_h; + private System.Windows.Forms.Button button_pglide; + private System.Windows.Forms.Panel panel_highjump; + private System.Windows.Forms.Button button_highjump_h; + private System.Windows.Forms.Button button_highjump; + private System.Windows.Forms.Panel panel_airjump; + private System.Windows.Forms.Button button_airjump_h; + private System.Windows.Forms.Button button_airjump; + private System.Windows.Forms.Panel panel_speed; + private System.Windows.Forms.Button button_speed_h; + private System.Windows.Forms.Button button_speed; + private System.Windows.Forms.Panel panel8; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Panel panel_rainbowsky; + private System.Windows.Forms.Button button_rainbowsky_h; + private System.Windows.Forms.Button button_rainbowsky; + private System.Windows.Forms.Panel panel_zoom; + private System.Windows.Forms.Button button_zoom_h; + private System.Windows.Forms.Button button13; + private System.Windows.Forms.Panel panel_fulllight; + private System.Windows.Forms.Button button_fulllight_h; + private System.Windows.Forms.Button button16; + private System.Windows.Forms.Panel panel_StopVisualTime; + private System.Windows.Forms.Button button_stopvisualtime_h; + private System.Windows.Forms.Button button18; + private System.Windows.Forms.Panel panel_glide; + private System.Windows.Forms.Button button_glide_h; + private System.Windows.Forms.Button button_glide; + private System.Windows.Forms.Panel panel_airwalk; + private System.Windows.Forms.Button button_airwalk_h; + private System.Windows.Forms.Button button_airwalk; + private System.Windows.Forms.Panel panel_infinityjump; + private System.Windows.Forms.Button button_infinijump_h; + private System.Windows.Forms.Button button_infinityjump; + private System.Windows.Forms.Panel panel_positionfreeze; + private System.Windows.Forms.Button button_positionfreeze_h; + private System.Windows.Forms.Button button_positionfreeze; + private System.Windows.Forms.Panel panel_phase; + private System.Windows.Forms.Button button_phase_h; + private System.Windows.Forms.Button button_phase; + private System.Windows.Forms.Panel panel_speedsneak; + private System.Windows.Forms.Button button_speedsneak_h; + private System.Windows.Forms.Button button21; + private System.Windows.Forms.Panel panel_exploits; + private System.Windows.Forms.Panel panel5; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Panel panel_FlyDamageBypass; + private System.Windows.Forms.Button button_flydamagebypass_h; + private System.Windows.Forms.Button button_FlyDamageBypass; + private System.Windows.Forms.Panel panel_nofall; + private System.Windows.Forms.Button button_nofall_h; + private System.Windows.Forms.Button button23; + private System.Windows.Forms.Panel panel_antivoid; + private System.Windows.Forms.Button button_antivoid_h; + private System.Windows.Forms.Button button_antivoid; + private System.Windows.Forms.Panel panel_norender; + private System.Windows.Forms.Button button_norender_h; + private System.Windows.Forms.Button button_norender; + private System.Windows.Forms.Panel panel_scaffold; + private System.Windows.Forms.Button button_scaffold_h; + private System.Windows.Forms.Button button_scaffold; + private System.Windows.Forms.Panel panel_fakegamemode; + private System.Windows.Forms.Button button_fakegamemode_h; + private System.Windows.Forms.Button button_fakegamemode; + private System.Windows.Forms.Panel panel_settings; + private System.Windows.Forms.Panel panel_keystrokes; + private System.Windows.Forms.Button button_keystrokes_h; + private System.Windows.Forms.Button button30; + private System.Windows.Forms.Panel panel6; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Panel panel_clickgui; + private System.Windows.Forms.Button button_clickgui_hotkey; + private System.Windows.Forms.Button button_clickgui; + private System.Windows.Forms.Panel panel_tabgui; + private System.Windows.Forms.Button button_tabgui_h; + private System.Windows.Forms.Button button_tabgui; + private System.Windows.Forms.Panel panel_arraylist; + private System.Windows.Forms.Button button_arraylist_h; + private System.Windows.Forms.Button button_arraylist; + private System.Windows.Forms.Panel panel_watermark; + private System.Windows.Forms.Button button_watermark_h; + private System.Windows.Forms.Button button_watermark; + private System.Windows.Forms.Panel panel_aimbot; + private System.Windows.Forms.Button button_aimbot_h; + private System.Windows.Forms.Button button_aimbot; + private System.Windows.Forms.Panel panel_entitydisplay; + private System.Windows.Forms.Button button_entitydisplay_h; + private System.Windows.Forms.Button button_entitydisplay; + private System.Windows.Forms.Panel panel_targetstraffe; + private System.Windows.Forms.Button button_targetstraffe_h; + private System.Windows.Forms.Button button_tragtetstraffe; + private System.Windows.Forms.Panel panel_kompass; + private System.Windows.Forms.Button button_kompass_h; + private System.Windows.Forms.Button button_kompass; + private System.Windows.Forms.Timer timer_aimbot; + private System.Windows.Forms.TrackBar trackBar3; + public System.Windows.Forms.TrackBar trackBar_hitbox_withe; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.Label label8; + private System.ComponentModel.IContainer components; + } +} + diff --git a/Moon/!Moon V1 official/HUD.Designer.cs b/Moon/!Moon V1 official/HUD.Designer.cs new file mode 100644 index 0000000..4dc0d7f --- /dev/null +++ b/Moon/!Moon V1 official/HUD.Designer.cs @@ -0,0 +1,49 @@ + +namespace _Moon_V1_official +{ + partial class HUD + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.SuspendLayout(); + // + // HUD + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Name = "HUD"; + this.Text = "HUD"; + this.Load += new System.EventHandler(this.HUD_Load); + this.ResumeLayout(false); + + } + + #endregion + } +} \ No newline at end of file diff --git a/Moon/!Moon V1 official/HUD.cs b/Moon/!Moon V1 official/HUD.cs new file mode 100644 index 0000000..10af4cd --- /dev/null +++ b/Moon/!Moon V1 official/HUD.cs @@ -0,0 +1,26 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; +using ezOverLay; + +namespace _Moon_V1_official +{ + public partial class HUD : Form + { + public HUD() + { + InitializeComponent(); + } + + private void HUD_Load(object sender, EventArgs e) + { + + } + } +} diff --git a/Moon/!Moon V1 official/HUD.resx b/Moon/!Moon V1 official/HUD.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Moon/!Moon V1 official/HUD.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Moon/!Moon V1 official/Memory/Entitys.cs b/Moon/!Moon V1 official/Memory/Entitys.cs new file mode 100644 index 0000000..97ea7da --- /dev/null +++ b/Moon/!Moon V1 official/Memory/Entitys.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace _Moon_V1_official.Memory +{ + class Entitys + { + } +} diff --git a/Moon/!Moon V1 official/Memory/Memory Details 1.17.2.1.txt b/Moon/!Moon V1 official/Memory/Memory Details 1.17.2.1.txt new file mode 100644 index 0000000..6342a9c --- /dev/null +++ b/Moon/!Moon V1 official/Memory/Memory Details 1.17.2.1.txt @@ -0,0 +1,31 @@ + + +LocalPlayer = "Minecraft.Windows.exe+04020228,8,18,B8,0 <-- 0 wird durch Offset ersetzt + +EntityList = "Minecraft.Windows.exe"+04020228,8,18,B8,378,58,0,0 <-- change the first 0 to the player index and the secend to the offset + +//Offsets + LocalPlayer + OnGround = 1E0 + + Y View Angle (No Cam) = 140 //For a Freecam + X View Angle (No Cam) = 144 + + 360° winkel = Minecraft.Windows.exe+35012F4 + 180° winkel = Minecraft.Windows.exe+3501270 + Minecraft.Windows.exe+2C0E76C nope = u spin me round round bebe round round! + + X Cord = 4D0 + Y Cord = 4D4 + Z Cord = 4D8 + + X Hitbox = 4EC + Y Hitbox = 4F0 + + X Vec = 50C + Y Vec = 510 + Z Vec = 514 + + Y Cam = 26636A4 + X Cam = 26636A0 + + diff --git a/Moon/!Moon V1 official/Memory/SDK.cs b/Moon/!Moon V1 official/Memory/SDK.cs new file mode 100644 index 0000000..f1135b8 --- /dev/null +++ b/Moon/!Moon V1 official/Memory/SDK.cs @@ -0,0 +1,119 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Memory; +using sdkcheat; + +namespace sdkcheat +{ + public class SDK + { + + + + public const string EntityAddr = "Minecraft.Windows.exe+04020228,8,18,B8,378,58,"; + + //Static Addresses + public const string spinnme = "Minecraft.Windows.exe+2C0E76C"; + public const string W360 = "Minecraft.Windows.exe+35012F4"; + public const string W180 = "Minecraft.Windows.exe+3501270"; + public const string Reach = "Minecraft.Windows.exe+3500ED0"; + + + + //Offsets + public const string XCord = "4D0"; + public const string YCord = "4D4"; + public const string ZCord = "4D8"; + public const string YHitbox = "4EC"; + public const string XHitbox = "4F0"; + public const string XVec = "50C"; + public const string YVec = "510"; + public const string ZVec = "514"; + public const string YCam = "26636A4"; + public const string XCam = "26636A0"; + + public string LocalPlayer(string offset) + { + return "Minecraft.Windows.exe+04020228,8,18,B8," + offset; + } + public string ViewMatrix(string wich) + { + if(wich == "y") { return "Minecraft.Windows.exe+03A144C8,28,168,0,14"; } + else { return "Minecraft.Windows.exe+03A144C8,28,168,0,10"; } + } + + + + + public List entitylist = new List(); + public List getentitylist(string offset) + { + string list1 = "Minecraft.Windows.exe+04020228,8,18,B8,378,58,"; + string list3 = ","; + + + List entitylist = new List(); + int entinum = 0; + bool pl8 = true; + + for (int i = 0; i < 999; i++) + { + + if (pl8 = true) + { + string _entity = list1 + entinum.ToString() + list3 + offset; + entinum = entinum + 8; + entitylist.Add(_entity); + } + else + { + string _entity = list1 + entinum.ToString() + list3 + offset; + entinum = entinum + 2; + entitylist.Add(_entity); + } + pl8 = !pl8; + + + } + return entitylist; + + } + Mem m = new Mem(); + public int GetNearestEntity() + { + + m.OpenProcess("Minecraft.Windows"); + List allentitysX = getentitylist("4D0"); + List allentitysZ = getentitylist("4D8"); + + float nearestdistance = 100f; + int nearestplayer = 2; + + for(int i = 0; i < allentitysX.Count; i++) + { + if (i != 0 || i != 1) + { + + float thisdistanceX = (m.ReadFloat(allentitysX[i]) - m.ReadFloat(LocalPlayer("4D0"))); + float thisdistanceZ = (m.ReadFloat(allentitysZ[i]) - m.ReadFloat(LocalPlayer("4D8"))); + float thisdistance = (float)Math.Sqrt(thisdistanceX * thisdistanceZ); + + if (thisdistance < nearestdistance) + { + nearestdistance = thisdistance; + nearestplayer = i; + } + + } + } + + return nearestplayer; + } + + + + } +} diff --git a/Moon/!Moon V1 official/Module/Aimbot.cs b/Moon/!Moon V1 official/Module/Aimbot.cs new file mode 100644 index 0000000..553562e --- /dev/null +++ b/Moon/!Moon V1 official/Module/Aimbot.cs @@ -0,0 +1,95 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Memory; +using sdkcheat; +using System.Threading; + + +namespace AimbotCheat +{ + class Aimbot + { + Mem m = new Mem(); + SDK sdk = new SDK(); + + + public void RunAimbot() + { + m.OpenProcess("Minecraft.Windows"); + + List dxentitylist = sdk.getentitylist("4D8"); + List dyentitylist = sdk.getentitylist("4D0"); + List dzentitylist = sdk.getentitylist("4D4"); + + + float dxself = m.ReadFloat(sdk.LocalPlayer("4D8")); + float dyself = m.ReadFloat(sdk.LocalPlayer("4D0")); + float dzself = m.ReadFloat(sdk.LocalPlayer("4D4")); + + + float dxentity = m.ReadFloat(dxentitylist[sdk.GetNearestEntity()]); + float dyentity = m.ReadFloat(dyentitylist[sdk.GetNearestEntity()]); + float dzentity = m.ReadFloat(dzentitylist[sdk.GetNearestEntity()]); + + + + float dx = dxself - dxentity; // Z + float dy = dyself - dyentity; // X + float dz = dzself - dzentity; // Y + + double angleYaw = Math.Atan2(dy, dx) * 3.14 / Math.PI; + double distance = Math.Sqrt(dx * dx + dy * dy); + double anglePitch = Math.Atan2(dz, distance) * -3.14 / Math.PI; + + m.WriteMemory(sdk.ViewMatrix("x"), "float", angleYaw.ToString()); + m.WriteMemory(sdk.ViewMatrix("y"), "float", anglePitch.ToString()); + + + } + + + + private static void abthread() + { + Mem m = new Mem(); + SDK sdk = new SDK(); + + m.OpenProcess("Minecraft.Windows"); + + List dxentitylist = sdk.getentitylist("4D8"); + List dyentitylist = sdk.getentitylist("4D0"); + List dzentitylist = sdk.getentitylist("4D4"); + + + float dxself = m.ReadFloat(sdk.LocalPlayer("4D8")); + float dyself = m.ReadFloat(sdk.LocalPlayer("4D0")); + float dzself = m.ReadFloat(sdk.LocalPlayer("4D4")); + + + float dxentity = m.ReadFloat(dxentitylist[1]); + float dyentity = m.ReadFloat(dyentitylist[1]); + float dzentity = m.ReadFloat(dzentitylist[1]); + + + + float dx = dxself - dxentity; // Z + float dy = dyself - dyentity; // X + float dz = dzself - dzentity; // Y + + double angleYaw = Math.Atan2(dy, dx) * 3.14 / Math.PI; + double distance = Math.Sqrt(dx * dx + dy * dy); + double anglePitch = Math.Atan2(dz, distance) * -3.14 / Math.PI; + + m.WriteMemory(sdk.ViewMatrix("x"), "float", angleYaw.ToString()); + m.WriteMemory(sdk.ViewMatrix("y"), "float", anglePitch.ToString()); + + + } + + } + + +} diff --git a/Moon/!Moon V1 official/Module/Airjump.cs b/Moon/!Moon V1 official/Module/Airjump.cs new file mode 100644 index 0000000..93c63bb --- /dev/null +++ b/Moon/!Moon V1 official/Module/Airjump.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Memory; + +namespace AirjumpCheat +{ + class Airjump + { + Mem m = new Mem(); + + public void AirJumpon() + { + m.OpenProcess("Minecraft.Windows"); + + //0F B6 80 E0 01 00 00 + m.WriteMemory("Minecraft.Windows.exe+1053124", "bytes", "90 90 90 90 90 90 90"); + } + public void AirJumpoff() + { + m.OpenProcess("Minecraft.Windows"); + m.WriteMemory("Minecraft.Windows.exe+1053124", "bytes", "0F B6 80 E0 01 00 00"); + } + + } +} diff --git a/Moon/!Moon V1 official/Module/Hitbox.cs b/Moon/!Moon V1 official/Module/Hitbox.cs new file mode 100644 index 0000000..8a4c45b --- /dev/null +++ b/Moon/!Moon V1 official/Module/Hitbox.cs @@ -0,0 +1,53 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Memory; +using sdkcheat; + +namespace HitboxCheat +{ + class Hitbox + { + Mem m = new Mem(); + SDK sdk = new SDK(); + + public void set(float withe, float high) + { + m.OpenProcess("Minecraft.Windows"); + List entitysw = sdk.getentitylist("4EC"); + List entitysh = sdk.getentitylist("4F0"); + + for (int i = 0; i < 100; i++) + { + if (i == 0 ) { goto end; } + //m.WriteMemory(entitysh[i], "float", high.ToString()); + //m.WriteMemory(entitysw[i], "float", withe.ToString()); + m.FreezeValue(entitysh[i], "float", high.ToString()); + m.FreezeValue(entitysw[i], "float", withe.ToString()); + + end:; + } + + } + public void unset() + { + m.OpenProcess("Minecraft.Windows"); + List entitysw = sdk.getentitylist("4EC"); + List entitysh = sdk.getentitylist("4F0"); + + for (int i = 0; i < 100; i++) + { + if (i == 0) { goto end; } + //m.WriteMemory(entitysh[i], "float", high.ToString()); + //m.WriteMemory(entitysw[i], "float", withe.ToString()); + m.UnfreezeValue(entitysh[i]); + m.UnfreezeValue(entitysw[i]); + + end:; + } + } + + } +} diff --git a/Moon/!Moon V1 official/Module/Reach.cs b/Moon/!Moon V1 official/Module/Reach.cs new file mode 100644 index 0000000..a833419 --- /dev/null +++ b/Moon/!Moon V1 official/Module/Reach.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Memory; + +namespace ReachCheat +{ + class Reach + { + Mem m = new Mem(); + + public void set(float withe) + { + m.OpenProcess("Minecraft.Windows"); + m.WriteMemory("Minecraft.Windows.exe+3500ED0", "float", withe.ToString()); + } + } +} diff --git a/Moon/!Moon V1 official/Program.cs b/Moon/!Moon V1 official/Program.cs new file mode 100644 index 0000000..3d93a3a --- /dev/null +++ b/Moon/!Moon V1 official/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace _Moon_V1_official +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new ClickGui()); + } + } +} diff --git a/Moon/!Moon V1 official/Properties/AssemblyInfo.cs b/Moon/!Moon V1 official/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..cc2de2a --- /dev/null +++ b/Moon/!Moon V1 official/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("!Moon V1 official")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("!Moon V1 official")] +[assembly: AssemblyCopyright("Copyright © 2021")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("7df0fe1d-1d7f-4329-b48a-4a23e62e183e")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Moon/!Moon V1 official/Properties/Resources.Designer.cs b/Moon/!Moon V1 official/Properties/Resources.Designer.cs new file mode 100644 index 0000000..9475d00 --- /dev/null +++ b/Moon/!Moon V1 official/Properties/Resources.Designer.cs @@ -0,0 +1,70 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + + +namespace _Moon_V1_official.Properties +{ + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() + { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("_Moon_V1_official.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/Moon/!Moon V1 official/Properties/Resources.resx b/Moon/!Moon V1 official/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/Moon/!Moon V1 official/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Moon/!Moon V1 official/Properties/Settings.Designer.cs b/Moon/!Moon V1 official/Properties/Settings.Designer.cs new file mode 100644 index 0000000..e45df94 --- /dev/null +++ b/Moon/!Moon V1 official/Properties/Settings.Designer.cs @@ -0,0 +1,29 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + + +namespace _Moon_V1_official.Properties +{ + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/Moon/!Moon V1 official/Properties/Settings.settings b/Moon/!Moon V1 official/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/Moon/!Moon V1 official/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Moon/!Moon V1 official/TabGui.Designer.cs b/Moon/!Moon V1 official/TabGui.Designer.cs new file mode 100644 index 0000000..495dc22 --- /dev/null +++ b/Moon/!Moon V1 official/TabGui.Designer.cs @@ -0,0 +1,136 @@ + +namespace _Moon_V1_official +{ + partial class TabGui + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.panel1 = new System.Windows.Forms.Panel(); + this.button4 = new System.Windows.Forms.Button(); + this.button3 = new System.Windows.Forms.Button(); + this.button2 = new System.Windows.Forms.Button(); + this.button1 = new System.Windows.Forms.Button(); + this.iscgopen = new System.ComponentModel.BackgroundWorker(); + this.panel1.SuspendLayout(); + this.SuspendLayout(); + // + // panel1 + // + this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64))))); + this.panel1.Controls.Add(this.button4); + this.panel1.Controls.Add(this.button3); + this.panel1.Controls.Add(this.button2); + this.panel1.Controls.Add(this.button1); + this.panel1.Location = new System.Drawing.Point(12, 12); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(260, 348); + this.panel1.TabIndex = 0; + // + // button4 + // + this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button4.Dock = System.Windows.Forms.DockStyle.Top; + this.button4.FlatAppearance.BorderSize = 0; + this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button4.Location = new System.Drawing.Point(0, 138); + this.button4.Name = "button4"; + this.button4.Size = new System.Drawing.Size(260, 46); + this.button4.TabIndex = 8; + this.button4.Text = "Combo"; + this.button4.UseVisualStyleBackColor = false; + // + // button3 + // + this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button3.Dock = System.Windows.Forms.DockStyle.Top; + this.button3.FlatAppearance.BorderSize = 0; + this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button3.Location = new System.Drawing.Point(0, 92); + this.button3.Name = "button3"; + this.button3.Size = new System.Drawing.Size(260, 46); + this.button3.TabIndex = 7; + this.button3.Text = "Combo"; + this.button3.UseVisualStyleBackColor = false; + // + // button2 + // + this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button2.Dock = System.Windows.Forms.DockStyle.Top; + this.button2.FlatAppearance.BorderSize = 0; + this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button2.Location = new System.Drawing.Point(0, 46); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(260, 46); + this.button2.TabIndex = 6; + this.button2.Text = "Combo"; + this.button2.UseVisualStyleBackColor = false; + // + // button1 + // + this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(37)))), ((int)(((byte)(41))))); + this.button1.Dock = System.Windows.Forms.DockStyle.Top; + this.button1.FlatAppearance.BorderSize = 0; + this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(226)))), ((int)(((byte)(230))))); + this.button1.Location = new System.Drawing.Point(0, 0); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(260, 46); + this.button1.TabIndex = 5; + this.button1.Text = "Combo"; + this.button1.UseVisualStyleBackColor = false; + // + // iscgopen + // + this.iscgopen.DoWork += new System.ComponentModel.DoWorkEventHandler(this.iscgopen_DoWork); + // + // TabGui + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(1196, 595); + this.Controls.Add(this.panel1); + this.Name = "TabGui"; + this.Text = "TabGui"; + this.Load += new System.EventHandler(this.TabGui_Load); + this.panel1.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Button button4; + private System.Windows.Forms.Button button3; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.Button button1; + private System.ComponentModel.BackgroundWorker iscgopen; + } +} \ No newline at end of file diff --git a/Moon/!Moon V1 official/TabGui.cs b/Moon/!Moon V1 official/TabGui.cs new file mode 100644 index 0000000..1cbdc6b --- /dev/null +++ b/Moon/!Moon V1 official/TabGui.cs @@ -0,0 +1,57 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; +using System.Threading; + +namespace _Moon_V1_official +{ + public partial class TabGui : Form + { + public TabGui() + { + InitializeComponent(); + } + + public ClickGui Clickgui = new ClickGui(); + + private void TabGui_Load(object sender, EventArgs e) + { + iscgopen.RunWorkerAsync(); + } + + private void iscgopen_DoWork(object sender, DoWorkEventArgs e) + { + + while (true) + { + if (Clickgui.Visible == true) + { + try + { + this.Hide(); + } + catch { } + } + else + { + try + { + this.Show(); + /*if (true) // <--- kommt später rein ob Tabgui = open! + { + this.Show(); + }*/ + } + catch { }; + } + Thread.Sleep(10); + } + } + } +} diff --git a/Moon/!Moon V1 official/TabGui.resx b/Moon/!Moon V1 official/TabGui.resx new file mode 100644 index 0000000..2b52bdb --- /dev/null +++ b/Moon/!Moon V1 official/TabGui.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/Moon/!Moon V1 official/app.manifest b/Moon/!Moon V1 official/app.manifest new file mode 100644 index 0000000..d72e750 --- /dev/null +++ b/Moon/!Moon V1 official/app.manifest @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Moon/!Moon V1 official/packages.config b/Moon/!Moon V1 official/packages.config new file mode 100644 index 0000000..2938d9a --- /dev/null +++ b/Moon/!Moon V1 official/packages.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Moon/imports/ezOverLay.dll b/Moon/imports/ezOverLay.dll new file mode 100644 index 0000000000000000000000000000000000000000..0f4319bb43c9142f015453f37fcd46f94a459111 GIT binary patch literal 5632 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
=$9RBk76X=Z}jKFgY$6ZBNkmHw- zttsu;WFL)^A*02e8T>A4fPE#4et7dJEn_OIh*{7vRBR44wtBLONF{1cV&Ebz{vITvI&@U@{arOm7!PU#s3_Rj|x=d!! zS!BC1XM;Ks6+hhC;I-CodDb!*Cy#Mld{a~^%k$3hj|5}#ta1F6{F&p~AUvP1)p8!) zvfiWc;UKpnYVFrl;7Waoy5*d%?DP3*f44nkMAMGl|rN?)Z&Z!$)fxh;a_h{ Bx#Iu; literal 0 HcmV?d00001 diff --git a/Moon/readme.txt b/Moon/readme.txt new file mode 100644 index 0000000..dc9d504 --- /dev/null +++ b/Moon/readme.txt @@ -0,0 +1,5 @@ +Pls give me creditisss + +Lg Jan + +#1337 lul \ No newline at end of file