commit 811334958585082424fd4c6c5902647444d13ced Author: Grinch_ Date: Thu Dec 3 03:18:34 2020 +0600 Added files diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e4b2a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# Compiled Lua sources +luac.out + +# luarocks build files +*.src.rock +*.zip +*.tar.gz + +# Object files +*.o +*.os +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo +*.def +*.exp + +# Shared objects (inc. Windows DLLs) +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +moonloader/lib/cheat-menu/json/config.json diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9e419e0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ +GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..ebfce4c --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ + +

+ +

+ +# +![GitHub repo size](https://img.shields.io/github/repo-size/user-grinch/Cheat-Menu?label=Size&style=for-the-badge) +[![License](https://img.shields.io/github/license/user-grinch/Cheat-Menu?style=for-the-badge)](https://github.com/user-grinch/Cheat-Menu/blob/master/LICENSE) +[![Discord](https://img.shields.io/discord/689515979847237649?label=Discord&style=for-the-badge)](https://discord.gg/ZzW7kmf) + +[![MixMods](https://img.shields.io/badge/Topic-Mixmods-%234e4784?style=for-the-badge)](https://forum.mixmods.com.br/f5-scripts-codigos/t1777-lua-cheat-menu) +[![GTAF](https://img.shields.io/badge/Topic-GTA%20Forums-%23244052?style=for-the-badge)](https://gtaforums.com/topic/961636-moon-cheat-menu/) +## Introduction + +Cheat menu for Grand Theft Auto SanAndreas which allows a large set of modifications/cheats to be applied enabling a much more easier & amusing gameplay. + +It's based on [Moonloader](https://gtaforums.com/topic/890987-moonloader/) and uses [mimgui](https://github.com/THE-FYP/mimgui) for its interface. + +Press Left Ctrl + M to open the menu. Doesn't work in SAMP. + +## Versions + +### Releases +[Releases](https://github.com/inanahammad/Cheat-Menu/releases) are the most up to date & stable versions. If you want a smooth experience with minimal bugs as possible this is the one to get. + +### Master Branch +[Master branch](https://github.com/inanahammad/Cheat-Menu) contains all the recent work done to the menu. While this can be the best way to live on the edge & try the latest features out, it could come with a fair number of bugs. + +A portuguese translation of the menu is [here](https://github.com/Dowglass/Cheat-Menu) + +## Installation + +1. Install [DirectX](https://www.microsoft.com/en-us/download/details.aspx?id=35) & [Visual C++ Redistributable 2017](https://aka.ms/vs/16/release/vc_redist.x86.exe) if not already installed. +2. If your game version isn't v1.0 then you'll need to [downgrade](https://gtaforums.com/topic/927016-san-andreas-downgrader/). +3. Install asi loader from [here](https://www.gtagarage.com/mods/show.php?id=21709) +4. Download [Moonloader](https://gtaforums.com/topic/890987-moonloader/) from [here](https://blast.hk/moonloader/files/moonloader-026.zip).Then extract all these files to your game folder (replace if necessary). +5. Download [Cheat Menu](https://forum.mixmods.com.br/f5-scripts-codigos/t1777-lua-cheat-menu) from [here](https://github.com/inanahammad/Cheat-Menu/releases). +6. Open up that achieve file and extract everything in game directory (replace if necessary). + +Now try it out in-game. If it doesn't work open an issue here or create a post in one of the topics above with 'moonloader.log'. + +## Images +![1](https://raw.githubusercontent.com/user-grinch/user-grinch.github.io/master/assets/img/mods/cheat-menu/teleport.gif) +![2](https://raw.githubusercontent.com/user-grinch/user-grinch.github.io/master/assets/img/mods/cheat-menu/player.gif) +![3](https://raw.githubusercontent.com/user-grinch/user-grinch.github.io/master/assets/img/mods/cheat-menu/ped.gif) +![4](https://raw.githubusercontent.com/user-grinch/user-grinch.github.io/master/assets/img/mods/cheat-menu/animation.gif) +![5](https://raw.githubusercontent.com/user-grinch/user-grinch.github.io/master/assets/img/mods/cheat-menu/vehicle.gif) +![6](https://raw.githubusercontent.com/user-grinch/user-grinch.github.io/master/assets/img/mods/cheat-menu/weapon.gif) +![7](https://raw.githubusercontent.com/user-grinch/user-grinch.github.io/master/assets/img/mods/cheat-menu/game.gif) +![8](https://raw.githubusercontent.com/user-grinch/user-grinch.github.io/master/assets/img/mods/cheat-menu/visual.gif) +![9](https://raw.githubusercontent.com/user-grinch/user-grinch.github.io/master/assets/img/mods/cheat-menu/menu.gif) + +## Docs + +### Adding custom peds/skin images - jpg + +Ped/skin images are loaded from '\moonloader\lib\cheat-menu\peds\' directory. The image name should contain the ped model id. Names for custom peds have to be added inside '\moonloader\lib\cheat-menu\json\ped.json' file. + +### Add custom player skins #2 + +You can also add player skins by using a different method. Place your skin txd & dff files inside 'modloader\Custom Skins\' folder. Note, [Modloader](https://gtaforums.com/topic/669520-mod-loader/) is required & names can't exceed 8 characters. + +### Adding custom vehicle images - jpg + +Vehicle images are loaded from '\moonloader\lib\cheat-menu\vehicles\images\' directory. The image name should contain the vehicle model id. You don't need to add custom vehicle names in v2.0-beta & above. + +### Adding custom vehicle component images - jpg + +Vehicle component images are loaded from '\moonloader\lib\cheat-menu\vehicles\component \' directory. The image name should contain the component model id. + +### Adding custom vehicle paint jobs images - png + +Paintjob images are loaded from '\moonloader\lib\cheat-menu\vehicles\paintjobs\' directory. Image names can be any string and their name will show up on the menu. + +### Adding custom weapons images - jpg + +Weapon images are loaded from '\moonloader\lib\cheat-menu\weapons\' directory. The image name should contain the weapon model id. Names for custom weapons have to be added inside '\moonloader\lib\cheat-menu\json\weapon.json' file. + +### Adding custom clothes - jpg + +Cloth images are loaded from '\moonloader\lib\cheat-menu\clothes\' directory. The image name should in this format 'body_part$model_name$texture_name' diff --git a/moonloader/cheat-menu.lua b/moonloader/cheat-menu.lua new file mode 100644 index 0000000..aed68e6 --- /dev/null +++ b/moonloader/cheat-menu.lua @@ -0,0 +1,779 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +script_name('Cheat Menu') +script_author("Grinch_") +script_description("Cheat Menu for Grand Theft Auto San Andreas") +script_url("https://forum.mixmods.com.br/f5-scripts-codigos/t1777-moon-cheat-menu") +script_dependencies("ffi","lfs","memory","mimgui","MoonAdditions") +script_properties('work-in-pause') +script_version("2.3-beta") +script_version_number(2020112201) -- YYYYMMDDNN + +print(string.format("Loading v%s (%d)",script.this.version,script.this.version_num)) + +resX, resY = getScreenResolution() + +tcheatmenu = +{ + dir = string.format( "%s%s",getWorkingDirectory(),"/lib/cheat-menu/"), + fail_loading_json = false, +} + +-------------------------------------------------- +-- Libraries +casts = require 'cheat-menu.libraries.casts' +ffi = require 'ffi' +glob = require 'game.globals' +imgui = require 'mimgui' +lfs = require 'lfs' +mad = require 'MoonAdditions' +memory = require 'cheat-menu.libraries.memory' +os = require 'os' +vkeys = require 'vkeys' +ziplib = ffi.load(string.format( "%s/lib/ziplib.dll",getWorkingDirectory())) + +-------------------------------------------------- +-- Menu modules +fcommon = require 'cheat-menu.modules.common' +fconfig = require 'cheat-menu.modules.config' +fconst = require 'cheat-menu.modules.const' + +fanimation = require 'cheat-menu.modules.animation' +fgame = require 'cheat-menu.modules.game' +fmemory = require 'cheat-menu.modules.memory' +fmenu = require 'cheat-menu.modules.menu' +fmission = require 'cheat-menu.modules.mission' +fped = require 'cheat-menu.modules.ped' +fplayer = require 'cheat-menu.modules.player' +fstat = require 'cheat-menu.modules.stat' +fstyle = require 'cheat-menu.modules.style' +fteleport = require 'cheat-menu.modules.teleport' +fvehicle = require 'cheat-menu.modules.vehicle' +fvisual = require 'cheat-menu.modules.visual' +fweapon = require 'cheat-menu.modules.weapon' + +-------------------------------------------------- + +ffi.cdef[[ + int zip_extract(const char *zipname, const char *dir,int *func, void *arg); +]] + +tcheatmenu = +{ + coord = + { + X = fconfig.Get('tcheatmenu.coord.X',50), + Y = fconfig.Get('tcheatmenu.coord.Y',50), + }, + dir = tcheatmenu.dir, + current_menu = fconfig.Get('tcheatmenu.current_menu',0), + fail_loading_json = tcheatmenu.fail_loading_json, + restart_required = false, + show = imgui.new.bool(fmenu.tmenu.fast_load_images[0]), + size = + { + X = fconfig.Get('tcheatmenu.size.X',resX/4), + Y = fconfig.Get('tcheatmenu.size.Y',resY/1.2), + }, + title = string.format("%s v%s",script.this.name,script.this.version), +} + +imgui.OnInitialize(function() -- Called once + + local io = imgui.GetIO() + + -- Load fonts + if fmenu.tmenu.font.size[0] < 12 then fmenu.tmenu.font.size[0] = 12 end + local mask = tcheatmenu.dir .. "fonts//*.ttf" + + local handle, name = findFirstFile(mask) + while handle and name do + fmenu.tmenu.font.list[name] = io.Fonts:AddFontFromFileTTF(string.format( "%sfonts//%s",tcheatmenu.dir,name), fmenu.tmenu.font.size[0]) + name = findNextFile(handle) + end + + io.FontDefault = fmenu.tmenu.font.list[fmenu.tmenu.font.selected] + io.IniFilename = nil + io.WantSaveIniSettings = false + + if not doesFileExist(tcheatmenu.dir .. "json//styles.json") then + fstyle.saveStyles(imgui.GetStyle(), "Default") + end + + fstyle.tstyle.status = fstyle.loadStyles() + + if fstyle.tstyle.status then + fstyle.tstyle.list = fstyle.getStyles() + fstyle.tstyle.array = imgui.new['const char*'][#fstyle.tstyle.list](fstyle.tstyle.list) + + for i=1,#fstyle.tstyle.list,1 do + if fstyle.tstyle.list[i] == fstyle.tstyle.selected_name then + fstyle.tstyle.selected[0] = i - 1 + end + end + + fstyle.applyStyle(imgui.GetStyle(), fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1]) + else + print("Failed loading styles") + end + + if fmenu.tmenu.fast_load_images[0] then + showCursor(false) + tcheatmenu.show[0] = false + end + + -- Indexing images + lua_thread.create( + function() + fcommon.IndexFiles(fvehicle.tvehicle.path,fvehicle.tvehicle.images,"jpg") + fcommon.IndexFiles(fweapon.tweapon.path,fweapon.tweapon.images,"jpg") + fcommon.IndexFiles(fped.tped.path,fped.tped.images,"jpg") + fcommon.IndexFiles(fplayer.tplayer.clothes.path,fplayer.tplayer.clothes.images,"jpg") + fcommon.IndexFiles(fvehicle.tvehicle.components.path,fvehicle.tvehicle.components.images,"jpg") + fcommon.IndexFiles(fvehicle.tvehicle.paintjobs.path,fvehicle.tvehicle.paintjobs.images,"png") + end) + +end) + +imgui.OnFrame( +function() -- condition + return tcheatmenu.show[0] and not isGamePaused() +end, +function(self) -- render frame + + self.LockPlayer = fmenu.tmenu.lock_player[0] + imgui.SetNextWindowSize(imgui.ImVec2(tcheatmenu.size.X,tcheatmenu.size.Y),imgui.Cond.Once) + imgui.SetNextWindowPos(imgui.ImVec2(tcheatmenu.coord.X,tcheatmenu.coord.Y),imgui.Cond.Once) + + imgui.PushStyleVarVec2(imgui.StyleVar.WindowMinSize,imgui.ImVec2(250,350)) + imgui.PushStyleVarVec2(imgui.StyleVar.FramePadding,imgui.ImVec2(math.floor(tcheatmenu.size.X/85),math.floor(tcheatmenu.size.Y/200))) + + imgui.Begin(tcheatmenu.title, tcheatmenu.show,imgui.WindowFlags.NoCollapse + imgui.WindowFlags.NoSavedSettings) + + -------------------------------------------------- + -- Warnings + + if tcheatmenu.fail_loading_json then + imgui.Button("Failed to load some json files!",imgui.ImVec2(fcommon.GetSize(1))) + if imgui.Button("Reinstall latest",imgui.ImVec2(fcommon.GetSize(2))) then + fmenu.DownloadUpdate() + tcheatmenu.fail_loading_json = false + end + imgui.SameLine() + if imgui.Button("Hide message",imgui.ImVec2(fcommon.GetSize(2))) then + tcheatmenu.fail_loading_json = false + end + imgui.Spacing() + end + + if tcheatmenu.restart_required then + imgui.Button("Restart is required to apply some changes",imgui.ImVec2(fcommon.GetSize(1))) + if imgui.Button("Restart menu",imgui.ImVec2(fcommon.GetSize(2))) then + fmenu.tmenu.crash_text = "Cheat Menu ~g~reloaded" + thisScript():reload() + end + imgui.SameLine() + if imgui.Button("Hide message",imgui.ImVec2(fcommon.GetSize(2))) then + tcheatmenu.restart_required = false + end + imgui.Spacing() + end + + -------------------------------------------------- + -- Updater code + if fmenu.tmenu.update_status == fconst.UPDATE_STATUS.NEW_UPDATE then + imgui.Button("An updated version is available",imgui.ImVec2(fcommon.GetSize(1))) + if imgui.Button("Download now",imgui.ImVec2(fcommon.GetSize(3))) then + fmenu.DownloadUpdate() + end + imgui.SameLine() + if imgui.Button("Hide message",imgui.ImVec2(fcommon.GetSize(3))) then + fmenu.tmenu.update_status =fconst.UPDATE_STATUS.HIDE_MSG + end + imgui.SameLine() + if imgui.Button("View changelog",imgui.ImVec2(fcommon.GetSize(3))) then + if fmenu.tmenu.get_beta_updates[0] then + os.execute('explorer "https://github.com/user-grinch/Cheat-Menu/commits/master"') + else + os.execute('explorer "https://github.com/user-grinch/Cheat-Menu/releases/tag/' .. fmenu.tmenu.repo_version ..'"') + end + end + imgui.Spacing() + end + + if fmenu.tmenu.update_status == fconst.UPDATE_STATUS.DOWNLOADING then + imgui.Button("Downloading update...",imgui.ImVec2(fcommon.GetSize(1))) + imgui.Spacing() + end + + if fmenu.tmenu.update_status == fconst.UPDATE_STATUS.DOWNLOADED then + if imgui.Button("Install update. This might take a while.",imgui.ImVec2(fcommon.GetSize(1))) then + fmenu.InstallUpdate() + end + imgui.Spacing() + end + -------------------------------------------------- + -- Main code + fcommon.CreateMenus({"Teleport","Memory","Player","Ped","Animation","Vehicle","Weapon","Mission","Stat","Game","Visual","Menu"}, + {fteleport.TeleportMain,fmemory.MemoryMain,fplayer.PlayerMain,fped.PedMain,fanimation.AnimationMain,fvehicle.VehicleMain, + fweapon.WeaponMain,fmission.MissionMain,fstat.StatMain,fgame.GameMain,fvisual.VisualMain,fmenu.MenuMain}) + + -------------------------------------------------- + -- Welcome page + if tcheatmenu.current_menu == 0 then + + if imgui.BeginChild("Welcome") then + imgui.Dummy(imgui.ImVec2(0,10)) + imgui.TextWrapped("Welcome to " .. tcheatmenu.title .. " by Grinch_") + imgui.Dummy(imgui.ImVec2(0,10)) + imgui.TextWrapped("Please configure the settings below,\n(Recommanded settings are already applied)") + imgui.Dummy(imgui.ImVec2(0,20)) + + if fstyle.tstyle.status then + if imgui.Combo('Select style', fstyle.tstyle.selected, fstyle.tstyle.array, #fstyle.tstyle.list) then + fstyle.applyStyle(imgui.GetStyle(), fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1]) + fstyle.tstyle.selected_name = fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1] + end + end + imgui.Spacing() + fcommon.HotKey("Cheat Menu open/close hotkey",fmenu.tmenu.hot_keys.menu_open) + + imgui.Dummy(imgui.ImVec2(0,10)) + + imgui.Columns(2,nil,false) + fcommon.CheckBoxVar("Auto reload",fmenu.tmenu.auto_reload,"Reload cheat menu automatically\nin case of a crash.\n\nMight cause crash loop sometimes.") + fcommon.CheckBoxVar("Check for updates",fmenu.tmenu.auto_update_check,"Cheat Menu will automatically check for updates\nonline. This requires an internet connection and\ +will download files from github repository.") + imgui.NextColumn() + fcommon.CheckBoxVar("Fast load images",fmenu.tmenu.fast_load_images,"Loads images at the menu startup. Enabling this may\ndecrease fps loss when opening the image tabs but\ +can freeze the game at startup for a few seconds.\n\nBest to enable if you won't reload the menu frequently.") + fcommon.CheckBoxVar("Show tooltips",fmenu.tmenu.show_tooltips,"Shows usage tips beside options.") + imgui.Columns(1) + imgui.Spacing() + imgui.TextWrapped("You can configure everything here anytime from the 'Menu' section.") + imgui.Spacing() + imgui.TextWrapped("This modification is licensed under the terms of GPLv3. For more details see ") + imgui.EndChild() + end + end + + -------------------------------------------------- + -- Update the menu size & positon variables so they can be saved later + tcheatmenu.size.X = imgui.GetWindowWidth() + tcheatmenu.size.Y = imgui.GetWindowHeight() + tcheatmenu.coord.X = imgui.GetWindowPos().x + tcheatmenu.coord.Y = imgui.GetWindowPos().y + + -------------------------------------------------- + imgui.End() + imgui.PopStyleVar(2) +end) + +-------------------------------------------------- +-- Overlay window +imgui.OnFrame(function() + + -- return true if any overlay element needs to be displayed + return not isGamePaused() and fmenu.tmenu.overlay.show[0] and (fmenu.tmenu.overlay.fps[0] or fmenu.tmenu.overlay.coordinates[0] or fmenu.tmenu.overlay.location[0] + or ((fmenu.tmenu.overlay.speed[0] or fmenu.tmenu.overlay.health[0]) and isCharInAnyCar(PLAYER_PED))) +end, +function() + local io = imgui.GetIO() + local overlay = fmenu.tmenu.overlay + local pos = overlay.position_index[0] + + if pos > 0 then + x = (pos == 1 or pos == 3) and 10 or io.DisplaySize.x - 10 + y = (pos == 1 or pos == 2) and 10 or io.DisplaySize.y - 10 + local window_pos_pivot = imgui.ImVec2((pos == 1 or pos == 3) and 0 or 1, (pos == 1 or pos == 2) and 0 or 1) + imgui.SetNextWindowPos(imgui.ImVec2(x, y), imgui.Cond.Always, window_pos_pivot) + end + + local flags = imgui.WindowFlags.NoDecoration + imgui.WindowFlags.AlwaysAutoResize + imgui.WindowFlags.NoSavedSettings + if pos ~= 0 then + flags = flags + imgui.WindowFlags.NoMove + end + + if pos == 0 then + imgui.SetNextWindowPos(imgui.ImVec2(fmenu.tmenu.overlay.pos_x[0], fmenu.tmenu.overlay.pos_y[0]), imgui.Cond.Once , window_pos_pivot) + end + + imgui.PushStyleVarFloat(imgui.StyleVar.Alpha,0.65) + imgui.PushStyleVarVec2(imgui.StyleVar.WindowMinSize,imgui.ImVec2(0,0)) + + if fmenu.tmenu.overlay.transparent_bg[0] then + imgui.PushStyleColor(imgui.Col.WindowBg,imgui.ImVec4(0,0,0,0)) + end + + imgui.Begin("Overlay", nil, flags) + + if fmenu.tmenu.overlay.fps[0] then + imgui.Text("Frames: " .. tostring(math.floor(imgui.GetIO().Framerate))) + end + if isCharInAnyCar(PLAYER_PED) then + local hveh = getCarCharIsUsing(PLAYER_PED) + if fmenu.tmenu.overlay.speed[0] then + imgui.Text(string.format("Speed: %d %d/%d",math.floor(getCarSpeed(hveh)),getCarCurrentGear(hveh) + ,getCarNumberOfGears(hveh))) + end + + if fmenu.tmenu.overlay.health[0] then + imgui.Text(string.format("Health: %.0f%%",getCarHealth(hveh)/10)) + end + end + + if fmenu.tmenu.overlay.location[0] then + imgui.Text("Location: " .. fcommon.GetLocationInfo(getCharCoordinates(PLAYER_PED))) + end + + if fmenu.tmenu.overlay.coordinates[0] then + local x,y,z = getCharCoordinates(PLAYER_PED) + imgui.Text(string.format("Coordinates: %d %d %d", math.floor(x) , math.floor(y) , math.floor(z)),1000) + end + + if fmenu.tmenu.overlay.transparent_bg[0] then + imgui.PopStyleColor() + end + + imgui.PopStyleVar(2) + + -------------------------------------------------- + -- Overlay right click context menu + if imgui.BeginPopupContextWindow() then + + imgui.Text("Position") + imgui.Separator() + + if imgui.MenuItemBool("Custom",nil,fmenu.tmenu.overlay.position_index[0] == 0) then + fmenu.tmenu.overlay.position_index[0] = 0 + end + if imgui.MenuItemBool("Top Left",nil,fmenu.tmenu.overlay.position_index[0] == 1) then + fmenu.tmenu.overlay.position_index[0] = 1 + end + if imgui.MenuItemBool("Top Right",nil,fmenu.tmenu.overlay.position_index[0] == 2) then + fmenu.tmenu.overlay.position_index[0] = 2 + end + if imgui.MenuItemBool("Bottom Left",nil,fmenu.tmenu.overlay.position_index[0] == 3) then + fmenu.tmenu.overlay.position_index[0] = 3 + end + if imgui.MenuItemBool("Bottom Right",nil,fmenu.tmenu.overlay.position_index[0] == 4) then + fmenu.tmenu.overlay.position_index[0] = 4 + end + imgui.Separator() + if imgui.MenuItemBool("No background",nil,fmenu.tmenu.overlay.transparent_bg[0]) then + fmenu.tmenu.overlay.transparent_bg[0] = not fmenu.tmenu.overlay.transparent_bg[0] + end + if imgui.MenuItemBool("Close") then + fmenu.tmenu.overlay.fps[0] = false + fmenu.tmenu.overlay.speed[0] = false + fmenu.tmenu.overlay.health[0] = false + fmenu.tmenu.overlay.coordinates[0] = false + fmenu.tmenu.overlay.location[0] = false + end + imgui.EndPopup() + end + + -------------------------------------------------- + -- Update overlay position variables + if pos == 0 then + fmenu.tmenu.overlay.pos_x[0] = imgui.GetWindowPos().x + fmenu.tmenu.overlay.pos_y[0] = imgui.GetWindowPos().y + end + -------------------------------------------------- + + imgui.End() + +end).HideCursor = true + +-------------------------------------------------- +-- Command window +imgui.OnFrame(function() + return not isGamePaused() and fmenu.tmenu.command.show[0] +end, +function() + + + imgui.SetNextWindowPos(imgui.ImVec2(0, resY-fmenu.tmenu.command.height), imgui.Cond.Always) + imgui.SetNextWindowSize(imgui.ImVec2(resX,fmenu.tmenu.command.height)) + + local frame_padding = {imgui.GetStyle().FramePadding.x,imgui.GetStyle().FramePadding.y} + local window_padding = {imgui.GetStyle().WindowPadding.x,imgui.GetStyle().WindowPadding.y} + imgui.PushStyleVarVec2(imgui.StyleVar.FramePadding, imgui.ImVec2(frame_padding[1],resY/130)) + imgui.PushStyleVarVec2(imgui.StyleVar.WindowPadding, imgui.ImVec2(3,3)) + + + imgui.Begin("Command Window", nil, imgui.WindowFlags.NoDecoration + imgui.WindowFlags.AlwaysAutoResize + + imgui.WindowFlags.NoSavedSettings + imgui.WindowFlags.NoMove) + + imgui.SetNextItemWidth(resX) + imgui.SetKeyboardFocusHere(-1) + if imgui.InputTextWithHint("##TEXTFIELD","Enter command",fmenu.tmenu.command.input_field,ffi.sizeof(fmenu.tmenu.command.input_field),imgui.InputTextFlags.EnterReturnsTrue + or imgui.InputTextFlags.CallbackCompletion or imgui.InputTextFlags.CallbackHistory) then + if imgui.IsKeyPressed(vkeys.VK_RETURN,false) then + fmenu.tmenu.command.show[0] = not fmenu.tmenu.command.show[0] + fmenu.ExecuteCommand() + imgui.StrCopy(fmenu.tmenu.command.input_field, "", 1) + end + end + imgui.End() + + imgui.PushStyleVarVec2(imgui.StyleVar.FramePadding, imgui.ImVec2(frame_padding[1],frame_padding[2])) + imgui.PushStyleVarVec2(imgui.StyleVar.WindowPadding, imgui.ImVec2(window_padding[1],window_padding[2])) + +end).HideCursor = true + +function main() + + -------------------------------------------------- + -- Functions that need to lunch only once at startup + + --writeMemory(0x4b331f,6,0xE9,false) + if isSampLoaded() then + fgame.tgame.script_manager.skip_auto_reload = true + print("SAMP detected, unloading script.") + thisScript():unload() + end + + if tcheatmenu.current_menu == 0 and not string.find(script.this.version,"beta") then -- first startup + fmenu.tmenu.get_beta_updates[0] = false + end + + math.randomseed(getGameTimer()) + + if fmenu.tmenu.auto_update_check[0] then + fmenu.CheckUpdates() + end + + fplayer.CustomSkinsSetup() + + if fplayer.tplayer.enable_saving[0] then + if fplayer.tplayer.save_data["player_skin"] ~= nil then + fplayer.ChangePlayerModel(tostring(fplayer.tplayer.save_data["player_skin"]),true) + else + for i=0, 18 do + local name = fplayer.tplayer.save_data["clothes"][tostring(i)] + if name ~= nil then + if name == "none" then + givePlayerClothes(PLAYER_HANDLE,0,0,i) + buildPlayerModel(PLAYER_HANDLE) + else + fplayer.ChangePlayerCloth(name,true) + end + end + end + end + end + + if fweapon.tweapon.gang.enable_weapon_editor[0] then + local weapons = fweapon.tweapon.gang.used_weapons + for x=1,10,1 do + setGangWeapons(x-1,weapons[x][1],weapons[x][2],weapons[x][3]) + end + end + + fplayer.SetPlayerInvisible(fplayer.tplayer.invisible[0]) + + if fgame.tgame.freeze_mission_timer[0] then + freezeOnscreenTimer(true) + end + + if fvehicle.tvehicle.no_vehicles[0] then + writeMemory(0x434237,1,0x73,false) + writeMemory(0x434224,1,0,false) + writeMemory(0x484D19,1,0x83,false) + writeMemory(0x484D17,1,0,false) + end + + if fgame.tgame.disable_help_popups[0] == true then + setGameGlobal(glob.Help_Wasted_Shown,1) + setGameGlobal(glob.Help_Busted_Shown,1) + removePickup(glob.Pickup_Info_Hospital) + removePickup(glob.Pickup_Info_Hospital_2) + removePickup(glob.Pickup_Info_Police) + end + + setGameGlobal(glob.STAT_Unlocked_Cities_Number,4) + + if fgame.tgame.disable_cheats[0] == true then + writeMemory(0x4384D0,1,0xE9,false) + writeMemory(0x4384D1,4,0xD0,false) + writeMemory(0x4384D5,4,0x90909090,false) + end + + if not fgame.tgame.forbidden_area_wanted_level[0] then + writeMemory(0x441770,1,0xC3,false) + end + + switchArrestPenalties(not(fgame.tgame.keep_stuff[0])) + switchDeathPenalties(not(fgame.tgame.keep_stuff[0])) + + if fped.tped.gang.wars[0] then + setGangWarsActive(fped.tped.gang.wars[0]) + end + + setPlayerFastReload(PLAYER_HANDLE,fweapon.tweapon.fast_reload[0]) + + if fgame.tgame.disable_replay[0] then + writeMemory(0x460500,4,0xC3,false) + end + + -- Vehicle gxt names + for gxt_name,veh_name in pairs(fvehicle.tvehicle.gxt_name_table) do + setGxtEntry(gxt_name,veh_name) + end + + -- Command window + fmenu.RegisterAllCommands() + + -- Set saved values of addresses + fconfig.SetConfigData() + + if fvisual.tvisual.disable_motion_blur[0] then + writeMemory(0x7030A0,4,0xC3,false) + end + + if not fvisual.tvisual.radio_channel_names[0] then + writeMemory(0x507035,4,0x90,false) + end + + fvehicle.ParseCarcols() + fvehicle.ParseVehiclesIDE() + + fcommon.CreateThread(fplayer.KeepPosition) + fcommon.CreateThread(fplayer.RegenerateHealth) + fcommon.CreateThread(fped.PedHealthDisplay) + fcommon.CreateThread(fgame.FreezeTime) + fcommon.CreateThread(fgame.LoadScriptsOnKeyPress) + fcommon.CreateThread(fgame.RandomCheatsActivate) + fcommon.CreateThread(fgame.RandomCheatsDeactivate) + fcommon.CreateThread(fgame.SolidWater) + fcommon.CreateThread(fgame.SyncSystemTime) + fcommon.CreateThread(fvehicle.OnEnterVehicle) + fcommon.CreateThread(fvehicle.RainbowColors) + fcommon.CreateThread(fvehicle.RainbowNeons) + fcommon.CreateThread(fvehicle.TrafficNeons) + fcommon.CreateThread(fvisual.LockWeather) + fcommon.CreateThread(fweapon.AutoAim) + + ------------------------------------------------ + + while true do + + -------------------------------------------------- + -- Functions that neeed to run constantly + + -------------------------------------------------- + -- Weapons + local CurWeapon = getCurrentCharWeapon(PLAYER_PED) + + local pPed = getCharPointer(PLAYER_PED) + + local skill = callMethod(0x5E3B60,pPed,1,0,CurWeapon) + local pWeaponInfo = callFunction(0x743C60,2,2,CurWeapon,skill) + + if fweapon.tweapon.huge_damage[0] then + writeMemory(pWeaponInfo+0x22,2,1000,false) + end + if fweapon.tweapon.long_range[0] then + memory.setfloat(pWeaponInfo+0x04,1000.0) + memory.setfloat(pWeaponInfo+0x08,1000.0) + end + if fweapon.tweapon.max_accuracy[0] then + memory.setfloat(pWeaponInfo+0x38,1.0) + end + if fweapon.tweapon.max_ammo_clip[0] then + writeMemory(pWeaponInfo+0x20,2,9999,false) + end + if fweapon.tweapon.max_move_speed[0] then + memory.setfloat(pWeaponInfo+0x3C,1.0) + end + -------------------------------------------------- + + if fanimation.tanimation.ped[0] == true or fweapon.tweapon.ped[0] == true then + local bool, ped = getCharPlayerIsTargeting(PLAYER_HANDLE) + if bool == true then + fped.tped.selected = ped + end + end + + if fped.tped.selected ~= nil then + if not doesCharExist(fped.tped.selected) or isCharDead(fped.tped.selected) then + fped.tped.selected = nil + end + end + + -- Camera mode + fcommon.OnHotKeyPress(fmenu.tmenu.hot_keys.camera_mode,function() + fgame.tgame.camera.bool[0] = not fgame.tgame.camera.bool[0] + if fgame.tgame.camera.bool[0] then + fcommon.CreateThread(fgame.CameraMode,"CameraMode") + printHelpString("Camera mode enabled") + else + printHelpString("Camera mode disabled") + end + end) + + -- Quick screenshot + if fgame.tgame.ss_shortcut[0] then + fcommon.OnHotKeyPress(fmenu.tmenu.hot_keys.quick_screenshot,function() + takePhoto(true) + printHelpString("Screenshot ~g~taken") + end) + end + + -- Qucik teleport + if fteleport.tteleport.shortcut[0] then + fcommon.OnHotKeyPress(fmenu.tmenu.hot_keys.quick_teleport,function() + fteleport.Teleport() + end) + end + + if fplayer.tplayer.god[0] then + writeMemory(0x96916D,1,1,false) + setCharProofs(PLAYER_PED,true,true,true,true,true) + end + + -- Aim skin changer + if fplayer.tplayer.aimSkinChanger[0] then + fcommon.OnHotKeyPress(fmenu.tmenu.hot_keys.asc_key,function() + local bool,char = getCharPlayerIsTargeting(PLAYER_HANDLE) + if bool == true then + local model = getCharModel(char) + fplayer.ChangePlayerModel(tostring(model)) + end + end) + end + + -- Vehicle functions + if isCharInAnyCar(PLAYER_PED) then + local car = getCarCharIsUsing(PLAYER_PED) + + if fvehicle.tvehicle.car_engine[0] == fconst.CHECKBOX_STATE.ON then + setCarEngineOn(car,true) + end + if fvehicle.tvehicle.car_engine[0] == fconst.CHECKBOX_STATE.OFF then + setCarEngineOn(car,false) + end + + -- Reset car colors if player changed color in tune shop + if fvehicle.tvehicle.color.default ~= -1 then + if fvehicle.tvehicle.color.default ~= getCarColours(car) then + fvehicle.ForEachCarComponent(function(mat,comp,car) + mat:reset_color() + end) + end + end + + if fvehicle.tvehicle.lock_speed[0] then + if fvehicle.tvehicle.speed[0] > 500 then + fvehicle.tvehicle.speed[0] = 500 + end + setCarForwardSpeed(car,fvehicle.tvehicle.speed[0]) + end + + if getCarDoorLockStatus(car) == 4 then + fvehicle.tvehicle.lock_doors[0] = true + else + fvehicle.tvehicle.lock_doors[0] = false + end + + setCarVisible(car,not(fvehicle.tvehicle.invisible_car[0])) + setCarWatertight(car,fvehicle.tvehicle.watertight_car[0]) + setCarCanBeDamaged(car,not(fvehicle.tvehicle.no_damage[0])) + setCarCanBeVisiblyDamaged(car,not(fvehicle.tvehicle.visual_damage[0])) + setCharCanBeKnockedOffBike(PLAYER_PED,fvehicle.tvehicle.stay_on_bike[0]) + setCarHeavy(car,fvehicle.tvehicle.heavy[0]) + + else + fvehicle.tvehicle.lock_doors[0] = false + fvehicle.tvehicle.lights[0] = false + end + + ------------------------------------------------ + -- Menu open close + fcommon.OnHotKeyPress(fmenu.tmenu.hot_keys.menu_open,function() + tcheatmenu.show[0] = not tcheatmenu.show[0] + end) + + fcommon.OnHotKeyPress(fmenu.tmenu.hot_keys.command_window,function() + fmenu.tmenu.command.show[0] = not fmenu.tmenu.command.show[0] + end) + + wait(0) + end +end + +function onScriptTerminate(script, quitGame) + if script == thisScript() then + + fconfig.Write() + fcommon.SaveJson("animation",fanimation.tanimation.list) + fteleport.tteleport.coordinates["Radar"] = nil + fcommon.SaveJson("coordinate",fteleport.tteleport.coordinates) + fcommon.SaveJson("memory",fmemory.tmemory.list) + + if isCharInAnyCar(PLAYER_PED) then + local model = getCarModel(getCarCharIsUsing(PLAYER_PED)) + fvehicle.tvehicle.first_person_camera.offsets[tostring(model)].x = fvehicle.tvehicle.first_person_camera.offset_x_var[0] + fvehicle.tvehicle.first_person_camera.offsets[tostring(model)].y = fvehicle.tvehicle.first_person_camera.offset_y_var[0] + fvehicle.tvehicle.first_person_camera.offsets[tostring(model)].z = fvehicle.tvehicle.first_person_camera.offset_z_var[0] + fcommon.SaveJson("first person camera offsets",fvehicle.tvehicle.first_person_camera.offsets) + end + + if fgame.tgame.camera.bool[0] then + displayRadar(true) + displayHud(true) + end + + restoreCameraJumpcut() + + if doesObjectExist(fgame.tgame.solid_water_object) then + deleteObject(fgame.tgame.solid_water_object) + end + + fgame.RemoveAllObjects() + fped.RemoveAllSpawnedPeds() + fweapon.RemoveAllWeaponDrops() + + fcommon.ReleaseImages(fvehicle.tvehicle.images) + fcommon.ReleaseImages(fweapon.tweapon.images) + fcommon.ReleaseImages(fvehicle.tvehicle.paintjobs.images) + fcommon.ReleaseImages(fvehicle.tvehicle.components.images) + fcommon.ReleaseImages(fped.tped.images) + fcommon.ReleaseImages(fplayer.tplayer.clothes.images) + + if fconfig.tconfig.reset == false then + if fmenu.tmenu.crash_text == "" then + fmenu.tmenu.crash_text = "Cheat menu crashed unexpectedly" + + if fmenu.tmenu.auto_reload[0] and not fgame.tgame.script_manager.skip_auto_reload then + script:reload() + fmenu.tmenu.crash_text = fmenu.tmenu.crash_text .. " but reloaded" + end + end + end + if fmenu.tmenu.show_crash_message[0] and not fgame.tgame.script_manager.skip_auto_reload then + printHelpString(fmenu.tmenu.crash_text) + end + end +end + +function onSaveGame() + fgame.RemoveAllObjects() + fped.RemoveAllSpawnedPeds() + fweapon.RemoveAllWeaponDrops() +end diff --git a/moonloader/lib/MoonAdditions.dll b/moonloader/lib/MoonAdditions.dll new file mode 100644 index 0000000..b38e4fe Binary files /dev/null and b/moonloader/lib/MoonAdditions.dll differ diff --git a/moonloader/lib/cheat-menu/clothes/Extras/17$balaclava$balaclava.jpg b/moonloader/lib/cheat-menu/clothes/Extras/17$balaclava$balaclava.jpg new file mode 100644 index 0000000..0cb2577 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Extras/17$balaclava$balaclava.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Extras/17$countrytr$countrytr.jpg b/moonloader/lib/cheat-menu/clothes/Extras/17$countrytr$countrytr.jpg new file mode 100644 index 0000000..803caab Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Extras/17$countrytr$countrytr.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Extras/17$garagetr$garageleg.jpg b/moonloader/lib/cheat-menu/clothes/Extras/17$garagetr$garageleg.jpg new file mode 100644 index 0000000..0630841 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Extras/17$garagetr$garageleg.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Extras/17$gimpleg$gimpleg.jpg b/moonloader/lib/cheat-menu/clothes/Extras/17$gimpleg$gimpleg.jpg new file mode 100644 index 0000000..ebfe646 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Extras/17$gimpleg$gimpleg.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Extras/17$medictr$medictr.jpg b/moonloader/lib/cheat-menu/clothes/Extras/17$medictr$medictr.jpg new file mode 100644 index 0000000..e89a0e4 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Extras/17$medictr$medictr.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Extras/17$pimptr$pimptr.jpg b/moonloader/lib/cheat-menu/clothes/Extras/17$pimptr$pimptr.jpg new file mode 100644 index 0000000..75d46c6 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Extras/17$pimptr$pimptr.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Extras/17$policetr$policetr.jpg b/moonloader/lib/cheat-menu/clothes/Extras/17$policetr$policetr.jpg new file mode 100644 index 0000000..ff0f60c Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Extras/17$policetr$policetr.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Extras/17$valet$croupier.jpg b/moonloader/lib/cheat-menu/clothes/Extras/17$valet$croupier.jpg new file mode 100644 index 0000000..b389540 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Extras/17$valet$croupier.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Extras/17$valet$valet.jpg b/moonloader/lib/cheat-menu/clothes/Extras/17$valet$valet.jpg new file mode 100644 index 0000000..bcd2ae8 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Extras/17$valet$valet.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$bandmask$bandblack3.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$bandmask$bandblack3.jpg new file mode 100644 index 0000000..be612db Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$bandmask$bandblack3.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$bandmask$bandblue3.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$bandmask$bandblue3.jpg new file mode 100644 index 0000000..b05915d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$bandmask$bandblue3.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$bandmask$bandgang3.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$bandmask$bandgang3.jpg new file mode 100644 index 0000000..0ca378e Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$bandmask$bandgang3.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$bandmask$bandred3.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$bandmask$bandred3.jpg new file mode 100644 index 0000000..f8ef0bf Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$bandmask$bandred3.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$eyepatch$eyepatch.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$eyepatch$eyepatch.jpg new file mode 100644 index 0000000..1da5b08 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$eyepatch$eyepatch.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses01$glasses01.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses01$glasses01.jpg new file mode 100644 index 0000000..9449503 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses01$glasses01.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses01$glasses01dark.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses01$glasses01dark.jpg new file mode 100644 index 0000000..d103777 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses01$glasses01dark.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses03.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses03.jpg new file mode 100644 index 0000000..8c53d70 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses03.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses03blue.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses03blue.jpg new file mode 100644 index 0000000..1862cbd Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses03blue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses03dark.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses03dark.jpg new file mode 100644 index 0000000..2ed8692 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses03dark.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses03red.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses03red.jpg new file mode 100644 index 0000000..bc19811 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses03red.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses05.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses05.jpg new file mode 100644 index 0000000..a6a38b0 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses05.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses05dark.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses05dark.jpg new file mode 100644 index 0000000..22fa425 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses03$glasses05dark.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses04$glasses04.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses04$glasses04.jpg new file mode 100644 index 0000000..1b7df02 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses04$glasses04.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses04$glasses04dark.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses04$glasses04dark.jpg new file mode 100644 index 0000000..5fad23f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$glasses04$glasses04dark.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$grouchos$groucho.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$grouchos$groucho.jpg new file mode 100644 index 0000000..a5c9e89 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$grouchos$groucho.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Glasses/15$zorromask$zorro.jpg b/moonloader/lib/cheat-menu/clothes/Glasses/15$zorromask$zorro.jpg new file mode 100644 index 0000000..72aa109 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Glasses/15$zorromask$zorro.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bandana$bandblack.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bandana$bandblack.jpg new file mode 100644 index 0000000..2f74180 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bandana$bandblack.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bandana$bandblue.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bandana$bandblue.jpg new file mode 100644 index 0000000..68cb4cf Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bandana$bandblue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bandana$bandgang.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bandana$bandgang.jpg new file mode 100644 index 0000000..28060de Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bandana$bandgang.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bandana$bandred.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bandana$bandred.jpg new file mode 100644 index 0000000..c77e38f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bandana$bandred.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bandknots$bandblack2.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bandknots$bandblack2.jpg new file mode 100644 index 0000000..381963d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bandknots$bandblack2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bandknots$bandblue2.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bandknots$bandblue2.jpg new file mode 100644 index 0000000..2855d42 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bandknots$bandblue2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bandknots$bandgang2.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bandknots$bandgang2.jpg new file mode 100644 index 0000000..eebd811 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bandknots$bandgang2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bandknots$bandred2.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bandknots$bandred2.jpg new file mode 100644 index 0000000..7411f17 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bandknots$bandred2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$beret$beretblk.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$beret$beretblk.jpg new file mode 100644 index 0000000..d2a4d9b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$beret$beretblk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$beret$beretred.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$beret$beretred.jpg new file mode 100644 index 0000000..efe71ff Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$beret$beretred.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bikerhelmet$bikerhelmet.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bikerhelmet$bikerhelmet.jpg new file mode 100644 index 0000000..966bfef Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bikerhelmet$bikerhelmet.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$boater$boater.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$boater$boater.jpg new file mode 100644 index 0000000..61a687c Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$boater$boater.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$boater$boaterblk.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$boater$boaterblk.jpg new file mode 100644 index 0000000..629275e Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$boater$boaterblk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowler.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowler.jpg new file mode 100644 index 0000000..b925588 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowler.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowlerblue.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowlerblue.jpg new file mode 100644 index 0000000..6d80645 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowlerblue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowlergang.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowlergang.jpg new file mode 100644 index 0000000..2786d3b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowlergang.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowlerred.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowlerred.jpg new file mode 100644 index 0000000..929ecc1 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowlerred.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowleryellow.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowleryellow.jpg new file mode 100644 index 0000000..322e137 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$bowler$bowleryellow.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$boxingcap$boxingcap.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$boxingcap$boxingcap.jpg new file mode 100644 index 0000000..0ad160c Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$boxingcap$boxingcap.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capblk.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capblk.jpg new file mode 100644 index 0000000..a113c21 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capblk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capblue.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capblue.jpg new file mode 100644 index 0000000..56c7e36 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capblue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capgang.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capgang.jpg new file mode 100644 index 0000000..752cf6c Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capgang.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capred.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capred.jpg new file mode 100644 index 0000000..ede5e4d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capred.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capzip.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capzip.jpg new file mode 100644 index 0000000..647257b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$cap$capzip.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capblkback.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capblkback.jpg new file mode 100644 index 0000000..1fa8598 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capblkback.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capblueback.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capblueback.jpg new file mode 100644 index 0000000..8f41934 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capblueback.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capgangback.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capgangback.jpg new file mode 100644 index 0000000..1eed8c7 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capgangback.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capredback.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capredback.jpg new file mode 100644 index 0000000..ed17f89 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capredback.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capzipback.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capzipback.jpg new file mode 100644 index 0000000..eb34f09 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capback$capzipback.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capknit$capknitgrn.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capknit$capknitgrn.jpg new file mode 100644 index 0000000..55ce7df Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capknit$capknitgrn.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capblkover.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capblkover.jpg new file mode 100644 index 0000000..88422d3 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capblkover.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capblueover.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capblueover.jpg new file mode 100644 index 0000000..5c409bc Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capblueover.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capgangover.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capgangover.jpg new file mode 100644 index 0000000..8ff6211 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capgangover.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capredover.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capredover.jpg new file mode 100644 index 0000000..fb30f92 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capredover.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capzipover.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capzipover.jpg new file mode 100644 index 0000000..e0f5858 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capovereye$capzipover.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capblkup.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capblkup.jpg new file mode 100644 index 0000000..3913ba9 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capblkup.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capblueup.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capblueup.jpg new file mode 100644 index 0000000..57b474d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capblueup.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capgangup.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capgangup.jpg new file mode 100644 index 0000000..205eae6 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capgangup.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capredup.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capredup.jpg new file mode 100644 index 0000000..88879bc Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capredup.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capzipup.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capzipup.jpg new file mode 100644 index 0000000..c4bb781 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$caprimup$capzipup.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capblkside.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capblkside.jpg new file mode 100644 index 0000000..958b9bf Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capblkside.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capblueside.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capblueside.jpg new file mode 100644 index 0000000..658a0a8 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capblueside.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capgangside.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capgangside.jpg new file mode 100644 index 0000000..db206e5 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capgangside.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capredside.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capredside.jpg new file mode 100644 index 0000000..9a133a5 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capredside.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capzipside.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capzipside.jpg new file mode 100644 index 0000000..9374364 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$capside$capzipside.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$captruck$captruck.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$captruck$captruck.jpg new file mode 100644 index 0000000..63a768f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$captruck$captruck.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$cowboy$cowboy.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$cowboy$cowboy.jpg new file mode 100644 index 0000000..975e001 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$cowboy$cowboy.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$cowboy$hattiger.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$cowboy$hattiger.jpg new file mode 100644 index 0000000..64b5d87 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$cowboy$hattiger.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$hatmanc$hatmancblk.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$hatmanc$hatmancblk.jpg new file mode 100644 index 0000000..8119564 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$hatmanc$hatmancblk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$hatmanc$hatmancplaid.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$hatmanc$hatmancplaid.jpg new file mode 100644 index 0000000..930d420 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$hatmanc$hatmancplaid.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$helmet$helmet.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$helmet$helmet.jpg new file mode 100644 index 0000000..f2d5694 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$helmet$helmet.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$hockeymask$hockey.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$hockeymask$hockey.jpg new file mode 100644 index 0000000..8d3e391 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$hockeymask$hockey.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$moto$moto.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$moto$moto.jpg new file mode 100644 index 0000000..e6225e9 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$moto$moto.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$skullycap$skullyblk.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$skullycap$skullyblk.jpg new file mode 100644 index 0000000..38f4ead Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$skullycap$skullyblk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$skullycap$skullygrn.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$skullycap$skullygrn.jpg new file mode 100644 index 0000000..3f95b1b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$skullycap$skullygrn.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$trilby$trilbydrk.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$trilby$trilbydrk.jpg new file mode 100644 index 0000000..279df9f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$trilby$trilbydrk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Hats/16$trilby$trilbylght.jpg b/moonloader/lib/cheat-menu/clothes/Hats/16$trilby$trilbylght.jpg new file mode 100644 index 0000000..d88579f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Hats/16$trilby$trilbylght.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afro.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afro.jpg new file mode 100644 index 0000000..b4def1f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afro.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afrobeard.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afrobeard.jpg new file mode 100644 index 0000000..5723eca Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afrobeard.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afroblond.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afroblond.jpg new file mode 100644 index 0000000..391ec67 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afroblond.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afrogoatee.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afrogoatee.jpg new file mode 100644 index 0000000..5b00fa3 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afrogoatee.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afrotash.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afrotash.jpg new file mode 100644 index 0000000..1b84efb Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$afro$afrotash.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$cornrows$cornrows.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$cornrows$cornrows.jpg new file mode 100644 index 0000000..9499936 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$cornrows$cornrows.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$cornrows$cornrowsb.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$cornrows$cornrowsb.jpg new file mode 100644 index 0000000..29cf51a Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$cornrows$cornrowsb.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$elvishair$elvishair.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$elvishair$elvishair.jpg new file mode 100644 index 0000000..cbfb65f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$elvishair$elvishair.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$flattop$flattop.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$flattop$flattop.jpg new file mode 100644 index 0000000..4d5ea94 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$flattop$flattop.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$groovecut$groovecut.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$groovecut$groovecut.jpg new file mode 100644 index 0000000..0c65ec9 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$groovecut$groovecut.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$bald.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$bald.jpg new file mode 100644 index 0000000..3a9bc60 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$bald.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$baldbeard.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$baldbeard.jpg new file mode 100644 index 0000000..6c9d38f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$baldbeard.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$baldgoatee.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$baldgoatee.jpg new file mode 100644 index 0000000..eb37aa0 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$baldgoatee.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$baldtash.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$baldtash.jpg new file mode 100644 index 0000000..6511be1 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$baldtash.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$beard.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$beard.jpg new file mode 100644 index 0000000..d70997c Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$beard.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$goatee.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$goatee.jpg new file mode 100644 index 0000000..1953b9b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$goatee.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairblond.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairblond.jpg new file mode 100644 index 0000000..0b1e954 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairblond.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairblue.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairblue.jpg new file mode 100644 index 0000000..591858a Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairblue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairgreen.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairgreen.jpg new file mode 100644 index 0000000..dfb0eaf Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairgreen.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairpink.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairpink.jpg new file mode 100644 index 0000000..4cdb7af Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairpink.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairred.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairred.jpg new file mode 100644 index 0000000..84e25f8 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$hairred.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$highfade.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$highfade.jpg new file mode 100644 index 0000000..92c54e1 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$highfade.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$player_face.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$player_face.jpg new file mode 100644 index 0000000..965012b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$player_face.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$head$tash.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$head$tash.jpg new file mode 100644 index 0000000..d44f5e9 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$head$tash.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$highafro$highafro.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$highafro$highafro.jpg new file mode 100644 index 0000000..33e25c8 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$highafro$highafro.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$jheri$jhericurl.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$jheri$jhericurl.jpg new file mode 100644 index 0000000..b04d537 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$jheri$jhericurl.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$mohawk$mohawk.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$mohawk$mohawk.jpg new file mode 100644 index 0000000..c8ba50f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$mohawk$mohawk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$mohawk$mohawkbeard.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$mohawk$mohawkbeard.jpg new file mode 100644 index 0000000..9201b10 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$mohawk$mohawkbeard.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$mohawk$mohawkblond.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$mohawk$mohawkblond.jpg new file mode 100644 index 0000000..69e9d1e Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$mohawk$mohawkblond.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$mohawk$mohawkpink.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$mohawk$mohawkpink.jpg new file mode 100644 index 0000000..bfd729d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$mohawk$mohawkpink.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$slope$slope.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$slope$slope.jpg new file mode 100644 index 0000000..e5df729 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$slope$slope.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$tramline$tramline.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$tramline$tramline.jpg new file mode 100644 index 0000000..f9a2cd5 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$tramline$tramline.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Heads/1$wedge$wedge.jpg b/moonloader/lib/cheat-menu/clothes/Heads/1$wedge$wedge.jpg new file mode 100644 index 0000000..44b0334 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Heads/1$wedge$wedge.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$dogtag.jpg b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$dogtag.jpg new file mode 100644 index 0000000..0e916f3 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$dogtag.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckafrica.jpg b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckafrica.jpg new file mode 100644 index 0000000..003266e Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckafrica.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckcross.jpg b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckcross.jpg new file mode 100644 index 0000000..bc6dc4c Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckcross.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckdollar.jpg b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckdollar.jpg new file mode 100644 index 0000000..17a8f64 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckdollar.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckhash.jpg b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckhash.jpg new file mode 100644 index 0000000..b9edf04 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckhash.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckls.jpg b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckls.jpg new file mode 100644 index 0000000..69d50a9 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$neckls.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$necksaints.jpg b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$necksaints.jpg new file mode 100644 index 0000000..9cbd902 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$necksaints.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$stopwatch.jpg b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$stopwatch.jpg new file mode 100644 index 0000000..7c51372 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck$stopwatch.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck2$neckgold.jpg b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck2$neckgold.jpg new file mode 100644 index 0000000..7e6aec5 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck2$neckgold.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck2$neckropeg.jpg b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck2$neckropeg.jpg new file mode 100644 index 0000000..e5cc3e9 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck2$neckropeg.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck2$neckropes.jpg b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck2$neckropes.jpg new file mode 100644 index 0000000..b11dfe0 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck2$neckropes.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck2$necksilver.jpg b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck2$necksilver.jpg new file mode 100644 index 0000000..b8a7107 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Necklaces/13$neck2$necksilver.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$baseball$bandits.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$baseball$bandits.jpg new file mode 100644 index 0000000..0a61c07 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$baseball$bandits.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$baskball$baskballdrib.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$baskball$baskballdrib.jpg new file mode 100644 index 0000000..f3520dd Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$baskball$baskballdrib.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$baskball$baskballloc.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$baskball$baskballloc.jpg new file mode 100644 index 0000000..7993169 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$baskball$baskballloc.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$baskball$baskballrim.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$baskball$baskballrim.jpg new file mode 100644 index 0000000..c65ffc7 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$baskball$baskballrim.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$bbjack$bballjackrstar.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$bbjack$bballjackrstar.jpg new file mode 100644 index 0000000..300adc3 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$bbjack$bballjackrstar.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$bbjack$bbjackrim.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$bbjack$bbjackrim.jpg new file mode 100644 index 0000000..596b08d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$bbjack$bbjackrim.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$coach$coach.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$coach$coach.jpg new file mode 100644 index 0000000..ea17778 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$coach$coach.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$coach$coachsemi.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$coach$coachsemi.jpg new file mode 100644 index 0000000..bc91e86 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$coach$coachsemi.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$denim$denimfade.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$denim$denimfade.jpg new file mode 100644 index 0000000..0ed2ec0 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$denim$denimfade.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$field$field.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$field$field.jpg new file mode 100644 index 0000000..7465ebc Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$field$field.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$hawaii$bowling.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$hawaii$bowling.jpg new file mode 100644 index 0000000..9fde134 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$hawaii$bowling.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$hawaii$hawaiired.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$hawaii$hawaiired.jpg new file mode 100644 index 0000000..7f7fb59 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$hawaii$hawaiired.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$hawaii$hawaiiwht.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$hawaii$hawaiiwht.jpg new file mode 100644 index 0000000..ae94eb8 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$hawaii$hawaiiwht.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodjack$hoodjackbeige.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodjack$hoodjackbeige.jpg new file mode 100644 index 0000000..80e4a12 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodjack$hoodjackbeige.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodyA$hoodyAblack.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodyA$hoodyAblack.jpg new file mode 100644 index 0000000..0baa223 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodyA$hoodyAblack.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodyA$hoodyAblue.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodyA$hoodyAblue.jpg new file mode 100644 index 0000000..26aaa08 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodyA$hoodyAblue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodyA$hoodyAgreen.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodyA$hoodyAgreen.jpg new file mode 100644 index 0000000..d0662c8 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodyA$hoodyAgreen.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodya$hoodyabase5.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodya$hoodyabase5.jpg new file mode 100644 index 0000000..6d55dfa Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodya$hoodyabase5.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodya$hoodyamerc.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodya$hoodyamerc.jpg new file mode 100644 index 0000000..0ee2de0 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodya$hoodyamerc.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodya$hoodyarockstar.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodya$hoodyarockstar.jpg new file mode 100644 index 0000000..e355206 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$hoodya$hoodyarockstar.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$leather$leather.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$leather$leather.jpg new file mode 100644 index 0000000..def8d78 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$leather$leather.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$painter$painter.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$painter$painter.jpg new file mode 100644 index 0000000..051c9ba Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$painter$painter.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$shirta$shirtablue.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$shirta$shirtablue.jpg new file mode 100644 index 0000000..44c3a2f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$shirta$shirtablue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$shirta$shirtagrey.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$shirta$shirtagrey.jpg new file mode 100644 index 0000000..d70bac5 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$shirta$shirtagrey.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$shirta$shirtayellow.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$shirta$shirtayellow.jpg new file mode 100644 index 0000000..604e3ce Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$shirta$shirtayellow.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$shirtb$shirtbcheck.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$shirtb$shirtbcheck.jpg new file mode 100644 index 0000000..4d66244 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$shirtb$shirtbcheck.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$shirtb$shirtbgang.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$shirtb$shirtbgang.jpg new file mode 100644 index 0000000..d38d818 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$shirtb$shirtbgang.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$shirtb$shirtbplaid.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$shirtb$shirtbplaid.jpg new file mode 100644 index 0000000..4f73bdc Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$shirtb$shirtbplaid.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$sleevt$bbjersey.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$sleevt$bbjersey.jpg new file mode 100644 index 0000000..013f452 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$sleevt$bbjersey.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$sleevt$letter.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$sleevt$letter.jpg new file mode 100644 index 0000000..d0d858d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$sleevt$letter.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$sleevt$sleevtbrown.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$sleevt$sleevtbrown.jpg new file mode 100644 index 0000000..3e57a97 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$sleevt$sleevtbrown.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1blk.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1blk.jpg new file mode 100644 index 0000000..688a280 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1blk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1blue.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1blue.jpg new file mode 100644 index 0000000..86f6dca Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1blue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1gang.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1gang.jpg new file mode 100644 index 0000000..0bd86dc Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1gang.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1grey.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1grey.jpg new file mode 100644 index 0000000..517d2f8 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1grey.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1red.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1red.jpg new file mode 100644 index 0000000..3d0bd2a Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1red.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1yellow.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1yellow.jpg new file mode 100644 index 0000000..96964c5 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit1$suit1yellow.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$suit2$suit2grn.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit2$suit2grn.jpg new file mode 100644 index 0000000..3380b3d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit2$suit2grn.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$suit2$tuxedo.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit2$tuxedo.jpg new file mode 100644 index 0000000..a34497e Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$suit2$tuxedo.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$sweat$hockeytop.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$sweat$hockeytop.jpg new file mode 100644 index 0000000..8bb4447 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$sweat$hockeytop.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$sweat$sweatrstar.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$sweat$sweatrstar.jpg new file mode 100644 index 0000000..81ae15e Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$sweat$sweatrstar.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$torso$player_torso.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$torso$player_torso.jpg new file mode 100644 index 0000000..eb48f3b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$torso$player_torso.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$trackytop1$shellsuit.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$trackytop1$shellsuit.jpg new file mode 100644 index 0000000..34f83ae Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$trackytop1$shellsuit.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$trackytop1$sportjack.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$trackytop1$sportjack.jpg new file mode 100644 index 0000000..53407de Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$trackytop1$sportjack.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$trackytop1$trackytop1pro.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$trackytop1$trackytop1pro.jpg new file mode 100644 index 0000000..2d8f47a Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$trackytop1$trackytop1pro.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$trackytop1$trackytop2eris.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$trackytop1$trackytop2eris.jpg new file mode 100644 index 0000000..2107a61 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$trackytop1$trackytop2eris.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$sixtyniners.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$sixtyniners.jpg new file mode 100644 index 0000000..1c04bde Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$sixtyniners.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtbase5.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtbase5.jpg new file mode 100644 index 0000000..072b279 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtbase5.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtblunts.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtblunts.jpg new file mode 100644 index 0000000..9f44bb7 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtblunts.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtbobomonk.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtbobomonk.jpg new file mode 100644 index 0000000..9219870 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtbobomonk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtbobored.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtbobored.jpg new file mode 100644 index 0000000..b899da3 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtbobored.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirterisorn.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirterisorn.jpg new file mode 100644 index 0000000..7c2759b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirterisorn.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirterisyell.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirterisyell.jpg new file mode 100644 index 0000000..3ea5709 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirterisyell.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtheatwht.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtheatwht.jpg new file mode 100644 index 0000000..59d6446 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtheatwht.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtilovels.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtilovels.jpg new file mode 100644 index 0000000..2726269 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtilovels.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtlocgrey.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtlocgrey.jpg new file mode 100644 index 0000000..8fc57bd Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtlocgrey.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtmaddgrey.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtmaddgrey.jpg new file mode 100644 index 0000000..e5eed1f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtmaddgrey.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtmaddgrn.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtmaddgrn.jpg new file mode 100644 index 0000000..cfa47cc Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtmaddgrn.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtproblk.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtproblk.jpg new file mode 100644 index 0000000..cab3db8 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtproblk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtprored.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtprored.jpg new file mode 100644 index 0000000..b05b3fb Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtprored.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtsuburb.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtsuburb.jpg new file mode 100644 index 0000000..233c25f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtsuburb.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtwhite.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtwhite.jpg new file mode 100644 index 0000000..eb8b0e5 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtwhite.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtzipcrm.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtzipcrm.jpg new file mode 100644 index 0000000..2de6236 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtzipcrm.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtzipgry.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtzipgry.jpg new file mode 100644 index 0000000..94bed4b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt$tshirtzipgry.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt2$tshirt2horiz.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt2$tshirt2horiz.jpg new file mode 100644 index 0000000..b244ba0 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$tshirt2$tshirt2horiz.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$vest$vest.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$vest$vest.jpg new file mode 100644 index 0000000..90e1145 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$vest$vest.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$vest$vestblack.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$vest$vestblack.jpg new file mode 100644 index 0000000..dfb64ad Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$vest$vestblack.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shirts/0$wcoat$wcoatblue.jpg b/moonloader/lib/cheat-menu/clothes/Shirts/0$wcoat$wcoatblue.jpg new file mode 100644 index 0000000..7186053 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shirts/0$wcoat$wcoatblue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask1eris.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask1eris.jpg new file mode 100644 index 0000000..f3ae7a6 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask1eris.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask1problk.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask1problk.jpg new file mode 100644 index 0000000..ccd7fd3 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask1problk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask1prowht.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask1prowht.jpg new file mode 100644 index 0000000..9765eae Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask1prowht.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask2heatband.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask2heatband.jpg new file mode 100644 index 0000000..ee6322b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask2heatband.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask2heatwht.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask2heatwht.jpg new file mode 100644 index 0000000..b2e08d9 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask2heatwht.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask2semi.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask2semi.jpg new file mode 100644 index 0000000..4402f69 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$bask2semi.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$hitop.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$hitop.jpg new file mode 100644 index 0000000..75eee5d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$hitop.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$timberfawn.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$timberfawn.jpg new file mode 100644 index 0000000..9c52e16 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$timberfawn.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$timbergrey.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$timbergrey.jpg new file mode 100644 index 0000000..97e17aa Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$timbergrey.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$timberhike.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$timberhike.jpg new file mode 100644 index 0000000..ed34232 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$timberhike.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$timberred.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$timberred.jpg new file mode 100644 index 0000000..e01e0e5 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$bask1$timberred.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$biker.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$biker.jpg new file mode 100644 index 0000000..20bf9da Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$biker.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$boxingshoe.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$boxingshoe.jpg new file mode 100644 index 0000000..d677118 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$boxingshoe.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$cowboyboot.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$cowboyboot.jpg new file mode 100644 index 0000000..47b1e02 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$cowboyboot.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$cowboyboot2.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$cowboyboot2.jpg new file mode 100644 index 0000000..54ba263 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$cowboyboot2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$snakeskin.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$snakeskin.jpg new file mode 100644 index 0000000..4ed6d3e Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$biker$snakeskin.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convheatblk.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convheatblk.jpg new file mode 100644 index 0000000..3f46478 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convheatblk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convheatorn.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convheatorn.jpg new file mode 100644 index 0000000..517df12 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convheatorn.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convheatred.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convheatred.jpg new file mode 100644 index 0000000..f91e000 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convheatred.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convproblk.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convproblk.jpg new file mode 100644 index 0000000..ecd341e Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convproblk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convproblu.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convproblu.jpg new file mode 100644 index 0000000..b737ab5 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convproblu.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convprogrn.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convprogrn.jpg new file mode 100644 index 0000000..43f6672 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$conv$convprogrn.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$feet$foot.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$feet$foot.jpg new file mode 100644 index 0000000..516e955 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$feet$foot.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$flipflop$flipflop.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$flipflop$flipflop.jpg new file mode 100644 index 0000000..a86f075 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$flipflop$flipflop.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$flipflop$sandal.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$flipflop$sandal.jpg new file mode 100644 index 0000000..0a3b541 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$flipflop$sandal.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$flipflop$sandalsock.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$flipflop$sandalsock.jpg new file mode 100644 index 0000000..d7c070b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$flipflop$sandalsock.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$shoe$shoedressblk.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$shoe$shoedressblk.jpg new file mode 100644 index 0000000..73bb8d7 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$shoe$shoedressblk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$shoe$shoedressbrn.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$shoe$shoedressbrn.jpg new file mode 100644 index 0000000..2222933 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$shoe$shoedressbrn.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$shoe$shoespatz.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$shoe$shoespatz.jpg new file mode 100644 index 0000000..d60d606 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$shoe$shoespatz.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerbincblk.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerbincblk.jpg new file mode 100644 index 0000000..9352362 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerbincblk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerbincblue.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerbincblue.jpg new file mode 100644 index 0000000..d1f7f02 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerbincblue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerbincgang.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerbincgang.jpg new file mode 100644 index 0000000..4916280 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerbincgang.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerheatblk.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerheatblk.jpg new file mode 100644 index 0000000..614ac08 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerheatblk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerheatgry.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerheatgry.jpg new file mode 100644 index 0000000..f1d0a5a Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerheatgry.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerheatwht.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerheatwht.jpg new file mode 100644 index 0000000..b0b3300 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerheatwht.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerproblu.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerproblu.jpg new file mode 100644 index 0000000..d08407b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerproblu.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerprored.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerprored.jpg new file mode 100644 index 0000000..9fc396d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerprored.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerprowht.jpg b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerprowht.jpg new file mode 100644 index 0000000..b90c37d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Shoes/3$sneaker$sneakerprowht.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8gun$8gun.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8gun$8gun.jpg new file mode 100644 index 0000000..874d2bb Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8gun$8gun.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8poker$8poker.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8poker$8poker.jpg new file mode 100644 index 0000000..d0b7cde Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8poker$8poker.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8sa$8sa.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8sa$8sa.jpg new file mode 100644 index 0000000..d29604d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8sa$8sa.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8sa2$8sa2.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8sa2$8sa2.jpg new file mode 100644 index 0000000..9bb43f7 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8sa2$8sa2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8sa3$8sa3.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8sa3$8sa3.jpg new file mode 100644 index 0000000..030d368 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8sa3$8sa3.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8santos$8santos.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8santos$8santos.jpg new file mode 100644 index 0000000..25a35d6 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8santos$8santos.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8westside$8westside.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8westside$8westside.jpg new file mode 100644 index 0000000..128ac94 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos back/8$8westside$8westside.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9bullet$9bullet.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9bullet$9bullet.jpg new file mode 100644 index 0000000..10e2609 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9bullet$9bullet.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9crown$9crown.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9crown$9crown.jpg new file mode 100644 index 0000000..3c3b4d3 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9crown$9crown.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9gun$9gun.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9gun$9gun.jpg new file mode 100644 index 0000000..c040466 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9gun$9gun.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9gun2$9gun2.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9gun2$9gun2.jpg new file mode 100644 index 0000000..66b922d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9gun2$9gun2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9homeboy$9homeboy.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9homeboy$9homeboy.jpg new file mode 100644 index 0000000..a0623f1 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9homeboy$9homeboy.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9rasta$9rasta.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9rasta$9rasta.jpg new file mode 100644 index 0000000..4f4bee7 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left chest/9$9rasta$9rasta.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left lower arm/4$5CROSS$5CROSS.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left lower arm/4$5CROSS$5CROSS.jpg new file mode 100644 index 0000000..eaa7313 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left lower arm/4$5CROSS$5CROSS.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left lower arm/4$5CROSS2$5CROSS2.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left lower arm/4$5CROSS2$5CROSS2.jpg new file mode 100644 index 0000000..5cf40ec Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left lower arm/4$5CROSS2$5CROSS2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left lower arm/4$5CROSS3$5CROSS3.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left lower arm/4$5CROSS3$5CROSS3.jpg new file mode 100644 index 0000000..011bfaa Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left lower arm/4$5CROSS3$5CROSS3.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left lower arm/4$5GUN$5GUN.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left lower arm/4$5GUN$5GUN.jpg new file mode 100644 index 0000000..04439d1 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left lower arm/4$5GUN$5GUN.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left upper arm/5$4rip$4rip.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left upper arm/5$4rip$4rip.jpg new file mode 100644 index 0000000..f478dda Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left upper arm/5$4rip$4rip.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left upper arm/5$4spider$4spider.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left upper arm/5$4spider$4spider.jpg new file mode 100644 index 0000000..52bd92f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left upper arm/5$4spider$4spider.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos left upper arm/5$4weed$4weed.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos left upper arm/5$4weed$4weed.jpg new file mode 100644 index 0000000..f12ebd5 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos left upper arm/5$4weed$4weed.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12angels$12angels.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12angels$12angels.jpg new file mode 100644 index 0000000..4cfbffe Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12angels$12angels.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12bandit$12bandit.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12bandit$12bandit.jpg new file mode 100644 index 0000000..580ff95 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12bandit$12bandit.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12cross7$12cross7.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12cross7$12cross7.jpg new file mode 100644 index 0000000..6a0aade Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12cross7$12cross7.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12dagger$12dagger.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12dagger$12dagger.jpg new file mode 100644 index 0000000..d08a4b3 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12dagger$12dagger.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12mayabird$12mayabird.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12mayabird$12mayabird.jpg new file mode 100644 index 0000000..8baf44f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12mayabird$12mayabird.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12mayafce$12myfac.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12mayafce$12myfac.jpg new file mode 100644 index 0000000..98cc794 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos lower back/12$12mayafce$12myfac.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10LS$10LS.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10LS$10LS.jpg new file mode 100644 index 0000000..c065ca4 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10LS$10LS.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10LS2$10LS2.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10LS2$10LS2.jpg new file mode 100644 index 0000000..af84afa Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10LS2$10LS2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10LS3$10LS3.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10LS3$10LS3.jpg new file mode 100644 index 0000000..bb3beca Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10LS3$10LS3.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10LS4$10LS4.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10LS4$10LS4.jpg new file mode 100644 index 0000000..ccbe66c Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10LS4$10LS4.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10OG$10OG.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10OG$10OG.jpg new file mode 100644 index 0000000..92f7dd5 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10OG$10OG.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10WEED$10WEED.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10WEED$10WEED.jpg new file mode 100644 index 0000000..d2fa630 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10WEED$10WEED.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10ls5$10ls5.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10ls5$10ls5.jpg new file mode 100644 index 0000000..88e9cd7 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right chest/10$10ls5$10ls5.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right lower arm/7$7CROSS$7CROSS.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right lower arm/7$7CROSS$7CROSS.jpg new file mode 100644 index 0000000..b867c02 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right lower arm/7$7CROSS$7CROSS.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right lower arm/7$7CROSS2$7CROSS2.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right lower arm/7$7CROSS2$7CROSS2.jpg new file mode 100644 index 0000000..eee1bfb Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right lower arm/7$7CROSS2$7CROSS2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right lower arm/7$7CROSS3$7CROSS3.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right lower arm/7$7CROSS3$7CROSS3.jpg new file mode 100644 index 0000000..c736247 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right lower arm/7$7CROSS3$7CROSS3.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right lower arm/7$7MARY$7MARY.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right lower arm/7$7MARY$7MARY.jpg new file mode 100644 index 0000000..dda5012 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right lower arm/7$7MARY$7MARY.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right upper arm/6$6AFRICA$6AFRICA.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right upper arm/6$6AFRICA$6AFRICA.jpg new file mode 100644 index 0000000..56ddfde Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right upper arm/6$6AFRICA$6AFRICA.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right upper arm/6$6AZTEC$6AZTEC.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right upper arm/6$6AZTEC$6AZTEC.jpg new file mode 100644 index 0000000..5afb4a6 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right upper arm/6$6AZTEC$6AZTEC.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right upper arm/6$6CLOWN$6CLOWN.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right upper arm/6$6CLOWN$6CLOWN.jpg new file mode 100644 index 0000000..307734f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right upper arm/6$6CLOWN$6CLOWN.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos right upper arm/6$6CROWN$6CROWN.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos right upper arm/6$6CROWN$6CROWN.jpg new file mode 100644 index 0000000..3948c8a Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos right upper arm/6$6CROWN$6CROWN.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11DICE$11DICE.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11DICE$11DICE.jpg new file mode 100644 index 0000000..7ee911c Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11DICE$11DICE.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11DICE2$11DICE2.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11DICE2$11DICE2.jpg new file mode 100644 index 0000000..3b2b95f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11DICE2$11DICE2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11GROVE$11GROVE.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11GROVE$11GROVE.jpg new file mode 100644 index 0000000..9377195 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11GROVE$11GROVE.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11JAIL$11JAIL.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11JAIL$11JAIL.jpg new file mode 100644 index 0000000..d0902b6 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11JAIL$11JAIL.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11godsgift$11godsgift.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11godsgift$11godsgift.jpg new file mode 100644 index 0000000..84964dc Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11godsgift$11godsgift.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11grove2$11grove2.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11grove2$11grove2.jpg new file mode 100644 index 0000000..0f3710a Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11grove2$11grove2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11grove3$11grove3.jpg b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11grove3$11grove3.jpg new file mode 100644 index 0000000..bd6ed5b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Tattoos stomach/11$11grove3$11grove3.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$boxingshort$bbshortred.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$boxingshort$bbshortred.jpg new file mode 100644 index 0000000..0c3d4a0 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$boxingshort$bbshortred.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$boxingshort$bbshortwht.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$boxingshort$bbshortwht.jpg new file mode 100644 index 0000000..686362f Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$boxingshort$bbshortwht.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$boxingshort$boxshort.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$boxingshort$boxshort.jpg new file mode 100644 index 0000000..7dbd4a4 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$boxingshort$boxshort.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$biegetr.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$biegetr.jpg new file mode 100644 index 0000000..60509e2 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$biegetr.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$chinosbiege.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$chinosbiege.jpg new file mode 100644 index 0000000..e82322a Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$chinosbiege.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$chinosblack.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$chinosblack.jpg new file mode 100644 index 0000000..29253af Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$chinosblack.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$chinosblue.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$chinosblue.jpg new file mode 100644 index 0000000..f606002 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$chinosblue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$chinoskhaki.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$chinoskhaki.jpg new file mode 100644 index 0000000..2eeb0dd Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$chinosb$chinoskhaki.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$chonger$chongerblue.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$chonger$chongerblue.jpg new file mode 100644 index 0000000..7311711 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$chonger$chongerblue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$chonger$chongergang.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$chonger$chongergang.jpg new file mode 100644 index 0000000..2bd99b9 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$chonger$chongergang.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$chonger$chongergrey.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$chonger$chongergrey.jpg new file mode 100644 index 0000000..5db2ba4 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$chonger$chongergrey.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$chonger$chongerred.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$chonger$chongerred.jpg new file mode 100644 index 0000000..2844658 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$chonger$chongerred.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$jeans$denimsgang.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$jeans$denimsgang.jpg new file mode 100644 index 0000000..9fb99b1 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$jeans$denimsgang.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$jeans$denimsred.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$jeans$denimsred.jpg new file mode 100644 index 0000000..6cb3b93 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$jeans$denimsred.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$jeans$jeansdenim.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$jeans$jeansdenim.jpg new file mode 100644 index 0000000..e0dbe60 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$jeans$jeansdenim.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$leathertr$leathertr.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$leathertr$leathertr.jpg new file mode 100644 index 0000000..0fb3582 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$leathertr$leathertr.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$leathertr$leathertrchaps.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$leathertr$leathertrchaps.jpg new file mode 100644 index 0000000..d1222c8 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$leathertr$leathertrchaps.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$legs$legsblack.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$legs$legsblack.jpg new file mode 100644 index 0000000..f17b383 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$legs$legsblack.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$legs$legsheart.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$legs$legsheart.jpg new file mode 100644 index 0000000..d59607d Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$legs$legsheart.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$legs$player_legs.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$legs$player_legs.jpg new file mode 100644 index 0000000..529a2a8 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$legs$player_legs.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$cutoffchinos.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$cutoffchinos.jpg new file mode 100644 index 0000000..a2f4ac4 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$cutoffchinos.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$cutoffchinosblue.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$cutoffchinosblue.jpg new file mode 100644 index 0000000..606b478 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$cutoffchinosblue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$cutoffdenims.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$cutoffdenims.jpg new file mode 100644 index 0000000..6be2087 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$cutoffdenims.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$shortsgang.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$shortsgang.jpg new file mode 100644 index 0000000..397d1f4 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$shortsgang.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$shortsgrey.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$shortsgrey.jpg new file mode 100644 index 0000000..80d25e9 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$shortsgrey.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$shortskhaki.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$shortskhaki.jpg new file mode 100644 index 0000000..6fab7ea Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$shorts$shortskhaki.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trblk.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trblk.jpg new file mode 100644 index 0000000..7aa04e8 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trblk.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trblk2.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trblk2.jpg new file mode 100644 index 0000000..447f06c Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trblk2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trblue.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trblue.jpg new file mode 100644 index 0000000..e91715b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trblue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trgang.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trgang.jpg new file mode 100644 index 0000000..22d87ee Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trgang.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trgreen.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trgreen.jpg new file mode 100644 index 0000000..79b8a07 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trgreen.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trgrey.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trgrey.jpg new file mode 100644 index 0000000..f822243 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trgrey.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trred.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trred.jpg new file mode 100644 index 0000000..42f8ae6 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1trred.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1tryellow.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1tryellow.jpg new file mode 100644 index 0000000..e2b9fdb Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$suit1tr$suit1tryellow.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$shellsuittr.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$shellsuittr.jpg new file mode 100644 index 0000000..e2dff90 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$shellsuittr.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktr.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktr.jpg new file mode 100644 index 0000000..0558373 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktr.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktrblue.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktrblue.jpg new file mode 100644 index 0000000..cec5d73 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktrblue.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktreris.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktreris.jpg new file mode 100644 index 0000000..45af3ff Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktreris.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktrgang.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktrgang.jpg new file mode 100644 index 0000000..7f2b760 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktrgang.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktrpro.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktrpro.jpg new file mode 100644 index 0000000..a394dd6 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktrpro.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktrwhstr.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktrwhstr.jpg new file mode 100644 index 0000000..9257b83 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$tracktr$tracktrwhstr.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$worktr$worktrcamogrn.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$worktr$worktrcamogrn.jpg new file mode 100644 index 0000000..65b2f00 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$worktr$worktrcamogrn.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$worktr$worktrcamogry.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$worktr$worktrcamogry.jpg new file mode 100644 index 0000000..2a63afe Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$worktr$worktrcamogry.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$worktr$worktrgrey.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$worktr$worktrgrey.jpg new file mode 100644 index 0000000..8cb8036 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$worktr$worktrgrey.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Trousers/2$worktr$worktrkhaki.jpg b/moonloader/lib/cheat-menu/clothes/Trousers/2$worktr$worktrkhaki.jpg new file mode 100644 index 0000000..1b83cfc Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Trousers/2$worktr$worktrkhaki.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchcro.jpg b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchcro.jpg new file mode 100644 index 0000000..5e95288 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchcro.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchcro2.jpg b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchcro2.jpg new file mode 100644 index 0000000..9626579 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchcro2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchgno.jpg b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchgno.jpg new file mode 100644 index 0000000..bd61109 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchgno.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchgno2.jpg b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchgno2.jpg new file mode 100644 index 0000000..1a15842 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchgno2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchpink.jpg b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchpink.jpg new file mode 100644 index 0000000..7d562a4 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchpink.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchpro.jpg b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchpro.jpg new file mode 100644 index 0000000..ddbd1e6 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchpro.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchpro2.jpg b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchpro2.jpg new file mode 100644 index 0000000..f380471 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchpro2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchsub1.jpg b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchsub1.jpg new file mode 100644 index 0000000..23bb49a Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchsub1.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchsub2.jpg b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchsub2.jpg new file mode 100644 index 0000000..2c34258 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchsub2.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchyellow.jpg b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchyellow.jpg new file mode 100644 index 0000000..c762664 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchyellow.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchzip1.jpg b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchzip1.jpg new file mode 100644 index 0000000..f1e576b Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchzip1.jpg differ diff --git a/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchzip2.jpg b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchzip2.jpg new file mode 100644 index 0000000..3bdc413 Binary files /dev/null and b/moonloader/lib/cheat-menu/clothes/Watches/14$watch$watchzip2.jpg differ diff --git a/moonloader/lib/cheat-menu/fonts/Trebucbd.ttf b/moonloader/lib/cheat-menu/fonts/Trebucbd.ttf new file mode 100644 index 0000000..867f56d Binary files /dev/null and b/moonloader/lib/cheat-menu/fonts/Trebucbd.ttf differ diff --git a/moonloader/lib/cheat-menu/fonts/tahoma.ttf b/moonloader/lib/cheat-menu/fonts/tahoma.ttf new file mode 100644 index 0000000..f5a011e Binary files /dev/null and b/moonloader/lib/cheat-menu/fonts/tahoma.ttf differ diff --git a/moonloader/lib/cheat-menu/fonts/tahomabd.ttf b/moonloader/lib/cheat-menu/fonts/tahomabd.ttf new file mode 100644 index 0000000..1fd9f04 Binary files /dev/null and b/moonloader/lib/cheat-menu/fonts/tahomabd.ttf differ diff --git a/moonloader/lib/cheat-menu/fonts/verdana.ttf b/moonloader/lib/cheat-menu/fonts/verdana.ttf new file mode 100644 index 0000000..8f25a64 Binary files /dev/null and b/moonloader/lib/cheat-menu/fonts/verdana.ttf differ diff --git a/moonloader/lib/cheat-menu/json/animation.json b/moonloader/lib/cheat-menu/json/animation.json new file mode 100644 index 0000000..2c7b4cf --- /dev/null +++ b/moonloader/lib/cheat-menu/json/animation.json @@ -0,0 +1 @@ +{"POOR":{"WINWASH_Wash2Beg":"WINWASH_Wash2Beg","WINWASH_Start":"WINWASH_Start"},"DILDO":{"DILDO_3":"DILDO_3","DILDO_Hit_3":"DILDO_Hit_3","DILDO_block":"DILDO_block","DILDO_1":"DILDO_1","DILDO_Hit_2":"DILDO_Hit_2","DILDO_2":"DILDO_2","DILDO_IDLE":"DILDO_IDLE","DILDO_Hit_1":"DILDO_Hit_1","DILDO_G":"DILDO_G"},"QUAD_DBZ":{"Pass_Driveby_BWD":"Pass_Driveby_BWD","Pass_Driveby_LHS":"Pass_Driveby_LHS","Pass_Driveby_FWD":"Pass_Driveby_FWD","Pass_Driveby_RHS":"Pass_Driveby_RHS"},"WEAPONS":{"SHP_1H_Lift":"SHP_1H_Lift","SHP_Tray_Out":"SHP_Tray_Out","SHP_G_Lift_In":"SHP_G_Lift_In","SHP_Ar_Ret":"SHP_Ar_Ret","SHP_2H_Ret":"SHP_2H_Ret","SHP_Tray_In":"SHP_Tray_In","SHP_1H_Ret":"SHP_1H_Ret","SHP_2H_Lift_End":"SHP_2H_Lift_End","SHP_2H_Ret_S":"SHP_2H_Ret_S","SHP_2H_Lift":"SHP_2H_Lift","SHP_1H_Lift_End":"SHP_1H_Lift_End","SHP_Ar_Lift_End":"SHP_Ar_Lift_End","SHP_Ar_Ret_S":"SHP_Ar_Ret_S","SHP_Tray_Pose":"SHP_Tray_Pose","SHP_Ar_Lift":"SHP_Ar_Lift","SHP_G_Lift_Out":"SHP_G_Lift_Out","SHP_1H_Ret_S":"SHP_1H_Ret_S"},"BLOWJOBZ":{"BJ_COUCH_START_W":"BJ_COUCH_START_W","BJ_STAND_START_P":"BJ_STAND_START_P","BJ_STAND_END_W":"BJ_STAND_END_W","BJ_COUCH_LOOP_P":"BJ_COUCH_LOOP_P","BJ_COUCH_END_P":"BJ_COUCH_END_P","BJ_COUCH_END_W":"BJ_COUCH_END_W","BJ_STAND_START_W":"BJ_STAND_START_W","BJ_COUCH_START_P":"BJ_COUCH_START_P","BJ_STAND_LOOP_W":"BJ_STAND_LOOP_W","BJ_COUCH_LOOP_W":"BJ_COUCH_LOOP_W","BJ_STAND_LOOP_P":"BJ_STAND_LOOP_P","BJ_STAND_END_P":"BJ_STAND_END_P"},"KISSING":{"BD_GF_Wave":"BD_GF_Wave","gift_get":"gift_get","Playa_Kiss_01":"Playa_Kiss_01","GF_CarArgue_02":"GF_CarArgue_02","GF_CarSpot":"GF_CarSpot","gift_give":"gift_give","Playa_Kiss_03":"Playa_Kiss_03","Grlfrd_Kiss_02":"Grlfrd_Kiss_02","GF_CarArgue_01":"GF_CarArgue_01","GF_StreetArgue_01":"GF_StreetArgue_01","Grlfrd_Kiss_03":"Grlfrd_Kiss_03","Playa_Kiss_02":"Playa_Kiss_02","gfwave2":"gfwave2","GF_StreetArgue_02":"GF_StreetArgue_02","Grlfrd_Kiss_01":"Grlfrd_Kiss_01"},"CARRY":{"crry_prtial":"crry_prtial","liftup":"liftup","putdwn105":"putdwn105","liftup05":"liftup05","liftup105":"liftup105","putdwn":"putdwn","putdwn05":"putdwn05"},"BUDDY":{"buddy_crouchreload":"buddy_crouchreload","buddy_fire":"buddy_fire","buddy_reload":"buddy_reload","buddy_fire_poor":"buddy_fire_poor","buddy_crouchfire":"buddy_crouchfire"},"BD_FIRE":{"BD_GF_Wave":"BD_GF_Wave","BD_Fire3":"BD_Fire3","BD_Panic_Loop":"BD_Panic_Loop","Playa_Kiss_03":"Playa_Kiss_03","BD_Fire2":"BD_Fire2","BD_Panic_01":"BD_Panic_01","M_smklean_loop":"M_smklean_loop","Grlfrd_Kiss_03":"Grlfrd_Kiss_03","BD_Fire1":"BD_Fire1","BD_Panic_04":"BD_Panic_04","BD_Panic_02":"BD_Panic_02","wash_up":"wash_up","BD_Panic_03":"BD_Panic_03"},"TEC":{"TEC_crouchfire":"TEC_crouchfire","TEC_fire":"TEC_fire","TEC_crouchreload":"TEC_crouchreload","TEC_reload":"TEC_reload"},"SUNBATHE":{"SBATHE_F_Out":"SBATHE_F_Out","ParkSit_W_idleB":"ParkSit_W_idleB","ParkSit_M_IdleA":"ParkSit_M_IdleA","SitnWait_in_W":"SitnWait_in_W","SitnWait_out_W":"SitnWait_out_W","Lay_Bac_in":"Lay_Bac_in","ParkSit_M_IdleB":"ParkSit_M_IdleB","ParkSit_M_out":"ParkSit_M_out","SBATHE_F_LieB2Sit":"SBATHE_F_LieB2Sit","Lay_Bac_out":"Lay_Bac_out","batherup":"batherup","ParkSit_W_idleA":"ParkSit_W_idleA","ParkSit_M_IdleC":"ParkSit_M_IdleC","ParkSit_M_in":"ParkSit_M_in","batherdown":"batherdown","ParkSit_W_idleC":"ParkSit_W_idleC","ParkSit_W_out":"ParkSit_W_out","ParkSit_W_in":"ParkSit_W_in"},"MD_CHASE":{"MD_BIKE_Punch":"MD_BIKE_Punch","MD_BIKE_2_HANG":"MD_BIKE_2_HANG","MD_BIKE_Shot_F":"MD_BIKE_Shot_F","MD_BIKE_Lnd_Roll":"MD_BIKE_Lnd_Roll","MD_BIKE_Lnd_Roll_F":"MD_BIKE_Lnd_Roll_F","donutdrop":"donutdrop","Fen_Choppa_L3":"Fen_Choppa_L3","MD_BIKE_Jmp_F":"MD_BIKE_Jmp_F","MD_HANG_Lnd_Roll":"MD_HANG_Lnd_Roll","Fen_Choppa_R2":"Fen_Choppa_R2","MD_HANG_Loop":"MD_HANG_Loop","Fen_Choppa_L2":"Fen_Choppa_L2","MD_BIKE_Lnd_BL":"MD_BIKE_Lnd_BL","Carhit_Hangon":"Carhit_Hangon","Carhit_Tumble":"Carhit_Tumble","Fen_Choppa_R1":"Fen_Choppa_R1","MD_BIKE_Lnd_F":"MD_BIKE_Lnd_F","MD_BIKE_Punch_F":"MD_BIKE_Punch_F","Hangon_Stun_Turn":"Hangon_Stun_Turn","Fen_Choppa_R3":"Fen_Choppa_R3","Fen_Choppa_L1":"Fen_Choppa_L1","MD_BIKE_Lnd_Die_BL":"MD_BIKE_Lnd_Die_BL","MD_BIKE_Lnd_Die_F":"MD_BIKE_Lnd_Die_F","MD_BIKE_Jmp_BL":"MD_BIKE_Jmp_BL","Hangon_Stun_loop":"Hangon_Stun_loop"},"GHANDS":{"gsign5":"gsign5","LHGsign5":"LHGsign5","RHGsign5":"RHGsign5","gsign3LH":"gsign3LH","gsign5LH":"gsign5LH","LHGsign1":"LHGsign1","RHGsign1":"RHGsign1","gsign4LH":"gsign4LH","LHGsign3":"LHGsign3","RHGsign3":"RHGsign3","gsign1LH":"gsign1LH","LHGsign2":"LHGsign2","gsign3":"gsign3","RHGsign2":"RHGsign2","gsign2LH":"gsign2LH","LHGsign4":"LHGsign4","gsign1":"gsign1","RHGsign4":"RHGsign4","gsign4":"gsign4","gsign2":"gsign2"},"DEALER":{"DEALER_IDLE_02":"DEALER_IDLE_02","DEALER_IDLE_01":"DEALER_IDLE_01","DEALER_IDLE_03":"DEALER_IDLE_03","DEALER_DEAL":"DEALER_DEAL","shop_pay":"shop_pay","DRUGS_BUY":"DRUGS_BUY","DEALER_IDLE":"DEALER_IDLE"},"MD_END":{"END_SC1_SMO":"END_SC1_SMO","END_SC2_SMO":"END_SC2_SMO","END_SC1_PLY":"END_SC1_PLY","END_SC1_SWE":"END_SC1_SWE","END_SC2_SWE":"END_SC2_SWE","END_SC2_PLY":"END_SC2_PLY","END_SC1_RYD":"END_SC1_RYD","END_SC2_RYD":"END_SC2_RYD"},"CHOPPA":{"CHOPPA_pedal":"CHOPPA_pedal","CHOPPA_fwd":"CHOPPA_fwd","CHOPPA_driveby_RHS":"CHOPPA_driveby_RHS","CHOPPA_jumponR":"CHOPPA_jumponR","CHOPPA_getoffRHS":"CHOPPA_getoffRHS","CHOPPA_getoffLHS":"CHOPPA_getoffLHS","CHOPPA_driveby_LHS":"CHOPPA_driveby_LHS","CHOPPA_ride":"CHOPPA_ride","CHOPPA_bunnyhop":"CHOPPA_bunnyhop","CHOPPA_Pushes":"CHOPPA_Pushes","CHOPPA_drivebyFT":"CHOPPA_drivebyFT","CHOPPA_Left":"CHOPPA_Left","CHOPPA_Still":"CHOPPA_Still","CHOPPA_getoffBACK":"CHOPPA_getoffBACK","CHOPPA_Right":"CHOPPA_Right","CHOPPA_sprint":"CHOPPA_sprint","CHOPPA_jumponL":"CHOPPA_jumponL","CHOPPA_back":"CHOPPA_back"},"FAT":{"FatWalkSt_Rocket":"FatWalkSt_Rocket","FatWalk_Rocket":"FatWalk_Rocket","FatWalk_armed":"FatWalk_armed","FatIdle":"FatIdle","FatRun":"FatRun","FatWalkSt_armed":"FatWalkSt_armed","FatWalkstart":"FatWalkstart","FatIdle_Csaw":"FatIdle_Csaw","FatRun_armed":"FatRun_armed","FatWalkstart_Csaw":"FatWalkstart_Csaw","FatIdle_armed":"FatIdle_armed","IDLE_tired":"IDLE_tired","FatWalk":"FatWalk","FatIdle_Rocket":"FatIdle_Rocket","FatRun_Csaw":"FatRun_Csaw","FatWalk_Csaw":"FatWalk_Csaw","FatRun_Rocket":"FatRun_Rocket","FatSprint":"FatSprint"},"HEIST9":{"swt_wllshoot_in_L":"swt_wllshoot_in_L","Use_SwipeCard":"Use_SwipeCard","CAS_G2_GasKO":"CAS_G2_GasKO","swt_wllshoot_out_R":"swt_wllshoot_out_R","swt_wllshoot_out_L":"swt_wllshoot_out_L","swt_wllpk_R":"swt_wllpk_R","swt_wllshoot_in_R":"swt_wllshoot_in_R","swt_wllpk_L_back":"swt_wllpk_L_back","swt_wllpk_L":"swt_wllpk_L","swt_wllpk_R_back":"swt_wllpk_R_back"},"CAMERA":{"camstnd_lkabt":"camstnd_lkabt","camcrch_idleloop":"camcrch_idleloop","piccrch_take":"piccrch_take","camstnd_idleloop":"camstnd_idleloop","camcrch_stay":"camcrch_stay","picstnd_take":"picstnd_take","piccrch_out":"piccrch_out","picstnd_out":"picstnd_out","piccrch_in":"piccrch_in","camcrch_to_camstnd":"camcrch_to_camstnd","camstnd_cmon":"camstnd_cmon","picstnd_in":"picstnd_in","camcrch_cmon":"camcrch_cmon","camstnd_to_camcrch":"camstnd_to_camcrch"},"CASINO":{"cards_loop":"cards_loop","dealone":"dealone","Slot_Plyr":"Slot_Plyr","Roulette_loop":"Roulette_loop","cards_win":"cards_win","Slot_in":"Slot_in","cards_raise":"cards_raise","cards_in":"cards_in","Slot_win_out":"Slot_win_out","Slot_wait":"Slot_wait","Roulette_lose":"Roulette_lose","Slot_lose_out":"Slot_lose_out","Roulette_out":"Roulette_out","Roulette_bet":"Roulette_bet","cards_out":"cards_out","manwind":"manwind","Roulette_win":"Roulette_win","cards_pick_02":"cards_pick_02","Slot_bet_01":"Slot_bet_01","cards_pick_01":"cards_pick_01","wof":"wof","Slot_bet_02":"Slot_bet_02","manwinb":"manwinb","Roulette_in":"Roulette_in","cards_lose":"cards_lose"},"LOWRIDER":{"lrgirl_l0_to_l1":"lrgirl_l0_to_l1","M_smklean_loop":"M_smklean_loop","lrgirl_l2_bnce":"lrgirl_l2_bnce","F_smklean_loop":"F_smklean_loop","prtial_gngtlkB":"prtial_gngtlkB","lrgirl_l2_to_l3":"lrgirl_l2_to_l3","M_smkstnd_loop":"M_smkstnd_loop","Tap_hand":"Tap_hand","lrgirl_l4_to_l5":"lrgirl_l4_to_l5","lrgirl_bdbnce":"lrgirl_bdbnce","lrgirl_hurry":"lrgirl_hurry","lrgirl_l4_bnce":"lrgirl_l4_bnce","lrgirl_l3_bnce":"lrgirl_l3_bnce","lrgirl_l12_to_l0":"lrgirl_l12_to_l0","RAP_A_Loop":"RAP_A_Loop","lrgirl_l5_loop":"lrgirl_l5_loop","RAP_B_Loop":"RAP_B_Loop","lrgirl_l5_bnce":"lrgirl_l5_bnce","prtial_gngtlkF":"prtial_gngtlkF","lrgirl_l4_loop":"lrgirl_l4_loop","lrgirl_l345_to_l1":"lrgirl_l345_to_l1","lrgirl_l3_loop":"lrgirl_l3_loop","lrgirl_l1_bnce":"lrgirl_l1_bnce","prtial_gngtlkG":"prtial_gngtlkG","RAP_C_Loop":"RAP_C_Loop","prtial_gngtlkC":"prtial_gngtlkC","lrgirl_l0_bnce":"lrgirl_l0_bnce","lrgirl_l2_loop":"lrgirl_l2_loop","lrgirl_idleloop":"lrgirl_idleloop","prtial_gngtlkH":"prtial_gngtlkH","lrgirl_idle_to_l0":"lrgirl_idle_to_l0","Sit_relaxed":"Sit_relaxed","prtial_gngtlkD":"prtial_gngtlkD","lrgirl_hair":"lrgirl_hair","lrgirl_l3_to_l4":"lrgirl_l3_to_l4","lrgirl_l1_loop":"lrgirl_l1_loop","lrgirl_l0_loop":"lrgirl_l0_loop","lrgirl_l1_to_l2":"lrgirl_l1_to_l2","prtial_gngtlkE":"prtial_gngtlkE"},"All":{},"CAR_CHAT":{"carfone_in":"carfone_in","CAR_Sc4_FL":"CAR_Sc4_FL","CAR_Sc2_FL":"CAR_Sc2_FL","car_talkm_loop":"car_talkm_loop","CAR_Sc4_BL":"CAR_Sc4_BL","carfone_out":"carfone_out","car_talkm_in":"car_talkm_in","CAR_Sc3_BR":"CAR_Sc3_BR","carfone_loopA_to_B":"carfone_loopA_to_B","CAR_Sc3_FR":"CAR_Sc3_FR","CAR_Sc4_FR":"CAR_Sc4_FR","carfone_loopA":"carfone_loopA","car_talkm_out":"car_talkm_out","CAR_Sc1_FL":"CAR_Sc1_FL","CAR_Sc4_BR":"CAR_Sc4_BR","CAR_Sc1_BL":"CAR_Sc1_BL","CAR_Sc1_FR":"CAR_Sc1_FR","CAR_Sc3_FL":"CAR_Sc3_FL","carfone_loopB_to_A":"carfone_loopB_to_A","CAR_Sc1_BR":"CAR_Sc1_BR","carfone_loopB":"carfone_loopB"},"TRAIN":{"tran_gtup":"tran_gtup","tran_stmb":"tran_stmb","tran_ouch":"tran_ouch","tran_hng":"tran_hng"},"HAIRCUTS":{"BRB_Buy":"BRB_Buy","BRB_Cut":"BRB_Cut","BRB_Sit_Loop":"BRB_Sit_Loop","BRB_Out":"BRB_Out","BRB_Loop":"BRB_Loop","BRB_Sit_In":"BRB_Sit_In","BRB_Sit_Out":"BRB_Sit_Out","BRB_Cut_In":"BRB_Cut_In","BRB_Hair_01":"BRB_Hair_01","BRB_Beard_01":"BRB_Beard_01","BRB_In":"BRB_In","BRB_Hair_02":"BRB_Hair_02","BRB_Cut_Out":"BRB_Cut_Out"},"INT_SHOP":{"shop_lookA":"shop_lookA","shop_loop":"shop_loop","shop_shelf":"shop_shelf","shop_out":"shop_out","shop_cashier":"shop_cashier","shop_pay":"shop_pay","shop_in":"shop_in","shop_lookB":"shop_lookB"},"GYMNASIUM":{"gym_tread_geton":"gym_tread_geton","gym_tread_jog":"gym_tread_jog","gym_tread_falloff":"gym_tread_falloff","gym_bike_faster":"gym_bike_faster","GYMshadowbox":"GYMshadowbox","gym_bike_getoff":"gym_bike_getoff","gym_shadowbox":"gym_shadowbox","Pedals_med":"Pedals_med","gym_bike_geton":"gym_bike_geton","Pedals_slow":"Pedals_slow","gym_walk_falloff":"gym_walk_falloff","Pedals_fast":"Pedals_fast","gym_tread_celebrate":"gym_tread_celebrate","gym_bike_celebrate":"gym_bike_celebrate","gym_tread_tired":"gym_tread_tired","Pedals_still":"Pedals_still","gym_tread_sprint":"gym_tread_sprint","gym_bike_still":"gym_bike_still","gym_bike_slow":"gym_bike_slow","gym_bike_fast":"gym_bike_fast","gym_bike_pedal":"gym_bike_pedal","gym_tread_walk":"gym_tread_walk","gym_tread_getoff":"gym_tread_getoff","gym_jog_falloff":"gym_jog_falloff"},"BF_INJECTION":{"BF_getin_RHS":"BF_getin_RHS","BF_getout_RHS":"BF_getout_RHS","BF_getout_LHS":"BF_getout_LHS","BF_getin_LHS":"BF_getin_LHS"},"VORTEX":{"CAR_jumpin_LHS":"CAR_jumpin_LHS","vortex_getout_LHS":"vortex_getout_LHS","CAR_jumpin_RHS":"CAR_jumpin_RHS","vortex_getout_RHS":"vortex_getout_RHS"},"DOZER":{"DOZER_getout_RHS":"DOZER_getout_RHS","DOZER_Align_RHS":"DOZER_Align_RHS","DOZER_getout_LHS":"DOZER_getout_LHS","DOZER_Jacked_LHS":"DOZER_Jacked_LHS","DOZER_pullout_RHS":"DOZER_pullout_RHS","DOZER_getin_LHS":"DOZER_getin_LHS","DOZER_pullout_LHS":"DOZER_pullout_LHS","DOZER_getin_RHS":"DOZER_getin_RHS","DOZER_Align_LHS":"DOZER_Align_LHS","DOZER_Jacked_RHS":"DOZER_Jacked_RHS"},"BOX":{"boxhipin":"boxhipin","bxwlko":"bxwlko","bxshwlki":"bxshwlki","bxhwlki":"bxhwlki","boxshup":"boxshup","boxhipup":"boxhipup","catch_box":"catch_box","bxhipwlk":"bxhipwlk","boxshdwn":"boxshdwn","bxshwlk":"bxshwlk"},"PLAYIDLES":{"shldr":"shldr","shift":"shift","stretch":"stretch","time":"time","strleg":"strleg"},"KNIFE":{"Knife_4":"Knife_4","WEAPON_knifeidle":"WEAPON_knifeidle","knife_3":"knife_3","knife_hit_1":"knife_hit_1","knife_2":"knife_2","knife_hit_2":"knife_hit_2","KILL_Partial":"KILL_Partial","knife_part":"knife_part","knife_1":"knife_1","knife_IDLE":"knife_IDLE","KILL_Knife_Ped_Die":"KILL_Knife_Ped_Die","KILL_Knife_Ped_Damage":"KILL_Knife_Ped_Damage","knife_block":"knife_block","Knife_G":"Knife_G","knife_hit_3":"knife_hit_3","KILL_Knife_Player":"KILL_Knife_Player"},"GANGS":{"hndshkaa":"hndshkaa","DRUGS_BUY":"DRUGS_BUY","leanIDLE":"leanIDLE","hndshkea":"hndshkea","leanIN":"leanIN","prtial_gngtlkC":"prtial_gngtlkC","Invite_Yes":"Invite_Yes","prtial_hndshk_biz_01":"prtial_hndshk_biz_01","shake_cara":"shake_cara","leanOUT":"leanOUT","Invite_No":"Invite_No","hndshkfa_swt":"hndshkfa_swt","shake_carK":"shake_carK","drnkbr_prtl_F":"drnkbr_prtl_F","hndshkca":"hndshkca","smkcig_prtl":"smkcig_prtl","prtial_gngtlkA":"prtial_gngtlkA","prtial_gngtlkF":"prtial_gngtlkF","hndshkfa":"hndshkfa","prtial_gngtlkG":"prtial_gngtlkG","drnkbr_prtl":"drnkbr_prtl","prtial_gngtlkE":"prtial_gngtlkE","hndshkda":"hndshkda","prtial_gngtlkH":"prtial_gngtlkH","prtial_hndshk_01":"prtial_hndshk_01","prtial_gngtlkB":"prtial_gngtlkB","prtial_gngtlkD":"prtial_gngtlkD","hndshkba":"hndshkba","smkcig_prtl_F":"smkcig_prtl_F","DEALER_DEAL":"DEALER_DEAL","hndshkcb":"hndshkcb","shake_carSH":"shake_carSH","DEALER_IDLE":"DEALER_IDLE"},"BIKES":{"BIKEs_Snatch_R":"BIKEs_Snatch_R","BIKEs_Fwd":"BIKEs_Fwd","BIKEs_pushes":"BIKEs_pushes","BIKEs_getoffBACK":"BIKEs_getoffBACK","BIKEs_drivebyRHS":"BIKEs_drivebyRHS","BIKEs_Left":"BIKEs_Left","BIKEs_hit":"BIKEs_hit","BIKEs_jumponR":"BIKEs_jumponR","BIKEs_Still":"BIKEs_Still","BIKEs_Snatch_L":"BIKEs_Snatch_L","BIKEs_Right":"BIKEs_Right","BIKEs_Back":"BIKEs_Back","BIKEs_drivebyFT":"BIKEs_drivebyFT","BIKEs_getoffLHS":"BIKEs_getoffLHS","BIKEs_jumponL":"BIKEs_jumponL","BIKEs_Ride":"BIKEs_Ride","BIKEs_passenger":"BIKEs_passenger","BIKEs_getoffRHS":"BIKEs_getoffRHS","BIKEs_kick":"BIKEs_kick","BIKEs_drivebyLHS":"BIKEs_drivebyLHS"},"FIGHT_C":{"FightC_IDLE":"FightC_IDLE","HitC_2":"HitC_2","FightC_2":"FightC_2","FightC_G":"FightC_G","FightC_3":"FightC_3","FightC_Spar":"FightC_Spar","FightC_M":"FightC_M","HitC_3":"HitC_3","FightC_1":"FightC_1","HitC_1":"HitC_1","FightC_blocking":"FightC_blocking","FightC_block":"FightC_block"},"GRAVEYARD":{"prst_loopa":"prst_loopa","mrnF_loop":"mrnF_loop","mrnM_loop":"mrnM_loop"},"STRIP":{"PUN_CASH":"PUN_CASH","STR_Loop_A":"STR_Loop_A","strip_E":"strip_E","strip_D":"strip_D","STR_B2A":"STR_B2A","STR_C1":"STR_C1","PUN_HOLLER":"PUN_HOLLER","STR_C2B":"STR_C2B","strip_B":"strip_B","strip_C":"strip_C","strip_A":"strip_A","STR_Loop_C":"STR_Loop_C","STR_Loop_B":"STR_Loop_B","STR_C2":"STR_C2","strip_G":"strip_G","STR_A2B":"STR_A2B","strip_F":"strip_F","STR_B2C":"STR_B2C","PLY_CASH":"PLY_CASH","PUN_LOOP":"PUN_LOOP"},"SWORD":{"Sword_Hit_3":"Sword_Hit_3","sword_IDLE":"sword_IDLE","sword_block":"sword_block","Sword_Hit_1":"Sword_Hit_1","sword_3":"sword_3","Sword_Hit_2":"Sword_Hit_2","sword_4":"sword_4","sword_1":"sword_1","sword_2":"sword_2","sword_part":"sword_part"},"PYTHON":{"python_crouchfire":"python_crouchfire","python_fire":"python_fire","python_reload":"python_reload","python_crouchreload":"python_crouchreload","python_fire_poor":"python_fire_poor"},"COP_DVBYZ":{"COP_Dvby_B":"COP_Dvby_B","COP_Dvby_L":"COP_Dvby_L","COP_Dvby_R":"COP_Dvby_R","COP_Dvby_FT":"COP_Dvby_FT"},"BMX":{"BMX_getoffLHS":"BMX_getoffLHS","BMX_still":"BMX_still","BMX_driveby_RHS":"BMX_driveby_RHS","BMX_sprint":"BMX_sprint","BMX_back":"BMX_back","BMX_pushes":"BMX_pushes","BMX_drivebyFT":"BMX_drivebyFT","BMX_jumponR":"BMX_jumponR","BMX_Ride":"BMX_Ride","BMX_bunnyhop":"BMX_bunnyhop","BMX_fwd":"BMX_fwd","BMX_Right":"BMX_Right","BMX_driveby_LHS":"BMX_driveby_LHS","BMX_getoffRHS":"BMX_getoffRHS","BMX_pedal":"BMX_pedal","BMX_Left":"BMX_Left","BMX_jumponL":"BMX_jumponL","BMX_getoffBACK":"BMX_getoffBACK"},"ROB_BANK":{"SHP_HandsUp_Scr":"SHP_HandsUp_Scr","CAT_Safe_End":"CAT_Safe_End","CAT_Safe_Rob":"CAT_Safe_Rob","CAT_Safe_Open_O":"CAT_Safe_Open_O","CAT_Safe_Open":"CAT_Safe_Open"},"ON_LOOKERS":{"panic_cower":"panic_cower","shout_loop":"shout_loop","Pointup_shout":"Pointup_shout","panic_in":"panic_in","Pointup_out":"Pointup_out","shout_02":"shout_02","point_in":"point_in","panic_out":"panic_out","lkaround_loop":"lkaround_loop","point_out":"point_out","lkup_in":"lkup_in","shout_in":"shout_in","lkaround_out":"lkaround_out","Pointup_in":"Pointup_in","lkup_out":"lkup_out","wave_out":"wave_out","lkaround_in":"lkaround_in","wave_loop":"wave_loop","wave_in":"wave_in","shout_01":"shout_01","lkup_point":"lkup_point","Pointup_loop":"Pointup_loop","panic_shout":"panic_shout","panic_hide":"panic_hide","panic_loop":"panic_loop","point_loop":"point_loop","shout_out":"shout_out","panic_point":"panic_point","lkup_loop":"lkup_loop"},"DAM_JUMP":{"DAM_Dive_Loop":"DAM_Dive_Loop","SF_JumpWall":"SF_JumpWall","DAM_Land":"DAM_Land","Jump_Roll":"Jump_Roll","DAM_Launch":"DAM_Launch"},"MUSCULAR":{"MuscleIdle_armed":"MuscleIdle_armed","MuscleIdle_Csaw":"MuscleIdle_Csaw","Mscle_run_Csaw":"Mscle_run_Csaw","Musclewalk_rocket":"Musclewalk_rocket","Mscle_rckt_walkst":"Mscle_rckt_walkst","MscleWalkst_Csaw":"MscleWalkst_Csaw","MuscleWalk_armed":"MuscleWalk_armed","MuscleRun_armed":"MuscleRun_armed","Musclewalk_Csaw":"Musclewalk_Csaw","Mscle_rckt_run":"Mscle_rckt_run","MuscleSprint":"MuscleSprint","MuscleWalk":"MuscleWalk","MuscleWalkstart":"MuscleWalkstart","MscleWalkst_armed":"MscleWalkst_armed","MuscleRun":"MuscleRun","MuscleIdle_rocket":"MuscleIdle_rocket","MuscleIdle":"MuscleIdle"},"RUSTLER":{"Plane_close":"Plane_close","Plane_align_LHS":"Plane_align_LHS","Plane_open":"Plane_open","Plane_getout":"Plane_getout","Plane_getin":"Plane_getin"},"TRUCK":{"TRUCK_pullout_RHS":"TRUCK_pullout_RHS","TRUCK_ALIGN_LHS":"TRUCK_ALIGN_LHS","TRUCK_closedoor_LHS":"TRUCK_closedoor_LHS","TRUCK_Shuffle":"TRUCK_Shuffle","TRUCK_ALIGN_RHS":"TRUCK_ALIGN_RHS","TRUCK_jackedLHS":"TRUCK_jackedLHS","TRUCK_getin_RHS":"TRUCK_getin_RHS","TRUCK_pullout_LHS":"TRUCK_pullout_LHS","TRUCK_open_LHS":"TRUCK_open_LHS","TRUCK_open_RHS":"TRUCK_open_RHS","TRUCK_close_LHS":"TRUCK_close_LHS","TRUCK_getout_RHS":"TRUCK_getout_RHS","TRUCK_jackedRHS":"TRUCK_jackedRHS","TRUCK_closedoor_RHS":"TRUCK_closedoor_RHS","TRUCK_getout_LHS":"TRUCK_getout_LHS","TRUCK_getin_LHS":"TRUCK_getin_LHS","TRUCK_close_RHS":"TRUCK_close_RHS"},"PARACHUTE":{"PARA_steerR":"PARA_steerR","PARA_steerL_O":"PARA_steerL_O","PARA_decel":"PARA_decel","FALL_skyDive_DIE":"FALL_skyDive_DIE","PARA_Rip_Loop_O":"PARA_Rip_Loop_O","PARA_float":"PARA_float","FALL_SkyDive_R":"FALL_SkyDive_R","PARA_open_O":"PARA_open_O","FALL_SkyDive_Accel":"FALL_SkyDive_Accel","PARA_Land_O":"PARA_Land_O","PARA_steerL":"PARA_steerL","PARA_decel_O":"PARA_decel_O","PARA_Land":"PARA_Land","FALL_SkyDive_L":"FALL_SkyDive_L","PARA_Land_Water_O":"PARA_Land_Water_O","PARA_Rip_O":"PARA_Rip_O","FALL_skyDive":"FALL_skyDive","PARA_open":"PARA_open","PARA_float_O":"PARA_float_O","PARA_Rip_Land_O":"PARA_Rip_Land_O","PARA_Land_Water":"PARA_Land_Water","PARA_steerR_O":"PARA_steerR_O"},"SHOP":{"SHP_Rob_React":"SHP_Rob_React","SHP_Duck_Aim":"SHP_Duck_Aim","SHP_Serve_Idle":"SHP_Serve_Idle","ROB_Loop":"ROB_Loop","SHP_Jump_Land":"SHP_Jump_Land","SHP_Serve_End":"SHP_Serve_End","SHP_Rob_GiveCash":"SHP_Rob_GiveCash","SHP_Rob_HandsUp":"SHP_Rob_HandsUp","SHP_Duck":"SHP_Duck","SHP_Gun_Duck":"SHP_Gun_Duck","SHP_Gun_Fire":"SHP_Gun_Fire","SHP_Gun_Grab":"SHP_Gun_Grab","SHP_HandsUp_Scr":"SHP_HandsUp_Scr","SHP_Serve_Start":"SHP_Serve_Start","SHP_Jump_Glide":"SHP_Jump_Glide","SHP_Gun_Threat":"SHP_Gun_Threat","ROB_StickUp_In":"ROB_StickUp_In","ROB_Shifty":"ROB_Shifty","SHP_Serve_Loop":"SHP_Serve_Loop","SHP_Duck_Fire":"SHP_Duck_Fire","SHP_Gun_Aim":"SHP_Gun_Aim","Smoke_RYD":"Smoke_RYD","SHP_Jump_Launch":"SHP_Jump_Launch","ROB_Loop_Threat":"ROB_Loop_Threat","ROB_2Idle":"ROB_2Idle"},"LAPDAN1":{"LAPDAN_P":"LAPDAN_P","LAPDAN_D":"LAPDAN_D"},"GRAFFITI":{"graffiti_Chkout":"graffiti_Chkout","spraycan_fire":"spraycan_fire"},"TANK":{"TANK_align_LHS":"TANK_align_LHS","TANK_close_LHS":"TANK_close_LHS","TANK_getin_LHS":"TANK_getin_LHS","TANK_open_LHS":"TANK_open_LHS","TANK_doorlocked":"TANK_doorlocked","TANK_getout_LHS":"TANK_getout_LHS"},"BIKEH":{"BIKEh_Still":"BIKEh_Still","BIKEh_Right":"BIKEh_Right","BIKEh_drivebyFT":"BIKEh_drivebyFT","BIKEh_jumponR":"BIKEh_jumponR","BIKEh_getoffBACK":"BIKEh_getoffBACK","BIKEh_jumponL":"BIKEh_jumponL","BIKEh_drivebyRHS":"BIKEh_drivebyRHS","BIKEh_getoffLHS":"BIKEh_getoffLHS","BIKEh_getoffRHS":"BIKEh_getoffRHS","BIKEh_Left":"BIKEh_Left","BIKEh_hit":"BIKEh_hit","BIKEh_Ride":"BIKEh_Ride","BIKEh_kick":"BIKEh_kick","BIKEh_Fwd":"BIKEh_Fwd","BIKEh_pushes":"BIKEh_pushes","BIKEh_Back":"BIKEh_Back","BIKEh_passenger":"BIKEh_passenger","BIKEh_drivebyLHS":"BIKEh_drivebyLHS"},"RYDER":{"RYD_Beckon_03":"RYD_Beckon_03","RYD_Beckon_01":"RYD_Beckon_01","Van_Stand_Crate":"Van_Stand_Crate","Van_Fall_L":"Van_Fall_L","Van_Lean_R":"Van_Lean_R","Van_Stand":"Van_Stand","VAN_PickUp_E":"VAN_PickUp_E","Van_Throw":"Van_Throw","Van_Fall_R":"Van_Fall_R","VAN_PickUp_S":"VAN_PickUp_S","Van_Crate_L":"Van_Crate_L","RYD_Beckon_02":"RYD_Beckon_02","RYD_Die_PT1":"RYD_Die_PT1","RYD_Die_PT2":"RYD_Die_PT2","Van_Crate_R":"Van_Crate_R","Van_Lean_L":"Van_Lean_L"},"ROCKET":{"WALK_start_rocket":"WALK_start_rocket","RocketFire":"RocketFire","run_rocket":"run_rocket","walk_rocket":"walk_rocket","idle_rocket":"idle_rocket"},"SWIM":{"Swim_Breast":"Swim_Breast","Swim_Glide":"Swim_Glide","Swim_jumpout":"Swim_jumpout","Swim_Dive_Under":"Swim_Dive_Under","Swim_Under":"Swim_Under","SWIM_crawl":"SWIM_crawl","Swim_Tread":"Swim_Tread"},"LAPDAN2":{"LAPDAN_P":"LAPDAN_P","LAPDAN_D":"LAPDAN_D"},"COACH":{"COACH_opnL":"COACH_opnL","COACH_outR":"COACH_outR","COACH_opnR":"COACH_opnR","COACH_outL":"COACH_outL","COACH_inL":"COACH_inL","COACH_inR":"COACH_inR"},"BENCHPRESS":{"gym_bp_up_B":"gym_bp_up_B","gym_bp_up_smooth":"gym_bp_up_smooth","gym_bp_up_A":"gym_bp_up_A","gym_bp_geton":"gym_bp_geton","gym_bp_celebrate":"gym_bp_celebrate","gym_bp_down":"gym_bp_down","gym_bp_getoff":"gym_bp_getoff"},"CRIB":{"PED_Console_Loop":"PED_Console_Loop","CRIB_Console_Loop":"CRIB_Console_Loop","PED_Console_Win":"PED_Console_Win","PED_Console_Loose":"PED_Console_Loose","CRIB_Use_Switch":"CRIB_Use_Switch"},"SKATE":{"skate_idle":"skate_idle","skate_run":"skate_run","skate_sprint":"skate_sprint"},"SWEET":{"sweet_hndshldr_01":"sweet_hndshldr_01","sweet_ass_slap":"sweet_ass_slap","Sweet_injuredloop":"Sweet_injuredloop","ho_ass_slapped":"ho_ass_slapped","LaFin_Player":"LaFin_Player","plyr_hndshldr_01":"plyr_hndshldr_01","LaFin_Sweet":"LaFin_Sweet"},"VENDING":{"VEND_Eat_P":"VEND_Eat_P","VEND_Drink_P":"VEND_Drink_P","VEND_Drink2_P":"VEND_Drink2_P","VEND_Use_pt2":"VEND_Use_pt2","VEND_Use":"VEND_Use","vend_eat1_P":"vend_eat1_P"},"RAPPING":{"RAP_A_OUT":"RAP_A_OUT","RAP_A_IN":"RAP_A_IN","RAP_A_Loop":"RAP_A_Loop","RAP_C_Loop":"RAP_C_Loop","Laugh_01":"Laugh_01","RAP_B_Loop":"RAP_B_Loop","RAP_B_OUT":"RAP_B_OUT","RAP_B_IN":"RAP_B_IN"},"BIKE_DBZ":{"Pass_Driveby_BWD":"Pass_Driveby_BWD","Pass_Driveby_LHS":"Pass_Driveby_LHS","Pass_Driveby_RHS":"Pass_Driveby_RHS","Pass_Driveby_FWD":"Pass_Driveby_FWD"},"DRIVEBYS":{"Gang_DrivebyLHS":"Gang_DrivebyLHS","Gang_DrivebyLHS_Fwd":"Gang_DrivebyLHS_Fwd","Gang_DrivebyTop_LHS":"Gang_DrivebyTop_LHS","Gang_DrivebyRHS_Bwd":"Gang_DrivebyRHS_Bwd","Gang_DrivebyLHS_Bwd":"Gang_DrivebyLHS_Bwd","Gang_DrivebyRHS":"Gang_DrivebyRHS","Gang_DrivebyRHS_Fwd":"Gang_DrivebyRHS_Fwd","Gang_DrivebyTop_RHS":"Gang_DrivebyTop_RHS"},"FINALE":{"FIN_Cop1_Stomp":"FIN_Cop1_Stomp","FIN_Hang_L":"FIN_Hang_L","FIN_Hang_R":"FIN_Hang_R","FIN_Cop1_Loop":"FIN_Cop1_Loop","FIN_LegsUp_L":"FIN_LegsUp_L","FIN_Land_Car":"FIN_Land_Car","FIN_LegsUp_R":"FIN_LegsUp_R","FIN_Let_Go":"FIN_Let_Go","FIN_Hang_Loop":"FIN_Hang_Loop","FIN_LegsUp_Loop":"FIN_LegsUp_Loop","FIN_Jump_On":"FIN_Jump_On","FIN_Cop1_ClimbOut2":"FIN_Cop1_ClimbOut2","FIN_Climb_In":"FIN_Climb_In","FIN_LegsUp":"FIN_LegsUp","FIN_Hang_Slip":"FIN_Hang_Slip","FIN_Land_Die":"FIN_Land_Die"},"FLAME":{"FLAME_fire":"FLAME_fire"},"POLICE":{"CopTraf_Left":"CopTraf_Left","CopTraf_Away":"CopTraf_Away","Door_Kick":"Door_Kick","crm_drgbst_01":"crm_drgbst_01","plc_drgbst_02":"plc_drgbst_02","plc_drgbst_01":"plc_drgbst_01","COP_getoutcar_LHS":"COP_getoutcar_LHS","CopTraf_Come":"CopTraf_Come","CopTraf_Stop":"CopTraf_Stop","Cop_move_FWD":"Cop_move_FWD"},"UZI":{"UZI_crouchfire":"UZI_crouchfire","UZI_reload":"UZI_reload","UZI_fire":"UZI_fire","UZI_fire_poor":"UZI_fire_poor","UZI_crouchreload":"UZI_crouchreload"},"WUZI":{"Wuzi_grnd_chk":"Wuzi_grnd_chk","CS_Plyr_pt1":"CS_Plyr_pt1","Wuzi_stand_loop":"Wuzi_stand_loop","CS_Plyr_pt2":"CS_Plyr_pt2","Wuzi_Greet_Plyr":"Wuzi_Greet_Plyr","CS_Wuzi_pt2":"CS_Wuzi_pt2","Wuzi_follow":"Wuzi_follow","Walkstart_Idle_01":"Walkstart_Idle_01","CS_Wuzi_pt1":"CS_Wuzi_pt1","Wuzi_Walk":"Wuzi_Walk","Wuzi_Greet_Wuzi":"Wuzi_Greet_Wuzi","CS_Dead_Guy":"CS_Dead_Guy"},"DANCING":{"dnce_M_e":"dnce_M_e","DAN_Down_A":"DAN_Down_A","dnce_M_b":"dnce_M_b","DAN_Right_A":"DAN_Right_A","dance_loop":"dance_loop","bd_clap1":"bd_clap1","dnce_M_a":"dnce_M_a","dnce_M_d":"dnce_M_d","DAN_Up_A":"DAN_Up_A","bd_clap":"bd_clap","DAN_Loop_A":"DAN_Loop_A","dnce_M_c":"dnce_M_c","DAN_Left_A":"DAN_Left_A"},"WAYFARER":{"WF_Fwd":"WF_Fwd","WF_Ride":"WF_Ride","WF_drivebyLHS":"WF_drivebyLHS","WF_hit":"WF_hit","WF_jumponR":"WF_jumponR","WF_Back":"WF_Back","WF_Left":"WF_Left","WF_drivebyFT":"WF_drivebyFT","WF_getoffBACK":"WF_getoffBACK","WF_Right":"WF_Right","WF_pushes":"WF_pushes","WF_Still":"WF_Still","WF_getoffRHS":"WF_getoffRHS","WF_kick":"WF_kick","WF_passenger":"WF_passenger","WF_getoffLHS":"WF_getoffLHS","WF_drivebyRHS":"WF_drivebyRHS","WF_jumponL":"WF_jumponL"},"TATTOOS":{"TAT_Back_In_T":"TAT_Back_In_T","TAT_Sit_Loop_P":"TAT_Sit_Loop_P","TAT_Che_In_P":"TAT_Che_In_P","TAT_ArmR_Pose_P":"TAT_ArmR_Pose_P","TAT_ArmL_Out_T":"TAT_ArmL_Out_T","TAT_Bel_In_T":"TAT_Bel_In_T","TAT_Sit_Loop_O":"TAT_Sit_Loop_O","TAT_Back_Pose_P":"TAT_Back_Pose_P","TAT_ArmR_Pose_O":"TAT_ArmR_Pose_O","TAT_ArmL_Pose_P":"TAT_ArmL_Pose_P","TAT_Che_Out_T":"TAT_Che_Out_T","TAT_Sit_In_P":"TAT_Sit_In_P","TAT_Che_Pose_O":"TAT_Che_Pose_O","TAT_ArmL_In_T":"TAT_ArmL_In_T","TAT_Bel_Out_T":"TAT_Bel_Out_T","TAT_ArmL_Pose_O":"TAT_ArmL_Pose_O","TAT_Sit_In_O":"TAT_Sit_In_O","TAT_Sit_Out_P":"TAT_Sit_Out_P","TAT_Drop_O":"TAT_Drop_O","TAT_Che_Pose_P":"TAT_Che_Pose_P","TAT_ArmR_In_P":"TAT_ArmR_In_P","TAT_Che_In_O":"TAT_Che_In_O","TAT_ArmR_Out_T":"TAT_ArmR_Out_T","TAT_Sit_Out_O":"TAT_Sit_Out_O","TAT_Che_Out_O":"TAT_Che_Out_O","TAT_ArmR_Pose_T":"TAT_ArmR_Pose_T","TAT_ArmL_Out_P":"TAT_ArmL_Out_P","TAT_Bel_In_O":"TAT_Bel_In_O","TAT_Che_Pose_T":"TAT_Che_Pose_T","TAT_Back_In_O":"TAT_Back_In_O","TAT_Back_In_P":"TAT_Back_In_P","TAT_ArmR_In_T":"TAT_ArmR_In_T","TAT_Sit_In_T":"TAT_Sit_In_T","TAT_ArmL_In_O":"TAT_ArmL_In_O","TAT_Che_Out_P":"TAT_Che_Out_P","TAT_Back_Sit_Loop_P":"TAT_Back_Sit_Loop_P","TAT_ArmR_Out_O":"TAT_ArmR_Out_O","TAT_ArmL_In_P":"TAT_ArmL_In_P","TAT_Sit_Loop_T":"TAT_Sit_Loop_T","TAT_Idle_Loop_T":"TAT_Idle_Loop_T","TAT_Che_In_T":"TAT_Che_In_T","TAT_Back_Sit_Out_P":"TAT_Back_Sit_Out_P","TAT_ArmR_Out_P":"TAT_ArmR_Out_P","TAT_Back_Sit_In_P":"TAT_Back_Sit_In_P","TAT_Bel_Out_O":"TAT_Bel_Out_O","TAT_Back_Out_T":"TAT_Back_Out_T","TAT_ArmR_In_O":"TAT_ArmR_In_O","TAT_Back_Pose_T":"TAT_Back_Pose_T","TAT_ArmL_Out_O":"TAT_ArmL_Out_O","TAT_ArmL_Pose_T":"TAT_ArmL_Pose_T","TAT_Bel_Pose_T":"TAT_Bel_Pose_T","TAT_Back_Pose_O":"TAT_Back_Pose_O","TAT_Bel_Pose_O":"TAT_Bel_Pose_O","TAT_Idle_Loop_O":"TAT_Idle_Loop_O","TAT_Back_Out_P":"TAT_Back_Out_P","TAT_Back_Out_O":"TAT_Back_Out_O","TAT_Sit_Out_T":"TAT_Sit_Out_T"},"FIGHT_D":{"FightD_1":"FightD_1","FightD_G":"FightD_G","HitD_3":"HitD_3","FightD_3":"FightD_3","HitD_1":"HitD_1","FightD_2":"FightD_2","FightD_IDLE":"FightD_IDLE","HitD_2":"HitD_2","FightD_block":"FightD_block","FightD_M":"FightD_M"},"CAR":{"Tap_hand":"Tap_hand","Fixn_Car_Loop":"Fixn_Car_Loop","Tyd2car_high":"Tyd2car_high","Fixn_Car_Out":"Fixn_Car_Out","Tyd2car_bump":"Tyd2car_bump","Tyd2car_low":"Tyd2car_low","Tyd2car_TurnR":"Tyd2car_TurnR","Tyd2car_med":"Tyd2car_med","flag_drop":"flag_drop","Sit_relaxed":"Sit_relaxed","Tyd2car_TurnL":"Tyd2car_TurnL"},"FREEWEIGHTS":{"gym_free_loop":"gym_free_loop","gym_free_up_smooth":"gym_free_up_smooth","gym_barbell":"gym_barbell","gym_free_putdown":"gym_free_putdown","gym_free_celebrate":"gym_free_celebrate","gym_free_down":"gym_free_down","gym_free_pickup":"gym_free_pickup","gym_free_B":"gym_free_B","gym_free_A":"gym_free_A"},"PAULNMAC":{"Piss_out":"Piss_out","PnM_Argue1_A":"PnM_Argue1_A","PnM_Argue1_B":"PnM_Argue1_B","wank_out":"wank_out","PnM_Argue2_B":"PnM_Argue2_B","Piss_in":"Piss_in","PnM_Loop_A":"PnM_Loop_A","wank_in":"wank_in","PnM_Loop_B":"PnM_Loop_B","PnM_Argue2_A":"PnM_Argue2_A","wank_loop":"wank_loop","Piss_loop":"Piss_loop"},"COLT45":{"colt45_fire":"colt45_fire","2guns_crouchfire":"2guns_crouchfire","colt45_fire_2hands":"colt45_fire_2hands","colt45_reload":"colt45_reload","colt45_crouchfire":"colt45_crouchfire","sawnoff_reload":"sawnoff_reload","colt45_crouchreload":"colt45_crouchreload"},"CRACK":{"Bbalbat_Idle_02":"Bbalbat_Idle_02","crckidle2":"crckidle2","Bbalbat_Idle_01":"Bbalbat_Idle_01","crckdeth3":"crckdeth3","crckidle3":"crckidle3","crckdeth1":"crckdeth1","crckdeth4":"crckdeth4","crckdeth2":"crckdeth2","crckidle4":"crckidle4","crckidle1":"crckidle1"},"BOMBER":{"BOM_Plant_2Idle":"BOM_Plant_2Idle","BOM_Plant":"BOM_Plant","BOM_Plant_Crouch_In":"BOM_Plant_Crouch_In","BOM_Plant_Crouch_Out":"BOM_Plant_Crouch_Out","BOM_Plant_Loop":"BOM_Plant_Loop","BOM_Plant_In":"BOM_Plant_In"},"LAPDAN3":{"LAPDAN_P":"LAPDAN_P","LAPDAN_D":"LAPDAN_D"},"VAN":{"VAN_getin_Back_RHS":"VAN_getin_Back_RHS","VAN_getout_back_RHS":"VAN_getout_back_RHS","VAN_open_back_LHS":"VAN_open_back_LHS","VAN_getout_back_LHS":"VAN_getout_back_LHS","VAN_getin_Back_LHS":"VAN_getin_Back_LHS","VAN_open_back_RHS":"VAN_open_back_RHS","VAN_close_back_RHS":"VAN_close_back_RHS","VAN_close_back_LHS":"VAN_close_back_LHS"},"RIOT":{"RIOT_shout":"RIOT_shout","RIOT_ANGRY_B":"RIOT_ANGRY_B","RIOT_PUNCHES":"RIOT_PUNCHES","RIOT_ANGRY":"RIOT_ANGRY","RIOT_FUKU":"RIOT_FUKU","RIOT_challenge":"RIOT_challenge","RIOT_CHANT":"RIOT_CHANT"},"CLOTHES":{"CLO_Pose_Hat":"CLO_Pose_Hat","CLO_Pose_Loop":"CLO_Pose_Loop","CLO_Pose_Shoes":"CLO_Pose_Shoes","CLO_Pose_In":"CLO_Pose_In","CLO_Pose_Legs":"CLO_Pose_Legs","CLO_Out":"CLO_Out","CLO_Pose_In_O":"CLO_Pose_In_O","CLO_In":"CLO_In","CLO_Pose_Torso":"CLO_Pose_Torso","CLO_Buy":"CLO_Buy","CLO_Pose_Watch":"CLO_Pose_Watch","CLO_Pose_Out":"CLO_Pose_Out","CLO_Pose_Out_O":"CLO_Pose_Out_O"},"MEDIC":{"CPR":"CPR"},"PLAYER_DVBYS":{"Plyr_DrivebyLHS":"Plyr_DrivebyLHS","Plyr_DrivebyFwd":"Plyr_DrivebyFwd","Plyr_DrivebyRHS":"Plyr_DrivebyRHS","Plyr_DrivebyBwd":"Plyr_DrivebyBwd"},"BIKEV":{"BIKEv_hit":"BIKEv_hit","BIKEv_Still":"BIKEv_Still","BIKEv_pushes":"BIKEv_pushes","BIKEv_jumponL":"BIKEv_jumponL","BIKEv_kick":"BIKEv_kick","BIKEv_getoffBACK":"BIKEv_getoffBACK","BIKEv_drivebyRHS":"BIKEv_drivebyRHS","BIKEv_Fwd":"BIKEv_Fwd","BIKEv_Ride":"BIKEv_Ride","BIKEv_passenger":"BIKEv_passenger","BIKEv_getoffLHS":"BIKEv_getoffLHS","BIKEv_jumponR":"BIKEv_jumponR","BIKEv_drivebyFT":"BIKEv_drivebyFT","BIKEv_drivebyLHS":"BIKEv_drivebyLHS","BIKEv_getoffRHS":"BIKEv_getoffRHS","BIKEv_Left":"BIKEv_Left","BIKEv_Right":"BIKEv_Right","BIKEv_Back":"BIKEv_Back"},"SCRATCHING":{"scdlulp":"scdlulp","sc_ltor":"sc_ltor","scdrulp":"scdrulp","scdrdlp":"scdrdlp","sclng_r":"sclng_r","sc_rtol":"sc_rtol","scmid_r":"scmid_r","scdldlp":"scdldlp","sclng_l":"sclng_l","scshrtr":"scshrtr","scshrtl":"scshrtl","scmid_l":"scmid_l"},"SNIPER":{"WEAPON_sniper":"WEAPON_sniper"},"MISC":{"bmx_idleloop_02":"bmx_idleloop_02","bng_wndw_02":"bng_wndw_02","PASS_Rifle_Ped":"PASS_Rifle_Ped","Scratchballs_01":"Scratchballs_01","Run_Dive":"Run_Dive","BMX_comeon":"BMX_comeon","PASS_Rifle_Ply":"PASS_Rifle_Ply","Idle_Chat_02":"Idle_Chat_02","bmx_talkleft_in":"bmx_talkleft_in","KAT_Throw_O":"KAT_Throw_O","bmx_talkright_in":"bmx_talkright_in","bmx_talkright_out":"bmx_talkright_out","Hiker_Pose":"Hiker_Pose","smlplane_door":"smlplane_door","smalplane_door":"smalplane_door","Seat_talk_02":"Seat_talk_02","KAT_Throw_P":"KAT_Throw_P","Seat_talk_01":"Seat_talk_01","Plunger_01":"Plunger_01","GRAB_L":"GRAB_L","plyr_shkhead":"plyr_shkhead","Case_pickup":"Case_pickup","Plyrlean_loop":"Plyrlean_loop","BMX_celebrate":"BMX_celebrate","Plane_door":"Plane_door","Plane_hijack":"Plane_hijack","pickup_box":"pickup_box","bitchslap":"bitchslap","SEAT_LR":"SEAT_LR","SEAT_watch":"SEAT_watch","PASS_Rifle_O":"PASS_Rifle_O","bmx_talkleft_loop":"bmx_talkleft_loop","GRAB_R":"GRAB_R","Plane_exit":"Plane_exit","bmx_talkright_loop":"bmx_talkright_loop","bmx_idleloop_01":"bmx_idleloop_01","bng_wndw":"bng_wndw","KAT_Throw_K":"KAT_Throw_K","bmx_talkleft_out":"bmx_talkleft_out","Hiker_Pose_L":"Hiker_Pose_L","door_jet":"door_jet"},"BIKELEAP":{"bk_blnce_out":"bk_blnce_out","bk_jmp":"bk_jmp","struggle_driver":"struggle_driver","truck_getin":"truck_getin","truck_driver":"truck_driver","bk_rdy_out":"bk_rdy_out","bk_rdy_in":"bk_rdy_in","bk_blnce_in":"bk_blnce_in","struggle_cesar":"struggle_cesar"},"SWAT":{"swt_vnt_sht_in":"swt_vnt_sht_in","JMP_Wall1m_180":"JMP_Wall1m_180","swt_wllpk_L":"swt_wllpk_L","gnstwall_injurd":"gnstwall_injurd","swt_sty":"swt_sty","swt_breach_03":"swt_breach_03","swt_vent_02":"swt_vent_02","swt_lkt":"swt_lkt","swt_wllshoot_in_R":"swt_wllshoot_in_R","Rail_fall_crawl":"Rail_fall_crawl","swt_vnt_sht_loop":"swt_vnt_sht_loop","swt_wllshoot_in_L":"swt_wllshoot_in_L","swt_wllshoot_out_L":"swt_wllshoot_out_L","Rail_fall":"Rail_fall","swt_breach_02":"swt_breach_02","swt_go":"swt_go","swt_vnt_sht_die":"swt_vnt_sht_die","swt_vent_01":"swt_vent_01","swt_wllpk_R":"swt_wllpk_R","swt_breach_01":"swt_breach_01","swt_wllpk_L_back":"swt_wllpk_L_back","swt_wllshoot_out_R":"swt_wllshoot_out_R","swt_wllpk_R_back":"swt_wllpk_R_back"},"BSKTBALL":{"BBALL_idle2_O":"BBALL_idle2_O","BBALL_Dnk_Lnch":"BBALL_Dnk_Lnch","BBALL_Dnk":"BBALL_Dnk","BBALL_Jump_End":"BBALL_Jump_End","BBALL_Dnk_Lnch_O":"BBALL_Dnk_Lnch_O","BBALL_pickup_O":"BBALL_pickup_O","BBALL_Jump_Cancel":"BBALL_Jump_Cancel","BBALL_Dnk_Gli":"BBALL_Dnk_Gli","BBALL_WalkStop_L_O":"BBALL_WalkStop_L_O","BBALL_Jump_Cancel_O":"BBALL_Jump_Cancel_O","BBALL_walk":"BBALL_walk","BBALL_Net_Dnk_O":"BBALL_Net_Dnk_O","BBALL_run_O":"BBALL_run_O","BBALL_SkidStop_R_O":"BBALL_SkidStop_R_O","BBALL_SkidStop_L":"BBALL_SkidStop_L","BBALL_SkidStop_R":"BBALL_SkidStop_R","BBALL_Jump_Shot_O":"BBALL_Jump_Shot_O","BBALL_idleloop_O":"BBALL_idleloop_O","BBALL_WalkStop_R_O":"BBALL_WalkStop_R_O","BBALL_react_miss":"BBALL_react_miss","BBALL_react_score":"BBALL_react_score","BBALL_SkidStop_L_O":"BBALL_SkidStop_L_O","BBALL_Dnk_Lnd":"BBALL_Dnk_Lnd","BBALL_idle":"BBALL_idle","BBALL_idle2":"BBALL_idle2","BBALL_Dnk_Gli_O":"BBALL_Dnk_Gli_O","BBALL_walk_O":"BBALL_walk_O","BBALL_def_loop":"BBALL_def_loop","BBALL_idle_O":"BBALL_idle_O","BBALL_idleloop":"BBALL_idleloop","BBALL_def_stepL":"BBALL_def_stepL","BBALL_Dnk_O":"BBALL_Dnk_O","BBALL_walk_start":"BBALL_walk_start","BBALL_def_stepR":"BBALL_def_stepR","BBALL_def_jump_shot":"BBALL_def_jump_shot","BBALL_Jump_Shot":"BBALL_Jump_Shot","BBALL_walk_start_O":"BBALL_walk_start_O","BBALL_run":"BBALL_run","BBALL_pickup":"BBALL_pickup","BBALL_WalkStop_R":"BBALL_WalkStop_R","BBALL_WalkStop_L":"BBALL_WalkStop_L"},"MTB":{"MTB_Left":"MTB_Left","MTB_sprint":"MTB_sprint","MTB_fwd":"MTB_fwd","MTB_bunnyhop":"MTB_bunnyhop","MTB_drivebyFT":"MTB_drivebyFT","MTB_driveby_RHS":"MTB_driveby_RHS","MTB_pedal":"MTB_pedal","MTB_driveby_LHS":"MTB_driveby_LHS","MTB_getoffRHS":"MTB_getoffRHS","MTB_getoffBACK":"MTB_getoffBACK","MTB_getoffLHS":"MTB_getoffLHS","MTB_Right":"MTB_Right","MTB_back":"MTB_back","MTB_jumponL":"MTB_jumponL","MTB_still":"MTB_still","MTB_pushes":"MTB_pushes","MTB_Ride":"MTB_Ride","MTB_jumponR":"MTB_jumponR"},"BEACH":{"ParkSit_W_loop":"ParkSit_W_loop","SitnWait_loop_W":"SitnWait_loop_W","Lay_Bac_Loop":"Lay_Bac_Loop","ParkSit_M_loop":"ParkSit_M_loop","bather":"bather"},"OTB":{"betslp_out":"betslp_out","wtchrace_win":"wtchrace_win","wtchrace_cmon":"wtchrace_cmon","wtchrace_in":"wtchrace_in","wtchrace_lose":"wtchrace_lose","betslp_tnk":"betslp_tnk","betslp_loop":"betslp_loop","betslp_in":"betslp_in","wtchrace_loop":"wtchrace_loop","betslp_lkabt":"betslp_lkabt","wtchrace_out":"wtchrace_out"},"CHAINSAW":{"CSAW_1":"CSAW_1","CSAW_G":"CSAW_G","IDLE_csaw":"IDLE_csaw","CSAW_Hit_2":"CSAW_Hit_2","CSAW_3":"CSAW_3","WEAPON_csaw":"WEAPON_csaw","csaw_part":"csaw_part","CSAW_2":"CSAW_2","WEAPON_csawlo":"WEAPON_csawlo","CSAW_Hit_3":"CSAW_Hit_3","CSAW_Hit_1":"CSAW_Hit_1"},"SMOKING":{"M_smk_out":"M_smk_out","M_smk_in":"M_smk_in","M_smklean_loop":"M_smklean_loop","M_smk_drag":"M_smk_drag","F_smklean_loop":"F_smklean_loop","M_smk_tap":"M_smk_tap","M_smk_loop":"M_smk_loop","M_smkstnd_loop":"M_smkstnd_loop"},"QUAD":{"QUAD_getoff_B":"QUAD_getoff_B","QUAD_geton_LHS":"QUAD_geton_LHS","QUAD_getoff_RHS":"QUAD_getoff_RHS","QUAD_Right":"QUAD_Right","QUAD_kick":"QUAD_kick","QUAD_reverse":"QUAD_reverse","QUAD_getoff_LHS":"QUAD_getoff_LHS","QUAD_ride":"QUAD_ride","QUAD_FWD":"QUAD_FWD","QUAD_Left":"QUAD_Left","QUAD_driveby_FT":"QUAD_driveby_FT","QUAD_passenger":"QUAD_passenger","QUAD_back":"QUAD_back","QUAD_geton_RHS":"QUAD_geton_RHS","QUAD_driveby_LHS":"QUAD_driveby_LHS","QUAD_hit":"QUAD_hit","QUAD_driveby_RHS":"QUAD_driveby_RHS"},"FINALE2":{"FIN_Cop1_Shot":"FIN_Cop1_Shot","FIN_Cop1_ClimbOut":"FIN_Cop1_ClimbOut","FIN_Switch_P":"FIN_Switch_P","FIN_Cop1_Loop":"FIN_Cop1_Loop","FIN_Cop1_Fall":"FIN_Cop1_Fall","FIN_Cop1_Swing":"FIN_Cop1_Swing","FIN_Cop2_ClimbOut":"FIN_Cop2_ClimbOut","FIN_Switch_S":"FIN_Switch_S"},"GRENADE":{"WEAPON_start_throw":"WEAPON_start_throw","WEAPON_throw":"WEAPON_throw","WEAPON_throwu":"WEAPON_throwu"},"BUS":{"BUS_open_RHS":"BUS_open_RHS","BUS_pullout_LHS":"BUS_pullout_LHS","BUS_getin_LHS":"BUS_getin_LHS","BUS_getout_LHS":"BUS_getout_LHS","BUS_getin_RHS":"BUS_getin_RHS","BUS_close":"BUS_close","BUS_getout_RHS":"BUS_getout_RHS","BUS_jacked_LHS":"BUS_jacked_LHS","BUS_open":"BUS_open"},"FIGHT_B":{"FightB_M":"FightB_M","FightB_2":"FightB_2","FightB_block":"FightB_block","HitB_1":"HitB_1","FightB_1":"FightB_1","FightB_IDLE":"FightB_IDLE","FightB_G":"FightB_G","HitB_3":"HitB_3","FightB_3":"FightB_3","HitB_2":"HitB_2"},"GHETTO_DB":{"GDB_Car2_PLY":"GDB_Car2_PLY","GDB_Car_SMO":"GDB_Car_SMO","GDB_Car_SWE":"GDB_Car_SWE","GDB_Car_PLY":"GDB_Car_PLY","GDB_Car2_SMO":"GDB_Car2_SMO","GDB_Car_RYD":"GDB_Car_RYD","GDB_Car2_SWE":"GDB_Car2_SWE"},"DODGE":{"Crush_Jump":"Crush_Jump","Cover_Dive_02":"Cover_Dive_02","Cover_Dive_01":"Cover_Dive_01","Crushed":"Crushed"},"PED":{"DOOR_RHinge_O":"DOOR_RHinge_O","WOMAN_walkshop":"WOMAN_walkshop","CAR_alignHI_LHS":"CAR_alignHI_LHS","endchat_01":"endchat_01","run_fatold":"run_fatold","IDLE_HBHB":"IDLE_HBHB","Sprint_Wuzi":"Sprint_Wuzi","run_gang1":"run_gang1","IDLE_tired":"IDLE_tired","CLIMB_Stand":"CLIMB_Stand","CAR_pulloutL_RHS":"CAR_pulloutL_RHS","flee_lkaround_01":"flee_lkaround_01","Fight2Idle":"Fight2Idle","CAR_getoutL_RHS":"CAR_getoutL_RHS","factalk":"factalk","GunMove_FWD":"GunMove_FWD","HIT_L":"HIT_L","Tap_handP":"Tap_handP","CAR_open_LHS":"CAR_open_LHS","DAM_armR_frmRT":"DAM_armR_frmRT","WOMAN_walkold":"WOMAN_walkold","BIKE_pullupR":"BIKE_pullupR","CAR_fallout_RHS":"CAR_fallout_RHS","Drown":"Drown","Drive_L_weak":"Drive_L_weak","FALL_collapse":"FALL_collapse","DRIVE_BOAT_L":"DRIVE_BOAT_L","CLIMB_jump2fall":"CLIMB_jump2fall","CAR_alignHI_RHS":"CAR_alignHI_RHS","BIKE_fall_off":"BIKE_fall_off","CAR_tune_radio":"CAR_tune_radio","CAR_rolldoorLO":"CAR_rolldoorLO","KO_skid_front":"KO_skid_front","woman_run":"woman_run","pass_Smoke_in_car":"pass_Smoke_in_car","EV_dive":"EV_dive","WALK_player":"WALK_player","WOMAN_runbusy":"WOMAN_runbusy","CAR_pullout_RHS":"CAR_pullout_RHS","CAR_jumpin_LHS":"CAR_jumpin_LHS","CAR_Qjacked":"CAR_Qjacked","endchat_03":"endchat_03","CAR_LB_weak":"CAR_LB_weak","DAM_armL_frmFT":"DAM_armL_frmFT","CAR_dead_LHS":"CAR_dead_LHS","Drive_L_pro_slow":"Drive_L_pro_slow","JUMP_launch_R":"JUMP_launch_R","CAR_getin_RHS":"CAR_getin_RHS","CAR_closedoorL_RHS":"CAR_closedoorL_RHS","IDLE_taxi":"IDLE_taxi","CLIMB_jump":"CLIMB_jump","DRIVE_truck_R":"DRIVE_truck_R","phone_in":"phone_in","swat_run":"swat_run","HitA_1":"HitA_1","DRIVE_BOAT_back":"DRIVE_BOAT_back","WOMAN_walkpro":"WOMAN_walkpro","phone_talk":"phone_talk","run_right":"run_right","KO_skid_back":"KO_skid_back","CAR_rollout_RHS":"CAR_rollout_RHS","KO_shot_stom":"KO_shot_stom","WOMAN_walksexy":"WOMAN_walksexy","SHOT_partial":"SHOT_partial","DAM_stomach_frmBK":"DAM_stomach_frmBK","WALK_start_armed":"WALK_start_armed","Driveby_L":"Driveby_L","phone_out":"phone_out","WALK_gang2":"WALK_gang2","Drive_L_weak_slow":"Drive_L_weak_slow","CAR_close_LHS":"CAR_close_LHS","CAR_rolldoor":"CAR_rolldoor","run_old":"run_old","WALK_start_rocket":"WALK_start_rocket","Drive_R_weak":"Drive_R_weak","CAR_pullout_LHS":"CAR_pullout_LHS","CAR_align_LHS":"CAR_align_LHS","FightA_2":"FightA_2","DRIVE_BOAT_R":"DRIVE_BOAT_R","HIT_wall":"HIT_wall","CAR_doorlocked_RHS":"CAR_doorlocked_RHS","WALK_start":"WALK_start","DAM_LegL_frmLT":"DAM_LegL_frmLT","FightA_block":"FightA_block","gas_cwr":"gas_cwr","DAM_stomach_frmRT":"DAM_stomach_frmRT","DAM_LegL_frmBK":"DAM_LegL_frmBK","GunCrouchBwd":"GunCrouchBwd","CAR_getinL_RHS":"CAR_getinL_RHS","Run_stopR":"Run_stopR","WALK_drunk":"WALK_drunk","WALK_rocket":"WALK_rocket","BIKE_elbowL":"BIKE_elbowL","CAR_getinL_LHS":"CAR_getinL_LHS","FALL_skyDive":"FALL_skyDive","Idle_Gang1":"Idle_Gang1","Turn_R":"Turn_R","FALL_front":"FALL_front","ARRESTgun":"ARRESTgun","GunMove_R":"GunMove_R","JUMP_land":"JUMP_land","CAR_close_RHS":"CAR_close_RHS","Drive_LO_R":"Drive_LO_R","CAR_pulloutL_LHS":"CAR_pulloutL_LHS","Gun_2_IDLE":"Gun_2_IDLE","facsurpm":"facsurpm","facsurp":"facsurp","Drive_LO_l":"Drive_LO_l","ATM":"ATM","JUMP_launch":"JUMP_launch","Shove_Partial":"Shove_Partial","run_fat":"run_fat","facanger":"facanger","FightSh_FWD":"FightSh_FWD","DAM_LegR_frmBK":"DAM_LegR_frmBK","KO_spin_R":"KO_spin_R","run_1armed":"run_1armed","CAR_Lshuffle_RHS":"CAR_Lshuffle_RHS","DAM_stomach_frmLT":"DAM_stomach_frmLT","turn_180":"turn_180","BIKE_pullupL":"BIKE_pullupL","Turn_L":"Turn_L","FALL_land":"FALL_land","Smoke_in_car":"Smoke_in_car","WALK_shuffle":"WALK_shuffle","KD_left":"KD_left","BIKE_pickupR":"BIKE_pickupR","HIT_behind":"HIT_behind","DAM_armL_frmLT":"DAM_armL_frmLT","Drive_L":"Drive_L","run_csaw":"run_csaw","run_armed":"run_armed","Swim_Tread":"Swim_Tread","XPRESSscratch":"XPRESSscratch","Player_Sneak_walkstart":"Player_Sneak_walkstart","bomber":"bomber","gum_eat":"gum_eat","GUN_BUTT_crouch":"GUN_BUTT_crouch","WOMAN_walkfatold":"WOMAN_walkfatold","JUMP_glide":"JUMP_glide","KART_R":"KART_R","DrivebyL_R":"DrivebyL_R","run_left":"run_left","HIT_front":"HIT_front","getup":"getup","CAR_crawloutRHS":"CAR_crawloutRHS","SHOT_partial_B":"SHOT_partial_B","KO_shot_face":"KO_shot_face","Drive_R_pro":"Drive_R_pro","Drive_L_slow":"Drive_L_slow","idlestance_old":"idlestance_old","EV_step":"EV_step","CLIMB_Pull":"CLIMB_Pull","run_rocket":"run_rocket","CAR_sit_weak":"CAR_sit_weak","Run_Wuzi":"Run_Wuzi","DUCK_cower":"DUCK_cower","endchat_02":"endchat_02","woman_runpanic":"woman_runpanic","CAR_rollout_LHS":"CAR_rollout_LHS","CAR_open_RHS":"CAR_open_RHS","roadcross_old":"roadcross_old","run_civi":"run_civi","FightSh_BWD":"FightSh_BWD","HIT_walk":"HIT_walk","CAR_getoutL_LHS":"CAR_getoutL_LHS","Tap_hand":"Tap_hand","getup_front":"getup_front","GunMove_L":"GunMove_L","IDLE_chat":"IDLE_chat","HIT_back":"HIT_back","CAR_getout_RHS":"CAR_getout_RHS","WALK_fat":"WALK_fat","FLOOR_hit_f":"FLOOR_hit_f","run_player":"run_player","CAR_jackedLHS":"CAR_jackedLHS","HitA_2":"HitA_2","Jetpack_Idle":"Jetpack_Idle","CAR_getout_LHS":"CAR_getout_LHS","WEAPON_crouch":"WEAPON_crouch","Drive_R_weak_slow":"Drive_R_weak_slow","Driveby_R":"Driveby_R","FightShF":"FightShF","IDLE_armed":"IDLE_armed","FLOOR_hit":"FLOOR_hit","fucku":"fucku","Player_Sneak":"Player_Sneak","DAM_armR_frmBK":"DAM_armR_frmBK","Drive_R_slow":"Drive_R_slow","HIT_R":"HIT_R","WALK_old":"WALK_old","SHOT_rightP":"SHOT_rightP","CAR_align_RHS":"CAR_align_RHS","roadcross":"roadcross","gang_gunstand":"gang_gunstand","CAR_fallout_LHS":"CAR_fallout_LHS","SEAT_up":"SEAT_up","FightA_1":"FightA_1","roadcross_gang":"roadcross_gang","CAR_sitpLO":"CAR_sitpLO","JOG_femaleA":"JOG_femaleA","IDLE_ROCKET":"IDLE_ROCKET","JOG_maleA":"JOG_maleA","WOMAN_walknorm":"WOMAN_walknorm","BIKE_fallR":"BIKE_fallR","DAM_stomach_frmFT":"DAM_stomach_frmFT","DAM_LegR_frmFT":"DAM_LegR_frmFT","CAR_sit_pro":"CAR_sit_pro","DAM_LegR_frmRT":"DAM_LegR_frmRT","WALK_civi":"WALK_civi","KO_spin_L":"KO_spin_L","FightA_M":"FightA_M","Crouch_Roll_R":"Crouch_Roll_R","KART_drive":"KART_drive","CAR_doorlocked_LHS":"CAR_doorlocked_LHS","DRIVE_BOAT":"DRIVE_BOAT","woman_idlestance":"woman_idlestance","FightA_3":"FightA_3","sprint_panic":"sprint_panic","handsup":"handsup","CAR_dead_RHS":"CAR_dead_RHS","facurios":"facurios","WALK_gang1":"WALK_gang1","DRIVE_truck_L":"DRIVE_truck_L","facgum":"facgum","CAR_sitp":"CAR_sitp","Drive_R_pro_slow":"Drive_R_pro_slow","WALK_armed":"WALK_armed","KD_right":"KD_right","FALL_back":"FALL_back","Drive_R":"Drive_R","DRIVE_truck_back":"DRIVE_truck_back","FIGHTIDLE":"FIGHTIDLE","car_hookertalk":"car_hookertalk","Gun_stand":"Gun_stand","DrivebyL_L":"DrivebyL_L","Walk_Wuzi":"Walk_Wuzi","Drive_truck":"Drive_truck","FALL_fall":"FALL_fall","CAR_shuffle_RHS":"CAR_shuffle_RHS","HIT_GUN_BUTT":"HIT_GUN_BUTT","FightSh_Right":"FightSh_Right","GunCrouchFwd":"GunCrouchFwd","CLIMB_Stand_finish":"CLIMB_Stand_finish","CAR_closedoor_LHS":"CAR_closedoor_LHS","cower":"cower","Walk_DoorPartial":"Walk_DoorPartial","WOMAN_runfatold":"WOMAN_runfatold","DAM_armL_frmBK":"DAM_armL_frmBK","IDLE_csaw":"IDLE_csaw","FightShB":"FightShB","CAR_LB_pro":"CAR_LB_pro","abseil":"abseil","IDLE_stance":"IDLE_stance","CAR_getin_LHS":"CAR_getin_LHS","GUN_BUTT":"GUN_BUTT","WALK_csaw":"WALK_csaw","SHOT_leftP":"SHOT_leftP","CAR_jackedRHS":"CAR_jackedRHS","CLIMB_jump_B":"CLIMB_jump_B","SEAT_down":"SEAT_down","CAR_closedoorL_LHS":"CAR_closedoorL_LHS","SEAT_idle":"SEAT_idle","KO_shot_front":"KO_shot_front","handscower":"handscower","CAR_LjackedRHS":"CAR_LjackedRHS","WALK_fatold":"WALK_fatold","KART_L":"KART_L","Drive_L_pro":"Drive_L_pro","DAM_armR_frmFT":"DAM_armR_frmFT","FALL_glide":"FALL_glide","Crouch_Roll_L":"Crouch_Roll_L","CAR_LB":"CAR_LB","WOMAN_walkbusy":"WOMAN_walkbusy","GunMove_BWD":"GunMove_BWD","WOMAN_runsexy":"WOMAN_runsexy","sprint_civi":"sprint_civi","HitA_3":"HitA_3","CLIMB_idle":"CLIMB_idle","FightSh_Left":"FightSh_Left","DAM_LegL_frmFT":"DAM_LegL_frmFT","WALK_start_csaw":"WALK_start_csaw","FightA_G":"FightA_G","BIKE_elbowR":"BIKE_elbowR","CAR_sit":"CAR_sit","KART_LB":"KART_LB","Idlestance_fat":"Idlestance_fat","BIKE_pickupL":"BIKE_pickupL","CAR_LjackedLHS":"CAR_LjackedLHS","CAR_Lsit":"CAR_Lsit","DOOR_LHinge_O":"DOOR_LHinge_O","roadcross_female":"roadcross_female","Run_stop":"Run_stop","CAR_closedoor_RHS":"CAR_closedoor_RHS"},"Flowers":{"Flower_attack":"Flower_attack","Flower_attack_M":"Flower_attack_M","Flower_Hit":"Flower_Hit"},"FOOD":{"FF_Die_Left":"FF_Die_Left","FF_Dam_Right":"FF_Dam_Right","FF_Sit_In_R":"FF_Sit_In_R","FF_Sit_Loop":"FF_Sit_Loop","FF_Die_Fwd":"FF_Die_Fwd","SHP_Tray_Lift_Loop":"SHP_Tray_Lift_Loop","EAT_Vomit_P":"EAT_Vomit_P","EAT_Pizza":"EAT_Pizza","FF_Sit_Eat3":"FF_Sit_Eat3","EAT_Chicken":"EAT_Chicken","FF_Sit_Eat2":"FF_Sit_Eat2","SHP_Thank":"SHP_Thank","FF_Dam_Bkw":"FF_Dam_Bkw","FF_Sit_Out_L_180":"FF_Sit_Out_L_180","FF_Sit_Eat1":"FF_Sit_Eat1","SHP_Tray_Out":"SHP_Tray_Out","FF_Die_Right":"FF_Die_Right","FF_Dam_Fwd":"FF_Dam_Fwd","EAT_Vomit_SK":"EAT_Vomit_SK","SHP_Tray_Lift_Out":"SHP_Tray_Lift_Out","SHP_Tray_Lift":"SHP_Tray_Lift","EAT_Burger":"EAT_Burger","SHP_Tray_Pose":"SHP_Tray_Pose","SHP_Tray_In":"SHP_Tray_In","SHP_Tray_Lift_In":"SHP_Tray_Lift_In","FF_Die_Bkw":"FF_Die_Bkw","FF_Sit_In":"FF_Sit_In","FF_Sit_Out_180":"FF_Sit_Out_180","SHP_Tray_Return":"SHP_Tray_Return","FF_Sit_In_L":"FF_Sit_In_L","FF_Sit_Out_R_180":"FF_Sit_Out_R_180","FF_Sit_Look":"FF_Sit_Look","FF_Dam_Left":"FF_Dam_Left"},"NEVADA":{"NEVADA_getin":"NEVADA_getin","NEVADA_getout":"NEVADA_getout"},"PARK":{"Tai_Chi_Loop":"Tai_Chi_Loop","Tai_Chi_Out":"Tai_Chi_Out","Tai_Chi_in":"Tai_Chi_in"},"INT_OFFICE":{"OFF_Sit_Drink":"OFF_Sit_Drink","OFF_Sit_In":"OFF_Sit_In","OFF_Sit_Crash":"OFF_Sit_Crash","OFF_Sit_Read":"OFF_Sit_Read","OFF_Sit_2Idle_180":"OFF_Sit_2Idle_180","FF_Dam_Fwd":"FF_Dam_Fwd","OFF_Sit_Watch":"OFF_Sit_Watch","OFF_Sit_Idle_Loop":"OFF_Sit_Idle_Loop","OFF_Sit_Type_Loop":"OFF_Sit_Type_Loop","OFF_Sit_Bored_Loop":"OFF_Sit_Bored_Loop"},"GOGGLES":{"goggles_put_on":"goggles_put_on"},"FIGHT_E":{"Hit_fightkick_B":"Hit_fightkick_B","Hit_fightkick":"Hit_fightkick","FightKick":"FightKick","FightKick_B":"FightKick_B"},"INT_HOUSE":{"BED_Out_L":"BED_Out_L","BED_Loop_R":"BED_Loop_R","BED_Out_R":"BED_Out_R","wash_up":"wash_up","LOU_Out":"LOU_Out","BED_Loop_L":"BED_Loop_L","BED_In_L":"BED_In_L","LOU_In":"LOU_In","LOU_Loop":"LOU_Loop","BED_In_R":"BED_In_R"},"BAR":{"dnk_stndF_loop":"dnk_stndF_loop","Barserve_bottle":"Barserve_bottle","Barserve_order":"Barserve_order","dnk_stndM_loop":"dnk_stndM_loop","Barcustom_order":"Barcustom_order","Barserve_glass":"Barserve_glass","Barserve_give":"Barserve_give","Barserve_loop":"Barserve_loop","BARman_idle":"BARman_idle","Barcustom_get":"Barcustom_get","Barserve_in":"Barserve_in","Barcustom_loop":"Barcustom_loop"},"BASEBALL":{"Bat_block":"Bat_block","Bat_1":"Bat_1","BAT_PART":"BAT_PART","Bat_M":"Bat_M","Bat_3":"Bat_3","Bat_Hit_3":"Bat_Hit_3","Bat_IDLE":"Bat_IDLE","Bat_4":"Bat_4","Bat_Hit_1":"Bat_Hit_1","Bat_2":"Bat_2","Bat_Hit_2":"Bat_Hit_2"},"SHOTGUN":{"shotgun_fire":"shotgun_fire","shotgun_crouchfire":"shotgun_crouchfire","shotgun_fire_poor":"shotgun_fire_poor"},"RIFLE":{"RIFLE_crouchload":"RIFLE_crouchload","RIFLE_crouchfire":"RIFLE_crouchfire","RIFLE_load":"RIFLE_load","RIFLE_fire":"RIFLE_fire","RIFLE_fire_poor":"RIFLE_fire_poor"},"SILENCED":{"Silence_reload":"Silence_reload","SilenceCrouchfire":"SilenceCrouchfire","Silence_fire":"Silence_fire","CrouchReload":"CrouchReload"},"ATTRACTORS":{"Stepsit_loop":"Stepsit_loop","Stepsit_out":"Stepsit_out","Stepsit_in":"Stepsit_in"},"SHAMAL":{"SHAMAL_align":"SHAMAL_align","SHAMAL_getin_LHS":"SHAMAL_getin_LHS","SHAMAL_getout_LHS":"SHAMAL_getout_LHS","SHAMAL_open":"SHAMAL_open"},"JST_BUISNESS":{"girl_02":"girl_02","smoke_01":"smoke_01","girl_01":"girl_01","player_01":"player_01"},"BIKED":{"BIKEd_Back":"BIKEd_Back","BIKEd_Right":"BIKEd_Right","BIKEd_kick":"BIKEd_kick","BIKEd_Ride":"BIKEd_Ride","BIKEd_passenger":"BIKEd_passenger","BIKEd_getoffLHS":"BIKEd_getoffLHS","BIKEd_drivebyRHS":"BIKEd_drivebyRHS","BIKEd_Fwd":"BIKEd_Fwd","BIKEd_getoffRHS":"BIKEd_getoffRHS","BIKEd_jumponR":"BIKEd_jumponR","BIKEd_jumponL":"BIKEd_jumponL","BIKEd_Left":"BIKEd_Left","BIKEd_pushes":"BIKEd_pushes","BIKEd_Still":"BIKEd_Still","BIKEd_hit":"BIKEd_hit","BIKEd_shuffle":"BIKEd_shuffle","BIKEd_drivebyFT":"BIKEd_drivebyFT","BIKEd_getoffBACK":"BIKEd_getoffBACK","BIKEd_drivebyLHS":"BIKEd_drivebyLHS"},"POOL":{"POOL_Walk":"POOL_Walk","POOL_Long_Shot_O":"POOL_Long_Shot_O","POOL_Short_Shot_O":"POOL_Short_Shot_O","POOL_XLong_Start_O":"POOL_XLong_Start_O","POOL_Long_Start":"POOL_Long_Start","POOL_XLong_Shot":"POOL_XLong_Shot","POOL_Long_Start_O":"POOL_Long_Start_O","POOL_Idle_Stance":"POOL_Idle_Stance","POOL_Short_Start":"POOL_Short_Start","POOL_Med_Start":"POOL_Med_Start","POOL_Long_Shot":"POOL_Long_Shot","POOL_XLong_Start":"POOL_XLong_Start","POOL_Place_White":"POOL_Place_White","POOL_Walk_Start":"POOL_Walk_Start","POOL_Med_Start_O":"POOL_Med_Start_O","POOL_Med_Shot":"POOL_Med_Shot","POOL_XLong_Shot_O":"POOL_XLong_Shot_O","POOL_Short_Start_O":"POOL_Short_Start_O","POOL_Med_Shot_O":"POOL_Med_Shot_O","POOL_Short_Shot":"POOL_Short_Shot","POOL_ChalkCue":"POOL_ChalkCue"},"SPRAYCAN":{"spraycan_fire":"spraycan_fire","spraycan_full":"spraycan_full"},"KART":{"KART_getout_RHS":"KART_getout_RHS","KART_getin_RHS":"KART_getin_RHS","KART_getin_LHS":"KART_getin_LHS","KART_getout_LHS":"KART_getout_LHS"},"COP_AMBIENT":{"Coplook_in":"Coplook_in","Coplook_watch":"Coplook_watch","Copbrowse_shake":"Copbrowse_shake","Coplook_nod":"Coplook_nod","Copbrowse_nod":"Copbrowse_nod","Coplook_think":"Coplook_think","Coplook_shake":"Coplook_shake","Coplook_out":"Coplook_out","Coplook_loop":"Coplook_loop","Copbrowse_out":"Copbrowse_out","Copbrowse_loop":"Copbrowse_loop","Copbrowse_in":"Copbrowse_in"}} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/cheat name.json b/moonloader/lib/cheat-menu/json/cheat name.json new file mode 100644 index 0000000..452d890 --- /dev/null +++ b/moonloader/lib/cheat-menu/json/cheat name.json @@ -0,0 +1,94 @@ +{ + "0" : ["Weapon Set 1", "false" ], + "1" : ["Weapon Set 2", "false" ], + "2" : ["Weapon Set 3", "false" ], + "3" : ["Health Armor 250k", "false" ], + "4" : ["Wanted Level 2 Stars", "false" ], + "5" : ["Clear Wanted Level", "false" ], + "6" : ["Sunny Weather", "false" ], + "7" : ["Very Sunny Weather", "false" ], + "8" : ["Overcast Weather", "false" ], + "9" : ["Rainy Weather", "false" ], + "10" : ["Foggy Weather", "false" ], + "11" : ["Faster Clock", "true" ], + "12" : ["Faster Gameplay", "false" ], + "13" : ["Slower Gameplay", "false" ], + "14" : ["Peds Attack Other With Golfclub", "true" ], + "15" : ["Have A Bounty On Your Head", "false" ], + "16" : ["Everyone Armed", "true" ], + "17" : ["Spawn Rhino", "false" ], + "18" : ["Spawn Bloodring Banger", "false" ], + "19" : ["Spawn Rancher", "false" ], + "20" : ["Spawn HotringA", "false" ], + "21" : ["Spawn HotringB", "false" ], + "22" : ["Spawn Romero", "false" ], + "23" : ["Spawn Stretch", "false" ], + "24" : ["Spawn Trashmaster", "false" ], + "25" : ["Spawn Caddy", "false" ], + "26" : ["Blow Up All Cars", "false" ], + "27" : ["Invisible Car", "true" ], + "28" : ["Perfect Handling", "true" ], + "29" : ["Suicide", "false" ], + "30" : ["Green Lights Cheat", "true" ], + "31" : ["Aggressive Drivers", "true" ], + "32" : ["Pink Traffic", "false" ], + "33" : ["Black Traffic", "false" ], + "34" : ["Cars On Water", "true" ], + "35" : ["Boats Fly", "true" ], + "36" : ["Fat Player", "false" ], + "37" : ["Max Muscle", "false" ], + "38" : ["Skinny Player", "false" ], + "39" : ["Elvis Is Everywhere", "true" ], + "40" : ["Peds Attack You With Rockets", "true" ], + "41" : ["Beach Party", "false" ], + "42" : ["Gang Members Everywhere", "true" ], + "43" : ["Gangs Controls The Streets", "true" ], + "44" : ["Ninja Theme", "false" ], + "45" : ["Slut Magnet", "true" ], + "46" : ["Cheap Traffic", "false" ], + "47" : ["Fast Traffic", "false" ], + "48" : ["Cars Fly", "true" ], + "49" : ["Huge Bunny Hop", "true" ], + "50" : ["Spawn Hydra", "false" ], + "51" : ["Spawn Vortex", "false" ], + "52" : ["Smash N Boom", "false" ], + "53" : ["All Cars Have Nitro", "true" ], + "54" : ["Cars Float Away When Hit", "true" ], + "55" : ["Always Midnight", "true" ], + "56" : ["Stop Game Clock Orange Sky", "true" ], + "57" : ["Thunder Storm", "false" ], + "58" : ["Sand Storm", "false" ], + "59" : ["Unused", "false" ], + "60" : ["Mega Jump", "true" ], + "61" : ["Infinite Health", "true" ], + "62" : ["Infinite Oxygen", "true" ], + "63" : ["Get Parachute", "false" ], + "64" : ["Get Jetpack", "false" ], + "65" : ["I Do As I Please", "false" ], + "66" : ["Six Wanted Stars", "false" ], + "67" : ["Mega Punch", "true" ], + "68" : ["Never Get Hungry", "true" ], + "69" : ["Riot Mode", "true" ], + "70" : ["Funhouse Theme", "false" ], + "71" : ["Adrenaline Mode", "true" ], + "72" : ["Infinite Ammo", "false" ], + "73" : ["Weapon Aiming While Driving", "true" ], + "74" : ["Reduced Traffic", "true" ], + "75" : ["Country Traffic", "true" ], + "76" : ["Wanna Be In My Gang", "true" ], + "77" : ["No One Can Stop Us", "true" ], + "78" : ["Rocket Mayhem", "true" ], + "79" : ["Max Respect", "false" ], + "80" : ["Max Sex Appeal", "false" ], + "81" : ["Max Stamina", "false" ], + "82" : ["Hitman Level For All Weapons", "false" ], + "83" : ["Max Driving Skills", "false" ], + "84" : ["Spawn Hunter", "false" ], + "85" : ["Spawn Quad", "false" ], + "86" : ["Spawn Tanker Truck", "false" ], + "87" : ["Spawn Dozer", "false" ], + "88" : ["Spawn Stunt Plane", "false" ], + "89" : ["Spawn Monster", "false" ], + "90" : ["Prostitutes Pay You", "true" ], + "91" : ["All Taxis Nitro","true" ] +} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/coordinate.json b/moonloader/lib/cheat-menu/json/coordinate.json new file mode 100644 index 0000000..2135173 --- /dev/null +++ b/moonloader/lib/cheat-menu/json/coordinate.json @@ -0,0 +1 @@ +{"Map":{"Angel Pine : Vice City Maps":"0, -2177.60961914063, -2437.34497070313, 30.625","Las Venturas : Lemmings Pedestrians":"0, 2014.46105957031, 2356.97924804688, 10.8203125","Las Venturas : Minigun - 03":"0, 242.109191894531, 1859.30590820313, 14.0840120315552","Bone County : Regular Tom":"0, -318.049346923828, 1843.87377929688, 42.359375","Liberty City : Marco's Bistro":"1, -748.254211425781, 488.972473144531, 1371.58898925781","Bone County : Los Brujas":"0, -373.940795898438, 2196.25903320313, 42.0821113586426","Flint County : Suicidal Photographer":"0, -61.9707489013672, -1622.80908203125, 3.51299381256104","Los Santos : Ten Green Bottles":"0, 2304.39965820313, -1651.30908203125, 14.5202884674072","Las Venturas : Minigun - 01":"0, 2678.95947265625, 835.770690917969, 21.7657508850098","Las Venturas : Welding & Weddings":"0, 2002.8212890625, 2288.66259765625, 10.8203125","Blueberry : Locals Only Shop":"0, 276.548187255859, -157.536209106445, 1.5704517364502","Los Santos : Police Departament":"0, 1540.84509277344, -1675.45324707031, 13.5513896942139","Montgomery : Inside Track Betting":"0, 1292.03247070313, 269.481689453125, 19.5546875","Montgomery : Biowaste Well":"0, 1277.96606445313, 292.559906005859, 19.5546875","Los Santos : Vice City Hidden Package":"0, 2354.03198242188, -1467.3642578125, 31.9559421539307","Bone County : Cave":"0, -400.1201171875, 1233.3515625, 5.85399532318115","Las Venturas : Minigun - 02":"0, 2495.65014648438, 2398.44189453125, 4.2109375","San Fierro : Michelle's Autorepair":"0, -1786.46594238281, 1197.98132324219, 25.1193962097168","Los Santos : Alhambra Club":"0, 1828.20690917969, -1682.60571289063, 13.546875","Los Santos : The Pig Pen Strip Club":"0, 2421.12280273438, -1228.55883789063, 24.8796482086182","Bone County : The Big Ear":"0, -367.559143066406, 1581.53552246094, 76.1306381225586","Los Santos : Big Smoke's Crack Palace (inside)":"2, 2580.02124023438, -1300.33801269531, 1060.9921875","Las Venturas : The Craw Bar":"0, 2441.26611328125, 2059.05712890625, 10.8203125","Los Santos : CJ's home":"0, 2495.32275390625, -1685.42651367188, 13.5127220153809","Palomino Creek : Bank":"0, 2306.333984375, -15.3912973403931, 26.7495651245117","Los Santos : Observatory":"0, 1191.98645019531, -2036.88049316406, 69.0078125","Los Santos : Atrium":"0, 1722.0576171875, -1605.82824707031, 13.546875","Tierra Robada : Phalic Rock":"0, -547.985473632813, 2478.28100585938, 66.7793350219727","Los Santos : Police brutality":"0, 1540.00646972656, -1627.77075195313, 13.3828125","Palomino Creek : Glowing headstones":"0, 2240.09130859375, -70.5344467163086, 26.5068187713623","San Fierro : Wang Cars":"0, -1990.1318359375, 288.736297607422, 34.149341583252","Las Venturas : Nude Strippers Daily Strip Club":"0, 2543.13793945313, 1018.91442871094, 10.8125171661377","Las Venturas : Sex shop":"0, 2096.162109375, 2077.07177734375, 10.8203125","San Fierro : Hippy Shopper":"0, -2597.46752929688, 59.5114707946777, 4.3359375","Los Santos : Roboi's Food Mart":"0, 1350.62097167969, -1744.802734375, 13.3808469772339","Los Santos : Grotti (Ferrari) Billboard":"0, 487.795166015625, -1326.62707519531, 28.0078125","Las Venturas : Caligula's Palace Casino":"0, 2179.212890625, 1676.203125, 11.046875","Los Santos : Market Station":"0, 826.761840820313, -1358.68713378906, -0.5078125","Los Santos : Airport":"0, 1682.73156738281, -2264.05786132813, 13.5079345703125","Red County : North Rock":"0, 2570.11279296875, -644.1416015625, 136.548034667969","Las Venturas : Club":"0, 2507.13940429688, 1247.13256835938, 10.8203125","Palomino Creek : Triathalon":"0, 2139.28759765625, -65.8627624511719, 2.96075963973999","Los Santos : Verona Beach Gym":"0, 666.700561523438, -1880.67272949219, 5.46000003814697","Las Venturas : Caligula's Palace Casino basement":"0, 2170.4248046875, 1618.86999511719, 999.9765625","Las Venturas : Wedding Chapel Open 7 Days":"0, 2476.23413085938, 920.440734863281, 10.8203125","San Fierro : Misty's Club":"0, -2246.36303710938, -88.0900344848633, 35.3203125","San Fierro : Bridge Facts":"0, -2556.43603515625, 1224.98254394531, 42.1484375","San Fierro : Actual Piece of Cable":"0, -2540.97973632813, 1228.51245117188, 37.421875","Los Santos : Big Smoke's Crack Palace":"0, 2518.2197265625, -1272.61791992188, 34.8740921020508","Los Santos : Vinewood Sign":"0, 1386.48901367188, -822.793640136719, 73.6923141479492","El Castillo del Diablo : Snake Ferm":"0, -36.4142532348633, 2336.65209960938, 24.1347389221191","San Fierro : Highest building of San Fierro":"0, -1791.02185058594, 567.774047851563, 332.801940917969","Los Santos : Cemetery":"0, 832.375915527344, -1101.96203613281, 24.296875","Los Santos : Candy Suxx Billboard":"0, 419.148376464844, -1368.41320800781, 41.140625X","Las Venturas : The Four Dragons Casino":"0, 2035.13293457031, 1007.79144287109, 10.8203125","Tierra Robada : Aldea Malvada: the Lost Pueblo":"0, -1298.81420898438, 2505.07299804688, 86.9625854492188","San Fierro : Hippy Statue":"0, -2496.01245117188, -16.239330291748, 25.765625","Palomino Creek : Cementry":"0, 2240.06396484375, -61.6567649841309, 26.50661277771","Back o Beyond : Ghost Car":"0, -862.708190917969, -2280.87768554688, 26.2417907714844","San Fierro : Otto's Autos":"0, -1639.01281738281, 1202.3388671875, 7.22374629974365","San Fierro : Big Pointy Building":"0, -1754.5322265625, 885.199584960938, 295.875","San Fierro : USS Numnutz":"0, -1878.22204589844, 1455.84631347656, 8.36595344543457","Las Venturas : Airport":"0, 1697.70825195313, 1436.81311035156, 10.7489976882935","Los Santos : Ocean Docks":"0, 2184.40185546875, -2260.38232421875, 13.4100790023804","Liberty City : Inside Marco's Bistro":"1, -781.811340332031, 489.323181152344, 1376.1953125","El Castillo del Diablo : Mass Grave":"0, -132.202545166016, 2249.17138671875, 32.933177947998","Palomino Creek : Empty Diner":"0, 2337.83618164063, 6.2173113822937, 26.484375","Los Santos : Triathalon":"0, 181.06819152832, -1866.71862792969, 3.04375839233398","San Fierro : No Easter Eggs Up Here":"0, -2677.59228515625, 1594.87243652344, 217.273895263672","San Fierro : Zombotech Corporation":"0, -1921.11633300781, 721.838928222656, 45.4453125","Los Santos : Cathay Theater":"0, 1022.50787353516, -1133.8857421875, 23.828125","Los Santos : Jesus Saves":"0, 2719.21704101563, -2009.17846679688, 13.5546875","The Sherman Dam : Sherman Dam Memorial":"0, -889.46484375, 1972.90734863281, 60.3285140991211","Las Venturas : Casino Floor Casino":"0, 1658.6943359375, 2259.54443359375, 10.8203125","Dillimore : Max Pane - Bulletproof Glass":"0, 658.372924804688, -569.527587890625, 16.3359375","Bone County : Antena":"0, -225.078796386719, 1396.11413574219, 172.4140625","Los Santos : Didier Sachs Shop":"0, 450.887725830078, -1479.1318359375, 30.8057765960693","San Fierro : Zero's RC Shop":"0, -2245.77856445313, 128.705490112305, 35.3203125","The Sherman Dam : Generator Hall":"0, -593.485046386719, 2020.72277832031, 60.3828125","Verdant Meadows : Abandoned Airfield":"0, 404.54638671875, 2488.81689453125, 16.484375","Dillimore : Police Departament":"0, 635.456298828125, -571.612915039063, 16.3359375","Los Santos : Stadium":"0, 2684.78198242188, -1689.56359863281, 9.43039894104004","Los Santos : 8 Ball's Autos":"0, 1834.70385742188, -1856.40185546875, 13.3897476196289","San Fierro : Cargo Ship":"0, -2474.16943359375, 1547.40283203125, 33.2273330688477","Bone County : Astro Drive-In":"0, 148.567153930664, 1100.38610839844, 14.0299491882324","Palomino Creek : Rusty Wheelchair":"0, 2123.24487304688, -90.2263793945313, 2.16398048400879","Fern Ridge : Catalina's Ex-boyfriends":"0, 843.333190917969, -23.9582138061523, 62.7258110046387","Los Santos : Lemmings Pole":"0, 2392.33569335938, -1511.87316894531, 23.8348655700684","Los Santos : Highest building of Los Santos":"0, 1531.17175292969, -1357.61804199219, 329.453460693359","Chiliad Mountain : Top of Chiliad Mountain":"0, -2329.65673828125, -1624.35437011719, 483.707550048828","Bone County : Area 69 (inside)":"0, 268.621276855469, 1887.26489257813, -29.53125","Los Santos : Tiki Theater":"0, 2348.78637695313, -1463.54272460938, 24","Chiliad Mountain : House on the slope":"0, -2799.70458984375, -1528.5595703125, 139.274612426758","San Fierro : War Memorial":"0, -2591.06958007813, -15.1639175415039, 4.328125","Las Venturas : Wedding Chapel Open 24HR":"0, 2434.20092773438, 1293.18017578125, 10.8203125","Flint County : Nazca Symbol":"0, -687.696716308594, -1017.00006103516, 73.6602172851563","Los Santos : Jefferson Hotel":"0, 2221.89038085938, -1159.849609375, 25.7330799102783","Los Santos : Lowrider Competition":"0, 1816.08728027344, -1929.91040039063, 13.5433483123779","Bone County : The Big Spread Ranch Strip Club":"0, 693.90673828125, 1940.20239257813, 5.5390625","Fort Carson : Driveway Beagle":"0, -29.5530853271484, 1084.95336914063, 19.7455101013184","Los Santos : GTA III and GTA: Vice City logos":"0, 788.071899414063, -1035.47729492188, 24.6282062530518","Las Venturas : Police Departament":"0, 2286.89965820313, 2424.51220703125, 10.8203125","Los Santos : Ghost Graffiti (20:00-6:00)":"0, 927.000305175781, -1058.16821289063, 24.7002906799316","Las Venturas : VRock Hotel":"0, 2628.52221679688, 2321.35693359375, 10.671875","Las Barrancas : Hopi Ruins":"0, -722.901062011719, 1522.61572265625, 39.5409965515137","Las Barrancas : Largest Cow":"0, -857.239135742188, 1535.8515625, 28.1875","San Fierro : Gaydar Station Club":"0, -2557.06982421875, 192.114242553711, 6.1554012298584","Los Santos : Colonel Fuhrberger's":"0, 2820.60961914063, -1182.16235351563, 25.232967376709","Blueberry : Liquor Store":"0, 254.497406005859, -66.0255889892578, 1.578125","Bone County : Lil' Probe Inn":"0, -84.36767578125, 1370.42724609375, 10.2734375","San Fierro : Airport":"0, -1425.78784179688, -292.410827636719, 14.1484375","Las Venturas : Girls XXX Strip Club":"0, 2506.6494140625, 2129.15478515625, 10.8203125","Las Payasadas : Largest Chicken":"0, -217.903747558594, 2662.41235351563, 62.6015625","Los Santos : Inside Track Betting":"0, 1631.77648925781, -1167.0690979688, 24.078125"},"Exports":{"Export 22":"0, 1144.46, -1101.26, 25.35","Export 24":"0, 2163.79, 1810.23, 10.58","Export 28":"0, -1550.4, 2687.54, 56.22","Export 25":"0, 2207.4299, 1286.13, 10.57","Export 5":"0, 1803.38, -1931.05, 13.66","Export 30":"0, 682.17, -1867.46, 4.82","Export 23":"0, -2406.25, -2180.8401, 33.39","Export 3":"0, -1922.1899, 288.34, 40.84","Export 2":"0, -2085.23, -2437.52, 30.31","Export 26":"0, 2133.04, 1009.75, 10.49","Export 29":"0, -2068.6899, -83.75, 35.1","Export 19":"0, -1951.8101, 2393.8301, 50.08","Export 14":"0, -2265.3301, 200.65, 34.97","Export 7":"0, 926.45, -1292.29, 13.6","Export 27":"0, 2229.3, 1402.99, 10.82","Export 12":"0, -1675.9399, -618.74, 13.86","Export 4":"0, -16.66, -2521.1699, 36.37","Export 18":"0, -2456.1001, 741.65, 34.92","Export 15":"0, 2282.7, 2535.8799, 10.39","Export 8":"0, -2665.4399, 990.77, 64.45","Export 20":"0, -2751.79, -281.5, 6.81","Export 13":"0, -2430.22, 320.84, 34.97","Export 9":"0, -2516.5979, 1228.9192, 36.4283","Export 6":"0, -1673.9399, 439.02, 7.01","Export 16":"0, 1272.24, 2603.03, 10.49","Export 1":"0, -1006.41, -628.27, 32","Export 21":"0, 1747.87, -2098.03, 13.28","Export 11":"0, 1923.9301, -2118.8899, 13.35","Export 10":"0, 1122.29, -1699.76, 13.43","Export 17":"0, -112.4, -41.82, 3.26"},"Tags":{"Tag 84":"0, 2704.226563, -2144.304688, 11.8203125","Tag 28":"0, 2394.101563, -1468.367188, 24.78125","Tag 67":"0, 1950.617188, -2034.398438, 14.09375","Tag 56":"0, 1799.132813, -1708.765625, 14.1015625","Tag 55":"0, 1767.210938, -1617.539063, 15.0390625","Tag 41":"0, 2542.953125, -1363.242188, 31.765625","Tag 46":"0, 2273.015625, -1687.429688, 14.96875","Tag 35":"0, 2767.757813, -1819.945313, 12.2265625","Tag 29":"0, 2841.367188, -1312.960938, 18.8203125","Tag 54":"0, 1724.734375, -1741.5, 14.1015625","Tag 9":"0, 1959.398438, -1577.757813, 13.7578125","Tag 34":"0, 2767.78125, -1621.1875, 11.234375","Tag 44":"0, 2346.515625, -1350.78125, 24.28125","Tag 37":"0, 2612.929688, -1390.773438, 35.4296875","Tag 3":"0, 2102.195313, -1648.757813, 13.5859375","Tag 80":"0, 2489.242188, -1959.070313, 13.7578125","Tag 24":"0, 2062.71875, -996.4609375, 48.265625","Tag 19":"0, 1966.945313, -1174.726563, 20.0390625","Tag 45":"0, 2322.453125, -1254.414063, 22.921875","Tag 36":"0, 2667.890625, -1469.132813, 31.6796875","Tag 100":"0, 1098.8125, -1292.546875, 17.140625","Tag 31":"0, 2766.085938, -1197.140625, 69.0703125","Tag 25":"0, 2076.726563, -1071.132813, 27.609375","Tag 68":"0, 1936.882813, -2134.90625, 14.21875","Tag 18":"0, 1969.59375, -1289.695313, 24.5625","Tag 17":"0, 2093.757813, -1413.445313, 24.1171875","Tag 94":"0, 399.0078125, -2066.882813, 11.234375","Tag 30":"0, 2820.34375, -1190.976563, 25.671875","Tag 2":"0, 2066.429688, -1652.476563, 14.28125","Tag 33":"0, 2821.234375, -1465.09375, 16.5390625","Tag 69":"0, 1808.34375, -2092.265625, 14.21875","Tag 27":"0, 2353.539063, -1508.210938, 24.75","Tag 16":"0, 1974.085938, -1351.164063, 24.5625","Tag 20":"0, 1911.867188, -1064.398438, 25.1875","Tag 15":"0, 2119.203125, -1196.617188, 24.6328125","Tag 92":"0, 947.484375, -1466.71875, 17.2421875","Tag 32":"0, 2756.007813, -1388.125, 39.4609375","Tag 91":"0, 730.4453125, -1482.007813, 2.25","Tag 21":"0, 2281.460938, -1118.960938, 27.0078125","Tag 14":"0, 2224.765625, -1193.0625, 25.8359375","Tag 22":"0, 2239.78125, -999.75, 59.7578125","Tag 7":"0, 1837.195313, -1814.1875, 4.3359375","Tag 4":"0, 2162.78125, -1786.070313, 14.1875","Tag 1":"0, 2046.40625, -1635.84375, 13.5859375","Tag 71":"0, 1071.140625, -1863.789063, 14.09375","Tag 23":"0, 2122.6875, -1060.898438, 25.390625","Tag 12":"0, 2132.234375, -1258.09375, 24.0546875","Tag 59":"0, 1746.75, -1359.773438, 16.2109375","Tag 11":"0, 2182.234375, -1467.898438, 25.5546875","Tag 38":"0, 2536.21875, -1352.765625, 31.0859375","Tag 48":"0, 2576.820313, -1143.273438, 48.203125","Tag 96":"0, 583.4609375, -1502.109375, 16","Tag 70":"0, 1624.625, -2296.242188, 14.3125","Tag 60":"0, 1519.421875, -1010.945313, 24.609375","Tag 73":"0, 2763, -2012.109375, 14.1328125","Tag 89":"0, 1271.484375, -1662.320313, 20.25","Tag 97":"0, 944.2734375, -985.8203125, 39.296875","Tag 93":"0, 482.625, -1761.585938, 5.9140625","Tag 10":"0, 2074.179688, -1579.148438, 14.03125","Tag 95":"0, 466.9765625, -1283.023438, 16.3203125","Tag 49":"0, 2621.507813, -1092.203125, 69.796875","Tag 47":"0, 2422.90625, -1682.296875, 13.9921875","Tag 88":"0, 1295.179688, -1465.21875, 10.28125","Tag 90":"0, 810.5703125, -1797.570313, 13.6171875","Tag 72":"0, 2065.4375, -1897.234375, 13.609375","Tag 83":"0, 2273.195313, -2529.117188, 8.515625","Tag 75":"0, 2134.328125, -2011.203125, 10.515625","Tag 76":"0, 2392.359375, -1914.570313, 14.7421875","Tag 61":"0, 1687.226563, -1239.125, 15.8125","Tag 82":"0, 2173.59375, -2165.1875, 15.3046875","Tag 62":"0, 1783.96875, -2156.539063, 14.3125","Tag 53":"0, 1332.132813, -1722.304688, 14.1875","Tag 81":"0, 2273.898438, -2265.804688, 14.5625","Tag 79":"0, 2704.195313, -1966.6875, 13.7578125","Tag 78":"0, 2587.320313, -2063.523438, 4.609375","Tag 77":"0, 2430.328125, -1997.90625, 14.7421875","Tag 74":"0, 2379.320313, -2166.21875, 24.9453125","Tag 99":"0, 1206.25, -1162, 23.875","Tag 8":"0, 1837.664063, -1640.382813, 13.7578125","Tag 5":"0, 2034.398438, -1801.671875, 14.546875","Tag 63":"0, 1574.710938, -2691.882813, 13.6015625","Tag 52":"0, 1448.234375, -1755.898438, 14.5234375","Tag 64":"0, 1118.90625, -2008.242188, 75.0234375","Tag 51":"0, 1549.890625, -1714.523438, 15.1015625","Tag 6":"0, 1910.164063, -1779.664063, 18.75","Tag 13":"0, 2233.953125, -1367.617188, 24.53125","Tag 42":"0, 2462.265625, -1541.414063, 25.421875","Tag 98":"0, 1072.90625, -1012.796875, 35.515625","Tag 39":"0, 2580.945313, -1274.09375, 46.59375","Tag 86":"0, 2812.9375, -1942.070313, 11.0625","Tag 58":"0, 1732.734375, -963.078125, 41.4375","Tag 85":"0, 2794.53125, -1906.8125, 14.671875","Tag 65":"0, 1850.007813, -1876.835938, 14.359375","Tag 50":"0, 2797.921875, -1097.695313, 31.0625","Tag 66":"0, 1889.242188, -1982.507813, 15.7578125","Tag 57":"0, 1498.632813, -1207.351563, 24.6796875","Tag 43":"0, 2522.460938, -1478.742188, 24.1640625","Tag 26":"0, 2399.414063, -1552.03125, 28.75","Tag 40":"0, 2603.15625, -1197.8125, 60.9921875","Tag 87":"0, 2874.5, -1909.382813, 8.390625"},"Horseshoes":{"Horseshoe 17":"0, 2058.7, 2159.1, 16","Horseshoe 21":"0, 1768, 2847, 9","Horseshoe 6":"0, 2071, 712, 11","Horseshoe 23":"0, 2879, 2522, 11","Horseshoe 16":"0, 1362.92, 1015.24, 11","Horseshoe 37":"0, 1462, 936, 10","Horseshoe 49":"0, 970, 1787, 11","Horseshoe 22":"0, 1084, 1076, 11","Horseshoe 24":"0, 2371, 2009, 15","Horseshoe 36":"0, 1680.3, 2226.86, 16.11","Horseshoe 40":"0, 919, 2070, 11","Horseshoe 38":"0, 2125.5, 789.23, 11.45","Horseshoe 19":"0, 2238, 1135, 49","Horseshoe 25":"0, 1521, 1690, 10.6","Horseshoe 41":"0, 2173, 2465, 11","Horseshoe 27":"0, 1376, 2304, 15","Horseshoe 39":"0, 2588, 1902, 15","Horseshoe 43":"0, 2509, 1144, 19","Horseshoe 35":"0, 2020, 2352, 11","Horseshoe 44":"0, 2215, 1968, 11","Horseshoe 3":"0, 2035, 2305, 18","Horseshoe 48":"0, 2077, 1912, 14","Horseshoe 30":"0, 1767, 601, 13","Horseshoe 42":"0, 2031.25, 2207.33, 11","Horseshoe 28":"0, 1393, 1832, 12.34","Horseshoe 46":"0, 2440.08, 2161.07, 20","Horseshoe 4":"0, 2491, 2263, 15","Horseshoe 11":"0, 2274, 1507, 24","Horseshoe 2":"0, 2323, 1284, 98","Horseshoe 50":"0, 1526.22, 751, 29.04","Horseshoe 10":"0, 2612, 2200, -1","Horseshoe 13":"0, 1863, 2314, 15","Horseshoe 31":"0, 2108, 1003, 46","Horseshoe 8":"0, 2583, 2387, 16","Horseshoe 29":"0, 984, 2563, 12","Horseshoe 45":"0, 2626, 2841, 11","Horseshoe 14":"0, 2054, 2434, 166","Horseshoe 12":"0, 2184, 2529, 11","Horseshoe 47":"0, 1582, 2401, 19","Horseshoe 33":"0, 2493, 922, 16","Horseshoe 9":"0, 2864, 857, 13","Horseshoe 20":"0, 1934.06, 988.79, 22","Horseshoe 32":"0, 2705.98, 1862.52, 24.41","Horseshoe 5":"0, 1433, 2796, 20","Horseshoe 18":"0, 2003, 1672, 12","Horseshoe 34":"0, 1881, 2846, 11","Horseshoe 15":"0, 1603, 1435, 11","Horseshoe 7":"0, 2239, 1839, 18","Horseshoe 26":"0, 2417, 1281, 21","Horseshoe 1":"0, 1224, 2617, 11"},"All":{},"Interior":{"Pleasure domes":"3, -2640.762939, 1406.682006, 906.460937","Bloodbowl":"15, -1398.103515, 937.631164, 1036.479125","24\/7 2":"10, 6.091179, -29.271898, 1003.549438","Barber 3":"12, 412.021972, -52.649898, 1001.898437","Crack den":"5, 318.564971, 1118.209960, 1083.882812","RC Battlefield":"10, -975.975708, 1060.983032, 1345.671875","SF Garage":"0, -1790.378295, 1436.949829, 7.187500","LS Garage":"0, 1643.839843, -1514.819580, 13.566620","24\/7 1":"17, -25.884498, -185.868988, 1003.546875","Ammunation 3":"6, 296.919982, -108.071998, 1001.515625","Barber 1":"2, 411.625976, -21.433298, 1001.804687","Tatoo parlour 3":"3, -204.439987, -43.652496, 1002.273437","LV Warehouse 1":"0, 1059.895996, 2081.685791, 10.820312","Gang house":"5, 2350.339843, -1181.649902, 1027.976562","24\/7 3":"18, -30.946699, -89.609596, 1003.546875","Rusty browns donuts":"17, 381.169189, -188.803024, 1000.632812","Fanny batters":"6, 761.412963, 1440.191650, 1102.703125","Jays diner":"4, 457.304748, -88.428497, 999.554687","Colonel Furhberger's":"8, 2807.619873, -1171.899902, 1025.570312","Sweets garage":"0, 2522.000000, -1673.383911, 14.866223","LV Warehouse 2":"0, 1059.180175, 2148.938720, 10.820312","Tatoo parlour 2":"17, -204.439987, -8.469599, 1002.273437","Sex shop":"3, -103.559165, -24.225606, 1000.718750","Catigulas basement":"1, 2169.461181, 1618.798339, 999.976562","Prolaps":"3, 207.054992, -138.804992, 1003.507812","LS Atruim":"18, 1710.433715, -1669.379272, 20.225049","Cj's house":"3, 2496.049804, -1695.238159, 1014.742187","SF gym":"6, 774.213989, -48.924297, 1000.585937","Well stacked pizza":"5, 373.825653, -117.270904, 1001.499511","LV police HQ":"3, 288.745971, 169.350997, 1007.171875","Ryders house":"2, 2454.717041, -1700.871582, 1013.515197","SF police HQ":"10, 246.375991, 109.245994, 1003.218750","Welcome pump":"1, 681.557861, -455.680053, -25.609874","LV gym":"7, 773.579956, -77.096694, 1000.655029","Gant bridge diner":"5, 454.973937, -110.104995, 1000.077209","Ammunation booths":"7, 302.292877, -143.139099, 1004.062500","Zip":"18, 161.391006, -93.159156, 1001.804687","Budget inn motel room":"12, 444.646911, 508.239044, 1001.419494","Airport baggage reclaim":"14, -1861.936889, 54.908092, 1061.143554","Unnamed brothel":"3, 942.171997, -16.542755, 1000.929687","LS gym":"5, 772.111999, -3.898649, 1000.728820","Cafe":"5, 450.560333251953, -107.105247497559, 1000.88635253906","Unused safe house":"12, 2324.419921, -1145.568359, 1050.710083","Catigulas":"1, 2131.507812, 1600.818481, 1008.359375","Zeros RC shop":"6, -2240.468505, 137.060440, 1035.414062","Vice stadium":"1, -1401.829956, 107.051300, 1032.273437","24\/7 6":"6, -26.691598, -55.714897, 1003.546875","LS police HQ":"6, 246.783996, 63.900199, 1003.640625","Ammunation 2":"4, 286.800994, -82.547599, 1001.515625","Ammunation range":"7, 298.507934, -141.647048, 1004.054748","8-Track":"7, -1398.065307, -217.028900, 1051.115844","Denise room":"1, 244.411987, 305.032989, 999.148437","Didier sachs":"14, 204.332992, -166.694992, 1000.523437","Lil probe inn toilet":"18, -221.059051, 1408.984008, 27.773437","Ammunation 5":"6, 316.524993, -167.706985, 999.593750","Airport ticket desk":"14, -1827.147338, 7.207417, 1061.143554","24\/7 5":"4, -27.312299, -29.277599, 1003.557250","Area 51":"0, 223.431976, 1872.400268, 13.734375","Burger shot":"10, 375.962463, -65.816848, 1001.507812","Planning Department":"3, 388.872009277344, 173.811111450195, 1008.3828125","SF Bomb shop":"0, -1685.636474, 1035.476196, 45.210937","Katie room":"2, 271.884979, 306.631988, 999.148437","Ammunation 1":"1, 286.148986, -40.644397, 1001.515625","B Dups crack pad":"2, 1523.509887, -47.821197, 1002.130981","Strip club":"2, 1204.809936, -11.586799, 1000.921875","Barn":"3, 291.141082763672, 310.135040283203, 999.1484375","Warehouse 2":"18, 1302.519897, -1.787510, 1001.028259","Off track betting shop":"3, 833.269775, 10.588416, 1004.179687","Liberty city inside":"1, -794.806396, 497.738037, 1376.195312","Shamal":"1, 1.808619, 32.384357, 1199.593750","Blueberry warehouse":"0, 76.632553, -301.156829, 1.578125","Sweets house":"1, 2527.654052, -1679.388305, 1015.498596","Club":"17, 493.390991, -22.722799, 1000.679687","Binco":"15, 207.737991, -109.019996, 1005.132812","Place C":"3, 962.10498046875, -50.9754791259766, 1001.1171875","Woozies office":"1, -2159.122802, 641.517517, 1052.381713","Barbara room":"5, 322.197998, 302.497985, 999.148437","Dirt track":"4, -1444.645507, -664.526000, 1053.572998","Cluckin bell":"9, 369.579528, -4.487294, 1001.858886","Place A":"3, 1041.75390625, 10.1560220718384, 1001.28448486328","Andromada":"9, 315.745086, 984.969299, 1958.919067","Millie room":"6, 346.870025, 309.259033, 999.155700","Planning dept":"3, 384.808624, 173.804992, 1008.382812","Kickstart":"14, -1465.268676, 1557.868286, 1052.531250","Tatoo parlour 1":"16, -204.439987, -26.453998, 1002.273437","Michelle room":"4, 302.180999, 300.722991, 999.148437","Jefferson motel":"15, 2215.454833, -1147.475585, 1025.796875","Place B":"3, 959.504577636719, -7.69411325454712, 1001.1484375","Madd Doggs mansion":"5, 1267.663208, -781.323242, 1091.906250","Secret valley diner":"6, 435.271331, -80.958938, 999.554687","Big spread ranch":"3, 1212.019897, -28.663099, 1000.953125","Barber 2":"3, 418.652984, -82.639793, 1001.804687","Blastin fools hallway":"3, 1038.531372, 0.111030, 1001.284484","Og Locs house":"3, 513.882507, -11.269994, 1001.565307","Bank":"0, 2319.714843, -14.838361, 26.749565","B Dups house":"3, 1527.229980, -11.574499, 1002.097106","Helena room":"3, 291.282989, 310.031982, 999.148437","Suburban":"1, 203.777999, -48.492397, 1001.804687","Bar":"11, 501.980987, -69.150199, 998.757812","World of coq":"1, 452.489990, -18.179698, 1001.132812","Sherman dam":"17, -959.564392, 1848.576782, 9.000000","Tiger skin brothel":"3, 964.106994, -53.205497, 1001.124572","Millie's House":"6, 345.892669677734, 306.162902832031, 999.1484375","FDC Janitors room":"10, 1889.953369, 1017.438293, 31.882812","Warehouse 1":"1, 1412.639892, -1.787510, 1000.924377","24\/7 4":"16, -25.132598, -139.066986, 1003.546875","Victim":"5, 226.293991, -7.431529, 1002.210937","Car school":"3, -2029.798339, -106.675910, 1035.171875","Crack factory":"2, 2543.462646, -1308.379882, 1026.728393","Dillimore gas station":"0, 663.836242, -575.605407, 16.343263","Lil probe inn":"18, -227.027999, 1401.229980, 27.765625","Strip club private room":"2, 1204.809936, 13.897239, 1000.921875","Ammunation 4":"7, 314.820983, -141.431991, 999.601562","Meat factory":"1, 963.418762, 2108.292480, 1011.030273","Liberty city outside":"1, -729.276000, 503.086944, 1371.971801"},"Unique jumps":{"Unique jump 8":"0, 1832.453, -2386.8049, 17.9247","Unique jump 19":"0, -2145.4607, -112.0259, 44.3452","Unique jump 15":"0, -2520.1995, 1169.2032, 59.5525","Unique jump 52":"0, -1687.323, -162.201, 17.8603","Unique jump 50":"0, -2116.3557, 925.6832, 87.819","Unique jump 32":"0, -2082.5291, -2498.9316, 33.9682","Unique jump 6":"0, 2825.9329, -1582.6599, 18.126","Unique jump 42":"0, 638.7504, -520.0714, 18.8519","Unique jump 56":"0, 2248.8379, -2463.2581, 15.1049","Unique jump 30":"0, 1636.2639, 2399.7122, 15.8903","Unique jump 40":"0, -72.3, 17.7, 8.4132","Unique jump 22":"0, -871.5031, 2308.7898, 164.5739","Unique jump 54":"0, -1972.0991, -543.0899, 38.9862","Unique jump 36":"0, 110.8902, 2428.0488, 23.7936","Unique jump 33":"0, 2112.4077, 97.9, 39.993","Unique jump 38":"0, 89.9936, -243.2046, 7.5581","Unique jump 46":"0, -344.6466, -9.8812, 44.9609","Unique jump 20":"0, -267.7739, 2662.0359, 68.7405","Unique jump 43":"0, 1749.723, 779.6028, 13.4757","Unique jump 62":"0, 347, -1662.299, 35.8218","Unique jump 48":"0, -2292.0442, 1097.7101, 84.7347","Unique jump 34":"0, -2100.4128, -1743.5951, 199.7312","Unique jump 31":"0, 2119.2305, 2385.2126, 33.7094","Unique jump 44":"0, 110.2446, -257.9929, 6.2739","Unique jump 26":"0, 2407.3083, 1364.3785, 14.5734","Unique jump 41":"0, -39.7989, 53.3007, 6.9223","Unique jump 23":"0, 2073.7126, 2366.6531, 50.8534","Unique jump 28":"0, 1482.3834, 2037.004, 17.0576","Unique jump 60":"0, 1679.6456, -962.2209, 65.6737","Unique jump 12":"0, 1013.1629, -1270.3624, 24.4456","Unique jump 3":"0, 1177.2153, -1696.7614, 21.368","Unique jump 37":"0, -894.4963, 2693.1987, 44.7303","Unique jump 24":"0, 2170.9465, 2402.6086, 62.2905","Unique jump 47":"0, -2589.1804, 1164.37, 59.8256","Unique jump 21":"0, -249.6904, 2590.8052, 66.1194","Unique jump 66":"0, 2058.1001, -2677.5168, 15.4946","Unique jump 10":"0, 2634.3975, -2107.9841, 17.0887","Unique jump 63":"0, 743.1525, -1132.8186, 25.7991","Unique jump 49":"0, -2408.2852, 723.2977, 38.6835","Unique jump 35":"0, -2287.6707, -2800.7786, 22.0541","Unique jump 68":"0, 2172.0779, 2430.5071, 61.747","Unique jump 45":"0, 2125.6423, 95.2542, 37.3959","Unique jump 27":"0, 2784.7629, 2208.7197, 15.1934","Unique jump 64":"0, 1395.5621, -1460.5657, 12.3906","Unique jump 16":"0, -1794.9822, 1211.6116, 35.6794","Unique jump 61":"0, 1667.1671, -992.8579, 32.7591","Unique jump 13":"0, -973.357, -223.2307, 53.3717","Unique jump 55":"0, 2770.2141, -1177.4768, 70.7527","Unique jump 18":"0, -1690.6622, 1110.3917, 57.2776","Unique jump 39":"0, 160.7991, -160.2479, 6.1453","Unique jump 25":"0, 2418.0557, 1353.2336, 12.3641","Unique jump 57":"0, 2248.832, -2627.6233, 15.1806","Unique jump 29":"0, 1976.3966, 2593.686, 17.2126","Unique jump 14":"0, -2637.0688, 780.3949, 50.0166","Unique jump 67":"0, 586.0102, -1773.7693, 15.2312","Unique jump 11":"0, 2352.3, -1259.0685, 28.9962","Unique jump 53":"0, -1729.9243, -364.5276, 18.2246","Unique jump 4":"0, 2278.2896, -1357.8571, 31.3255","Unique jump 1":"0, 1939.1357, -1968.052, 17.6649","Unique jump 7":"0, 2460.1765, -2567.9106, 18.8162","Unique jump 9":"0, 1839.745, -2514.4766, 16.1769","Unique jump 2":"0, 2209.2747, -1843.6862, 19.0964","Unique jump 70":"0, -2213.7732, -311.0786, 38.5339","Unique jump 51":"0, -1903.1918, 223.3468, 37.7965","Unique jump 58":"0, 2326.1216, -1508.751, 27.0066","Unique jump 5":"0, 2335.3513, -2163.947, 18.5147","Unique jump 65":"0, 1586.4889, 312.8876, 23.9965","Unique jump 17":"0, -2659.5508, 1533.6698, 53.2004","Unique jump 59":"0, 1623.574, -1110.9561, 61.8178","Unique jump 69":"0, 2176.1326, 2268.1958, 13.4683"},"Custom":{"Untitled":"0, "},"Bribes":{"Bribe 23":"0, 611.21, -1459.63, 14.01","Bribe 16":"0, 2716, -1048, 66","Bribe 29":"0, -2120, 96.39, 39","Bribe 15":"0, 2273, -1099, 38","Bribe 43":"0, -419.25, 1362.36, 12.21","Bribe 2":"0, 2168.66, 2267.96, 15.34","Bribe 18":"0, 1183.85, -1250.68, 14.7","Bribe 1":"0, 2743, 1316, 8","Bribe 39":"0, 1643, 264, 20","Bribe 20":"0, 734, -1137, 18","Bribe 17":"0, 2614, -2496, 33","Bribe 26":"0, -2657, -144, 4","Bribe 12":"0, 1700.74, 1792.7, 10.41","Bribe 25":"0, -1903.1, -466.44, 25.18","Bribe 9":"0, 1548.02, 1024.47, 10.39","Bribe 30":"0, -2411, -334, 37","Bribe 46":"0, 88.82, -125.1, 0.85","Bribe 38":"0, 262.33, -149.12, 1.58","Bribe 28":"0, -2009, 1227, 32","Bribe 36":"0, -1820.67, -154.12, 9.4","Bribe 6":"0, 1987, 1543, 16","Bribe 14":"0, 2296, -1696, 14","Bribe 45":"0, 690.49, -209.59, 25.6","Bribe 44":"0, 629.04, 2842.83, 25.21","Bribe 4":"0, 2034, 842, 10","Bribe 35":"0, -2683.2, 784.13, 49.98","Bribe 5":"0, 2096, 1287, 10.8","Bribe 13":"0, 2581, -1491, 24","Bribe 48":"0, -213.61, 2717.44, 62.68","Bribe 7":"0, 1854, 912, 10.8","Bribe 22":"0, 1204.06, -1613.89, 13.28","Bribe 19":"0, 1970, -1158, 21","Bribe 27":"0, -2454, -166, 35","Bribe 3":"0, 2408, 1389, 22","Bribe 47":"0, -2305.24, 2310.11, 4.98","Bribe 34":"0, -2022.68, 345.98, 35.17","Bribe 21":"0, 2553.76, -2464.31, 13.62","Bribe 37":"0, -736, 66, 24","Bribe 33":"0, -2636.13, -492.83, 70.09","Bribe 11":"0, 1971.29, 2330.26, 10.41","Bribe 42":"0, -2156, -2371, 31","Bribe 40":"0, 601.98, 2150.38, 39.41","Bribe 24":"0, 1116.67, -719.91, 100.17","Bribe 32":"0, -1991.26, -1144.13, 29.69","Bribe 8":"0, 2540.38, 2527.85, 10.39","Bribe 10":"0, 1592.91, 2053.83, 10.26","Bribe 41":"0, -1407, -2039, 1","Bribe 31":"0, -1690, 450, 13"},"Snapshots":{"Snapshot 38":"0, -2244.42, 731.32, 61.88","Snapshot 9":"0, -2802.75, 375.47, 36.59","Snapshot 26":"0, -1839.51, 1086.88, 101.29","Snapshot 31":"0, -2880.31, -935.83, 40.82","Snapshot 14":"0, -1561.55, 655.19, 56.52","Snapshot 42":"0, -2430, 38, 51","Snapshot 45":"0, -2648, -5, 31","Snapshot 30":"0, -2765, 375, 15","Snapshot 1":"0, -2511.28, -672.99, 195.75","Snapshot 21":"0, -2064, 926, 63","Snapshot 47":"0, -1619.31, 1341.39, 11.3","Snapshot 44":"0, -2591, -16, 17","Snapshot 2":"0, -2723.63, -314.72, 55.79","Snapshot 19":"0, -2051, 456, 167","Snapshot 32":"0, -2083, -808, 69","Snapshot 3":"0, -1737.71, -579.55, 26.19","Snapshot 20":"0, -1951, 659, 81","Snapshot 46":"0, -2593, 56, 16","Snapshot 23":"0, -2072, 1066, 74","Snapshot 49":"0, -2343, -79, 38","Snapshot 18":"0, -2243.96, 577.76, 49","Snapshot 4":"0, -1486.08, 920.04, 41.37","Snapshot 22":"0, -2357.33, 1017.01, 59.76","Snapshot 28":"0, -2346.62, 536.85, 86.02","Snapshot 29":"0, -2443, 755, 49","Snapshot 11":"0, -2680.07, 1590.8, 143.53","Snapshot 43":"0, -2591, 162, 15","Snapshot 5":"0, -1269.82, 963.63, 130.37","Snapshot 37":"0, -2413, 331, 37","Snapshot 48":"0, -2307, 207, 42","Snapshot 25":"0, -1941, 883, 68","Snapshot 16":"0, -1941.41, 137.72, 37.83","Snapshot 33":"0, -1954, -760, 53","Snapshot 50":"0, -1906.66, 518.58, 61.71","Snapshot 6":"0, -1650.01, 422, 21.17","Snapshot 10":"0, -2773.04, 783.45, 67.66","Snapshot 36":"0, -2080, 256.05, 107","Snapshot 13":"0, -1879.04, 1456.52, 9.34","Snapshot 41":"0, -1275.78, 53.68, 89.07","Snapshot 7":"0, -1851.72, -96.73, 24.37","Snapshot 39":"0, -2462, 369, 59","Snapshot 34":"0, -964.53, -331.59, 47.16","Snapshot 24":"0, -1744, 972.46, 156.89","Snapshot 27":"0, -1704.8, 1338, 14","Snapshot 35":"0, -1689, 51, 38","Snapshot 17":"0, -2153.23, 462.25, 103.27","Snapshot 8":"0, -2732, -244, 19","Snapshot 12":"0, -2476.75, 1543.44, 49.26","Snapshot 40":"0, -1124.44, -153.15, 18.5","Snapshot 15":"0, -1325.15, 494.19, 26.83"},"Weapons":{"Weapon 128":"0, 1625, 1944, 11","Weapon 45":"0, 2371, -2543, 3","Weapon 53":"0, -365.791, -1425.253, 25.5","Weapon 1":"0, 1339, -1765, 14","Weapon 13":"0, -938.39, 1901.649, 4.3","Weapon 87":"0, 2447.773, -1975.663, 13","Weapon 109":"0, 297.829, 1846.623, 6.727","Weapon 126":"0, 2293.686, 1982.286, 31.434","Weapon 76":"0, 2255, -74, 32","Weapon 3":"0, -246, 2725, 63","Weapon 10":"0, -2222, -302, 43","Weapon 84":"0, 2423.892, -1117.452, 41.246","Weapon 63":"0, 2725, 2727, 11","Weapon 89":"0, 1214, -1816, 17","Weapon 97":"0, -1841.106, -74.217, 14.761","Weapon 23":"0, 2285.743, -1647.309, 14.078","Weapon 31":"0, 637, 832, -43","Weapon 139":"0, -2903, 784, 35","Weapon 170":"0, -1317, 2509, 87","Weapon 60":"0, 2820.013, -1426.519, 23.805","Weapon 86":"0, 2444.895, -1981.524, 13.933","Weapon 94":"0, 36, 1372, 9","Weapon 20":"0, -2306, 93, 35","Weapon 151":"0, 2015.744, 1004.045, 39.1","Weapon 62":"0, -2412.4, 1547.9, 25","Weapon 96":"0, 1345, 2367, 11","Weapon 22":"0, 1081.133, 1603.697, 5.6","Weapon 103":"0, 2428, -1214, 36","Weapon 152":"0, -2035.773, 139.434, 28.336","Weapon 43":"0, 2002.263, 981.395, 10.5","Weapon 51":"0, 752, 260, 27","Weapon 141":"0, 2021.879, 1001.467, 10.32","Weapon 104":"0, 2366, 23, 28","Weapon 85":"0, -365.477, -1422.402, 25.5","Weapon 40":"0, -1568, 2718, 56","Weapon 142":"0, 1102, -661, 114","Weapon 157":"0, -808.152, 2430.788, 156.987","Weapon 171":"0, -686, 939, 13.5","Weapon 61":"0, -2035.474, 137.251, 28.336","Weapon 95":"0, -2352, 2456, 6","Weapon 21":"0, 1308.466, 2111.289, 10.722","Weapon 158":"0, 2072, 2370, 61","Weapon 172":"0, 2649, 2733, 11","Weapon 147":"0, 2337, 1806, 72","Weapon 161":"0, 2055.356, 2435.356, 40.368","Weapon 124":"0, -1474, 2577, 56","Weapon 156":"0, -431.372, 2240.132, 42.618","Weapon 148":"0, 2047, -1406, 68","Weapon 38":"0, 1862, -1862, 14","Weapon 145":"0, 733.433, -1356.47, 23.523","Weapon 177":"0, -366.066, -1418.683, 25.5","Weapon 191":"0, 2428.499, -1679.27, 13.163","Weapon 41":"0, -2535.631, 51.703, 8.651","Weapon 178":"0, -1100.3, -1640.4, 76.4","Weapon 175":"0, -1358, -2115, 30","Weapon 83":"0, -639, 1181, 13","Weapon 167":"0, -690, 934, 13.5","Weapon 140":"0, 113, 1811, 18","Weapon 9":"0, 2241, 2425, 11","Weapon 48":"0, -2359, -82, 35","Weapon 72":"0, 2478, 1182, 22","Weapon 4":"0, 2428.499, -1679.27, 13.163","Weapon 159":"0, 1646, 1349, 11","Weapon 176":"0, -601.401, -1068.6, 23.667","Weapon 160":"0, 1740, -1231, 92","Weapon 80":"0, 2538, -1630, 14","Weapon 168":"0, 1155, 2341, 17","Weapon 37":"0, 2000, 1526, 15","Weapon 93":"0, -1870, -1625, 22","Weapon 114":"0, -2038, -2562, 31","Weapon 59":"0, -2520, 2293, 5","Weapon 18":"0, -1595, 1345, -7.5","Weapon 81":"0, 338, -1875, 4","Weapon 180":"0, 2676, 836, 22","Weapon 110":"0, 2021.327, 1013.35, 10.32","Weapon 77":"0, -170, 1025, 20","Weapon 166":"0, -1100.3, -1640.4, 76.4","Weapon 149":"0, -1629, 1167, 24","Weapon 90":"0, -1542.022, -437.736, 5.926","Weapon 39":"0, -2208, 696, 50","Weapon 8":"0, -2227, -2401, 31.4","Weapon 198":"0, 911.649, -1235.39, 17.68","Weapon 36":"0, 294, -188, 2","Weapon 195":"0, -2227, -2401, 31.4","Weapon 68":"0, -366.224, -1429.088, 25.5","Weapon 73":"0, 886, -966, 37","Weapon 187":"0, 2023.775, 1013.527, 10.52","Weapon 99":"0, -932.02, 2649.92, 42","Weapon 28":"0, -532, -106, 63","Weapon 100":"0, -2038.664, 137.469, 28.336","Weapon 92":"0, -2212, 109, 35","Weapon 34":"0, 2854, 944, 11","Weapon 179":"0, -690, 939, 13.5","Weapon 196":"0, 2241, 2425, 11","Weapon 184":"0, -2754, -400, 7","Weapon 190":"0, -246, 2725, 63","Weapon 188":"0, 1339, -1765, 14","Weapon 57":"0, 397, -1924, 8","Weapon 185":"0, -2542.262, 922.24, 67.122","Weapon 153":"0, 0, 0, 0","Weapon 192":"0, 1418, 2774, 15","Weapon 17":"0, 777.867, 1948.123, 5.363","Weapon 30":"0, 2240, -83, 27","Weapon 123":"0, 1296, 392, 20","Weapon 130":"0, 1308.97, -874.4, 40","Weapon 113":"0, -1679, 1410, 7","Weapon 197":"0, -2222, -302, 43","Weapon 169":"0, -1126.69, -150.82, 14.61","Weapon 186":"0, 1284.894, 278.571, 19.555","Weapon 154":"0, -1837, -21.43, 15.16","Weapon 7":"0, -2715, -314, 7","Weapon 14":"0, 1124, -1335, 13","Weapon 11":"0, 911.649, -1235.39, 17.68","Weapon 19":"0, -1456.289, 1497.905, 6.7","Weapon 67":"0, -1386, 509, 4","Weapon 182":"0, 2492.051, 2398.377, 4.529","Weapon 111":"0, 1446.35, 1900.03, 11","Weapon 144":"0, -1035, -2258, 70","Weapon 27":"0, -2796.416, 123.686, 6.844","Weapon 120":"0, 1764, -1930, 14","Weapon 91":"0, 2766, -2182, 11","Weapon 183":"0, 244.98, 1859.185, 14.08","Weapon 199":"0, -819, 1929, 7","Weapon 16":"0, -23, 2322, 24","Weapon 64":"0, 1319, 1636, 10.6","Weapon 79":"0, 2447.773, -1975.663, 13","Weapon 69":"0, 0, 0, 0","Weapon 33":"0, 1888.27, 2877.262, 10.162","Weapon 24":"0, 1393, 2174, 10","Weapon 173":"0, -1579, 29.45, 17","Weapon 29":"0, -1809, -1662, 24","Weapon 101":"0, 1569, 2150, 11","Weapon 122":"0, -2678, -128, 4","Weapon 46":"0, 2192.243, -1988.751, 13.419","Weapon 194":"0, -2715, -314, 7","Weapon 133":"0, -585, 2714, 72","Weapon 66":"0, 1463, -1013, 27","Weapon 189":"0, -2206, 961, 80","Weapon 52":"0, -2752.243, -272.289, 6.596","Weapon 174":"0, -2132.52, 189.251, 35.538","Weapon 26":"0, 2459, -1708, 13.6","Weapon 102":"0, 924, 2138, 11","Weapon 116":"0, 2790.343, -1427.489, 39.626","Weapon 163":"0, -1688.86, 695.308, 30.345","Weapon 117":"0, -2038.43, 139.628, 28.336","Weapon 134":"0, 2129.4, -2280.71, 14.42","Weapon 131":"0, -1968, -923, 32","Weapon 6":"0, 1457, -792, 90","Weapon 47":"0, -2083, 298, 42","Weapon 55":"0, 2809, 864, 21","Weapon 164":"0, -1100.3, -1640.4, 76.4","Weapon 132":"0, -121, -232, 1","Weapon 78":"0, 2444.895, -1981.524, 13.933","Weapon 15":"0, -1871, 351, 26","Weapon 118":"0, 2175.614, -2282.959, 13.54","Weapon 193":"0, 1457, -792, 90","Weapon 115":"0, 119, 2409, 17","Weapon 58":"0, 2441, -1013, 54","Weapon 44":"0, 1061, 2074, 11","Weapon 107":"0, 832.603, -1273.861, 14.483","Weapon 49":"0, -761, -126, 66","Weapon 121":"0, 2266, -1028, 59","Weapon 35":"0, -2135, 197, 35","Weapon 56":"0, 2142, -1804, 16","Weapon 42":"0, 2631.263, 1722.395, 11.031","Weapon 155":"0, -686, 934, 13.5","Weapon 65":"0, 2213, -2283, 15","Weapon 129":"0, 1923, 1011, 22","Weapon 112":"0, 2551.33, -1740, 6.49","Weapon 108":"0, 1407, 1098, 11","Weapon 25":"0, 1997, 1658, 12","Weapon 105":"0, 1706.352, 1242.019, 34.295","Weapon 2":"0, -2206, 961, 80","Weapon 12":"0, -819, 1929, 7","Weapon 137":"0, 2575, 1562, 16","Weapon 125":"0, 2198.11, -1170.22, 33.5","Weapon 165":"0, -1100.3, -1640.4, 76.4","Weapon 88":"0, 1098, 1681, 7","Weapon 75":"0, 2197, -2475, 14","Weapon 181":"0, -1496, 591, 42","Weapon 5":"0, 1418, 2774, 15","Weapon 106":"0, 2254.378, -2261.69, 14.375","Weapon 71":"0, 1781, 2072, 11","Weapon 82":"0, -2206, -23, 35","Weapon 138":"0, 1379, -2547, 14","Weapon 70":"0, 2832, 2405, 18","Weapon 135":"0, 825.921, -1165.813, 17.894","Weapon 162":"0, -1831, -21.43, 15.16","Weapon 146":"0, 2225, 2530, 17","Weapon 127":"0, 2025.286, 1001.496, 10.32","Weapon 98":"0, 24, 969, 20","Weapon 143":"0, -2094, -488, 36","Weapon 54":"0, 2550.967, 2824.343, 10.6","Weapon 32":"0, 842.978, -17.379, 64.2","Weapon 50":"0, 680, 826, -39","Weapon 119":"0, 2243, 1132, 11","Weapon 136":"0, -1683.497, 716.274, 30.645","Weapon 150":"0, 935.744, -926.045, 57.764","Weapon 74":"0, 2426, -1416, 24"},"Oysters":{"Oyster 29":"0, 486, -253, -4","Oyster 1":"0, 979, -2210, -3","Oyster 30":"0, -90, -910, -5","Oyster 7":"0, 2621, -2506, -5","Oyster 28":"0, -832, 925, -2","Oyster 33":"0, -1672, -1641, -2","Oyster 45":"0, -821, 1374, -8","Oyster 6":"0, 2327, -2662, -5","Oyster 46":"0, -2110.5, 2329.72, -7.5","Oyster 39":"0, -1066, 2197, 32","Oyster 4":"0, 2945.13, -2051.93, -3","Oyster 44":"0, -783, 2116, 35","Oyster 41":"0, -765, 247, -8","Oyster 38":"0, -955, 2628, 35","Oyster 47":"0, -1538, 1708, -3.27","Oyster 40":"0, 40, -531, -8","Oyster 15":"0, -1625, 4, -10","Oyster 50":"0, 2179, 235, -5","Oyster 43":"0, 2767, 470, -8","Oyster 48":"0, -2685, 2153, -5","Oyster 32":"0, -207, -1682, -8","Oyster 14":"0, -1252, 501, -8","Oyster 49":"0, 796, 2939, -5","Oyster 11":"0, 155, -1975, -8","Oyster 22":"0, 2578, 2382, 16","Oyster 9":"0, 725, -1849, -5","Oyster 8":"0, 1249, -2687, -1","Oyster 17":"0, -2505.406, 1543.724, -22.555","Oyster 25":"0, 2013, 1670, 7","Oyster 10":"0, 723, -1586, -3","Oyster 26":"0, 2531, 1569, 9","Oyster 16":"0, -1484, 1489, -10","Oyster 37":"0, -659, 874, -2","Oyster 12":"0, 1968, -1203, 17","Oyster 24":"0, 2130, 1152, 7","Oyster 13":"0, -2657, 1564, -6","Oyster 21":"0, -1364, 390, -5","Oyster 2":"0, 2750, -2584, -5","Oyster 42":"0, 2098, -108, -2","Oyster 19":"0, -1266, 966, -10","Oyster 27":"0, 2991, 2991, -10","Oyster 35":"0, -1097, -2858, -8","Oyster 20":"0, -1013, 478, -7","Oyster 36":"0, -2889, -1042, -9","Oyster 5":"0, 67, -1018, -5","Oyster 18":"0, -2727, -469, -5","Oyster 3":"0, 1279, -806, 85","Oyster 34":"0, -1175, -2639, -2.5","Oyster 23":"0, 2090, 1898, 8","Oyster 31":"0, 26.43, -1320.94, -10.04"}} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/first person camera offsets.json b/moonloader/lib/cheat-menu/json/first person camera offsets.json new file mode 100644 index 0000000..04c9d67 --- /dev/null +++ b/moonloader/lib/cheat-menu/json/first person camera offsets.json @@ -0,0 +1 @@ +{"531":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"401":{"y":-0.23999999463558,"x":0,"z":0.60000002384186},"405":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"514":{"y":0,"x":0,"z":0},"527":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"468":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"536":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"487":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"575":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"445":{"y":0,"x":0,"z":0},"432":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"404":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"581":{"y":0.30000001192093,"x":0.029999922960997,"z":0.49000009894371},"600":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"415":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"541":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"20839":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"451":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"587":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"567":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"411":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"496":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"522":{"y":0.77999985218048,"x":-4.4703482582342e-10,"z":0.3400000333786},"407":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"596":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"593":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"403":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"480":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"559":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"414":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"448":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"512":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"443":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"566":{"y":0,"x":0,"z":0},"434":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"447":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"547":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"429":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"573":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"534":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"438":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"502":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"506":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"456":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"466":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"481":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"602":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"517":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"562":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"418":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"461":{"y":0.62000000476837,"x":0,"z":0.38000005483627},"420":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"586":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"470":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"589":{"y":0.10000000149012,"x":0,"z":0.60000002384186},"533":{"y":0,"x":0,"z":0},"423":{"y":0.10000000149012,"x":0,"z":0.60000002384186}} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/handling flags.json b/moonloader/lib/cheat-menu/json/handling flags.json new file mode 100644 index 0000000..310145f --- /dev/null +++ b/moonloader/lib/cheat-menu/json/handling flags.json @@ -0,0 +1,30 @@ +{ + "1" : "1G_BOOST", + "2" : "2G_BOOST", + "3" : "NPC_ANTI_ROLL", + "4" : "NPC_NEUTRAL_HANDL", + "5" : "NO_HANDBRAKE", + "6" : "STEER_REARWHEELS", + "7" : "HB_REARWHEEL_STEER", + "8" : "ALT_STEER_OPT", + "9" : "WHEEL_F_NARROW2", + "10" : "WHEEL_F_NARROW", + "11" : "WHEEL_F_WIDE", + "12" : "WHEEL_F_WIDE2", + "13" : "WHEEL_R_NARROW2", + "14" : "WHEEL_R_NARROW", + "15" : "WHEEL_R_WIDE", + "16" : "WHEEL_R_WIDE2", + "17" : "HYDRAULIC_GEOM", + "18" : "HYDRAULIC_INST", + "19" : "HYDRAULIC_NONE", + "20" : "NOS_INST", + "21" : "OFFROAD_ABILITY", + "22" : "OFFROAD_ABILITY2", + "23" : "HALOGEN_LIGHTS", + "24" : "PROC_REARWHEEL_1ST", + "25" : "USE_MAXSP_LIMIT", + "26" : "LOW_RIDER", + "27" : "STREET_RACER", + "28" : "SWINGING_CHASSIS" +} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/memory.json b/moonloader/lib/cheat-menu/json/memory.json new file mode 100644 index 0000000..2eac39a --- /dev/null +++ b/moonloader/lib/cheat-menu/json/memory.json @@ -0,0 +1 @@ +{"float":{"Game speed in percent":"0xB7CB64","Change solid clouds":"0x716642","Muscle":"0xB793DC","Health":"0xB793E0","SMG":"0xB794B0","Desert eagle":"0xB7949C","Wanted Level":"0xBAA420","Mouse sensitivity":"0xB6EC1C","Stamina":"0xB793D8","Shotgun":"0xB794A0","AK47":"0xB794B4","Respect":"0xB79480","Pistol":"0xB79494","Fat":"0xB793D4","Sawn-off shotgun":"0xB794A4","Draw Distance":"0xBA6788","Sex Appeal":"0xB793E4","Combat shotgun":"0xB794A8","Gambling":"0xB794C4","Silenced pistol":"0xB79498","Gravity":"0x863984","Disable solid clouds":"0x716655","Vehicle density multiplier":"0x8A5B20","Machine pistol":"0xB794AC","Pedestrian density multiplier":"0x8D2530","M4":"0xB794B8"},"dword":{"Katie Progress":"0xA49F0C","Denise Progress":"0xA49EFC","Timer related to weather and time in ms":"0xB70158","Driving":"0xB790A0","Cycling":"0xB791B8","Money":"0xB7CE50","A global timer in ms":"0xB7CB84","Barbara Progress":"0xA49F08","Max wanted level":"0x8CDEE4","Timer for firefighter missions":"0xA519BC","Lung capacity":"0xB791A4","Timer for vigilante missions":"0xA519D8","Timer for taxi driver missions":"0xA5197C","Millie Progress":"0xA49F10","Current Car ID":"0xB700F0","Luck at gambling":"0xB791C4","Tip Bar timer for taxi driver missions":"0xA51980","How many days have passed in game":"0xB79038","Flying":"0xB7919C","Helena Progress":"0xA49F04","Timer for boat\/bike missions":"0xA51974","Timer for driving\/flying missions":"0xA49D54","Bike":"0xB791B4","Mission timer from a number to 0":"0xA5153C","Michelle Progress":"0xA49F00","Brightness":"0xBA6784","Timer for paramedic missions":"0xA519A8"},"byte":{"Funhouse Theme":"0x969176","Elvis Everywhere":"0x969157","Rainy Weather":"0x969139","Buffer of 30 last typed chars":"0x969110","Widescreen":"0xBA6793","Cars can Fly":"0x969160","Infinite Oxygen":"0x96916E","Radio Volume [0 through 64]":"0xBA6798","Game freezes like when in menu:":"0xB7CB49","Decreased Traffic":"0x96917A","Blow up All Cars":"0x96914A","Current blur level":"0x8D5104","Six Star Wanted Level":"0x969172","Is infinite run":"0xB7CEE4","Perfect \/ Insane Handling":"0x96914C","Is player fireproof":"0xB7CEE6","Thunderstorm":"0x969169","Black Traffic":"0x969151","Always Midnight":"0x969167","Peds Riot (Chaos Mode)":"0x969175","Tank Mode \/ Smash'n Boom":"0x969164","Max Muscle":"0x969155","Country Theme":"0x96917B","Current Weekday":"0xB7014E","Max Respect":"0x96917F","Menu show:":"0xB7CB49","Recruit Anyone (Rockets)":"0x96917E","Steer with mouse":"0xC1CC02","Tags number":"0xA9AD74","Antialiasing values:":"0xBA6814","Cars can drive on water":"0x969152","Boats Can Fly":"0x969153","Gangs control the streets":"0x96915B","People dropped off in taxi":"0xA49C30","CJ is Skinny":"0x969156","Overcast Weather":"0x969138","Slower Gameplay":"0x969177","Horseshoes number":"0xB791E4","All Green Lights":"0x96914E","Have Bounty on Head":"0x96913F","Resolution values:":"0xBA6820","Photographs taken number":"0xB790B8","Radar Mode":"0xBA676C","All cars have nitro":"0x969165","Is paynspray free":"0x96C009","Mip Mapping":"0xBA680C","Subtitles":"0xBA678C","Traffic is Cheap Cars":"0x96915E","Faster Gameplay":"0x96913C","Fly with mouse":"0xC1CC03","Radio Station ID values:":"0xBA679A","Current Radiostation-ID":"0x8CB7A5","Spawn Hydra":"0x969162","Sandstorm":"0x96916A","Radio Equalizer":"0xBA6799","Legend":"0xBA6792","All Taxis Have Nitro":"0x96918B","Everyone is Armed":"0x969140","Usertrack\/Automatic Media Scan":"0xBA680D","Never get Hungry":"0x969174","Pink Traffic":"0x969150","Mega Punch":"0x969173","Clear Wanted Level":"0x969135","Hud Mode":"0xBA6769","Very Sunny Weather":"0x969137","Current Minute":"0xB70152","Weapon Set 3":"0x969132","Peds Attack Each other with Golfclub":"0x96913E","Cars Float Away when hit":"0x969166","Aggressive Drivers":"0x96914F","Recruit Anyone (9mm)":"0x96917C","Weapon Set 1":"0x969130","Store gallery photos":"0xBA6830","Get Parachute":"0x96916F","Hitman in All Weapons":"0x969183","SFX Volume [0 through 64]":"0xBA6797","Infinite Ammo, No Reload":"0x969178","Gang Members everywhere":"0x96915A","Controller Configuration values:":"0xBA6818","Oysters number":"0xB791EC","Stop Game Clock - Orange Sky":"0x969168","Mega Jump":"0x96916C","Current Hour":"0xB70153","Never Wanted":"0x969171","Radio Auto-tune":"0xBA6795","Max Stamina":"0x969181","Faster Clock":"0x96913B","Traffic is Fast Cars":"0x96915F","Foggy Weather":"0x96913A","Suicide":"0x96914D","Slut Magnet":"0x96915D","Beach Theme":"0x969159","Recruit Anyone (AK47)":"0x96917D","Frame limiter":"0xBA6794","Infinite Health":"0x96916D","Get Jetpack":"0x969170","Increase Wanted Level 2 Stars":"0x969134","Is radar greyed out":"0xA444A4","Safehouse visits number":"0xB79040","CJ is Fat":"0x969154","Max Sex Appeal":"0x969180","Usertrack\/Play mode values:":"0xBA67F8","Ninja Theme":"0x96915C","Huge Bunny Hop":"0x969161","Wheels Only":"0x96914B","Full Weapon Aiming while driving":"0x969179","Sunny Weather":"0x969136","Visual FX Quality":"0xA9AE54","Weapon Set 2":"0x969131","Peds attack with rockets":"0x969158","Health+Armor+250K":"0x969133"},"word":{},"All":{}} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/mission.json b/moonloader/lib/cheat-menu/json/mission.json new file mode 100644 index 0000000..e4cf8c2 --- /dev/null +++ b/moonloader/lib/cheat-menu/json/mission.json @@ -0,0 +1,160 @@ +{ + "Loco syndicate": { + "Outrider": 60, + "T-Bone Mendez": 65, + "Mike Toreno": 66, + "Jizzy": 59, + "Yay Ka-Boom-Boom": 63, + "Photo Opportunity": 58, + "Ice Cold Killa": 61, + "Torenos Last Flight": 62, + "Pier 69": 64 + }, + "Frank tenpenny": { + "Gray Imports": 23, + "Snail Trail": 52, + "Badlands": 39, + "Burning Desire": 22, + "Misappropriation": 93, + "High Noon": 94 + }, + "Big smoke": { + "Wrong Side of the Tracks": 29, + "OG Loc": 27, + "Just Business": 30, + "Running Dog": 28 + }, + "The truth": { + "Body Harvest": 46, + "Are you going to San Fierro?": 47 + }, + "Wang cars": { + "Test Drive": 68, + "Back to School": 71, + "Zeroing In": 67, + "Customs Fast Track": 69, + "Puncture Wounds": 70 + }, + "Zero": { + "Supply Lines": 73, + "New Model Army": 74, + "Air Raid": 72 + }, + "Introduction": { + "Ryder": 12, + "Big Smoke": 11 + }, + "Heist": { + "Key To Her Heart": 97, + "Architectural Espionage": 96, + "Breaking the Bank at Caligulas": 101, + "Dam And Blast": 98, + "Cop Wheels": 99, + "Up, Up and Away!": 100 + }, + "Cesar vialpando": { + "King in Exile": 45 + }, + "WuZiMu": { + "Lure": 55, + "Mountain Cloud Boys": 53, + "Amphibious Assault": 56, + "The Da Nang Thang": 57, + "Ran Fa Li": 54 + }, + "Sweet": { + "The Green Sabre": 38, + "Doberman": 21, + "Tagging Up Turf": 13, + "Drive-By": 17, + "Drive-Thru": 15, + "Cleaning The Hood": 14, + "Beat Down on B Dup": 106, + "Sweets Girl": 18, + "Grove 4 Life": 107, + "Nines And AKs": 16, + "Reuniting The Families": 37, + "Cesar Vialpando": 19, + "Los Sepulcros": 20 + }, + "Arena missions": { + "Blood Ring": 128, + "Beat the Cock!": 130, + "Kickstart": 129 + }, + "Video games": { + "They Crawled From Uranus": 3, + "Lets Get Ready To Bumble": 6, + "Dualuty": 4, + "Go Go Space Monkey": 5, + "Beefy Baron": 10, + "Lowrider (Bet And Dance)": 9, + "Inside Track Betting": 7 + }, + "Caligulas casino": { + "The Meat Business": 90, + "Intensive Care": 89, + "Freefall": 91, + "Saint Marks Bistro": 92 + }, + "OG loc": { + "Madd Doggs Rhymes": 32, + "House Party": 34, + "Lifes a Beach": 31, + "Management Issues": 33 + }, + "Miscellaneous": { + "Trucking": 117, + "Quarry": 118 + }, + "Ryder": { + "Catalyst": 25, + "Robbing Uncle Sam": 26, + "Home Invasion": 24 + }, + "Madd dogg": { + "Madd Dogg": 95 + }, + "Verdant meadows airstrip": { + "N.O.E.": 79, + "Green Goo": 82, + "Stowaway": 80, + "Learning to Fly": 83, + "Black Project": 81 + }, + "Mike toreno": { + "Interdiction": 77, + "Monster": 75, + "Verdant Meadows": 78, + "Highjack": 76 + }, + "Riot": { + "Riot": 108, + "Los Desperados": 109, + "End Of The Line 1": 110, + "End Of The Line 2": 111, + "End Of The Line 3": 112 + }, + "The four dragons casino": { + "Explosive Situation": 85, + "Don Peyote": 88, + "A Home In The Hills": 102, + "Fender Ketchup": 84, + "Fish in a Barrel": 87, + "Youve Had Your Chips": 86 + }, + "Robbery": { + "Small Town Bank": 42, + "Against All Odds": 44, + "Tanker Commander": 43, + "Local Liquor Store": 41 + }, + "Carl johnson": { + "Deconstruction": 50, + "Vertical Bird": 103, + "Wear Flowers In Your Hair": 49, + "Home Coming": 104, + "555 WE TIP": 51, + "Cut Throat Business": 105 + } +} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/model flags.json b/moonloader/lib/cheat-menu/json/model flags.json new file mode 100644 index 0000000..7677b1b --- /dev/null +++ b/moonloader/lib/cheat-menu/json/model flags.json @@ -0,0 +1,34 @@ +{ + "1" : "IS_VAN", + "2" : "IS_BUS", + "3" : "IS_LOW", + "4" : "IS_BIG", + "5" : "REVERSE_BONNET", + "6" : "HANGING_BOOT", + "7" : "TAILGATE_BOOT", + "8" : "NOSWING_BOOT", + "9" : "NO_DOORS", + "10" : "TANDEM_SEATS", + "11" : "SIT_IN_BOAT", + "12" : "CONVERTIBLE", + "13" : "NO_EXHAUST", + "14" : "DOUBLE_EXHAUST", + "15" : "NO1FPS_LOOK_BEHIND", + "16" : "FORCE_DOOR_CHECK", + "17" : "AXLE_F_NOTILT", + "18" : "AXLE_F_SOLID", + "19" : "AXLE_F_MCPHERSON", + "20" : "AXLE_F_REVERSE", + "21" : "AXLE_R_NOTILT", + "22" : "AXLE_R_SOLID", + "23" : "AXLE_R_MCPHERSON", + "24" : "AXLE_R_REVERSE", + "25" : "IS_BIKE", + "26" : "IS_HELI", + "27" : "IS_PLANE", + "28" : "IS_BOAT", + "29" : "BOUNCE_PANELS", + "30" : "DOUBLE_RWHEELS", + "31" : "FORCE_GROUND_CLEARANCE", + "32" : "IS_HATCHBAC1K" +} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/neon data.json b/moonloader/lib/cheat-menu/json/neon data.json new file mode 100644 index 0000000..444ca33 --- /dev/null +++ b/moonloader/lib/cheat-menu/json/neon data.json @@ -0,0 +1,54 @@ +{ + "buffalo":{ + "X":0.2, + "Y":0.4 + }, + "stretch":{ + "X":0.15, + "Y":0.5 + }, + "infernu":{ + "X":0.15, + "Y":0.15 + }, + "cheetah":{ + "X":0.15, + "Y":0.1 + }, + "banshee":{ + "X":0.15, + "Y":0.4 + }, + "turismo":{ + "X":0.1, + "Y":0.25 + }, + "comet":{ + "X":0.15, + "Y":0.35 + }, + "supergt":{ + "Y":0.4, + "X":0.16 + }, + "feltzer":{ + "X":0.15, + "Y":0.3 + }, + "blade":{ + "X":0.17, + "Y":0.75 + }, + "bullet":{ + "X":0.18, + "Y":0.1 + }, + "windsor":{ + "Y":0.15, + "X":0.17 + }, + "alpha":{ + "X":0.18, + "Y":0.4 + } + } \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/ped special.json b/moonloader/lib/cheat-menu/json/ped special.json new file mode 100644 index 0000000..2e3c56d --- /dev/null +++ b/moonloader/lib/cheat-menu/json/ped special.json @@ -0,0 +1,46 @@ +{ + "1" : "TRUTH", + "2" : "MACCER", + "3" : "ANDRE", + "4" : "BBTHIN", + "5" : "BB", + "6" : "EMMET", + "8" : "JANITOR", + "42" : "JETHRO", + "65" : "KENDL", + "119" : "SINDACO", + "149" : "SMOKEV", + "190-1" : "COPGRL1", + "190-2" : "COPGRL2", + "191-1" : "GUNGRL1", + "191-2" : "GUNGRL2", + "192-1" : "MECGRL1", + "192-2" : "MECGRL2", + "193-1" : "NURGRL1", + "193-2" : "NURGRL2", + "194-1" : "CROGRL1", + "194-2" : "CROGRL2", + "195-1" : "GANGRL1", + "195-2" : "GANGRL2", + "208" : "SUZIE", + "265" : "TENPEN", + "266" : "PULASKI", + "267" : "HERN", + "268" : "DWAYNE", + "269" : "SMOKE", + "270" : "SWEET", + "271" : "RYDER", + "272" : "FORELLI", + "273" : "TBONE", + "289" : "ZERO", + "290" : "ROSE", + "291" : "PAUL", + "292" : "CESAR", + "293" : "OGLOC", + "294" : "WUZIMU", + "295" : "TORINO", + "296" : "JIZZY", + "297" : "MADDOGG", + "298" : "CAT", + "299" : "CLAUDE" +} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/ped.json b/moonloader/lib/cheat-menu/json/ped.json new file mode 100644 index 0000000..c8dbf36 --- /dev/null +++ b/moonloader/lib/cheat-menu/json/ped.json @@ -0,0 +1,316 @@ +{ + "Model" : "Name", + + "0" : "CJ", + "1" : "TRUTH", + "2" : "MACCER", + "3" : "ANDRE", + "4" : "BBTHIN", + "5" : "BB", + "6" : "EMMET", + "7" : "MALE01", + "8" : "JANITOR", + "9" : "BFORI", + "10" : "BFOST", + "11" : "VBFYCRP", + "12" : "BFYRI", + "13" : "BFYST", + "14" : "BMORI", + "15" : "BMOST", + "16" : "BMYAP", + "17" : "BMYBU", + "18" : "BMYBE", + "19" : "BMYDJ", + "20" : "BMYRI", + "21" : "BMYCR", + "22" : "BMYST", + "23" : "WMYBMX", + "24" : "WBDYG1", + "25" : "WBDYG2", + "26" : "WMYBP", + "27" : "WMYCON", + "28" : "BMYDRUG", + "29" : "WMYDRUG", + "30" : "HMYDRUG", + "31" : "DWFOLC", + "32" : "DWMOLC1", + "33" : "DWMOLC2", + "34" : "DWMYLC1", + "35" : "HMOGAR", + "36" : "WMYGOL1", + "37" : "WMYGOL2", + "38" : "HFORI", + "39" : "HFOST", + "40" : "HFYRI", + "41" : "HFYST", + "42" : "JETHRO", + "43" : "HMORI", + "44" : "HMOST", + "45" : "HMYBE", + "46" : "HMYRI", + "47" : "HMYCR", + "48" : "HMYST", + "49" : "OMOKUNG", + "50" : "WMYMECH", + "51" : "BMYMOUN", + "52" : "WMYMOUN", + "53" : "OFORI", + "54" : "OFOST", + "55" : "OFYRI", + "56" : "OFYST", + "57" : "OMORI", + "58" : "OMOST", + "59" : "OMYRI", + "60" : "OMYST", + "61" : "WMYPLT", + "62" : "WMOPJ", + "63" : "BFYPRO", + "64" : "HFYPRO", + "65" : "KENDL", + "66" : "BMYPOL1", + "67" : "BMYPOL2", + "68" : "WMOPREA", + "69" : "SBFYST", + "70" : "WMOSCI", + "71" : "WMYSGRD", + "72" : "SWMYHP1", + "73" : "SWMYHP2", + "75" : "SWFOPRO", + "76" : "WFYSTEW", + "77" : "SWMOTR1", + "78" : "WMOTR1", + "79" : "BMOTR1", + "80" : "VBMYBOX", + "81" : "VWMYBOX", + "82" : "VHMYELV", + "83" : "VBMYELV", + "84" : "VIMYELV", + "85" : "VWFYPRO", + "87" : "VWFYST1", + "88" : "WFORI", + "89" : "WFOST", + "90" : "WFYJG", + "91" : "WFYRI", + "92" : "WFYRO", + "93" : "WFYST", + "94" : "WMORI", + "95" : "WMOST", + "96" : "WMYJG", + "97" : "WMYLG", + "98" : "WMYRI", + "99" : "WMYRO", + "100" : "WMYCR", + "101" : "WMYST", + "102" : "BALLAS1", + "103" : "BALLAS2", + "104" : "BALLAS3", + "105" : "FAM1", + "106" : "FAM2", + "107" : "FAM3", + "108" : "LSV1", + "109" : "LSV2", + "110" : "LSV3", + "111" : "MAFFA", + "112" : "MAFFB", + "113" : "MAFBOSS", + "114" : "VLA1", + "115" : "VLA2", + "116" : "VLA3", + "117" : "TRIADA", + "118" : "TRIADB", + "119" : "SINDACO", + "120" : "TRIBOSS", + "121" : "DNB1", + "122" : "DNB2", + "123" : "DNB3", + "124" : "VMAFF1", + "125" : "VMAFF2", + "126" : "VMAFF3", + "127" : "VMAFF4", + "128" : "DNMYLC", + "129" : "DNFOLC1", + "130" : "DNFOLC2", + "131" : "DNFYLC", + "132" : "DNMOLC1", + "133" : "DNMOLC2", + "134" : "SBMOTR2", + "135" : "SWMOTR2", + "136" : "SBMYTR3", + "137" : "SWMOTR3", + "138" : "WFYBE", + "139" : "BFYBE", + "140" : "HFYBE", + "141" : "SOFYBU", + "142" : "SBMYST", + "143" : "SBMYCR", + "144" : "BMYCG", + "145" : "WFYCRK", + "146" : "HMYCM", + "147" : "WMYBU", + "148" : "BFYBU", + "149" : "SMOKEV", + "150" : "WFYBU", + "151" : "DWFYLC1", + "152" : "WFYPRO", + "153" : "WMYCONB", + "154" : "WMYBE", + "155" : "WMYPIZZ", + "156" : "BMOBAR", + "157" : "CWFYHB", + "158" : "CWMOFR", + "159" : "CWMOHB1", + "160" : "CWMOHB2", + "161" : "CWMYFR", + "162" : "CWMYHB1", + "163" : "BMYBOUN", + "164" : "WMYBOUN", + "165" : "WMOMIB", + "166" : "BMYMIB", + "167" : "WMYBELL", + "168" : "BMOCHIL", + "169" : "SOFYRI", + "170" : "SOMYST", + "171" : "VWMYBJD", + "172" : "VWFYCRP", + "173" : "SFR1", + "174" : "SFR2", + "175" : "SFR3", + "176" : "BMYBAR", + "177" : "WMYBAR", + "178" : "WFYSEX", + "179" : "WMYAMMO", + "180" : "BMYTATT", + "181" : "VWMYCR", + "182" : "VBMOCD", + "183" : "VBMYCR", + "184" : "VHMYCR", + "185" : "SBMYRI", + "186" : "SOMYRI", + "187" : "SOMYBU", + "188" : "SWMYST", + "189" : "WMYVA", + "190" : "COPGRL3", + "190-1" : "COPGRL1", + "190-2" : "COPGRL2", + "191" : "GUNGRL3", + "191-1" : "GUNGRL1", + "191-2" : "GUNGRL2", + "192" : "MECGRL3", + "192-1" : "MECGRL1", + "192-2" : "MECGRL2", + "193" : "NURGRL3", + "193-1" : "NURGRL1", + "193-2" : "NURGRL2", + "194" : "CROGRL3", + "194-1" : "CROGRL1", + "194-2" : "CROGRL2", + "195" : "GANGRL3", + "195-1" : "GANGRL1", + "195-2" : "GANGRL2", + "196" : "CWFOFR", + "197" : "CWFOHB", + "198" : "CWFYFR1", + "199" : "CWFYFR2", + "200" : "CWMYHB2", + "201" : "DWFYLC2", + "202" : "DWMYLC2", + "203" : "OMYKARA", + "204" : "WMYKARA", + "205" : "WFYBURG", + "206" : "VWMYCD", + "207" : "VHFYPRO", + "208" : "SUZIE", + "209" : "OMONOOD", + "210" : "OMOBOAT", + "211" : "WFYCLOT", + "212" : "VWMOTR1", + "213" : "VWMOTR2", + "214" : "VWFYWAI", + "215" : "SBFORI", + "216" : "SWFYRI", + "217" : "WMYCLOT", + "218" : "SBFOST", + "219" : "SBFYRI", + "220" : "SBMOCD", + "221" : "SBMORI", + "222" : "SBMOST", + "223" : "SHMYCR", + "224" : "SOFORI", + "225" : "SOFOST", + "226" : "SOFYST", + "227" : "SOMOBU", + "228" : "SOMORI", + "229" : "SOMOST", + "230" : "SWMOTR5", + "231" : "SWFORI", + "232" : "SWFOST", + "233" : "SWFYST", + "234" : "SWMOCD", + "235" : "SWMORI", + "236" : "SWMOST", + "237" : "SHFYPRO", + "238" : "SBFYPRO", + "239" : "SWMOTR4", + "240" : "SWMYRI", + "241" : "SMYST", + "242" : "SMYST2", + "243" : "SFYPRO", + "244" : "VBFYST2", + "245" : "VBFYPRO", + "246" : "VHFYST3", + "247" : "BIKERA", + "248" : "BIKERB", + "249" : "BMYPIMP", + "250" : "SWMYCR", + "251" : "WFYLG", + "252" : "WMYVA2", + "253" : "BMOSEC", + "254" : "BIKDRUG", + "255" : "WMYCH", + "256" : "SBFYSTR", + "257" : "SWFYSTR", + "258" : "HECK1", + "259" : "HECK2", + "260" : "BMYCON", + "261" : "WMYCD1", + "262" : "BMOCD", + "263" : "VWFYWA2", + "264" : "WMOICE", + "265" : "TENPEN", + "266" : "PULASKI", + "267" : "HERN", + "268" : "DWAYNE", + "269" : "SMOKE", + "270" : "SWEET", + "271" : "RYDER", + "272" : "FORELLI", + "273" : "TBONE", + "274" : "LAEMT1", + "275" : "LVEMT1", + "276" : "SFEMT1", + "277" : "LAFD1", + "278" : "LVFD1", + "279" : "SFFD1", + "280" : "LAPD1", + "281" : "SFPD1", + "282" : "LVPD1", + "283" : "CSHER", + "284" : "LAPDM1", + "285" : "SWAT", + "286" : "FBI", + "287" : "ARMY", + "288" : "DSHER", + "289" : "ZERO", + "290" : "ROSE", + "291" : "PAUL", + "292" : "CESAR", + "293" : "OGLOC", + "294" : "WUZIMU", + "295" : "TORINO", + "296" : "JIZZY", + "297" : "MADDOGG", + "298" : "CAT", + "299" : "CLAUDE", + + "Note" : "Last line should not have comma at the end" +} diff --git a/moonloader/lib/cheat-menu/json/radar sprite.json b/moonloader/lib/cheat-menu/json/radar sprite.json new file mode 100644 index 0000000..f346644 --- /dev/null +++ b/moonloader/lib/cheat-menu/json/radar sprite.json @@ -0,0 +1,66 @@ +{ +"0" : "No sprite", +"1" : "White sprite", +"2" : "Centre sprite", +"3" : "Map sprite", +"4" : "North sprite", +"5" : "Airport sprite", +"6" : "Ammunation sprite", +"7" : "Barber sprite", +"8" : "Bigsmoke sprite", +"9" : "Boatyard sprite", +"10" : "Burgershot sprite", +"11" : "Bulldozer sprite", +"12" : "Catalinapink sprite", +"13" : "Cesarviapando sprite", +"14" : "Chicken sprite", +"15" : "Cj sprite", +"16" : "Crash1 sprite", +"17" : "Diner sprite", +"18" : "Emmetgun sprite", +"19" : "Enemyattack sprite", +"20" : "Fire sprite", +"21" : "Girlfriend sprite", +"22" : "Hostpital sprite", +"23" : "Logosyndicate sprite", +"24" : "Maddog sprite", +"25" : "Mafiacasino sprite", +"26" : "Mcstrap sprite", +"27" : "Modgarage sprite", +"28" : "Ogloc sprite", +"29" : "Pizza sprite", +"30" : "Police sprite", +"31" : "Propertyg sprite", +"32" : "Propertyr sprite", +"33" : "Race sprite", +"34" : "Ryder sprite", +"35" : "Savegame sprite", +"36" : "School sprite", +"37" : "Qmark sprite", +"38" : "Sweet sprite", +"39" : "Tattoo sprite", +"40" : "Thetruth sprite", +"41" : "Waypoint sprite", +"42" : "Torenoranch sprite", +"43" : "Triads sprite", +"44" : "Triadscasino sprite", +"45" : "Tshirt sprite", +"46" : "Woozie sprite", +"47" : "Zero sprite", +"48" : "Datedisco sprite", +"49" : "Datedrink sprite", +"50" : "Datefood sprite", +"51" : "Truck sprite", +"52" : "Cash sprite", +"53" : "Flag sprite", +"54" : "Gym sprite", +"55" : "Impound sprite", +"56" : "Light sprite", +"57" : "Runway sprite", +"58" : "Gangb sprite", +"59" : "Gangp sprite", +"60" : "Gangy sprite", +"61" : "Gangn sprite", +"62" : "Gangg sprite", +"63" : "Sprayshop sprite" +} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/stat.json b/moonloader/lib/cheat-menu/json/stat.json new file mode 100644 index 0000000..737dfca --- /dev/null +++ b/moonloader/lib/cheat-menu/json/stat.json @@ -0,0 +1,307 @@ +{ + "0" : "Progress made", + "1" : "Total progress", + "2" : "Furthest Hoop", + "3" : "Distance travelled on foot", + "4" : "Distance travelled by car", + "5" : "Distance travelled by motorbike", + "6" : "Distance travelled by boat", + "7" : "Distance travelled by golf cart", + "8" : "Distance travelled by helicopter", + "9" : "Distance travelled by plane", + "10" : "Longest Wheelie distance", + "11" : "Longest Stoppie distance", + "12" : "Longest 2 wheels distance", + "13" : "Weapon Budget", + "14" : "Fashion Budget", + "15" : "Property Budget", + "16" : "Auto Repair and Painting Budget", + "17" : "Longest Wheelie time", + "18" : "Longest Stoppie time", + "19" : "Longest 2 wheels time", + "20" : "Food Budget", + "21" : "Fat", + "22" : "Stamina", + "23" : "Muscle", + "24" : "Max Health", + "25" : "Sex appeal", + "26" : "Distance travelled by swimming", + "27" : "Distance travelled by bicycle", + "28" : "Distance travelled on treadmill", + "29" : "Distance travelled on exercise bike", + "30" : "Tattoo budget", + "31" : "Hairdressing budget", + "32" : "Girlfriend budget", + "33" : "Prostitute budget", + "34" : "Furniture budget", + "35" : "Money spent gambling", + "36" : "Money made from pimping", + "37" : "Money won gambling", + "38" : "Biggest gambling win", + "39" : "Biggest gambling loss", + "40" : "Largest burglary swag", + "41" : "Money made from burglary", + "42" : "Money spent building property", + "43" : "unused", + "44" : "Longest treadmill time", + "45" : "Longest exercise bike time", + "46" : "Heaviest weight on bench press", + "47" : "Heaviest weight on dumbbells", + "48" : "Best time in 8-Track", + "49" : "BMX best time", + "50" : "Lightest weight", + "51" : "Longest chase time with 5 or more stars", + "52" : "Last chase time with 5 or more stars", + "53" : "Wage bill", + "54" : "Strip club budget", + "55" : "Car modification budget", + "56" : "Time spent shopping", + "57" : "Time spent gambling", + "58" : "Time spent on longest mission", + "59" : "Time spent on quickest mission", + "60" : "Average mission time", + "61" : "Drugs budget", + "62" : "Total shopping budget", + "63" : "Time spent underwater", + "64" : "Total respect", + "65" : "Girlfriend respect", + "66" : "Clothes respect", + "67" : "Fitness respect", + "68" : "Respect", + "69" : "Pistol Skill", + "70" : "Silenced Pistol Skill", + "71" : "Desert Eagle Skill", + "72" : "Shotgun Skill", + "73" : "Sawn-Off Shotgun Skill", + "74" : "Combat Shotgun Skill", + "75" : "Machine Pistol Skill", + "76" : "SMG Skill", + "77" : "AK-47 Skill", + "78" : "M4 Skill", + "79" : "Rifle Skill", + "80" : "Appearance", + "81" : "Gambling", + "120" : "People wasted by others", + "121" : "People you've wasted", + "122" : "Road Vehicles destroyed", + "123" : "Boats destroyed", + "124" : "Planes & Helicopters destroyed", + "125" : "Cost of property damaged", + "126" : "Bullets fired", + "127" : "Kgs of explosives used", + "128" : "Bullets that hit", + "129" : "Tires popped with gunfire", + "130" : "Number of headshots", + "131" : "Total number of wanted stars attained", + "132" : "Total number of wanted stars evaded", + "133" : "Times busted", + "134" : "Days passed in game", + "135" : "Number of hospital visits", + "136" : "Safehouse visits", + "137" : "Times cheated", + "138" : "Vehicle Resprays", + "139" : "Maximum INSANE Jump distance", + "140" : "Maximum INSANE Jump height", + "141" : "Maximum INSANE Jump flips", + "142" : "Maximum INSANE Jump rotation", + "143" : "Best INSANE stunt awarded", + "144" : "Unique Jumps found", + "145" : "Unique Jumps done", + "146" : "Mission attempts", + "147" : "Missions passed", + "148" : "Total number of missions in game", + "149" : "Cash made in a Taxi", + "150" : "Passengers dropped off", + "151" : "People saved in an Ambulance", + "152" : "Criminals killed on Vigilante Mission", + "153" : "Total fires extinguished", + "154" : "Packages Delivered", + "155" : "Assassinations", + "156" : "Last dance score", + "157" : "Highest Vigilante Mission level", + "158" : "Highest Paramedic Mission level", + "159" : "Highest Firefighter Mission level", + "160" : "Driving skill", + "161" : "Number of Truck missions passed", + "162" : "Money made in Truck", + "163" : "Recruited gang members killed", + "164" : "Armor", + "165" : "Energy", + "166" : "Photographs Taken", + "167" : "Rampages attempted", + "168" : "Rampages passed", + "169" : "Flight time", + "170" : "Times drowned", + "171" : "Number of girls pimped", + "172" : "Best position in 8-Track", + "173" : "Time on jetpack", + "174" : "Shooting range levels passed", + "175" : "Most cars parked on 'Valet Parking'", + "176" : "Kills since last checkpoint", + "177" : "Total legitimate kills", + "178" : "Number of 'Bloodring' kills", + "179" : "Total time in bloodring", + "180" : "No more hurricanes Flag", + "181" : "City unlocked", + "182" : "Number of Police bribes", + "183" : "Number of cars stolen", + "184" : "Current number of girlfriends", + "185" : "Number of disastrous dates", + "186" : "Number of girls dated", + "187" : "Number of times scored with a girl", + "188" : "Number of successful dates", + "189" : "Number of girls dumped", + "190" : "Number of prostitutes visited", + "191" : "Number of houses burgled", + "192" : "Number of safes cracked", + "193" : "Burgular status", + "194" : "Number of stolen items sold", + "195" : "Number of eight balls in pool", + "196" : "Total number of wins playing pool", + "197" : "Total number of losses playing pool", + "198" : "Times visited the gym", + "199" : "Body type", + "200" : "Number of meals eaten", + "201" : "Money made in Quarry", + "202" : "Time taken to Complete Quarry", + "203" : "Number of furniture purchased", + "204" : "Favorite console game", + "205" : "Highest civilian peds killed on Rampage", + "206" : "Highest police peds killed on Rampage", + "207" : "Highest civilian vehicles destroyed on Rampage", + "208" : "Highest police vehicles destroyed on Rampage", + "209" : "Highest number of tanks destroyed on Rampage", + "210" : "Pimping level", + "211" : "Kickstart best score", + "212" : "Best lap time in 8-Track", + "213" : "Number of vehicles exported", + "214" : "Number of vehicles imported", + "215" : "Highest basketball score", + "216" : "Fires started", + "217" : "Amount of drugs sold", + "218" : "Amount of drugs bought", + "219" : "Best lap time in dirt track", + "220" : "Best time in dirt track", + "221" : "Best position in dirt track", + "222" : "NRG-500 best time", + "223" : "Flying skill", + "224" : "Respect Mission", + "225" : "Lung capacity", + "226" : "Game gore rating", + "227" : "Game sex rating", + "228" : "Respect Mission Total", + "229" : "Bike skill", + "230" : "Cycling skill", + "231" : "Snapshots taken", + "232" : "Total snapshots", + "233" : "Luck", + "234" : "Territories taken over", + "235" : "Territories lost", + "236" : "Territories held", + "237" : "Highest number of territories held", + "238" : "Gang members recruited", + "239" : "Enemy gang members killed", + "240" : "Friendly gang members killed", + "241" : "Horseshoes collected", + "242" : "Total horseshoes", + "243" : "Oysters collected", + "244" : "Total oysters", + "245" : "Calories", + "246" : "2 Player Rampage best time", + "247" : "2 Player Car Rampage best time", + "248" : "2 Player On Foot Rampage best time", + "249" : "2 Player Chopper Rampage best time", + "250" : "2 Player Bike Rampage best time", + "251" : "'Keepie Uppy' best time", + "252" : "Progress with Denise", + "253" : "Progress with Michelle", + "254" : "Progress with Helena", + "255" : "Progress with Barbara", + "256" : "Progress with Katie", + "257" : "Progress with Millie", + "258" : "Best position in Lowrider Race", + "259" : "Best time in Lowrider Race", + "260" : "Best position in Little Loop", + "261" : "Best time in Little Loop", + "262" : "Best position in Backroad Wanderer", + "263" : "Best time in Backroad Wanderer", + "264" : "Best position in City Circuit", + "265" : "Best time in City Circuit", + "266" : "Best position in Vinewood", + "267" : "Best time in Vinewood", + "268" : "Best position in Freeway", + "269" : "Best time in Freeway", + "270" : "Best position in Into the Country", + "271" : "Best time in Into the Country", + "272" : "Best position in Badlands A", + "273" : "Best time in Badlands A", + "274" : "Best position in Badlands B", + "275" : "Best time in Badlands B", + "276" : "Best position in Dirtbike Danger", + "277" : "Best time in Dirtbike Danger", + "278" : "Best position in Bandito County", + "279" : "Best time in Bandito County", + "280" : "Best position in Go-Go-Kart", + "281" : "Best time in Go-Go-Kart", + "282" : "Best position in San Fierro Fastlane", + "283" : "Best time in San Fierro Fastlane", + "284" : "Best position in San Fierro Hills", + "285" : "Best time in San Fierro Hills", + "286" : "Best position in Country Endurance", + "287" : "Best time in Country Endurance", + "288" : "Best position in SF to LV", + "289" : "Best time in SF to LV", + "290" : "Best position in Dam Rider", + "291" : "Best time in Dam Rider", + "292" : "Best position in Desert Tricks", + "293" : "Best time in Desert Tricks", + "294" : "Best position in LV Ringroad", + "295" : "Best time in LV Ringroad", + "296" : "Best time in World War Aces", + "297" : "Best time in Barnstorming", + "298" : "Best time in Military Service", + "299" : "Best time in Chopper Checkpoint", + "300" : "Best time in Whirly Bird Waypoint", + "301" : "Best time in Heli Hell", + "302" : "Drive-thru mission accomplished", + "303" : "Management Issues mission accomplished", + "304" : "555 WE TIP mission accomplished", + "305" : "Yay Ka-Boom-Boom mission accomplished", + "306" : "Fish in a Barrel mission accomplished", + "307" : "Breaking the Bank at Caligula's mission accomplished", + "308" : "A Home In The Hills mission accomplished", + "309" : "maybe set riot mode", + "310" : "Ryder's mission Robbing Uncle Sam accomplished", + "311" : "Mike Toreno mission accomplished", + "312" : "Architectural Espionage mission accomplished", + "313" : "Jizzy mission accomplished", + "314" : "Reuniting the Families mission accomplished", + "315" : "Small Town Bank mission accomplished", + "316" : "Photo Opportunity mission accomplished", + "317" : "Don Peyote mission accomplished", + "318" : "Local Liquor Store mission accomplished", + "319" : "Badlands mission accomplished", + "320" : "Playing time", + "321" : "Hidden Packages found", + "322" : "Tags sprayed", + "323" : "Least favorite gang", + "324" : "Gang members wasted", + "325" : "Criminals wasted", + "326" : "Most Favorite Radio Station", + "327" : "Least Favorite Radio Station", + "328" : "Current weapon skill", + "329" : "Weapon skill levels", + "330" : "Pilot ranking", + "331" : "Strongest Gang", + "332" : "2nd strongest gang", + "333" : "3rd strongest gang", + "334" : "Money lost gambling", + "335" : "Riot Mission accomplished", + "336" : "Gang strength", + "337" : "Territory under control", + "338" : "Are you going to San Fierro? mission accomplished", + "339" : "High Noon mission accomplished", + "340" : "The Green Sabre mission accomplished", + "341" : "maybe Catalina meeting", + "342" : "maybe Wu Zi meeting" +} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/styles.json b/moonloader/lib/cheat-menu/json/styles.json new file mode 100644 index 0000000..7a1eb80 --- /dev/null +++ b/moonloader/lib/cheat-menu/json/styles.json @@ -0,0 +1 @@ +{"Classic":{"FrameBorderSize":0,"TabHovered":"0xcce67373","ButtonHovered":"0xcce67373","ButtonActive":"0xd7b96767","ResizeGripActive":"0xe6ffd1c7","ChildRounding":0,"GrabRounding":0,"WindowBorderSize":0,"ResizeGripHovered":"0x99ffd1c7","SliderGrab":"0x4dffffff","DisplaySafeAreaPadding":"3 3","TouchExtraPadding":"0 0","TabRounding":3,"TitleBgCollapsed":"0x33cc6666","TitleBg":"0xff8a4545","ResizeGrip":"0x29ffffff","PopupRounding":3,"IndentSpacing":21,"HeaderHovered":"0xcce67373","PopupBorderSize":0,"WindowTitleAlign":"0.5 0.5","CheckMark":"0x80e6e6e6","ColumnsMinSpacing":6,"HeaderActive":"0xccde8787","AntiAliasedFill":true,"BorderShadow":"0x00000000","ScrollbarGrab":"0x4dcc6666","MouseCursorScale":1,"AntiAliasedLines":true,"FrameBgActive":"0x64a3696a","ChildBorderSize":0,"ChildBg":"0x00000000","PlotHistogram":"0xff00b3e6","SliderGrabActive":"0x99cc6369","ColorButtonPosition":1,"ModalWindowDimBg":"0x82ae5656","FrameBg":"0x636e6e6e","ItemSpacing":"4 4","TabBorderSize":0,"ScrollbarSize":12,"PlotLines":"0xffffffff","TitleBgActive":"0xffa15252","MenuBarBg":"0xcc8c6666","Alpha":1,"TextSelectedBg":"0x59ff0000","Border":"0x80808080","Tab":"0xc8ae5656","FrameRounding":0,"DisplayWindowPadding":"19 19","WindowPadding":"8 8","NavHighlight":"0xcce67373","DragDropTarget":"0xe600ffff","PlotLinesHovered":"0xff00b3e6","TabActive":"0xd7b96767","GrabMinSize":10,"FramePadding":"4 3","SeparatorActive":"0xffe6b3b3","NavWindowingHighlight":"0xb3ffffff","CurveTessellationTol":1.25,"WindowMinSize":"250 350","ScrollbarGrabActive":"0x99cc6369","Separator":"0x99808080","ScrollbarBg":"0x994d4033","FrameBgHovered":"0x66b07878","ScrollbarRounding":3,"ItemInnerSpacing":"4 4","TabUnfocused":"0xd1914848","WindowRounding":3,"SelectableTextAlign":"0 0","PopupBg":"0xff241c1c","WindowMenuButtonPosition":0,"Button":"0xdea15252","TextDisabled":"0xff999999","NavWindowingDimBg":"0x33cccccc","ScrollbarGrabHovered":"0x66cc6666","WindowBg":"0xd2000000","ButtonTextAlign":"0.5 0.5","SeparatorHovered":"0xffb39999","Header":"0x00a25a5a","TabUnfocusedActive":"0xd5a65959","PlotHistogramHovered":"0xff0099ff","Text":"0xffe6e6e6"},"Dark":{"FrameBorderSize":0,"TabHovered":"0xff4a3b3d","ButtonHovered":"0xff4a3b3d","ButtonActive":"0xff3f3738","ResizeGripActive":"0xff120d0f","ChildRounding":1,"GrabRounding":1,"WindowBorderSize":0,"ResizeGripHovered":"0xff948f8f","SliderGrab":"0x4fd4cccc","DisplaySafeAreaPadding":"3 3","TouchExtraPadding":"0 0","TabRounding":1,"TitleBgCollapsed":"0xbff2faff","TitleBg":"0xff1f171a","ResizeGrip":"0x00000000","PopupRounding":1,"IndentSpacing":25,"HeaderHovered":"0xff4a3b3d","PopupBorderSize":0,"WindowTitleAlign":"0.5 0.5","CheckMark":"0x4fd4cccc","ColumnsMinSpacing":6,"HeaderActive":"0xff3f3738","AntiAliasedFill":true,"BorderShadow":"0x00e0e8eb","ScrollbarGrab":"0xff3f3738","MouseCursorScale":1,"AntiAliasedLines":true,"FrameBgActive":"0x645c5657","ChildBorderSize":0,"ChildBg":"0x00000000","PlotHistogram":"0xff3f3738","SliderGrabActive":"0xff120d0f","ColorButtonPosition":1,"ModalWindowDimBg":"0x82272023","FrameBg":"0xff1f171a","ItemSpacing":"4 4","TabBorderSize":0,"ScrollbarSize":12,"PlotLines":"0xa1616366","TitleBgActive":"0xff3f3738","MenuBarBg":"0xff3f3738","Alpha":1,"TextSelectedBg":"0xff3f3738","Border":"0xe0d4cccc","Tab":"0xff272023","FrameRounding":0,"DisplayWindowPadding":"19 19","WindowPadding":"8 8","NavHighlight":"0xff3f3738","DragDropTarget":"0xff3f3738","PlotLinesHovered":"0xff4a3b3d","TabActive":"0xff3f3738","GrabMinSize":10,"FramePadding":"4 3","SeparatorActive":"0xff120d0f","NavWindowingHighlight":"0xb3ffffff","CurveTessellationTol":1.25,"WindowMinSize":"250 350","ScrollbarGrabActive":"0xff3f3738","Separator":"0x80806e6e","ScrollbarBg":"0xff272023","FrameBgHovered":"0xff4a3b3d","ScrollbarRounding":1,"ItemInnerSpacing":"4 4","TabUnfocused":"0xf8261a11","WindowRounding":2,"SelectableTextAlign":"0 0","PopupBg":"0xff171212","WindowMenuButtonPosition":0,"Button":"0xff272023","TextDisabled":"0xff4a3b3d","NavWindowingDimBg":"0x33cccccc","ScrollbarGrabHovered":"0xff494445","WindowBg":"0xff120d0f","ButtonTextAlign":"0.5 0.5","SeparatorHovered":"0xff4a3b3d","Header":"0x00272023","TabUnfocusedActive":"0xff6c4323","PlotHistogramHovered":"0xff3f3738","Text":"0xffd4cccc"},"Light":{"FrameBorderSize":0,"TabHovered":"0xffc8c8c8","ButtonHovered":"0xffc8c8c8","ButtonActive":"0xffc8c8c8","ResizeGripActive":"0xffc8c8c8","ChildRounding":1,"GrabRounding":1,"WindowBorderSize":0,"ResizeGripHovered":"0xffc8c8c8","SliderGrab":"0xff7d7d7d","DisplaySafeAreaPadding":"3 3","TouchExtraPadding":"0 0","TabRounding":1,"TitleBgCollapsed":"0x82ffffff","TitleBg":"0xfff1f1f1","ResizeGrip":"0x8fcccccc","PopupRounding":1,"IndentSpacing":21,"HeaderHovered":"0xffc8c8c8","PopupBorderSize":0,"WindowTitleAlign":"0.5 0.5","CheckMark":"0xff7d7d7d","ColumnsMinSpacing":6,"HeaderActive":"0xffc8c8c8","AntiAliasedFill":true,"BorderShadow":"0x00000000","ScrollbarGrab":"0xccb0b0b0","MouseCursorScale":1,"AntiAliasedLines":true,"FrameBgActive":"0x64c8c8c8","ChildBorderSize":0,"ChildBg":"0x00000000","PlotHistogram":"0xff00b3e6","SliderGrabActive":"0x99cc8a75","ColorButtonPosition":1,"ModalWindowDimBg":"0x82dedede","FrameBg":"0xffdedede","ItemSpacing":"4 4","TabBorderSize":0,"ScrollbarSize":12,"PlotLines":"0xff636363","TitleBgActive":"0xffdedede","MenuBarBg":"0xffdbdbdb","Alpha":1,"TextSelectedBg":"0xffb3b3b3","Border":"0x4d000000","Tab":"0xffdedede","FrameRounding":0,"DisplayWindowPadding":"19 19","WindowPadding":"8 8","NavHighlight":"0xccfa9642","DragDropTarget":"0xf2fa9642","PlotLinesHovered":"0xff596eff","TabActive":"0xffc8c8c8","GrabMinSize":10,"FramePadding":"4 3","SeparatorActive":"0xffc8c8c8","NavWindowingHighlight":"0xb3b3b3b3","CurveTessellationTol":1.25,"WindowMinSize":"250 350","ScrollbarGrabActive":"0xff7d7d7d","Separator":"0xffdedede","ScrollbarBg":"0xffdbdbdb","FrameBgHovered":"0xffc8c8c8","ScrollbarRounding":1,"ItemInnerSpacing":"4 4","TabUnfocused":"0xfbeeeceb","WindowRounding":1,"SelectableTextAlign":"0 0","PopupBg":"0xfaffffff","WindowMenuButtonPosition":0,"Button":"0xffdedede","TextDisabled":"0xff999999","NavWindowingDimBg":"0x33333333","ScrollbarGrabHovered":"0xcc7d7d7d","WindowBg":"0xfff0f0f0","ButtonTextAlign":"0.5 0.5","SeparatorHovered":"0xffc8c8c8","Header":"0xfff0f0f0","TabUnfocusedActive":"0xffe9d1bd","PlotHistogramHovered":"0xff0073ff","Text":"0xff000000"},"Default":{"FrameBorderSize":0,"TabHovered":"0xccfa9642","ButtonHovered":"0xccfa9642","ButtonActive":"0xffad6933","ResizeGripActive":"0xf2fa9642","ChildRounding":1,"GrabRounding":1,"MenuBarBg":"0xff242424","ResizeGripHovered":"0xabfa9642","SliderGrab":"0xffe0853d","DisplaySafeAreaPadding":"3 3","TouchExtraPadding":"0 0","TabRounding":1,"TitleBgCollapsed":"0x82000000","TitleBg":"0xff0a0a0a","FrameRounding":0,"PopupRounding":1,"IndentSpacing":21,"HeaderHovered":"0xccfa9642","PopupBorderSize":0,"WindowTitleAlign":"0.5 0.5","CheckMark":"0xfffa9642","ScrollbarGrabHovered":"0xff696969","HeaderActive":"0xffad6933","AntiAliasedFill":true,"BorderShadow":"0x00000000","ScrollbarGrab":"0xff4f4f4f","MouseCursorScale":1,"AntiAliasedLines":true,"ItemSpacing":"4 4","ChildBorderSize":0,"ChildBg":"0x00000000","PlotHistogram":"0xff00b3e6","SliderGrabActive":"0xfffa9642","ColorButtonPosition":1,"ModalWindowDimBg":"0x8294592e","SelectableTextAlign":"0 0","FrameBgHovered":"0x64fa9442","TabBorderSize":0,"ScrollbarSize":12,"PlotLines":"0xff9c9c9c","TitleBgActive":"0xff7a4a29","NavWindowingHighlight":"0xb3ffffff","ScrollbarGrabActive":"0xff828282","GrabMinSize":10,"DragDropTarget":"0xe600ffff","TextSelectedBg":"0x59fa9642","PlotHistogramHovered":"0xff0099ff","DisplayWindowPadding":"19 19","PlotLinesHovered":"0xff596eff","NavHighlight":"0xfffa9642","SeparatorHovered":"0xc7bf661a","TabUnfocused":"0xf8261a11","TabActive":"0xffad6933","Tab":"0xdc94592e","FramePadding":"4 3","SeparatorActive":"0xffbf661a","ResizeGrip":"0x40fa9642","CurveTessellationTol":1.25,"WindowBorderSize":0,"WindowMinSize":"250 350","Separator":"0xffad6933","ScrollbarBg":"0x87050505","FrameBgActive":"0xabfa9642","ScrollbarRounding":1,"ItemInnerSpacing":"4 4","WindowPadding":"8 8","WindowRounding":1,"WindowBg":"0xf00f0f0f","ColumnsMinSpacing":6,"WindowMenuButtonPosition":0,"Button":"0xff7a4a29","Alpha":1,"NavWindowingDimBg":"0x33cccccc","FrameBg":"0x8a7a4a29","PopupBg":"0xff1c1c1c","Border":"0x80806e6e","ButtonTextAlign":"0.5 0.5","Header":"0x00000000","TabUnfocusedActive":"0xff6c4323","TextDisabled":"0xff808080","Text":"0xffffffff"}} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/json/weapon.json b/moonloader/lib/cheat-menu/json/weapon.json new file mode 100644 index 0000000..fa36e26 --- /dev/null +++ b/moonloader/lib/cheat-menu/json/weapon.json @@ -0,0 +1,46 @@ +{ + "0" : "Unarmed", + "1" : "Brass knuckles", + "2" : "Golf club", + "3" : "Night stick", + "4" : "Knife", + "5" : "Baseball bat", + "6" : "Shovel", + "7" : "Poolcue", + "8" : "Katana", + "9" : "Chainsaw", + "10" : "Purple dildo", + "11" : "White dildo", + "12" : "White vibrator", + "13" : "Silver vibrator", + "14" : "Flowers", + "15" : "Cane", + "16" : "Grenade", + "17" : "Teargas", + "18" : "Molotov", + "22" : "Colt45", + "23" : "Silenced", + "24" : "Desert eagle", + "25" : "Shotgun", + "26" : "Sawn off shotgun", + "27" : "Combat shotgun", + "28" : "Uzi", + "29" : "Mp5", + "30" : "Ak47", + "31" : "M4", + "32" : "Tec9", + "33" : "Rifle", + "34" : "Sniper rifle", + "35" : "Rocket launcher", + "36" : "Heat seeker", + "37" : "Flame thrower", + "38" : "Minigun", + "39" : "Satchel charge", + "40" : "Detonator", + "41" : "Spraycan", + "42" : "Fire extinguisher", + "43" : "Camera", + "44" : "Night vision", + "45" : "Thermal vision", + "46" : "Parachute" +} \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/libraries/casts.lua b/moonloader/lib/cheat-menu/libraries/casts.lua new file mode 100644 index 0000000..9db7d5d --- /dev/null +++ b/moonloader/lib/cheat-menu/libraries/casts.lua @@ -0,0 +1,147 @@ +local module = {} +local ffi = require 'ffi' +local memory = require 'memory' + +ffi.cdef +[[ + typedef unsigned int CBaseModelInfo; +]] + +module.CBaseModelInfo = +{ +} + +module.CCutsceneMgr = +{ + ms_running = readMemory(0x00B5F851,1,false) +} + +module.CEntity = +{ + SetRwObjectAlpha = ffi.cast("int(__thiscall *)(int pentity, int alpha)",0x5332C0) +} + +module.CModelInfo = +{ + GetModelInfoFromModel = ffi.cast("CBaseModelInfo(*)(unsigned int model)",0x403DA0), + GetModelInfoFromName = ffi.cast("CBaseModelInfo(*)(const char *modelName, unsigned int pmodel_id_return)",0x4C5940), + IsTrainModel = ffi.cast('bool(*)(int model)',0x4C5AD0), + IsVehicleModel = ffi.cast('int(*)(int model)',0x4C5C80), + ms_modelInfoPtrs = ffi.cast("uintptr_t*",readMemory(0x403DA4 + 3,4,false)) -- FLA Compatible +} + +module.CVehicle = +{ + IsValidModForVehicle = ffi.cast('bool(*)(int model, int pVeh)',0x49B010) +} + +function module.CModelInfo.GetNameFromModel(model) + return ffi.string(ffi.cast("char*", casts.CModelInfo.ms_modelInfoPtrs[tonumber(model)] + 0x32)) or "" +end + +function module.CModelInfo.GetModelFromName(name) + local pmodel = allocateMemory(4) + + casts.CModelInfo.GetModelInfoFromName(name,pmodel) + + local model = readMemory(pmodel,4,false) + freeMemory(pmodel) + + if model > 0 and model < 1000000 and module.CModelInfo.GetNameFromModel(model) ~= "" then + return model + else + return 0 + end +end + + +module.CTimeCyc = +{ + curr_weather = ffi.cast("short*", 0xC81320), + next_weather = ffi.cast("short*", 0xC8131C), + + hours = ffi.cast("unsigned char*", 0xB70153), + mins = ffi.cast("unsigned char*", 0xB70152), + secs = ffi.cast("unsigned short*", 0xB70150), + + time_scale = ffi.cast("unsigned int*", 0xB7015C), + + initialise = ffi.cast("void (__cdecl*)(void)", 0x5BBAC0), + + ambient_red = ffi.cast("unsigned char*", memory.getuint32(0x560C61)), + ambient_green = ffi.cast("unsigned char*", memory.getuint32(0x55F4D6)), + ambient_blue = ffi.cast("unsigned char*", memory.getuint32(0x55F4E8)), + + ambient_obj_red = ffi.cast("unsigned char*", memory.getuint32(0x55F4FA)), + ambient_obj_green = ffi.cast("unsigned char*", memory.getuint32(0x55F50C)), + ambient_obj_blue = ffi.cast("unsigned char*", memory.getuint32(0x55F51E)), + + sky_top_red = ffi.cast("unsigned char*", memory.getuint32(0x55F531)), + sky_top_green = ffi.cast("unsigned char*", memory.getuint32(0x55F53D)), + sky_top_blue = ffi.cast("unsigned char*", memory.getuint32(0x55F549)), + + sky_bottom_red = ffi.cast("unsigned char*", memory.getuint32(0x55F555)), + sky_bottom_green = ffi.cast("unsigned char*", memory.getuint32(0x55F561)), + sky_bottom_blue = ffi.cast("unsigned char*", memory.getuint32(0x55F56D)), + + sun_core_red = ffi.cast("unsigned char*", memory.getuint32(0x55F579)), + sun_core_green = ffi.cast("unsigned char*", memory.getuint32(0x55F585)), + sun_core_blue = ffi.cast("unsigned char*", memory.getuint32(0x55F591)), + + sun_corona_red = ffi.cast("unsigned char*", memory.getuint32(0x55F59D)), + sun_corona_green = ffi.cast("unsigned char*", memory.getuint32(0x55F5A9)), + sun_corona_blue = ffi.cast("unsigned char*", memory.getuint32(0x55F5B5)), + + sun_size = ffi.cast("unsigned char*", memory.getuint32(0x55F5C0)), + sprite_size = ffi.cast("unsigned char*", memory.getuint32(0x55F5D2)), + sprite_brightness = ffi.cast("unsigned char*", memory.getuint32(0x55F5E4)), + + shadow_strength = ffi.cast("unsigned char*", memory.getuint32(0x55F5F7)), + light_shadow_strength = ffi.cast("unsigned char*", memory.getuint32(0x55F603)), + pole_shadow_strength = ffi.cast("unsigned char*", memory.getuint32(0x55F60F)), + + far_clip = ffi.cast("short*", memory.getuint32(0x55F61B)), + fog_start = ffi.cast("short*", memory.getuint32(0x55F62E)), + lights_on_ground_brightness = ffi.cast("unsigned char*", memory.getuint32(0x55F640)), + + low_clouds_red = ffi.cast("unsigned char*", memory.getuint32(0x55F653)), + low_clouds_green = ffi.cast("unsigned char*", memory.getuint32(0x55F65F)), + low_clouds_blue = ffi.cast("unsigned char*", memory.getuint32(0x55F66B)), + + fluffy_clouds_red = ffi.cast("unsigned char*", memory.getuint32(0x55F677)), + fluffy_clouds_green = ffi.cast("unsigned char*", memory.getuint32(0x55F683)), + fluffy_clouds_blue = ffi.cast("unsigned char*", memory.getuint32(0x55F690)), + + water_red = ffi.cast("unsigned char*", memory.getuint32(0x55F69C)), + water_green = ffi.cast("unsigned char*", memory.getuint32(0x55F6B0)), + water_blue = ffi.cast("unsigned char*", memory.getuint32(0x55F6C3)), + water_alpha = ffi.cast("unsigned char*", memory.getuint32(0x55F6D6)), + + postfx1_red = ffi.cast("unsigned char*", memory.getuint32(0x55F6E9)), + postfx1_green = ffi.cast("unsigned char*", memory.getuint32(0x55F6FC)), + postfx1_blue = ffi.cast("unsigned char*", memory.getuint32(0x55F70F)), + postfx1_alpha = ffi.cast("unsigned char*", memory.getuint32(0x55F725)), + + postfx2_red = ffi.cast("unsigned char*", memory.getuint32(0x55F73B)), + postfx2_green = ffi.cast("unsigned char*", memory.getuint32(0x55F751)), + postfx2_blue = ffi.cast("unsigned char*", memory.getuint32(0x55F767)), + postfx2_alpha = ffi.cast("unsigned char*", memory.getuint32(0x55F77D)), + + cloud_alpha = ffi.cast("unsigned char*", memory.getuint32(0x55F793)), + waterfog_alpha = ffi.cast("unsigned char*", memory.getuint32(0x55F7B8)), + high_light_min_intensity = ffi.cast("unsigned char*", memory.getuint32(0x55F7A9)), + directional_mult = ffi.cast("unsigned char*", memory.getuint32(0x55F7C7)), +} + + +function module.CBaseModelInfo.GetModelType(model_id) + + local pinfo = module.CModelInfo.GetModelInfoFromModel(model_id) + local info = readMemory(pinfo,4,false) + + if info ~= 0 then + return callFunction(readMemory(info+0x10, 4,false), 1, 1, model_id) + end +end + +return module \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/libraries/memory.lua b/moonloader/lib/cheat-menu/libraries/memory.lua new file mode 100644 index 0000000..8b3042c --- /dev/null +++ b/moonloader/lib/cheat-menu/libraries/memory.lua @@ -0,0 +1,238 @@ +-- Virtual memory I/O module for internal process. +-- +-- This file is part of SA MoonLoader package. +-- Licensed under the MIT License. +-- Copyright (c) 2019, BlastHack Team + +local ffi = require 'ffi' +local memory = {} -- all function must accept number-type address + +local page_access = { + NOACCESS = 0x01, + READONLY = 0x02, + READWRITE = 0x04, + WRITECOPY = 0x08, + EXECUTE = 0x10, + EXECUTE_READ = 0x20, + EXECUTE_READWRITE = 0x40, + EXECUTE_WRITECOPY = 0x80, + GUARD = 0x100, + NOCACHE = 0x200, + WRITECOMBINE = 0x400, +} +local pvoid_t = ffi.typeof('void*') + +ffi.cdef [[ +int __stdcall VirtualProtect(void* lpAddress, unsigned long dwSize, unsigned long flNewProtect, unsigned long* lpflOldProtect); +int memcmp(const void* ptr1, const void* ptr2, size_t num); +]] + +local function set_protection(address, size, access) + local old = ffi.new('unsigned long[1]') + -- TODO ? + --[[ + MEMORY_BASIC_INFORMATION mbi = query(address); + if (mbi.BaseAddress == NULL) + return 0; + --]] + if ffi.C.VirtualProtect(address, size, access, old) == 0 then + return nil + end + return old[0] +end + +local function unprotect(address, size) + return set_protection(address, size, page_access.EXECUTE_READWRITE) +end + +local function unprotect_maybe(address, size, unprot) + if unprot then + return unprotect(address, size) + end +end + +local function protect_maybe(address, size, prot) + if prot then + return set_protection(address, size, prot) + end +end + +function memory.read(address, size, unprot) + if size > 0 then + if size > 8 then + size = 8 + end + address = ffi.cast(pvoid_t, address) + local value = ffi.new('int64_t[1]') + local prot = unprotect_maybe(address, size, unprot) + if not unprot or prot then + ffi.copy(value, address, size) + protect_maybe(address, size, prot) + if size <= 4 then + return tonumber(value[0]) + end + return value[0] + end + end +end + +function memory.write(address, value, size, unprot) + if size > 0 then + if size > 8 then + size = 8 + end + address = ffi.cast(pvoid_t, address) + local val = ffi.new('int64_t[1]', value) + local prot = unprotect_maybe(address, size, unprot) + if not unprot or prot then + ffi.copy(address, val, size) + protect_maybe(address, size, prot) + end + end +end + +function memory.unprotect(address, size) + address = ffi.cast(pvoid_t, address) + return unprotect(address, size) +end + +function memory.protect(address, size, prot) + address = ffi.cast(pvoid_t, address) + return set_protection(address, size, prot) +end + +function memory.copy(dst, src, size, unprot) + dst = ffi.cast(pvoid_t, dst) + if type(src) ~= 'string' then + src = ffi.cast(pvoid_t, src) + end + local prot = unprotect_maybe(dst, size, unprot) + if not unprot or prot then + ffi.copy(dst, src, size) + protect_maybe(dst, size, prot) + end +end + +function memory.fill(address, value, size, unprot) + address = ffi.cast(pvoid_t, address) + local prot = unprotect_maybe(address, size, unprot) + if not unprot or prot then + ffi.fill(address, size, value) + protect_maybe(address, size, prot) + end +end + +function memory.tostring(address, size, unprot) + address = ffi.cast(pvoid_t, address) + local prot = unprotect_maybe(address, size, unprot) + if not unprot or prot then + local str = ffi.string(address, size) + protect_maybe(address, size, prot) + return str + end +end + +function memory.compare(m1, m2, size) + m1 = ffi.cast(pvoid_t, m1) + m2 = ffi.cast(pvoid_t, m2) + return ffi.C.memcmp(m1, m2, size) == 0 +end + +function memory.strptr(str) + return tonumber(ffi.cast('intptr_t', ffi.cast('const char*', str))) +end + +function memory.tohex(data, size, unprot) + data = ffi.cast('const uint8_t*', data) + local prot = unprotect_maybe(data, size, unprot) + if not unprot or prot then + local str = {} + for i = 0, size - 1 do + str[#str + 1] = bit.tohex(data[i], 2) + end + protect_maybe(data, size, prot) + return table.concat(str):upper() + end +end + +function memory.hex2bin(hex, dst, size) + if #hex == 0 or #hex % 2 ~= 0 then + return false + end + if dst then + if not size or size == 0 then + return false + end + dst = ffi.cast('uint8_t*', dst) + local idx = 0 + for i = 1, #hex, 2 do + local byte = tonumber(hex:sub(i, i + 1), 16) + if not byte then + return false + end + dst[idx] = byte + idx = idx + 1 + if idx >= size then + return true + end + end + return true + else + local str = {} + for i = 1, #hex, 2 do + local byte = tonumber(hex:sub(i, i + 1), 16) + if not byte then + return nil + end + str[#str + 1] = string.char(byte) + end + return table.concat(str) + end +end + +local function get_value(ctype, address, unprot) + address = ffi.cast(pvoid_t, address) + local size = ffi.sizeof(ctype) + local prot = unprotect_maybe(address, size, unprot) + if not unprot or prot then + local val = ffi.cast(ctype..'*', address)[0] + protect_maybe(address, size, prot) + return val + end +end + +local function set_value(ctype, address, value, unprot) + address = ffi.cast(pvoid_t, address) + local size = ffi.sizeof(ctype) + local prot = unprotect_maybe(address, size, unprot) + if not unprot or prot then + ffi.cast(ctype..'*', address)[0] = value + protect_maybe(address, size, prot) + end +end + +memory.getvalue = get_value +memory.setvalue = set_value +memory.getint8 = function(address, unprot) return get_value('int8_t', address, unprot) end +memory.getint16 = function(address, unprot) return get_value('int16_t', address, unprot) end +memory.getint32 = function(address, unprot) return get_value('int32_t', address, unprot) end +memory.getint64 = function(address, unprot) return get_value('int64_t', address, unprot) end +memory.getuint8 = function(address, unprot) return get_value('uint8_t', address, unprot) end +memory.getuint16 = function(address, unprot) return get_value('uint16_t', address, unprot) end +memory.getuint32 = function(address, unprot) return get_value('uint32_t', address, unprot) end +memory.getuint64 = function(address, unprot) return get_value('uint64_t', address, unprot) end +memory.getfloat = function(address, unprot) return get_value('float', address, unprot) end +memory.getdouble = function(address, unprot) return get_value('double', address, unprot) end +memory.setint8 = function(address, value, unprot) return set_value('int8_t', address, value, unprot) end +memory.setint16 = function(address, value, unprot) return set_value('int16_t', address, value, unprot) end +memory.setint32 = function(address, value, unprot) return set_value('int32_t', address, value, unprot) end +memory.setint64 = function(address, value, unprot) return set_value('int64_t', address, value, unprot) end +memory.setuint8 = function(address, value, unprot) return set_value('uint8_t', address, value, unprot) end +memory.setuint16 = function(address, value, unprot) return set_value('uint16_t', address, value, unprot) end +memory.setuint32 = function(address, value, unprot) return set_value('uint32_t', address, value, unprot) end +memory.setuint64 = function(address, value, unprot) return set_value('uint64_t', address, value, unprot) end +memory.setfloat = function(address, value, unprot) return set_value('float', address, value, unprot) end +memory.setdouble = function(address, value, unprot) return set_value('double', address, value, unprot) end +memory.pageaccess = page_access + +return memory diff --git a/moonloader/lib/cheat-menu/modules/animation.lua b/moonloader/lib/cheat-menu/modules/animation.lua new file mode 100644 index 0000000..7879789 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/animation.lua @@ -0,0 +1,166 @@ + +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . +local module = {} + +module.tanimation = +{ + fighting = + { + selected = imgui.new.int(fconfig.Get('tanimation.fighting.selected',1)), + names = {"Default","Boxing","Kung fu","Kick Boxing","Punch Kick"}, + }, + filter = imgui.ImGuiTextFilter(), + ifp_name = imgui.new.char[20](), + list = fcommon.LoadJson("animation"), + loop = imgui.new.bool(fconfig.Get('tanimation.loop',false)), + name = imgui.new.char[20](), + ped = imgui.new.bool(fconfig.Get('tanimation.ped',false)), + secondary = imgui.new.bool(fconfig.Get('tanimation.secondary',false)), + walking = + { + selected = imgui.new.int(fconfig.Get('tanimation.walking.selected',1)), + names = {"default","man","shuffle","oldman","gang1","gang2","oldfatman","fatman","jogger","drunkman","blindman","swat","woman","shopping","busywoman","sexywoman","pro","oldwoman","fatwoman","jogwoman","oldfatwoman","skate"}, + }, +} + +function PlayAnimation(file,animation) + if module.tanimation.ped[0] == true then + if doesCharExist(fped.tped.selected) then + char = fped.tped.selected + else + printHelpString("~r~No~w~ ped selected") + return + end + else + char = PLAYER_PED + end + + if file ~= "PED" then -- don't remove if animation is from ped.ifp + requestAnimation(file) + loadAllModelsNow() + end + + if module.tanimation.secondary[0] == true then + taskPlayAnimSecondary(char,animation,file,4.0,module.tanimation.loop[0],0,0,0,-1) + else + taskPlayAnim(char,animation,file,4.0,module.tanimation.loop[0],0,0,0,-1) + end + fcommon.CheatActivated() + if file ~= "PED" then -- don't remove if animation is from ped.ifp + removeAnimation(file) + end +end + +-- Main function +function module.AnimationMain() + imgui.Spacing() + if imgui.Button("Stop animation",imgui.ImVec2(fcommon.GetSize(1))) then + local char = nil + if module.tanimation.ped[0] == true then + if fped.tped.selected ~= nil then + char = fped.tped.selected + else + printHelpString("~r~No~w~ ped selected") + return + end + else + char = PLAYER_PED + end + clearCharTasks(char) + fcommon.CheatActivated() + end + imgui.Spacing() + + -- Checkboxes + imgui.Columns(3,nil,false) + fcommon.CheckBoxVar("Loop##Animation",module.tanimation.loop) + imgui.NextColumn() + fcommon.CheckBoxVar("Ped##Animation",module.tanimation.ped,"Play animation on ped.Aim with a gun to select.") + imgui.NextColumn() + fcommon.CheckBoxVar("Secondary##Animation",module.tanimation.secondary) + imgui.Columns(1) + + if fcommon.BeginTabBar('Animation') then + if fcommon.BeginTabItem('Search') then + fcommon.DrawEntries(fconst.IDENTIFIER.ANIMATION,fconst.DRAW_TYPE.TEXT,function(anim,file) + PlayAnimation(file,anim) + end, + function(text,category) + if imgui.MenuItemBool("Remove animation") then + module.tanimation.list[category][text] = nil + + local bool = false + for k,v in pairs(module.tanimation.list[category]) do + bool = true + end + + if not bool then + module.tanimation.list[category] = nil + end + + printHelpString("Animation ~r~removed") + end + end,function(a) return a end,module.tanimation.list) + end + if fcommon.BeginTabItem('Misc') then + if fcommon.DropDownListNumber("Fighting",module.tanimation.fighting.names,module.tanimation.fighting.selected) then + giveMeleeAttackToChar(PLAYER_PED,module.tanimation.fighting.selected[0]+3,6) + fcommon.CheatActivated() + end + if fcommon.DropDownListNumber("Walking",module.tanimation.walking.names,module.tanimation.walking.selected) then + if module.tanimation.walking.names[module.tanimation.walking.selected[0]] == "default" then + writeMemory(0x609A4E,4,0x4D48689,false) + writeMemory(0x609A52,2,0,false) + else + writeMemory(0x609A4E,4,-0x6F6F6F70,false) + writeMemory(0x609A52,2,0x9090,false) + + requestAnimation(module.tanimation.walking.names[module.tanimation.walking.selected[0]]) + loadAllModelsNow() + setAnimGroupForChar(PLAYER_PED,module.tanimation.walking.names[module.tanimation.walking.selected[0]]) + removeAnimation(module.tanimation.walking.names[module.tanimation.walking.selected[0]]) + end + fcommon.CheatActivated() + end + end + if fcommon.BeginTabItem('Custom') then + imgui.InputTextWithHint("File","ped",module.tanimation.ifp_name,ffi.sizeof(module.tanimation.ifp_name)) + imgui.InputTextWithHint("Animation##input","cower",module.tanimation.name,ffi.sizeof(module.tanimation.name)) + imgui.Spacing() + if imgui.Button("Add animation",imgui.ImVec2(fcommon.GetSize(1))) then + if ffi.string(module.tanimation.ifp_name) == "" then + printHelpString("No file name found") + else + if ffi.string(module.tanimation.name) == "" then + printHelpString("No animation name found") + else + if module.tanimation.list[ffi.string(module.tanimation.ifp_name)] == nil then + module.tanimation.list[ffi.string(module.tanimation.ifp_name)] = {} + end + module.tanimation.list[ffi.string(module.tanimation.ifp_name)][ffi.string(module.tanimation.name)] = ffi.string(module.tanimation.name) + + printHelpString("Animation ~g~added") + end + end + + end + end + fcommon.EndTabBar() + end +end + +return module \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/modules/common.lua b/moonloader/lib/cheat-menu/modules/common.lua new file mode 100644 index 0000000..fb7242b --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/common.lua @@ -0,0 +1,1338 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +function module.spairs(t, f) + local a = {} + for n in pairs(t) do table.insert(a, n) end + table.sort(a, f) + local i = 0 + local iter = function () + i = i + 1 + if a[i] == nil then return nil + else return a[i], t[a[i]] + end + end + return iter +end + +function module.CalcTableSize(table) + local count = 0 + for k,v in pairs(table) do + count = count + 1 + end + return count +end + +function module.pool(pool) + + local entities = {} + local cur_index = 0 + local address = nil + + if pool == "veh" then + address = 0xB74494 + end + if pool == "char" then + address = 0xB74490 + end + if pool == "obj" then + address = 0xB7449C + end + + local address = readMemory(address,4,false) + address = address + 0x04 + address = readMemory(address,4,false) + local x = 0 + + while x <= 0x6D00 do + local entity = readMemory(address,1,false) + address = address + 1 + if entity >= 0x00 and entity < 0x80 then + entity = entity + x + table.insert(entities,entity) + end + x = x + 0x100 + end + + local iter = function () + cur_index = cur_index + 1 + return entities[cur_index] + end + return iter +end + + +local thread_locks = {} + +function module.CreateThread(func) + + lua_thread.create(function(func) + + if thread_locks[func] == nil then -- is thread key unlcoked + thread_locks[func] = true + func() + thread_locks[func] = nil -- unlock the thread key + end + + end,func) +end + +-------------------------------------------------- +-- JSON functions + +function module.LoadJson(filename) + local full_path = tcheatmenu.dir .. "json//" .. filename .. ".json" + if doesFileExist(full_path) then + local file = io.open(full_path, "r") + local status, table = pcall(decodeJson,file:read("*a")) + file:close() + + if status and table then + return table + else + tcheatmenu.fail_loading_json = true + print("Failed to load json file, " .. filename) + end + end + return {} +end + +function module.SaveJson(filename,table) + local full_path = tcheatmenu.dir .. "json//" .. filename .. ".json" + local file = assert(io.open(full_path, "w")) + file:write(encodeJson(table)) + file:close() +end + + +function module.MoveFiles(main_dir,dest_dir) + for f in lfs.dir(main_dir) do + local main_file = main_dir .. "/" .. f + + if doesDirectoryExist(main_file) and f ~= "." and f ~= ".." then + module.MoveFiles(main_file,dest_dir .. "/" .. f) + end + + if doesFileExist(main_file) then + dest_file = dest_dir .. "/" .. f + if not doesDirectoryExist(dest_dir) then + lfs.mkdir(dest_dir) + end + + if doesFileExist(dest_file) then + os.remove(dest_file) + end + if doesFileExist(dest_file) then + os.remove(main_file) + print("Unable to delete file " .. dest_file) + else + os.rename(main_file,dest_file) + end + + end + end + lfs.rmdir(main_dir) +end + +function module.InformationTooltip(text) + if fmenu.tmenu.show_tooltips[0] then + if text ~= nil then + imgui.SameLine() + imgui.InvisibleButton("?##".. text,imgui.CalcTextSize("?")) + local drawlist = imgui.GetWindowDrawList() + drawlist:AddText(imgui.ImVec2(imgui.GetItemRectMin().x,imgui.GetItemRectMin().y+imgui.GetStyle().FramePadding.y), imgui.GetColorU32(imgui.Col.TextDisabled),"?") + + if imgui.IsItemHovered() then + imgui.BeginTooltip() + imgui.SetTooltip(text) + imgui.EndTooltip() + end + end + end +end + +-------------------------------------------------- +-- imgui functions + +-- Calculates width of element(button) acoording to count +function module.GetSize(count,no_spacing) + + x = x or 20 + count = count or 1 + if count == 1 then no_spacing = true end + + local factor = imgui.GetStyle().ItemSpacing.x/2 + + if count == 3 then + factor = imgui.GetStyle().ItemSpacing.x/1.403 + end + + if no_spacing == true then + x = imgui.GetWindowContentRegionWidth()/count + else + x = imgui.GetWindowContentRegionWidth()/count - factor + end + + return x,imgui.GetFrameHeight()*1.3 +end + +function module.CRGBAColorPicker(label,base_addr,default_col,save) + save = save or true + local CRGBA = imgui.new.float[4](memory.read(base_addr,1)/255,memory.read(base_addr+1,1)/255,memory.read(base_addr+2,1)/255,memory.read(base_addr+3,1)/255) + + fcommon.DropDownMenu(label,function() + if imgui.ColorPicker4("Pick color##" ..label,CRGBA) then + memory.write(base_addr,CRGBA[0]*255,1) + memory.write(base_addr+1,CRGBA[1]*255,1) + memory.write(base_addr+2,CRGBA[2]*255,1) + memory.write(base_addr+3,CRGBA[3]*255,1) + if save then + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",base_addr),{1,CRGBA[0]*255,false,1}) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",base_addr+1),{1,CRGBA[1]*255,false,1}) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",base_addr+2),{1,CRGBA[2]*255,false,1}) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",base_addr+3),{1,CRGBA[3]*255,false,1}) + end + end + imgui.Spacing() + if imgui.Button("Reset to default",imgui.ImVec2(module.GetSize(1))) then + memory.write(base_addr,default_col[1],1) + memory.write(base_addr+1,default_col[2],1) + memory.write(base_addr+2,default_col[3],1) + memory.write(base_addr+3,255,1) + + fconfig.tconfig.memory_data[tostring(base_addr)] = nil + fconfig.tconfig.memory_data[tostring(base_addr+1)] = nil + fconfig.tconfig.memory_data[tostring(base_addr+2)] = nil + fconfig.tconfig.memory_data[tostring(base_addr+3)] = nil + end + end) +end + + +function module.GetLocationInfo(x,y,z) + local interior = getActiveInterior() + + local town_name = "San Andreas" + local city = getCityPlayerIsIn(PLAYER_PED) + + if city == 0 then + town_name = "CS" + end + if city == 1 then + town_name = "LS" + end + if city == 2 then + town_name = "SF" + end + if city == 3 then + town_name = "LV" + end + + if interior == 0 then + local zone_name = getGxtText(getNameOfZone(x,y,z)) + + return string.format("%s, %s",zone_name,town_name) + else + return string.format("Interior %d, %s",getCharActiveInterior(PLAYER_PED),town_name) + end +end + +-------------------------------------------------- +-- Function DrawEntries + +local draw_entries_data = {} + +function DrawImage(identifier,func_on_left_click,func_on_right_click,image_table,const_image_height,const_image_width,model,image,model_name) + + if type(image) ~= "string" then + local images_in_row = math.floor(imgui.GetWindowContentRegionWidth()/const_image_width) + local const_image_width = (imgui.GetWindowContentRegionWidth() - imgui.StyleVar.ItemSpacing*(images_in_row-0.6*images_in_row))/images_in_row + + if imgui.ImageButton(image,imgui.ImVec2(const_image_width,const_image_height),imgui.ImVec2(0,0),imgui.ImVec2(1,1),1,imgui.ImVec4(1,1,1,1),imgui.ImVec4(1,1,1,1)) then + func_on_left_click(model) + end + if func_on_right_click ~= nil and imgui.IsItemClicked(1) then + draw_entries_data[identifier].context_menu_data = + { + func = func_on_right_click, + key = model, + category = model_name + } + end + + if imgui.IsItemHovered() then + local drawlist = imgui.GetWindowDrawList() + drawlist:AddRectFilled(imgui.GetItemRectMin(), imgui.GetItemRectMax(), imgui.GetColorU32(imgui.Col.ModalWindowDimBg)) + + if imgui.CalcTextSize(model_name).x > const_image_width then + model_name = model_name:gsub(" ","\n") + end + + local offset_x = (imgui.GetItemRectSize().x - imgui.CalcTextSize(model_name).x)/2 + local offset_y = 10 + drawlist:AddText(imgui.ImVec2(imgui.GetItemRectMin().x+offset_x,imgui.GetItemRectMin().y+offset_y), imgui.GetColorU32(imgui.Col.Text),model_name) + end + + if draw_entries_data[identifier].entry_count % images_in_row ~= 0 then + imgui.SameLine(0.0,4.0) + end + draw_entries_data[identifier].entry_count = draw_entries_data[identifier].entry_count + 1 + end +end + +function DrawText(identifier,func_on_left_click,func_on_right_click,entry,text,key,category) + if imgui.MenuItemBool(text) then + func_on_left_click(entry,category) + end + + if func_on_right_click ~= nil and imgui.IsItemClicked(1) then + draw_entries_data[identifier].context_menu_data = + { + func = func_on_right_click, + key = key + } + end +end + + +function module.DrawEntries(identifier,draw_type,func_on_left_click,func_on_right_click,func_get_name,data_table,const_image_height,const_image_width,verify_model_func) + + -------------------------------------------------- + -- Setup the temp table + + if draw_entries_data[identifier] == nil then + draw_entries_data[identifier] = { + filter = imgui.ImGuiTextFilter(), + entry_count = 1, + selected = "All", + } + + if draw_type == fconst.DRAW_TYPE.IMAGE then + lua_thread.create(function(data_table) + for _,table in pairs(data_table) do + for model,image in pairs(table) do + if type(image) == "string" then + table[model] = imgui.CreateTextureFromFile(image) + wait(0) + end + end + end + end,data_table) + end + data_table[draw_entries_data[identifier].selected] = {} + end + + if imgui.IsMouseClicked(1) then + draw_entries_data[identifier].context_menu_data = nil + end + + -------------------------------------------------- + -- Interface Header + + local width = imgui.GetWindowContentRegionWidth() - 8 + + imgui.SetNextItemWidth(width/2) + fcommon.DropDownListStr("##List",data_table,draw_entries_data[identifier].selected, + function(key,val) + draw_entries_data[identifier].selected = key + end) + + imgui.SameLine() + + imgui.SetNextItemWidth(width/2) + + draw_entries_data[identifier].filter:Draw("##Filter") + if draw_entries_data[identifier].filter:PassFilter('') then + local min = imgui.GetItemRectMin() + local drawlist = imgui.GetWindowDrawList() + drawlist:AddText(imgui.ImVec2(min.x+imgui.GetStyle().ItemInnerSpacing.x,min.y+imgui.GetStyle().FramePadding.y), imgui.GetColorU32(imgui.Col.TextDisabled),"Search") + end + imgui.Spacing() + + -------------------------------------------------- + -- Call the drawing function + + if imgui.BeginChild("##Draw") then + + for category,table in pairs(data_table) do + if draw_entries_data[identifier].selected == "All" or category == draw_entries_data[identifier].selected then + for label,entry in pairs(table) do + local name = func_get_name(label) + if draw_entries_data[identifier].filter:PassFilter(name) and (verify_model_func == nil or verify_model_func(label)) then + if draw_type == fconst.DRAW_TYPE.IMAGE then + if identifier ~= fconst.IDENTIFIER.COMPONENT + or casts.CVehicle.IsValidModForVehicle(tonumber(label),getCarPointer(getCarCharIsUsing(PLAYER_PED))) then + DrawImage(identifier,func_on_left_click,func_on_right_click,table,const_image_height,const_image_width,label,entry,name) + end + else + DrawText(identifier,func_on_left_click,func_on_right_click,entry,name,label,category) + end + end + end + end + end + if draw_entries_data[identifier].context_menu_data ~= nil and imgui.BeginPopupContextWindow() then + + if draw_type == fconst.DRAW_TYPE.IMAGE then + imgui.Text(draw_entries_data[identifier].context_menu_data.key) + end + imgui.Separator() + imgui.Spacing() + draw_entries_data[identifier].context_menu_data.func(draw_entries_data[identifier].context_menu_data.key,draw_entries_data[identifier].context_menu_data.category) + if imgui.MenuItemBool("Close") then + draw_entries_data[identifier].context_menu_data = nil + end + imgui.EndPopup() + end + + draw_entries_data[identifier].entry_count = 1 + imgui.EndChild() + end + -------------------------------------------------- + +end +-------------------------------------------------- + +function module.RadioButtonAddressEx(label,label_table,values,memory,save) + if save == nil then save = true end + fcommon.DropDownMenu(label,function() + local button = imgui.new.int(module.RwMemory(memory,1)) + + local btn_in_column = math.floor(#label_table/2) + + if (#label_table % 2) ~= 0 then -- if odd number + btn_in_column = btn_in_column + 1 + end + + if #label_table > 1 then + imgui.Columns(2,nil,false) + end + for i = 1, #label_table,1 do + + if imgui.RadioButtonIntPtr(label_table[i] .. "##" .. label,button,values[i]) then + module.RwMemory(memory,1,values[i]) + if save then + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",memory),{1,values[i]}) + end + button[0] = i + end + if i == btn_in_column then + imgui.NextColumn() + end + end + imgui.Columns(1) + + end) +end + +function module.RadioButtonAddress(label,rb_table,addr_table,default) + + if default == nil then default = true end + + local button = imgui.new.int(#addr_table + 1) + local btn_in_column = math.floor(#addr_table/2+1) + + imgui.Text(label) + imgui.Columns(2,nil,false) + for i = 1, #addr_table,1 do + if readMemory(addr_table[i],1,false) == 1 then + button[0] = i + end + if imgui.RadioButtonIntPtr(rb_table[i],button,i) then + for j = 1,#addr_table,1 do + writeMemory(addr_table[j],1,0,false) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",addr_table[j]),{1,0}) + end + button[0] = i + writeMemory(addr_table[i],1,1,false) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",addr_table[i]),{1,1}) + module.CheatActivated() + end + if i == btn_in_column then + imgui.NextColumn() + end + end + + if default == true then -- unused in handling section + if imgui.RadioButtonIntPtr("Default ##" ..label,button,#addr_table + 1) then + for j = 1,#addr_table,1 do + writeMemory(addr_table[j],1,0,false) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",addr_table[j]),{1,0}) + end + module.CheatActivated() + end + end + imgui.Columns(1) +end + + +function module.CallFuncButtons(label,table) + + fcommon.DropDownMenu(label,function() + + local count = 1 + for name,address in fcommon.spairs(table) do + if imgui.Button(name,imgui.ImVec2(module.GetSize(3))) then + callFunction(address,0,0) + fcommon.CheatActivated() + end + if count % 3 ~= 0 then + imgui.SameLine() + end + count = count + 1 + end + end) +end + + +-------------------------------------------------- +-- Checkbox functions + +function module.CheckBoxValue(name,address,tooltip,enable_value,disable_value) + + if enable_value == nil then enable_value = 1 end + if disable_value == nil then disable_value = 0 end + + local var = imgui.new.bool(false) + + if fcommon.RwMemory(address,1) == enable_value then + var[0] = true + end + + if imgui.Checkbox(name, var) then + if var[0] then + fcommon.RwMemory(address,1,enable_value) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",address),{1,enable_value}) + fcommon.CheatActivated() + else + fcommon.RwMemory(address,1,disable_value) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",address),{1,disable_value}) + fcommon.CheatDeactivated() + end + end + + module.InformationTooltip(tooltip) + +end + +function module.CheckBoxVar(name,var,tooltip,panel_func,show_help_msg) + show_help_msg = show_help_msg or true + local temp = var[0] + + if imgui.Checkbox(name, var) then + + if show_help_msg then + if var[0] then + fcommon.CheatActivated() + else + fcommon.CheatDeactivated() + end + end + end + + module.InformationTooltip(tooltip) + module.ConfigPanel(name,panel_func) + + if temp ~= var[0] then return true end +end + +function module.CheckBoxFunc(name,var,func,tooltip) + + if imgui.Checkbox(name, var) then + func() + end + + module.InformationTooltip(tooltip) + +end + +function module.CheckBox3Var(name,var,tooltip,panel_func,show_help_msg) + show_help_msg = show_help_msg or true + local temp = var[0] + tooltip = "Check mark - Enabled\nSquare mark - No changes\nEmpty box - Disabled\n\n" .. tooltip + + fcommon.CheckBox3(name, var) + + if imgui.IsItemClicked(0) or imgui.IsItemClicked(1) then + if show_help_msg then + fcommon.CheatActivated() + end + end + + module.InformationTooltip(tooltip) + module.ConfigPanel(name,panel_func) + + if temp ~= var[0] then return true end +end + +-------------------------------------------------- + +function module.InputFloat(label,var,func,min,max,cval) + + cval = cval or 1 + + if imgui.InputFloat("##".. label,var,0.0,0.0,"%.5f") then + if func ~= nil then + func() + end + end + + local size = imgui.GetItemRectSize().y + imgui.SameLine(0.0,4.0) + + if imgui.Button("-##".. label,imgui.ImVec2(size,size)) then + var[0] = var[0] - cval + end + + imgui.SameLine(0.0,4.0) + + if imgui.Button("+##".. label,imgui.ImVec2(size,size)) then + var[0] = var[0] + cval + end + + imgui.SameLine(0.0,4.0) + + imgui.Text(label) + + if min ~= nil and var[0] < min then + var[0] = min + end + + if max ~= nil and var[0] > max then + var[0] = max + end +end + +function module.UpdateStat(arg) + if arg.min == nil then arg.min = 0 end + if arg.default == nil then arg.default = 0 end + if arg.max == nil then arg.max = 1000 end + + fcommon.DropDownMenu(arg.name,function() + + if arg.help_text ~= nil then + fcommon.InformationTooltip(arg.help_text) + end + + local change_value = math.floor((arg.max - arg.min)/10) + local value = imgui.new.int(math.floor(getFloatStat(arg.stat))) + + imgui.Columns(2,nil,false) + if arg.min ~= nil then + imgui.Text("Minimum = " .. arg.min) + end + imgui.NextColumn() + if arg.max ~= nil then + imgui.Text("Maximum = " .. arg.max) + end + + imgui.Columns(1) + + imgui.PushItemWidth(imgui.GetWindowWidth()-70) + if imgui.InputInt("Set##".. arg.name,value) then + setFloatStat(arg.stat,value[0]) + fconfig.Set(fconfig.tconfig.stat_data,tostring(arg.stat),value[0]) + end + imgui.PopItemWidth() + + imgui.Spacing() + if imgui.Button("Minimum##".. arg.name,imgui.ImVec2(module.GetSize(3))) then + setFloatStat(arg.stat,arg.min) + fconfig.Set(fconfig.tconfig.stat_data,tostring(arg.stat),arg.min) + end + imgui.SameLine() + if imgui.Button("Default##".. arg.name,imgui.ImVec2(module.GetSize(3))) then + setFloatStat(arg.stat,arg.default) + fconfig.Set(fconfig.tconfig.stat_data,tostring(arg.stat),arg.default) + end + imgui.SameLine() + if imgui.Button("Maximum##".. arg.name,imgui.ImVec2(module.GetSize(3))) then + setFloatStat(arg.stat,arg.max) + fconfig.Set(fconfig.tconfig.stat_data,tostring(arg.stat),arg.max) + end + if value[0] < arg.min then + setFloatStat(arg.stat,arg.min) + fconfig.Set(fconfig.tconfig.stat_data,tostring(arg.stat),arg.min) + end + if value[0] > arg.max then + setFloatStat(arg.stat,arg.max) + fconfig.Set(fconfig.tconfig.stat_data,tostring(arg.stat),arg.max) + end + end) +end + +function module.UpdateAddress(arg) + + if arg.cvalue == nil then arg.cvalue = 1.0 end + if arg.save == nil then arg.save = true end + if arg.mul == nil then arg.mul = 1.0 end + + local buttons = 3 + + if arg.min == nil then + buttons = buttons - 1 + end + + if arg.default == nil then + buttons = buttons - 1 + end + + if arg.max == nil then + buttons = buttons - 1 + end + + fcommon.DropDownMenu(arg.name,function() + + local value = imgui.new.float(module.RwMemory(arg.address,arg.size,nil,nil,arg.is_float,arg.mul)) + + imgui.Columns(2,nil,false) + if arg.min ~= nil then + imgui.Text("Minimum = " .. arg.min) + end + imgui.NextColumn() + if arg.max ~= nil then + imgui.Text("Maximum = " .. arg.max) + end + imgui.Columns(1) + + imgui.Spacing() + + if imgui.InputFloat("##".. arg.name,value) then + module.RwMemory(arg.address,arg.size,value[0],nil,arg.is_float,arg.mul) + if arg.save then + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",arg.address),{arg.size,value[0],arg.is_float,arg.mul}) + end + end + imgui.SameLine(0.0,4.0) + if imgui.Button("-##".. arg.name,imgui.ImVec2(20,20)) then + module.RwMemory(arg.address,arg.size,(value[0] - arg.cvalue),nil,arg.is_float,arg.mul) + if arg.save then + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",arg.address),{arg.size,(value[0] - arg.cvalue),arg.is_float,arg.mul}) + end + end + imgui.SameLine(0.0,4.0) + if imgui.Button("+##".. arg.name,imgui.ImVec2(20,20)) then + module.RwMemory(arg.address,arg.size,(value[0] + arg.cvalue),nil,arg.is_float,arg.mul) + if arg.save then + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",arg.address),{arg.size,(value[0] + arg.cvalue),arg.is_float,arg.mul}) + end + end + imgui.SameLine(0.0,4.0) + imgui.Text("Set") + if buttons > 0 then + imgui.Spacing() + if imgui.Button("Minimum##".. arg.name,imgui.ImVec2(module.GetSize(buttons))) then + module.RwMemory(arg.address,arg.size,arg.min,nil,arg.is_float,arg.mul) + if arg.save then + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",arg.address),{arg.size,arg.min,arg.is_float,arg.mul}) + end + end + + if arg.default ~= nil then + imgui.SameLine() + if imgui.Button("Default##".. arg.name,imgui.ImVec2(module.GetSize(buttons))) then + module.RwMemory(arg.address,arg.size,arg.default,nil,arg.is_float,arg.mul) + if arg.save then + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",arg.address),{arg.size,arg.default,arg.is_float,arg.mul}) + end + end + end + + if arg.max ~= nil then + imgui.SameLine() + if imgui.Button("Maximum##".. arg.name,imgui.ImVec2(module.GetSize(buttons))) then + module.RwMemory(arg.address,arg.size,arg.max,nil,arg.is_float,arg.mul) + if arg.save then + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",arg.address),{arg.size,arg.max,arg.is_float,arg.mul}) + end + end + end + imgui.SameLine() + imgui.Spacing() + end + if (arg.min ~= nil) and (value[0] < arg.min) then + module.RwMemory(arg.address,arg.size,arg.min,nil,arg.is_float,arg.mul) + if arg.save then + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",arg.address),{arg.size,arg.min,arg.is_float,arg.mul}) + end + end + + if (arg.max ~= nil) and (value[0] > arg.max) then + module.RwMemory(arg.address,arg.size,arg.max,nil,arg.is_float,arg.mul) + if arg.save then + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",arg.address),{arg.size,arg.max,arg.is_float,arg.mul}) + end + end + end) +end + +-- Provides options to change memory bits +function module.UpdateBits(label,name_table,address,size) + + if name_table == nil then name_table = {} end + local bits = size*8 + local val = readMemory(address,size,false) + local number = 1 + fcommon.DropDownMenu(label,function() + imgui.Columns(2,nil,false) + for i=1,bits,1 do + + local state = imgui.new.bool(false) + + if bit.band(val,number) == number then + state[0] = true + end + + if name_table[tostring(i)] == nil then name_table[tostring(i)] = "Unknown ##" .. tostring(i) end + + if imgui.Checkbox(name_table[tostring(i)],state) then + val = bit.bxor(val,number) + writeMemory(address,size,val,false) + end + + if i == bits/2 then + imgui.NextColumn() + end + number = number * 2 + end + imgui.Columns(1) + end) +end + +-------------------------------------------------- +-- Misc + +-- Indexes image paths recursively from root directory +function module.IndexFiles(mainDir,store_table,req_ext) + load_images = load_images or false + + process_file = function(file_path,element) + if doesFileExist(file_path) then + local _,file_name,file_ext = string.match(file_path, "(.-)([^\\/]-%.?([^%.\\/]*))$") + file_name = string.sub(file_name,1,-5) + if req_ext == file_ext then + if store_table[element] == nil then + store_table[element] = {} + end + if (req_ext == "jpg" or req_ext == "png") and fmenu.tmenu.fast_load_images[0] then + store_table[element][file_name] = imgui.CreateTextureFromFile(file_path) + else + store_table[element][file_name] = file_path + end + end + end + end + + for element in lfs.dir(mainDir) do + local ele_path = mainDir .. "\\" .. element + if doesDirectoryExist(ele_path) and element ~= "." and element ~= ".." then + for file in lfs.dir(ele_path) do + local file_path = ele_path .. "\\" .. file + process_file(file_path,element) + end + end + if doesFileExist(ele_path) then + process_file(ele_path,element) + end + end +end + +function module.ReleaseImages(main_table) + for _,image_table in pairs(main_table) do + for model,image in pairs(image_table) do + if type(image) ~= "string" then + imgui.ReleaseTexture(image) + end + end + end +end + +-- Used to read/write from/to memory +function module.RwMemory(address,size,value,protect,is_float,mul) + if protect == nil then protect = false end + if mul == nil then mul = 1 end + + if value == nil then + local return_val = nil + if is_float == true then + return_val = memory.getfloat(address,protect) + else + return_val = readMemory(address,size,protect) + end + + return return_val*mul + else + if is_float == true then + memory.setfloat(address,value/mul,protect) + else + writeMemory(address,size,value/mul,protect) + end + end +end + +function module.CheatActivated() + printHelpString("Cheat ~g~Activated") +end + +function module.CheatDeactivated() + printHelpString("Cheat ~r~Deactivated") +end + +function module.KeyWait(key1,key2) + while isKeyDown(key1) + and isKeyDown(key2) do + wait(0) + end +end +-------------------------------------------------- + + +-------------------------------------------------- +-- Custom imgui widgets +-------------------------------------------------- +-- Scrollable Tabs Implementation + +local _tabs = +{ + current_bar = nil, + panel_func = nil, +} + + +function module.BeginTabBar(label) + + if _tabs[label] == nil then + _tabs[label] = + { + bar_data = {}, + selected_tab = "", + } + end + _tabs.current_bar = label + + local draw_list = imgui.GetWindowDrawList(), + + imgui.Spacing() + if #_tabs[label].bar_data > 0 then + imgui.BeginChild(label,imgui.ImVec2(imgui.GetWindowWidth()-imgui.GetStyle().WindowPadding.x*2,imgui.GetFrameHeight()*0.9)) + + imgui.PushStyleVarVec2(imgui.StyleVar.ItemSpacing, imgui.ImVec2(4.0)) + for k,v in ipairs(_tabs[label].bar_data) do + DrawTabElements(draw_list,v) + end + imgui.PopStyleVar() + + local minx = imgui.GetWindowPos().x + local maxy = imgui.GetItemRectMax().y + draw_list:AddLine(imgui.ImVec2(minx-5,maxy), imgui.ImVec2(minx+imgui.GetWindowWidth()+3,maxy), imgui.GetColorU32(imgui.Col.TabActive)) + + imgui.InvisibleButton("?##InfoTooltip",imgui.CalcTextSize("?")) + draw_list:AddText(imgui.ImVec2(imgui.GetItemRectMin().x,imgui.GetItemRectMin().y+imgui.GetStyle().FramePadding.y), imgui.GetColorU32(imgui.Col.TextDisabled),"?") + + if imgui.IsItemHovered() then + imgui.BeginTooltip() + imgui.SetTooltip("If your window width is small you\ncan scroll by Shift + Mouse wheel") + imgui.EndTooltip() + end + imgui.EndChild() + imgui.Spacing() + end + imgui.BeginChild("##TabStuff" .. label) + return true +end + +function module.BeginTabItem(label) + + if _tabs.current_bar == nil then return false end + + local exists = false + + for k,v in ipairs(_tabs[_tabs.current_bar].bar_data) do + if v == label then + exists = true + end + end + if not exists then + _tabs[_tabs.current_bar].bar_data[#(_tabs[_tabs.current_bar].bar_data)+1] = label + end + + + if _tabs[_tabs.current_bar].selected_tab == label then + if _tabs.panel_func == nil then + return true + else + _tabs.panel_func() + end + end +end + +function DrawTabElements(draw_list,label) + + if _tabs[_tabs.current_bar].selected_tab == "" then _tabs[_tabs.current_bar].selected_tab = label end + + if _tabs[_tabs.current_bar].selected_tab == label then + btn_color = imgui.GetColorU32(imgui.Col.TabActive) + else + btn_color = imgui.GetColorU32(imgui.Col.Tab) + end + + if imgui.InvisibleButton("##InvisibleButton".. label, imgui.ImVec2(imgui.CalcTextSize(label).x+10,imgui.GetFrameHeight()*0.9)) then + _tabs[_tabs.current_bar].selected_tab = label + _tabs.panel_func = nil + end + + if imgui.IsItemHovered() then + btn_color = imgui.GetColorU32(imgui.Col.TabHovered) + end + + draw_list:AddRectFilled(imgui.GetItemRectMin(), imgui.GetItemRectMax(), btn_color) + local offset_x = (imgui.GetItemRectSize().x - imgui.CalcTextSize(label).x)/2 + local offset_y = (imgui.GetItemRectSize().y - imgui.CalcTextSize(label).y)/2 + + draw_list:AddText(imgui.ImVec2(imgui.GetItemRectMin().x+offset_x,imgui.GetItemRectMin().y+offset_y), imgui.GetColorU32(imgui.Col.Text),label) + imgui.SameLine() + +end + +function module.EndTabItem(label) end +function module.EndTabBar(label) + imgui.EndChild() + _tabs.current_bar = nil +end + + +function module.ConfigPanel(label,func) + if func ~= nil then + imgui.SameLine() + imgui.InvisibleButton("c##".. label,imgui.CalcTextSize("c")) + local drawlist = imgui.GetWindowDrawList() + drawlist:AddText(imgui.ImVec2(imgui.GetItemRectMin().x,imgui.GetItemRectMin().y+imgui.GetStyle().FramePadding.y), imgui.GetColorU32(imgui.Col.TextDisabled),"c") + + + if imgui.IsItemClicked(0) then + _tabs.panel_func = function() + imgui.TextWrapped(string.format("%s configuraion",label)) + imgui.Separator() + if imgui.Button("Hide",imgui.ImVec2(module.GetSize(1))) then + _tabs.panel_func = nil + end + + imgui.Dummy(imgui.ImVec2(0,10)) + func() + end + end + end +end + + +function module.CreateMenus(names,funcs) + + imgui.PushStyleVarVec2(imgui.StyleVar.ItemSpacing,imgui.ImVec2(0,0.5)) + + local button = imgui.ColorConvertFloat4ToU32(imgui.GetStyle()['Colors'][21]) + + for i=1,#names,1 do + if tcheatmenu.current_menu == i then + imgui.GetStyle().Colors[imgui.Col.Button] = imgui.GetStyle().Colors[imgui.Col.ButtonActive] + end + if imgui.Button(names[i],imgui.ImVec2(module.GetSize(4,true))) then + tcheatmenu.current_menu = i + _tabs.panel_func = nil + end + if tcheatmenu.current_menu == i then + imgui.GetStyle().Colors[imgui.Col.Button] = imgui.ColorConvertU32ToFloat4(button) + end + + if i%4 ~= 0 then + imgui.SameLine() + end + end + + imgui.PopStyleVar() + imgui.Dummy(imgui.ImVec2(0,5)) + if tcheatmenu.current_menu ~= 0 then + funcs[tcheatmenu.current_menu]() + end +end + + +-------------------------------------------------- +-- Hotkey Implementation + +local _hotkeys = +{ + currently_active = nil, +} + +function module.GetHotKeyNames(hotkeys) + + if hotkeys[1] == hotkeys[2] then + return string.format(" %s",vkeys.id_to_name(hotkeys[1])) + else + return string.format(" %s + %s",vkeys.id_to_name(hotkeys[1]),vkeys.id_to_name(hotkeys[2])) + end + +end + +function module.OnHotKeyPress(hotkeys,func) + if isKeyDown(hotkeys[1]) and isKeyDown(hotkeys[2]) and _hotkeys.currently_active ~= hotkeys then + while isKeyDown(hotkeys[1]) and isKeyDown(hotkeys[2]) do + wait(0) + end + func() + end +end + + +function ReadKeyPress() + while _hotkeys.read_key_press do + + for i=32,255,1 do + if isKeyDown(i) then + _hotkeys.currently_active[1] = i + break + end + end + + for i=255,32,-1 do + if isKeyDown(i) then + _hotkeys.currently_active[2] = i + break + end + end + + if _hotkeys.currently_active[1] ~= _hotkeys.currently_active[2] then + while isKeyDown(_hotkeys.currently_active[1]) or isKeyDown(_hotkeys.currently_active[2]) do + wait(0) + end + end + wait(0) + end +end + +function module.HotKey(label,hotkeys) + local active = false + local x,y = module.GetSize(3) + y = y/1.2 + + if hotkeys == _hotkeys.currently_active then + imgui.PushStyleColor(imgui.Col.Button,imgui.GetStyle().Colors[imgui.Col.ButtonActive]) + active = true + end + + if hotkeys[1] == hotkeys[2] then + text = vkeys.id_to_name(hotkeys[1]) + else + text = vkeys.id_to_name(hotkeys[1]) .. " + " .. vkeys.id_to_name(hotkeys[2]) + end + + if imgui.Button(text,imgui.ImVec2(x,y)) then + if _hotkeys.currently_active == hotkeys then + _hotkeys.read_key_press = false + _hotkeys.currently_active = {} + else + _hotkeys.currently_active = hotkeys + _hotkeys.read_key_press = true + lua_thread.create(ReadKeyPress) + end + end + + if active then + imgui.PopStyleColor() + end + + if not imgui.IsWindowFocused() or not imgui.IsItemVisible() then + _hotkeys.currently_active = {} + end + + + imgui.SameLine() + + imgui.Text(label) +end +-------------------------------------------------- +-- Misc + +function module.HorizontalSelector(label,var,table) + local rtn = false + local drawlist = imgui.GetWindowDrawList() + local hframe = imgui.GetFrameHeight() + local inner_spacing = imgui.GetStyle().ItemInnerSpacing.x + local width = imgui.GetWindowContentRegionWidth()*0.65 - 4*hframe - inner_spacing + 6 + + imgui.InvisibleButton("##1" .. label,imgui.ImVec2(width,hframe)) + local min = imgui.GetItemRectMin() + local max = imgui.GetItemRectMax() + drawlist:AddRectFilled(min, max, imgui.GetColorU32(imgui.Col.FrameBg)) + drawlist:AddText(imgui.ImVec2(min.x+inner_spacing,min.y+imgui.GetStyle().FramePadding.y), imgui.GetColorU32(imgui.Col.Text),table[var[0]+2]) + + + imgui.SameLine(0,inner_spacing) + + if imgui.Button("<##2" .. label,imgui.ImVec2(2*hframe,hframe)) then + rtn = -1 + + if var[0] > -1 then + var[0] = var[0] - 1 + else + var[0] = #table-2 + end + end + + imgui.SameLine(0,inner_spacing) + + if imgui.Button(">##2" .. label,imgui.ImVec2(2*hframe,hframe)) then + rtn = 1 + + if var[0] < (#table-2) then + var[0] = var[0] + 1 + else + var[0] = -1 + end + end + + min = imgui.GetItemRectMin() + max = imgui.GetItemRectMax() + imgui.SameLine() + imgui.InvisibleButton("##4" ..label,imgui.ImVec2(imgui.CalcTextSize(label).x,hframe)) + drawlist:AddText(imgui.ImVec2(max.x+imgui.GetStyle().ItemInnerSpacing.x,min.y+imgui.GetStyle().FramePadding.y), imgui.GetColorU32(imgui.Col.Text),label) + + return rtn +end + +function module.DropDownListStr(label,table,selected,func) + if imgui.BeginCombo(label, selected) then + for key,val in module.spairs(table) do + if key ~= selected then + if imgui.MenuItemBool(key) and func ~= nil then + func(key,val) + end + end + end + imgui.EndCombo() + end +end + +function module.DropDownListNumber(label,table,selected) + local rtn = false + + if imgui.BeginCombo(label, table[selected[0]]) then + for key,val in ipairs(table) do + if key ~= selected[0] then + if imgui.MenuItemBool(val)then + rtn = true + selected[0] = key + end + end + end + imgui.EndCombo() + end + return rtn +end + +function module.DropDownMenu(label,func,text_disabled) + if label ~= nil then + if text_disabled then + imgui.PushStyleColor(imgui.Col.Text,imgui.ImVec4(128,128,128,0.3)) + end + if imgui.CollapsingHeader(label) then + if text_disabled then + imgui.PopStyleColor() + end + imgui.Spacing() + + func() + + imgui.Spacing() + imgui.Separator() + imgui.Spacing() + else + if text_disabled then + imgui.PopStyleColor() + end + end + else + func() + + imgui.Spacing() + imgui.Separator() + imgui.Spacing() + end +end + +function RenderCheckMark(drawlist, pos, col, sz) + + local thickness = sz / 5.0 + thickness = thickness < 1.0 and 1.0 or thickness + + sz = sz - thickness * 0.5 + pos.x = pos.x + thickness * 0.25 + pos.y = pos.y + thickness * 0.25 + + local third = sz / 3.0 + local bx = pos.x + third + local by = pos.y + sz - third * 0.5 + + drawlist:PathLineTo(imgui.ImVec2(bx - third, by - third)) + drawlist:PathLineTo(imgui.ImVec2(bx, by)) + drawlist:PathLineTo(imgui.ImVec2(bx + third * 2.0, by - third * 2.0)) + drawlist:PathStroke(col, false, thickness) +end + +-- 3 state checkbox, 1 = enabled, 0 = disabled, -1 = not configured +function module.CheckBox3(label,var) + local square_sz = imgui.GetFrameHeight() + local drawlist = imgui.GetWindowDrawList() + local color = imgui.GetColorU32(imgui.Col.FrameBg) + local text_size = imgui.CalcTextSize(label) + + if imgui.InvisibleButton("##InvCheckboxBtn" .. label, imgui.ImVec2(square_sz+text_size.x+imgui.GetStyle().ItemInnerSpacing.x,square_sz)) then + var[0] = var[0] - 1 + var[0] = var[0] < -1 and 1 or var[0] + end + + if imgui.IsItemClicked(1) then + var[0] = var[0] + 1 + var[0] = var[0] > 1 and -1 or var[0] + end + + if imgui.IsItemHovered() then + color = imgui.GetColorU32(imgui.Col.FrameBgHovered) + end + + local min = imgui.GetItemRectMin() + local max = imgui.ImVec2(imgui.GetItemRectMax().x-text_size.x-imgui.GetStyle().ItemInnerSpacing.x,imgui.GetItemRectMax().y) + drawlist:AddRectFilled(min, max, color) + local pad = math.floor(square_sz / 6.0) + pad = pad < 1.0 and 1.0 or pad + + if var[0] == -1 then + drawlist:AddRectFilled(imgui.ImVec2(min.x+3,min.y+3), imgui.ImVec2(max.x-3,max.y-3), imgui.GetColorU32(imgui.Col.CheckMark)) + end + if var[0] == 1 then + RenderCheckMark(drawlist, imgui.ImVec2(min.x+pad,min.y+pad), imgui.GetColorU32(imgui.Col.CheckMark), square_sz - pad * 2.0) + end + + drawlist:AddText(imgui.ImVec2(max.x+imgui.GetStyle().ItemInnerSpacing.x,min.y+imgui.GetStyle().FramePadding.y), imgui.GetColorU32(imgui.Col.Text),label) + return imgui.IsItemClicked(0) +end + +-------------------------------------------------- + + +return module diff --git a/moonloader/lib/cheat-menu/modules/config.lua b/moonloader/lib/cheat-menu/modules/config.lua new file mode 100644 index 0000000..062a9e9 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/config.lua @@ -0,0 +1,416 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +module.tconfig = +{ + memory_data = {}, + misc_data = {}, + path = tcheatmenu.dir .. "json/config.json", + reset = false, + read = fcommon.LoadJson("config"), + stat_data = {}, + save_config = true, +} + + +function module.Get(s,default,t) + if t == nil then t = module.tconfig.read end + if t == nil then return default end + + local status, rtn = pcall(function() + for key in s:gmatch('[^.]+') do + if t[key] == nil then return default end + t = t[key] + end + + if t == nil then + return default + else + return t + end + end) + + if status then + return rtn + else + print(string.format("Error occured while getting value of %s. Returning default value %s",s,tostring(default))) + return default + end +end + +function module.Set(t,path,value) + + local x = 0 + for key in path:gmatch('[^.]+') do + x = x + 1 + end + + local y = 0 + for key in path:gmatch('[^.]+') do + y = y + 1 + if x == y then + t[key] = value + else + if t[key] == nil then t[key] = {} end + t = t[key] + end + end +end + +module.tconfig.memory_data = module.Get('tmemory_data',{}) +module.tconfig.misc_data = module.Get('tmisc_data',{}) +module.tconfig.stat_data = module.Get('tstat_data',{}) + +function module.SetConfigData() + for k,v in pairs(module.tconfig.memory_data) do + fcommon.RwMemory(tonumber(k),v[1],v[2],nil,v[3],v[4]) + end + + if fmenu.tmenu.enable_stat_saving[0] then + for k,v in pairs(module.tconfig.stat_data) do + setFloatStat(tonumber(k),v) + end + + setCharHealth(PLAYER_PED,module.Get("tmisc_data.Health",getCharHealth(PLAYER_PED))) + + if getCharArmour(PLAYER_PED) < module.Get("tmisc_data.Armour",getCharArmour(PLAYER_PED)) then + addArmourToChar(PLAYER_PED,module.Get("tmisc_data.Armour",0)-getCharArmour(PLAYER_PED)) + else + damageChar(PLAYER_PED,getCharArmour(PLAYER_PED)-module.Get("tmisc_data.Armour",0),true) + end + + -- Body + local body = module.Get("tmisc_data.Body",nil) + if body == 1 then + callFunction(0x439110,1,1,false) + end + if body == 2 then + callFunction(0x439190,1,1,false) + callFunction(0x439150,1,1,false) + end + if body == 3 then + callFunction(0x439190,1,1,false) + end + end + + -- Never Wanted + if readMemory(0x969171,1,false) == 0 and module.Get("tmisc_data.Never Wanted",0) == true then + callFunction(0x4396C0,1,0,false) + end + + -- Car & zone names + local car_name = module.Get("tmisc_data.Display Car Names",nil) + + if car_name ~= nil then + displayCarNames(car_name) + fvisual.tvisual.car_names[0] = car_name + end + + local zone_name = module.Get("tmisc_data.Display Zone Names",nil) + + if zone_name ~= nil then + displayZoneNames(zone_name) + fvisual.tvisual.zone_names[0] = zone_name + end + +end + +function module.Write() + + if not module.tconfig.save_config then return end + + local write_table = {} + + if not fmenu.tmenu.dont_save[0] then + if not module.tconfig.reset then + if not fmenu.tmenu.enable_stat_saving[0] then + fmenu.tmenu.stat_data = {} + + -- Remove player health & armor too + module.tconfig.memory_data[string.format("0x%6.6X",getCharPointer(PLAYER_PED)+0x548)] = nil -- player armor + module.tconfig.memory_data[string.format("0x%6.6X",getCharPointer(PLAYER_PED)+0x540)] = nil -- player health + module.tconfig.memory_data[tostring(0xB7CE50)] = nil -- money + module.tconfig.misc_data["Body"] = nil + end + write_table = + { + tanimation = + { + fighting = + { + selected = fanimation.tanimation.fighting.selected[0], + }, + loop = fanimation.tanimation.loop[0], + ped = fanimation.tanimation.ped[0], + secondary = fanimation.tanimation.secondary[0], + walking = + { + selected = fanimation.tanimation.walking.selected[0], + }, + }, + tcheatmenu = + { + coord = + { + X = tcheatmenu.coord.X, + Y = tcheatmenu.coord.Y, + }, + current_menu = tcheatmenu.current_menu, + size = + { + X = tcheatmenu.size.X, + Y = tcheatmenu.size.Y, + }, + }, + tgame = + { + camera = + { + move_player = fgame.tgame.camera.move_player[0], + fov = fgame.tgame.camera.fov[0], + movement_speed = fgame.tgame.camera.movement_speed[0], + }, + disable_cheats = fgame.tgame.disable_cheats[0], + disable_help_popups = fgame.tgame.disable_help_popups[0], + disable_replay = fgame.tgame.disable_replay[0], + forbidden_area_wanted_level = fgame.tgame.forbidden_area_wanted_level[0], + fps_limit = fgame.tgame.fps_limit[0], + keep_stuff = fgame.tgame.keep_stuff[0], + freeze_mission_timer= fgame.tgame.freeze_mission_timer[0], + freeze_time = fgame.tgame.freeze_time[0], + object_spawner = + { + set_player_coord= fgame.tgame.object_spawner.set_player_coord[0], + }, + random_cheats = + { + cheat_activate_timer = fgame.tgame.random_cheats.cheat_activate_timer[0], + cheat_deactivate_timer = fgame.tgame.random_cheats.cheat_deactivate_timer[0], + checkbox = fgame.tgame.random_cheats.checkbox[0], + disabled_cheats = fgame.tgame.random_cheats.disabled_cheats, + disable_cheat_checkbox = fgame.tgame.random_cheats.disable_cheat_checkbox[0], + }, + script_manager = + { + scripts = fgame.tgame.script_manager.scripts, + }, + solid_water = fgame.tgame.solid_water[0], + ss_shortcut = fgame.tgame.ss_shortcut[0], + sync_system_time = fgame.tgame.sync_system_time[0], + }, + tmemory_data = module.tconfig.memory_data, + tmisc_data = module.tconfig.misc_data, + tstat_data = module.tconfig.stat_data, + tmenu = + { + auto_update_check = fmenu.tmenu.auto_update_check[0], + auto_reload = fmenu.tmenu.auto_reload[0], + dont_save = fmenu.tmenu.dont_save[0], + enable_stat_saving = fmenu.tmenu.enable_stat_saving[0], + fast_load_images = fmenu.tmenu.fast_load_images[0], + font = + { + selected = fmenu.tmenu.font.selected, + size = fmenu.tmenu.font.size[0], + }, + get_beta_updates = fmenu.tmenu.get_beta_updates[0], + hot_keys = + { + asc_key = fmenu.tmenu.hot_keys.asc_key, + camera_mode = fmenu.tmenu.hot_keys.camera_mode, + camera_mode_forward = fmenu.tmenu.hot_keys.camera_mode_forward, + camera_mode_backward = fmenu.tmenu.hot_keys.camera_mode_backward, + camera_mode_left = fmenu.tmenu.hot_keys.camera_mode_left, + camera_mode_right = fmenu.tmenu.hot_keys.camera_mode_right, + camera_mode_slow = fmenu.tmenu.hot_keys.camera_mode_slow, + camera_mode_fast = fmenu.tmenu.hot_keys.camera_mode_fast, + camera_mode_up = fmenu.tmenu.hot_keys.camera_mode_up, + camera_mode_down = fmenu.tmenu.hot_keys.camera_mode_down, + command_window = fmenu.tmenu.hot_keys.command_window, + menu_open = fmenu.tmenu.hot_keys.menu_open, + quick_screenshot = fmenu.tmenu.hot_keys.quick_screenshot, + quick_teleport = fmenu.tmenu.hot_keys.quick_teleport, + }, + lock_player = fmenu.tmenu.lock_player[0], + overlay = + { + coordinates = fmenu.tmenu.overlay.coordinates[0], + fps = fmenu.tmenu.overlay.fps[0], + health = fmenu.tmenu.overlay.health[0], + location = fmenu.tmenu.overlay.location[0], + position_index = fmenu.tmenu.overlay.position_index[0], + pos_x = fmenu.tmenu.overlay.pos_x[0], + pos_y = fmenu.tmenu.overlay.pos_y[0], + show = fmenu.tmenu.overlay.show[0], + speed = fmenu.tmenu.overlay.speed[0], + transparent_bg = fmenu.tmenu.overlay.transparent_bg[0], + }, + show_tooltips = fmenu.tmenu.show_tooltips[0], + show_crash_message = fmenu.tmenu.show_crash_message[0], + }, + tstyle = + { + font_size = fstyle.tstyle.font_size, + selected_name = fstyle.tstyle.selected_name, + }, + tped = + { + gang = + { + wars = fped.tped.gang.wars[0], + }, + ped_health_display = fped.tped.ped_health_display[0], + spawned_peds = + { + ped_bleed = fped.tped.spawned_peds.ped_bleed[0], + ped_accuracy= fped.tped.spawned_peds.ped_accuracy[0], + ped_health = fped.tped.spawned_peds.ped_health[0], + ped_type_selected = fped.tped.spawned_peds.ped_type_selected[0], + ped_weapon_ammo = fped.tped.spawned_peds.ped_weapon_ammo[0], + ped_weapon_selected = fped.tped.spawned_peds.ped_weapon_selected, + ped_weapon_id = fped.tped.spawned_peds.ped_weapon_id[0], + stand_still = fped.tped.spawned_peds.stand_still[0], + }, + }, + tplayer = + { + aimSkinChanger = fplayer.tplayer.aimSkinChanger[0], + cjBody = fplayer.tplayer.cjBody[0], + enable_saving = fplayer.tplayer.enable_saving[0], + god = fplayer.tplayer.god[0], + invisible = fplayer.tplayer.invisible[0], + keep_position = fplayer.tplayer.keep_position[0], + save_data = fplayer.tplayer.save_data, + }, + tteleport = + { + insert_coords = fteleport.tteleport.insert_coords[0], + shortcut = fteleport.tteleport.shortcut[0], + }, + tvehicle = + { + aircraft = + { + camera = fvehicle.tvehicle.aircraft.camera[0], + index = fvehicle.tvehicle.aircraft.index, + spawn_in_air = fvehicle.tvehicle.aircraft.spawn_in_air[0], + }, + car_engine = fvehicle.tvehicle.car_engine[0], + color = + { + show_all = fvehicle.tvehicle.color.show_all[0], + }, + components = + { + enable_saving = fvehicle.tvehicle.components.enable_saving[0], + save_data = fvehicle.tvehicle.components.save_data, + }, + apply_material_filter = fvehicle.tvehicle.apply_material_filter[0], + first_person_camera = + { + bool = fvehicle.tvehicle.first_person_camera.bool[0], + }, + gxt_name_table = fvehicle.tvehicle.gxt_name_table, + heavy = fvehicle.tvehicle.heavy[0], + invisible_car = fvehicle.tvehicle.invisible_car[0], + license_plate_text = ffi.string(fvehicle.tvehicle.license_plate_text), + lights = fvehicle.tvehicle.lights[0], + lock_speed = fvehicle.tvehicle.lock_speed[0], + neon = + { + checkbox = fvehicle.tvehicle.neon.checkbox[0], + }, + no_damage = fvehicle.tvehicle.no_damage[0], + no_vehicles = fvehicle.tvehicle.no_vehicles[0], + paintjobs = + { + enable_saving = fvehicle.tvehicle.paintjobs.enable_saving[0], + save_data = fvehicle.tvehicle.paintjobs.save_data, + }, + rainbow_colors = + { bool = fvehicle.tvehicle.rainbow_colors.bool[0], + traffic = fvehicle.tvehicle.rainbow_colors.traffic[0], + speed = fvehicle.tvehicle.rainbow_colors.speed[0], + }, + rainbow_neons = + { bool = fvehicle.tvehicle.rainbow_neons.bool[0], + traffic = fvehicle.tvehicle.rainbow_neons.traffic[0], + speed = fvehicle.tvehicle.rainbow_neons.speed[0], + }, + spawn_inside = fvehicle.tvehicle.spawn_inside[0], + speed = fvehicle.tvehicle.speed[0], + stay_on_bike = fvehicle.tvehicle.stay_on_bike[0], + visual_damage = fvehicle.tvehicle.visual_damage[0], + unlimited_nitro = fvehicle.tvehicle.unlimited_nitro[0], + watertight_car = fvehicle.tvehicle.watertight_car[0], + }, + tvisual = + { + lock_weather = fvisual.tvisual.lock_weather[0], + disable_motion_blur = fvisual.tvisual.disable_motion_blur[0], + radio_channel_names = fvisual.tvisual.radio_channel_names[0], + }, + tweapon = + { + auto_aim = fweapon.tweapon.auto_aim[0], + ammo_count = fweapon.tweapon.ammo_count[0], + gang = + { + enable_weapon_editor = fweapon.tweapon.gang.enable_weapon_editor[0], + }, + fast_reload = fweapon.tweapon.fast_reload[0], + max_accuracy = fweapon.tweapon.max_accuracy[0], + max_ammo_clip = fweapon.tweapon.max_ammo_clip[0], + max_move_speed = fweapon.tweapon.max_move_speed[0], + huge_damage = fweapon.tweapon.huge_damage[0], + gang_weapons = + { + {fweapon.tweapon.gang.used_weapons[1][1],fweapon.tweapon.gang.used_weapons[1][2],fweapon.tweapon.gang.used_weapons[1][3]}, -- Ballas + {fweapon.tweapon.gang.used_weapons[2][1],fweapon.tweapon.gang.used_weapons[2][2],fweapon.tweapon.gang.used_weapons[2][3]}, -- Grove + {fweapon.tweapon.gang.used_weapons[3][1],fweapon.tweapon.gang.used_weapons[3][2],fweapon.tweapon.gang.used_weapons[3][3]}, -- Vagos + {fweapon.tweapon.gang.used_weapons[4][1],fweapon.tweapon.gang.used_weapons[4][2],fweapon.tweapon.gang.used_weapons[4][3]}, -- SF Rifa + {fweapon.tweapon.gang.used_weapons[5][1],fweapon.tweapon.gang.used_weapons[5][2],fweapon.tweapon.gang.used_weapons[5][3]}, -- Da Nang Boys + {fweapon.tweapon.gang.used_weapons[6][1],fweapon.tweapon.gang.used_weapons[6][2],fweapon.tweapon.gang.used_weapons[6][3]}, -- Mafia + {fweapon.tweapon.gang.used_weapons[7][1],fweapon.tweapon.gang.used_weapons[7][2],fweapon.tweapon.gang.used_weapons[7][3]}, -- Triads + {fweapon.tweapon.gang.used_weapons[8][1],fweapon.tweapon.gang.used_weapons[8][2],fweapon.tweapon.gang.used_weapons[8][3]}, -- VLA + {fweapon.tweapon.gang.used_weapons[9][1],fweapon.tweapon.gang.used_weapons[9][2],fweapon.tweapon.gang.used_weapons[9][3]}, -- Gang 9 + {fweapon.tweapon.gang.used_weapons[10][1],fweapon.tweapon.gang.used_weapons[10][2],fweapon.tweapon.gang.used_weapons[10][3]}, -- Gang 10 + }, + long_range = fweapon.tweapon.long_range[0], + ped = fweapon.tweapon.ped[0], + }, + } + end + else + write_table = + { + tmenu = + { + dont_save = true; + } + } + end + + local file = io.open(module.tconfig.path,'w') + if file then + file:write(encodeJson(write_table)) + io.close(file) + end +end + +return module diff --git a/moonloader/lib/cheat-menu/modules/const.lua b/moonloader/lib/cheat-menu/modules/const.lua new file mode 100644 index 0000000..39ede20 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/const.lua @@ -0,0 +1,149 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +-- Constant variables used throughout the menu + +module.IDENTIFIER = +{ + VEHICLE = 0, + WEAPON = 1, + PAINTJOB = 2, + COMPONENT = 3, + PED = 4, + CLOTHES = 5, + TELEPORT = 6, + MEMORY = 8, + ANIMATION = 9, + MISSION = 10 +} + +module.DRAW_TYPE = +{ + TEXT = 0, + IMAGE = 1, +} + +module.VEHICLE = +{ + IMAGE_HEIGHT = 75, + IMAGE_WIDTH = 100, +} + +module.COMPONENT = +{ + IMAGE_HEIGHT = 80, + IMAGE_WIDTH = 100, + TOTAL_SLOTS = 14, +} + +module.PAINTJOB = +{ + IMAGE_HEIGHT = 75, + IMAGE_WIDTH = 100, +} + +module.PED = +{ + IMAGE_HEIGHT = 110, + IMAGE_WIDTH = 65, +} + +module.WEAPON = +{ + IMAGE_HEIGHT = 65, + IMAGE_WIDTH = 65, +} + +module.CLOTH = +{ + IMAGE_HEIGHT = 100, + IMAGE_WIDTH = 70, +} + +module.TRAIN_CAM_FIX = +{ + ON = 171, + OFF = 6, +} + +module.MEMORY_RB = +{ + NONE = 0, + CAR = 1, + CHAR = 2, +} + +module.DEFAULT_GANG_WEAPONS = +{ + {22,28,0}, -- Ballas + {22,0,0}, -- Grove + {22,0,0}, -- Vagos + {0,0,0}, -- SF Rifa + {22,28,0}, -- Da Nang Boys + {24,0,0}, -- Mafia + {22,30,0}, -- Triads + {22,28,0}, -- VLA + {0,0,0}, -- Gang 9 + {0,0,0}, -- Gang 10 +} + +module.UPDATE_STATUS = +{ + DOWNLOADING = 5, + DOWNLOADED = 58, + HIDE_MSG = 7, + NEW_UPDATE = 9, +} + +module.VEHICLE_CLASS = +{ + IGNORE = - 1, + NORMAL = 0, + POOR_FAMILY = 1, + RICH_FAMILY = 2, + EXECUTIVE = 3, + WORKER = 4, + BIG = 5, + TAXI = 6, + MOPED = 7, + MOTOR_BIKE = 8, + LEISURE_BOAT = 9, + WORKER_BOAT = 10, + BICYCLE = 11, +} + +module.CHECKBOX_STATE = +{ + NOT_CONFIGURED = -1, + OFF = 0, + ON = 1, +} + +module.MODEL_TYPE = +{ + INVALID = nil, + ATOMIC = 1, + TIME = 3, + WEAPON = 4, + CLUMP = 5, + VEHICLE = 6, + PED = 7, + LOD = 8 +} + +return module \ No newline at end of file diff --git a/moonloader/lib/cheat-menu/modules/game.lua b/moonloader/lib/cheat-menu/modules/game.lua new file mode 100644 index 0000000..988eb70 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/game.lua @@ -0,0 +1,1223 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +module.tgame = +{ + camera = + { + ped = nil, + move_player = imgui.new.bool(fconfig.Get('tgame.camera.move_player',true)), + bool = imgui.new.bool(false), + fov = imgui.new.int(fconfig.Get('tgame.camera.fov',70)), + lock_on_player = imgui.new.bool(false), + movement_speed = imgui.new.float(fconfig.Get('tgame.camera.movement_speed',0.4)), + shake = imgui.new.float(0.0), + }, + day_names = {"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"}, + disable_cheats = imgui.new.bool(fconfig.Get('tgame.disable_cheats',false)), + disable_help_popups = imgui.new.bool(fconfig.Get('tgame.disable_help_popups',false)), + disable_replay = imgui.new.bool(fconfig.Get('tgame.disable_replay',false)), + fps_limit = imgui.new.int(fconfig.Get('tgame.fps_limit',30)), + forbidden_area_wanted_level = imgui.new.bool(fconfig.Get('tgame.forbidden_area_wanted_level',true)), + freeze_mission_timer = imgui.new.bool(fconfig.Get('tgame.freeze_mission_timer',false)), + freeze_time = imgui.new.bool(fconfig.Get('tgame.freeze_time',false)), + gxt_save_name = imgui.new.char[22]("Untitled Save"), + keep_stuff = imgui.new.bool(fconfig.Get('tgame.keep_stuff',false)), + object_spawner = + { + coord = + { + x = imgui.new.float(0), + y = imgui.new.float(0), + z = imgui.new.float(0), + }, + categories = {"Group view","Object view"}, + selected = imgui.new.int(1), + filter = imgui.ImGuiTextFilter(), + group_name = imgui.new.char[32]("Group 1"), + obj_name = imgui.new.char[32]("New object"), + model = imgui.new.int(1427), + placed = {}, + set_player_coord = imgui.new.bool(fconfig.Get('tgame.object_spawner.set_player_coord',false)), + }, + random_cheats = + { + activated_cheats = {}, + cheat_activate_timer = imgui.new.int(fconfig.Get('tgame.random_cheats.cheat_activate_timer',10)), + cheat_deactivate_timer = imgui.new.int(fconfig.Get('tgame.random_cheats.cheat_deactivate_timer',10)), + cheat_name = fcommon.LoadJson("cheat name"), + checkbox = imgui.new.bool(fconfig.Get('tgame.random_cheats.checkbox',false)), + disable_cheat_checkbox = imgui.new.bool(fconfig.Get('tgame.random_cheats.disable_cheat_checkbox',false)), + disabled_cheats = fconfig.Get('tgame.random_cheats.disabled_cheats',{}), + }, + script_manager = + { + filter = imgui.ImGuiTextFilter(), + categories = {"All","Loaded","Not loaded"}, + selected = imgui.new.int(1), + scripts = fconfig.Get('tgame.script_manager.scripts',{}), + skip_auto_reload = false, + not_loaded = {}, + }, + solid_water = imgui.new.bool(fconfig.Get('tgame.solid_water',false)), + solid_water_object = nil, + ss_shortcut = imgui.new.bool(fconfig.Get('tgame.ss_shortcut',false)), + sync_system_time = imgui.new.bool(fconfig.Get('tgame.sync_system_time',false)), +} + +function module.SolidWater() + while module.tgame.solid_water[0] do + wait(0) + local x,y,z = getCharCoordinates(PLAYER_PED) + local water_height = getWaterHeightAtCoords(x,y,false) + + if doesObjectExist(module.tgame.solid_water_object) then + deleteObject(module.tgame.solid_water_object) + end + + if z > water_height and water_height ~= -1000 and not isCharInAnyBoat(PLAYER_PED) then -- Don't create the object if player is under water/diving + module.tgame.solid_water_object = createObject(3095,x,y,water_height) + setObjectVisible(module.tgame.solid_water_object,false) + end + end + + if doesObjectExist(module.tgame.solid_water_object) then + deleteObject(module.tgame.solid_water_object) + end +end + +function module.CameraMode() + + while module.tgame.camera.bool[0] do + + local x,y,z = getCharCoordinates(PLAYER_PED) + + module.tgame.camera.ped = PLAYER_PED + if module.tgame.camera.move_player[0] then + module.tgame.camera.lock_on_player[0] = false + else + module.tgame.camera.ped = createRandomChar(x,y,z) + setCharVisible(module.tgame.camera.ped,false) + end + + + freezeCharPositionAndDontLoadCollision(module.tgame.camera.ped,true) + setCharCollision(module.tgame.camera.ped,false) + setLoadCollisionForCharFlag(module.tgame.camera.ped,false) + setEveryoneIgnorePlayer(0,true) + + displayRadar(false) + displayHud(false) + + local total_mouse_x = getCharHeading(PLAYER_PED) + local total_mouse_y = 0 + local total_mouse_delta = 0 + + setCharCoordinates(module.tgame.camera.ped,x,y,z-20) + + cameraSetLerpFov(getCameraFov(),module.tgame.camera.fov[0],1000,true) + cameraPersistFov(true) + + while module.tgame.camera.bool[0] do + local factor = 1.0 + x, y, z = getCharCoordinates(module.tgame.camera.ped) + local mouse_x, mouse_y = getPcMouseMovement() + + total_mouse_x = total_mouse_x - mouse_x/6 + total_mouse_y = total_mouse_y + mouse_y/3 + + if total_mouse_y > 150 then total_mouse_y = 150 end + if total_mouse_y < -150 then total_mouse_y = -150 end + + + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_slow[1] and fmenu.tmenu.hot_keys.camera_mode_slow[2]) then + factor = factor*0.5 + end + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_fast[1] and fmenu.tmenu.hot_keys.camera_mode_fast[2]) then + factor = factor*2 + end + + + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_forward[1] and fmenu.tmenu.hot_keys.camera_mode_forward[2]) then + local angle = getCharHeading(module.tgame.camera.ped) + 90 + + x = x + module.tgame.camera.movement_speed[0] * math.cos(angle * math.pi/180) * factor + y = y + module.tgame.camera.movement_speed[0] * math.sin(angle * math.pi/180) * factor + z = z + module.tgame.camera.movement_speed[0] * math.sin(total_mouse_y/3* math.pi/180) * factor + end + + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_backward[1] and fmenu.tmenu.hot_keys.camera_mode_backward[2]) then + local angle = getCharHeading(module.tgame.camera.ped) + 90 + + x = x - module.tgame.camera.movement_speed[0] * math.cos(angle * math.pi/180) * factor + y = y - module.tgame.camera.movement_speed[0] * math.sin(angle * math.pi/180) * factor + z = z - module.tgame.camera.movement_speed[0] * math.sin(total_mouse_y/3* math.pi/180) * factor + end + + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_left[1] and fmenu.tmenu.hot_keys.camera_mode_left[2]) then + local angle = getCharHeading(module.tgame.camera.ped) + + x = x - module.tgame.camera.movement_speed[0] * math.cos(angle * math.pi/180) * factor + y = y - module.tgame.camera.movement_speed[0] * math.sin(angle * math.pi/180) * factor + end + + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_right[1] and fmenu.tmenu.hot_keys.camera_mode_right[2]) then + local angle = getCharHeading(module.tgame.camera.ped) + + x = x + module.tgame.camera.movement_speed[0] * math.cos(angle * math.pi/180) * factor + y = y + module.tgame.camera.movement_speed[0] * math.sin(angle * math.pi/180) * factor + end + + if module.tgame.camera.lock_on_player[0] then + + local right = 0 + local front = 0 + local up = 0 + total_mouse_x = 0 + total_mouse_y = 0 + while module.tgame.camera.lock_on_player[0] and module.tgame.camera.bool[0] do + local mouse_x, mouse_y = getPcMouseMovement() + + total_mouse_x = total_mouse_x - mouse_x/6 + total_mouse_y = total_mouse_y + mouse_y/6 + if total_mouse_x > 300 then total_mouse_x = 300 end + if total_mouse_x < -300 then total_mouse_x = -300 end + if total_mouse_y > 170 then total_mouse_y = 170 end + if total_mouse_y < -170 then total_mouse_y = -170 end + factor = 1 + + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_slow[1] and fmenu.tmenu.hot_keys.camera_mode_slow[2]) then + factor = factor*0.5 + end + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_fast[1] and fmenu.tmenu.hot_keys.camera_mode_fast[2]) then + factor = factor*2 + end + + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_forward[1] and fmenu.tmenu.hot_keys.camera_mode_forward[2]) then + front = front + factor * module.tgame.camera.movement_speed[0] + end + + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_backward[1] and fmenu.tmenu.hot_keys.camera_mode_backward[2]) then + front = front - factor * module.tgame.camera.movement_speed[0] + end + + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_left[1] and fmenu.tmenu.hot_keys.camera_mode_left[2]) then + right = right - factor * module.tgame.camera.movement_speed[0] + end + + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_right[1] and fmenu.tmenu.hot_keys.camera_mode_right[2]) then + right = right + factor * module.tgame.camera.movement_speed[0] + end + + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_up[1] and fmenu.tmenu.hot_keys.camera_mode_up[2]) then + up = up - factor * module.tgame.camera.movement_speed[0] + end + + if isKeyDown(fmenu.tmenu.hot_keys.camera_mode_down[1] and fmenu.tmenu.hot_keys.camera_mode_down[2]) then + up = up + factor * module.tgame.camera.movement_speed[0] + end + attachCameraToChar(PLAYER_PED,right, front, up, total_mouse_x*-1, 90.0, total_mouse_y, 0.0, 2) + + if total_mouse_delta + getMousewheelDelta() ~= total_mouse_delta then + total_mouse_delta = total_mouse_delta + getMousewheelDelta() + module.tgame.camera.fov[0] = module.tgame.camera.fov[0] - getMousewheelDelta() + if module.tgame.camera.fov[0] > 120 then + module.tgame.camera.fov[0] = 120 + end + if module.tgame.camera.fov[0] < 5 then + module.tgame.camera.fov[0] = 5 + end + cameraSetLerpFov(getCameraFov(),module.tgame.camera.fov[0],100,true) + cameraPersistFov(true) + end + + wait(0) + end + else + setCharHeading(module.tgame.camera.ped,total_mouse_x) + attachCameraToChar(module.tgame.camera.ped,0.0, 0.0, 20.0, 0.0, 180, total_mouse_y, 0.0, 2) + setCharCoordinates(module.tgame.camera.ped,x,y,z-1.0) + end + + if total_mouse_delta + getMousewheelDelta() ~= total_mouse_delta then + total_mouse_delta = total_mouse_delta + getMousewheelDelta() + module.tgame.camera.fov[0] = module.tgame.camera.fov[0] - getMousewheelDelta() + if module.tgame.camera.fov[0] > 120 then + module.tgame.camera.fov[0] = 120 + end + if module.tgame.camera.fov[0] < 5 then + module.tgame.camera.fov[0] = 5 + end + cameraSetLerpFov(getCameraFov(),module.tgame.camera.fov[0],100,true) + cameraPersistFov(true) + end + wait(0) + end + + cameraPersistFov(false) + + displayRadar(true) + displayHud(true) + + freezeCharPositionAndDontLoadCollision(module.tgame.camera.ped,false) + setCharCollision(module.tgame.camera.ped,true) + setLoadCollisionForCharFlag(module.tgame.camera.ped,true) + setEveryoneIgnorePlayer(0,false) + + if module.tgame.camera.move_player[0] then + local x,y,z = getCharCoordinates(PLAYER_PED) + z = getGroundZFor3dCoord(x,y,1000) + setCharCoordinates(PLAYER_PED,x,y,z) + else + markCharAsNoLongerNeeded(module.tgame.camera.ped) + deleteChar(module.tgame.camera.ped) + end + module.tgame.camera.ped = nil + + restoreCameraJumpcut() + wait(0) + end +end + +function module.SyncSystemTime() + while module.tgame.sync_system_time[0] do + local time = os.date("*t") + setTimeOfDay(time.hour,time.min) + wait(30) + end +end + +function module.RandomCheatsActivate() + while module.tgame.random_cheats.checkbox[0] do + wait(module.tgame.random_cheats.cheat_activate_timer[0]*1000) + + if not module.tgame.random_cheats.checkbox[0] then break end + + local cheatid = math.random(0,91) + callFunction(0x438370,1,1,cheatid) + table.insert(module.tgame.random_cheats.activated_cheats,cheatid) + printHelpString("~g~" .. module.tgame.random_cheats.cheat_name[tostring(cheatid)][1]) + end +end + +function module.RandomCheatsDeactivate() + while module.tgame.random_cheats.disable_cheat_checkbox[0] and module.tgame.random_cheats.checkbox[0] do + for _,x in ipairs(module.tgame.random_cheats.activated_cheats) do + if module.tgame.random_cheats.cheat_name[tostring(x)][2] == "true" then + wait(module.tgame.random_cheats.cheat_deactivate_timer[0]*1000) + + if not (module.tgame.random_cheats.checkbox[0] or module.tgame.random_cheats.checkbox[0]) then break end + + if module.tgame.random_cheats.disable_cheat_checkbox[0] then + callFunction(0x438370,1,1,module.tgame.random_cheats.activated_cheats[x]) + printHelpString("~r~" .. module.tgame.random_cheats.cheat_name[tostring(x)][1]) + end + end + end + wait(0) + end +end + +function module.FreezeTime() + while module.tgame.freeze_time[0] do + + local status = fvisual.tvisual.lock_weather[0] + memory.write(0x969168,1,1) -- Freeze time + while module.tgame.freeze_time[0] do + fvisual.tvisual.lock_weather[0] = true + wait(0) + end + fvisual.tvisual.lock_weather[0] = status + memory.write(0x969168,0,1) -- Freeze time + wait(0) + end +end + +-------------------------------------------------- +-- Functions of script manager + +function module.LoadScriptsOnKeyPress() + while true do + for name,table in pairs(module.tgame.script_manager.scripts) do + fcommon.OnHotKeyPress(table,function() + local full_file_path = string.format( "%s\\%s.loadonkeypress",getWorkingDirectory(),name) + local is_loaded = false + local sc_handle = nil + for index, script in ipairs(script.list()) do + if full_file_path == script.path then + is_loaded = true + sc_handle = script + end + end + if is_loaded == false then + script.load(full_file_path) + printHelpString("Script loaded") + else + sc_handle:unload() + printHelpString("Script unloaded") + end + module.tgame.script_manager.not_loaded[name .. ".loadonkeypress"] = nil + end) + end + wait(0) + end +end + +function module.MonitorScripts() + local mainDir = getWorkingDirectory() + for file in lfs.dir(mainDir) do + local full_file_path = mainDir .. "\\" .. file + if doesFileExist(full_file_path) then + + local file_path,file_name,file_ext = string.match(full_file_path, "(.-)([^\\/]-%.?([^%.\\/]*))$") + + if (file_ext == "lua" or file_ext == "neverload" or file_ext == "loadonkeypress") and module.tgame.script_manager.not_loaded[file_name] == nil then + local is_loaded = false + for index, script in ipairs(script.list()) do + if full_file_path == script.path then + is_loaded = true + end + end + if is_loaded == false then + module.tgame.script_manager.not_loaded[file_name] = full_file_path + end + end + end + end +end + +function ShowNotLoadedScripts(name,path) + + local _,file_name,file_ext = string.match(path, "(.-)([^\\/]-%.?([^%.\\/]*))$") + + fcommon.DropDownMenu(name .. "##" .. path,function() + + imgui.Spacing() + imgui.SameLine() + + if file_ext == "lua" then + imgui.Text("Status: Not loaded") + end + if file_ext == "neverload" then + imgui.Text("Status: Never load") + end + if file_ext == "loadonkeypress" then + imgui.Text("Status: Load on key press") + end + + imgui.Spacing() + imgui.SameLine() + imgui.TextWrapped("Filepath: " .. path) + + if imgui.Button("Load##" .. path,imgui.ImVec2(fcommon.GetSize(1))) then + if doesFileExist(path) then + + local load_path = path + if file_ext == "neverload" then + load_path = string.sub(path,1,-11) + os.rename(path,load_path) + end + if file_ext == "loadonkeypress" then + module.tgame.script_manager.scripts[name:sub(1,-16)] = nil + load_path = string.sub(path,1,-16) + os.rename(path,load_path) + end + module.tgame.script_manager.not_loaded[name] = nil + script.load(load_path) + printHelpString("Script loaded") + end + end + end,true) +end + +function ShowLoadedScript(script,index) + fcommon.DropDownMenu(script.name .. "##" .. index,function() + local _,file_name,file_ext = string.match(script.path, "(.-)([^\\/]-%.?([^%.\\/]*))$") + local authors = "" + for _,author in ipairs(script.authors) do + authors = authors .. author .. ", " + end + local properties = "" + for _,property in ipairs(script.properties) do + properties = properties .. property .. ", " + end + local dependencies = "" + for _,dependency in ipairs(script.dependencies) do + dependencies = dependencies .. dependency .. ", " + end + + imgui.Columns(2,nil,false) + imgui.Text("Authors: ") + imgui.SameLine(0.0,0.0) + imgui.TextWrapped(string.sub(authors,1,-3)) + imgui.Text("Version: " .. tostring(script.version)) + imgui.Text("Version num: " .. tostring(script.version_num)) + imgui.NextColumn() + imgui.Text("Script ID: " .. script.id) + imgui.Text("Status: Loaded") + imgui.Text("Filename: ") + imgui.SameLine(0.0,0.0) + imgui.TextWrapped(script.filename) + imgui.Columns(1) + if properties ~= "" then + imgui.Spacing() + imgui.SameLine() + imgui.Text("Properties: ") + imgui.SameLine(0.0,0.0) + imgui.TextWrapped(string.sub(properties,1,-3)) + end + if dependencies ~= "" then + imgui.Spacing() + imgui.SameLine() + imgui.Text("Dependencies: ") + imgui.SameLine(0.0,0.0) + imgui.TextWrapped(string.sub(dependencies,1,-3)) + end + if script.description ~= "" then + imgui.Spacing() + imgui.SameLine() + imgui.Text("Description: ") + imgui.SameLine(0.0,0.0) + imgui.TextWrapped(script.description) + end + imgui.Spacing() + + if script.path:match(".loadonkeypress") then + file_name = file_name:sub(1,-16) + end + + fmenu.tmenu.hot_keys.script_manager_temp = module.tgame.script_manager.scripts[file_name] or fmenu.tmenu.hot_keys.script_manager_temp + + fcommon.HotKey("Load on keypress hotkey",fmenu.tmenu.hot_keys.script_manager_temp,fcommon.GetSize(3)) + fcommon.InformationTooltip("Load & unload this script\nby pressing this hotkey.") + imgui.Spacing() + + if imgui.Button("Never load##" .. index,imgui.ImVec2(fcommon.GetSize(2))) then + printHelpString("Script set to never load") + os.rename(script.path,script.path.. ".neverload") + script:unload() + end + imgui.SameLine() + + if imgui.Button("Load on keypress##" .. index,imgui.ImVec2(fcommon.GetSize(2))) then + if script.name == thisScript().name then + printHelpString("Can't set for Cheat Menu") + else + module.tgame.script_manager.scripts[file_name] = {fmenu.tmenu.hot_keys.script_manager_temp[1],fmenu.tmenu.hot_keys.script_manager_temp[2]} + printHelpString("Key set for the script.") + + if not script.path:match(".loadonkeypress") then + os.rename(script.path,script.path.. ".loadonkeypress") + end + script:unload() + end + end + + if imgui.Button("Reload##" .. index,imgui.ImVec2(fcommon.GetSize(2))) then + if script.name == thisScript().name then + module.tgame.script_manager.skip_auto_reload = true + end + printHelpString("Script reloaded") + script:reload() + end + imgui.SameLine() + if imgui.Button("Unload##" .. index,imgui.ImVec2(fcommon.GetSize(2))) then + if script.name == thisScript().name then + module.tgame.script_manager.skip_auto_reload = true + end + printHelpString("Script unloaded") + script:unload() + end + end) +end + +function SpawnObject(model,obj_name,grp_name,x,y,z) + + if isModelAvailable(model) and casts.CBaseModelInfo.GetModelType(model) == fconst.MODEL_TYPE.ATOMIC then + requestModel(model) + loadAllModelsNow() + + local obj = createObject(model,x,y,z) + setObjectRotation(obj,0,0,0) + setObjectCollision(obj,false) + + if module.tgame.object_spawner.placed[grp_name] == nil then + module.tgame.object_spawner.placed[grp_name] = {} + end + + module.tgame.object_spawner.placed[grp_name][string.format("%d##%d",model,obj)] = + { + name = obj_name, + collision = imgui.new.bool(false), + rotx = imgui.new.float(0), + roty = imgui.new.float(0), + rotz = imgui.new.float(0), + } + + markModelAsNoLongerNeeded(model) + printHelpString("Model Spawned") + else + printHelpString("Invalid model") + end +end + +function GenerateIPL() + local file = io.open("generated.ipl","w") + local write_string = "inst\n" + + for grp,data in pairs(module.tgame.object_spawner.placed) do + for key,value in pairs(data) do + local model, handle = string.match(key,"(%w+)##(%w+)") + local _,posx,posy,posz = getObjectCoordinates(handle) + local rotx,roty,rotz,rotw = getObjectQuaternion(handle) + local interior = getActiveInterior() + + local inst_line = string.format("%d, dummy, %d, %f, %f, %f, %f, %f, %f, %f, -1\n",model,interior,posx,posy,posz,rotx,roty,rotz,rotw) + write_string = write_string .. inst_line + end + end + write_string = write_string .. "end" + file:write(write_string) + file:close() + printHelpString("IPL generated") +end + +function module.RemoveAllObjects() + for grp,data in pairs(module.tgame.object_spawner.placed) do + for key,value in pairs(data) do + local model, handle = string.match(key,"(%w+)##(%w+)") + deleteObject(tonumber(handle)) + module.tgame.object_spawner.placed[grp][key] = nil + end + module.tgame.object_spawner.placed[grp] = nil + end +end + +function ApplyToObjects(grp,func) + for lgrp,ldata in pairs(module.tgame.object_spawner.placed) do + if grp == lgrp then + for lkey,value in pairs(ldata) do + local model, handle = string.match(lkey,"(%w+)##(%w+)") + func(handle,value) + end + break + end + end +end + +-------------------------------------------------- + + +-- Main function +function module.GameMain() + if imgui.Button("Save game",imgui.ImVec2(fcommon.GetSize(1))) then + if isCharOnFoot(PLAYER_PED) then + activateSaveMenu() + else + printHelpString("Player is ~r~not~w~ on foot") + end + end + + if fcommon.BeginTabBar('Game') then + if fcommon.BeginTabItem('Checkboxes') then + + imgui.Columns(2,nil,false) + if fcommon.CheckBoxVar("Camera mode",module.tgame.camera.bool,string.format("Toggle: %s\n\nForward: %s\tBackward: %s\ +Left: %s\t\t Right: %s\n\nSlow movement: %s\nFast movement: %s\n\nRotation: Mouse\nZoom in/out : Mouse wheel \n\ +Up : %s (Lock on player)\nDown: %s (Lock on player)",fcommon.GetHotKeyNames(fmenu.tmenu.hot_keys.camera_mode), + fcommon.GetHotKeyNames(fmenu.tmenu.hot_keys.camera_mode_forward),fcommon.GetHotKeyNames(fmenu.tmenu.hot_keys.camera_mode_backward), + fcommon.GetHotKeyNames(fmenu.tmenu.hot_keys.camera_mode_left),fcommon.GetHotKeyNames(fmenu.tmenu.hot_keys.camera_mode_right), + fcommon.GetHotKeyNames(fmenu.tmenu.hot_keys.camera_mode_slow),fcommon.GetHotKeyNames(fmenu.tmenu.hot_keys.camera_mode_fast), + fcommon.GetHotKeyNames(fmenu.tmenu.hot_keys.camera_mode_up), + fcommon.GetHotKeyNames(fmenu.tmenu.hot_keys.camera_mode_down)), + function() + imgui.Columns(2,nil,false) + if fcommon.CheckBoxVar("Move player",module.tgame.camera.move_player,"Moves the player with the camera\nSimilar to how airbreak modes work") then + + module.tgame.camera.lock_on_player[0] = false + -- Update the camera mode stuff while it's running + if module.tgame.camera.bool[0] and module.tgame.camera.ped ~= nil then + + local heading = getCharHeading(module.tgame.camera.ped) + local x,y,z = getCharCoordinates(module.tgame.camera.ped) + z = z - 1 + + freezeCharPositionAndDontLoadCollision(module.tgame.camera.ped,false) + setCharCollision(module.tgame.camera.ped,true) + setLoadCollisionForCharFlag(module.tgame.camera.ped,true) + + if module.tgame.camera.move_player[0] then + markCharAsNoLongerNeeded(module.tgame.camera.ped) + deleteChar(module.tgame.camera.ped) + module.tgame.camera.ped = PLAYER_PED + else + module.tgame.camera.ped = createRandomChar(x,y,z) + + -- place place properly at ground + local cx,cy,cz = getActiveCameraCoordinates() + cz = getGroundZFor3dCoord(cx,cy,cz) + setCharCoordinates(PLAYER_PED,cx,cy,cz) + end + + freezeCharPositionAndDontLoadCollision(module.tgame.camera.ped,true) + setCharCollision(module.tgame.camera.ped,false) + setLoadCollisionForCharFlag(module.tgame.camera.ped,false) + + setCharCoordinates(module.tgame.camera.ped,x,y,z) + setCharHeading(module.tgame.camera.ped,heading) + end + end + imgui.NextColumn() + if not module.tgame.camera.move_player[0] then + fcommon.CheckBoxVar("Lock on player",module.tgame.camera.lock_on_player,"Locks camera on player") + end + imgui.Columns(1) + + imgui.Spacing() + if imgui.SliderInt("FOV", module.tgame.camera.fov, 5,120) then + if module.tgame.camera.bool[0] then + cameraSetLerpFov(getCameraFov(),module.tgame.camera.fov[0],1000,true) + cameraPersistFov(true) + end + end + imgui.SliderFloat("Movement Speed",module.tgame.camera.movement_speed, 0.0, 5.0) + if imgui.SliderFloat("Shake", module.tgame.camera.shake, 0.0,100) then + if module.tgame.camera.bool[0] then + cameraSetShakeSimulationSimple(1,10000,module.tgame.camera.shake[0]) + end + end + + if not module.tgame.camera.move_player[0] then + imgui.Spacing() + if imgui.Button("Warp player to camera location",imgui.ImVec2(fcommon.GetSize(1))) then + local cx,cy,cz = getActiveCameraCoordinates() + cz = getGroundZFor3dCoord(cx,cy,cz) + setCharCoordinates(PLAYER_PED,cx,cy,cz) + printHelpString("Player warped") + end + end + end) then + fcommon.CreateThread(module.CameraMode) + end + if fcommon.CheckBoxVar("Disable cheats",module.tgame.disable_cheats) then + if module.tgame.disable_cheats[0] then + writeMemory(0x4384D0 ,1,0xE9 ,false) + writeMemory(0x4384D1 ,4,0xD0 ,false) + writeMemory(0x4384D5 ,4,0x90909090 ,false) + else + writeMemory(0x4384D0 ,1,0x83,false) + writeMemory(0x4384D1 ,4,-0x7DF0F908,false) + writeMemory(0x4384D5 ,4,0xCC,false) + end + end + if fcommon.CheckBoxVar("Disable help popups",module.tgame.disable_help_popups,"Disables wasted & arrested popups that\nappear in a new game.") then + tcheatmenu.restart_required = true + end + fcommon.CheckBoxValue('Free pay n spray',0x96C009) + if fcommon.CheckBoxVar("Freeze misson timer",module.tgame.freeze_mission_timer) then + if module.tgame.freeze_mission_timer[0] then + freezeOnscreenTimer(true) + else + freezeOnscreenTimer(false) + end + end + if fcommon.CheckBoxVar("Disable F1 & F3 replay",module.tgame.disable_replay) then + if module.tgame.disable_replay[0] then + writeMemory(0x460500,4,0xC3,false) + else + writeMemory(0x460500,4,0xBD844BB,false) + end + end + fcommon.CheckBoxValue("Faster clock",0x96913B) + if fcommon.CheckBoxVar("Forbidden area wl",module.tgame.forbidden_area_wanted_level,"Wanted levels that appears outside\ +of LS without completing missions") then + if module.tgame.forbidden_area_wanted_level[0] then + writeMemory(0x441770,1,0x83,false) + else + writeMemory(0x441770,1,0xC3,false) + end + end + + imgui.NextColumn() + + if fcommon.CheckBoxVar("Freeze time",module.tgame.freeze_time) then + fcommon.CreateThread(module.FreezeTime) + end + if fcommon.CheckBoxVar("Keep stuff",module.tgame.keep_stuff,"Keep stuff after arrest/death") then + switchArrestPenalties(module.tgame.keep_stuff[0]) + switchDeathPenalties(module.tgame.keep_stuff[0]) + end + if fcommon.CheckBoxVar("Random cheats",module.tgame.random_cheats.checkbox,"Activates random cheats after certain time", + function() + if fcommon.CheckBoxVar('Disable cheats',module.tgame.random_cheats.disable_cheat_checkbox,"Disable activated cheats after certain time") then + fcommon.CreateThread(fgame.RandomCheatsDeactivate) + end + imgui.Spacing() + imgui.SetNextItemWidth(imgui.GetWindowWidth()/2) + imgui.SliderInt("Activate cheat timer", module.tgame.random_cheats.cheat_activate_timer, 10, 100) + imgui.SetNextItemWidth(imgui.GetWindowWidth()/2) + imgui.SliderInt("Deactivate cheat timer", module.tgame.random_cheats.cheat_deactivate_timer, 10, 100) + imgui.Spacing() + + imgui.TextWrapped("Enabled cheats") + imgui.Separator() + if imgui.BeginChild("Cheats list") then + for i=0,91,1 do -- Cheat ids 0 -> 91 + if module.tgame.random_cheats.disabled_cheats[tostring(i)] then + selected = false + else + selected = true + end + + if imgui.MenuItemBool(tostring(module.tgame.random_cheats.cheat_name[tostring(i)][1]),nil,selected) then + module.tgame.random_cheats.disabled_cheats[tostring(i)] = selected + end + end + imgui.EndChild() + end + end) then + fcommon.CreateThread(fgame.RandomCheatsActivate) + end + fcommon.CheckBoxVar('Screenshot shortcut',module.tgame.ss_shortcut,"Take screenshot using" .. fcommon.GetHotKeyNames(fmenu.tmenu.hot_keys.quick_screenshot)) + if fcommon.CheckBoxVar('Solid water',module.tgame.solid_water) then + fcommon.CreateThread(fgame.SolidWater) + end + if fcommon.CheckBoxVar('Sync system time',module.tgame.sync_system_time) then + fcommon.CreateThread(fgame.SyncSystemTime) + end + fcommon.CheckBoxValue('Widescreen',0xB6F065) + imgui.Columns(1) + end + if fcommon.BeginTabItem('Menus') then + if imgui.BeginChild("MenusChild") then + fcommon.DropDownMenu('Current day',function() + local current_day = imgui.new.int(readMemory(0xB7014E,1,false)) + imgui.SetNextItemWidth(imgui.GetWindowContentRegionWidth()/1.7) + if fcommon.DropDownListNumber("Day",module.tgame.day_names,current_day) then + writeMemory(0xB7014E,1,current_day[0],false) + fcommon.CheatActivated() + end + end) + fcommon.DropDownMenu('Custom save game name',function() + imgui.InputText("Name", module.tgame.gxt_save_name,ffi.sizeof(module.tgame.gxt_save_name)) + imgui.Spacing() + if imgui.Button("Save game with this name",imgui.ImVec2(fcommon.GetSize(1))) then + if isCharOnFoot(PLAYER_PED) then + registerMissionPassed(setFreeGxtEntry(ffi.string(module.tgame.gxt_save_name))) + activateSaveMenu() + else + printHelpString("Player is ~r~not~w~ on foot") + end + end + end) + + fcommon.UpdateAddress({name = 'Days passed',address = 0xB79038 ,size = 4,min = 0,max = 9999}) + fcommon.DropDownMenu('FPS',function() + + imgui.Columns(2,nil,false) + imgui.Text("Minimum" .. " = 1") + + imgui.NextColumn() + imgui.Text("Maximum" .. " = 999") + imgui.Columns(1) + + imgui.PushItemWidth(imgui.GetWindowWidth()-50) + if imgui.InputInt('Set',module.tgame.fps_limit) then + memory.write(0xC1704C,(module.tgame.fps_limit[0]+1),1) + memory.write(0xBA6794,1,1) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",0xC1704C),{1,module.tgame.fps_limit[0]+1}) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",0xBA6794),{1,1}) + end + if module.tgame.fps_limit[0] < 1 then + module.tgame.fps_limit[0] = 1 + end + + imgui.PopItemWidth() + + imgui.Spacing() + if imgui.Button("Minimum",imgui.ImVec2(fcommon.GetSize(3))) then + memory.write(0xC1704C,1,1) + memory.write(0xBA6794,1,1) + module.tgame.fps_limit[0] = 1 + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",0xC1704C),{1,1}) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",0xBA6794),{1,1}) + end + imgui.SameLine() + if imgui.Button("Default",imgui.ImVec2(fcommon.GetSize(3))) then + memory.write(0xC1704C,30,1) + memory.write(0xBA6794,1,1) + module.tgame.fps_limit[0] = 30 + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",0xC1704C),{1,30}) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",0xBA6794),{1,1}) + end + imgui.SameLine() + if imgui.Button("Maximum",imgui.ImVec2(fcommon.GetSize(3))) then + memory.write(0xBA6794,0,1) + memory.write(0xBA6794,1,1) + module.tgame.fps_limit[0] = 999 + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",0xC1704C),{1,999}) + fconfig.Set(fconfig.tconfig.memory_data,string.format("0x%6.6X",0xBA6794),{1,1}) + end + end) + fcommon.UpdateAddress({name = 'Game speed',address = 0xB7CB64,size = 4,max = 10,min = 0, is_float =true, default = 1}) + fcommon.UpdateAddress({name = 'Gravity',address = 0x863984,size = 4,max = 1,min = -1, default = 0.008,cvalue = 0.001 ,is_float = true}) + fcommon.DropDownMenu("Set time",function() + imgui.Spacing() + + local days_passed = imgui.new.int(memory.read(0xB79038 ,4)) + local hour = imgui.new.int(memory.read(0xB70153,1)) + local minute = imgui.new.int(memory.read(0xB70152,1)) + + if imgui.InputInt("Current hour",hour) then + memory.write(0xB70153 ,hour[0],1) + end + + if imgui.InputInt("Current minute",minute) then + memory.write(0xB70152 ,minute[0],1) + end + + if minute[0] > 59 then + hour[0] = hour[0] + 1 + minute[0] = 0 + end + + if hour[0] > 23 then + memory.write(0xB70153 ,0,1) + current_day = memory.read(0xB7014E,1) + memory.write(0xB7014E,(current_day+1),1) + days_passed = memory.read( 0xB79038,4) + memory.write( 0xB79038,(days_passed+1),4) + end + + if minute[0] < 0 then + hour[0] = hour[0] - 1 + minute[0] = 59 + end + + if hour[0] < 0 then + memory.write(0xB70153 ,23,1) + current_day = memory.read(0xB7014E,1) + memory.write(0xB7014E,(current_day-1),1) + days_passed = memory.read( 0xB79038,4) + memory.write( 0xB79038,(days_passed-1),4) + end + end) + fcommon.DropDownMenu('Themes',function() + fcommon.RadioButtonAddress('Select theme',{'Beach','Country','Fun house','Ninja'},{0x969159,0x96917D,0x969176,0x96915C}) + end) + fcommon.CallFuncButtons("Weather", {["Very Sunny"] = 0x438F50,["Overcast"] = 0x438F60,["Rainy"] = 0x438F70, + ["Foggy"] = 0x438F80,["Thunderstorm"] = 0x439570,["Sandstorm"] = 0x439590}) + imgui.EndChild() + end + end + if fcommon.BeginTabItem('Script manager') then + if imgui.Button("Reload all scripts",imgui.ImVec2(fcommon.GetSize(1))) then + fgame.tgame.script_manager.skip_auto_reload = true + reloadScripts() + end + imgui.Spacing() + local width = imgui.GetWindowContentRegionWidth() + imgui.SetNextItemWidth(width/2) + fcommon.DropDownListNumber("##List",module.tgame.script_manager.categories,module.tgame.script_manager.selected) + imgui.SameLine() + + imgui.SetNextItemWidth(width/2) + local filter = module.tgame.script_manager.filter + + filter:Draw("Search") + if filter:PassFilter('') then + local min = imgui.GetItemRectMin() + local drawlist = imgui.GetWindowDrawList() + drawlist:AddText(imgui.ImVec2(min.x+imgui.GetStyle().ItemInnerSpacing.x,min.y+imgui.GetStyle().FramePadding.y), imgui.GetColorU32(imgui.Col.TextDisabled),"Search") + end + + if imgui.BeginChild("Script entries") then + + module.MonitorScripts() + + if module.tgame.script_manager.selected[0] ~= 3 then + for index, script in ipairs(script.list()) do + if filter:PassFilter(script.name) then + ShowLoadedScript(script,index) + end + end + end + + if module.tgame.script_manager.selected[0] ~= 2 then + for name,path in pairs(module.tgame.script_manager.not_loaded) do + if filter:PassFilter(name) then + ShowNotLoadedScripts(name,path) + end + end + end + imgui.EndChild() + end + end + if fcommon.BeginTabItem('Object spawner') then + if imgui.Button("Browse images",imgui.ImVec2(fcommon.GetSize(3))) then + os.execute('explorer "https://dev.prineside.com/en/gtasa_samp_model_id"') + end + imgui.SameLine() + if imgui.Button("Generate IPL",imgui.ImVec2(fcommon.GetSize(3))) then + GenerateIPL() + end + imgui.SameLine() + if imgui.Button("Remove all",imgui.ImVec2(fcommon.GetSize(3))) then + module.RemoveAllObjects() + printHelpString("Objects removed") + end + if fcommon.BeginTabBar('Object SpawnerBar') then + if fcommon.BeginTabItem('Spawn') then + fcommon.CheckBoxVar('Insert player coord',module.tgame.object_spawner.set_player_coord) + imgui.Spacing() + imgui.InputText("Object name", module.tgame.object_spawner.obj_name,ffi.sizeof(module.tgame.object_spawner.obj_name)) + imgui.InputText("Group name", module.tgame.object_spawner.group_name,ffi.sizeof(module.tgame.object_spawner.group_name)) + if module.tgame.object_spawner.set_player_coord[0] then + module.tgame.object_spawner.coord.x[0],module.tgame.object_spawner.coord.y[0],module.tgame.object_spawner.coord.z[0] = getCharCoordinates(PLAYER_PED) + end + imgui.Spacing() + imgui.InputInt("Model",module.tgame.object_spawner.model) + imgui.Spacing() + imgui.InputFloat("Coord X",module.tgame.object_spawner.coord.x,1.0, 1.0, "%.5f") + imgui.InputFloat("Coord Y",module.tgame.object_spawner.coord.y,1.0, 1.0, "%.5f") + imgui.InputFloat("Coord Z",module.tgame.object_spawner.coord.z,1.0, 1.0, "%.5f") + imgui.Dummy(imgui.ImVec2(0,10)) + if imgui.Button("Spawn object",imgui.ImVec2(fcommon.GetSize(1))) then + SpawnObject(module.tgame.object_spawner.model[0],ffi.string(module.tgame.object_spawner.obj_name),ffi.string(module.tgame.object_spawner.group_name),module.tgame.object_spawner.coord.x[0],module.tgame.object_spawner.coord.y[0],module.tgame.object_spawner.coord.z[0]) + end + end + if fcommon.BeginTabItem('Placed') then + imgui.Spacing() + local width = imgui.GetWindowContentRegionWidth() + imgui.SetNextItemWidth(width/2) + fcommon.DropDownListNumber("##List",module.tgame.object_spawner.categories,module.tgame.object_spawner.selected) + imgui.SameLine() + + imgui.SetNextItemWidth(width/2) + local filter = module.tgame.object_spawner.filter + + filter:Draw("Search") + if filter:PassFilter('') then + local min = imgui.GetItemRectMin() + local drawlist = imgui.GetWindowDrawList() + drawlist:AddText(imgui.ImVec2(min.x+imgui.GetStyle().ItemInnerSpacing.x,min.y+imgui.GetStyle().FramePadding.y), imgui.GetColorU32(imgui.Col.TextDisabled),"Search") + end + imgui.Spacing() + if imgui.BeginChild("Placed") then + if module.tgame.object_spawner.selected[0] == 1 then + local size = imgui.GetFrameHeight() + for grp,data in pairs(module.tgame.object_spawner.placed) do + fcommon.DropDownMenu(grp,function() + + if imgui.Button("Set collisions on",imgui.ImVec2(fcommon.GetSize(2))) then + ApplyToObjects(grp,function(handle,value) + value.collision[0] = true + setObjectCollision(handle,true) + end) + printHelpString("Group collisions on") + end + imgui.SameLine() + if imgui.Button("Set collisions off",imgui.ImVec2(fcommon.GetSize(2))) then + ApplyToObjects(grp,function(handle,value) + value.collision[0] = false + setObjectCollision(handle,false) + end) + printHelpString("Group collisions off") + end + imgui.Spacing() + imgui.Columns(2,nil,false) + if imgui.Button("+##X",imgui.ImVec2(size,size)) then + ApplyToObjects(grp,function(handle,value) + local _,x,y,z = getObjectCoordinates(handle) + x = x + 1 + setObjectCoordinates(handle,x,y,z) + end) + end + imgui.SameLine() + if imgui.Button("-##X",imgui.ImVec2(size,size)) then + ApplyToObjects(grp,function(handle,value) + local _,x,y,z = getObjectCoordinates(handle) + x = x - 1 + setObjectCoordinates(handle,x,y,z) + end) + end + imgui.SameLine() + imgui.Text("Move X coord") + + if imgui.Button("+##Y",imgui.ImVec2(size,size)) then + ApplyToObjects(grp,function(handle,value) + local _,x,y,z = getObjectCoordinates(handle) + y = y + 1 + setObjectCoordinates(handle,x,y,z) + end) + end + imgui.SameLine() + if imgui.Button("-##Y",imgui.ImVec2(size,size)) then + ApplyToObjects(grp,function(handle,value) + local _,x,y,z = getObjectCoordinates(handle) + y = y - 1 + setObjectCoordinates(handle,x,y,z) + end) + end + imgui.SameLine() + imgui.Text("Move Y coord") + + if imgui.Button("+##Z",imgui.ImVec2(size,size)) then + ApplyToObjects(grp,function(handle,value) + local _,x,y,z = getObjectCoordinates(handle) + z = z + 1 + setObjectCoordinates(handle,x,y,z) + end) + end + imgui.SameLine() + if imgui.Button("-##Z",imgui.ImVec2(size,size)) then + ApplyToObjects(grp,function(handle,value) + local _,x,y,z = getObjectCoordinates(handle) + z = z - 1 + setObjectCoordinates(handle,x,y,z) + end) + end + imgui.SameLine() + imgui.Text("Move Z coord") + + imgui.NextColumn() + + if imgui.Button("+##rotX",imgui.ImVec2(size,size)) then + ApplyToObjects(grp,function(handle,value) + value.rotx[0] = value.rotx[0] + 1 + setObjectRotation(tonumber(handle),value.rotx[0],value.roty[0],value.rotz[0]) + end) + end + imgui.SameLine() + if imgui.Button("-##rotX",imgui.ImVec2(size,size)) then + ApplyToObjects(grp,function(handle,value) + value.rotx[0] = value.rotx[0] - 1 + setObjectRotation(tonumber(handle),value.rotx[0],value.roty[0],value.rotz[0]) + end) + end + imgui.SameLine() + imgui.Text("Rotate X") + + if imgui.Button("+##rotY",imgui.ImVec2(size,size)) then + ApplyToObjects(grp,function(handle,value) + value.roty[0] = value.roty[0] + 1 + setObjectRotation(tonumber(handle),value.rotx[0],value.roty[0],value.rotz[0]) + end) + end + imgui.SameLine() + if imgui.Button("-##rotY",imgui.ImVec2(size,size)) then + ApplyToObjects(grp,function(handle,value) + value.roty[0] = value.roty[0] - 1 + setObjectRotation(tonumber(handle),value.rotx[0],value.roty[0],value.rotz[0]) + end) + end + imgui.SameLine() + imgui.Text("Rotate Y") + + if imgui.Button("+##rotZ",imgui.ImVec2(size,size)) then + ApplyToObjects(grp,function(handle,value) + value.rotz[0] = value.rotz[0] + 1 + setObjectRotation(tonumber(handle),value.rotx[0],value.roty[0],value.rotz[0]) + end) + end + imgui.SameLine() + if imgui.Button("-##rotZ",imgui.ImVec2(size,size)) then + ApplyToObjects(grp,function(handle,value) + value.rotz[0] = value.rotz[0] - 1 + setObjectRotation(tonumber(handle),value.rotx[0],value.roty[0],value.rotz[0]) + end) + end + imgui.SameLine() + imgui.Text("Rotate Z") + imgui.Columns(1) + + imgui.Spacing() + if imgui.Button("Remove group",imgui.ImVec2(fcommon.GetSize(1))) then + for lgrp,ldata in pairs(module.tgame.object_spawner.placed) do + if grp == lgrp then + for lkey,value in pairs(ldata) do + local model, handle = string.match(lkey,"(%w+)##(%w+)") + deleteObject(tonumber(handle)) + end + module.tgame.object_spawner.placed[lgrp] = nil + break + end + end + printHelpString("Group removed") + end + end) + end + else + for grp,data in pairs(module.tgame.object_spawner.placed) do + for key,value in pairs(data) do + local model, handle = string.match(key,"(%w+)##(%w+)") + if filter:PassFilter(tostring(model)) or filter:PassFilter(value.name) then + handle = tonumber(handle) + fcommon.DropDownMenu(string.format("%s - %s - %s",grp,value.name,key),function() + local _,x,y,z = getObjectCoordinates(handle) + + module.tgame.object_spawner.coord.x[0] = x + module.tgame.object_spawner.coord.y[0] = y + module.tgame.object_spawner.coord.z[0] = z + + if imgui.Checkbox("Collision",value.collision) then + setObjectCollision(handle,value.collision[0]) + end + imgui.InputFloat("Coord X",module.tgame.object_spawner.coord.x,1.0, 1.0, "%.5f") + imgui.InputFloat("Coord Y",module.tgame.object_spawner.coord.y,1.0, 1.0, "%.5f") + imgui.InputFloat("Coord Z",module.tgame.object_spawner.coord.z,1.0, 1.0, "%.5f") + setObjectCoordinates(handle,module.tgame.object_spawner.coord.x[0],module.tgame.object_spawner.coord.y[0],module.tgame.object_spawner.coord.z[0]) + + imgui.Spacing() + + imgui.SliderFloat("Rotation X",value.rotx,0,360, "%.5f") + imgui.SliderFloat("Rotation Y",value.roty,0,360, "%.5f") + imgui.SliderFloat("Rotation Z",value.rotz,0,360, "%.5f") + setObjectRotation(handle,value.rotx[0],value.roty[0],value.rotz[0]) + imgui.Spacing() + if imgui.Button("Remove object",imgui.ImVec2(fcommon.GetSize(1))) then + for lgrp,data in pairs(module.tgame.object_spawner.placed) do + if grp == lgrp then + for lkey,value in pairs(data) do + if key == lkey then + local model, handle = string.match(key,"(%w+)##(%w+)") + deleteObject(tonumber(handle)) + module.tgame.object_spawner.placed[grp][key] = nil + end + end + break + end + end + printHelpString("Object removed") + end + end) + end + end + end + end + imgui.EndChild() + end + end + fcommon.EndTabBar() + end + end + fcommon.EndTabBar() + end +end + +return module diff --git a/moonloader/lib/cheat-menu/modules/memory.lua b/moonloader/lib/cheat-menu/modules/memory.lua new file mode 100644 index 0000000..7f7a235 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/memory.lua @@ -0,0 +1,265 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +module.tmemory = +{ + address = imgui.new.char[10](""), + filter = imgui.ImGuiTextFilter(), + offset = imgui.new.char[10]("0"), + is_float = imgui.new.bool(fconfig.Get('tmemory.is_float',false)), + list = fcommon.LoadJson("memory"), + name = imgui.new.char[20](""), + radio_button = imgui.new.int(fconfig.Get('tmemory.radio_button',0)), + size = imgui.new.int(fconfig.Get('tmemory.size',1)), + value = imgui.new.int(fconfig.Get('tmemory.value',0)), + vp = imgui.new.bool(fconfig.Get('tmemory.vp',false)), +} + +-- Main function +function module.MemoryMain() + + if fcommon.BeginTabBar("MemoryBar") then + if fcommon.BeginTabItem("Read") then + imgui.Text("Pointer") + imgui.SameLine() + imgui.RadioButtonIntPtr("None", module.tmemory.radio_button, 0) + imgui.SameLine() + imgui.RadioButtonIntPtr("Car", module.tmemory.radio_button, 1) + fcommon.InformationTooltip("Get pointer of the nearest car") + imgui.SameLine() + imgui.RadioButtonIntPtr("Char", module.tmemory.radio_button, 2) + fcommon.InformationTooltip("Get pointer of the nearest char") + imgui.Dummy(imgui.ImVec2(0,10)) + + imgui.Columns(2,nil,false) + imgui.Text("Memory value : " .. module.tmemory.value[0]) + imgui.NextColumn() + + local car,ped = storeClosestEntities(PLAYER_PED) + + if module.tmemory.radio_button[0] == fconst.MEMORY_RB.CAR then + if car ~= -1 then + local pCar = getCarPointer(car) + imgui.StrCopy(module.tmemory.address,string.format("0x%8.8X",pCar)) + end + end + if module.tmemory.radio_button[0] == fconst.MEMORY_RB.CHAR then + + if ped ~= -1 then + local pChar = getCharPointer(ped) + imgui.StrCopy(module.tmemory.address,string.format("0x%8.8X",pChar)) + end + end + imgui.Columns(1) + imgui.Spacing() + + imgui.InputTextWithHint("Address","0x000000",module.tmemory.address,ffi.sizeof(module.tmemory.address)) + imgui.InputText("Offset", module.tmemory.offset,ffi.sizeof(module.tmemory.offset)) + + imgui.SliderInt("Size", module.tmemory.size,1,4) + + if module.tmemory.size[0] == 4 then + imgui.Columns(2,nil,false) + imgui.Checkbox("Float",module.tmemory.is_float) + imgui.NextColumn() + else + imgui.Columns(1,nil,false) + end + + + imgui.Checkbox("Virtual protect", module.tmemory.vp) + imgui.Columns(1) + imgui.Dummy(imgui.ImVec2(0,10)) + if imgui.Button("Read",imgui.ImVec2(fcommon.GetSize(2))) then + + if ffi.string(module.tmemory.offset) == "" then + imgui.StrCopy(module.tmemory.offset,"0") + end + + if ffi.string(module.tmemory.address) ~= "" then + module.tmemory.value[0] = fcommon.RwMemory((tonumber(ffi.string(module.tmemory.address))+tonumber(ffi.string(module.tmemory.offset))),module.tmemory.size[0],nil,module.tmemory.vp[0],module.tmemory.is_float[0]) + else + printHelpString("No address found") + end + end + imgui.SameLine() + if imgui.Button("Clear",imgui.ImVec2(fcommon.GetSize(2))) then + module.tmemory.value[0] = 0 + imgui.StrCopy(module.tmemory.address,"") + imgui.StrCopy(module.tmemory.offset,"0") + module.tmemory.size[0] = 0 + module.tmemory.vp[0] = false + module.tmemory.is_float[0] = false + module.tmemory.radio_button[0] = 0 + printHelpString("Entries cleared") + end + end + if fcommon.BeginTabItem("Write") then + imgui.Text("Pointer") + imgui.SameLine() + imgui.RadioButtonIntPtr("None", module.tmemory.radio_button, 0) + imgui.SameLine() + imgui.RadioButtonIntPtr("Car", module.tmemory.radio_button, 1) + fcommon.InformationTooltip("Get pointer of the nearest car") + imgui.SameLine() + imgui.RadioButtonIntPtr("Char", module.tmemory.radio_button, 2) + fcommon.InformationTooltip("Get pointer of the nearest char") + imgui.Dummy(imgui.ImVec2(0,10)) + + local car,ped = storeClosestEntities(PLAYER_PED) + + if module.tmemory.radio_button[0] == fconst.MEMORY_RB.CAR then + if car ~= -1 then + local pCar = getCarPointer(car) + imgui.StrCopy(module.tmemory.address,string.format("0x%8.8X",pCar)) + end + end + if module.tmemory.radio_button[0] == fconst.MEMORY_RB.CHAR then + + if ped ~= -1 then + local pChar = getCharPointer(ped) + imgui.StrCopy(module.tmemory.address,string.format("0x%8.8X",pChar)) + end + end + + imgui.InputInt("Value", module.tmemory.value) + imgui.InputTextWithHint("Address","0x000000",module.tmemory.address,ffi.sizeof(module.tmemory.address)) + imgui.InputText("Offset", module.tmemory.offset,ffi.sizeof(module.tmemory.offset)) + imgui.SliderInt("Size", module.tmemory.size,1,4) + + if module.tmemory.size[0] == 4 then + imgui.Columns(2,nil,false) + imgui.Checkbox("Float",module.tmemory.is_float) + imgui.NextColumn() + else + imgui.Columns(1,nil,false) + end + + + imgui.Checkbox("Virtual protect", module.tmemory.vp) + imgui.Columns(1) + imgui.Dummy(imgui.ImVec2(0,10)) + + if imgui.Button("Write",imgui.ImVec2(fcommon.GetSize(2))) then + + if ffi.string(module.tmemory.offset) == "" then + imgui.StrCopy(module.tmemory.offset,"0") + end + + if ffi.string(module.tmemory.address) ~= "" then + fcommon.RwMemory(tonumber(ffi.string(module.tmemory.address))+tonumber(ffi.string(module.tmemory.offset)),module.tmemory.size[0],module.tmemory.value[0],module.tmemory.vp[0],module.tmemory.is_float[0]) + printHelpString("Value Updated") + else + printHelpString("No address found") + end + end + imgui.SameLine() + if imgui.Button("Clear",imgui.ImVec2(fcommon.GetSize(2))) then + module.tmemory.value[0] = 0 + imgui.StrCopy(module.tmemory.address,"") + imgui.StrCopy(module.tmemory.offset,"0") + module.tmemory.size[0] = 0 + module.tmemory.vp[0] = false + module.tmemory.is_float[0] = false + module.tmemory.radio_button[0] = 0 + printHelpString("Entries cleared") + end + end + if fcommon.BeginTabItem("Search") then + fcommon.DrawEntries(fconst.IDENTIFIER.MEMORY,fconst.DRAW_TYPE.TEXT, + function(address,size) + imgui.StrCopy(module.tmemory.address,address) + imgui.StrCopy(module.tmemory.offset,"0") + if size == "byte" then + module.tmemory.size[0] = 1 + module.tmemory.is_float[0] = false + end + if size == "word" then + module.tmemory.size[0] = 2 + module.tmemory.is_float[0] = false + end + if size == "dword" then + module.tmemory.size[0] = 4 + module.tmemory.is_float[0] = false + end + if size == "float" then + module.tmemory.size[0] = 4 + module.tmemory.is_float[0] = true + end + printHelpString("Address set") + end, + function(text) + if imgui.MenuItemBool("Remove memory") then + for category,table in pairs(module.tmemory.list) do + for key,val in pairs(table) do + if key == text then + module.tmemory.list[category][key] = nil + goto end_loop + end + end + end + ::end_loop:: + + printHelpString("Address removed") + end + end, + function(a) return a end,module.tmemory.list) + end + if fcommon.BeginTabItem("Custom") then + imgui.InputTextWithHint("Name","New address",module.tmemory.name,ffi.sizeof(module.tmemory.name)) + imgui.InputTextWithHint("Address","0x000000",module.tmemory.address,ffi.sizeof(module.tmemory.address)) + imgui.SliderInt("Size", module.tmemory.size,1,4) + imgui.Checkbox("Float",module.tmemory.is_float) + imgui.Spacing() + if imgui.Button("Add address",imgui.ImVec2(fcommon.GetSize(1))) then + + if ffi.string(module.tmemory.name) == "" then + printHelpString("No name found") + else + if ffi.string(module.tmemory.address) == "" or tonumber(ffi.string(module.tmemory.address)) == nil then + printHelpString("No address found") + else + local mem_type = "" + if module.tmemory.size[0] == 1 then + mem_type = "byte" + end + if module.tmemory.size[0] == 2 then + mem_type = "word" + end + if module.tmemory.size[0] == 4 then + if module.tmemory.is_float[0] == true then + mem_type = "float" + else + mem_type = "dword" + end + end + + module.tmemory.list[mem_type][ffi.string(module.tmemory.name)] = ffi.string(module.tmemory.address) + fcommon.SaveJson("memory",module.tmemory.list) + module.tmemory.list = fcommon.LoadJson("memory") + printHelpString("Address added") + end + end + + end + end + fcommon.EndTabBar() + end +end + +return module diff --git a/moonloader/lib/cheat-menu/modules/menu.lua b/moonloader/lib/cheat-menu/modules/menu.lua new file mode 100644 index 0000000..86b9e88 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/menu.lua @@ -0,0 +1,557 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +module.tmenu = +{ + auto_update_check = imgui.new.bool(fconfig.Get('tmenu.auto_update_check',true)), + auto_reload = imgui.new.bool(fconfig.Get('tmenu.auto_reload',true)), + command = + { + filter = imgui.ImGuiTextFilter(), + height = 40, + input_field = imgui.new.char[256](), + list = {}, + show = imgui.new.bool(false), + }, + crash_text = "", + dont_save = imgui.new.bool(fconfig.Get('tmenu.dont_save',false)), + enable_stat_saving = imgui.new.bool(fconfig.Get('tmenu.enable_stat_saving',false)), + fast_load_images = imgui.new.bool(fconfig.Get('tmenu.fast_load_images',true)), + font = + { + list = {}, + selected = fconfig.Get('tmenu.font.selected',"Trebucbd.ttf"), + size = imgui.new.int(fconfig.Get('tmenu.font.size',math.floor(resY/54.85))), + }, + get_beta_updates = imgui.new.bool(fconfig.Get('tmenu.get_beta_updates',true)), + hot_keys = + { + asc_key = fconfig.Get('tmenu.hot_keys.asc_key',{vkeys.VK_RETURN,vkeys.VK_RETURN}), + camera_mode = fconfig.Get('tmenu.hot_keys.camera_mode',{vkeys.VK_LMENU,vkeys.VK_C}), + camera_mode_forward = fconfig.Get('tmenu.hot_keys.camera_mode_forward',{vkeys.VK_I,vkeys.VK_I}), + camera_mode_backward = fconfig.Get('tmenu.hot_keys.camera_mode_backward',{vkeys.VK_K,vkeys.VK_K}), + camera_mode_left = fconfig.Get('tmenu.hot_keys.camera_mode_left',{vkeys.VK_J,vkeys.VK_J}), + camera_mode_right = fconfig.Get('tmenu.hot_keys.camera_mode_right',{vkeys.VK_L,vkeys.VK_L}), + camera_mode_slow = fconfig.Get('tmenu.hot_keys.camera_mode_slow',{vkeys.VK_RCONTROL,vkeys.VK_RCONTROL}), + camera_mode_fast = fconfig.Get('tmenu.hot_keys.camera_mode_fast',{vkeys.VK_RSHIFT,vkeys.VK_RSHIFT}), + camera_mode_up = fconfig.Get('tmenu.hot_keys.camera_mode_up',{vkeys.VK_O,vkeys.VK_O}), + camera_mode_down = fconfig.Get('tmenu.hot_keys.camera_mode_down',{vkeys.VK_P,vkeys.VK_P}), + command_window = fconfig.Get('tmenu.hot_keys.command_window',{vkeys.VK_LMENU,vkeys.VK_M}), + menu_open = fconfig.Get('tmenu.hot_keys.menu_open',{vkeys.VK_LCONTROL,vkeys.VK_M}), + quick_screenshot = fconfig.Get('tmenu.hot_keys.quick_screenshot',{vkeys.VK_LCONTROL,vkeys.VK_S}), + quick_teleport = fconfig.Get('tmenu.hot_keys.quick_teleport',{vkeys.VK_X,vkeys.VK_Y}), + script_manager_temp = {vkeys.VK_LCONTROL,vkeys.VK_1} + }, + lock_player = imgui.new.bool(fconfig.Get('tmenu.lock_player',false)), + overlay = + { + coordinates = imgui.new.bool(fconfig.Get('tmenu.overlay.coordinates',false)), + fps = imgui.new.bool(fconfig.Get('tmenu.overlay.fps',false)), + show = imgui.new.bool(true), + location = imgui.new.bool(fconfig.Get('tmenu.overlay.location',false)), + position = {"Custom","Top Left","Top Right","Bottom Left","Bottom Right"}, + position_array = {}, + position_index = imgui.new.int(fconfig.Get('tmenu.overlay.position_index',4)), + health = imgui.new.bool(fconfig.Get('tmenu.overlay.health',false)), + pos_x = imgui.new.int(fconfig.Get('tmenu.overlay.pos_x',0)), + pos_y = imgui.new.int(fconfig.Get('tmenu.overlay.pos_y',0)), + speed = imgui.new.bool(fconfig.Get('tmenu.overlay.speed',false)), + transparent_bg = imgui.new.bool(fconfig.Get('tmenu.overlay.transparent_bg',false)), + }, + repo_version = nil, + show_tooltips = imgui.new.bool(fconfig.Get('tmenu.show_tooltips',true)), + show_crash_message = imgui.new.bool(fconfig.Get('tmenu.show_crash_message',true)), + update_status = fconst.UPDATE_STATUS.HIDE_MSG, +} + +module.tmenu.overlay.position_array = imgui.new['const char*'][#module.tmenu.overlay.position](module.tmenu.overlay.position) + +-------------------------------------------------- +-- Command window + +function module.FindArgument(t,string) + for k,v in ipairs(t) do + if v == string then + return true + end + end + return false +end + +function module.RegisterCommand(string,call_back_func,desc,usage) + module.tmenu.command.list[string] = {call_back_func,desc,usage} +end + +function module.ExecuteCommand() + + local string = ffi.string(module.tmenu.command.input_field) + local t = {} + + for w in string:gmatch("%S+") do + table.insert(t,w) + end + + for v,k in pairs(module.tmenu.command.list) do + if v == t[1] then + k[1](t) + return + end + end +end + +function module.RegisterAllCommands() + + module.RegisterCommand("reload",function(t) + thisScript():reload() + end,"Reload cheat menu") + + module.RegisterCommand("reloadall",function(t) + reloadScripts() + end,"Reload all moonloader scripts") + + module.RegisterCommand("tp",function(t) + if t[2] == nil or t[3] == nil then + printHelpString("Required coordinate missing") + return + end + + if t[4] == nil then t[4] = getGroundZFor3dCoord(x,y,100) end + lua_thread.create(fteleport.Teleport,tonumber(t[2]),tonumber(t[3]),tonumber(t[4])) + end,"Teleport to coordinates","{int X} {int Y} {int Z}(optional)") + + module.RegisterCommand("settime",function(t) + setTimeOfDay(t[2],t[3]) + printHelpString("Time set") + end,"Sets in-game time","{int hour} {int minute}") + + module.RegisterCommand("cheatmenu",function(t) + tcheatmenu.show[0] = not tcheatmenu.show[0] + end,"Open or close cheat menu") + + module.RegisterCommand("sethealth",function(t) + setCharHealth(PLAYER_PED,tonumber(t[2])) + printHelpString("Set health to " .. t[2]) + end,"Sets player health to value","{int health}") + + module.RegisterCommand("setmaxhealth",function(t) + setCharMaxHealth(PLAYER_PED,tonumber(t[2])) + printHelpString("Set max health to " .. t[2]) + end,"Sets player max health to value","{int max_health}") + + module.RegisterCommand("copycoordinates",function(t) + local x,y,z = getCharCoordinates(PLAYER_PED) + setClipboardText(string.format("%s %s %s",math.floor(x),math.floor(y),math.floor(z))) + printHelpString("Coordinates copied to clipboard") + end,"Copies coordinates to clipboard") + + module.RegisterCommand("setcarspeed",function(t) + if isCharInAnyCar(PLAYER_PED) then + local car = getCarCharIsUsing(PLAYER_PED) + setCarForwardSpeed(car,tonumber(t[2])) + printHelpString("Car speed set to " ..t[2]) + else + printHelpString("Player is not in any car") + end + end,"Sets vehicle speed","{int speed}") + + module.RegisterCommand("restorecam",function(t) + restoreCamera() + end,"Restores camera to default") + + module.RegisterCommand("cameramode",function(t) + fgame.tgame.camera.bool[0] = not fgame.tgame.camera.bool[0] + fcommon.CreateThread(fgame.CameraMode) + end,"Enable or disable camera mode") + + module.RegisterCommand("veh",function(t) + if t[2] == nil then + printHelpString("No vehicle name provided") + return + end + + local model = tonumber(t[2]) + + if type(model) == "nil" then + print(string.upper(t[2])) + model = casts.CModelInfo.GetModelFromName(string.upper(t[2])) + + if model ~= 0 and isModelAvailable(model) then + fvehicle.GiveVehicleToPlayer(model) + else + printHelpString("Invalid vehicle name") + end + end + + + end,"Spawns vehicle","{vehicle name}") + + module.RegisterCommand("wep",function(t) + if t[2] == nil then + printHelpString("No weapon name provided") + return + end + + local model = tonumber(t[2]) + + if type(model) == "nil" then + model = fweapon.CBaseWeaponInfo(string.upper(t[2])) + if model == 0 then + printHelpString("Invalid weapon name") + return + end + t[2] = model + fweapon.GiveWeapon(t[2]) + end + end,"Spawns weapon","{weapon name}") +end +-------------------------------------------------- +-- Updater code + +function module.CheckUpdates() + + if fmenu.tmenu.get_beta_updates[0] then + link = "https://raw.githubusercontent.com/user-grinch/Cheat-Menu/master/moonloader/cheat-menu.lua" + else + link = "https://api.github.com/repos/user-grinch/Cheat-Menu/tags" + end + + downloadUrlToFile(link,string.format("%s/version.txt",tcheatmenu.dir), + function(id, status, p1, p2) + if status == fconst.UPDATE_STATUS.DOWNLOADED then + local file_path = string.format("%s\\version.txt",tcheatmenu.dir) + if doesFileExist(file_path) then + local file = io.open(file_path,"rb") + local content = file:read("*all") + + if fmenu.tmenu.get_beta_updates[0] then + repo_version = content:match("script_version_number%((%d+)%)") + this_version = script.this.version_num + else + repo_version = decodeJson(content)[1].name + this_version = script.this.version + end + + if repo_version ~= nil then + if tostring(repo_version) > tostring(this_version) then + module.tmenu.update_status = fconst.UPDATE_STATUS.NEW_UPDATE + module.tmenu.repo_version = tostring(repo_version) + printHelpString("New update available") + else + printHelpString("No update found") + end + else + printHelpString("Couldn't connect to github. The rest of the menu is still functional. You can disable auto update check from 'Menu'") + end + io.close(file) + os.remove(file_path) + else + print("Version.txt doesn't exist") + end + end + end) +end + +function module.DownloadUpdate() + if fmenu.tmenu.get_beta_updates[0] then + link = "https://github.com/user-grinch/Cheat-Menu/archive/master.zip" + else + link = "https://github.com/user-grinch/Cheat-Menu/archive/".. module.tmenu.repo_version .. ".zip" + end + + downloadUrlToFile(link,string.format("%supdate.zip",tcheatmenu.dir), + function(id, status, p1, p2) + if status == fconst.UPDATE_STATUS.DOWNLOADED then + fmenu.tmenu.update_status = fconst.UPDATE_STATUS.DOWNLOADED + printHelpString("Download complete. Click the 'Install update' button to finish.") + end + end) + + printHelpString("Download has started. You'll get notified when the download completes.") + module.tmenu.update_status = fconst.UPDATE_STATUS.DOWNLOADING +end + +function module.InstallUpdate() + fmenu.tmenu.update_status = fconst.UPDATE_STATUS.HIDE_MSG + fgame.tgame.script_manager.skip_auto_reload = true + ziplib.zip_extract(tcheatmenu.dir .. "update.zip",tcheatmenu.dir,nil,nil) + + local dir = tcheatmenu.dir + + if fmenu.tmenu.get_beta_updates[0] then + dir = dir .. "\\Cheat-Menu-master\\" + else + dir = dir .. "\\Cheat-Menu-" .. fmenu.tmenu.repo_version .. "\\" + end + + fcommon.MoveFiles(dir,getGameDirectory()) + + os.remove(tcheatmenu.dir .. "update.zip") + + -- Delete the old config file too, causes crash? + os.remove(string.format(tcheatmenu.dir .. "/json/config.json")) + fconfig.tconfig.save_config = false + + printHelpString("Update ~g~Installed") + print("Update installed. Reloading script.") + thisScript():reload() +end + +-------------------------------------------------- + +function module.MenuMain() + + if fcommon.BeginTabBar('MenuBar') then + if fcommon.BeginTabItem('Config') then + if imgui.Button("Reset to default",imgui.ImVec2(fcommon.GetSize(2))) then + module.tmenu.crash_text = "Default configuration ~g~restored" + fconfig.tconfig.reset = true + thisScript():reload() + end + imgui.SameLine() + if imgui.Button("Reload",imgui.ImVec2(fcommon.GetSize(2))) then + module.tmenu.crash_text = "Cheat Menu ~g~reloaded" + thisScript():reload() + end + imgui.Spacing() + imgui.PushItemWidth((imgui.GetWindowContentRegionWidth()-imgui.GetStyle().ItemSpacing.x) * 0.50) + fcommon.DropDownListStr("##Selectfont",fmenu.tmenu.font.list,"Font - " ..fmenu.tmenu.font.selected, + function(key,val) + imgui.GetIO().FontDefault = val + fmenu.tmenu.font.selected = key + end) + imgui.SameLine() + if imgui.SliderInt("##Fontsize", module.tmenu.font.size, 12, 48) then + tcheatmenu.restart_required = true + end + imgui.PopItemWidth() + imgui.Dummy(imgui.ImVec2(0,5)) + imgui.Columns(2,nil,false) + fcommon.CheckBoxVar("Auto reload",module.tmenu.auto_reload,"Reload cheat menu automatically\nin case of a crash.\n\nMight cause crash loop sometimes.") + fcommon.CheckBoxVar("Check for updates",module.tmenu.auto_update_check,"Cheat Menu will automatically check for updates\nonline. This requires an internet connection and\ +will download files from github repository.") + fcommon.CheckBoxVar("Don't save changes",module.tmenu.dont_save,"Don't save any changes done to the menu.\nMenu will always start as a new install.") + fcommon.CheckBoxVar("Enable stat saving",module.tmenu.enable_stat_saving,"Save stats data in config file. These will be loaded\non new game start or save game load.\n\ +Includes health, armour, stamina, body, fat etc.") + fcommon.CheckBoxVar("Fast load images",module.tmenu.fast_load_images,"Loads images at the menu startup. Enabling this may\ndecrease fps loss when opening the image tabs but\ +can freeze the game at startup for a few seconds.\n\nBest to enable if you won't reload the menu frequently.") + imgui.NextColumn() + fcommon.CheckBoxVar("Get beta updates",module.tmenu.get_beta_updates,"Receive frequent beta updates.\ +These updates might be unstable.") + fcommon.CheckBoxVar("Lock player",module.tmenu.lock_player,"Lock player controls while the menu is open") + fcommon.CheckBoxVar("Show crash message",module.tmenu.show_crash_message) + fcommon.CheckBoxVar("Show tooltips",module.tmenu.show_tooltips,"Shows usage tips beside options") + imgui.Columns(1) + end + if fcommon.BeginTabItem('Overlay') then + imgui.Columns(2,nil,false) + fcommon.CheckBoxVar("No background",module.tmenu.overlay.transparent_bg) + fcommon.CheckBoxVar("Show coordinates",module.tmenu.overlay.coordinates) + fcommon.CheckBoxVar("Show FPS",module.tmenu.overlay.fps) + imgui.NextColumn() + + fcommon.CheckBoxVar("Show location",module.tmenu.overlay.location) + fcommon.CheckBoxVar("Show vehicle health",module.tmenu.overlay.health) + fcommon.CheckBoxVar("Show vehicle speed",module.tmenu.overlay.speed) + imgui.Columns(1) + + imgui.Spacing() + imgui.Combo("Position", module.tmenu.overlay.position_index,module.tmenu.overlay.position_array,#module.tmenu.overlay.position) + fcommon.InformationTooltip("You can also right click on the\noverlay to access these options") + end + if fcommon.BeginTabItem('Commands') then + module.tmenu.command.filter:Draw("Search") + fcommon.InformationTooltip(string.format("Open command window using %s\nand close using Enter",fcommon.GetHotKeyNames(module.tmenu.hot_keys.command_window))) + imgui.Spacing() + + if imgui.BeginChild("Command entries") then + for v,k in fcommon.spairs(module.tmenu.command.list) do + if module.tmenu.command.filter:PassFilter(v) and imgui.CollapsingHeader(v) then + imgui.Spacing() + if k[2] ~= nil then + imgui.TextWrapped("Description: " .. k[2]) + end + + if k[3] == nil then k[3] = "" end + imgui.TextWrapped("Usage: " .. v .. " " .. k[3]) + + imgui.Separator() + end + end + imgui.EndChild() + end + end + if fcommon.BeginTabItem('Hotkeys') then + local x,y = fcommon.GetSize(3) + y = y/1.2 + + fcommon.HotKey("Open/ close cheat menu",module.tmenu.hot_keys.menu_open) + fcommon.HotKey("Open command window",module.tmenu.hot_keys.command_window) + + imgui.Dummy(imgui.ImVec2(0,10)) + + fcommon.HotKey("Activate aim skin changer",module.tmenu.hot_keys.asc_key) + fcommon.HotKey("Take quick screenshot",module.tmenu.hot_keys.quick_screenshot) + fcommon.HotKey("Toggle quick teleport",module.tmenu.hot_keys.quick_teleport) + + imgui.Dummy(imgui.ImVec2(0,10)) + + fcommon.HotKey("Enable/ disable camera mode",module.tmenu.hot_keys.camera_mode) + fcommon.HotKey("Camera mode forward",module.tmenu.hot_keys.camera_mode_forward) + fcommon.HotKey("Camera mode backward",module.tmenu.hot_keys.camera_mode_backward) + fcommon.HotKey("Camera mode left",module.tmenu.hot_keys.camera_mode_left) + fcommon.HotKey("Camera mode right",module.tmenu.hot_keys.camera_mode_right) + fcommon.HotKey("Camera mode slower movement",module.tmenu.hot_keys.camera_mode_slow) + fcommon.HotKey("Camera mode faster movement",module.tmenu.hot_keys.camera_mode_fast) + fcommon.HotKey("Camera mode up (lock on player)",module.tmenu.hot_keys.camera_mode_up) + fcommon.HotKey("Camera mode down (lock on player)",module.tmenu.hot_keys.camera_mode_down) + imgui.Dummy(imgui.ImVec2(0,10)) + + imgui.TextWrapped("You can reset these config to default from 'Reset to default' button under 'Config' tab") + end + if fcommon.BeginTabItem('Styles') then + if fstyle.tstyle.status then + if imgui.Button("Delete style",imgui.ImVec2(fcommon.GetSize(2))) then + if fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1] == nil then + printHelpString("No style selected") + else + if fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1] == "Default" then + printHelpString("Can't delete default style") + else + fstyle.tstyle.styles_table[(fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1])] = nil + fstyle.tstyle.list = fstyle.getStyles() + fstyle.tstyle.array = imgui.new['const char*'][#fstyle.tstyle.list](fstyle.tstyle.list) + fcommon.SaveJson("styles",fstyle.tstyle.styles_table) + + for k,v in ipairs(fstyle.tstyle.list) do + if v == "Default" then + fstyle.tstyle.selected[0] = k-1 + end + end + + if fstyle.tstyle.list[fstyle.tstyle.selected[0]+1] == nil then + fstyle.tstyle.selected[0] = fstyle.tstyle.selected[0] - 1 + end + fstyle.applyStyle(imgui.GetStyle(), fstyle.tstyle.list[fstyle.tstyle.selected[0]+1]) + fstyle.tstyle.selected_name = fstyle.tstyle.list[fstyle.tstyle.selected[0]+1] + printHelpString("Style deleted") + end + end + end + imgui.SameLine() + if imgui.Button("Save style",imgui.ImVec2(fcommon.GetSize(2))) then + fstyle.saveStyles(imgui.GetStyle(), ffi.string(fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1])) + fstyle.tstyle.list = fstyle.getStyles() + fstyle.tstyle.array = imgui.new['const char*'][#fstyle.tstyle.list](fstyle.tstyle.list) + fstyle.applyStyle(imgui.GetStyle(), fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1]) + fstyle.tstyle.selected_name = fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1] + + printHelpString("Style saved") + end + end + + imgui.Spacing() + + imgui.InputText('##styleName', fstyle.tstyle.name, ffi.sizeof(fstyle.tstyle.name) - 1) + imgui.SameLine() + local vec_size = imgui.GetItemRectSize() + local text = "Add style" + vec_size.x = imgui.CalcTextSize(text).x+10 + if imgui.Button(text,vec_size) then + fstyle.saveStyles(imgui.GetStyle(), ffi.string(fstyle.tstyle.name)) + fstyle.tstyle.list = fstyle.getStyles() + fstyle.tstyle.array = imgui.new['const char*'][#fstyle.tstyle.list](fstyle.tstyle.list) + for k,v in ipairs(fstyle.tstyle.list) do + if v == ffi.string(fstyle.tstyle.name) then + fstyle.tstyle.selected[0] = k-1 + end + end + fstyle.tstyle.selected_name = fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1] + printHelpString("Style added") + end + + if fstyle.tstyle.status then + + if imgui.Combo('Select style', fstyle.tstyle.selected, fstyle.tstyle.array, #fstyle.tstyle.list) then + fstyle.applyStyle(imgui.GetStyle(), fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1]) + fstyle.tstyle.selected_name = fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1] + end + + fstyle.StyleEditor() + end + end + if fcommon.BeginTabItem('License') then + imgui.TextWrapped("This program is free software: you can redistribute it and/or modify it under the terms of the \z + GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or \z + (at your option) any later version. \n\n\z + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied \z + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. \n\n\z + + You should have received a copy of the GNU General Public License along with this program. If not, see .\n\n\n\z + + Copyright (C) 2019-2020 Grinch_ \n") + end + if fcommon.BeginTabItem('About') then + if imgui.Button("Check updates",imgui.ImVec2(fcommon.GetSize(3))) then + module.CheckUpdates() + end + imgui.SameLine() + if imgui.Button("Discord server",imgui.ImVec2(fcommon.GetSize(3))) then + os.execute('explorer "https://discord.gg/ZzW7kmf"') + end + imgui.SameLine() + if imgui.Button("GitHub repo",imgui.ImVec2(fcommon.GetSize(3))) then + os.execute('explorer "https://github.com/user-grinch/Cheat-Menu"') + end + imgui.Spacing() + + if imgui.BeginChild("AboutChild") then + + imgui.Columns(2,nil,false) + imgui.Text(string.format("%s v%s",script.this.name,script.this.version)) + imgui.Text(string.format("Build: %d",script.this.version_num)) + + imgui.NextColumn() + imgui.Text(string.format("Author: %s",script.this.authors[1])) + imgui.Text(string.format("Imgui: v%s",imgui._VERSION)) + imgui.Columns(1) + + imgui.TextWrapped("\nPlease provide 'moonloader.log' in case of debugging.") + imgui.Dummy(imgui.ImVec2(0,10)) + imgui.TextWrapped("Special thanks to,") + imgui.Columns(2,nil,false) + + imgui.TextWrapped("Dowglas_") + imgui.TextWrapped("guru guru") + imgui.TextWrapped("Israel") + imgui.TextWrapped("Junior-Djjr") + + imgui.NextColumn() + imgui.TextWrapped("randazz0") + imgui.TextWrapped("Um_Geek") + imgui.TextWrapped("Modding community") + imgui.TextWrapped("Rockstar Games") + imgui.EndChild() + end + imgui.Columns(1) + end + fcommon.EndTabBar() + end +end + +return module diff --git a/moonloader/lib/cheat-menu/modules/mission.lua b/moonloader/lib/cheat-menu/modules/mission.lua new file mode 100644 index 0000000..6eb5584 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/mission.lua @@ -0,0 +1,56 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +module.tmission = +{ + names = fcommon.LoadJson("mission"), +} + +-- Main function +function module.MissionMain() + imgui.Spacing() + + if imgui.Button("Fail current mission",imgui.ImVec2(fcommon.GetSize(1))) then + if isPlayerControlOn(PLAYER_HANDLE) then + failCurrentMission() + fcommon.CheatActivated() + end + end + + imgui.Dummy(imgui.ImVec2(0,10)) + + fcommon.DrawEntries(fconst.IDENTIFIER.MISSION,fconst.DRAW_TYPE.TEXT,function(key,val) + if getCharActiveInterior(PLAYER_PED) == 0 then + if getGameGlobal(glob.ONMISSION) == 0 then + lockPlayerControl(true) + doFade(true,1000) + clearWantedLevel(PLAYER_HANDLE) + loadAndLaunchMissionInternal(tonumber(key)) + printString(tostring(key),100) + lockPlayerControl(false) + else + printHelpString('Already in a mission') + end + else + printHelpString("Can't start mission inside interior") + end + end, + nil,function(a) return a end,module.tmission.names) + +end +return module diff --git a/moonloader/lib/cheat-menu/modules/ped.lua b/moonloader/lib/cheat-menu/modules/ped.lua new file mode 100644 index 0000000..71c8751 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/ped.lua @@ -0,0 +1,305 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +module.tped = +{ + gang = + { + is_exgangwars_installed = false, + index = imgui.new.int(0), + list = + { + "Ballas", + "Grove street families", + "Los santos vagos", + "San fierro rifa", + "Da nang boys", + "Mafia", + "Mountain cloud triad", + "Varrio los aztecas", + "Gang9", + "Gang10", + }, + names = + { + ["Ballas"] = 0, + ["Da nang boys"] = 4, + ["Gang9"] = 8, + ["Gang10"] = 9, + ["Grove street families"] = 1, + ["Los santos vagos"] = 2, + ["Mafia"] = 5, + ["Mountain cloud triad"] = 6, + ["San fierro rifa"] = 3, + ["Varrio los aztecas"] = 7, + }, + wars = imgui.new.bool(fconfig.Get('tped.gang.wars',false)), + }, + images = {}, + names = fcommon.LoadJson("ped"), + path = tcheatmenu.dir .. "peds\\", + ped_health_display = imgui.new.bool(fconfig.Get('tped.ped_health_display',false)), + selected = nil, + spawned_peds= + { + list = {}, + ped_bleed = imgui.new.bool(fconfig.Get('tped.spawned_peds.ped_bleed',false)), + ped_accuracy= imgui.new.int(fconfig.Get('tped.spawned_peds.ped_accuracy',50)), + ped_health = imgui.new.int(fconfig.Get('tped.spawned_peds.ped_health',100)), + ped_type_list = {"Civ male","Civ female","Cop","Ballas","Grove Street Families","Los Santos Vagos", + "San Fierro Rifa","Da Nang Boys","Mafia","Mountain Cloud Triads","Varrio Los Aztecas", + "Gang 9","Medic","Dealer","Criminal","Fireman","Prostitute"}, + ped_type_selected = imgui.new.int(fconfig.Get('tped.spawned_peds.ped_type_selected',1)), + ped_weapon_ammo = imgui.new.int(fconfig.Get('tped.spawned_peds.ped_weapon_ammo',99999)), + ped_weapon_selected = fconfig.Get('tped.spawned_peds.ped_weapon_selected',"None"), + ped_weapon_id = imgui.new.int(fconfig.Get('tped.spawned_peds.ped_weapon_id',-1)), + stand_still = imgui.new.bool(fconfig.Get('tped.spawned_peds.stand_still',true)), + }, + special = fcommon.LoadJson("ped special"), +} + +module.tped.gang.array = imgui.new['const char*'][#module.tped.gang.list](module.tped.gang.list) + +if getModuleHandle("ExGangWars.asi") ~= 0 then + module.tped.gang.is_exgangwars_installed = true +end + +-- Returns ped name +function module.GetModelName(model) + if module.tped.names[model] then + return module.tped.names[model] + else + return "" + end +end + +function module.SpawnPed(model) + + if module.tped.names[model] ~= nil then + local ped = nil + if module.tped.special[model] == nil then + model = tonumber(model) + requestModel(model) + loadAllModelsNow() + + local x,y,z = getCharCoordinates(PLAYER_PED) + ped = createChar(module.tped.spawned_peds.ped_type_selected[0]+3,model,x,y,z) + + markModelAsNoLongerNeeded(model) + module.tped.spawned_peds.list[ped] = tostring(getCharModel(ped)) + + else + if hasSpecialCharacterLoaded(model) then + unloadSpecialCharacter(model) + end + loadSpecialCharacter(module.tped.special[tostring(model)],1) + loadAllModelsNow() + + local x,y,z = getCharCoordinates(PLAYER_PED) + ped = createChar(module.tped.spawned_peds.ped_type_selected[0]+3,290,x,y,z) -- CIVMALE + + module.tped.spawned_peds.list[ped] = tostring(getCharModel(ped)) + markModelAsNoLongerNeeded(module.tped.special[tostring(model)]) + end + if ped ~= nil then + if not module.tped.spawned_peds.stand_still[0] then + markCharAsNoLongerNeeded(ped) + end + setCharHealth(ped,module.tped.spawned_peds.ped_health[0]) + setCharBleeding(ped,module.tped.spawned_peds.ped_bleed[0]) + setCharAccuracy(ped,module.tped.spawned_peds.ped_accuracy[0]) + + if module.tped.spawned_peds.ped_weapon_id ~= -1 then + local model = getWeapontypeModel(module.tped.spawned_peds.ped_weapon_id) + + if isModelAvailable(model) then + requestModel(model) + loadAllModelsNow() + giveWeaponToChar(ped,module.tped.spawned_peds.ped_weapon_id,module.tped.spawned_peds.ped_weapon_ammo[0]) + end + end + printHelpString("Ped ~g~Spawned") + end + end +end + +function module.PedHealthDisplay() + while module.tped.ped_health_display[0] do + local result, char = getCharPlayerIsTargeting(PLAYER_HANDLE) + + if result then + + local health = getCharHealth(char) + local x,y,z = getCharCoordinates(char) + local screenX,screenY = convert3DCoordsToScreen(x,y,z+1.0) + mad.draw_text(tostring(health),screenX,screenY,1,0.8,0.4,0,false,false,false,255,255,255,255,false) + + end + wait(0) + end + +end + +function module.RemoveAllSpawnedPeds() + for ped,model in pairs(module.tped.spawned_peds.list) do + removeCharElegantly(ped) + module.tped.spawned_peds.list[ped] = nil + end +end + +function GetLargestGangInZone() + local gang = 0 + local density = 0 + + for title,id in pairs(module.tped.gang.names) do + + local x,y,z = getCharCoordinates(PLAYER_PED) + + local gang_desity = getZoneGangStrength(getNameOfInfoZone(x,y,z),id) + + if gang_desity > density then + density = gang_desity + gang = id + end + end + return gang +end + + +function SetSelectedWeapon(weapon) + module.tped.spawned_peds.ped_weapon_id = weapon + module.tped.spawned_peds.ped_weapon_selected = fweapon.GetModelName(weapon) +end + +function module.PedMain() + + if fcommon.BeginTabBar('PedBar') then + if fcommon.BeginTabItem('Checkboxes') then + imgui.Columns(2,nil,false) + if fcommon.CheckBoxVar("Display target health",module.tped.ped_health_display) then + fcommon.CreateThread(module.PedHealthDisplay) + end + fcommon.CheckBoxValue("Elvis everywhere",0x969157) + fcommon.CheckBoxValue("Everyone is armed",0x969140) + fcommon.CheckBoxValue("Gangs control streets",0x96915B) + fcommon.CheckBoxValue("Gangs everywhere",0x96915A) + if fcommon.CheckBoxVar("Gang wars",module.tped.gang.wars,nil, + function() + if imgui.Button("Start gang war",imgui.ImVec2(fcommon.GetSize(2))) then + if GetLargestGangInZone() == 1 then + callFunction(0x444300,0,0) -- defensive gang war + else + callFunction(0x446050,0,0) -- offensive gang war + end + setGangWarsActive(true) + end + imgui.SameLine() + if imgui.Button("End gang war",imgui.ImVec2(fcommon.GetSize(2))) then + callFunction(0x4464C0,0,0) + setGangWarsActive(true) + end + + imgui.Dummy(imgui.ImVec2(0,20)) + imgui.TextWrapped("Gang zone density:") + imgui.Spacing() + for title,id in pairs(module.tped.gang.names) do + + local x,y,z = getCharCoordinates(PLAYER_PED) + + local density = imgui.new.int(getZoneGangStrength(getNameOfInfoZone(x,y,z),id)) + imgui.PushItemWidth(imgui.GetWindowWidth()/2) + if imgui.SliderInt(title,density,0,255) then + setZoneGangStrength(getNameOfInfoZone(x,y,z),id,density[0]) + clearSpecificZonesToTriggerGangWar() + end + end + imgui.PopItemWidth() + imgui.Dummy(imgui.ImVec2(0,20)) + if not module.tped.gang.is_exgangwars_installed then + imgui.TextWrapped("You'll need ExGangWars plugin to display some turf colors") + imgui.Spacing() + if imgui.Button("Download ExGangWars",imgui.ImVec2(fcommon.GetSize(1))) then + os.execute('explorer "https://gtaforums.com/topic/682194-extended-gang-wars/"') + end + end + end) then + setGangWarsActive(module.tped.gang.wars[0]) + end + + imgui.NextColumn() + + fcommon.CheckBoxValue("No road peds",0x8D2538,nil,0,25) + fcommon.CheckBoxValue("Peds mayhem",0x96913E) + fcommon.CheckBoxValue("Peds attack with rockets",0x969158) + fcommon.CheckBoxValue("Peds riot",0x969175) + fcommon.CheckBoxValue("Slut magnet",0x96915D) + + imgui.Columns(1) + imgui.Spacing() + end + if fcommon.BeginTabItem('Menus') then + fcommon.UpdateAddress({name = 'Pedestrian density multiplier',address = 0x8D2530,size = 4,min = 0,max = 10, default = 1,is_float = true}) + fcommon.DropDownMenu("Recruit anyone",function() + fcommon.RadioButtonAddress("Select Weapon",{"9mm","AK47","Rockets"},{0x96917C,0x96917D,0x96917E}) + end) + end + if fcommon.BeginTabItem('Spawn') then + if imgui.Button("Remove all spawned peds",imgui.ImVec2(fcommon.GetSize(1))) then + module.RemoveAllSpawnedPeds() + printHelpString("All peds removed") + end + imgui.Spacing() + + if fcommon.BeginTabBar("SpawnPedBar") then + if fcommon.BeginTabItem('Spawner') then + fcommon.DrawEntries(fconst.IDENTIFIER.PED,fconst.DRAW_TYPE.IMAGE,module.SpawnPed,nil,module.GetModelName,module.tped.images,fconst.PED.IMAGE_HEIGHT,fconst.PED.IMAGE_WIDTH) + end + if fcommon.BeginTabItem('Config') then + imgui.Columns(2,nil,false) + fcommon.CheckBoxVar("Don't move",module.tped.spawned_peds.stand_still) + imgui.NextColumn() + fcommon.CheckBoxVar("Ped bleed",module.tped.spawned_peds.ped_bleed) + imgui.Columns(1) + imgui.Spacing() + imgui.Text("Selected weapon: " .. module.tped.spawned_peds.ped_weapon_selected) + fcommon.ConfigPanel("Select weapon",function() + if imgui.Button("Clear weapon selection",imgui.ImVec2(fcommon.GetSize(1))) then + module.tped.spawned_peds.ped_weapon_id = -1 + module.tped.spawned_peds.ped_weapon_selected = "None" + end + imgui.Spacing() + imgui.InputInt("Weapon ammo", module.tped.spawned_peds.ped_weapon_ammo) + imgui.Spacing() + imgui.Text("Selected weapon: " .. module.tped.spawned_peds.ped_weapon_selected) + fcommon.DrawEntries(fconst.IDENTIFIER.WEAPON,fconst.DRAW_TYPE.IMAGE,SetSelectedWeapon,nil,fweapon.GetModelName,fweapon.tweapon.images,fconst.WEAPON.IMAGE_HEIGHT,fconst.WEAPON.IMAGE_WIDTH,function(a) return a ~= "Jetpack"end ) + end) + imgui.Spacing() + imgui.SliderInt("Accuracy", module.tped.spawned_peds.ped_accuracy, 0.0, 100.0) + if imgui.InputInt("Health", module.tped.spawned_peds.ped_health) then + module.tped.spawned_peds.ped_health[0] = module.tped.spawned_peds.ped_health[0] < 0 and 0 or module.tped.spawned_peds.ped_health[0] + module.tped.spawned_peds.ped_health[0] = module.tped.spawned_peds.ped_health[0] > 1000 and 1000 or module.tped.spawned_peds.ped_health[0] + end + fcommon.DropDownListNumber("Ped type",module.tped.spawned_peds.ped_type_list,module.tped.spawned_peds.ped_type_selected) + end + fcommon.EndTabBar() + end + end + fcommon.EndTabBar() + end +end +return module diff --git a/moonloader/lib/cheat-menu/modules/player.lua b/moonloader/lib/cheat-menu/modules/player.lua new file mode 100644 index 0000000..e22e16f --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/player.lua @@ -0,0 +1,460 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +module.tplayer = +{ + aimSkinChanger = imgui.new.bool(fconfig.Get('tplayer.aimSkinChanger',false)), + cjBody = imgui.new.int(fconfig.Get('tplayer.cjBody',0)), + clothes = + { + images = {}, + path = tcheatmenu.dir .. "clothes\\", + }, + custom_skins = + { + filter = imgui.ImGuiTextFilter(), + is_modloader_installed = false, + names = {}, + path = string.format("%s\\modloader\\Custom Skins",getGameDirectory()) + }, + enable_saving = imgui.new.bool(fconfig.Get('tplayer.enable_saving',false)), + save_data = fconfig.Get('tplayer.save_data',{["clothes"] = {}}), + god = imgui.new.bool(fconfig.Get('tplayer.god',false)), + health_regeneration = { + bool = imgui.new.bool(fconfig.Get('tplayer.health_regeneration.bool',false)), + increment_value = imgui.new.int(fconfig.Get('tplayer.health_regeneration.increment_value',2)), + interval = imgui.new.int(fconfig.Get('tplayer.health_regeneration.interval',5000)), + }, + invisible = imgui.new.bool(fconfig.Get('tplayer.invisible',false)), + keep_position = imgui.new.bool(fconfig.Get('tplayer.keep_position',false)), + never_wanted = imgui.new.bool(false), +} + +function module.CustomSkinsSetup() + local hmodloader = getModuleHandle("modloader.asi") + if hmodloader ~= 0 then + local dir = fplayer.tplayer.custom_skins.path + + module.tplayer.custom_skins.is_modloader_installed = true + + if not doesDirectoryExist(dir) then + createDirectory(dir) + end + + fcommon.IndexFiles(dir,fplayer.tplayer.custom_skins.names,"dff") + + end +end + +function module.KeepPosition() + while module.tplayer.keep_position[0] do + if isPlayerDead(PLAYER_HANDLE) then + local x,y,z = getCharCoordinates(PLAYER_PED) + wait(1000) + setCharCoordinates(PLAYER_PED,x,y,z) + end + wait(0) + end +end + +function module.SetPlayerInvisible(bool) + local pplayer = getCharPointer(PLAYER_PED) + + if pplayer == nil then return end + if bool then + casts.CEntity.SetRwObjectAlpha(pplayer,0) + else + casts.CEntity.SetRwObjectAlpha(pplayer,255) + end +end + +function module.ChangePlayerModel(model,dont_show_msg) + dont_show_msg = dont_show_msg or false + local modeldff = (model .. ".dff") + + if fped.tped.names[model] ~= nil or fplayer.tplayer.custom_skins.names[modeldff] ~= nil then + if fped.tped.special[model] == nil and fplayer.tplayer.custom_skins.names[modeldff] == nil then + model = tonumber(model) + if isModelAvailable(model) then + requestModel(model) + loadAllModelsNow() + setPlayerModel(PLAYER_HANDLE,model) + markModelAsNoLongerNeeded(model) + + if module.tplayer.enable_saving[0] then + module.tplayer.save_data["player_skin"] = model + end + end + else + if fped.tped.special[model] ~= nil then + model = fped.tped.special[model] + end + + loadSpecialCharacter(model,1) + loadAllModelsNow() + setPlayerModel(PLAYER_HANDLE,290) + + if module.tplayer.enable_saving[0] then + module.tplayer.save_data["player_skin"] = model + end + + unloadSpecialCharacter(290) + end + + local hveh = nil + if isCharInAnyCar(PLAYER_PED) then + hveh = getCarCharIsUsing(PLAYER_PED) + speed = getCarSpeed(hveh) + end + clearCharTasksImmediately(PLAYER_PED) + if hveh ~= nil then + taskWarpCharIntoCarAsDriver(PLAYER_PED,hveh) + setCarForwardSpeed(hveh,speed) + end + + if not dont_show_msg then + printHelpString("~g~Skin~w~ changed") + end + end +end + +function WantedLevelMenu() + + fcommon.DropDownMenu("Wanted level",function() + local _,wl = storeWantedLevel(PLAYER_HANDLE) + local wanted_level = imgui.new.int(wl) + local max_wanted_level = imgui.new.int(readMemory(0x58DFE4,1,false)) + + imgui.Columns(2,nil,false) + imgui.Text("Minimum" .. " = " .. tostring(0)) + imgui.NextColumn() + imgui.Text("Maximum" .. " = " .. tostring(6)) + imgui.Columns(1) + + imgui.Spacing() + + imgui.PushItemWidth(imgui.GetWindowWidth()-50) + + if imgui.InputInt("Set",wanted_level) then + callFunction(0x4396F0,1,0,false) + alterWantedLevel(PLAYER_HANDLE,wanted_level[0]) + end + imgui.PopItemWidth() + + imgui.Spacing() + if imgui.Button("Minimum",imgui.ImVec2(fcommon.GetSize(3))) then + callFunction(0x4396F0,1,0,false) + alterWantedLevel(PLAYER_HANDLE,0) + end + imgui.SameLine() + if imgui.Button("Default",imgui.ImVec2(fcommon.GetSize(3))) then + callFunction(0x4396F0,1,0,false) + alterWantedLevel(PLAYER_HANDLE,0) + end + imgui.SameLine() + if imgui.Button("Maximum",imgui.ImVec2(fcommon.GetSize(3))) then + callFunction(0x4396F0,1,0,false) + alterWantedLevel(PLAYER_HANDLE,max_wanted_level[0]) + end + end) +end + + +function module.RegenerateHealth() + while module.tplayer.health_regeneration.bool[0] do + local max_health = math.floor(mad.get_char_max_health(PLAYER_PED)) + local health = getCharHealth(PLAYER_PED) + + if max_health > health then + setCharHealth(PLAYER_PED,health+module.tplayer.health_regeneration.increment_value[0]) + end + + wait(module.tplayer.health_regeneration.interval[0]) + end +end + +-------------------------------------------------- +-- Cloth functions + +function module.ChangePlayerCloth(name,dont_show_msg) + dont_show_msg = dont_show_msg or false + local body_part, model, texture = name:match("([^$]+)$([^$]+)$([^$]+)") + + if getCharModel(PLAYER_PED) ~= 0 then + setPlayerModel(PLAYER_HANDLE,0) + end + + if texture == "cutoffchinosblue" then + givePlayerClothes(PLAYER_HANDLE,-697413025,744365350,body_part) + else + if texture == "sneakerbincblue" then + givePlayerClothes(PLAYER_HANDLE,-915574819,-2099005073,body_part) + else + if texture == "12myfac" then + givePlayerClothes(PLAYER_HANDLE,-1750049245,1393983095,body_part) + else + givePlayerClothes(PLAYER_HANDLE,getHashKey(texture),getHashKey(model),body_part) + end + end + end + + if module.tplayer.enable_saving[0] then + module.tplayer.save_data["clothes"][body_part] = name + end + + buildPlayerModel(PLAYER_HANDLE) + + if not dont_show_msg then + printHelpString("Clothes changed") + end + + local veh = nil + local speed = 0 + if isCharInAnyCar(PLAYER_PED) then + veh = getCarCharIsUsing(PLAYER_PED) + speed = getCarSpeed(veh) + end + clearCharTasksImmediately(PLAYER_PED) + if veh ~= nil then + taskWarpCharIntoCarAsDriver(PLAYER_PED,veh) + setCarForwardSpeed(veh,speed) + end +end + +function module.RemoveThisCloth(name) + if imgui.MenuItemBool("Remove cloth") then + local body_part, model, texture = name:match("([^$]+)$([^$]+)$([^$]+)") + + if module.tplayer.enable_saving[0] then + module.tplayer.save_data["clothes"][body_part] = "none" + end + + givePlayerClothes(PLAYER_HANDLE,0,0,body_part) + buildPlayerModel(PLAYER_HANDLE) + printHelpString("Cloth ~r~removed") + end +end +-------------------------------------------------- + +-- Main function +function module.PlayerMain() + + if imgui.Button("Copy coordinates",imgui.ImVec2(fcommon.GetSize(2))) then + local x,y,z = getCharCoordinates(PLAYER_PED) + setClipboardText(string.format( "%d,%d,%d",x,y,z)) + printHelpString("Coordinates copied") + end + imgui.SameLine() + if imgui.Button("Suicide",imgui.ImVec2(fcommon.GetSize(2))) then + setCharHealth(PLAYER_PED,0) + end + + if fcommon.BeginTabBar("PlayerBar") then + if fcommon.BeginTabItem("Checkboxes") then + imgui.Columns(2,nil,false) + if fcommon.CheckBoxVar("God mode",module.tplayer.god) then + if not module.tplayer.god[0] then + writeMemory(0x96916D,1,0,false) + setCharProofs(PLAYER_PED,false,false,false,false,false) + end + end + fcommon.CheckBoxValue("Have bounty on head",0x96913F) + if fcommon.CheckBoxVar("Health regeneration",module.tplayer.health_regeneration.bool,nil, + function() + imgui.SliderInt("Increment value", module.tplayer.health_regeneration.increment_value, 0, 25) + imgui.SliderInt("Interval", module.tplayer.health_regeneration.interval, 0, 10000) + fcommon.InformationTooltip("The wait time between increment\nin milliseconds") + end) then + fcommon.CreateThread(module.RegenerateHealth) + end + fcommon.CheckBoxValue("Higher cycle jumps",0x969161) + fcommon.CheckBoxValue("Infinite oxygen",0x96916E) + fcommon.CheckBoxValue("Infinite run",0xB7CEE4) + if fcommon.CheckBoxVar("Invisible player",module.tplayer.invisible) then + module.SetPlayerInvisible(module.tplayer.invisible[0]) + end + imgui.NextColumn() + if fcommon.CheckBoxVar("Keep position",module.tplayer.keep_position,"Auto teleport to the position you died from") then + fcommon.CreateThread(module.KeepPosition) + end + fcommon.CheckBoxValue("Lock player control",getCharPointer(PLAYER_PED)+0x598) + fcommon.CheckBoxValue("Mega jump",0x96916C) + fcommon.CheckBoxValue("Mega punch",0x969173) + fcommon.CheckBoxValue("Never get hungry",0x969174) + + module.tplayer.never_wanted[0] = readMemory(0x969171 ,1,false) + if fcommon.CheckBoxVar("Never wanted",module.tplayer.never_wanted) then + callFunction(0x4396C0,1,0,false) + if module.tplayer.never_wanted[0] then + fcommon.CheatActivated() + else + fcommon.CheatDeactivated() + end + fconfig.Set(fconfig.tconfig.misc_data,"Never Wanted",module.tplayer.never_wanted[0]) + end + + imgui.Columns(1) + end + if fcommon.BeginTabItem("Menus") then + local pChar = getCharPointer(PLAYER_PED) + fcommon.UpdateAddress({name = "Armour",address = pChar+0x548,size = 4,min = 0,default =0,max = 150, is_float = true}) + fcommon.DropDownMenu("Body",function() + if getCharModel(PLAYER_PED) == 0 then + if imgui.RadioButtonIntPtr("Fat",module.tplayer.cjBody,1) then + callFunction(0x439110,1,1,false) + fconfig.Set(fconfig.tconfig.misc_data,"Body",1) + fcommon.CheatActivated() + end + if imgui.RadioButtonIntPtr("Muscle",module.tplayer.cjBody,2) then + -- body not changing to muscular after changing to fat fix + callFunction(0x439190,1,1,false) + callFunction(0x439150,1,1,false) + fconfig.Set(fconfig.tconfig.misc_data,"Body",2) + fcommon.CheatActivated() + end + if imgui.RadioButtonIntPtr("Skinny",module.tplayer.cjBody,3) then + callFunction(0x439190,1,1,false) + fconfig.Set(fconfig.tconfig.misc_data,"Body",3) + fcommon.CheatActivated() + end + if imgui.RadioButtonIntPtr("None",module.tplayer.cjBody,0) then + fconfig.Set(fconfig.tconfig.misc_data,"Body",0) + fcommon.CheatActivated() + end + else + imgui.TextWrapped("You need to be in CJ skin.") + imgui.Spacing() + if imgui.Button("Change to CJ skin",imgui.ImVec2(fcommon.GetSize(1))) then + setPlayerModel(PLAYER_HANDLE,0) + + local veh = nil + local speed = 0 + if isCharInAnyCar(PLAYER_PED) then + veh = getCarCharIsUsing(PLAYER_PED) + speed = getCarSpeed(veh) + end + clearCharTasksImmediately(PLAYER_PED) + if veh ~= nil then + taskWarpCharIntoCarAsDriver(PLAYER_PED,veh) + setCarForwardSpeed(veh,speed) + end + end + end + end) + fcommon.UpdateStat({ name = "Energy",stat = 165}) + fcommon.UpdateStat({ name = "Fat",stat = 21}) + fcommon.UpdateAddress({name = "Health",address = pChar+0x540,size = 4,min = 0,default =100,max = math.floor(mad.get_char_max_health(PLAYER_PED)), is_float = true}) + fcommon.UpdateStat({ name = "Lung capacity",stat = 225}) + fcommon.UpdateStat({ name = "Max health",stat = 24,min = 0,default = 569,max = 1450}) + fcommon.UpdateAddress({name = "Money",address = 0xB7CE50,size = 4,min = -9999999,default = 0,max = 9999999}) + fcommon.UpdateStat({ name = "Muscle",stat = 23}) + fcommon.UpdateStat({ name = "Respect",stat = 68,max = 2450}) + fcommon.UpdateStat({ name = "Stamina",stat = 22}) + + WantedLevelMenu() + end + if fcommon.BeginTabItem("Appearance") then + imgui.Columns(2,nil,false) + fcommon.CheckBoxVar("Aim skin changer", module.tplayer.aimSkinChanger,"Activate using, Aim ped +".. fcommon.GetHotKeyNames(fmenu.tmenu.hot_keys.asc_key)) + imgui.NextColumn() + fcommon.CheckBoxVar("Enable saving", module.tplayer.enable_saving,"Save & load clothes & ped skins.\n(Clothes only work with CJ skin)") + imgui.Columns(1) + if fcommon.BeginTabBar('Appearance') then + if fcommon.BeginTabItem('Clothes') then + if getCharModel(PLAYER_PED) == 0 then + if imgui.Button("Remove clothes",imgui.ImVec2(fcommon.GetSize(1))) then + for i=0, 18 do + givePlayerClothes(PLAYER_HANDLE,0,0,i) + if module.tplayer.enable_saving[0] then + module.tplayer.save_data["clothes"][tostring(i)] = "none" + end + end + buildPlayerModel(PLAYER_HANDLE) + printHelpString("Clothes ~r~removed") + end + + imgui.Dummy(imgui.ImVec2(0,10)) + fcommon.DrawEntries(fconst.IDENTIFIER.CLOTHES,fconst.DRAW_TYPE.IMAGE,module.ChangePlayerCloth,module.RemoveThisCloth,function() return "" end,module.tplayer.clothes.images,fconst.CLOTH.IMAGE_HEIGHT,fconst.CLOTH.IMAGE_WIDTH) + else + imgui.TextWrapped("You need to be in CJ skin to change clothes.") + imgui.Spacing() + if imgui.Button("Change to CJ skin",imgui.ImVec2(fcommon.GetSize(1))) then + + if module.tplayer.enable_saving[0] then + module.tplayer.save_data["player_skin"] = nil + end + + setPlayerModel(PLAYER_HANDLE,0) + + local veh = nil + local speed = 0 + if isCharInAnyCar(PLAYER_PED) then + veh = getCarCharIsUsing(PLAYER_PED) + speed = getCarSpeed(veh) + end + clearCharTasksImmediately(PLAYER_PED) + if veh ~= nil then + taskWarpCharIntoCarAsDriver(PLAYER_PED,veh) + setCarForwardSpeed(veh,speed) + end + end + end + end + if fcommon.BeginTabItem('Ped skins') then + fcommon.DrawEntries(fconst.IDENTIFIER.PED,fconst.DRAW_TYPE.IMAGE,module.ChangePlayerModel,nil,fped.GetModelName,fped.tped.images,fconst.PED.IMAGE_HEIGHT,fconst.PED.IMAGE_WIDTH) + end + if fcommon.BeginTabItem('Custom skins') then + if module.tplayer.custom_skins.is_modloader_installed then + module.tplayer.custom_skins.filter:Draw("Search") + if module.tplayer.custom_skins.filter:PassFilter('') then + local min = imgui.GetItemRectMin() + local drawlist = imgui.GetWindowDrawList() + drawlist:AddText(imgui.ImVec2(min.x+imgui.GetStyle().ItemInnerSpacing.x,min.y+imgui.GetStyle().FramePadding.y), imgui.GetColorU32(imgui.Col.TextDisabled),string.format("Total skins: %d",fcommon.CalcTableSize(fplayer.tplayer.custom_skins.names))) + end + fcommon.InformationTooltip(string.format("Place your dff & txd files inside,\n'%s'\n\ +Note:\nFile names can't exceed 8 characters.\nDon't change names while the game is running",fplayer.tplayer.custom_skins.path)) + imgui.Spacing() + + if imgui.BeginChild("Custom skins") then + for model_name,_ in pairs(fplayer.tplayer.custom_skins.names) do + if module.tplayer.custom_skins.filter:PassFilter(model_name) then + model_name = string.sub(model_name,1,-5) + if #model_name < 9 and imgui.MenuItemBool(model_name) then + fplayer.ChangePlayerModel(model_name) + print(model_name) + end + end + end + imgui.EndChild() + end + else + imgui.TextWrapped("Modloader is not installed. Please install modloader.") + imgui.Spacing() + if imgui.Button("Download Modloader",imgui.ImVec2(fcommon.GetSize(1))) then + os.execute('explorer "https://gtaforums.com/topic/669520-mod-loader/"') + end + end + end + fcommon.EndTabBar() + end + end + fcommon.EndTabBar() + end +end + +return module diff --git a/moonloader/lib/cheat-menu/modules/stat.lua b/moonloader/lib/cheat-menu/modules/stat.lua new file mode 100644 index 0000000..1177439 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/stat.lua @@ -0,0 +1,96 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +-- Please don't remove credits below. + +local module = {} + +module.tstat = +{ + filter = imgui.ImGuiTextFilter(), + names = fcommon.LoadJson("stat"), +} + +-- Main function +function module.StatMain() + if fcommon.BeginTabBar('Stats') then + if fcommon.BeginTabItem('Vehicle') then + if imgui.Button("Max vehicle stats",imgui.ImVec2(fcommon.GetSize(1))) then + callFunction(0x4399D0,1,1) + fcommon.CheatActivated() + end + imgui.Spacing() + fcommon.UpdateStat({ name = "Bike",stat = 229}) + fcommon.UpdateStat({ name = "Cycling",stat = 230}) + fcommon.UpdateStat({ name = "Driving",stat = 160}) + fcommon.UpdateStat({ name = "Flying",stat = 223}) + end + if fcommon.BeginTabItem('Weapon') then + if imgui.Button("Max weapon stats",imgui.ImVec2(fcommon.GetSize(1))) then + callFunction(0x439940,1,1) + fcommon.CheatActivated() + end + imgui.Spacing() + fcommon.UpdateStat({ name = "AK47",stat = 77}) + fcommon.UpdateStat({ name = "Combat shotgun",stat = 74}) + fcommon.UpdateStat({ name = "Desert eagle",stat = 71}) + + fcommon.UpdateStat({ name = "Machine pistol",stat = 75}) + fcommon.UpdateStat({ name = "M4",stat = 78}) + fcommon.UpdateStat({ name = "Pistol",stat = 69}) + fcommon.UpdateStat({ name = "Sawn off shotgun",stat = 73}) + fcommon.UpdateStat({ name = "Shotgun",stat = 72}) + fcommon.UpdateStat({ name = "Silenced pistol",stat = 70}) + fcommon.UpdateStat({ name = "SMG",stat = 76}) + fcommon.UpdateStat({ name = "Rifle",stat = 79}) + end + if fcommon.BeginTabItem('Girlfriend') then + if imgui.Button("Max girlfriend stats",imgui.ImVec2(fcommon.GetSize(1))) then + for i=252,257,1 do + setFloatStat(i,100) + end + clearHelp() + fcommon.CheatActivated() + end + imgui.Spacing() + fcommon.UpdateStat({ name = "Barbara",stat = 255,max = 100}) + fcommon.UpdateStat({ name = "Denise",stat = 252,max = 100}) + fcommon.UpdateStat({ name = "Helena",stat = 254,max = 100}) + fcommon.UpdateStat({ name = "Katie",stat = 256,max = 100}) + fcommon.UpdateStat({ name = "Michelle",stat = 253,max = 100}) + fcommon.UpdateStat({ name = "Millie",stat = 257,max = 100}) + end + if fcommon.BeginTabItem('Search') then + module.tstat.filter:Draw("Search") + imgui.Spacing() + + if imgui.BeginChild("Stat Entries") then + for snum, sname in pairs(module.tstat.names) do + if snum ~= "" then + if module.tstat.filter:PassFilter(sname) then + fcommon.UpdateStat({ name = sname,stat = snum}) + end + end + end + imgui.Spacing() + imgui.EndChild() + end + end + fcommon.EndTabBar() + end +end + +return module diff --git a/moonloader/lib/cheat-menu/modules/style.lua b/moonloader/lib/cheat-menu/modules/style.lua new file mode 100644 index 0000000..a854eb1 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/style.lua @@ -0,0 +1,311 @@ +------------------------------------------------------------------------------ +-- This specific module was created by randazzo +------------------------------------------------------------------------------ + +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +module.tstyle = +{ + array = nil, + list = nil, + name = imgui.new.char[256]("Untitled"), + preparetoapply = false, + selected = imgui.new.int(0), + selected_name = fconfig.Get('tstyle.selected_name',"Default"), + status = nil, + styles_table = {}, +} + +local _ImGuiStyle = +{ + 'Alpha', + 'WindowPadding', + 'WindowRounding', + 'WindowBorderSize', + 'WindowMinSize', + 'WindowTitleAlign', + 'WindowMenuButtonPosition', + 'ChildRounding', + 'ChildBorderSize', + 'PopupRounding', + 'PopupBorderSize', + 'FramePadding', + 'FrameRounding', + 'FrameBorderSize', + 'ItemSpacing', + 'ItemInnerSpacing', + 'TouchExtraPadding', + 'IndentSpacing', + 'ColumnsMinSpacing', + 'ScrollbarSize', + 'ScrollbarRounding', + 'GrabMinSize', + 'GrabRounding', + 'TabRounding', + 'TabBorderSize', + 'ColorButtonPosition', + 'ButtonTextAlign', + 'SelectableTextAlign', + 'DisplayWindowPadding', + 'DisplaySafeAreaPadding', + 'MouseCursorScale', + 'AntiAliasedLines', + 'AntiAliasedFill', + 'CurveTessellationTol', + 'Colors', +}; + +local _ImGuiCol = +{ + 'Text', + 'TextDisabled', + 'WindowBg', + 'ChildBg', + 'PopupBg', + 'Border', + 'BorderShadow', + 'FrameBg', + 'FrameBgHovered', + 'FrameBgActive', + 'TitleBg', + 'TitleBgActive', + 'TitleBgCollapsed', + 'MenuBarBg', + 'ScrollbarBg', + 'ScrollbarGrab', + 'ScrollbarGrabHovered', + 'ScrollbarGrabActive', + 'CheckMark', + 'SliderGrab', + 'SliderGrabActive', + 'Button', + 'ButtonHovered', + 'ButtonActive', + 'Header', + 'HeaderHovered', + 'HeaderActive', + 'Separator', + 'SeparatorHovered', + 'SeparatorActive', + 'ResizeGrip', + 'ResizeGripHovered', + 'ResizeGripActive', + 'Tab', + 'TabHovered', + 'TabActive', + 'TabUnfocused', + 'TabUnfocusedActive', + 'PlotLines', + 'PlotLinesHovered', + 'PlotHistogram', + 'PlotHistogramHovered', + 'TextSelectedBg', + 'DragDropTarget', + 'NavHighlight', + 'NavWindowingHighlight', + 'NavWindowingDimBg', + 'ModalWindowDimBg' +}; + +local function split(str, delim, plain) + local lines, pos, plain = {}, 1, not (plain == false) --[[ delimiter is plain text by default ]] + repeat + local npos, epos = string.find(str, delim, pos, plain) + table.insert(lines, string.sub(str, pos, npos and npos - 1)) + pos = epos and epos + 1 + until not pos + return lines +end + +function module.getStyles() + local tmp = {} + for k in pairs(module.tstyle.styles_table) do + table.insert( tmp, k ) + module.tstyle.preparetoapply = true + end + return module.tstyle.preparetoapply and tmp or {"No styles"} +end + +function module.applyStyle(style, stylename) + imgui.SwitchContext() + if module.tstyle.preparetoapply and module.tstyle.styles_table[stylename] then + for _,v in pairs(_ImGuiStyle) do + if v == 'Colors' then + for k, d in pairs(_ImGuiCol) do + style[v][k-1] = imgui.ColorConvertU32ToFloat4(tonumber(bit.tohex(module.tstyle.styles_table[stylename][d]), 16)) + end + break + end + if tostring(module.tstyle.styles_table[stylename][v]):find("(%d+) (%d+)") then + local n = split(module.tstyle.styles_table[stylename][v], " ") + style[v] = imgui.ImVec2(tonumber(n[1]), tonumber(n[2])) + elseif tonumber(module.tstyle.styles_table[stylename][v]) then + style[v] = tonumber(module.tstyle.styles_table[stylename][v]) + end + end + return true + end + return false +end + +function module.loadStyles() + module.tstyle.preparetoapply = false + module.tstyle.styles_table = fcommon.LoadJson("styles") + + if module.tstyle.styles_table ~= nil then + module.tstyle.preparetoapply = true + end + + return module.tstyle.preparetoapply +end + +function StylerCheckbox(label,style) + + local var = imgui.new.bool((style > 0.0) and true or false) + if imgui.Checkbox(label, var) then + style = var[0] and 1.0 or 0.0 + end + + return style +end + +function StylerSliderFloat(label,style,min,max) + + local var = imgui.new.float(style) + if imgui.SliderFloat(label, var, min, max, "%.0f") then + style = var[0] + end + + return style +end + +function StylerSliderFloat2(label,style,min,max) + + local var = imgui.new.float[2](style.x,style.y) + if imgui.SliderFloat2(label, var, min, max, "%.0f") then + style = imgui.ImVec2(var[0],var[1]) + end + + return style +end + +function StylerColorPicker(style,i) + local name = imgui.GetStyleColorName(i) + imgui.PushIDInt(i) + + local float = imgui.new.float[4](style.Colors[i].x,style.Colors[i].y,style.Colors[i].z,style.Colors[i].w) + if imgui.ColorEdit4("##color", float,imgui.ColorEditFlags.AlphaBar) then + style.Colors[i].x = float[0] + style.Colors[i].y = float[1] + style.Colors[i].z = float[2] + style.Colors[i].w = float[3] + end + + imgui.SameLine() + imgui.TextUnformatted(name) + + if fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1] ~= nil + and module.tstyle.styles_table[fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1]][ffi.string(name)] ~= nil then + local s = imgui.ColorConvertU32ToFloat4(tonumber(bit.tohex(module.tstyle.styles_table[fstyle.tstyle.list[fstyle.tstyle.selected[0] + 1]][ffi.string(name)]), 16)) + + if float[0] ~= s.x or float[1] ~= s.y or float[2] ~= s.z or float[3] ~= s.w then + imgui.SameLine(0.0, style.ItemInnerSpacing.x) + if imgui.Button("Revert") then + style.Colors[i].x = s.x + style.Colors[i].y = s.y + style.Colors[i].z = s.z + style.Colors[i].w = s.w + end + end + end + imgui.PopID() +end +function module.StyleEditor() + + local style = imgui.GetStyle(); + + imgui.Spacing() + if fcommon.BeginTabBar('StyleBar') then + if fcommon.BeginTabItem('Borders') then + imgui.Columns(2,nil,false) + + style.ChildBorderSize = StylerCheckbox("Child border",style.ChildBorderSize) + style.FrameBorderSize = StylerCheckbox("Frame border",style.FrameBorderSize) + + imgui.NextColumn() + + style.PopupBorderSize = StylerCheckbox("Popup border",style.PopupBorderSize) + style.WindowBorderSize = StylerCheckbox("Window border",style.WindowBorderSize) + + imgui.Columns(1) + end + if fcommon.BeginTabItem('Colors') then + imgui.BeginChild("##colors") + imgui.PushItemWidth(-160) + + for i=0,35,1 do + StylerColorPicker(style,i) + end + StylerColorPicker(style,42) + imgui.PopItemWidth(); + imgui.EndChild(); + end + if fcommon.BeginTabItem('Sizes') then + imgui.BeginChild("##sizes"); + imgui.PushItemWidth(imgui.GetWindowWidth() * 0.50) + style.GrabMinSize = StylerSliderFloat("Grab min size",style.GrabMinSize,0.0,20.0) + style.IndentSpacing = StylerSliderFloat("Indent spacing",style.IndentSpacing,0.0,30.0) + style.ItemInnerSpacing = StylerSliderFloat2("Item inner spacing",style.ItemInnerSpacing,0.0,20.0) + style.ItemSpacing = StylerSliderFloat2("Item spacing",style.ItemSpacing,0.0,20.0) + style.ScrollbarSize = StylerSliderFloat("Scrollbar size",style.ScrollbarSize,1.0,20.0) + style.WindowPadding = StylerSliderFloat2("Window padding",style.WindowPadding,0.0,20.0) + + imgui.Dummy(imgui.ImVec2(0,10)) + + style.ChildRounding = StylerSliderFloat("Child rounding",style.ChildRounding,0.0,12.0) + style.FrameRounding = StylerSliderFloat("Frame rounding",style.FrameRounding,0.0,12.0) + style.GrabRounding = StylerSliderFloat("Grab rounding",style.GrabRounding,0.0,12.0) + style.PopupRounding = StylerSliderFloat("Popup rounding",style.PopupRounding,0.0,12.0) + style.ScrollbarRounding = StylerSliderFloat("Scrollbar rounding",style.ScrollbarRounding,0.0,12.0) + style.WindowRounding = StylerSliderFloat("Window rounding",style.WindowRounding,0.0,12.0) + + imgui.PopItemWidth() + imgui.EndChild() + end + fcommon.EndTabBar() + end +end + + + +function module.saveStyles( style, stylename ) + module.tstyle.styles_table[stylename] = {} + for _, v in pairs(_ImGuiStyle) do + if v == 'Colors' then + for k, d in pairs(_ImGuiCol) do + module.tstyle.styles_table[stylename][d] = "0x"..bit.tohex(imgui.ColorConvertFloat4ToU32(style[v][k-1])) + end + break + end + module.tstyle.styles_table[stylename][v] = type(style[v]) == 'cdata' and (style[v].x.." "..style[v].y) or style[v] + end + return fcommon.SaveJson("styles",module.tstyle.styles_table) and true or false +end + +return module diff --git a/moonloader/lib/cheat-menu/modules/teleport.lua b/moonloader/lib/cheat-menu/modules/teleport.lua new file mode 100644 index 0000000..85f0413 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/teleport.lua @@ -0,0 +1,212 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +module.tteleport = +{ + coords = imgui.new.char[64](""), + coordinates = fcommon.LoadJson("coordinate"), + coord_name = imgui.new.char[64](""), + insert_coords = imgui.new.bool(fconfig.Get('tteleport.insert_coords',false)), + radar_sprites = fcommon.LoadJson("radar sprite"), + shortcut = imgui.new.bool(fconfig.Get('tteleport.shortcut',false)), +} + +-- Teleports player to a specified coordinates +function module.Teleport(x, y, z,interior_id) + + local target = false + + if x == nil and y == nil then + target, x,y,z = getTargetBlipCoordinates() + + if not target then + printHelpString("No marker found") + return + end + end + + if math.abs(x) > 99999 or math.abs(y) > 99999 or math.abs(z) > 99999 then + printHelpString("Coordinate too high") + return + end + + if interior_id == nil then + interior_id = 0 + end + + lockPlayerControl(true) + doFade(false,200) + wait(200) + + setCharInterior(PLAYER_PED,interior_id) + setInteriorVisible(interior_id) + clearExtraColours(true) + activateInteriorPeds(true) + + if isCharInAnyCar(PLAYER_PED) then + local hveh = getCarCharIsUsing(PLAYER_PED) + setCarCoordinates(hveh,x,y,z) + setVehicleInterior(hveh,interior_id) + else + setCharCoordinates(PLAYER_PED, x, y, z) + end + + local timer = getGameTimer() + + if target or z == nil then + while true do + wait(0) + local px,py = getCharCoordinates(PLAYER_PED) + + if isCharInAnyCar(PLAYER_PED) then + local hveh = getCarCharIsUsing(PLAYER_PED) + setVehicleInterior(hveh,0) + setCarCoordinates(hveh,x,y,-100) + else + setCharCoordinates(PLAYER_PED, x, y, -100) + end + + if px == x and py == y then + break + end + + if getGameTimer() - timer > 500 then + break + end + + end + end + + doFade(true,200) + lockPlayerControl(false) +end + +function FetchRadarSpriteDara() + -- Get sprite data, isn't saved in coordinte.json + module.tteleport.coordinates["Radar"] = {} + for i = 0xBA86F0,0xBAA248,0x28 do -- 0xBAA248 = 0xBA86F0+175*0x28 + local radarSprite = memory.read(i+36,1) + if radarSprite ~= 0 then + local x,y,z = memory.getfloat(i+8),memory.getfloat(i+12),memory.getfloat(i+16) + module.tteleport.coordinates["Radar"][string.format("%s, %s",module.tteleport.radar_sprites[tostring(radarSprite)],fcommon.GetLocationInfo(x,y,z):sub(1,-5))] = string.format("0, %f, %f, %f",x,y,z) + end + end + wait(5000) -- delay +end + +-- Main function +function module.TeleportMain() + + if fcommon.BeginTabBar("TeleportBar") then + if fcommon.BeginTabItem("Teleport") then + + imgui.Columns(2,nil,false) + fcommon.CheckBoxVar("Insert coordinates",module.tteleport.insert_coords) + imgui.NextColumn() + fcommon.CheckBoxVar("Quick teleport",module.tteleport.shortcut,"Teleport to marker using" .. fcommon.GetHotKeyNames(fmenu.tmenu.hot_keys.quick_teleport)) + imgui.Columns(1) + + imgui.Spacing() + imgui.InputTextWithHint("Coordinates","x, y, z",module.tteleport.coords,ffi.sizeof(module.tteleport.coords)) + + + if module.tteleport.insert_coords[0] then + local x,y,z = getCharCoordinates(PLAYER_PED) + imgui.StrCopy(module.tteleport.coords,string.format("%d, %d, %d", math.floor(x) , math.floor(y) , math.floor(z))) + end + + if (isKeyDown(vkeys.VK_LCONTROL) or isKeyDown(vkeys.VK_RCONTROL)) and isKeyDown(vkeys.VK_V) then + imgui.StrCopy(module.tteleport.coords,getClipboardText()) + end + imgui.Dummy(imgui.ImVec2(0,10)) + + if imgui.Button("Teleport to coord",imgui.ImVec2(fcommon.GetSize(2))) then + local x,y,z = (ffi.string(module.tteleport.coords)):match("([^,]+),([^,]+),([^,]+)") + if tonumber(x) ~= nil and tonumber(y) ~= nil and tonumber(z) ~= nil then + lua_thread.create(module.Teleport,x, y, z,0) + else + printHelpString("No coordinate found") + end + end + imgui.SameLine() + if imgui.Button("Teleport to marker",imgui.ImVec2(fcommon.GetSize(2))) then + lua_thread.create(module.Teleport) + end + + fcommon.EndTabItem() + end + if fcommon.BeginTabItem("Search") then + + fcommon.CreateThread(FetchRadarSpriteDara) + + fcommon.DrawEntries(fconst.IDENTIFIER.TELEPORT,fconst.DRAW_TYPE.TEXT,function(text) + local interior_id, x, y, z = text:match("([^, ]+), ([^, ]+), ([^, ]+), ([^, ]+)") + lua_thread.create(module.Teleport,x, y, z,interior_id) + end, + function(text) + + if imgui.MenuItemBool("Remove location") then + for category,table in pairs(module.tteleport.coordinates) do + for key,val in pairs(table) do + if key == text then + module.tteleport.coordinates[category][key] = nil + goto end_loop + end + end + end + ::end_loop:: + + printHelpString("Coordinate ~r~removed") + end + + end,function(a) return a end,module.tteleport.coordinates) + + fcommon.EndTabItem() + end + if fcommon.BeginTabItem("Custom") then + + imgui.InputTextWithHint("Name","Groove street",module.tteleport.coord_name,ffi.sizeof(module.tteleport.coord_name)) + imgui.InputTextWithHint("Coordinates","x, y, z",module.tteleport.coords,ffi.sizeof(module.tteleport.coords)) + + if module.tteleport.insert_coords[0] then + local x,y,z = getCharCoordinates(PLAYER_PED) + + imgui.StrCopy(module.tteleport.coords,string.format("%d, %d, %d", math.floor(x) , math.floor(y) , math.floor(z))) + end + imgui.Spacing() + if imgui.Button("Save location",imgui.ImVec2(fcommon.GetSize(1))) then + if ffi.string(module.tteleport.coord_name) == "" then + printHelpString("No name found") + else + local x,y,z = (ffi.string(module.tteleport.coords)):match("([^,]+),([^,]+),([^,]+)") + if tonumber(x) ~= nil and tonumber(y) ~= nil and tonumber(z) ~= nil then + module.tteleport.coordinates["Custom"][ffi.string(module.tteleport.coord_name)] = string.format("%d, %s",getCharActiveInterior(PLAYER_PED), ffi.string(module.tteleport.coords)) + fcommon.SaveJson("coordinate",module.tteleport.coordinates) + module.tteleport.coordinates = fcommon.LoadJson("coordinate") + printHelpString("Entry ~g~added") + else + printHelpString("No coordinate found") + end + end + end + end + fcommon.EndTabBar() + end +end + +return module diff --git a/moonloader/lib/cheat-menu/modules/vehicle.lua b/moonloader/lib/cheat-menu/modules/vehicle.lua new file mode 100644 index 0000000..3feccac --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/vehicle.lua @@ -0,0 +1,1458 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +module.tvehicle = +{ + aircraft = + { + camera = imgui.new.bool(fconfig.Get('tvehicle.aircraft.camera',false)), + index = fconfig.Get('tvehicle.aircraft.index',2), + spawn_in_air = imgui.new.bool(fconfig.Get('tvehicle.aircraft.spawn_in_air',true)), + zoom = { -5.0,-15.0,-20.0,-30.0,-40.0}, + }, + apply_material_filter = imgui.new.bool(fconfig.Get('tvehicle.apply_material_filter',true)), + car_engine = imgui.new.int(fconfig.Get('tvehicle.car_engine',fconst.CHECKBOX_STATE.NOT_CONFIGURED)), + color = + { + car_data_table = {}, + col_data_table = {}, + default = -1, + radio_btn = imgui.new.int(1), + rgb = imgui.new.float[3](0.0,0.0,0.0), + show_all = imgui.new.bool(fconfig.Get('tvehicle.color.show_all',false)) + }, + components = + { + enable_saving = imgui.new.bool(fconfig.Get('tvehicle.components.enable_saving',false)), + save_data = fconfig.Get('tvehicle.components.save_data',{}), + images = {}, + list = {}, + names = {}, + path = tcheatmenu.dir .. "vehicles\\components\\", + saved = false, + selected = imgui.new.int(0), + value = imgui.new.int(0), + }, + doors = {"Hood","Boot","Front left door","Front right door","Rear left door","Rear right door","All"}, + door_menu_button = imgui.new.int(0), + first_person_camera = + { + bool = imgui.new.bool(fconfig.Get('tvehicle.first_person_camera.bool',false)), + offsets = fcommon.LoadJson("first person camera offsets"), + offset_x_var = imgui.new.float(0), + offset_y_var = imgui.new.float(0), + offset_z_var = imgui.new.float(0), + }, + gxt_name = imgui.new.char[32](""), + gxt_name_table = fconfig.Get('tvehicle.gxt_name_table',{}), + handling_flags = fcommon.LoadJson("handling flags"), + handling_name = {}, + heavy = imgui.new.bool(fconfig.Get('tvehicle.heavy',false)), + images = {}, + invisible_car = imgui.new.bool(fconfig.Get('tvehicle.invisible_car',false)), + license_plate_text = imgui.new.char[9](fconfig.Get('tvehicle.license_plate_text',"GTA__SAN")), + lights = imgui.new.bool(fconfig.Get('tvehicle.lights',false)), + lock_doors = imgui.new.bool(false), + lock_speed = imgui.new.bool(fconfig.Get('tvehicle.lock_speed',false)), + max_velocity_temp = imgui.new.int(-1), + model_flags = fcommon.LoadJson("model flags"), + names = fcommon.LoadJson("vehicle"), + paintjobs = + { + cache_images = {}, + current_paintjob = imgui.new.int(-1); + enable_saving = imgui.new.bool(fconfig.Get('tvehicle.paintjobs.enable_saving',false)), + save_data = fconfig.Get('tvehicle.paintjobs.save_data',{}), + names = 0, + path = tcheatmenu.dir .. "vehicles\\paintjobs", + paintjobs_count = 0, + images = {}, + texture = nil + }, + neon = + { + checkbox = imgui.new.bool(fconfig.Get('tvehicle.neon.checkbox',false)), + data = fcommon.LoadJson("neon data"), + rgb = imgui.new.float[3](0.0,0.0,0.0), + rb_value = imgui.new.int(-1), + }, + no_vehicles = imgui.new.bool(fconfig.Get('tvehicle.no_vehicles',false)), + no_damage = imgui.new.bool(fconfig.Get('tvehicle.no_damage',false)), + path = tcheatmenu.dir .. "vehicles\\images", + rainbow_colors = + { + bool = imgui.new.bool(fconfig.Get('tvehicle.rainbow_colors.bool',false)), + traffic = imgui.new.bool(fconfig.Get('tvehicle.rainbow_colors.traffic',false)), + speed = imgui.new.float(fconfig.Get('tvehicle.rainbow_colors.speed',0.5)), + }, + rainbow_neons = + { + bool = imgui.new.bool(fconfig.Get('tvehicle.rainbow_neons.bool',false)), + traffic = imgui.new.bool(fconfig.Get('tvehicle.rainbow_neons.traffic',false)), + speed = imgui.new.float(fconfig.Get('tvehicle.rainbow_neons.speed',0.5)), + }, + spawn_inside = imgui.new.bool(fconfig.Get('tvehicle.spawn_inside',true)), + speed = imgui.new.int(fconfig.Get('tvehicle.speed',0)), + stay_on_bike = imgui.new.bool(fconfig.Get('tvehicle.stay_on_bike',false)), + trains = + { + ["449"] = {8,9}, + ["537"] = {0,3,6,10,12,13}, + ["538"] = {1,5,15}, + }, + unlimited_nitro = imgui.new.bool(fconfig.Get('tvehicle.unlimited_nitro',false)), + visual_damage = imgui.new.bool(fconfig.Get('tvehicle.visual_damage',false)), + watertight_car = imgui.new.bool(fconfig.Get('tvehicle.watertight_car',false)), +} + +-------------------------------------------------- +-- Neon + +result, handle = loadDynamicLibrary("neon_api.asi") +module.tvehicle.neon["Handle"] = handle + +if module.tvehicle.neon["Handle"] ~= 0 then + result, proc = getDynamicLibraryProcedure("SetFlag",module.tvehicle.neon["Handle"]) + module.tvehicle.neon["SetFlag"] = proc + + result, proc = getDynamicLibraryProcedure("GetFlag",module.tvehicle.neon["Handle"]) + module.tvehicle.neon["GetFlag"] = proc + + result, proc = getDynamicLibraryProcedure("SetX",module.tvehicle.neon["Handle"]) + module.tvehicle.neon["SetX"] = proc + + result, proc = getDynamicLibraryProcedure("SetY",module.tvehicle.neon["Handle"]) + module.tvehicle.neon["SetY"] = proc + + result, proc = getDynamicLibraryProcedure("InstallNeon",module.tvehicle.neon["Handle"]) + module.tvehicle.neon["InstallNeon"] = proc + + result, proc = getDynamicLibraryProcedure("SetRed",module.tvehicle.neon["Handle"]) + module.tvehicle.neon["SetRed"] = proc + + result, proc = getDynamicLibraryProcedure("SetGreen",module.tvehicle.neon["Handle"]) + module.tvehicle.neon["SetGreen"] = proc + + result, proc = getDynamicLibraryProcedure("SetBlue",module.tvehicle.neon["Handle"]) + module.tvehicle.neon["SetBlue"] = proc +end + +function InstallNeon(car,color) + car = car or getCarCharIsUsing(PLAYER_PED) + local pveh = getCarPointer(car) + + if module.tvehicle.neon["Handle"] ~= 0 then + if module.tvehicle.neon["InstallNeon"] and module.tvehicle.neon["SetX"] and module.tvehicle.neon["SetY"] then + callFunction(module.tvehicle.neon["InstallNeon"],3,3,pveh,0,0) + + local data = module.tvehicle.neon.data[casts.CModelInfo.GetNameFromModel(getCarModel(car))] or { X = 0.0, Y = 0.0} + + callFunction(module.tvehicle.neon["SetX"],2,2,pveh,data.X) + callFunction(module.tvehicle.neon["SetY"],2,2,pveh,data.Y) + + callFunction(module.tvehicle.neon["SetRed"],2,2,pveh,color[1]) + callFunction(module.tvehicle.neon["SetGreen"],2,2,pveh,color[2]) + callFunction(module.tvehicle.neon["SetBlue"],2,2,pveh,color[3]) + + if module.tvehicle.paintjobs.enable_saving[0] then + fconfig.Set(module.tvehicle.paintjobs.save_data,string.format("%d.neon.red",getCarModel(car)),color[1]) + fconfig.Set(module.tvehicle.paintjobs.save_data,string.format("%d.neon.green",getCarModel(car)),color[2]) + fconfig.Set(module.tvehicle.paintjobs.save_data,string.format("%d.neon.blue",getCarModel(car)),color[3]) + end + end + end +end + +function module.TrafficNeons() + while module.tvehicle.neon.checkbox[0] and module.tvehicle.neon["Handle"] ~= 0 do + for hveh in fcommon.pool("veh") do + local temp = 0 + + if getVehicleClass(hveh) == fconst.VEHICLE_CLASS.NORMAL then + temp = math.random(1,20) -- 5% + end + if getVehicleClass(hveh) == fconst.VEHICLE_CLASS.RICH_FAMILY then + temp = math.random(1,5) -- 20% + end + if getVehicleClass(hveh) == fconst.VEHICLE_CLASS.EXECUTIVE then + temp = math.random(1,3) -- 30% + end + + if temp == 1 and callFunction(module.tvehicle.neon["GetFlag"],1,1,hveh) ~= 0x10 then + if getCarCharIsUsing(PLAYER_PED) ~= hveh then + InstallNeon(hveh,{math.random(0,255),math.random(0,255),math.random(0,255)}) + end + end + callFunction(module.tvehicle.neon["SetFlag"],2,2,hveh,0x10) + end + wait(100) + end +end + +-------------------------------------------------- + +function module.GiveVehicleToPlayer(model) + model = tonumber(model) + local vehicle = nil + local interior = getCharActiveInterior(PLAYER_PED) + + if isModelAvailable(model) then + + local x,y,z = getCharCoordinates(PLAYER_PED) + + local speed = 0 + + if isCharInAnyCar(PLAYER_PED) and module.tvehicle.spawn_inside[0] then + + local hveh = getCarCharIsUsing(PLAYER_PED) + speed = getCarSpeed(hveh) + + warpCharFromCarToCoord(PLAYER_PED,x,y,z) + + if casts.CModelInfo.IsTrainModel(model) then + deleteMissionTrain(hveh) + else + deleteCar(hveh) + end + end + + if interior == 0 then + if (module.tvehicle.aircraft.spawn_in_air[0]) and (isThisModelAHeli(model) or isThisModelAPlane(model)) then + z = 400 + end + else + z = z - 5 + end + + if casts.CModelInfo.IsTrainModel(model) then + + local train_id_table = module.tvehicle.trains[tostring(model)] + local train_id = train_id_table[math.random(1,#train_id_table)] + + -- Loading all train related models + requestModel(590) + requestModel(538) + requestModel(570) + requestModel(569) + requestModel(537) + requestModel(449) + + loadAllModelsNow() + + if math.random(0,1) == 0 then + vehicle = createMissionTrain(train_id,x,y,z) + else + vehicle = createMissionTrain(train_id,x,y,z,true) + end + + deleteChar(getDriverOfCar(vehicle)) + + if module.tvehicle.spawn_inside[0] then + warpCharIntoCar(PLAYER_PED,vehicle) + setTrainCruiseSpeed(vehicle,speed) + end + + markMissionTrainAsNoLongerNeeded(vehicle) + markModelAsNoLongerNeeded(590) + markModelAsNoLongerNeeded(538) + markModelAsNoLongerNeeded(570) + markModelAsNoLongerNeeded(569) + markModelAsNoLongerNeeded(537) + markModelAsNoLongerNeeded(449) + + else + + requestModel(model) + loadAllModelsNow() + + customPlateForNextCar(model,ffi.string(module.tvehicle.license_plate_text)) + + if not module.tvehicle.spawn_inside[0] then + vehicle = spawnVehicleByCheating(model) + else + vehicle = createCar(model,x,y,z) + setCarHeading(vehicle,getCharHeading(PLAYER_PED)) + warpCharIntoCar(PLAYER_PED,vehicle) + setCarForwardSpeed(vehicle,speed) + end + + markCarAsNoLongerNeeded(vehicle) + markModelAsNoLongerNeeded(model) + end + + if doesVehicleExist(vehicle) then + setVehicleInterior(vehicle,interior) + end + + fcommon.CheatActivated() + end +end + +-------------------------------------------------- +-- Camera + +function module.AircraftCamera() + + if module.tvehicle.aircraft.camera[0] then + if isCharInAnyHeli(PLAYER_PED) + or isCharInAnyPlane(PLAYER_PED) then + while isCharInAnyHeli(PLAYER_PED) + or isCharInAnyPlane(PLAYER_PED) do + + -- FirstPersonCamera controls the camera if its enabled + if module.tvehicle.aircraft.camera[0] == false or module.tvehicle.first_person_camera.bool[0] then break end + + local vehicle = getCarCharIsUsing(PLAYER_PED) + local roll = getCarRoll(vehicle) + + attachCameraToVehicle(vehicle,0.0,module.tvehicle.aircraft.zoom[module.tvehicle.aircraft.index],2.5,0.0,0.0,0.0,(roll*-1),2) + if isKeyDown(0x56) then + while isKeyDown(0x56) do + wait(0) + end + module.tvehicle.aircraft.index = module.tvehicle.aircraft.index + 1 + if module.tvehicle.aircraft.index > #module.tvehicle.aircraft.zoom then + module.tvehicle.aircraft.index = 0 + end + end + wait(0) + end + restoreCameraJumpcut() + end + end +end + +function module.FirstPersonCamera() + local total_x = 0 + local total_y = 0 + + if module.tvehicle.first_person_camera.bool[0] and not isCharOnFoot(PLAYER_PED) and not fgame.tgame.camera.bool[0] then + while module.tvehicle.first_person_camera.bool[0] and not isCharOnFoot(PLAYER_PED) and not fgame.tgame.camera.bool[0] do + + local hveh = getCarCharIsUsing(PLAYER_PED) + + x,y = getPcMouseMovement() + total_x = total_x + x + total_y = total_y + y + + local roll = 0.0 + if module.tvehicle.aircraft.camera[0] == true then -- check if new aircraft camera is enabled + roll = getCarRoll(hveh) + end + + if fgame.tgame.camera.bool[0] then + break + end + attachCameraToChar(PLAYER_PED,module.tvehicle.first_person_camera.offset_x_var[0], module.tvehicle.first_person_camera.offset_y_var[0], module.tvehicle.first_person_camera.offset_z_var[0], total_x, 180, total_y, (roll*-1), 2) + wait(0) + end + restoreCameraJumpcut() + end +end + +-------------------------------------------------- +-- Color/ paintjob + +function module.ForEachCarComponent(func,skip,car) + car = car or getCarCharIsUsing(PLAYER_PED) + if car ~= nil then + + for _, comp in ipairs(mad.get_all_vehicle_components(car)) do + for _, obj in ipairs(comp:get_objects()) do + for _, mat in ipairs(obj:get_materials()) do + func(mat,comp,car) + if skip == true then + goto _skip + end + end + end + ::_skip:: + end + else + printHelpString("Player ~r~not ~w~in car") + end +end + +function module.GetTextureName(name) + if name == nil then + return "" + else + return name + end +end + +function module.ParseCarcols() + local file_path = string.format("%s/data/carcols.dat",getGameDirectory()) + local col_data = false + local car_data = false + + if doesFileExist(file_path) then + + for line in io.lines(file_path) do + if line == "col" then + col_data = true + goto continue + end + if line == "car" or line == "car4" then + car_data = true + goto continue + end + if line == "end" then + if col_data then col_data = false end + if car_data then car_data = false end + goto continue + end + if col_data then + local r, g, b = string.match(line,"(%d+).(%d+).(%d+)") + + if r and g and b then + table.insert(module.tvehicle.color.col_data_table,string.format("%d %d %d",r,g,b)) + end + end + if car_data then + local name = nil + for x in string.gmatch(line,"[^,]+") do + if type(tonumber(x)) == "nil" then + name = string.upper(x) + module.tvehicle.color.car_data_table[name] = {} + end + if type(tonumber(x)) == "number" then + table.insert(module.tvehicle.color.car_data_table[name],tonumber(x)) + end + end + end + ::continue:: + end + end +end + +function module.ParseVehiclesIDE() + local file_path = string.format("%s/data/vehicles.ide",getGameDirectory()) + local cars_data = false + local tt = module.tvehicle.handling_name + if doesFileExist(file_path) then + + for line in io.lines(file_path) do + if line == "cars" then + cars_data = true + end + if line == "end" then + if cars_data then cars_data = false end + goto continue + end + if cars_data then + local name = nil + local t = {} + for x in string.gmatch(line,"[^,]+") do + x = x:gsub(".",{["\t"] ="",[","] = "",[" "] = ""}) + table.insert(t,x) + end + t[1] = tonumber(t[1]) + if t[1] ~= nil then + tt[t[1]] = t[5] + end + end + end + ::continue:: + end +end + +function ApplyColor(load_saved_color,car) + + + module.ForEachCarComponent(function(mat,comp,car) + + local r, g, b, old_a = mat:get_color() + local model = getCarModel(car) + + if load_saved_color then + module.tvehicle.color.rgb[0] = fconfig.Get(string.format("%d.%s.red",model,comp.name),-1,module.tvehicle.paintjobs.save_data) + module.tvehicle.color.rgb[1] = fconfig.Get(string.format("%d.%s.green",model,comp.name),-1,module.tvehicle.paintjobs.save_data) + module.tvehicle.color.rgb[2] = fconfig.Get(string.format("%d.%s.blue",model,comp.name),-1,module.tvehicle.paintjobs.save_data) + end + + if (module.tvehicle.color.rgb[0] ~= -1.0 and module.tvehicle.color.rgb[1] ~= -1.0 and module.tvehicle.color.rgb[2] ~= -1.0) + and (not module.tvehicle.apply_material_filter[0] or (r == 0x3C and g == 0xFF and b == 0x00) or (r == 0xFF and g == 0x00 and b == 0xAF)) then + + local save_data = false + + if module.tvehicle.components.selected[0] == 0 and not load_saved_color then + mat:set_color(module.tvehicle.color.rgb[0]*255, module.tvehicle.color.rgb[1]*255, module.tvehicle.color.rgb[2]*255, 255.0) + save_data = true + end + + if comp.name == module.tvehicle.components.names[module.tvehicle.components.selected[0]+1] or load_saved_color then + mat:set_color(module.tvehicle.color.rgb[0]*255, module.tvehicle.color.rgb[1]*255, module.tvehicle.color.rgb[2]*255, 255.0) + save_data = true + end + + if save_data and module.tvehicle.paintjobs.enable_saving[0] then + fconfig.Set(module.tvehicle.paintjobs.save_data,string.format("%d.%s.red",model,comp.name),module.tvehicle.color.rgb[0]) + fconfig.Set(module.tvehicle.paintjobs.save_data,string.format("%d.%s.green",model,comp.name),module.tvehicle.color.rgb[1]) + fconfig.Set(module.tvehicle.paintjobs.save_data,string.format("%d.%s.blue",model,comp.name),module.tvehicle.color.rgb[2]) + end + end + module.tvehicle.color.default = getCarColours(car) + end,false,car) +end + +function ApplyTexture(filename,load_saved_texture,car) + + module.ForEachCarComponent(function(mat,comp,car) + local r, g, b, old_a = mat:get_color() + + local model = getCarModel(car) + + if load_saved_texture then + filename = fconfig.Get(string.format("%d.%s.texture",model,comp.name),nil,module.tvehicle.paintjobs.save_data) + end + + if filename ~= nil then + local fullpath = module.tvehicle.paintjobs.path .. "\\" .. filename .. ".png" + + if doesFileExist(fullpath) then + + if module.tvehicle.paintjobs.cache_images[filename] == nil then + module.tvehicle.paintjobs.cache_images[filename] = mad.load_png_texture(fullpath) + end + + module.tvehicle.paintjobs.texture = module.tvehicle.paintjobs.cache_images[filename] + + + if not module.tvehicle.apply_material_filter[0] or (r == 0x3C and g == 0xFF and b == 0x00) or (r == 0xFF and g == 0x00 and b == 0xAF) then + local save_data = false + + if module.tvehicle.components.selected[0] == 0 and not load_saved_texture then + mat:set_texture(module.tvehicle.paintjobs.texture) + save_data = true + end + if comp.name == module.tvehicle.components.names[module.tvehicle.components.selected[0]+1] or load_saved_texture then + mat:set_texture(module.tvehicle.paintjobs.texture) + save_data = true + end + + if save_data and module.tvehicle.paintjobs.enable_saving[0] then + fconfig.Set(module.tvehicle.paintjobs.save_data,string.format("%d.%s.texture",model,comp.name),filename) + end + end + end + end + module.tvehicle.color.default = getCarColours(car) + end,false,car) +end + +function Rainbow(speed) + local r = math.floor(math.sin(os.clock() * speed) * 127 + 128) + local g = math.floor(math.sin(os.clock() * speed + 2) * 127 + 128) + local b = math.floor(math.sin(os.clock() * speed + 4) * 127 + 128) + return r,g,b +end + +function RainbowVehicleColor(hveh) + module.ForEachCarComponent(function(mat,comp,hveh) + local r,g,b = mat:get_color() + + if not module.tvehicle.apply_material_filter[0] + or (r == 0x3C and g == 0xFF and b == 0x00) or (r == 0xFF and g == 0x00 and b == 0xAF) then + r,g,b = Rainbow(module.tvehicle.rainbow_colors.speed[0]) + mat:set_color(r,g,b,255) + end + end,false,hveh) +end + +function module.RainbowColors() + while module.tvehicle.rainbow_colors.bool[0] do + + if module.tvehicle.rainbow_colors.traffic[0] then -- Player + Traffic + + for hveh in fcommon.pool("veh") do + RainbowVehicleColor(hveh) + end + + else -- Only Player + if isCharInAnyCar(PLAYER_PED) then + local hveh = getCarCharIsUsing(PLAYER_PED) + RainbowVehicleColor(hveh) + else -- function not needed at this time + break + end + end + wait(0) + end +end + +function module.RainbowNeons() + + while module.tvehicle.rainbow_neons.bool[0] do + + if module.tvehicle.rainbow_neons.traffic[0] then -- Player + Traffic + + for hveh in fcommon.pool("veh") do + InstallNeon(hveh,{Rainbow(module.tvehicle.rainbow_neons.speed[0])}) + end + + else -- Only Player + if isCharInAnyCar(PLAYER_PED) then + local hveh = getCarCharIsUsing(PLAYER_PED) + InstallNeon(hveh,{Rainbow(module.tvehicle.rainbow_neons.speed[0])}) + else -- function not needed at this time + break + end + end + + wait(0) + end +end + +-------------------------------------------------- +-- Component/ tune + +function StoreComponentData(hveh) + if module.tvehicle.components.enable_saving[0] then + local model = tostring(getCarModel(hveh)) + module.tvehicle.components.save_data[model] = {} + + for x=1,14,1 do + local comp_model = getCurrentCarMod(hveh,x) + + if comp_model ~= -1 then + table.insert(module.tvehicle.components.save_data[model],comp_model) + end + end + end +end + +function module.AddComponentToVehicle(component,car,hide_msg) + component = tonumber(component) + if isCharInAnyCar(PLAYER_PED) then + if car == nil then + car = getCarCharIsUsing(PLAYER_PED) + end + if isModelAvailable(component) and doesVehicleExist(car) then + requestVehicleMod(component) + loadAllModelsNow() + addVehicleMod(car,component) + + StoreComponentData(car) + + if hide_msg ~= true then + printHelpString("Component ~g~added") + end + markModelAsNoLongerNeeded(component) + end + end +end + +function module.RemoveComponentFromVehicle(component,car,hide_msg) + component = tonumber(component) + if car == nil then + car = getCarCharIsUsing(PLAYER_PED) + end + if doesVehicleExist(car) then + removeVehicleMod(car,component) + + StoreComponentData(car) + + if hide_msg ~= true then + printHelpString("Component ~r~removed") + end + end +end + +-------------------------------------------------- +-- Misc + +function module.OnEnterVehicle() + + while true do + + if isCharInAnyCar(PLAYER_PED) then + local hveh = getCarCharIsUsing(PLAYER_PED) + local pVeh = getCarPointer(hveh) + local model = getCarModel(hveh) + + local model_name = module.tvehicle.gxt_name_table[casts.CModelInfo.GetNameFromModel(model)] or getGxtText(casts.CModelInfo.GetNameFromModel(model)) + + -- Get vehicle components + module.tvehicle.components.names = {"default"} + + module.ForEachCarComponent(function(mat,comp,hveh) + table.insert(module.tvehicle.components.names,comp.name) + end,true) + module.tvehicle.components.list = imgui.new['const char*'][#module.tvehicle.components.names](module.tvehicle.components.names) + + imgui.StrCopy(module.tvehicle.gxt_name,model_name) + + if module.tvehicle.first_person_camera.offsets[tostring(model)] == nil then + module.tvehicle.first_person_camera.offsets[tostring(model)] = + { + ["x"] = 0, + ["y"] = 0.1, + ["z"] = 0.6, + } + end + + module.tvehicle.first_person_camera.offset_x_var[0] = module.tvehicle.first_person_camera.offsets[tostring(model)]["x"] + module.tvehicle.first_person_camera.offset_y_var[0] = module.tvehicle.first_person_camera.offsets[tostring(model)]["y"] + module.tvehicle.first_person_camera.offset_z_var[0] = module.tvehicle.first_person_camera.offsets[tostring(model)]["z"] + + fcommon.CreateThread(module.AircraftCamera) + fcommon.CreateThread(module.FirstPersonCamera) + fcommon.CreateThread(module.RainbowColors) + fcommon.CreateThread(module.UnlimitedNitro) + + module.tvehicle.paintjobs.current_paintjob[0] = fconfig.Get(string.format("%d.paintjob",model),nil,module.tvehicle.paintjobs.save_data) or getCurrentVehiclePaintjob(hveh) + module.tvehicle.paintjobs.paintjobs_count = getNumAvailablePaintjobs(hveh) + + module.tvehicle.paintjobs.names = {"None"} + + for i=1,module.tvehicle.paintjobs.paintjobs_count,1 do + table.insert(module.tvehicle.paintjobs.names, string.format("Paintjob %d",i)) + end + + + if module.tvehicle.paintjobs.enable_saving[0] then + ApplyColor(true) + ApplyTexture(nil,true) + + if getNumAvailablePaintjobs(hveh) >= module.tvehicle.paintjobs.current_paintjob[0] then + giveVehiclePaintjob(hveh,module.tvehicle.paintjobs.current_paintjob[0]) + end + + local color = + { + fconfig.Get(string.format("tvehicle.paintjobs.save_data.%d.neon.red",model),0), + fconfig.Get(string.format("tvehicle.paintjobs.save_data.%d.neon.green",model),0), + fconfig.Get(string.format("tvehicle.paintjobs.save_data.%d.neon.blue",model),0) + } + InstallNeon(hveh,color) + end + + if module.tvehicle.components.enable_saving[0] then + for tmodel,table in pairs(module.tvehicle.components.save_data) do + if tmodel == tostring(model) then + for _,component in ipairs(table) do + module.AddComponentToVehicle(component,car,true) + end + break + end + end + end + + while isCharInCar(PLAYER_PED,hveh) do + wait(0) + end + + module.tvehicle.first_person_camera.offsets[tostring(model)].x = module.tvehicle.first_person_camera.offset_x_var[0] + module.tvehicle.first_person_camera.offsets[tostring(model)].y = module.tvehicle.first_person_camera.offset_y_var[0] + module.tvehicle.first_person_camera.offsets[tostring(model)].z = module.tvehicle.first_person_camera.offset_z_var[0] + module.tvehicle.max_velocity_temp[0] = -1 + end + wait(0) + end +end + +function DoorMenu(func) + local vehicle = getCarCharIsUsing(PLAYER_PED) + local seats = getMaximumNumberOfPassengers(vehicle) + 1 -- passenger + driver + + if seats == 4 then + doors = 5 + else + doors = 3 + end + if imgui.Button(module.tvehicle.doors[7],imgui.ImVec2(fcommon.GetSize(1))) then + for i=0,doors,1 do + func(vehicle,i) + end + end + for i=0,doors,1 do + if imgui.Button(module.tvehicle.doors[i+1],imgui.ImVec2(fcommon.GetSize(2))) then + func(vehicle,i) + end + if i%2 ~= 1 then + imgui.SameLine() + end + end + +end + +function module.UnlimitedNitro() + writeMemory(0x969165,1,0,true) -- ALl cars have nitro + writeMemory(0x96918B,1,0,true) -- All taxis have nitro + local hveh = getCarCharIsUsing(PLAYER_PED) + while isCharInCar(PLAYER_PED,hveh) and module.tvehicle.unlimited_nitro[0] and isThisModelACar(getCarModel(hveh)) do + + if isKeyDown(vkeys.VK_LBUTTON) then + module.AddComponentToVehicle(1010,hveh,true) + while isKeyDown(vkeys.VK_LBUTTON) do + wait(0) + end + module.RemoveComponentFromVehicle(1010,hveh,true) + end + + wait(0) + end +end + +-------------------------------------------------- +-- Main + +function module.VehicleMain() + if imgui.Button("Blow up cars",imgui.ImVec2(fcommon.GetSize(3))) then + callFunction(0x439D80,0,0) + fcommon.CheatActivated() + end + imgui.SameLine() + if imgui.Button("Fix vehicle",imgui.ImVec2(fcommon.GetSize(3))) then + if isCharInAnyCar(PLAYER_PED) then + local car = getCarCharIsUsing(PLAYER_PED) + fixCar(car) + fcommon.CheatActivated() + else + printHelpString("Player not in vehicle") + end + end + imgui.SameLine() + if imgui.Button("Flip vehicle",imgui.ImVec2(fcommon.GetSize(3))) then + + if isCharInAnyCar(PLAYER_PED) then + local car = getCarCharIsUsing(PLAYER_PED) + + setCarRoll(car,getCarRoll(car) + 180) + setCarRoll(car,getCarRoll(car)) -- rotation fix + fcommon.CheatActivated() + else + printHelpString("Player not in vehicle") + end + end + + if fcommon.BeginTabBar('VehiclesBar') then + if fcommon.BeginTabItem('Checkboxes') then + imgui.Columns(2,nil,false) + + fcommon.CheckBoxValue("Aggressive drivers",0x96914F) + fcommon.CheckBoxValue("Aim while driving",0x969179) + fcommon.CheckBoxValue("All cars have nitro",0x969165) + fcommon.CheckBoxValue("All taxis have nitro",0x96918B) + fcommon.CheckBoxValue("Boats fly",0x969153) + fcommon.CheckBox3Var("Car engine",module.tvehicle.car_engine,"Set to 'No changes' if you're using\ +mods which involve fuel systems") + fcommon.CheckBoxValue("Cars fly",0x969160) + fcommon.CheckBoxVar("Car heavy",module.tvehicle.heavy) + fcommon.CheckBoxValue("Decreased traffic",0x96917A) + fcommon.CheckBoxVar("Don't fall off bike",module.tvehicle.stay_on_bike) + fcommon.CheckBoxValue("Drive on water",0x969152) + if fcommon.CheckBoxVar("First person camera",module.tvehicle.first_person_camera.bool,nil, + function() + fcommon.InputFloat("Offset X", module.tvehicle.first_person_camera.offset_x_var,nil,-5,5,0.02) + fcommon.InputFloat("Offset Y", module.tvehicle.first_person_camera.offset_y_var,nil,-5,5,0.02) + fcommon.InputFloat("Offset Z", module.tvehicle.first_person_camera.offset_z_var,nil,-5,5,0.02) + end) then + fcommon.CreateThread(module.FirstPersonCamera) + end + if fcommon.CheckBoxVar("Fixed aircraft camera",module.tvehicle.aircraft.camera) then + fcommon.CreateThread(module.AircraftCamera) + end + fcommon.CheckBoxValue("Fixed train camera",5416239,nil,fconst.TRAIN_CAM_FIX.ON,fconst.TRAIN_CAM_FIX.OFF) + + imgui.NextColumn() + + fcommon.CheckBoxValue("Float away when hit",0x969166) + fcommon.CheckBoxValue("Green traffic lights",0x96914E) + if fcommon.CheckBoxVar("Invisible car",module.tvehicle.invisible_car) then + if isCharInAnyCar(PLAYER_PED) then + local car = getCarCharIsUsing(PLAYER_PED) + setCarVisible(car,not module.tvehicle.invisible_car[0]) + end + end + if fcommon.CheckBoxVar("Lights on",module.tvehicle.lights,nil,nil,false) then + if isCharInAnyCar(PLAYER_PED) then + local hveh = getCarCharIsUsing(PLAYER_PED) + if module.tvehicle.lights[0] then + forceCarLights(hveh,2) + addOneOffSound(x,y,z,1052) + fcommon.CheatActivated() + else + forceCarLights(hveh,1) + addOneOffSound(x,y,z,1053) + fcommon.CheatDeactivated() + end + else + printHelpString("Player ~r~not~w~ in car") + end + end + + if fcommon.CheckBoxVar("Lock doors",module.tvehicle.lock_doors,nil,nil,false) then + if isCharInAnyCar(PLAYER_PED) then + local car = getCarCharIsUsing(PLAYER_PED) + if getCarDoorLockStatus(car) == 4 then + lockCarDoors(car,1) + fcommon.CheatDeactivated() + else + lockCarDoors(car,4) + fcommon.CheatActivated() + end + else + printHelpString("Player ~r~not~w~ in car") + end + end + + fcommon.CheckBoxVar("No damage",module.tvehicle.no_damage) + if fcommon.CheckBoxVar("No traffic vehicles",module.tvehicle.no_vehicles) then + if module.tvehicle.no_vehicles[0] then + writeMemory(0x434237,1,0x73,false) -- change condition to unsigned (0-255) + writeMemory(0x434224,1,0,false) + writeMemory(0x484D19,1,0x83,false) -- change condition to unsigned (0-255) + writeMemory(0x484D17,1,0,false) + else + writeMemory(0x434237,1,-1063242627,false) -- change condition to unsigned (0-255) + writeMemory(0x434224,1,940431405,false) + writeMemory(0x484D19,1,292493,false) -- change condition to unsigned (0-255) + writeMemory(0x484D17,1,1988955949,false) + end + end + + fcommon.CheckBoxVar("No visual damage",module.tvehicle.visual_damage) + fcommon.CheckBoxValue("Perfect handling",0x96914C) + fcommon.CheckBoxValue("Tank mode",0x969164) + if fcommon.CheckBoxVar("Traffic neons",module.tvehicle.neon.checkbox,"Adds neon lights to traffic vehicles.\nOnly some vehicles will have them.") then + fcommon.CreateThread(fvehicle.TrafficNeons) + end + if fcommon.CheckBoxVar("Unlimited nitro",module.tvehicle.unlimited_nitro,"Nitro will activate when left clicked\n\nEnabling this would disable\nAll cars have nitro\nAll taxis have nitro") then + fcommon.CreateThread(module.UnlimitedNitro) + end + if fcommon.CheckBoxVar("Watertight car",module.tvehicle.watertight_car) then + if isCharInAnyCar(PLAYER_PED) then + local car = getCarCharIsUsing(PLAYER_PED) + setCarWatertight(car,module.tvehicle.watertight_car[0]) + end + end + fcommon.CheckBoxValue("Wheels only",0x96914B) + + imgui.Columns(1) + end + if fcommon.BeginTabItem('Menus') then + fcommon.DropDownMenu("Enter nearest vehicle as",function() + local vehicle = storeClosestEntities(PLAYER_PED) + if vehicle ~= -1 then + local seats = getMaximumNumberOfPassengers(vehicle) + imgui.Spacing() + imgui.Columns(2,nil,false) + imgui.Text(casts.CModelInfo.GetNameFromModel(getCarModel(vehicle))) + imgui.NextColumn() + imgui.Text(string.format("Total seats: %d",seats+1)) + imgui.Columns(1) + + imgui.Spacing() + if imgui.Button("Driver",imgui.ImVec2(fcommon.GetSize(2))) then + warpCharIntoCar(PLAYER_PED,vehicle) + end + for i=0,seats-1,1 do + if i%2 ~= 1 then + imgui.SameLine() + end + if imgui.Button("Passenger " .. tostring(i+1),imgui.ImVec2(fcommon.GetSize(2))) then + warpCharIntoCarAsPassenger(PLAYER_PED,vehicle,i) + end + end + else + imgui.Text("No near by vehicles") + end + end) + fcommon.DropDownMenu("License plate text",function() + imgui.InputText("Text", module.tvehicle.license_plate_text,ffi.sizeof(module.tvehicle.license_plate_text)) + fcommon.InformationTooltip("The text of vehicle license plate\nwhich you spawn using cheat-menu") + end) + + fcommon.DropDownMenu("Traffic options",function() + fcommon.RadioButtonAddress("Color",{"Black","Pink"},{0x969151,0x969150}) + imgui.Spacing() + fcommon.RadioButtonAddress("Type",{"Cheap","Country","Fast"},{0x96915E,0x96917B,0x96915F}) + end) + + if isCharInAnyCar(PLAYER_PED) then + local car = getCarCharIsUsing(PLAYER_PED) + local pCar = getCarPointer(car) + local model = getCarModel(car) + + fcommon.UpdateAddress({name = 'Density multiplier',address = 0x8A5B20,size = 4,min = 0,max = 10, default = 1,is_float = true}) + fcommon.UpdateAddress({name = 'Dirt level',address = pCar + 1200 ,size = 4,min = 0,max = 15, default = 7.5,is_float = true}) + fcommon.DropDownMenu("Doors",function() + if isCharInAnyCar(PLAYER_PED) and not (isCharOnAnyBike(PLAYER_PED) or isCharInAnyBoat(PLAYER_PED) + or isCharInAnyHeli(PLAYER_PED) or isCharInAnyPlane(PLAYER_PED)) then + imgui.Columns(2,nil,false) + imgui.RadioButtonIntPtr("Damage", module.tvehicle.door_menu_button,0) + imgui.RadioButtonIntPtr("Fix", module.tvehicle.door_menu_button,1) + imgui.NextColumn() + imgui.RadioButtonIntPtr("Open", module.tvehicle.door_menu_button,2) + imgui.RadioButtonIntPtr("Pop", module.tvehicle.door_menu_button,3) + imgui.Columns(1) + + imgui.Spacing() + + if module.tvehicle.door_menu_button[0] == 0 then + if module.tvehicle.visual_damage[0] == false then + DoorMenu(function(vehicle,door) + damageCarDoor(vehicle,door) + end) + else + imgui.Text("No visual damage enabled") + end + end + if module.tvehicle.door_menu_button[0] == 1 then + DoorMenu(function(vehicle,door) + fixCarDoor(vehicle,door) + end) + end + if module.tvehicle.door_menu_button[0] == 2 then + DoorMenu(function(vehicle,door) + openCarDoor(vehicle,door) + end) + end + if module.tvehicle.door_menu_button[0] == 3 then + DoorMenu(function(vehicle,door) + popCarDoor(vehicle,door,true) + end) + end + else + imgui.Text("Player not in car") + end + + end) + fcommon.DropDownMenu("Set name",function() + + imgui.Text(string.format( "Model name = %s",casts.CModelInfo.GetNameFromModel(getCarModel(car)))) + imgui.Spacing() + imgui.InputText("Name", module.tvehicle.gxt_name,ffi.sizeof(module.tvehicle.gxt_name)) + + imgui.Spacing() + if imgui.Button("Set",imgui.ImVec2(fcommon.GetSize(3))) then + setGxtEntry(casts.CModelInfo.GetNameFromModel(getCarModel(car)),ffi.string(module.tvehicle.gxt_name)) + fcommon.CheatActivated() + end + imgui.SameLine() + if imgui.Button("Save",imgui.ImVec2(fcommon.GetSize(3))) then + module.tvehicle.gxt_name_table[casts.CModelInfo.GetNameFromModel(getCarModel(car))] = ffi.string(module.tvehicle.gxt_name) + end + imgui.SameLine() + if imgui.Button("Clear all",imgui.ImVec2(fcommon.GetSize(3))) then + module.tvehicle.gxt_name_table = {} + end + end) + fcommon.DropDownMenu("Set speed",function() + + fcommon.CheckBoxVar("Lock speed",module.tvehicle.lock_speed) + imgui.Spacing() + imgui.InputInt("Set",module.tvehicle.speed) + + imgui.Spacing() + if imgui.Button("Set speed##brn",imgui.ImVec2(fcommon.GetSize(2))) then + if isCharInAnyCar(PLAYER_PED) then + car = getCarCharIsUsing(PLAYER_PED) + setCarForwardSpeed(car,module.tvehicle.speed[0]) + end + end + imgui.SameLine() + if imgui.Button("Instant stop",imgui.ImVec2(fcommon.GetSize(2))) then + if isCharInAnyCar(PLAYER_PED) then + car = getCarCharIsUsing(PLAYER_PED) + setCarForwardSpeed(car,0.0) + end + end + if module.tvehicle.speed[0] > 500 then + module.tvehicle.speed[0] = 500 + end + if module.tvehicle.speed[0] < 0 then + module.tvehicle.speed[0] = 0 + end + end) + fcommon.UpdateAddress({name = 'Wheel scale',address = pCar+0x458,size = 4,min = 0,max = 10, default = 1,is_float = true}) + end + end + if fcommon.BeginTabItem('Spawn') then + imgui.Columns(2,nil,false) + fcommon.CheckBoxVar("Spawn inside",module.tvehicle.spawn_inside,"Spawn inside vehicle as driver") + + imgui.NextColumn() + fcommon.CheckBoxVar("Spawn aircraft in air",module.tvehicle.aircraft.spawn_in_air) + imgui.Columns(1) + + imgui.Dummy(imgui.ImVec2(0,10)) + fcommon.DrawEntries(fconst.IDENTIFIER.VEHICLE,fconst.DRAW_TYPE.IMAGE,module.GiveVehicleToPlayer,nil,casts.CModelInfo.GetNameFromModel,module.tvehicle.images,fconst.VEHICLE.IMAGE_HEIGHT,fconst.VEHICLE.IMAGE_WIDTH) + + end + if fcommon.BeginTabItem('Paint') then + if isCharInAnyCar(PLAYER_PED) then + local car = getCarCharIsUsing(PLAYER_PED) + local model = getCarModel(car) + + if imgui.Button("Reset color",imgui.ImVec2(fcommon.GetSize(2))) then + + module.ForEachCarComponent(function(mat,comp,car) + mat:reset_color() + end) + module.tvehicle.color.default = -1 + printHelpString("Color reset") + end + imgui.SameLine() + if imgui.Button("Reset texture",imgui.ImVec2(fcommon.GetSize(2))) then + fconfig.tconfig.temp_texture_name = nil + module.ForEachCarComponent(function(mat,comp,car) + mat:reset_texture() + end) + module.tvehicle.paintjobs.texture = nil + printHelpString("Texture reset") + end + + imgui.Spacing() + imgui.Columns(2,nil,false) + if fcommon.CheckBoxVar("Enable saving",module.tvehicle.paintjobs.enable_saving,"Save and load vehicle paint data.\nApplies for all vehicles of this model.") then + if module.tvehicle.paintjobs.enable_saving[0] then + ApplyColor(true) + end + end + fcommon.CheckBoxVar("Material filter",module.tvehicle.apply_material_filter,"Filters material while applying color/ texture\nDisable if something doesn't work properly") + imgui.NextColumn() + if fcommon.CheckBoxVar("Rainbow colors",module.tvehicle.rainbow_colors.bool,"Rainbow color effect on players vehicle", + function() + if fcommon.CheckBoxVar("Apply for traffic",module.tvehicle.rainbow_colors.traffic,"Rainbow color effect on traffic vehicles") then + fcommon.CreateThread(module.RainbowColors) + end + imgui.Dummy(imgui.ImVec2(0,20)) + imgui.SliderFloat("Speed",module.tvehicle.rainbow_colors.speed,0,2) + end) then + fcommon.CreateThread(module.RainbowColors) + end + + if fcommon.CheckBoxVar("Rainbow neons",module.tvehicle.rainbow_neons.bool,"Rainbow neon effect on players vehicle", + function() + fcommon.CheckBoxVar("Apply for traffic",module.tvehicle.rainbow_neons.traffic,"Rainbow neon effect on traffic vehicles", + function() + fcommon.CreateThread(module.RainbowNeons) + end) + imgui.Dummy(imgui.ImVec2(0,20)) + imgui.SliderFloat("Speed",module.tvehicle.rainbow_neons.speed,0,2) + end) then + fcommon.CreateThread(module.RainbowNeons) + end + imgui.Columns(1) + imgui.Spacing() + + if imgui.ColorEdit3("Color",module.tvehicle.color.rgb) then + ApplyColor() + end + fcommon.ConfigPanel("Color",function() + if isCharInAnyCar(PLAYER_PED) then + fcommon.CheckBoxVar("Show all carcol colors", module.tvehicle.color.show_all) + imgui.Spacing() + local car = getCarCharIsUsing(PLAYER_PED) + local name = casts.CModelInfo.GetNameFromModel(getCarModel(car)) + + local shown_colors = {} + imgui.Text("Color:") + imgui.Spacing() + imgui.Columns(2,nil,false) + imgui.RadioButtonIntPtr("Primary", module.tvehicle.color.radio_btn, 1) + imgui.RadioButtonIntPtr("Secondary", module.tvehicle.color.radio_btn, 2) + imgui.NextColumn() + imgui.RadioButtonIntPtr("Tertiary", module.tvehicle.color.radio_btn, 3) + imgui.RadioButtonIntPtr("Quaternary", module.tvehicle.color.radio_btn, 4) + imgui.Spacing() + imgui.Columns(1) + imgui.Text("Select color preset:") + imgui.Spacing() + + if imgui.BeginChild("Colors") then + local x,y = fcommon.GetSize(1) + local btns_in_row = math.floor(imgui.GetWindowContentRegionWidth()/(y*2)) + local btn_size = (imgui.GetWindowContentRegionWidth() - imgui.StyleVar.ItemSpacing*(btns_in_row-0.75*btns_in_row))/btns_in_row + local btn_count = 1 + + func = function(v) + if not shown_colors[v] then + local t = {} + local k = 1 + + for i in string.gmatch(module.tvehicle.color.col_data_table[v+1],"%w+") do + table.insert( t,tonumber(i)) + end + + if imgui.ColorButton("Color " .. tostring(v),imgui.ImVec4(t[1]/255,t[2]/255,t[3]/255,255),0,imgui.ImVec2(btn_size,btn_size)) then + writeMemory(getCarPointer(car) + 1075 + module.tvehicle.color.radio_btn[0],1,tonumber(v),false) + module.ForEachCarComponent(function(mat,comp,car) + mat:reset_color() + end) + end + if imgui.IsItemHovered() then + local drawlist = imgui.GetWindowDrawList() + drawlist:AddRectFilled(imgui.GetItemRectMin(), imgui.GetItemRectMax(), imgui.GetColorU32(imgui.Col.ModalWindowDimBg)) + end + shown_colors[v] = true + if btn_count % btns_in_row ~= 0 then + imgui.SameLine(0.0,4.0) + end + btn_count = btn_count + 1 + end + end + + if module.tvehicle.color.show_all[0] then + for v=0,(#module.tvehicle.color.col_data_table-1),1 do + func(v) + end + else + if module.tvehicle.color.car_data_table[name] ~= nil then + for k,v in ipairs(module.tvehicle.color.car_data_table[name]) do + func(v) + end + end + end + imgui.EndChild() + end + end + + end) + + imgui.Combo("Component",module.tvehicle.components.selected,module.tvehicle.components.list,#module.tvehicle.components.names) + + if imgui.ColorEdit3("Neons",module.tvehicle.neon.rgb) then + InstallNeon(car,{module.tvehicle.neon.rgb[0]*255,module.tvehicle.neon.rgb[1]*255,module.tvehicle.neon.rgb[2]*255}) + end + + if module.tvehicle.paintjobs.paintjobs_count > 0 then + + if fcommon.HorizontalSelector("Paintjob",module.tvehicle.paintjobs.current_paintjob, + module.tvehicle.paintjobs.names) then + if module.tvehicle.paintjobs.current_paintjob[0] >= -1 and module.tvehicle.paintjobs.current_paintjob[0] <= module.tvehicle.paintjobs.paintjobs_count then + giveVehiclePaintjob(car,module.tvehicle.paintjobs.current_paintjob[0]) + + if module.tvehicle.paintjobs.enable_saving[0] then + fconfig.Set(module.tvehicle.paintjobs.save_data,string.format("%d.paintjob",model),module.tvehicle.paintjobs.current_paintjob[0]) + end + end + end + end + fcommon.DrawEntries(fconst.IDENTIFIER.PAINTJOB,fconst.DRAW_TYPE.IMAGE,ApplyTexture,nil,module.GetTextureName,module.tvehicle.paintjobs.images,fconst.VEHICLE.IMAGE_HEIGHT,fconst.VEHICLE.IMAGE_WIDTH) + else + imgui.TextWrapped("Player needs to be inside a vehicle for options to show up here.") + end + end + if fcommon.BeginTabItem('Tune') then + if isCharInAnyCar(PLAYER_PED) then + local car = getCarCharIsUsing(PLAYER_PED) + local model = getCarModel(car) + + if imgui.Button("Reset vehicle components",imgui.ImVec2(fcommon.GetSize(1))) then + for x=1,fconst.COMPONENT.TOTAL_SLOTS,1 do + local comp_model = getCurrentCarMod(car,x) + + if comp_model ~= -1 then + module.RemoveComponentFromVehicle(comp_model,car,true) + end + end + printHelpString("Vehicle components reset") + end + + if fcommon.CheckBoxVar("Enable saving",module.tvehicle.components.enable_saving,"Save and load vehicle tune data.\nApplies for all vehicles of this model.") then + if module.tvehicle.components.enable_saving[0] then + for tmodel,table in pairs(module.tvehicle.components.save_data) do + if tmodel == tostring(model) then + for _,component in ipairs(table) do + module.AddComponentToVehicle(component,car,true) + end + break + end + end + end + end + imgui.Dummy(imgui.ImVec2(0,10)) + fcommon.DrawEntries(fconst.IDENTIFIER.COMPONENT,fconst.DRAW_TYPE.IMAGE,module.AddComponentToVehicle, + function(component) + if imgui.MenuItemBool("Remove component") then + module.RemoveComponentFromVehicle(component) + end + end,function(a) return a end,module.tvehicle.components.images,fconst.COMPONENT.IMAGE_HEIGHT,fconst.COMPONENT.IMAGE_WIDTH) + + else + imgui.TextWrapped("Player needs to be inside a vehicle for options to show up here.") + end + end + if fcommon.BeginTabItem('Handling') then + if isCharInAnyCar(PLAYER_PED) then + local car = getCarCharIsUsing(PLAYER_PED) + local model = getCarModel(car) + + ------------------------------------------------------- + local phandling = readMemory((casts.CModelInfo.ms_modelInfoPtrs[model] + 0x4A),2,false) --m_nHandlingId + phandling = phandling * 0xE0 + phandling = phandling + 0xC2B9DC + + if module.tvehicle.max_velocity_temp[0] == -1 then + local velocity = memory.getfloat(phandling + 0x84) + velocity = velocity*206 + (velocity-0.918668)*1501 + module.tvehicle.max_velocity_temp[0] = velocity + end + + if imgui.Button("Reset handling",imgui.ImVec2(fcommon.GetSize(3))) then + local cHandlingDataMgr = readMemory(0x05BFA96,4,false) + callMethod(0x5BD830,cHandlingDataMgr,0,0) + printHelpString("Handling reset") + end + imgui.SameLine() + if imgui.Button("Save to file",imgui.ImVec2(fcommon.GetSize(3))) then + local name = module.tvehicle.handling_name[model] + local fMass = memory.getfloat(phandling + 0x4) + local fTurnMass = memory.getfloat(phandling + 0xC) + local fDragMult = memory.getfloat(phandling + 0x10) + local CentreOfMassX = memory.getfloat(phandling + 0x14) + local CentreOfMassY = memory.getfloat(phandling + 0x18) + local CentreOfMassZ = memory.getfloat(phandling + 0x1C) + local nPercentSubmerged = memory.read(phandling + 0x20,4) + local fTractionMultiplier = memory.getfloat(phandling + 0x28) + local fTractionLoss = memory.getfloat(phandling + 0xA4) + local TractionBias = memory.getfloat(phandling + 0xA8) + local nNumberOfGears= memory.read(phandling + 0x76,1) + local fMaxVelocity = module.tvehicle.max_velocity_temp[0] --memory.getfloat(phandling + 0x84) + --fMaxVelocity = fMaxVelocity*206 + (fMaxVelocity-0.918668)*1501 + local fEngineAcceleration = memory.getfloat(phandling + 0x7C)*12500 + local fEngineInertia = memory.getfloat(phandling + 0x80) + local nDriveType = memory.tostring(phandling + 0x74,1) + local nEngineType = memory.tostring(phandling + 0x75,1) + local BrakeDeceleration = memory.getfloat(phandling + 0x94)*2500 + local BrakeBias = memory.getfloat(phandling + 0x98) + local ABS = memory.read(phandling + 0x9C,1) + local SteeringLock = memory.getfloat(phandling + 0xA0) + local SuspensionForceLevel = memory.getfloat(phandling + 0xAC) + local SuspensionDampingLevel = memory.getfloat(phandling + 0xB0) + local SuspensionHighSpdComDamp = memory.getfloat(phandling + 0xB4) + local Suspension_upper_limit = memory.getfloat(phandling + 0xB8) + local Suspension_lower_limit = memory.getfloat(phandling + 0xBC) + local Suspension_bias = memory.getfloat(phandling + 0xC0) + local Suspension_anti_dive_multiplier = memory.getfloat(phandling + 0xC4) + local fSeatOffsetDistance = memory.getfloat(phandling + 0xD4) + local fCollisionDamageMultiplier = memory.getfloat(phandling + 0xC8)*0.338 + local nMonetaryValue = memory.read(phandling + 0xD8,4) + local modelFlags = string.format('%x',memory.read(phandling + 0xCC,4)) + local handlingFlags = string.format('%x',memory.read(phandling + 0xD0,4)) + local front_lights = memory.read(phandling + 0xDC,1) + local rear_lights = memory.read(phandling + 0xDD,1) + local vehicle_anim_group = memory.read(phandling + 0xDE,1) + + + local file = io.open(getGameDirectory() .. "/handling.txt","a+") + local data = string.format("\n%s\t%.5g\t%.5g\t%.5g\t%.5g\t%.5g\t%.5g\t%.5g\t%.5g\t%.5g\t%.5g\t%d\t%d\t%.5g\t%.5g\t%s\t%s\t%.5g\t%.5g\t%d\t%.5g\t%.5g\t%.5g\t%.5g\t%.5g\t%.5g\t%.5g\t%.5g\t%.5g\t%.5g\t%d\t%s\t%s\t%d\t%d\t%d", + name,fMass,fTurnMass,fDragMult,CentreOfMassX,CentreOfMassY,CentreOfMassZ,nPercentSubmerged,fTractionMultiplier,fTractionLoss,TractionBias,nNumberOfGears, + fMaxVelocity,fEngineAcceleration,fEngineInertia,tostring(nDriveType),nEngineType,BrakeDeceleration,BrakeBias,ABS,SteeringLock,SuspensionForceLevel,SuspensionDampingLevel, + SuspensionHighSpdComDamp,Suspension_upper_limit,Suspension_lower_limit,Suspension_bias,Suspension_anti_dive_multiplier,fSeatOffsetDistance, + fCollisionDamageMultiplier,nMonetaryValue,tostring(modelFlags),tostring(handlingFlags),front_lights,rear_lights,vehicle_anim_group) + file:write(data) + file:close() + printHelpString("Data saved") + end + imgui.SameLine() + if imgui.Button("Read more",imgui.ImVec2(fcommon.GetSize(3))) then + os.execute('explorer "https://projectcerbera.com/gta/sa/tutorials/handling"') + end + + imgui.Spacing() + if imgui.BeginChild("Handling") then + fcommon.RadioButtonAddressEx("ABS",{"On","Off"},{1.0,0.0},phandling + 0x9C,false) + fcommon.UpdateAddress({name = 'Anti dive multiplier',address = phandling + 0xC4 ,size = 4,min = 0,max = 1,is_float = true,cvalue = 0.01, save = false}) + fcommon.UpdateAddress({name = 'Brake bias',address = phandling + 0x98 ,size = 4,min = 0,max = 1,is_float = true,cvalue = 0.01, save = false}) + fcommon.UpdateAddress({name = 'Brake deceleration',address = phandling + 0x94 ,size = 4,min = 0.1,max = 20,is_float = true,mul = 2500,cvalue = 0.1, save = false}) + fcommon.UpdateAddress({name = 'Centre of mass X',address = phandling + 0x14 ,size = 1,min = -10.0,max = 10.0,is_float = true,cvalue = 0.05, save = false}) + fcommon.UpdateAddress({name = 'Centre of mass Y',address = phandling + 0x18 ,size = 1,min = -10.0,max = 10.0,is_float = true,cvalue = 0.05, save = false}) + fcommon.UpdateAddress({name = 'Centre of mass Z',address = phandling + 0x1C ,size = 1,min = -10.0,max = 10.0,is_float = true,cvalue = 0.05, save = false}) + fcommon.UpdateAddress({name = 'Collision damage multiplier',address = phandling + 0xC8,size = 4,min = 0,max = 1,is_float = true,cvalue = 0.01,mul = 0.3381, save = false}) + fcommon.UpdateAddress({name = 'Damping level',address = phandling + 0xB0 ,size = 4,is_float = true,cvalue = 0.01, save = false}) + fcommon.UpdateAddress({name = 'Drag mult',address = phandling + 0x10 ,size = 4,min = 0,max = 30.0,is_float = true, save = false}) + fcommon.RadioButtonAddressEx("Drive type",{"Front wheel drive","Rear wheel drive","Four wheel drive"},{70,82,52},phandling + 0x74,false) + fcommon.UpdateAddress({name = 'Engine acceleration',address = phandling + 0x7C ,size = 4,min = 0,max = 49,is_float = true,mul = 12500, save = false}) + fcommon.UpdateAddress({name = 'Engine inertia',address = phandling + 0x80 ,size = 4,min = 0,max = 400,is_float = true, save = false}) + fcommon.RadioButtonAddressEx("Engine type",{"Petrol","Diseal","Electric"},{80,68,69},phandling + 0x75,false) + fcommon.RadioButtonAddressEx("Front lights",{"Long","Small","Big","Tall"},{0,1,2,3},phandling + 0xDC,false) + fcommon.UpdateAddress({name = 'Force level',address = phandling + 0xAC ,size = 4,is_float = true,cvalue = 0.1, save = false}) + fcommon.UpdateBits("Handling flags",module.tvehicle.handling_flags,phandling + 0xD0,4) + fcommon.UpdateAddress({name = 'High speed damping',address = phandling + 0xB4 ,size = 4,is_float = true,cvalue = 0.1, save = false}) + fcommon.UpdateAddress({name = 'Lower limit',address = phandling + 0xBC ,size = 4,min = -1,max = 1,is_float = true,cvalue = 0.01, save = false}) + fcommon.UpdateAddress({name = 'Mass',address = phandling + 0x4 ,size = 4,min = 1,max = 50000,is_float = true, save = false}) + + -- fcommon.UpdateAddress({name = 'Max velocity',address = phandling + 0x84 ,size = 4,min = 0,max = 2,is_float = true,cvalue = 0.01 , save = false}) + fcommon.DropDownMenu("Max velocity",function() + imgui.Text("Info") + fcommon.InformationTooltip("Due to an issue, any changes made here won't\nbe applied in game. You can still generate your\ +data file with these values changed here") + imgui.Columns(2,nil,false) + imgui.Text("Minimum = 0") + imgui.NextColumn() + imgui.Text("Maximum = 500") + imgui.Columns(1) + imgui.Spacing() + + imgui.InputInt("Set##MaxVelocity",module.tvehicle.max_velocity_temp) + + if imgui.Button("Minimum##MaxVelocity",imgui.ImVec2(fcommon.GetSize(3))) then + module.tvehicle.max_velocity_temp[0] = 0 + end + + imgui.SameLine() + if imgui.Button("Default##MaxVelocity",imgui.ImVec2(fcommon.GetSize(3))) then + local fMaxVelocity = memory.getfloat(phandling + 0x84) + fMaxVelocity = fMaxVelocity*206 + (fMaxVelocity-0.918668)*1501 + module.tvehicle.max_velocity_temp[0] = math.floor(fMaxVelocity) + end + + imgui.SameLine() + if imgui.Button("Maximum##MaxVelocity",imgui.ImVec2(fcommon.GetSize(3))) then + module.tvehicle.max_velocity_temp[0] = 500 + end + + if module.tvehicle.max_velocity_temp[0] > 500 then + module.tvehicle.max_velocity_temp[0] = 500 + end + + if module.tvehicle.max_velocity_temp[0] < 0 then + module.tvehicle.max_velocity_temp[0] = 0 + end + end) + + fcommon.UpdateBits("Model flags",module.tvehicle.model_flags,phandling + 0xCC,4) + fcommon.UpdateAddress({name = 'Monetary value',address = phandling + 0xD8 ,size = 4, save = false}) + fcommon.UpdateAddress({name = 'Number of gears',address = phandling + 0x76 ,size = 1,min = 1,max = 10, save = false}) + fcommon.UpdateAddress({name = 'Percent submerged',address = phandling + 0x20 ,size = 1,min = 10,max = 120, save = false}) + fcommon.RadioButtonAddressEx("Rear lights",{"Long","Small","Big","Tall"},{0,1,2,3},phandling + 0xDD,false) + fcommon.UpdateAddress({name = 'Seat offset distance',address = phandling + 0xD4 ,size = 4,min = 0,max = 1,is_float = true,cvalue = 0.01, save = false}) + fcommon.UpdateAddress({name = 'Steering lock',address = phandling + 0xA0 ,size = 4,min = 10,max = 50,is_float = true, save = false}) + fcommon.UpdateAddress({name = 'Suspension bias',address = phandling + 0xC0 ,size = 4,min = 0,max = 1,is_float = true,cvalue = 0.01, save = false}) + fcommon.UpdateAddress({name = 'Traction bias',address = phandling + 0xA8 ,size = 4,min = 0,max = 1,is_float = true,cvalue = 0.01, save = false}) + fcommon.UpdateAddress({name = 'Traction loss',address = phandling + 0xA4 ,size = 4,min = 0,max = 1,is_float = true,cvalue = 0.01, save = false}) + fcommon.UpdateAddress({name = 'Traction multiplier',address = phandling + 0x28 ,size = 4,min = 0.5,max = 2,is_float = true,cvalue = 0.05, save = false}) + fcommon.UpdateAddress({name = 'Turn mass',address = phandling + 0xC ,size = 4,min = 20,is_float = true, save = false}) + fcommon.UpdateAddress({name = 'Upper limit',address = phandling + 0xB8 ,size = 4,min = -1,max = 1,is_float = true,cvalue = 0.01, save = false}) + fcommon.UpdateAddress({name = 'Vehicle anim group',address = phandling + 0xDE ,size = 1, save = false}) + imgui.EndChild() + end + else + imgui.TextWrapped("Player needs to be inside a vehicle for options to show up here.") + end + end + fcommon.EndTabBar() + end +end + +return module diff --git a/moonloader/lib/cheat-menu/modules/visual.lua b/moonloader/lib/cheat-menu/modules/visual.lua new file mode 100644 index 0000000..0d25507 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/visual.lua @@ -0,0 +1,503 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} +module.tvisual = +{ + car_names = imgui.new.bool(true), + disable_motion_blur = imgui.new.bool(fconfig.Get('tvisual.disable_motion_blur',false)), + lock_weather = imgui.new.bool(fconfig.Get('tvisual.lock_weather',false)), + radio_channel_names = imgui.new.bool(fconfig.Get('tvisual.radio_channel_names',true)), + timecyc = + { timecyc_24_plugin = getModuleHandle("timecycle24"), + ambient = imgui.new.float[3](), + ambient_obj = imgui.new.float[3](), + sky_top = imgui.new.float[3](), + sky_bottom = imgui.new.float[3](), + sun_core = imgui.new.float[3](), + sun_corona = imgui.new.float[3](), + sun_size = imgui.new.int(), + sprite_size = imgui.new.int(), + sprite_brightness = imgui.new.int(), + shadow_strength = imgui.new.int(), + light_shadow_strength = imgui.new.int(), + pole_shadow_strength = imgui.new.int(), + far_clip = imgui.new.int(), + fog_start = imgui.new.int(), + lights_on_ground_brightness = imgui.new.int(), + low_clouds = imgui.new.float[3](), + fluffy_clouds = imgui.new.float[3](), + water = imgui.new.float[4](), + postfx1 = imgui.new.float[4](), + postfx2 = imgui.new.float[4](), + cloud_alpha = imgui.new.int(), + waterfog_alpha = imgui.new.int(), + high_light_min_intensity= imgui.new.int(), + directional_mult = imgui.new.int(), + weather = + { + names = + { + "EXTRASUNNY LA", + "SUNNY LA", + "EXTRASUNNY SMOG LA", + "SUNNY SMOG LA", + "CLOUDY LA", + "SUNNY SF", + "EXTRASUNNY SF", + "CLOUDY SF", + "RAINY SF", + "FOGGY SF", + "SUNNY VEGAS", + "EXTRASUNNY VEGAS", + "CLOUDY VEGAS", + "EXTRASUNNY COUNTRYSIDE", + "SUNNY COUNTRYSIDE", + "CLOUDY COUNTRYSIDE", + "RAINY COUNTRYSIDE", + "EXTRASUNNY DESERT", + "SUNNY DESERT", + "SANDSTORM DESERT", + "UNDERWATER", + "EXTRACOLOURS 1", + "EXTRACOLOURS 2" + }, + array = {}, + }, + }, + zone_names = imgui.new.bool(true), +} + +module.tvisual.timecyc.weather.array = imgui.new['const char*'][#module.tvisual.timecyc.weather.names](module.tvisual.timecyc.weather.names) + +function module.LockWeather() + local weather = casts.CTimeCyc.curr_weather[0] + while module.tvisual.lock_weather[0] do + casts.CTimeCyc.curr_weather[0] = weather + casts.CTimeCyc.next_weather[0] = weather + wait(0) + end +end + +function GetCurrentHourTimeId(hour) + + local h = casts.CTimeCyc.hours[0] + + if hour == 24 then + return h + end + + if h < 5 then return 0 end + if h == 5 then return 1 end + if h == 6 then return 2 end + + if 7 <= h and h < 12 then return 3 end + if 12 <= h and h < 19 then return 4 end + + if h == 19 then return 5 end + if h == 20 or h == 21 then return 6 end + if h == 22 or h == 23 then return 7 end +end + +function UpdateTimecycData(val) + + module.tvisual.timecyc.ambient[0] = casts.CTimeCyc.ambient_red[val]/255 + module.tvisual.timecyc.ambient[1] = casts.CTimeCyc.ambient_green[val]/255 + module.tvisual.timecyc.ambient[2] = casts.CTimeCyc.ambient_blue[val]/255 + + module.tvisual.timecyc.ambient_obj[0] = casts.CTimeCyc.ambient_obj_red[val]/255 + module.tvisual.timecyc.ambient_obj[1] = casts.CTimeCyc.ambient_obj_green[val]/255 + module.tvisual.timecyc.ambient_obj[2] = casts.CTimeCyc.ambient_obj_blue[val]/255 + + module.tvisual.timecyc.sky_top[0] = casts.CTimeCyc.sky_top_red[val]/255 + module.tvisual.timecyc.sky_top[1] = casts.CTimeCyc.sky_top_green[val]/255 + module.tvisual.timecyc.sky_top[2] = casts.CTimeCyc.sky_top_blue[val]/255 + + module.tvisual.timecyc.sky_bottom[0] = casts.CTimeCyc.sky_bottom_red[val]/255 + module.tvisual.timecyc.sky_bottom[1] = casts.CTimeCyc.sky_bottom_green[val]/255 + module.tvisual.timecyc.sky_bottom[2] = casts.CTimeCyc.sky_bottom_blue[val]/255 + + module.tvisual.timecyc.sun_core[0] = casts.CTimeCyc.sun_core_red[val]/255 + module.tvisual.timecyc.sun_core[1] = casts.CTimeCyc.sun_core_green[val]/255 + module.tvisual.timecyc.sun_core[2] = casts.CTimeCyc.sun_core_blue[val]/255 + + module.tvisual.timecyc.sun_corona[0] = casts.CTimeCyc.sun_corona_red[val]/255 + module.tvisual.timecyc.sun_corona[1] = casts.CTimeCyc.sun_corona_green[val]/255 + module.tvisual.timecyc.sun_corona[2] = casts.CTimeCyc.sun_corona_blue[val]/255 + + module.tvisual.timecyc.sun_size[0] = casts.CTimeCyc.sun_size[val] + + module.tvisual.timecyc.sprite_brightness[0] = casts.CTimeCyc.sprite_brightness[val] + module.tvisual.timecyc.sprite_size[0] = casts.CTimeCyc.sprite_size[val] + + module.tvisual.timecyc.shadow_strength[0] = casts.CTimeCyc.shadow_strength[val] + module.tvisual.timecyc.light_shadow_strength[0] = casts.CTimeCyc.light_shadow_strength[val] + module.tvisual.timecyc.pole_shadow_strength[0] = casts.CTimeCyc.pole_shadow_strength[val] + + module.tvisual.timecyc.fog_start[0] = casts.CTimeCyc.fog_start[val] + module.tvisual.timecyc.far_clip[0] = casts.CTimeCyc.far_clip[val] + module.tvisual.timecyc.lights_on_ground_brightness[0] = casts.CTimeCyc.lights_on_ground_brightness[val] + + module.tvisual.timecyc.low_clouds[0] = casts.CTimeCyc.low_clouds_red[val]/255 + module.tvisual.timecyc.low_clouds[1] = casts.CTimeCyc.low_clouds_green[val]/255 + module.tvisual.timecyc.low_clouds[2] = casts.CTimeCyc.low_clouds_blue[val]/255 + + module.tvisual.timecyc.fluffy_clouds[0] = casts.CTimeCyc.fluffy_clouds_red[val]/255 + module.tvisual.timecyc.fluffy_clouds[1] = casts.CTimeCyc.fluffy_clouds_green[val]/255 + module.tvisual.timecyc.fluffy_clouds[2] = casts.CTimeCyc.fluffy_clouds_blue[val]/255 + + module.tvisual.timecyc.water[0] = casts.CTimeCyc.water_red[val]/255 + module.tvisual.timecyc.water[1] = casts.CTimeCyc.water_green[val]/255 + module.tvisual.timecyc.water[2] = casts.CTimeCyc.water_blue[val]/255 + module.tvisual.timecyc.water[3] = casts.CTimeCyc.water_alpha[val]/255 + + module.tvisual.timecyc.postfx1[0] = casts.CTimeCyc.postfx1_red[val]/255 + module.tvisual.timecyc.postfx1[1] = casts.CTimeCyc.postfx1_green[val]/255 + module.tvisual.timecyc.postfx1[2] = casts.CTimeCyc.postfx1_blue[val]/255 + module.tvisual.timecyc.postfx1[3] = casts.CTimeCyc.postfx1_alpha[val]/255 + + module.tvisual.timecyc.postfx2[0] = casts.CTimeCyc.postfx2_red[val]/255 + module.tvisual.timecyc.postfx2[1] = casts.CTimeCyc.postfx2_green[val]/255 + module.tvisual.timecyc.postfx2[2] = casts.CTimeCyc.postfx2_blue[val]/255 + module.tvisual.timecyc.postfx2[3] = casts.CTimeCyc.postfx2_alpha[val]/255 + + module.tvisual.timecyc.cloud_alpha[0] = casts.CTimeCyc.cloud_alpha[val] + module.tvisual.timecyc.waterfog_alpha[0] = casts.CTimeCyc.waterfog_alpha[val] + module.tvisual.timecyc.high_light_min_intensity[0] = casts.CTimeCyc.high_light_min_intensity[val] + module.tvisual.timecyc.directional_mult[0] = casts.CTimeCyc.directional_mult[val] +end + +function GenerateTimecycFile(hour) + + local file = io.open(getGameDirectory().."/timecyc.dat", "w") + if hour == 24 then + file = io.open(getGameDirectory().."/timecyc_24h.dat", "w") + end + + for i=0,(#module.tvisual.timecyc.weather.names-1),1 do + file:write("\n\n//////////// " .. module.tvisual.timecyc.weather.names[i+1].. "\n") + + file:write("//\tAmb\t\t\t\t\tAmb Obj \t\t\t\tDir \t\t\t\t\tSky top\t\t\t\tSky bot\t\t\t\tSunCore\t\t\t\t\tSunCorona\t\t\tSunSz\tSprSz\tSprBght\t\tShdw\tLightShd\tPoleShd\t\tFarClp\t\tFogSt\tLightOnGround\tLowCloudsRGB\tBottomCloudRGB\t\tWaterRGBA\t\t\t\tARGB1\t\t\t\t\tARGB2\t\t\tCloudAlpha\t\tIntensityLimit\t\tWaterFogAlpha\tDirMult \n\n") + + for j=0,(hour-1),1 do + + if hour == 24 then + if (j >= 12) then + file:write(string.format("// %s PM\n",j)) + else + file:write(string.format("// %s AM\n",j)) + end + else + if j == 0 then file:write("// Midnight\n") end + if j == 1 then file:write("// 5 AM\n") end + if j == 2 then file:write("// 6 AM\n") end + if j == 3 then file:write("// 7 AM\n") end + if j == 4 then file:write("// Midday\n") end + if j == 5 then file:write("// 7 PM\n") end + if j == 6 then file:write("// 8 PM\n") end + if j == 7 then file:write("// 10 PM\n") end + end + + local val = 23 * j + i + + file:write( + string.format( + "\t%d %d %d \t\t" .. -- AmbRGB + "\t%d %d %d \t\t" .. -- AmbObjRGB + "\t%d %d %d \t\t" .. -- DirRGB (unused?) + "\t%d %d %d \t\t" .. -- SkyTopRGB + "\t%d %d %d \t\t" .. -- SkyBotRGB + "\t%d %d %d \t\t" .. -- SunCore RGB + "\t%d %d %d \t\t" .. -- SunCorona RGB + "\t%.1f\t\t%.1f\t\t%.1f\t\t" .. -- SunSz, SpriteSz, SpriteBrightness + "\t%d \t%d \t\t\t%d\t\t" .. -- ShadStrenght, LightShadStreght, PoleShadStrenght + "\t%.1f\t\t%.1f\t\t%.1f\t\t" .. -- fFarClip, fFogStart, fLightsOnGroundBrightness + "\t\t%d %d %d\t" .. -- LowCloudsRGB + "\t%d %d %d\t\t" .. -- FluffyCloudsRGB + "\t%d %d %d %d\t\t" .. -- WaterRGBA + "\t%d %d %d %d\t\t" .. -- PostFx1ARGB + "\t%d %d %d %d" .. -- PostFx2ARGB + "\t%d\t\t\t\t%d\t\t\t\t\t%d\t\t\t\t%.2f\t\t\n", -- CloudAlpha HiLiMinIntensity WaterFogAlpha DirectionalMult + casts.CTimeCyc.ambient_red[val], casts.CTimeCyc.ambient_green[val], casts.CTimeCyc.ambient_blue[val], + casts.CTimeCyc.ambient_obj_red[val], casts.CTimeCyc.ambient_obj_green[val], casts.CTimeCyc.ambient_obj_blue[val], + 255, 255, 255, + casts.CTimeCyc.sky_top_red[val], casts.CTimeCyc.sky_top_green[val], casts.CTimeCyc.sky_top_blue[val], + casts.CTimeCyc.sky_bottom_red[val], casts.CTimeCyc.sky_bottom_green[val], casts.CTimeCyc.sky_bottom_blue[val], + casts.CTimeCyc.sun_core_red[val],casts.CTimeCyc.sun_core_green[val],casts.CTimeCyc.sun_core_blue[val], + casts.CTimeCyc.sun_corona_red[val], casts.CTimeCyc.sun_corona_green[val], casts.CTimeCyc.sun_corona_blue[val], + (casts.CTimeCyc.sprite_size[val] - 0.5) / 10.0,(casts.CTimeCyc.sprite_size[val] - 0.5) / 10.0,(casts.CTimeCyc.sprite_brightness[val] - 0.5) / 10.0, + casts.CTimeCyc.shadow_strength[val],casts.CTimeCyc.light_shadow_strength[val],casts.CTimeCyc.pole_shadow_strength[val], + casts.CTimeCyc.far_clip[val],casts.CTimeCyc.fog_start[val], (casts.CTimeCyc.lights_on_ground_brightness[val] - 0.5) / 10.0, + casts.CTimeCyc.low_clouds_red[val],casts.CTimeCyc.low_clouds_green[val],casts.CTimeCyc.low_clouds_blue[val], + casts.CTimeCyc.fluffy_clouds_red[val],casts.CTimeCyc.fluffy_clouds_green[val],casts.CTimeCyc.fluffy_clouds_blue[val], + casts.CTimeCyc.water_red[val],casts.CTimeCyc.water_blue[val],casts.CTimeCyc.water_blue[val],casts.CTimeCyc.water_alpha[val], + casts.CTimeCyc.postfx1_alpha[val],casts.CTimeCyc.postfx1_red[val],casts.CTimeCyc.postfx1_green[val],casts.CTimeCyc.postfx1_blue[val], + casts.CTimeCyc.postfx2_alpha[val],casts.CTimeCyc.postfx2_red[val],casts.CTimeCyc.postfx2_green[val],casts.CTimeCyc.postfx2_blue[val], + casts.CTimeCyc.cloud_alpha[val],casts.CTimeCyc.high_light_min_intensity[val], casts.CTimeCyc.waterfog_alpha[val], casts.CTimeCyc.directional_mult[val] / 100.0 + ) + ) + end + end + io.close(file) +end +------------------------------------------------ + +-- Main function +function module.VisualMain() + if fcommon.BeginTabBar('VisualBar') then + if fcommon.BeginTabItem('Checkboxes') then + imgui.Columns(2,nil,false) + fcommon.CheckBoxValue('Armour border',0x589123) + fcommon.CheckBoxValue('Armour percentage',0x589125) + fcommon.CheckBoxValue('Breath border',0x589207) + fcommon.CheckBoxValue('Breath percentage',0x589209) + if fcommon.CheckBoxVar('Display car names',module.tvisual.car_names) then + displayCarNames(module.tvisual.car_names[0]) + fconfig.Set(fconfig.tconfig.misc_data,"Display Car Names",module.tvisual.car_names[0]) + end + if fcommon.CheckBoxVar('Disable motion blur',module.tvisual.disable_motion_blur) then + if module.tvisual.disable_motion_blur[0] then + writeMemory(0x7030A0,4,0xC3,false) + else + writeMemory(0x7030A0,4,0xF3CEC83,false) + end + end + if fcommon.CheckBoxVar('Display zone names',module.tvisual.zone_names) then + displayZoneNames(module.tvisual.zone_names[0]) + fconfig.Set(fconfig.tconfig.misc_data,"Display Zone Names",module.tvisual.zone_names[0]) + end + fcommon.CheckBoxValue('Enable hud',0xBA6769) + + imgui.NextColumn() + + fcommon.CheckBoxValue('Enable radar',0xBA676C,nil,0,2) + fcommon.CheckBoxValue('Gray radar',0xA444A4) + fcommon.CheckBoxValue('Health border',0x589353) + fcommon.CheckBoxValue('Health percentage',0x589355) + fcommon.CheckBoxValue('Hide wanted level',0x58DD1B,nil,0x90) + if fcommon.CheckBoxVar('Lock weather',module.tvisual.lock_weather) then + fcommon.CreateThread(fvisual.LockWeather) + end + if fcommon.CheckBoxVar('Radio channel names',module.tvisual.radio_channel_names) then + if module.tvisual.radio_channel_names[0] then + writeMemory(0x507035,5,-30533911,false) + else + writeMemory(0x507035,4,0x90,false) + end + end + imgui.Columns(1) + end + if fcommon.BeginTabItem('Menus') then + fcommon.CRGBAColorPicker("Health bar + debt color",0xBAB22C,{180,25,29}) + fcommon.CRGBAColorPicker("Main menu title border color",0xBAB240,{0,0,0}) + fcommon.CRGBAColorPicker("Money color",0xBAB230,{54,104,44}) + fcommon.RadioButtonAddressEx("Money font outline",{"No outline","Thin outline","Default outline"},{0,1,2},0x58F58D) + fcommon.RadioButtonAddressEx("Money font style",{"Style 1","Style 2","Default style"},{1,2,3},0x58F57F) + fcommon.UpdateAddress({ name = 'Radar Height',address = 0x866B74,size = 4,min=0,default = 76,max = 999,is_float = true}) + fcommon.UpdateAddress({ name = 'Radar Width',address = 0x866B78,size = 4,min=0,default = 94,max = 999,is_float = true}) + fcommon.UpdateAddress({ name = 'Radar X position',address = 0x858A10,size = 4,min=-999,default = 40,max = 999,is_float = true,help_text = "Changes radar vertical position"}) + fcommon.UpdateAddress({ name = 'Radar Y position',address = 0x866B70,size = 4,min=-999,default = 104,max = 999,is_float = true,help_text = "Changes radar horizantal position"}) + fcommon.UpdateAddress({ name = 'Radar zoom',address = 0xA444A3,size = 1,min=0,default = 0,max = 170}) + fcommon.CRGBAColorPicker("Radio station color",0xBAB24C,{150,150,150}) + fcommon.CRGBAColorPicker("Styled text color",0xBAB258,{226,192,99}) + fcommon.CRGBAColorPicker("Text color",0xBAB234,{50,60,127}) + fcommon.RadioButtonAddressEx("Wanted star border",{"No border","Default","Bold border"},{0,1,2},0x58DD41) + fcommon.CRGBAColorPicker("Wanted star color + some text",0xBAB244,{144,98,16}) + fcommon.UpdateAddress({ name = 'Wanted star Y position',address = 0x858CCC,size = 4,is_float = true,min=-500,default = 12,max = 500}) + end + if fcommon.BeginTabItem('Timecyc editor') then + if module.tvisual.timecyc.timecyc_24_plugin ~= 0 then + HOUR = 24 + else + HOUR = 8 + end + + local val = 23 * GetCurrentHourTimeId(HOUR) + casts.CTimeCyc.curr_weather[0] + UpdateTimecycData(val) + + imgui.SetNextItemWidth(imgui.GetWindowContentRegionWidth()/1.7) + if imgui.Button("Generate timecyc file",imgui.ImVec2(fcommon.GetSize(2))) then + GenerateTimecycFile(HOUR) + printHelpString("File generated") + end + imgui.SameLine() + if imgui.Button("Reset timecyc",imgui.ImVec2(fcommon.GetSize(2))) then + casts.CTimeCyc.initialise() + printHelpString("Timecyc reset") + end + + imgui.Spacing() + local weather = imgui.new.int(casts.CTimeCyc.curr_weather[0]) + if imgui.Combo("Current weather", weather,module.tvisual.timecyc.weather.array,#module.tvisual.timecyc.weather.names) then + if module.tvisual.lock_weather[0] then + printHelpString("Weather locked") + else + casts.CTimeCyc.curr_weather[0] = weather[0] + printHelpString("Current weather set") + end + end + + weather = imgui.new.int(casts.CTimeCyc.next_weather[0]) + if imgui.Combo("Next weather", weather,module.tvisual.timecyc.weather.array,#module.tvisual.timecyc.weather.names) then + if module.tvisual.lock_weather[0] then + printHelpString("Weather locked") + else + casts.CTimeCyc.next_weather[0] = weather[0] + printHelpString("Next weather set") + end + end + imgui.Spacing() + + if fcommon.BeginTabBar('Timecyc sub tab') then + if fcommon.BeginTabItem('Colors') then + if imgui.ColorEdit3("Ambient",module.tvisual.timecyc.ambient) then + casts.CTimeCyc.ambient_red[val] = module.tvisual.timecyc.ambient[0]*255 + casts.CTimeCyc.ambient_green[val] = module.tvisual.timecyc.ambient[1]*255 + casts.CTimeCyc.ambient_blue[val] = module.tvisual.timecyc.ambient[2]*255 + end + fcommon.InformationTooltip("Ambient color on static map objects") + + if imgui.ColorEdit3("Ambient obj",module.tvisual.timecyc.ambient_obj) then + casts.CTimeCyc.ambient_obj_red[val] = module.tvisual.timecyc.ambient_obj[0]*255 + casts.CTimeCyc.ambient_obj_green[val] = module.tvisual.timecyc.ambient_obj[1]*255 + casts.CTimeCyc.ambient_obj_blue[val] = module.tvisual.timecyc.ambient_obj[2]*255 + end + fcommon.InformationTooltip("Ambient color on dynamic map objects") + + if imgui.ColorEdit3("Fluffy clouds",module.tvisual.timecyc.fluffy_clouds) then + casts.CTimeCyc.fluffy_clouds_red[val] = module.tvisual.timecyc.fluffy_clouds[0]*255 + casts.CTimeCyc.fluffy_clouds_green[val] = module.tvisual.timecyc.fluffy_clouds[1]*255 + casts.CTimeCyc.fluffy_clouds_blue[val] = module.tvisual.timecyc.fluffy_clouds[2]*255 + end + + if imgui.ColorEdit3("Low clouds",module.tvisual.timecyc.low_clouds) then + casts.CTimeCyc.low_clouds_red[val] = module.tvisual.timecyc.low_clouds[0]*255 + casts.CTimeCyc.low_clouds_green[val] = module.tvisual.timecyc.low_clouds[1]*255 + casts.CTimeCyc.low_clouds_blue[val] = module.tvisual.timecyc.low_clouds[2]*255 + end + + if imgui.ColorEdit4("Postfx 1",module.tvisual.timecyc.postfx1) then + casts.CTimeCyc.postfx1_red[val] = module.tvisual.timecyc.postfx1[0]*255 + casts.CTimeCyc.postfx1_green[val] = module.tvisual.timecyc.postfx1[1]*255 + casts.CTimeCyc.postfx1_blue[val] = module.tvisual.timecyc.postfx1[2]*255 + casts.CTimeCyc.postfx1_alpha[val] = module.tvisual.timecyc.postfx1[3]*255 + end + fcommon.InformationTooltip("Color correction 1") + + if imgui.ColorEdit4("Postfx 2",module.tvisual.timecyc.postfx2) then + casts.CTimeCyc.postfx2_red[val] = module.tvisual.timecyc.postfx2[0]*255 + casts.CTimeCyc.postfx2_green[val] = module.tvisual.timecyc.postfx2[1]*255 + casts.CTimeCyc.postfx2_blue[val] = module.tvisual.timecyc.postfx2[2]*255 + casts.CTimeCyc.postfx2_alpha[val] = module.tvisual.timecyc.postfx2[3]*255 + end + fcommon.InformationTooltip("Color correction 2") + + if imgui.ColorEdit3("Sky bottom",module.tvisual.timecyc.sky_bottom) then + casts.CTimeCyc.sky_bottom_red[val] = module.tvisual.timecyc.sky_bottom[0]*255 + casts.CTimeCyc.sky_bottom_green[val] = module.tvisual.timecyc.sky_bottom[1]*255 + casts.CTimeCyc.sky_bottom_blue[val] = module.tvisual.timecyc.sky_bottom[2]*255 + end + + if imgui.ColorEdit3("Sun core",module.tvisual.timecyc.sun_core) then + casts.CTimeCyc.sun_core_red[val] = module.tvisual.timecyc.sun_core[0]*255 + casts.CTimeCyc.sun_core_green[val] = module.tvisual.timecyc.sun_core[1]*255 + casts.CTimeCyc.sun_core_blue[val] = module.tvisual.timecyc.sun_core[2]*255 + end + + if imgui.ColorEdit3("Sun corona",module.tvisual.timecyc.sun_corona) then + casts.CTimeCyc.sun_corona_red[val] = module.tvisual.timecyc.sun_corona[0]*255 + casts.CTimeCyc.sun_corona_green[val] = module.tvisual.timecyc.sun_corona[1]*255 + casts.CTimeCyc.sun_corona_blue[val] = module.tvisual.timecyc.sun_corona[2]*255 + end + + if imgui.ColorEdit3("Sky top",module.tvisual.timecyc.sky_top) then + casts.CTimeCyc.sky_top_red[val] = module.tvisual.timecyc.sky_top[0]*255 + casts.CTimeCyc.sky_top_green[val] = module.tvisual.timecyc.sky_top[1]*255 + casts.CTimeCyc.sky_top_blue[val] = module.tvisual.timecyc.sky_top[2]*255 + end + + if imgui.ColorEdit4("Water",module.tvisual.timecyc.water) then + casts.CTimeCyc.water_red[val] = module.tvisual.timecyc.water[0]*255 + casts.CTimeCyc.water_green[val] = module.tvisual.timecyc.water[1]*255 + casts.CTimeCyc.water_blue[val] = module.tvisual.timecyc.water[2]*255 + casts.CTimeCyc.water_alpha[val] = module.tvisual.timecyc.water[3]*255 + end + end + if fcommon.BeginTabItem('Misc') then + imgui.PushItemWidth(imgui.GetWindowContentRegionWidth()/2) + if imgui.SliderInt("Cloud alpha", module.tvisual.timecyc.cloud_alpha, 0, 255) then + casts.CTimeCyc.cloud_alpha[val] = module.tvisual.timecyc.cloud_alpha[0] + end + + if imgui.SliderInt("Directional mult", module.tvisual.timecyc.directional_mult, 0, 255) then + casts.CTimeCyc.directional_mult[val] = module.tvisual.timecyc.directional_mult[0] + end + fcommon.InformationTooltip("Direct light on peds & vehicles") + + if imgui.SliderInt("Far clip", module.tvisual.timecyc.far_clip, 0, 2000) then + casts.CTimeCyc.far_clip[val] = module.tvisual.timecyc.far_clip[0] + end + fcommon.InformationTooltip("Visibility range") + + if imgui.SliderInt("High light min intensity", module.tvisual.timecyc.high_light_min_intensity, 0, 255) then + casts.CTimeCyc.high_light_min_intensity[val] = module.tvisual.timecyc.high_light_min_intensity[0] + end + fcommon.InformationTooltip("Intensity limit for PS2 radiosity effect") + + if imgui.SliderInt("Fog start", module.tvisual.timecyc.fog_start, 0, 2000) then + casts.CTimeCyc.fog_start[val] = module.tvisual.timecyc.fog_start[0] + end + + if imgui.SliderInt("Light on ground brightness", module.tvisual.timecyc.lights_on_ground_brightness, 0, 255) then + casts.CTimeCyc.lights_on_ground_brightness[val] = module.tvisual.timecyc.lights_on_ground_brightness[0] + end + + if imgui.SliderInt("Light shadow strength", module.tvisual.timecyc.light_shadow_strength, 0, 255) then + casts.CTimeCyc.light_shadow_strength[val] = module.tvisual.timecyc.light_shadow_strength[0] + end + + if imgui.SliderInt("Pole shadow strength", module.tvisual.timecyc.pole_shadow_strength, 0, 255) then + casts.CTimeCyc.pole_shadow_strength[val] = module.tvisual.timecyc.pole_shadow_strength[0] + end + + if imgui.SliderInt("Shadow strength", module.tvisual.timecyc.shadow_strength, 0, 255) then + casts.CTimeCyc.shadow_strength[val] = module.tvisual.timecyc.shadow_strength[0] + end + + if imgui.SliderInt("Sprite brightness", module.tvisual.timecyc.sprite_brightness, 0, 127) then + casts.CTimeCyc.sprite_brightness[val] = module.tvisual.timecyc.sprite_brightness[0] + end + + if imgui.SliderInt("Sprite size", module.tvisual.timecyc.sprite_size, 0, 127) then + casts.CTimeCyc.sprite_size[val] = module.tvisual.timecyc.sprite_size[0] + end + + if imgui.SliderInt("Sun size", module.tvisual.timecyc.sun_size, 0, 127) then + casts.CTimeCyc.sun_size[val] = module.tvisual.timecyc.sun_size[0] + end + + if imgui.SliderInt("Water fog alpha", module.tvisual.timecyc.waterfog_alpha, 0, 255) then + casts.CTimeCyc.waterfog_alpha[val] = module.tvisual.timecyc.waterfog_alpha[0] + end + end + fcommon.EndTabBar() + end + end + fcommon.EndTabBar() + end +end + +return module diff --git a/moonloader/lib/cheat-menu/modules/weapon.lua b/moonloader/lib/cheat-menu/modules/weapon.lua new file mode 100644 index 0000000..34b8c36 --- /dev/null +++ b/moonloader/lib/cheat-menu/modules/weapon.lua @@ -0,0 +1,344 @@ +-- Cheat Menu - Cheat menu for Grand Theft Auto SanAndreas +-- Copyright (C) 2019-2020 Grinch_ + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. + +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + +local module = {} + +module.tweapon = +{ + auto_aim = imgui.new.bool(fconfig.Get('tweapon.auto_aim',false)), + ammo_count = imgui.new.int(fconfig.Get('tweapon.ammo_count',99999)), + fast_reload = imgui.new.bool(fconfig.Get('tweapon.fast_reload',false)), + max_accuracy = imgui.new.bool(fconfig.Get('tweapon.max_accuracy',false)), + max_ammo_clip = imgui.new.bool(fconfig.Get('tweapon.max_ammo_clip',false)), + max_move_speed = imgui.new.bool(fconfig.Get('tweapon.max_move_speed',false)), + huge_damage = imgui.new.bool(fconfig.Get('tweapon.huge_damage',false)), + images = {}, + long_range = imgui.new.bool(fconfig.Get('tweapon.long_range',false)), + names = fcommon.LoadJson("weapon"), + path = tcheatmenu.dir .. "weapons", + ped = imgui.new.bool(fconfig.Get('tweapon.ped',false)), + gang = + { + weapon_array = {}, + used_weapons = fconfig.Get('tweapon.gang_weapons',fconst.DEFAULT_GANG_WEAPONS), + enable_weapon_editor = imgui.new.bool(fconfig.Get('tweapon.gang.enable_weapon_editor',false)), + weapons_names = + { + "Unarmed", + "Brass knuckles", + "Golf club", + "Night stick", + "Knife", + "Baseball bat", + "Shovel", + "Poolcue", + "Katana", + "Chainsaw", + "Purple dildo", + "White dildo", + "White vibrator", + "Silver vibrator", + "Flowers", + "Cane", + "Grenade", + "Teargas", + "Molotov", + "No weapon", + "No weapon", + "No weapon", + "Colt45", + "Silenced", + "Desert eagle", + "Shotgun", + "Sawn off shotgun", + "Combat shotgun", + "Uzi", + "Mp5", + "Ak47", + "M4", + "Tec9", + "Rifle", + "Sniper rifle", + "Rocket launcher", + "Heat seeker", + "Flame thrower", + "Minigun", + "Satchel charge", + "Detonator", + "Spraycan", + "Fire extinguisher", + "Camera", + "Night vision", + "Thermal vision", + "Parachute", + }, + weapon1 = imgui.new.int(0), + weapon2 = imgui.new.int(0), + weapon3 = imgui.new.int(0), + }, + weapon_drops = {}, +} + + +module.tweapon.gang.weapon_array = imgui.new['const char*'][#module.tweapon.gang.weapons_names](module.tweapon.gang.weapons_names) +module.tweapon.gang.weapon1[0] = module.tweapon.gang.used_weapons[fped.tped.gang.index[0]+1][1] +module.tweapon.gang.weapon2[0] = module.tweapon.gang.used_weapons[fped.tped.gang.index[0]+1][2] +module.tweapon.gang.weapon3[0] = module.tweapon.gang.used_weapons[fped.tped.gang.index[0]+1][3] + +-- Returns weapon name +function module.GetModelName(id) + + if id == "Jetpack" then return id end + + if module.tweapon.names[id] ~= nil then + return module.tweapon.names[id] + else + return "" + end + +end + +-- Used in quick spawner (fcommon) +function module.CBaseWeaponInfo(name) + local weapon = callFunction(0x743D10,1,1,name) + if name ~= "" and getWeapontypeModel(weapon) ~= 0 then + return weapon + else + return 0 + end +end + +-- Gives weapon to player or ped +function module.GiveWeapon(weapon) + if weapon == "Jetpack" then -- exception + taskJetpack(PLAYER_PED) + fcommon.CheatActivated() + else + weapon = tonumber(weapon) + model = getWeapontypeModel(weapon) + if isModelAvailable(model) then + requestModel(model) + loadAllModelsNow() + + if module.tweapon.ped[0] == true then + if doesCharExist(fped.tped.selected) then + giveWeaponToChar(fped.tped.selected,weapon,module.tweapon.ammo_count[0]) + fcommon.CheatActivated() + else + printHelpString("~r~No~w~ ped selected") + end + else + giveWeaponToChar(PLAYER_PED,weapon,module.tweapon.ammo_count[0]) + fcommon.CheatActivated() + end + markModelAsNoLongerNeeded(model) + end + end +end + +function module.RemoveAllWeaponDrops() + for _, pickup in ipairs(module.tweapon.weapon_drops) do + if doesPickupExist(pickup) then + removePickup(pickup) + end + end +end + +function module.AutoAim() + while module.tweapon.auto_aim[0] do + if isCharOnFoot(PLAYER_PED) then + local x, y = getPcMouseMovement() + x = math.floor(x/2) + y = math.floor(y/2) + + if (y ~= 0 or x ~= 0) then + writeMemory(0xB6EC2E,1,1,false) + else + if isKeyDown(2) then + writeMemory(0xB6EC2E,1,0,false) + end + end + end + wait(0) + end + writeMemory(0xB6EC2E,1,1,false) +end + +-- Main function +function module.WeaponMain() + + if imgui.Button("Drop weapon",imgui.ImVec2(fcommon.GetSize(3))) then + local ped = PLAYER_PED + + if module.tweapon.ped[0] == true then + if fped.tped.selected == nil then + ped = nil + printHelpString("~r~No~w~ ped selected") + end + end + + if ped ~= nil then + local x,y,z = getOffsetFromCharInWorldCoords(ped,0.0,3.0,0.0) + local weapon_type = getCurrentCharWeapon(ped) + if weapon_type == 0 then + printHelpString("No weapon to drop") + else + local weapon_model = getWeapontypeModel(weapon_type) + local weapon_ammo = getAmmoInCharWeapon(ped,weapon_type) + + local pickup = createPickupWithAmmo(weapon_model,3,weapon_ammo,x,y,z) + table.insert(module.tweapon.weapon_drops,pickup) + removeWeaponFromChar(PLAYER_PED,weapon_type) + printHelpString("Weapon dropped") + end + end + end + imgui.SameLine() + if imgui.Button("Remove all",imgui.ImVec2(fcommon.GetSize(3))) then + if module.tweapon.ped[0] == true then + if fped.tped.selected ~= nil then + removeAllCharWeapons(fped.tped.selected) + printHelpString("All weapons removed") + else + printHelpString("~r~No~w~ ped selected") + end + else + removeAllCharWeapons(PLAYER_PED) + printHelpString("All weapons removed") + end + end + imgui.SameLine() + if imgui.Button("Remove current",imgui.ImVec2(fcommon.GetSize(3))) then + + if module.tweapon.ped[0] == true then + if fped.tped.selected ~= nil then + removeWeaponFromChar(fped.tped.selected,getCurrentCharWeapon(fped.tped.selected)) + printHelpString("Current weapon removed") + else + printHelpString("~r~No~w~ ped selected") + end + else + removeWeaponFromChar(PLAYER_PED,getCurrentCharWeapon(PLAYER_PED)) + printHelpString("Current weapon removed") + end + end + + if fcommon.BeginTabBar('Weapons') then + if fcommon.BeginTabItem('Checkboxes') then + imgui.Columns(2,nil,false) + if fcommon.CheckBoxVar("Auto aim",module.tweapon.auto_aim,"Enables aim assist on keyboard\n\nQ = left E = right") then + fcommon.CreateThread(fweapon.AutoAim) + end + if fcommon.CheckBoxVar("Fast reload",module.tweapon.fast_reload) then + setPlayerFastReload(PLAYER_HANDLE,module.tweapon.fast_reload[0]) + end + if fcommon.CheckBoxVar("Huge damage",module.tweapon.huge_damage) then + if not module.tweapon.huge_damage[0] then + callFunction(0x5BE670,0,0) + end + end + fcommon.CheckBoxValue("Infinite ammo",0x969178) + + imgui.NextColumn() + + if fcommon.CheckBoxVar("Long range",module.tweapon.long_range) then + if not module.tweapon.long_range[0] then + callFunction(0x5BE670,0,0) + end + end + if fcommon.CheckBoxVar("Max accuracy",module.tweapon.max_accuracy) then + if not module.tweapon.max_accuracy[0] then + callFunction(0x5BE670,0,0) + end + end + if fcommon.CheckBoxVar("Max ammo clip",module.tweapon.max_ammo_clip) then + if not module.tweapon.max_ammo_clip[0] then + callFunction(0x5BE670,0,0) + end + end + if fcommon.CheckBoxVar("Max move speed",module.tweapon.max_move_speed) then + if not module.tweapon.max_move_speed[0] then + callFunction(0x5BE670,0,0) + end + end + imgui.Columns(1) + end + if fcommon.BeginTabItem('Menus') then + fcommon.DropDownMenu("Gang weapon editor",function() + fcommon.CheckBoxVar("Enable weapon editor",module.tweapon.gang.enable_weapon_editor,"Will apply changes on each start") + if module.tweapon.gang.enable_weapon_editor[0] then + imgui.Spacing() + if imgui.Combo("Gang", fped.tped.gang.index,fped.tped.gang.array,#fped.tped.gang.list) then + module.tweapon.gang.weapon1[0] = module.tweapon.gang.used_weapons[fped.tped.gang.index[0]+1][1] + module.tweapon.gang.weapon2[0] = module.tweapon.gang.used_weapons[fped.tped.gang.index[0]+1][2] + module.tweapon.gang.weapon3[0] = module.tweapon.gang.used_weapons[fped.tped.gang.index[0]+1][3] + end + imgui.Spacing() + + if imgui.Combo("Weapon 1", module.tweapon.gang.weapon1,module.tweapon.gang.weapon_array,#module.tweapon.gang.weapons_names) then + setGangWeapons(fped.tped.gang.index[0],module.tweapon.gang.weapon1[0],module.tweapon.gang.weapon2[0],module.tweapon.gang.weapon3[0]) + module.tweapon.gang.used_weapons[fped.tped.gang.index[0]+1][1] = module.tweapon.gang.weapon1[0] + fcommon.CheatActivated() + end + + if imgui.Combo("Weapon 2", module.tweapon.gang.weapon2,module.tweapon.gang.weapon_array,#module.tweapon.gang.weapons_names) then + setGangWeapons(fped.tped.gang.index[0],module.tweapon.gang.weapon1[0],module.tweapon.gang.weapon2[0],module.tweapon.gang.weapon3[0]) + module.tweapon.gang.used_weapons[fped.tped.gang.index[0]+1][2] = module.tweapon.gang.weapon2[0] + fcommon.CheatActivated() + end + + if imgui.Combo("Weapon 3", module.tweapon.gang.weapon3,module.tweapon.gang.weapon_array,#module.tweapon.gang.weapons_names) then + setGangWeapons(fped.tped.gang.index[0],module.tweapon.gang.weapon1[0],module.tweapon.gang.weapon2[0],module.tweapon.gang.weapon3[0]) + module.tweapon.gang.used_weapons[fped.tped.gang.index[0]+1][3] = module.tweapon.gang.weapon3[0] + fcommon.CheatActivated() + end + + imgui.Spacing() + if imgui.Button("Reset to default",imgui.ImVec2(fcommon.GetSize(1))) then + + module.tweapon.gang.used_weapons = fconst.DEFAULT_GANG_WEAPONS + + for x=1,10,1 do + setGangWeapons(x,module.tweapon.gang.used_weapons[x][1],module.tweapon.gang.used_weapons[x][2],module.tweapon.gang.used_weapons[x][3]) + end + module.tweapon.gang.weapon1[0] = module.tweapon.gang.used_weapons[fped.tped.gang.index[0]+1][1] + module.tweapon.gang.weapon2[0] = module.tweapon.gang.used_weapons[fped.tped.gang.index[0]+1][2] + module.tweapon.gang.weapon3[0] = module.tweapon.gang.used_weapons[fped.tped.gang.index[0]+1][3] + printHelpString("Gang weapons reset") + end + end + end) + fcommon.CallFuncButtons("Weapon presets", {["Set1"] = 0x4385B0,["Set2"] = 0x438890,["Set3"] = 0x438B30}) + end + if fcommon.BeginTabItem('Spawn') then + fcommon.CheckBoxVar("Ped",module.tweapon.ped,"Give weapon to ped. Aim with a gun to select") + imgui.SameLine() + imgui.Spacing() + imgui.SameLine() + imgui.SetNextItemWidth(imgui.GetWindowWidth()/2) + if imgui.InputInt('Ammo', module.tweapon.ammo_count) then + module.tweapon.ammo_count[0] = (module.tweapon.ammo_count[0] < 0) and 0 or module.tweapon.ammo_count[0] + module.tweapon.ammo_count[0] = (module.tweapon.ammo_count[0] > 99999) and 99999 or module.tweapon.ammo_count[0] + end + + imgui.Dummy(imgui.ImVec2(0,10)) + fcommon.DrawEntries(fconst.IDENTIFIER.WEAPON,fconst.DRAW_TYPE.IMAGE,module.GiveWeapon,nil,module.GetModelName,module.tweapon.images,fconst.WEAPON.IMAGE_HEIGHT,fconst.WEAPON.IMAGE_WIDTH) + + end + fcommon.EndTabBar() + end +end +return module diff --git a/moonloader/lib/cheat-menu/peds/Ballas/102.jpg b/moonloader/lib/cheat-menu/peds/Ballas/102.jpg new file mode 100644 index 0000000..cd6ba1e Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Ballas/102.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Ballas/103.jpg b/moonloader/lib/cheat-menu/peds/Ballas/103.jpg new file mode 100644 index 0000000..fa3acfa Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Ballas/103.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Ballas/104.jpg b/moonloader/lib/cheat-menu/peds/Ballas/104.jpg new file mode 100644 index 0000000..176b41e Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Ballas/104.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Beach/138.jpg b/moonloader/lib/cheat-menu/peds/Beach/138.jpg new file mode 100644 index 0000000..fd7ebf9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Beach/138.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Beach/139.jpg b/moonloader/lib/cheat-menu/peds/Beach/139.jpg new file mode 100644 index 0000000..f413fc9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Beach/139.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Beach/140.jpg b/moonloader/lib/cheat-menu/peds/Beach/140.jpg new file mode 100644 index 0000000..a4b167d Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Beach/140.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Beach/154.jpg b/moonloader/lib/cheat-menu/peds/Beach/154.jpg new file mode 100644 index 0000000..57b99f7 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Beach/154.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Beach/18.jpg b/moonloader/lib/cheat-menu/peds/Beach/18.jpg new file mode 100644 index 0000000..94af5c7 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Beach/18.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Beach/45.jpg b/moonloader/lib/cheat-menu/peds/Beach/45.jpg new file mode 100644 index 0000000..b0f0479 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Beach/45.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Biker/247.jpg b/moonloader/lib/cheat-menu/peds/Biker/247.jpg new file mode 100644 index 0000000..9eaa8d3 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Biker/247.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Biker/248.jpg b/moonloader/lib/cheat-menu/peds/Biker/248.jpg new file mode 100644 index 0000000..1a78b10 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Biker/248.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Body guard/24.jpg b/moonloader/lib/cheat-menu/peds/Body guard/24.jpg new file mode 100644 index 0000000..229f721 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Body guard/24.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Body guard/25.jpg b/moonloader/lib/cheat-menu/peds/Body guard/25.jpg new file mode 100644 index 0000000..49b742b Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Body guard/25.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Bouncer/163.jpg b/moonloader/lib/cheat-menu/peds/Bouncer/163.jpg new file mode 100644 index 0000000..f993270 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Bouncer/163.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Bouncer/164.jpg b/moonloader/lib/cheat-menu/peds/Bouncer/164.jpg new file mode 100644 index 0000000..40ed2e8 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Bouncer/164.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Bouncer/165.jpg b/moonloader/lib/cheat-menu/peds/Bouncer/165.jpg new file mode 100644 index 0000000..f379198 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Bouncer/165.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Bouncer/166.jpg b/moonloader/lib/cheat-menu/peds/Bouncer/166.jpg new file mode 100644 index 0000000..a6e418f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Bouncer/166.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Boxer/80.jpg b/moonloader/lib/cheat-menu/peds/Boxer/80.jpg new file mode 100644 index 0000000..26ce76f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Boxer/80.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Boxer/81.jpg b/moonloader/lib/cheat-menu/peds/Boxer/81.jpg new file mode 100644 index 0000000..e92e371 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Boxer/81.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Businessman/141.jpg b/moonloader/lib/cheat-menu/peds/Businessman/141.jpg new file mode 100644 index 0000000..f5b123f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Businessman/141.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Businessman/147.jpg b/moonloader/lib/cheat-menu/peds/Businessman/147.jpg new file mode 100644 index 0000000..7522d8a Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Businessman/147.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Businessman/148.jpg b/moonloader/lib/cheat-menu/peds/Businessman/148.jpg new file mode 100644 index 0000000..98b1236 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Businessman/148.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Businessman/150.jpg b/moonloader/lib/cheat-menu/peds/Businessman/150.jpg new file mode 100644 index 0000000..5b6a417 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Businessman/150.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Businessman/17.jpg b/moonloader/lib/cheat-menu/peds/Businessman/17.jpg new file mode 100644 index 0000000..d27f5f4 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Businessman/17.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Businessman/227.jpg b/moonloader/lib/cheat-menu/peds/Businessman/227.jpg new file mode 100644 index 0000000..1ee57bd Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Businessman/227.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Businessman/228.jpg b/moonloader/lib/cheat-menu/peds/Businessman/228.jpg new file mode 100644 index 0000000..e358096 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Businessman/228.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Cab driver/182.jpg b/moonloader/lib/cheat-menu/peds/Cab driver/182.jpg new file mode 100644 index 0000000..e6fdea6 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Cab driver/182.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Cab driver/206.jpg b/moonloader/lib/cheat-menu/peds/Cab driver/206.jpg new file mode 100644 index 0000000..7e650f0 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Cab driver/206.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Cab driver/220.jpg b/moonloader/lib/cheat-menu/peds/Cab driver/220.jpg new file mode 100644 index 0000000..493b6aa Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Cab driver/220.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Cab driver/234.jpg b/moonloader/lib/cheat-menu/peds/Cab driver/234.jpg new file mode 100644 index 0000000..2af0e8c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Cab driver/234.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Cab driver/261.jpg b/moonloader/lib/cheat-menu/peds/Cab driver/261.jpg new file mode 100644 index 0000000..e2c8a90 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Cab driver/261.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Cab driver/262.jpg b/moonloader/lib/cheat-menu/peds/Cab driver/262.jpg new file mode 100644 index 0000000..34c96a1 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Cab driver/262.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Clothes seller/211.jpg b/moonloader/lib/cheat-menu/peds/Clothes seller/211.jpg new file mode 100644 index 0000000..faf532c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Clothes seller/211.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Clothes seller/217.jpg b/moonloader/lib/cheat-menu/peds/Clothes seller/217.jpg new file mode 100644 index 0000000..09a3b49 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Clothes seller/217.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Construction/153.jpg b/moonloader/lib/cheat-menu/peds/Construction/153.jpg new file mode 100644 index 0000000..def1c2c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Construction/153.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Construction/260.jpg b/moonloader/lib/cheat-menu/peds/Construction/260.jpg new file mode 100644 index 0000000..8756020 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Construction/260.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Construction/27.jpg b/moonloader/lib/cheat-menu/peds/Construction/27.jpg new file mode 100644 index 0000000..4c1ddf4 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Construction/27.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Country/157.jpg b/moonloader/lib/cheat-menu/peds/Country/157.jpg new file mode 100644 index 0000000..84ed5a3 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Country/157.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Country/158.jpg b/moonloader/lib/cheat-menu/peds/Country/158.jpg new file mode 100644 index 0000000..2ccfc6f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Country/158.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Country/159.jpg b/moonloader/lib/cheat-menu/peds/Country/159.jpg new file mode 100644 index 0000000..88fffdf Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Country/159.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Country/160.jpg b/moonloader/lib/cheat-menu/peds/Country/160.jpg new file mode 100644 index 0000000..16665a9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Country/160.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Country/161.jpg b/moonloader/lib/cheat-menu/peds/Country/161.jpg new file mode 100644 index 0000000..a14022b Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Country/161.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Country/162.jpg b/moonloader/lib/cheat-menu/peds/Country/162.jpg new file mode 100644 index 0000000..38dd1f4 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Country/162.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Country/196.jpg b/moonloader/lib/cheat-menu/peds/Country/196.jpg new file mode 100644 index 0000000..eaa0cd0 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Country/196.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Country/197.jpg b/moonloader/lib/cheat-menu/peds/Country/197.jpg new file mode 100644 index 0000000..44b884e Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Country/197.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Country/198.jpg b/moonloader/lib/cheat-menu/peds/Country/198.jpg new file mode 100644 index 0000000..82f7668 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Country/198.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Country/199.jpg b/moonloader/lib/cheat-menu/peds/Country/199.jpg new file mode 100644 index 0000000..37dfee8 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Country/199.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Country/200.jpg b/moonloader/lib/cheat-menu/peds/Country/200.jpg new file mode 100644 index 0000000..01f520b Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Country/200.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Criminal/100.jpg b/moonloader/lib/cheat-menu/peds/Criminal/100.jpg new file mode 100644 index 0000000..406e36c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Criminal/100.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Criminal/143.jpg b/moonloader/lib/cheat-menu/peds/Criminal/143.jpg new file mode 100644 index 0000000..0d1be4f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Criminal/143.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Criminal/181.jpg b/moonloader/lib/cheat-menu/peds/Criminal/181.jpg new file mode 100644 index 0000000..0a6cf5f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Criminal/181.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Criminal/183.jpg b/moonloader/lib/cheat-menu/peds/Criminal/183.jpg new file mode 100644 index 0000000..6944c6a Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Criminal/183.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Criminal/184.jpg b/moonloader/lib/cheat-menu/peds/Criminal/184.jpg new file mode 100644 index 0000000..9d07f22 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Criminal/184.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Criminal/21.jpg b/moonloader/lib/cheat-menu/peds/Criminal/21.jpg new file mode 100644 index 0000000..0a3e478 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Criminal/21.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Criminal/223.jpg b/moonloader/lib/cheat-menu/peds/Criminal/223.jpg new file mode 100644 index 0000000..a478a69 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Criminal/223.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Criminal/250.jpg b/moonloader/lib/cheat-menu/peds/Criminal/250.jpg new file mode 100644 index 0000000..a4c033f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Criminal/250.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Criminal/47.jpg b/moonloader/lib/cheat-menu/peds/Criminal/47.jpg new file mode 100644 index 0000000..d7e2580 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Criminal/47.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Croupier/11.jpg b/moonloader/lib/cheat-menu/peds/Croupier/11.jpg new file mode 100644 index 0000000..797cdd6 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Croupier/11.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Croupier/171.jpg b/moonloader/lib/cheat-menu/peds/Croupier/171.jpg new file mode 100644 index 0000000..0900ad0 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Croupier/171.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Croupier/172.jpg b/moonloader/lib/cheat-menu/peds/Croupier/172.jpg new file mode 100644 index 0000000..0bee62c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Croupier/172.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Da nang boys/121.jpg b/moonloader/lib/cheat-menu/peds/Da nang boys/121.jpg new file mode 100644 index 0000000..fcd37e8 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Da nang boys/121.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Da nang boys/122.jpg b/moonloader/lib/cheat-menu/peds/Da nang boys/122.jpg new file mode 100644 index 0000000..dc3afc9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Da nang boys/122.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Da nang boys/123.jpg b/moonloader/lib/cheat-menu/peds/Da nang boys/123.jpg new file mode 100644 index 0000000..89cf35f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Da nang boys/123.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Drug dealer/254.jpg b/moonloader/lib/cheat-menu/peds/Drug dealer/254.jpg new file mode 100644 index 0000000..9eaa8d3 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Drug dealer/254.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Drug dealer/28.jpg b/moonloader/lib/cheat-menu/peds/Drug dealer/28.jpg new file mode 100644 index 0000000..73b2648 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Drug dealer/28.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Drug dealer/29.jpg b/moonloader/lib/cheat-menu/peds/Drug dealer/29.jpg new file mode 100644 index 0000000..fde12fa Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Drug dealer/29.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Drug dealer/30.jpg b/moonloader/lib/cheat-menu/peds/Drug dealer/30.jpg new file mode 100644 index 0000000..f691350 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Drug dealer/30.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Elvis/82.jpg b/moonloader/lib/cheat-menu/peds/Elvis/82.jpg new file mode 100644 index 0000000..edf225b Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Elvis/82.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Elvis/83.jpg b/moonloader/lib/cheat-menu/peds/Elvis/83.jpg new file mode 100644 index 0000000..cd8698c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Elvis/83.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Elvis/84.jpg b/moonloader/lib/cheat-menu/peds/Elvis/84.jpg new file mode 100644 index 0000000..d8ab925 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Elvis/84.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Fire fighter/277.jpg b/moonloader/lib/cheat-menu/peds/Fire fighter/277.jpg new file mode 100644 index 0000000..5e8ee03 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Fire fighter/277.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Fire fighter/278.jpg b/moonloader/lib/cheat-menu/peds/Fire fighter/278.jpg new file mode 100644 index 0000000..3d07a43 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Fire fighter/278.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Fire fighter/279.jpg b/moonloader/lib/cheat-menu/peds/Fire fighter/279.jpg new file mode 100644 index 0000000..b961f9c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Fire fighter/279.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Golf/36.jpg b/moonloader/lib/cheat-menu/peds/Golf/36.jpg new file mode 100644 index 0000000..a6a38b4 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Golf/36.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Golf/37.jpg b/moonloader/lib/cheat-menu/peds/Golf/37.jpg new file mode 100644 index 0000000..c62af08 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Golf/37.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Golf/38.jpg b/moonloader/lib/cheat-menu/peds/Golf/38.jpg new file mode 100644 index 0000000..23b4ca5 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Golf/38.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/190-1.jpg b/moonloader/lib/cheat-menu/peds/Grl/190-1.jpg new file mode 100644 index 0000000..3da9f40 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/190-1.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/190-2.jpg b/moonloader/lib/cheat-menu/peds/Grl/190-2.jpg new file mode 100644 index 0000000..3da9f40 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/190-2.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/190.jpg b/moonloader/lib/cheat-menu/peds/Grl/190.jpg new file mode 100644 index 0000000..3da9f40 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/190.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/191-1.jpg b/moonloader/lib/cheat-menu/peds/Grl/191-1.jpg new file mode 100644 index 0000000..8ea0390 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/191-1.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/191-2.jpg b/moonloader/lib/cheat-menu/peds/Grl/191-2.jpg new file mode 100644 index 0000000..8ea0390 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/191-2.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/191.jpg b/moonloader/lib/cheat-menu/peds/Grl/191.jpg new file mode 100644 index 0000000..8ea0390 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/191.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/192-1.jpg b/moonloader/lib/cheat-menu/peds/Grl/192-1.jpg new file mode 100644 index 0000000..f888afa Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/192-1.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/192-2.jpg b/moonloader/lib/cheat-menu/peds/Grl/192-2.jpg new file mode 100644 index 0000000..f888afa Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/192-2.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/192.jpg b/moonloader/lib/cheat-menu/peds/Grl/192.jpg new file mode 100644 index 0000000..f888afa Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/192.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/193-1.jpg b/moonloader/lib/cheat-menu/peds/Grl/193-1.jpg new file mode 100644 index 0000000..ff0fbfc Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/193-1.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/193-2.jpg b/moonloader/lib/cheat-menu/peds/Grl/193-2.jpg new file mode 100644 index 0000000..ff0fbfc Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/193-2.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/193.jpg b/moonloader/lib/cheat-menu/peds/Grl/193.jpg new file mode 100644 index 0000000..ff0fbfc Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/193.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/194-1.jpg b/moonloader/lib/cheat-menu/peds/Grl/194-1.jpg new file mode 100644 index 0000000..daf685c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/194-1.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/194-2.jpg b/moonloader/lib/cheat-menu/peds/Grl/194-2.jpg new file mode 100644 index 0000000..daf685c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/194-2.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/194.jpg b/moonloader/lib/cheat-menu/peds/Grl/194.jpg new file mode 100644 index 0000000..daf685c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/194.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/195-1.jpg b/moonloader/lib/cheat-menu/peds/Grl/195-1.jpg new file mode 100644 index 0000000..bfc11d3 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/195-1.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/195-2.jpg b/moonloader/lib/cheat-menu/peds/Grl/195-2.jpg new file mode 100644 index 0000000..bfc11d3 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/195-2.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grl/195.jpg b/moonloader/lib/cheat-menu/peds/Grl/195.jpg new file mode 100644 index 0000000..bfc11d3 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grl/195.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grove street families/105.jpg b/moonloader/lib/cheat-menu/peds/Grove street families/105.jpg new file mode 100644 index 0000000..43c7e60 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grove street families/105.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grove street families/106.jpg b/moonloader/lib/cheat-menu/peds/Grove street families/106.jpg new file mode 100644 index 0000000..d4dece8 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grove street families/106.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grove street families/107.jpg b/moonloader/lib/cheat-menu/peds/Grove street families/107.jpg new file mode 100644 index 0000000..8daa9bd Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grove street families/107.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grove street families/149.jpg b/moonloader/lib/cheat-menu/peds/Grove street families/149.jpg new file mode 100644 index 0000000..79a9ae7 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grove street families/149.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grove street families/269.jpg b/moonloader/lib/cheat-menu/peds/Grove street families/269.jpg new file mode 100644 index 0000000..8f0456d Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grove street families/269.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grove street families/270.jpg b/moonloader/lib/cheat-menu/peds/Grove street families/270.jpg new file mode 100644 index 0000000..b46aa1e Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grove street families/270.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Grove street families/271.jpg b/moonloader/lib/cheat-menu/peds/Grove street families/271.jpg new file mode 100644 index 0000000..a77dbb9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Grove street families/271.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Heckler/258.jpg b/moonloader/lib/cheat-menu/peds/Heckler/258.jpg new file mode 100644 index 0000000..6508d9f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Heckler/258.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Heckler/259.jpg b/moonloader/lib/cheat-menu/peds/Heckler/259.jpg new file mode 100644 index 0000000..6d0593a Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Heckler/259.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Hippie/72.jpg b/moonloader/lib/cheat-menu/peds/Hippie/72.jpg new file mode 100644 index 0000000..4cae40f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Hippie/72.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Hippie/73.jpg b/moonloader/lib/cheat-menu/peds/Hippie/73.jpg new file mode 100644 index 0000000..93f4851 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Hippie/73.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Jogger/90.jpg b/moonloader/lib/cheat-menu/peds/Jogger/90.jpg new file mode 100644 index 0000000..bfcb083 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Jogger/90.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Jogger/96.jpg b/moonloader/lib/cheat-menu/peds/Jogger/96.jpg new file mode 100644 index 0000000..8d6abb8 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Jogger/96.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Karate student/203.jpg b/moonloader/lib/cheat-menu/peds/Karate student/203.jpg new file mode 100644 index 0000000..7ad0c3d Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Karate student/203.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Karate student/204.jpg b/moonloader/lib/cheat-menu/peds/Karate student/204.jpg new file mode 100644 index 0000000..0fa5c18 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Karate student/204.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/265.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/265.jpg new file mode 100644 index 0000000..dd609cc Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/265.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/266.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/266.jpg new file mode 100644 index 0000000..6c61b23 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/266.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/267.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/267.jpg new file mode 100644 index 0000000..7b3ee9b Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/267.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/280.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/280.jpg new file mode 100644 index 0000000..f76fb7e Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/280.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/281.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/281.jpg new file mode 100644 index 0000000..3b4212c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/281.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/282.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/282.jpg new file mode 100644 index 0000000..647f1e0 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/282.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/283.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/283.jpg new file mode 100644 index 0000000..b36f5c9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/283.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/284.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/284.jpg new file mode 100644 index 0000000..dd901a0 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/284.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/285.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/285.jpg new file mode 100644 index 0000000..c05afb9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/285.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/286.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/286.jpg new file mode 100644 index 0000000..e57b486 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/286.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/287.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/287.jpg new file mode 100644 index 0000000..76b742e Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/287.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/288.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/288.jpg new file mode 100644 index 0000000..b344112 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/288.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Law enforcement/71.jpg b/moonloader/lib/cheat-menu/peds/Law enforcement/71.jpg new file mode 100644 index 0000000..7ff1698 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Law enforcement/71.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Life guard/251.jpg b/moonloader/lib/cheat-menu/peds/Life guard/251.jpg new file mode 100644 index 0000000..9a3c429 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Life guard/251.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Life guard/97.jpg b/moonloader/lib/cheat-menu/peds/Life guard/97.jpg new file mode 100644 index 0000000..75240d9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Life guard/97.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Los santos vagos/108.jpg b/moonloader/lib/cheat-menu/peds/Los santos vagos/108.jpg new file mode 100644 index 0000000..9d206c1 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Los santos vagos/108.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Los santos vagos/109.jpg b/moonloader/lib/cheat-menu/peds/Los santos vagos/109.jpg new file mode 100644 index 0000000..cd018c9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Los santos vagos/109.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Los santos vagos/110.jpg b/moonloader/lib/cheat-menu/peds/Los santos vagos/110.jpg new file mode 100644 index 0000000..9cbc464 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Los santos vagos/110.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class female/10.jpg b/moonloader/lib/cheat-menu/peds/Low class female/10.jpg new file mode 100644 index 0000000..92a8969 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class female/10.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class female/129.jpg b/moonloader/lib/cheat-menu/peds/Low class female/129.jpg new file mode 100644 index 0000000..fdc4665 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class female/129.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class female/130.jpg b/moonloader/lib/cheat-menu/peds/Low class female/130.jpg new file mode 100644 index 0000000..5eb3a87 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class female/130.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class female/131.jpg b/moonloader/lib/cheat-menu/peds/Low class female/131.jpg new file mode 100644 index 0000000..0e350c1 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class female/131.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class female/151.jpg b/moonloader/lib/cheat-menu/peds/Low class female/151.jpg new file mode 100644 index 0000000..24d6578 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class female/151.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class female/201.jpg b/moonloader/lib/cheat-menu/peds/Low class female/201.jpg new file mode 100644 index 0000000..5ee7d21 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class female/201.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class female/31.jpg b/moonloader/lib/cheat-menu/peds/Low class female/31.jpg new file mode 100644 index 0000000..fd9b063 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class female/31.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class male/128.jpg b/moonloader/lib/cheat-menu/peds/Low class male/128.jpg new file mode 100644 index 0000000..aad797f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class male/128.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class male/132.jpg b/moonloader/lib/cheat-menu/peds/Low class male/132.jpg new file mode 100644 index 0000000..c9b567f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class male/132.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class male/133.jpg b/moonloader/lib/cheat-menu/peds/Low class male/133.jpg new file mode 100644 index 0000000..e0eccc9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class male/133.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class male/202.jpg b/moonloader/lib/cheat-menu/peds/Low class male/202.jpg new file mode 100644 index 0000000..ef5b361 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class male/202.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class male/32.jpg b/moonloader/lib/cheat-menu/peds/Low class male/32.jpg new file mode 100644 index 0000000..155222c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class male/32.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class male/33.jpg b/moonloader/lib/cheat-menu/peds/Low class male/33.jpg new file mode 100644 index 0000000..a03a479 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class male/33.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Low class male/34.jpg b/moonloader/lib/cheat-menu/peds/Low class male/34.jpg new file mode 100644 index 0000000..48e5030 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Low class male/34.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mafia/111.jpg b/moonloader/lib/cheat-menu/peds/Mafia/111.jpg new file mode 100644 index 0000000..8161574 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mafia/111.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mafia/112.jpg b/moonloader/lib/cheat-menu/peds/Mafia/112.jpg new file mode 100644 index 0000000..5e63f3d Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mafia/112.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mafia/113.jpg b/moonloader/lib/cheat-menu/peds/Mafia/113.jpg new file mode 100644 index 0000000..27771e2 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mafia/113.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mafia/124.jpg b/moonloader/lib/cheat-menu/peds/Mafia/124.jpg new file mode 100644 index 0000000..bb61eb9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mafia/124.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mafia/125.jpg b/moonloader/lib/cheat-menu/peds/Mafia/125.jpg new file mode 100644 index 0000000..483daf2 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mafia/125.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mafia/126.jpg b/moonloader/lib/cheat-menu/peds/Mafia/126.jpg new file mode 100644 index 0000000..cddc5c0 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mafia/126.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mafia/127.jpg b/moonloader/lib/cheat-menu/peds/Mafia/127.jpg new file mode 100644 index 0000000..b985b9d Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mafia/127.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Medic/274.jpg b/moonloader/lib/cheat-menu/peds/Medic/274.jpg new file mode 100644 index 0000000..a47bddb Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Medic/274.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Medic/275.jpg b/moonloader/lib/cheat-menu/peds/Medic/275.jpg new file mode 100644 index 0000000..6c74c16 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Medic/275.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Medic/276.jpg b/moonloader/lib/cheat-menu/peds/Medic/276.jpg new file mode 100644 index 0000000..1eff97b Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Medic/276.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/0.jpg b/moonloader/lib/cheat-menu/peds/Misc/0.jpg new file mode 100644 index 0000000..31b609a Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/0.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/1.jpg b/moonloader/lib/cheat-menu/peds/Misc/1.jpg new file mode 100644 index 0000000..2740be5 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/1.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/10.jpg b/moonloader/lib/cheat-menu/peds/Misc/10.jpg new file mode 100644 index 0000000..c7b14df Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/10.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/119.jpg b/moonloader/lib/cheat-menu/peds/Misc/119.jpg new file mode 100644 index 0000000..a0601f7 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/119.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/13.jpg b/moonloader/lib/cheat-menu/peds/Misc/13.jpg new file mode 100644 index 0000000..969619f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/13.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/144.jpg b/moonloader/lib/cheat-menu/peds/Misc/144.jpg new file mode 100644 index 0000000..b0e5cde Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/144.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/145.jpg b/moonloader/lib/cheat-menu/peds/Misc/145.jpg new file mode 100644 index 0000000..43416b7 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/145.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/146.jpg b/moonloader/lib/cheat-menu/peds/Misc/146.jpg new file mode 100644 index 0000000..5b77a37 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/146.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/187.jpg b/moonloader/lib/cheat-menu/peds/Misc/187.jpg new file mode 100644 index 0000000..31d9289 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/187.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/19.jpg b/moonloader/lib/cheat-menu/peds/Misc/19.jpg new file mode 100644 index 0000000..3397298 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/19.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/2.jpg b/moonloader/lib/cheat-menu/peds/Misc/2.jpg new file mode 100644 index 0000000..7cbbff6 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/2.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/208.jpg b/moonloader/lib/cheat-menu/peds/Misc/208.jpg new file mode 100644 index 0000000..a0696bb Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/208.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/209.jpg b/moonloader/lib/cheat-menu/peds/Misc/209.jpg new file mode 100644 index 0000000..a6f99e4 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/209.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/210.jpg b/moonloader/lib/cheat-menu/peds/Misc/210.jpg new file mode 100644 index 0000000..8070e0d Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/210.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/214.jpg b/moonloader/lib/cheat-menu/peds/Misc/214.jpg new file mode 100644 index 0000000..443b0ed Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/214.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/218.jpg b/moonloader/lib/cheat-menu/peds/Misc/218.jpg new file mode 100644 index 0000000..b212b05 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/218.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/225.jpg b/moonloader/lib/cheat-menu/peds/Misc/225.jpg new file mode 100644 index 0000000..116a0cf Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/225.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/226.jpg b/moonloader/lib/cheat-menu/peds/Misc/226.jpg new file mode 100644 index 0000000..8c76577 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/226.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/23.jpg b/moonloader/lib/cheat-menu/peds/Misc/23.jpg new file mode 100644 index 0000000..6f7c982 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/23.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/232.jpg b/moonloader/lib/cheat-menu/peds/Misc/232.jpg new file mode 100644 index 0000000..212d192 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/232.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/233.jpg b/moonloader/lib/cheat-menu/peds/Misc/233.jpg new file mode 100644 index 0000000..633d208 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/233.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/263.jpg b/moonloader/lib/cheat-menu/peds/Misc/263.jpg new file mode 100644 index 0000000..f4a3a58 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/263.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/264.jpg b/moonloader/lib/cheat-menu/peds/Misc/264.jpg new file mode 100644 index 0000000..bcdf6b9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/264.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/272.jpg b/moonloader/lib/cheat-menu/peds/Misc/272.jpg new file mode 100644 index 0000000..e3cfb85 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/272.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/273.jpg b/moonloader/lib/cheat-menu/peds/Misc/273.jpg new file mode 100644 index 0000000..27f3d52 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/273.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/289.jpg b/moonloader/lib/cheat-menu/peds/Misc/289.jpg new file mode 100644 index 0000000..7b3ecf7 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/289.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/3.jpg b/moonloader/lib/cheat-menu/peds/Misc/3.jpg new file mode 100644 index 0000000..fed7629 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/3.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/35.jpg b/moonloader/lib/cheat-menu/peds/Misc/35.jpg new file mode 100644 index 0000000..e4a1956 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/35.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/39.jpg b/moonloader/lib/cheat-menu/peds/Misc/39.jpg new file mode 100644 index 0000000..dd308d8 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/39.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/4.jpg b/moonloader/lib/cheat-menu/peds/Misc/4.jpg new file mode 100644 index 0000000..c08226c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/4.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/41.jpg b/moonloader/lib/cheat-menu/peds/Misc/41.jpg new file mode 100644 index 0000000..6b06c7c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/41.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/42.jpg b/moonloader/lib/cheat-menu/peds/Misc/42.jpg new file mode 100644 index 0000000..a284240 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/42.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/49.jpg b/moonloader/lib/cheat-menu/peds/Misc/49.jpg new file mode 100644 index 0000000..95dff5f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/49.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/5.jpg b/moonloader/lib/cheat-menu/peds/Misc/5.jpg new file mode 100644 index 0000000..483f0a0 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/5.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/54.jpg b/moonloader/lib/cheat-menu/peds/Misc/54.jpg new file mode 100644 index 0000000..1db833b Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/54.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/56.jpg b/moonloader/lib/cheat-menu/peds/Misc/56.jpg new file mode 100644 index 0000000..050c43c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/56.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/6.jpg b/moonloader/lib/cheat-menu/peds/Misc/6.jpg new file mode 100644 index 0000000..762c921 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/6.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/62.jpg b/moonloader/lib/cheat-menu/peds/Misc/62.jpg new file mode 100644 index 0000000..a098e88 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/62.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/65.jpg b/moonloader/lib/cheat-menu/peds/Misc/65.jpg new file mode 100644 index 0000000..76f7c91 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/65.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/68.jpg b/moonloader/lib/cheat-menu/peds/Misc/68.jpg new file mode 100644 index 0000000..f104b60 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/68.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/69.jpg b/moonloader/lib/cheat-menu/peds/Misc/69.jpg new file mode 100644 index 0000000..2ca8b12 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/69.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/7.jpg b/moonloader/lib/cheat-menu/peds/Misc/7.jpg new file mode 100644 index 0000000..185f16c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/7.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/70.jpg b/moonloader/lib/cheat-menu/peds/Misc/70.jpg new file mode 100644 index 0000000..b47532c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/70.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/76.jpg b/moonloader/lib/cheat-menu/peds/Misc/76.jpg new file mode 100644 index 0000000..295665b Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/76.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/8.jpg b/moonloader/lib/cheat-menu/peds/Misc/8.jpg new file mode 100644 index 0000000..cfb7dd8 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/8.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/89.jpg b/moonloader/lib/cheat-menu/peds/Misc/89.jpg new file mode 100644 index 0000000..cbdb094 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/89.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Misc/93.jpg b/moonloader/lib/cheat-menu/peds/Misc/93.jpg new file mode 100644 index 0000000..e302611 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Misc/93.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mountain cloud triad/117.jpg b/moonloader/lib/cheat-menu/peds/Mountain cloud triad/117.jpg new file mode 100644 index 0000000..9fb5538 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mountain cloud triad/117.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mountain cloud triad/118.jpg b/moonloader/lib/cheat-menu/peds/Mountain cloud triad/118.jpg new file mode 100644 index 0000000..bfa42c4 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mountain cloud triad/118.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mountain cloud triad/120.jpg b/moonloader/lib/cheat-menu/peds/Mountain cloud triad/120.jpg new file mode 100644 index 0000000..258c594 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mountain cloud triad/120.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mountain/26.jpg b/moonloader/lib/cheat-menu/peds/Mountain/26.jpg new file mode 100644 index 0000000..9f71aa0 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mountain/26.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mountain/51.jpg b/moonloader/lib/cheat-menu/peds/Mountain/51.jpg new file mode 100644 index 0000000..8f86fb3 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mountain/51.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Mountain/52.jpg b/moonloader/lib/cheat-menu/peds/Mountain/52.jpg new file mode 100644 index 0000000..02a4012 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Mountain/52.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Pol/66.jpg b/moonloader/lib/cheat-menu/peds/Pol/66.jpg new file mode 100644 index 0000000..dd26502 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Pol/66.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Pol/67.jpg b/moonloader/lib/cheat-menu/peds/Pol/67.jpg new file mode 100644 index 0000000..6828182 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Pol/67.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/152.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/152.jpg new file mode 100644 index 0000000..aab39e4 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/152.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/178.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/178.jpg new file mode 100644 index 0000000..2810322 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/178.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/207.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/207.jpg new file mode 100644 index 0000000..878bd45 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/207.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/237.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/237.jpg new file mode 100644 index 0000000..19edf41 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/237.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/238.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/238.jpg new file mode 100644 index 0000000..68ac5e6 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/238.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/243.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/243.jpg new file mode 100644 index 0000000..b918079 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/243.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/244.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/244.jpg new file mode 100644 index 0000000..0275375 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/244.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/245.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/245.jpg new file mode 100644 index 0000000..b0c9151 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/245.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/246.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/246.jpg new file mode 100644 index 0000000..f9aeb7f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/246.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/249.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/249.jpg new file mode 100644 index 0000000..b5604f9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/249.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/63.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/63.jpg new file mode 100644 index 0000000..96c5790 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/63.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/64.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/64.jpg new file mode 100644 index 0000000..6fb8e77 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/64.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/75.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/75.jpg new file mode 100644 index 0000000..8714e53 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/75.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/85.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/85.jpg new file mode 100644 index 0000000..936064a Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/85.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Prostitute/87.jpg b/moonloader/lib/cheat-menu/peds/Prostitute/87.jpg new file mode 100644 index 0000000..d6c4933 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Prostitute/87.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/12.jpg b/moonloader/lib/cheat-menu/peds/Rich female/12.jpg new file mode 100644 index 0000000..08aa0c9 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/12.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/169.jpg b/moonloader/lib/cheat-menu/peds/Rich female/169.jpg new file mode 100644 index 0000000..c17efe0 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/169.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/215.jpg b/moonloader/lib/cheat-menu/peds/Rich female/215.jpg new file mode 100644 index 0000000..05cad33 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/215.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/216.jpg b/moonloader/lib/cheat-menu/peds/Rich female/216.jpg new file mode 100644 index 0000000..4463d27 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/216.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/219.jpg b/moonloader/lib/cheat-menu/peds/Rich female/219.jpg new file mode 100644 index 0000000..0084be2 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/219.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/224.jpg b/moonloader/lib/cheat-menu/peds/Rich female/224.jpg new file mode 100644 index 0000000..2bf10f7 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/224.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/231.jpg b/moonloader/lib/cheat-menu/peds/Rich female/231.jpg new file mode 100644 index 0000000..83afacc Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/231.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/40.jpg b/moonloader/lib/cheat-menu/peds/Rich female/40.jpg new file mode 100644 index 0000000..1e18d8a Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/40.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/53.jpg b/moonloader/lib/cheat-menu/peds/Rich female/53.jpg new file mode 100644 index 0000000..9efb9d6 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/53.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/55.jpg b/moonloader/lib/cheat-menu/peds/Rich female/55.jpg new file mode 100644 index 0000000..a6f0e88 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/55.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/88.jpg b/moonloader/lib/cheat-menu/peds/Rich female/88.jpg new file mode 100644 index 0000000..836110e Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/88.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/9.jpg b/moonloader/lib/cheat-menu/peds/Rich female/9.jpg new file mode 100644 index 0000000..e9d955d Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/9.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich female/91.jpg b/moonloader/lib/cheat-menu/peds/Rich female/91.jpg new file mode 100644 index 0000000..a1d2f2f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich female/91.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/14.jpg b/moonloader/lib/cheat-menu/peds/Rich male/14.jpg new file mode 100644 index 0000000..e0a09f7 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/14.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/185.jpg b/moonloader/lib/cheat-menu/peds/Rich male/185.jpg new file mode 100644 index 0000000..d36bbb2 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/185.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/186.jpg b/moonloader/lib/cheat-menu/peds/Rich male/186.jpg new file mode 100644 index 0000000..d91f682 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/186.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/20.jpg b/moonloader/lib/cheat-menu/peds/Rich male/20.jpg new file mode 100644 index 0000000..b3fe5db Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/20.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/221.jpg b/moonloader/lib/cheat-menu/peds/Rich male/221.jpg new file mode 100644 index 0000000..df511b8 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/221.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/235.jpg b/moonloader/lib/cheat-menu/peds/Rich male/235.jpg new file mode 100644 index 0000000..319050f Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/235.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/240.jpg b/moonloader/lib/cheat-menu/peds/Rich male/240.jpg new file mode 100644 index 0000000..fc8d944 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/240.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/43.jpg b/moonloader/lib/cheat-menu/peds/Rich male/43.jpg new file mode 100644 index 0000000..46746cc Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/43.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/46.jpg b/moonloader/lib/cheat-menu/peds/Rich male/46.jpg new file mode 100644 index 0000000..f81614e Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/46.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/57.jpg b/moonloader/lib/cheat-menu/peds/Rich male/57.jpg new file mode 100644 index 0000000..e433d1e Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/57.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/59.jpg b/moonloader/lib/cheat-menu/peds/Rich male/59.jpg new file mode 100644 index 0000000..de9bfb1 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/59.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/94.jpg b/moonloader/lib/cheat-menu/peds/Rich male/94.jpg new file mode 100644 index 0000000..a463b69 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/94.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Rich male/98.jpg b/moonloader/lib/cheat-menu/peds/Rich male/98.jpg new file mode 100644 index 0000000..1fa5f7a Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Rich male/98.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Roller blade/92.jpg b/moonloader/lib/cheat-menu/peds/Roller blade/92.jpg new file mode 100644 index 0000000..bf1268b Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Roller blade/92.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Roller blade/99.jpg b/moonloader/lib/cheat-menu/peds/Roller blade/99.jpg new file mode 100644 index 0000000..8a69c82 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Roller blade/99.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/San fierro rifa/173.jpg b/moonloader/lib/cheat-menu/peds/San fierro rifa/173.jpg new file mode 100644 index 0000000..4980791 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/San fierro rifa/173.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/San fierro rifa/174.jpg b/moonloader/lib/cheat-menu/peds/San fierro rifa/174.jpg new file mode 100644 index 0000000..a723235 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/San fierro rifa/174.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/San fierro rifa/175.jpg b/moonloader/lib/cheat-menu/peds/San fierro rifa/175.jpg new file mode 100644 index 0000000..11aab79 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/San fierro rifa/175.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Shop seller/155.jpg b/moonloader/lib/cheat-menu/peds/Shop seller/155.jpg new file mode 100644 index 0000000..e13f104 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Shop seller/155.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Shop seller/156.jpg b/moonloader/lib/cheat-menu/peds/Shop seller/156.jpg new file mode 100644 index 0000000..ca1b82b Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Shop seller/156.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Shop seller/167.jpg b/moonloader/lib/cheat-menu/peds/Shop seller/167.jpg new file mode 100644 index 0000000..870c81c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Shop seller/167.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Shop seller/168.jpg b/moonloader/lib/cheat-menu/peds/Shop seller/168.jpg new file mode 100644 index 0000000..25dce57 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Shop seller/168.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Shop seller/176.jpg b/moonloader/lib/cheat-menu/peds/Shop seller/176.jpg new file mode 100644 index 0000000..9c29fb0 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Shop seller/176.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Shop seller/177.jpg b/moonloader/lib/cheat-menu/peds/Shop seller/177.jpg new file mode 100644 index 0000000..1188b01 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Shop seller/177.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Shop seller/179.jpg b/moonloader/lib/cheat-menu/peds/Shop seller/179.jpg new file mode 100644 index 0000000..ae9a28e Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Shop seller/179.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Shop seller/180.jpg b/moonloader/lib/cheat-menu/peds/Shop seller/180.jpg new file mode 100644 index 0000000..c6b7790 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Shop seller/180.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Shop seller/205.jpg b/moonloader/lib/cheat-menu/peds/Shop seller/205.jpg new file mode 100644 index 0000000..07f26db Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Shop seller/205.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Special/290.jpg b/moonloader/lib/cheat-menu/peds/Special/290.jpg new file mode 100644 index 0000000..275daee Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Special/290.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Special/291.jpg b/moonloader/lib/cheat-menu/peds/Special/291.jpg new file mode 100644 index 0000000..c25f643 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Special/291.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Special/292.jpg b/moonloader/lib/cheat-menu/peds/Special/292.jpg new file mode 100644 index 0000000..4abbec0 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Special/292.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Special/293.jpg b/moonloader/lib/cheat-menu/peds/Special/293.jpg new file mode 100644 index 0000000..6c5f6b1 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Special/293.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Special/294.jpg b/moonloader/lib/cheat-menu/peds/Special/294.jpg new file mode 100644 index 0000000..3a5ac3b Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Special/294.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Special/295.jpg b/moonloader/lib/cheat-menu/peds/Special/295.jpg new file mode 100644 index 0000000..83dca4c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Special/295.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Special/296.jpg b/moonloader/lib/cheat-menu/peds/Special/296.jpg new file mode 100644 index 0000000..9682337 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Special/296.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Special/297.jpg b/moonloader/lib/cheat-menu/peds/Special/297.jpg new file mode 100644 index 0000000..c892f15 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Special/297.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Special/298.jpg b/moonloader/lib/cheat-menu/peds/Special/298.jpg new file mode 100644 index 0000000..8205b70 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Special/298.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Special/299.jpg b/moonloader/lib/cheat-menu/peds/Special/299.jpg new file mode 100644 index 0000000..507ad29 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Special/299.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/101.jpg b/moonloader/lib/cheat-menu/peds/Street male/101.jpg new file mode 100644 index 0000000..bee0912 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/101.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/142.jpg b/moonloader/lib/cheat-menu/peds/Street male/142.jpg new file mode 100644 index 0000000..39ce24c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/142.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/15.jpg b/moonloader/lib/cheat-menu/peds/Street male/15.jpg new file mode 100644 index 0000000..9661e75 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/15.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/170.jpg b/moonloader/lib/cheat-menu/peds/Street male/170.jpg new file mode 100644 index 0000000..9a2cb82 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/170.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/188.jpg b/moonloader/lib/cheat-menu/peds/Street male/188.jpg new file mode 100644 index 0000000..29efe19 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/188.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/22.jpg b/moonloader/lib/cheat-menu/peds/Street male/22.jpg new file mode 100644 index 0000000..b140285 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/22.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/222.jpg b/moonloader/lib/cheat-menu/peds/Street male/222.jpg new file mode 100644 index 0000000..110d71b Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/222.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/229.jpg b/moonloader/lib/cheat-menu/peds/Street male/229.jpg new file mode 100644 index 0000000..83c3349 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/229.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/236.jpg b/moonloader/lib/cheat-menu/peds/Street male/236.jpg new file mode 100644 index 0000000..f63f4be Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/236.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/241.jpg b/moonloader/lib/cheat-menu/peds/Street male/241.jpg new file mode 100644 index 0000000..9ef9135 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/241.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/242.jpg b/moonloader/lib/cheat-menu/peds/Street male/242.jpg new file mode 100644 index 0000000..f62edab Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/242.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/44.jpg b/moonloader/lib/cheat-menu/peds/Street male/44.jpg new file mode 100644 index 0000000..34cf693 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/44.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/48.jpg b/moonloader/lib/cheat-menu/peds/Street male/48.jpg new file mode 100644 index 0000000..60c4bc4 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/48.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/58.jpg b/moonloader/lib/cheat-menu/peds/Street male/58.jpg new file mode 100644 index 0000000..21f4553 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/58.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/60.jpg b/moonloader/lib/cheat-menu/peds/Street male/60.jpg new file mode 100644 index 0000000..a5cd107 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/60.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Street male/95.jpg b/moonloader/lib/cheat-menu/peds/Street male/95.jpg new file mode 100644 index 0000000..34aa604 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Street male/95.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp female/256.jpg b/moonloader/lib/cheat-menu/peds/Tramp female/256.jpg new file mode 100644 index 0000000..6d68101 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp female/256.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp female/257.jpg b/moonloader/lib/cheat-menu/peds/Tramp female/257.jpg new file mode 100644 index 0000000..f49c314 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp female/257.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp female/77.jpg b/moonloader/lib/cheat-menu/peds/Tramp female/77.jpg new file mode 100644 index 0000000..8785d25 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp female/77.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp male/134.jpg b/moonloader/lib/cheat-menu/peds/Tramp male/134.jpg new file mode 100644 index 0000000..d249efb Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp male/134.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp male/135.jpg b/moonloader/lib/cheat-menu/peds/Tramp male/135.jpg new file mode 100644 index 0000000..2a3472c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp male/135.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp male/136.jpg b/moonloader/lib/cheat-menu/peds/Tramp male/136.jpg new file mode 100644 index 0000000..e4e0248 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp male/136.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp male/137.jpg b/moonloader/lib/cheat-menu/peds/Tramp male/137.jpg new file mode 100644 index 0000000..a63400c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp male/137.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp male/212.jpg b/moonloader/lib/cheat-menu/peds/Tramp male/212.jpg new file mode 100644 index 0000000..d35e9a7 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp male/212.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp male/213.jpg b/moonloader/lib/cheat-menu/peds/Tramp male/213.jpg new file mode 100644 index 0000000..967cccc Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp male/213.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp male/230.jpg b/moonloader/lib/cheat-menu/peds/Tramp male/230.jpg new file mode 100644 index 0000000..777ff03 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp male/230.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp male/239.jpg b/moonloader/lib/cheat-menu/peds/Tramp male/239.jpg new file mode 100644 index 0000000..0e7ff37 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp male/239.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp male/78.jpg b/moonloader/lib/cheat-menu/peds/Tramp male/78.jpg new file mode 100644 index 0000000..4a2f067 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp male/78.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Tramp male/79.jpg b/moonloader/lib/cheat-menu/peds/Tramp male/79.jpg new file mode 100644 index 0000000..9fe8d68 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Tramp male/79.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Valet/189.jpg b/moonloader/lib/cheat-menu/peds/Valet/189.jpg new file mode 100644 index 0000000..80e7b01 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Valet/189.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Valet/252.jpg b/moonloader/lib/cheat-menu/peds/Valet/252.jpg new file mode 100644 index 0000000..b7ec365 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Valet/252.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Varrios los aztecas/114.jpg b/moonloader/lib/cheat-menu/peds/Varrios los aztecas/114.jpg new file mode 100644 index 0000000..45be23a Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Varrios los aztecas/114.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Varrios los aztecas/115.jpg b/moonloader/lib/cheat-menu/peds/Varrios los aztecas/115.jpg new file mode 100644 index 0000000..45e54a2 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Varrios los aztecas/115.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Varrios los aztecas/116.jpg b/moonloader/lib/cheat-menu/peds/Varrios los aztecas/116.jpg new file mode 100644 index 0000000..fb84deb Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Varrios los aztecas/116.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Worker/16.jpg b/moonloader/lib/cheat-menu/peds/Worker/16.jpg new file mode 100644 index 0000000..070addf Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Worker/16.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Worker/253.jpg b/moonloader/lib/cheat-menu/peds/Worker/253.jpg new file mode 100644 index 0000000..978de3c Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Worker/253.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Worker/255.jpg b/moonloader/lib/cheat-menu/peds/Worker/255.jpg new file mode 100644 index 0000000..d1cbb87 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Worker/255.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Worker/268.jpg b/moonloader/lib/cheat-menu/peds/Worker/268.jpg new file mode 100644 index 0000000..12f1270 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Worker/268.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Worker/50.jpg b/moonloader/lib/cheat-menu/peds/Worker/50.jpg new file mode 100644 index 0000000..51e2457 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Worker/50.jpg differ diff --git a/moonloader/lib/cheat-menu/peds/Worker/61.jpg b/moonloader/lib/cheat-menu/peds/Worker/61.jpg new file mode 100644 index 0000000..8f65fe4 Binary files /dev/null and b/moonloader/lib/cheat-menu/peds/Worker/61.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1100.jpg b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1100.jpg new file mode 100644 index 0000000..dc74ec8 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1100.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1109.jpg b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1109.jpg new file mode 100644 index 0000000..e43fcc9 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1109.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1110.jpg b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1110.jpg new file mode 100644 index 0000000..be2ebc3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1110.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1115.jpg b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1115.jpg new file mode 100644 index 0000000..73ebc72 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1115.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1116.jpg b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1116.jpg new file mode 100644 index 0000000..919fa1d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1116.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1123.jpg b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1123.jpg new file mode 100644 index 0000000..d6cef1b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1123.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1125.jpg b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1125.jpg new file mode 100644 index 0000000..4225021 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Bullbar/1125.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1018.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1018.jpg new file mode 100644 index 0000000..02fb431 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1018.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1019.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1019.jpg new file mode 100644 index 0000000..279e1c9 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1019.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1020.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1020.jpg new file mode 100644 index 0000000..9eca7fd Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1020.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1021.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1021.jpg new file mode 100644 index 0000000..eaf28fc Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1021.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1022.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1022.jpg new file mode 100644 index 0000000..211e5ef Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1022.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1028.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1028.jpg new file mode 100644 index 0000000..0307e4d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1028.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1029.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1029.jpg new file mode 100644 index 0000000..a2358be Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1029.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1034.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1034.jpg new file mode 100644 index 0000000..d3512bc Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1034.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1037.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1037.jpg new file mode 100644 index 0000000..29bd8f1 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1037.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1043.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1043.jpg new file mode 100644 index 0000000..5eb54fd Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1043.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1044.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1044.jpg new file mode 100644 index 0000000..da7e2a2 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1044.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1045.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1045.jpg new file mode 100644 index 0000000..65f95d0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1045.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1046.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1046.jpg new file mode 100644 index 0000000..948ed28 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1046.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1059.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1059.jpg new file mode 100644 index 0000000..3585366 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1059.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1064.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1064.jpg new file mode 100644 index 0000000..20a12e8 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1064.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1065.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1065.jpg new file mode 100644 index 0000000..8cf9c60 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1065.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1066.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1066.jpg new file mode 100644 index 0000000..ab4e24e Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1066.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1089.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1089.jpg new file mode 100644 index 0000000..9f1a121 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1089.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1092.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1092.jpg new file mode 100644 index 0000000..69d2618 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1092.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1104.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1104.jpg new file mode 100644 index 0000000..b1b8d6a Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1104.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1105.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1105.jpg new file mode 100644 index 0000000..b77dd7b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1105.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1113.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1113.jpg new file mode 100644 index 0000000..164d341 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1113.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1114.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1114.jpg new file mode 100644 index 0000000..97ec1cc Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1114.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1126.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1126.jpg new file mode 100644 index 0000000..54e2962 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1126.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1127.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1127.jpg new file mode 100644 index 0000000..9ded9c3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1127.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1129.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1129.jpg new file mode 100644 index 0000000..14f5073 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1129.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1132.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1132.jpg new file mode 100644 index 0000000..fb7a480 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1132.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1135.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1135.jpg new file mode 100644 index 0000000..2a3f56d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1135.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1136.jpg b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1136.jpg new file mode 100644 index 0000000..8ad3ce1 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Exhaust/1136.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1117.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1117.jpg new file mode 100644 index 0000000..8a267c8 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1117.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1152.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1152.jpg new file mode 100644 index 0000000..055c34c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1152.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1153.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1153.jpg new file mode 100644 index 0000000..e59a1f5 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1153.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1155.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1155.jpg new file mode 100644 index 0000000..fabc5d3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1155.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1157.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1157.jpg new file mode 100644 index 0000000..f64dcba Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1157.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1160.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1160.jpg new file mode 100644 index 0000000..2259f74 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1160.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1165.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1165.jpg new file mode 100644 index 0000000..d90c041 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1165.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1166.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1166.jpg new file mode 100644 index 0000000..805f0ed Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1166.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1169.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1169.jpg new file mode 100644 index 0000000..947abc5 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1169.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1170.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1170.jpg new file mode 100644 index 0000000..d3c62c7 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1170.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1171.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1171.jpg new file mode 100644 index 0000000..0be0d17 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1171.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1172.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1172.jpg new file mode 100644 index 0000000..3e0fc2c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1172.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1173.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1173.jpg new file mode 100644 index 0000000..375700d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1173.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1174.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1174.jpg new file mode 100644 index 0000000..7aaf73b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1174.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1175.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1175.jpg new file mode 100644 index 0000000..09b94e5 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1175.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1179.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1179.jpg new file mode 100644 index 0000000..ce9f7d0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1179.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1181.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1181.jpg new file mode 100644 index 0000000..3b6b3ae Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1181.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1182.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1182.jpg new file mode 100644 index 0000000..da8dfb4 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1182.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1185.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1185.jpg new file mode 100644 index 0000000..7649379 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1185.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1188.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1188.jpg new file mode 100644 index 0000000..1584797 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1188.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1189.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1189.jpg new file mode 100644 index 0000000..e0e2570 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1189.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1190.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1190.jpg new file mode 100644 index 0000000..2cf7c68 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1190.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1191.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1191.jpg new file mode 100644 index 0000000..48b36a5 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front bumper/1191.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front sign/1111.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front sign/1111.jpg new file mode 100644 index 0000000..f2fed86 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front sign/1111.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Front sign/1112.jpg b/moonloader/lib/cheat-menu/vehicles/components/Front sign/1112.jpg new file mode 100644 index 0000000..ed7bbc0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Front sign/1112.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Hood/1004.jpg b/moonloader/lib/cheat-menu/vehicles/components/Hood/1004.jpg new file mode 100644 index 0000000..26c093d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Hood/1004.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Hood/1005.jpg b/moonloader/lib/cheat-menu/vehicles/components/Hood/1005.jpg new file mode 100644 index 0000000..3d836a6 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Hood/1005.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Hood/1011.jpg b/moonloader/lib/cheat-menu/vehicles/components/Hood/1011.jpg new file mode 100644 index 0000000..47d686f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Hood/1011.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Hood/1012.jpg b/moonloader/lib/cheat-menu/vehicles/components/Hood/1012.jpg new file mode 100644 index 0000000..5b24164 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Hood/1012.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Lamps/1013.jpg b/moonloader/lib/cheat-menu/vehicles/components/Lamps/1013.jpg new file mode 100644 index 0000000..4ebc302 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Lamps/1013.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Lamps/1024.jpg b/moonloader/lib/cheat-menu/vehicles/components/Lamps/1024.jpg new file mode 100644 index 0000000..96872bc Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Lamps/1024.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Misc/1086.jpg b/moonloader/lib/cheat-menu/vehicles/components/Misc/1086.jpg new file mode 100644 index 0000000..923edc5 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Misc/1086.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Misc/1087.jpg b/moonloader/lib/cheat-menu/vehicles/components/Misc/1087.jpg new file mode 100644 index 0000000..a51bb40 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Misc/1087.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Nitros/1008.jpg b/moonloader/lib/cheat-menu/vehicles/components/Nitros/1008.jpg new file mode 100644 index 0000000..42d6bb2 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Nitros/1008.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Nitros/1009.jpg b/moonloader/lib/cheat-menu/vehicles/components/Nitros/1009.jpg new file mode 100644 index 0000000..5607b9b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Nitros/1009.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Nitros/1010.jpg b/moonloader/lib/cheat-menu/vehicles/components/Nitros/1010.jpg new file mode 100644 index 0000000..4a656e0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Nitros/1010.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1140.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1140.jpg new file mode 100644 index 0000000..5729d6f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1140.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1141.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1141.jpg new file mode 100644 index 0000000..ff5eb8d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1141.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1148.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1148.jpg new file mode 100644 index 0000000..702fc13 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1148.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1149.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1149.jpg new file mode 100644 index 0000000..a35dd4c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1149.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1150.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1150.jpg new file mode 100644 index 0000000..6c01e24 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1150.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1151.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1151.jpg new file mode 100644 index 0000000..51cb632 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1151.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1154.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1154.jpg new file mode 100644 index 0000000..de7bed0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1154.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1156.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1156.jpg new file mode 100644 index 0000000..4e3b22a Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1156.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1159.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1159.jpg new file mode 100644 index 0000000..aeb8c54 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1159.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1161.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1161.jpg new file mode 100644 index 0000000..dda942e Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1161.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1167.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1167.jpg new file mode 100644 index 0000000..fac30a4 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1167.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1168.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1168.jpg new file mode 100644 index 0000000..d57149c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1168.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1176.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1176.jpg new file mode 100644 index 0000000..f62ad46 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1176.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1177.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1177.jpg new file mode 100644 index 0000000..e78b995 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1177.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1178.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1178.jpg new file mode 100644 index 0000000..7994e8f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1178.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1180.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1180.jpg new file mode 100644 index 0000000..083d2de Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1180.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1183.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1183.jpg new file mode 100644 index 0000000..46c3bd0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1183.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1184.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1184.jpg new file mode 100644 index 0000000..bc4756b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1184.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1186.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1186.jpg new file mode 100644 index 0000000..f83ce28 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1186.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1187.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1187.jpg new file mode 100644 index 0000000..ea53689 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1187.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1192.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1192.jpg new file mode 100644 index 0000000..53461db Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1192.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1193.jpg b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1193.jpg new file mode 100644 index 0000000..2377e60 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Rear bumper/1193.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1006.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1006.jpg new file mode 100644 index 0000000..2605189 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1006.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1032.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1032.jpg new file mode 100644 index 0000000..7464b8c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1032.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1033.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1033.jpg new file mode 100644 index 0000000..042239f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1033.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1035.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1035.jpg new file mode 100644 index 0000000..639f930 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1035.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1038.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1038.jpg new file mode 100644 index 0000000..65fc5c3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1038.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1053.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1053.jpg new file mode 100644 index 0000000..15b0157 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1053.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1054.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1054.jpg new file mode 100644 index 0000000..a81969b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1054.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1055.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1055.jpg new file mode 100644 index 0000000..307417b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1055.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1061.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1061.jpg new file mode 100644 index 0000000..9addc79 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1061.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1067.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1067.jpg new file mode 100644 index 0000000..e3c0625 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1067.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1068.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1068.jpg new file mode 100644 index 0000000..7ae22d5 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1068.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1088.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1088.jpg new file mode 100644 index 0000000..6f00087 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1088.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1091.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1091.jpg new file mode 100644 index 0000000..0f31f53 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1091.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1103.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1103.jpg new file mode 100644 index 0000000..64d6380 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1103.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1128.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1128.jpg new file mode 100644 index 0000000..bfebab2 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1128.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1130.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1130.jpg new file mode 100644 index 0000000..cf11acf Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1130.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Roof/1131.jpg b/moonloader/lib/cheat-menu/vehicles/components/Roof/1131.jpg new file mode 100644 index 0000000..c0ddec9 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Roof/1131.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1007.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1007.jpg new file mode 100644 index 0000000..0bfaf54 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1007.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1017.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1017.jpg new file mode 100644 index 0000000..3462795 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1017.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1026.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1026.jpg new file mode 100644 index 0000000..79abe64 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1026.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1027.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1027.jpg new file mode 100644 index 0000000..a843b52 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1027.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1030.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1030.jpg new file mode 100644 index 0000000..6f96055 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1030.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1031.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1031.jpg new file mode 100644 index 0000000..fa6c8d3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1031.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1036.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1036.jpg new file mode 100644 index 0000000..9aa1694 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1036.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1039.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1039.jpg new file mode 100644 index 0000000..65e9350 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1039.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1040.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1040.jpg new file mode 100644 index 0000000..9d1a05e Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1040.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1041.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1041.jpg new file mode 100644 index 0000000..8a8ce83 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1041.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1042.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1042.jpg new file mode 100644 index 0000000..f270803 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1042.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1047.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1047.jpg new file mode 100644 index 0000000..41d9a2c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1047.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1048.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1048.jpg new file mode 100644 index 0000000..9ed480f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1048.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1051.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1051.jpg new file mode 100644 index 0000000..bb5e2f2 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1051.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1052.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1052.jpg new file mode 100644 index 0000000..564e308 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1052.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1056.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1056.jpg new file mode 100644 index 0000000..399d829 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1056.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1057.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1057.jpg new file mode 100644 index 0000000..ece11e8 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1057.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1062.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1062.jpg new file mode 100644 index 0000000..2fbfffa Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1062.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1063.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1063.jpg new file mode 100644 index 0000000..99b4e4c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1063.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1069.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1069.jpg new file mode 100644 index 0000000..5c54fcc Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1069.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1070.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1070.jpg new file mode 100644 index 0000000..6a00d70 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1070.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1071.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1071.jpg new file mode 100644 index 0000000..6395239 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1071.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1072.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1072.jpg new file mode 100644 index 0000000..bd79600 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1072.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1090.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1090.jpg new file mode 100644 index 0000000..0275ba0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1090.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1093.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1093.jpg new file mode 100644 index 0000000..fbbeb32 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1093.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1094.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1094.jpg new file mode 100644 index 0000000..7d11c0f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1094.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1095.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1095.jpg new file mode 100644 index 0000000..f5b2b0c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1095.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1099.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1099.jpg new file mode 100644 index 0000000..f2cdcc0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1099.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1101.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1101.jpg new file mode 100644 index 0000000..eba72cb Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1101.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1102.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1102.jpg new file mode 100644 index 0000000..1ec5ee0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1102.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1106.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1106.jpg new file mode 100644 index 0000000..2819eef Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1106.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1107.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1107.jpg new file mode 100644 index 0000000..c097960 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1107.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1108.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1108.jpg new file mode 100644 index 0000000..756c685 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1108.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1118.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1118.jpg new file mode 100644 index 0000000..5c55c4e Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1118.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1119.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1119.jpg new file mode 100644 index 0000000..91b559d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1119.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1120.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1120.jpg new file mode 100644 index 0000000..a277c5c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1120.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1121.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1121.jpg new file mode 100644 index 0000000..5e58358 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1121.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1122.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1122.jpg new file mode 100644 index 0000000..9dc4b4b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1122.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1124.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1124.jpg new file mode 100644 index 0000000..60f0c9f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1124.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1133.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1133.jpg new file mode 100644 index 0000000..cfcc73b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1133.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1134.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1134.jpg new file mode 100644 index 0000000..3afa78d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1134.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1137.jpg b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1137.jpg new file mode 100644 index 0000000..c472ef4 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Sideskirt/1137.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1000.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1000.jpg new file mode 100644 index 0000000..c2b434e Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1000.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1001.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1001.jpg new file mode 100644 index 0000000..8bdd1f3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1001.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1002.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1002.jpg new file mode 100644 index 0000000..789c5cf Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1002.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1003.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1003.jpg new file mode 100644 index 0000000..87eded7 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1003.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1014.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1014.jpg new file mode 100644 index 0000000..160772b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1014.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1015.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1015.jpg new file mode 100644 index 0000000..21b2f71 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1015.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1016.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1016.jpg new file mode 100644 index 0000000..795efbd Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1016.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1023.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1023.jpg new file mode 100644 index 0000000..15541fb Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1023.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1049.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1049.jpg new file mode 100644 index 0000000..7fd4133 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1049.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1050.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1050.jpg new file mode 100644 index 0000000..d64e1e9 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1050.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1058.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1058.jpg new file mode 100644 index 0000000..8a6b1b4 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1058.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1060.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1060.jpg new file mode 100644 index 0000000..7f8d757 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1060.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1138.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1138.jpg new file mode 100644 index 0000000..1686716 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1138.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1139.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1139.jpg new file mode 100644 index 0000000..a172912 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1139.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1146.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1146.jpg new file mode 100644 index 0000000..d5abf93 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1146.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1147.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1147.jpg new file mode 100644 index 0000000..08ea8d9 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1147.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1158.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1158.jpg new file mode 100644 index 0000000..c1dc553 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1158.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1162.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1162.jpg new file mode 100644 index 0000000..9eb8abe Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1162.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1163.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1163.jpg new file mode 100644 index 0000000..1564a28 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1163.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1164.jpg b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1164.jpg new file mode 100644 index 0000000..7d91060 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Spoiler/1164.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Vents/1142.jpg b/moonloader/lib/cheat-menu/vehicles/components/Vents/1142.jpg new file mode 100644 index 0000000..a0a9adc Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Vents/1142.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Vents/1143.jpg b/moonloader/lib/cheat-menu/vehicles/components/Vents/1143.jpg new file mode 100644 index 0000000..a76a369 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Vents/1143.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Vents/1144.jpg b/moonloader/lib/cheat-menu/vehicles/components/Vents/1144.jpg new file mode 100644 index 0000000..fa31dbb Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Vents/1144.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Vents/1145.jpg b/moonloader/lib/cheat-menu/vehicles/components/Vents/1145.jpg new file mode 100644 index 0000000..b6389b5 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Vents/1145.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1025.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1025.jpg new file mode 100644 index 0000000..e7a7eff Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1025.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1073.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1073.jpg new file mode 100644 index 0000000..6771bd7 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1073.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1074.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1074.jpg new file mode 100644 index 0000000..6588751 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1074.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1075.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1075.jpg new file mode 100644 index 0000000..d8b3569 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1075.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1076.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1076.jpg new file mode 100644 index 0000000..631ec02 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1076.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1077.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1077.jpg new file mode 100644 index 0000000..e5ead34 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1077.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1078.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1078.jpg new file mode 100644 index 0000000..515dfd2 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1078.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1079.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1079.jpg new file mode 100644 index 0000000..68daacc Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1079.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1080.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1080.jpg new file mode 100644 index 0000000..ac3e0e0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1080.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1081.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1081.jpg new file mode 100644 index 0000000..94b13e2 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1081.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1082.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1082.jpg new file mode 100644 index 0000000..7ac78cb Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1082.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1083.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1083.jpg new file mode 100644 index 0000000..32db57f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1083.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1084.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1084.jpg new file mode 100644 index 0000000..60f9c9d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1084.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1085.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1085.jpg new file mode 100644 index 0000000..11d08a0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1085.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1096.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1096.jpg new file mode 100644 index 0000000..8ceef11 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1096.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1097.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1097.jpg new file mode 100644 index 0000000..b9c3990 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1097.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/components/Wheels/1098.jpg b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1098.jpg new file mode 100644 index 0000000..eb4971d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/components/Wheels/1098.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/401.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/401.jpg new file mode 100644 index 0000000..6bbc7c5 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/401.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/410.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/410.jpg new file mode 100644 index 0000000..52bb1aa Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/410.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/419.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/419.jpg new file mode 100644 index 0000000..0e4348e Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/419.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/434.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/434.jpg new file mode 100644 index 0000000..cdb03f7 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/434.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/436.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/436.jpg new file mode 100644 index 0000000..38f1bf3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/436.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/439.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/439.jpg new file mode 100644 index 0000000..f67253f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/439.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/474.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/474.jpg new file mode 100644 index 0000000..4bf0a3d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/474.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/480.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/480.jpg new file mode 100644 index 0000000..60c564b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/480.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/491.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/491.jpg new file mode 100644 index 0000000..c518d15 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/491.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/496.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/496.jpg new file mode 100644 index 0000000..4f07614 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/496.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/517.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/517.jpg new file mode 100644 index 0000000..2488e46 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/517.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/518.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/518.jpg new file mode 100644 index 0000000..3f9ca00 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/518.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/526.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/526.jpg new file mode 100644 index 0000000..e2fa9e3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/526.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/527.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/527.jpg new file mode 100644 index 0000000..06f1338 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/527.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/533.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/533.jpg new file mode 100644 index 0000000..c4b4996 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/533.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/545.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/545.jpg new file mode 100644 index 0000000..3bb91df Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/545.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/555.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/555.jpg new file mode 100644 index 0000000..14882f6 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/555.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/558.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/558.jpg new file mode 100644 index 0000000..5a95fce Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/558.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/559.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/559.jpg new file mode 100644 index 0000000..ad01880 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/559.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/562.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/562.jpg new file mode 100644 index 0000000..bdc83b3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/562.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/565.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/565.jpg new file mode 100644 index 0000000..aa9dada Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/565.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/587.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/587.jpg new file mode 100644 index 0000000..53a0ac0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/587.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/589.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/589.jpg new file mode 100644 index 0000000..d560df7 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/589.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/600.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/600.jpg new file mode 100644 index 0000000..6659dd8 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/600.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/602.jpg b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/602.jpg new file mode 100644 index 0000000..6cb3861 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/2 door & compact cars/602.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/405.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/405.jpg new file mode 100644 index 0000000..4165ce7 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/405.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/409.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/409.jpg new file mode 100644 index 0000000..62bd79b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/409.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/421.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/421.jpg new file mode 100644 index 0000000..75857ab Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/421.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/426.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/426.jpg new file mode 100644 index 0000000..0f24028 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/426.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/445.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/445.jpg new file mode 100644 index 0000000..2d4bd4b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/445.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/466.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/466.jpg new file mode 100644 index 0000000..87477a3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/466.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/467.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/467.jpg new file mode 100644 index 0000000..9db5bd1 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/467.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/492.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/492.jpg new file mode 100644 index 0000000..529ccc4 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/492.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/507.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/507.jpg new file mode 100644 index 0000000..2a86741 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/507.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/516.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/516.jpg new file mode 100644 index 0000000..79ebe46 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/516.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/529.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/529.jpg new file mode 100644 index 0000000..b3f8611 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/529.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/540.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/540.jpg new file mode 100644 index 0000000..729c729 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/540.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/546.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/546.jpg new file mode 100644 index 0000000..79b5914 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/546.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/547.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/547.jpg new file mode 100644 index 0000000..40afd32 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/547.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/550.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/550.jpg new file mode 100644 index 0000000..5157fcc Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/550.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/551.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/551.jpg new file mode 100644 index 0000000..864660b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/551.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/560.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/560.jpg new file mode 100644 index 0000000..d14ff87 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/560.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/566.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/566.jpg new file mode 100644 index 0000000..bd30706 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/566.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/580.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/580.jpg new file mode 100644 index 0000000..5b6faa0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/580.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/585.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/585.jpg new file mode 100644 index 0000000..1770499 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/585.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/604.jpg b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/604.jpg new file mode 100644 index 0000000..5c2af59 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/4 door & luxary cars/604.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Airplanes/460.jpg b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/460.jpg new file mode 100644 index 0000000..724c6f1 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/460.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Airplanes/476.jpg b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/476.jpg new file mode 100644 index 0000000..c7c8497 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/476.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Airplanes/511.jpg b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/511.jpg new file mode 100644 index 0000000..2b5165b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/511.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Airplanes/512.jpg b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/512.jpg new file mode 100644 index 0000000..11b16e1 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/512.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Airplanes/513.jpg b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/513.jpg new file mode 100644 index 0000000..ca33117 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/513.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Airplanes/519.jpg b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/519.jpg new file mode 100644 index 0000000..6e80f5b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/519.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Airplanes/520.jpg b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/520.jpg new file mode 100644 index 0000000..099548a Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/520.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Airplanes/553.jpg b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/553.jpg new file mode 100644 index 0000000..f9fab1b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/553.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Airplanes/577.jpg b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/577.jpg new file mode 100644 index 0000000..8667866 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/577.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Airplanes/592.jpg b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/592.jpg new file mode 100644 index 0000000..3195e14 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/592.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Airplanes/593.jpg b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/593.jpg new file mode 100644 index 0000000..a02b939 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Airplanes/593.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Bikes/448.jpg b/moonloader/lib/cheat-menu/vehicles/images/Bikes/448.jpg new file mode 100644 index 0000000..e602381 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Bikes/448.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Bikes/461.jpg b/moonloader/lib/cheat-menu/vehicles/images/Bikes/461.jpg new file mode 100644 index 0000000..d11f1ff Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Bikes/461.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Bikes/462.jpg b/moonloader/lib/cheat-menu/vehicles/images/Bikes/462.jpg new file mode 100644 index 0000000..566658d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Bikes/462.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Bikes/463.jpg b/moonloader/lib/cheat-menu/vehicles/images/Bikes/463.jpg new file mode 100644 index 0000000..a601270 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Bikes/463.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Bikes/468.jpg b/moonloader/lib/cheat-menu/vehicles/images/Bikes/468.jpg new file mode 100644 index 0000000..fdc9029 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Bikes/468.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Bikes/481.jpg b/moonloader/lib/cheat-menu/vehicles/images/Bikes/481.jpg new file mode 100644 index 0000000..d10d370 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Bikes/481.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Bikes/509.jpg b/moonloader/lib/cheat-menu/vehicles/images/Bikes/509.jpg new file mode 100644 index 0000000..ab0fc37 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Bikes/509.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Bikes/510.jpg b/moonloader/lib/cheat-menu/vehicles/images/Bikes/510.jpg new file mode 100644 index 0000000..e56d7ac Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Bikes/510.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Bikes/521.jpg b/moonloader/lib/cheat-menu/vehicles/images/Bikes/521.jpg new file mode 100644 index 0000000..99cd4f0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Bikes/521.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Bikes/522.jpg b/moonloader/lib/cheat-menu/vehicles/images/Bikes/522.jpg new file mode 100644 index 0000000..0d92f4a Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Bikes/522.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Bikes/581.jpg b/moonloader/lib/cheat-menu/vehicles/images/Bikes/581.jpg new file mode 100644 index 0000000..e0e5501 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Bikes/581.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Bikes/586.jpg b/moonloader/lib/cheat-menu/vehicles/images/Bikes/586.jpg new file mode 100644 index 0000000..d3da949 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Bikes/586.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Boats/430.jpg b/moonloader/lib/cheat-menu/vehicles/images/Boats/430.jpg new file mode 100644 index 0000000..c276d74 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Boats/430.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Boats/446.jpg b/moonloader/lib/cheat-menu/vehicles/images/Boats/446.jpg new file mode 100644 index 0000000..5b4b6fd Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Boats/446.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Boats/452.jpg b/moonloader/lib/cheat-menu/vehicles/images/Boats/452.jpg new file mode 100644 index 0000000..ce2e8f4 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Boats/452.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Boats/453.jpg b/moonloader/lib/cheat-menu/vehicles/images/Boats/453.jpg new file mode 100644 index 0000000..686c7c9 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Boats/453.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Boats/454.jpg b/moonloader/lib/cheat-menu/vehicles/images/Boats/454.jpg new file mode 100644 index 0000000..c155415 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Boats/454.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Boats/472.jpg b/moonloader/lib/cheat-menu/vehicles/images/Boats/472.jpg new file mode 100644 index 0000000..f6f85da Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Boats/472.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Boats/473.jpg b/moonloader/lib/cheat-menu/vehicles/images/Boats/473.jpg new file mode 100644 index 0000000..1df8a4b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Boats/473.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Boats/484.jpg b/moonloader/lib/cheat-menu/vehicles/images/Boats/484.jpg new file mode 100644 index 0000000..f2f0681 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Boats/484.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Boats/493.jpg b/moonloader/lib/cheat-menu/vehicles/images/Boats/493.jpg new file mode 100644 index 0000000..0c09f0e Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Boats/493.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Boats/595.jpg b/moonloader/lib/cheat-menu/vehicles/images/Boats/595.jpg new file mode 100644 index 0000000..a30688d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Boats/595.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Civil service/408.jpg b/moonloader/lib/cheat-menu/vehicles/images/Civil service/408.jpg new file mode 100644 index 0000000..1900866 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Civil service/408.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Civil service/420.jpg b/moonloader/lib/cheat-menu/vehicles/images/Civil service/420.jpg new file mode 100644 index 0000000..71772d0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Civil service/420.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Civil service/431.jpg b/moonloader/lib/cheat-menu/vehicles/images/Civil service/431.jpg new file mode 100644 index 0000000..fa98152 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Civil service/431.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Civil service/437.jpg b/moonloader/lib/cheat-menu/vehicles/images/Civil service/437.jpg new file mode 100644 index 0000000..45a4be9 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Civil service/437.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Civil service/438.jpg b/moonloader/lib/cheat-menu/vehicles/images/Civil service/438.jpg new file mode 100644 index 0000000..8b7bf52 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Civil service/438.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Civil service/485.jpg b/moonloader/lib/cheat-menu/vehicles/images/Civil service/485.jpg new file mode 100644 index 0000000..5a74297 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Civil service/485.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Civil service/525.jpg b/moonloader/lib/cheat-menu/vehicles/images/Civil service/525.jpg new file mode 100644 index 0000000..4096499 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Civil service/525.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Civil service/552.jpg b/moonloader/lib/cheat-menu/vehicles/images/Civil service/552.jpg new file mode 100644 index 0000000..0026c31 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Civil service/552.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Civil service/574.jpg b/moonloader/lib/cheat-menu/vehicles/images/Civil service/574.jpg new file mode 100644 index 0000000..f758f91 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Civil service/574.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/407.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/407.jpg new file mode 100644 index 0000000..a4d2569 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/407.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/416.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/416.jpg new file mode 100644 index 0000000..1fb1c71 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/416.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/427.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/427.jpg new file mode 100644 index 0000000..da09de7 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/427.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/428.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/428.jpg new file mode 100644 index 0000000..c79f1f0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/428.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/432.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/432.jpg new file mode 100644 index 0000000..66185e4 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/432.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/433.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/433.jpg new file mode 100644 index 0000000..9bd7deb Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/433.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/470.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/470.jpg new file mode 100644 index 0000000..d3d0c84 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/470.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/490.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/490.jpg new file mode 100644 index 0000000..9f7abe0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/490.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/523.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/523.jpg new file mode 100644 index 0000000..7269b38 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/523.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/528.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/528.jpg new file mode 100644 index 0000000..bbf255e Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/528.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/544.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/544.jpg new file mode 100644 index 0000000..07a52fc Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/544.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/596.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/596.jpg new file mode 100644 index 0000000..820851d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/596.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/597.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/597.jpg new file mode 100644 index 0000000..449465d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/597.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/598.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/598.jpg new file mode 100644 index 0000000..1daa811 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/598.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/599.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/599.jpg new file mode 100644 index 0000000..5932f61 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/599.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/601.jpg b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/601.jpg new file mode 100644 index 0000000..25c20ba Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Government vehicles/601.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/403.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/403.jpg new file mode 100644 index 0000000..1eff9a3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/403.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/406.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/406.jpg new file mode 100644 index 0000000..2db241a Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/406.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/414.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/414.jpg new file mode 100644 index 0000000..1911da7 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/414.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/423.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/423.jpg new file mode 100644 index 0000000..0176d53 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/423.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/443.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/443.jpg new file mode 100644 index 0000000..f7906ea Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/443.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/455.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/455.jpg new file mode 100644 index 0000000..fcba367 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/455.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/456.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/456.jpg new file mode 100644 index 0000000..45f35cf Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/456.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/486.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/486.jpg new file mode 100644 index 0000000..0e5a39b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/486.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/498.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/498.jpg new file mode 100644 index 0000000..7f9774f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/498.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/499.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/499.jpg new file mode 100644 index 0000000..2f9904a Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/499.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/514.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/514.jpg new file mode 100644 index 0000000..ae68e2d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/514.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/515.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/515.jpg new file mode 100644 index 0000000..27ed66f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/515.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/524.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/524.jpg new file mode 100644 index 0000000..8bb8ff4 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/524.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/531.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/531.jpg new file mode 100644 index 0000000..09c91fb Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/531.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/532.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/532.jpg new file mode 100644 index 0000000..589f83c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/532.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/573.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/573.jpg new file mode 100644 index 0000000..570825e Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/573.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/578.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/578.jpg new file mode 100644 index 0000000..a8229ae Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/578.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/588.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/588.jpg new file mode 100644 index 0000000..26f9e85 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/588.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/609.jpg b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/609.jpg new file mode 100644 index 0000000..1b917e6 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Heavy & utility truck/609.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Helicopters/417.jpg b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/417.jpg new file mode 100644 index 0000000..26bd91d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/417.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Helicopters/425.jpg b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/425.jpg new file mode 100644 index 0000000..a3fac75 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/425.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Helicopters/447.jpg b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/447.jpg new file mode 100644 index 0000000..bb88a38 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/447.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Helicopters/469.jpg b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/469.jpg new file mode 100644 index 0000000..b4c6b0b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/469.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Helicopters/487.jpg b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/487.jpg new file mode 100644 index 0000000..b69ba72 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/487.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Helicopters/488.jpg b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/488.jpg new file mode 100644 index 0000000..884389d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/488.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Helicopters/497.jpg b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/497.jpg new file mode 100644 index 0000000..68e3626 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/497.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Helicopters/548.jpg b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/548.jpg new file mode 100644 index 0000000..1aaeaca Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/548.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Helicopters/563.jpg b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/563.jpg new file mode 100644 index 0000000..cb39480 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Helicopters/563.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/413.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/413.jpg new file mode 100644 index 0000000..d5796c7 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/413.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/418.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/418.jpg new file mode 100644 index 0000000..1838e33 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/418.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/422.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/422.jpg new file mode 100644 index 0000000..65aec8d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/422.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/440.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/440.jpg new file mode 100644 index 0000000..fb5238a Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/440.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/459.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/459.jpg new file mode 100644 index 0000000..4444ee8 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/459.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/478.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/478.jpg new file mode 100644 index 0000000..f7b2f6e Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/478.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/482.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/482.jpg new file mode 100644 index 0000000..1e617fb Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/482.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/530.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/530.jpg new file mode 100644 index 0000000..ffb6912 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/530.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/543.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/543.jpg new file mode 100644 index 0000000..946a1d0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/543.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/554.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/554.jpg new file mode 100644 index 0000000..c4dad8d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/554.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/572.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/572.jpg new file mode 100644 index 0000000..d9a1247 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/572.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/582.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/582.jpg new file mode 100644 index 0000000..9e52119 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/582.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/583.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/583.jpg new file mode 100644 index 0000000..a7bbc6f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/583.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/605.jpg b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/605.jpg new file mode 100644 index 0000000..79bd7ed Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Light trucks & vans/605.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Low riders/412.jpg b/moonloader/lib/cheat-menu/vehicles/images/Low riders/412.jpg new file mode 100644 index 0000000..33134d3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Low riders/412.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Low riders/534.jpg b/moonloader/lib/cheat-menu/vehicles/images/Low riders/534.jpg new file mode 100644 index 0000000..481a2aa Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Low riders/534.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Low riders/535.jpg b/moonloader/lib/cheat-menu/vehicles/images/Low riders/535.jpg new file mode 100644 index 0000000..5563ead Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Low riders/535.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Low riders/536.jpg b/moonloader/lib/cheat-menu/vehicles/images/Low riders/536.jpg new file mode 100644 index 0000000..1072a87 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Low riders/536.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Low riders/567.jpg b/moonloader/lib/cheat-menu/vehicles/images/Low riders/567.jpg new file mode 100644 index 0000000..6c4a092 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Low riders/567.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Low riders/575.jpg b/moonloader/lib/cheat-menu/vehicles/images/Low riders/575.jpg new file mode 100644 index 0000000..83801bb Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Low riders/575.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Low riders/576.jpg b/moonloader/lib/cheat-menu/vehicles/images/Low riders/576.jpg new file mode 100644 index 0000000..c890c45 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Low riders/576.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/402.jpg b/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/402.jpg new file mode 100644 index 0000000..ba5efee Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/402.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/475.jpg b/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/475.jpg new file mode 100644 index 0000000..441baad Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/475.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/542.jpg b/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/542.jpg new file mode 100644 index 0000000..74220e3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/542.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/549.jpg b/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/549.jpg new file mode 100644 index 0000000..4f6e577 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/549.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/603.jpg b/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/603.jpg new file mode 100644 index 0000000..3cc773c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Muscle cars/603.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/441.jpg b/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/441.jpg new file mode 100644 index 0000000..cc81933 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/441.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/464.jpg b/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/464.jpg new file mode 100644 index 0000000..17bf66f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/464.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/465.jpg b/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/465.jpg new file mode 100644 index 0000000..1420ce1 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/465.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/501.jpg b/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/501.jpg new file mode 100644 index 0000000..51bbcd2 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/501.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/564.jpg b/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/564.jpg new file mode 100644 index 0000000..ff0266f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/564.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/594.jpg b/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/594.jpg new file mode 100644 index 0000000..2241155 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/RC vehicles/594.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/424.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/424.jpg new file mode 100644 index 0000000..8613ca4 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/424.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/444.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/444.jpg new file mode 100644 index 0000000..603cdfb Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/444.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/457.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/457.jpg new file mode 100644 index 0000000..b9c2a4f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/457.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/471.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/471.jpg new file mode 100644 index 0000000..32de24f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/471.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/483.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/483.jpg new file mode 100644 index 0000000..180a208 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/483.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/495.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/495.jpg new file mode 100644 index 0000000..139f56c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/495.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/500.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/500.jpg new file mode 100644 index 0000000..2e3fe94 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/500.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/504.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/504.jpg new file mode 100644 index 0000000..3dd61b0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/504.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/508.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/508.jpg new file mode 100644 index 0000000..fed9697 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/508.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/539.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/539.jpg new file mode 100644 index 0000000..0d066dc Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/539.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/556.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/556.jpg new file mode 100644 index 0000000..586ba44 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/556.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/557.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/557.jpg new file mode 100644 index 0000000..9c02850 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/557.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/568.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/568.jpg new file mode 100644 index 0000000..eb1d089 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/568.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Recreational/571.jpg b/moonloader/lib/cheat-menu/vehicles/images/Recreational/571.jpg new file mode 100644 index 0000000..8657e9c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Recreational/571.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/400.jpg b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/400.jpg new file mode 100644 index 0000000..51489d0 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/400.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/404.jpg b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/404.jpg new file mode 100644 index 0000000..de5ba3b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/404.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/442.jpg b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/442.jpg new file mode 100644 index 0000000..438d146 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/442.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/458.jpg b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/458.jpg new file mode 100644 index 0000000..bf9a22f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/458.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/479.jpg b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/479.jpg new file mode 100644 index 0000000..6ea3692 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/479.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/489.jpg b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/489.jpg new file mode 100644 index 0000000..e18cea9 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/489.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/505.jpg b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/505.jpg new file mode 100644 index 0000000..e06079d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/505.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/561.jpg b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/561.jpg new file mode 100644 index 0000000..3dce481 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/561.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/579.jpg b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/579.jpg new file mode 100644 index 0000000..41dc72d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/SUVs & wagons/579.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Street racers/411.jpg b/moonloader/lib/cheat-menu/vehicles/images/Street racers/411.jpg new file mode 100644 index 0000000..e5647da Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Street racers/411.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Street racers/415.jpg b/moonloader/lib/cheat-menu/vehicles/images/Street racers/415.jpg new file mode 100644 index 0000000..ab9fc3b Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Street racers/415.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Street racers/429.jpg b/moonloader/lib/cheat-menu/vehicles/images/Street racers/429.jpg new file mode 100644 index 0000000..12793a7 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Street racers/429.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Street racers/451.jpg b/moonloader/lib/cheat-menu/vehicles/images/Street racers/451.jpg new file mode 100644 index 0000000..b2ac3ce Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Street racers/451.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Street racers/477.jpg b/moonloader/lib/cheat-menu/vehicles/images/Street racers/477.jpg new file mode 100644 index 0000000..68481bc Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Street racers/477.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Street racers/494.jpg b/moonloader/lib/cheat-menu/vehicles/images/Street racers/494.jpg new file mode 100644 index 0000000..45e7c02 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Street racers/494.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Street racers/502.jpg b/moonloader/lib/cheat-menu/vehicles/images/Street racers/502.jpg new file mode 100644 index 0000000..56ea9f6 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Street racers/502.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Street racers/503.jpg b/moonloader/lib/cheat-menu/vehicles/images/Street racers/503.jpg new file mode 100644 index 0000000..5d99e12 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Street racers/503.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Street racers/506.jpg b/moonloader/lib/cheat-menu/vehicles/images/Street racers/506.jpg new file mode 100644 index 0000000..ca7681e Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Street racers/506.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Street racers/541.jpg b/moonloader/lib/cheat-menu/vehicles/images/Street racers/541.jpg new file mode 100644 index 0000000..193db4d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Street racers/541.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Trailers/435.jpg b/moonloader/lib/cheat-menu/vehicles/images/Trailers/435.jpg new file mode 100644 index 0000000..e05566d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Trailers/435.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Trailers/450.jpg b/moonloader/lib/cheat-menu/vehicles/images/Trailers/450.jpg new file mode 100644 index 0000000..daafabc Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Trailers/450.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Trailers/584.jpg b/moonloader/lib/cheat-menu/vehicles/images/Trailers/584.jpg new file mode 100644 index 0000000..1ed2e1f Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Trailers/584.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Trailers/591.jpg b/moonloader/lib/cheat-menu/vehicles/images/Trailers/591.jpg new file mode 100644 index 0000000..49db78d Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Trailers/591.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Trailers/606.jpg b/moonloader/lib/cheat-menu/vehicles/images/Trailers/606.jpg new file mode 100644 index 0000000..1549411 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Trailers/606.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Trailers/607.jpg b/moonloader/lib/cheat-menu/vehicles/images/Trailers/607.jpg new file mode 100644 index 0000000..0494cee Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Trailers/607.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Trailers/608.jpg b/moonloader/lib/cheat-menu/vehicles/images/Trailers/608.jpg new file mode 100644 index 0000000..9dfb629 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Trailers/608.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Trailers/610.jpg b/moonloader/lib/cheat-menu/vehicles/images/Trailers/610.jpg new file mode 100644 index 0000000..1295672 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Trailers/610.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Trailers/611.jpg b/moonloader/lib/cheat-menu/vehicles/images/Trailers/611.jpg new file mode 100644 index 0000000..75d83b1 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Trailers/611.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Trains/449.jpg b/moonloader/lib/cheat-menu/vehicles/images/Trains/449.jpg new file mode 100644 index 0000000..96f84b2 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Trains/449.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Trains/537.jpg b/moonloader/lib/cheat-menu/vehicles/images/Trains/537.jpg new file mode 100644 index 0000000..a3e513c Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Trains/537.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/images/Trains/538.jpg b/moonloader/lib/cheat-menu/vehicles/images/Trains/538.jpg new file mode 100644 index 0000000..e232951 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/images/Trains/538.jpg differ diff --git a/moonloader/lib/cheat-menu/vehicles/paintjobs/carbonfiber.png b/moonloader/lib/cheat-menu/vehicles/paintjobs/carbonfiber.png new file mode 100644 index 0000000..d74cdbb Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/paintjobs/carbonfiber.png differ diff --git a/moonloader/lib/cheat-menu/vehicles/paintjobs/stickerbomb.png b/moonloader/lib/cheat-menu/vehicles/paintjobs/stickerbomb.png new file mode 100644 index 0000000..467e2a3 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/paintjobs/stickerbomb.png differ diff --git a/moonloader/lib/cheat-menu/vehicles/paintjobs/uvtest.png b/moonloader/lib/cheat-menu/vehicles/paintjobs/uvtest.png new file mode 100644 index 0000000..dbd5876 Binary files /dev/null and b/moonloader/lib/cheat-menu/vehicles/paintjobs/uvtest.png differ diff --git a/moonloader/lib/cheat-menu/weapons/Assault rifles/30.jpg b/moonloader/lib/cheat-menu/weapons/Assault rifles/30.jpg new file mode 100644 index 0000000..ffcba1d Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Assault rifles/30.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Assault rifles/31.jpg b/moonloader/lib/cheat-menu/weapons/Assault rifles/31.jpg new file mode 100644 index 0000000..df446c9 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Assault rifles/31.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Handguns/22.jpg b/moonloader/lib/cheat-menu/weapons/Handguns/22.jpg new file mode 100644 index 0000000..e62bf15 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Handguns/22.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Handguns/23.jpg b/moonloader/lib/cheat-menu/weapons/Handguns/23.jpg new file mode 100644 index 0000000..ed8db3e Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Handguns/23.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Handguns/24.jpg b/moonloader/lib/cheat-menu/weapons/Handguns/24.jpg new file mode 100644 index 0000000..9cc6a43 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Handguns/24.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Heavy weapons/35.jpg b/moonloader/lib/cheat-menu/weapons/Heavy weapons/35.jpg new file mode 100644 index 0000000..9b791e0 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Heavy weapons/35.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Heavy weapons/36.jpg b/moonloader/lib/cheat-menu/weapons/Heavy weapons/36.jpg new file mode 100644 index 0000000..3d209af Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Heavy weapons/36.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Heavy weapons/37.jpg b/moonloader/lib/cheat-menu/weapons/Heavy weapons/37.jpg new file mode 100644 index 0000000..8fc0153 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Heavy weapons/37.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Heavy weapons/38.jpg b/moonloader/lib/cheat-menu/weapons/Heavy weapons/38.jpg new file mode 100644 index 0000000..c0cff4d Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Heavy weapons/38.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Melee/1.jpg b/moonloader/lib/cheat-menu/weapons/Melee/1.jpg new file mode 100644 index 0000000..d76daa0 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Melee/1.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Melee/2.jpg b/moonloader/lib/cheat-menu/weapons/Melee/2.jpg new file mode 100644 index 0000000..ec58f5d Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Melee/2.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Melee/3.jpg b/moonloader/lib/cheat-menu/weapons/Melee/3.jpg new file mode 100644 index 0000000..81c5cd4 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Melee/3.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Melee/4.jpg b/moonloader/lib/cheat-menu/weapons/Melee/4.jpg new file mode 100644 index 0000000..d6b974d Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Melee/4.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Melee/5.jpg b/moonloader/lib/cheat-menu/weapons/Melee/5.jpg new file mode 100644 index 0000000..7873690 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Melee/5.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Melee/6.jpg b/moonloader/lib/cheat-menu/weapons/Melee/6.jpg new file mode 100644 index 0000000..01c8d20 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Melee/6.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Melee/7.jpg b/moonloader/lib/cheat-menu/weapons/Melee/7.jpg new file mode 100644 index 0000000..66e8ed9 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Melee/7.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Melee/8.jpg b/moonloader/lib/cheat-menu/weapons/Melee/8.jpg new file mode 100644 index 0000000..d899b99 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Melee/8.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Melee/9.jpg b/moonloader/lib/cheat-menu/weapons/Melee/9.jpg new file mode 100644 index 0000000..f8c4ee8 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Melee/9.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/10.jpg b/moonloader/lib/cheat-menu/weapons/Misc/10.jpg new file mode 100644 index 0000000..3718e14 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/10.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/11.jpg b/moonloader/lib/cheat-menu/weapons/Misc/11.jpg new file mode 100644 index 0000000..a2683a4 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/11.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/12.jpg b/moonloader/lib/cheat-menu/weapons/Misc/12.jpg new file mode 100644 index 0000000..314c38e Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/12.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/13.jpg b/moonloader/lib/cheat-menu/weapons/Misc/13.jpg new file mode 100644 index 0000000..f87610d Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/13.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/14.jpg b/moonloader/lib/cheat-menu/weapons/Misc/14.jpg new file mode 100644 index 0000000..65b0647 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/14.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/15.jpg b/moonloader/lib/cheat-menu/weapons/Misc/15.jpg new file mode 100644 index 0000000..3ef88d2 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/15.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/41.jpg b/moonloader/lib/cheat-menu/weapons/Misc/41.jpg new file mode 100644 index 0000000..280be61 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/41.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/42.jpg b/moonloader/lib/cheat-menu/weapons/Misc/42.jpg new file mode 100644 index 0000000..49735d6 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/42.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/43.jpg b/moonloader/lib/cheat-menu/weapons/Misc/43.jpg new file mode 100644 index 0000000..12a7ece Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/43.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/44.jpg b/moonloader/lib/cheat-menu/weapons/Misc/44.jpg new file mode 100644 index 0000000..99b7aeb Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/44.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/45.jpg b/moonloader/lib/cheat-menu/weapons/Misc/45.jpg new file mode 100644 index 0000000..99b7aeb Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/45.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/46.jpg b/moonloader/lib/cheat-menu/weapons/Misc/46.jpg new file mode 100644 index 0000000..e2cf39d Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/46.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Misc/Jetpack.jpg b/moonloader/lib/cheat-menu/weapons/Misc/Jetpack.jpg new file mode 100644 index 0000000..ee21a78 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Misc/Jetpack.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Projectiles/16.jpg b/moonloader/lib/cheat-menu/weapons/Projectiles/16.jpg new file mode 100644 index 0000000..d80bfe4 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Projectiles/16.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Projectiles/17.jpg b/moonloader/lib/cheat-menu/weapons/Projectiles/17.jpg new file mode 100644 index 0000000..453bc28 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Projectiles/17.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Projectiles/18.jpg b/moonloader/lib/cheat-menu/weapons/Projectiles/18.jpg new file mode 100644 index 0000000..959eaca Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Projectiles/18.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Projectiles/39.jpg b/moonloader/lib/cheat-menu/weapons/Projectiles/39.jpg new file mode 100644 index 0000000..fcd2f70 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Projectiles/39.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Rifles/33.jpg b/moonloader/lib/cheat-menu/weapons/Rifles/33.jpg new file mode 100644 index 0000000..92367b2 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Rifles/33.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Rifles/34.jpg b/moonloader/lib/cheat-menu/weapons/Rifles/34.jpg new file mode 100644 index 0000000..f28a966 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Rifles/34.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Shotguns/25.jpg b/moonloader/lib/cheat-menu/weapons/Shotguns/25.jpg new file mode 100644 index 0000000..0da4418 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Shotguns/25.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Shotguns/26.jpg b/moonloader/lib/cheat-menu/weapons/Shotguns/26.jpg new file mode 100644 index 0000000..c7bcd7b Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Shotguns/26.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Shotguns/27.jpg b/moonloader/lib/cheat-menu/weapons/Shotguns/27.jpg new file mode 100644 index 0000000..e67b90e Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Shotguns/27.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Sub machine guns/28.jpg b/moonloader/lib/cheat-menu/weapons/Sub machine guns/28.jpg new file mode 100644 index 0000000..71b8385 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Sub machine guns/28.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Sub machine guns/29.jpg b/moonloader/lib/cheat-menu/weapons/Sub machine guns/29.jpg new file mode 100644 index 0000000..3bbfe7b Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Sub machine guns/29.jpg differ diff --git a/moonloader/lib/cheat-menu/weapons/Sub machine guns/32.jpg b/moonloader/lib/cheat-menu/weapons/Sub machine guns/32.jpg new file mode 100644 index 0000000..e9ac981 Binary files /dev/null and b/moonloader/lib/cheat-menu/weapons/Sub machine guns/32.jpg differ diff --git a/moonloader/lib/lfs.dll b/moonloader/lib/lfs.dll new file mode 100644 index 0000000..606576e Binary files /dev/null and b/moonloader/lib/lfs.dll differ diff --git a/moonloader/lib/mimgui/cdefs.lua b/moonloader/lib/mimgui/cdefs.lua new file mode 100644 index 0000000..55c9294 --- /dev/null +++ b/moonloader/lib/mimgui/cdefs.lua @@ -0,0 +1,1961 @@ +--[[ BEGIN AUTOGENERATED SEGMENT ]] +local cdecl = [[ +typedef struct ImVec2_Simple { float x; float y; } ImVec2_Simple; +typedef struct ImVec4_Simple { float x; float y; float z; float w;} ImVec4_Simple; +typedef struct ImColor_Simple { ImVec4_Simple Value;} ImColor_Simple; +typedef struct ImGuiStoragePair ImGuiStoragePair; +typedef struct ImGuiTextRange ImGuiTextRange; +typedef struct ImFontAtlasCustomRect ImFontAtlasCustomRect; +typedef struct ImVec4 ImVec4; +typedef struct ImVec2 ImVec2; +typedef struct ImGuiTextFilter ImGuiTextFilter; +typedef struct ImGuiTextBuffer ImGuiTextBuffer; +typedef struct ImGuiStyle ImGuiStyle; +typedef struct ImGuiStorage ImGuiStorage; +typedef struct ImGuiSizeCallbackData ImGuiSizeCallbackData; +typedef struct ImGuiPayload ImGuiPayload; +typedef struct ImGuiOnceUponAFrame ImGuiOnceUponAFrame; +typedef struct ImGuiListClipper ImGuiListClipper; +typedef struct ImGuiInputTextCallbackData ImGuiInputTextCallbackData; +typedef struct ImGuiIO ImGuiIO; +typedef struct ImGuiContext ImGuiContext; +typedef struct ImColor ImColor; +typedef struct ImFontGlyphRangesBuilder ImFontGlyphRangesBuilder; +typedef struct ImFontGlyph ImFontGlyph; +typedef struct ImFontConfig ImFontConfig; +typedef struct ImFontAtlas ImFontAtlas; +typedef struct ImFont ImFont; +typedef struct ImDrawVert ImDrawVert; +typedef struct ImDrawListSplitter ImDrawListSplitter; +typedef struct ImDrawListSharedData ImDrawListSharedData; +typedef struct ImDrawList ImDrawList; +typedef struct ImDrawData ImDrawData; +typedef struct ImDrawCmd ImDrawCmd; +typedef struct ImDrawChannel ImDrawChannel; +struct ImDrawChannel; +struct ImDrawCmd; +struct ImDrawData; +struct ImDrawList; +struct ImDrawListSharedData; +struct ImDrawListSplitter; +struct ImDrawVert; +struct ImFont; +struct ImFontAtlas; +struct ImFontConfig; +struct ImFontGlyph; +struct ImFontGlyphRangesBuilder; +struct ImColor; +struct ImGuiContext; +struct ImGuiIO; +struct ImGuiInputTextCallbackData; +struct ImGuiListClipper; +struct ImGuiOnceUponAFrame; +struct ImGuiPayload; +struct ImGuiSizeCallbackData; +struct ImGuiStorage; +struct ImGuiStyle; +struct ImGuiTextBuffer; +struct ImGuiTextFilter; +typedef void* ImTextureID; +typedef unsigned int ImGuiID; +typedef unsigned short ImWchar; +typedef int ImGuiCol; +typedef int ImGuiCond; +typedef int ImGuiDataType; +typedef int ImGuiDir; +typedef int ImGuiKey; +typedef int ImGuiNavInput; +typedef int ImGuiMouseCursor; +typedef int ImGuiStyleVar; +typedef int ImDrawCornerFlags; +typedef int ImDrawListFlags; +typedef int ImFontAtlasFlags; +typedef int ImGuiBackendFlags; +typedef int ImGuiColorEditFlags; +typedef int ImGuiConfigFlags; +typedef int ImGuiComboFlags; +typedef int ImGuiDragDropFlags; +typedef int ImGuiFocusedFlags; +typedef int ImGuiHoveredFlags; +typedef int ImGuiInputTextFlags; +typedef int ImGuiSelectableFlags; +typedef int ImGuiTabBarFlags; +typedef int ImGuiTabItemFlags; +typedef int ImGuiTreeNodeFlags; +typedef int ImGuiWindowFlags; +typedef int (*ImGuiInputTextCallback)(ImGuiInputTextCallbackData *data); +typedef void (*ImGuiSizeCallback)(ImGuiSizeCallbackData* data); +typedef signed char ImS8; +typedef unsigned char ImU8; +typedef signed short ImS16; +typedef unsigned short ImU16; +typedef signed int ImS32; +typedef unsigned int ImU32; +typedef int64_t ImS64; +typedef uint64_t ImU64; +typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd); +typedef unsigned short ImDrawIdx;typedef struct ImVector{int Size;int Capacity;void* Data;} ImVector; +typedef struct ImVector_float {int Size;int Capacity;float* Data;} ImVector_float; +typedef struct ImVector_ImWchar {int Size;int Capacity;ImWchar* Data;} ImVector_ImWchar; +typedef struct ImVector_ImDrawVert {int Size;int Capacity;ImDrawVert* Data;} ImVector_ImDrawVert; +typedef struct ImVector_ImFontGlyph {int Size;int Capacity;ImFontGlyph* Data;} ImVector_ImFontGlyph; +typedef struct ImVector_ImGuiTextRange {int Size;int Capacity;ImGuiTextRange* Data;} ImVector_ImGuiTextRange; +typedef struct ImVector_ImGuiStoragePair {int Size;int Capacity;ImGuiStoragePair* Data;} ImVector_ImGuiStoragePair; +typedef struct ImVector_ImDrawChannel {int Size;int Capacity;ImDrawChannel* Data;} ImVector_ImDrawChannel; +typedef struct ImVector_char {int Size;int Capacity;char* Data;} ImVector_char; +typedef struct ImVector_ImU32 {int Size;int Capacity;ImU32* Data;} ImVector_ImU32; +typedef struct ImVector_ImFontAtlasCustomRect {int Size;int Capacity;ImFontAtlasCustomRect* Data;} ImVector_ImFontAtlasCustomRect; +typedef struct ImVector_ImTextureID {int Size;int Capacity;ImTextureID* Data;} ImVector_ImTextureID; +typedef struct ImVector_ImFontConfig {int Size;int Capacity;ImFontConfig* Data;} ImVector_ImFontConfig; +typedef struct ImVector_ImFontPtr {int Size;int Capacity;ImFont** Data;} ImVector_ImFontPtr; +typedef struct ImVector_ImDrawCmd {int Size;int Capacity;ImDrawCmd* Data;} ImVector_ImDrawCmd; +typedef struct ImVector_ImVec4 {int Size;int Capacity;ImVec4* Data;} ImVector_ImVec4; +typedef struct ImVector_ImDrawIdx {int Size;int Capacity;ImDrawIdx* Data;} ImVector_ImDrawIdx; +typedef struct ImVector_ImVec2 {int Size;int Capacity;ImVec2* Data;} ImVector_ImVec2; +struct ImVec2 +{ + float x, y; +}; +struct ImVec4 +{ + float x, y, z, w; +}; +enum ImGuiWindowFlags_ +{ + ImGuiWindowFlags_None = 0, + ImGuiWindowFlags_NoTitleBar = 1 << 0, + ImGuiWindowFlags_NoResize = 1 << 1, + ImGuiWindowFlags_NoMove = 1 << 2, + ImGuiWindowFlags_NoScrollbar = 1 << 3, + ImGuiWindowFlags_NoScrollWithMouse = 1 << 4, + ImGuiWindowFlags_NoCollapse = 1 << 5, + ImGuiWindowFlags_AlwaysAutoResize = 1 << 6, + ImGuiWindowFlags_NoBackground = 1 << 7, + ImGuiWindowFlags_NoSavedSettings = 1 << 8, + ImGuiWindowFlags_NoMouseInputs = 1 << 9, + ImGuiWindowFlags_MenuBar = 1 << 10, + ImGuiWindowFlags_HorizontalScrollbar = 1 << 11, + ImGuiWindowFlags_NoFocusOnAppearing = 1 << 12, + ImGuiWindowFlags_NoBringToFrontOnFocus = 1 << 13, + ImGuiWindowFlags_AlwaysVerticalScrollbar= 1 << 14, + ImGuiWindowFlags_AlwaysHorizontalScrollbar=1<< 15, + ImGuiWindowFlags_AlwaysUseWindowPadding = 1 << 16, + ImGuiWindowFlags_NoNavInputs = 1 << 18, + ImGuiWindowFlags_NoNavFocus = 1 << 19, + ImGuiWindowFlags_UnsavedDocument = 1 << 20, + ImGuiWindowFlags_NoNav = ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus, + ImGuiWindowFlags_NoDecoration = ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoCollapse, + ImGuiWindowFlags_NoInputs = ImGuiWindowFlags_NoMouseInputs | ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus, + ImGuiWindowFlags_NavFlattened = 1 << 23, + ImGuiWindowFlags_ChildWindow = 1 << 24, + ImGuiWindowFlags_Tooltip = 1 << 25, + ImGuiWindowFlags_Popup = 1 << 26, + ImGuiWindowFlags_Modal = 1 << 27, + ImGuiWindowFlags_ChildMenu = 1 << 28 +}; +enum ImGuiInputTextFlags_ +{ + ImGuiInputTextFlags_None = 0, + ImGuiInputTextFlags_CharsDecimal = 1 << 0, + ImGuiInputTextFlags_CharsHexadecimal = 1 << 1, + ImGuiInputTextFlags_CharsUppercase = 1 << 2, + ImGuiInputTextFlags_CharsNoBlank = 1 << 3, + ImGuiInputTextFlags_AutoSelectAll = 1 << 4, + ImGuiInputTextFlags_EnterReturnsTrue = 1 << 5, + ImGuiInputTextFlags_CallbackCompletion = 1 << 6, + ImGuiInputTextFlags_CallbackHistory = 1 << 7, + ImGuiInputTextFlags_CallbackAlways = 1 << 8, + ImGuiInputTextFlags_CallbackCharFilter = 1 << 9, + ImGuiInputTextFlags_AllowTabInput = 1 << 10, + ImGuiInputTextFlags_CtrlEnterForNewLine = 1 << 11, + ImGuiInputTextFlags_NoHorizontalScroll = 1 << 12, + ImGuiInputTextFlags_AlwaysInsertMode = 1 << 13, + ImGuiInputTextFlags_ReadOnly = 1 << 14, + ImGuiInputTextFlags_Password = 1 << 15, + ImGuiInputTextFlags_NoUndoRedo = 1 << 16, + ImGuiInputTextFlags_CharsScientific = 1 << 17, + ImGuiInputTextFlags_CallbackResize = 1 << 18, + ImGuiInputTextFlags_Multiline = 1 << 20, + ImGuiInputTextFlags_NoMarkEdited = 1 << 21 +}; +enum ImGuiTreeNodeFlags_ +{ + ImGuiTreeNodeFlags_None = 0, + ImGuiTreeNodeFlags_Selected = 1 << 0, + ImGuiTreeNodeFlags_Framed = 1 << 1, + ImGuiTreeNodeFlags_AllowItemOverlap = 1 << 2, + ImGuiTreeNodeFlags_NoTreePushOnOpen = 1 << 3, + ImGuiTreeNodeFlags_NoAutoOpenOnLog = 1 << 4, + ImGuiTreeNodeFlags_DefaultOpen = 1 << 5, + ImGuiTreeNodeFlags_OpenOnDoubleClick = 1 << 6, + ImGuiTreeNodeFlags_OpenOnArrow = 1 << 7, + ImGuiTreeNodeFlags_Leaf = 1 << 8, + ImGuiTreeNodeFlags_Bullet = 1 << 9, + ImGuiTreeNodeFlags_FramePadding = 1 << 10, + ImGuiTreeNodeFlags_NavLeftJumpsBackHere = 1 << 13, + ImGuiTreeNodeFlags_CollapsingHeader = ImGuiTreeNodeFlags_Framed | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_NoAutoOpenOnLog +}; +enum ImGuiSelectableFlags_ +{ + ImGuiSelectableFlags_None = 0, + ImGuiSelectableFlags_DontClosePopups = 1 << 0, + ImGuiSelectableFlags_SpanAllColumns = 1 << 1, + ImGuiSelectableFlags_AllowDoubleClick = 1 << 2, + ImGuiSelectableFlags_Disabled = 1 << 3 +}; +enum ImGuiComboFlags_ +{ + ImGuiComboFlags_None = 0, + ImGuiComboFlags_PopupAlignLeft = 1 << 0, + ImGuiComboFlags_HeightSmall = 1 << 1, + ImGuiComboFlags_HeightRegular = 1 << 2, + ImGuiComboFlags_HeightLarge = 1 << 3, + ImGuiComboFlags_HeightLargest = 1 << 4, + ImGuiComboFlags_NoArrowButton = 1 << 5, + ImGuiComboFlags_NoPreview = 1 << 6, + ImGuiComboFlags_HeightMask_ = ImGuiComboFlags_HeightSmall | ImGuiComboFlags_HeightRegular | ImGuiComboFlags_HeightLarge | ImGuiComboFlags_HeightLargest +}; +enum ImGuiTabBarFlags_ +{ + ImGuiTabBarFlags_None = 0, + ImGuiTabBarFlags_Reorderable = 1 << 0, + ImGuiTabBarFlags_AutoSelectNewTabs = 1 << 1, + ImGuiTabBarFlags_TabListPopupButton = 1 << 2, + ImGuiTabBarFlags_NoCloseWithMiddleMouseButton = 1 << 3, + ImGuiTabBarFlags_NoTabListScrollingButtons = 1 << 4, + ImGuiTabBarFlags_NoTooltip = 1 << 5, + ImGuiTabBarFlags_FittingPolicyResizeDown = 1 << 6, + ImGuiTabBarFlags_FittingPolicyScroll = 1 << 7, + ImGuiTabBarFlags_FittingPolicyMask_ = ImGuiTabBarFlags_FittingPolicyResizeDown | ImGuiTabBarFlags_FittingPolicyScroll, + ImGuiTabBarFlags_FittingPolicyDefault_ = ImGuiTabBarFlags_FittingPolicyResizeDown +}; +enum ImGuiTabItemFlags_ +{ + ImGuiTabItemFlags_None = 0, + ImGuiTabItemFlags_UnsavedDocument = 1 << 0, + ImGuiTabItemFlags_SetSelected = 1 << 1, + ImGuiTabItemFlags_NoCloseWithMiddleMouseButton = 1 << 2, + ImGuiTabItemFlags_NoPushId = 1 << 3 +}; +enum ImGuiFocusedFlags_ +{ + ImGuiFocusedFlags_None = 0, + ImGuiFocusedFlags_ChildWindows = 1 << 0, + ImGuiFocusedFlags_RootWindow = 1 << 1, + ImGuiFocusedFlags_AnyWindow = 1 << 2, + ImGuiFocusedFlags_RootAndChildWindows = ImGuiFocusedFlags_RootWindow | ImGuiFocusedFlags_ChildWindows +}; +enum ImGuiHoveredFlags_ +{ + ImGuiHoveredFlags_None = 0, + ImGuiHoveredFlags_ChildWindows = 1 << 0, + ImGuiHoveredFlags_RootWindow = 1 << 1, + ImGuiHoveredFlags_AnyWindow = 1 << 2, + ImGuiHoveredFlags_AllowWhenBlockedByPopup = 1 << 3, + ImGuiHoveredFlags_AllowWhenBlockedByActiveItem = 1 << 5, + ImGuiHoveredFlags_AllowWhenOverlapped = 1 << 6, + ImGuiHoveredFlags_AllowWhenDisabled = 1 << 7, + ImGuiHoveredFlags_RectOnly = ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped, + ImGuiHoveredFlags_RootAndChildWindows = ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows +}; +enum ImGuiDragDropFlags_ +{ + ImGuiDragDropFlags_None = 0, + ImGuiDragDropFlags_SourceNoPreviewTooltip = 1 << 0, + ImGuiDragDropFlags_SourceNoDisableHover = 1 << 1, + ImGuiDragDropFlags_SourceNoHoldToOpenOthers = 1 << 2, + ImGuiDragDropFlags_SourceAllowNullID = 1 << 3, + ImGuiDragDropFlags_SourceExtern = 1 << 4, + ImGuiDragDropFlags_SourceAutoExpirePayload = 1 << 5, + ImGuiDragDropFlags_AcceptBeforeDelivery = 1 << 10, + ImGuiDragDropFlags_AcceptNoDrawDefaultRect = 1 << 11, + ImGuiDragDropFlags_AcceptNoPreviewTooltip = 1 << 12, + ImGuiDragDropFlags_AcceptPeekOnly = ImGuiDragDropFlags_AcceptBeforeDelivery | ImGuiDragDropFlags_AcceptNoDrawDefaultRect +}; +enum ImGuiDataType_ +{ + ImGuiDataType_S8, + ImGuiDataType_U8, + ImGuiDataType_S16, + ImGuiDataType_U16, + ImGuiDataType_S32, + ImGuiDataType_U32, + ImGuiDataType_S64, + ImGuiDataType_U64, + ImGuiDataType_Float, + ImGuiDataType_Double, + ImGuiDataType_COUNT +}; +enum ImGuiDir_ +{ + ImGuiDir_None = -1, + ImGuiDir_Left = 0, + ImGuiDir_Right = 1, + ImGuiDir_Up = 2, + ImGuiDir_Down = 3, + ImGuiDir_COUNT +}; +enum ImGuiKey_ +{ + ImGuiKey_Tab, + ImGuiKey_LeftArrow, + ImGuiKey_RightArrow, + ImGuiKey_UpArrow, + ImGuiKey_DownArrow, + ImGuiKey_PageUp, + ImGuiKey_PageDown, + ImGuiKey_Home, + ImGuiKey_End, + ImGuiKey_Insert, + ImGuiKey_Delete, + ImGuiKey_Backspace, + ImGuiKey_Space, + ImGuiKey_Enter, + ImGuiKey_Escape, + ImGuiKey_KeyPadEnter, + ImGuiKey_A, + ImGuiKey_C, + ImGuiKey_V, + ImGuiKey_X, + ImGuiKey_Y, + ImGuiKey_Z, + ImGuiKey_COUNT +}; +enum ImGuiNavInput_ +{ + ImGuiNavInput_Activate, + ImGuiNavInput_Cancel, + ImGuiNavInput_Input, + ImGuiNavInput_Menu, + ImGuiNavInput_DpadLeft, + ImGuiNavInput_DpadRight, + ImGuiNavInput_DpadUp, + ImGuiNavInput_DpadDown, + ImGuiNavInput_LStickLeft, + ImGuiNavInput_LStickRight, + ImGuiNavInput_LStickUp, + ImGuiNavInput_LStickDown, + ImGuiNavInput_FocusPrev, + ImGuiNavInput_FocusNext, + ImGuiNavInput_TweakSlow, + ImGuiNavInput_TweakFast, + ImGuiNavInput_KeyMenu_, + ImGuiNavInput_KeyTab_, + ImGuiNavInput_KeyLeft_, + ImGuiNavInput_KeyRight_, + ImGuiNavInput_KeyUp_, + ImGuiNavInput_KeyDown_, + ImGuiNavInput_COUNT, + ImGuiNavInput_InternalStart_ = ImGuiNavInput_KeyMenu_ +}; +enum ImGuiConfigFlags_ +{ + ImGuiConfigFlags_None = 0, + ImGuiConfigFlags_NavEnableKeyboard = 1 << 0, + ImGuiConfigFlags_NavEnableGamepad = 1 << 1, + ImGuiConfigFlags_NavEnableSetMousePos = 1 << 2, + ImGuiConfigFlags_NavNoCaptureKeyboard = 1 << 3, + ImGuiConfigFlags_NoMouse = 1 << 4, + ImGuiConfigFlags_NoMouseCursorChange = 1 << 5, + ImGuiConfigFlags_IsSRGB = 1 << 20, + ImGuiConfigFlags_IsTouchScreen = 1 << 21 +}; +enum ImGuiBackendFlags_ +{ + ImGuiBackendFlags_None = 0, + ImGuiBackendFlags_HasGamepad = 1 << 0, + ImGuiBackendFlags_HasMouseCursors = 1 << 1, + ImGuiBackendFlags_HasSetMousePos = 1 << 2, + ImGuiBackendFlags_RendererHasVtxOffset = 1 << 3 +}; +enum ImGuiCol_ +{ + ImGuiCol_Text, + ImGuiCol_TextDisabled, + ImGuiCol_WindowBg, + ImGuiCol_ChildBg, + ImGuiCol_PopupBg, + ImGuiCol_Border, + ImGuiCol_BorderShadow, + ImGuiCol_FrameBg, + ImGuiCol_FrameBgHovered, + ImGuiCol_FrameBgActive, + ImGuiCol_TitleBg, + ImGuiCol_TitleBgActive, + ImGuiCol_TitleBgCollapsed, + ImGuiCol_MenuBarBg, + ImGuiCol_ScrollbarBg, + ImGuiCol_ScrollbarGrab, + ImGuiCol_ScrollbarGrabHovered, + ImGuiCol_ScrollbarGrabActive, + ImGuiCol_CheckMark, + ImGuiCol_SliderGrab, + ImGuiCol_SliderGrabActive, + ImGuiCol_Button, + ImGuiCol_ButtonHovered, + ImGuiCol_ButtonActive, + ImGuiCol_Header, + ImGuiCol_HeaderHovered, + ImGuiCol_HeaderActive, + ImGuiCol_Separator, + ImGuiCol_SeparatorHovered, + ImGuiCol_SeparatorActive, + ImGuiCol_ResizeGrip, + ImGuiCol_ResizeGripHovered, + ImGuiCol_ResizeGripActive, + ImGuiCol_Tab, + ImGuiCol_TabHovered, + ImGuiCol_TabActive, + ImGuiCol_TabUnfocused, + ImGuiCol_TabUnfocusedActive, + ImGuiCol_PlotLines, + ImGuiCol_PlotLinesHovered, + ImGuiCol_PlotHistogram, + ImGuiCol_PlotHistogramHovered, + ImGuiCol_TextSelectedBg, + ImGuiCol_DragDropTarget, + ImGuiCol_NavHighlight, + ImGuiCol_NavWindowingHighlight, + ImGuiCol_NavWindowingDimBg, + ImGuiCol_ModalWindowDimBg, + ImGuiCol_COUNT +}; +enum ImGuiStyleVar_ +{ + ImGuiStyleVar_Alpha, + ImGuiStyleVar_WindowPadding, + ImGuiStyleVar_WindowRounding, + ImGuiStyleVar_WindowBorderSize, + ImGuiStyleVar_WindowMinSize, + ImGuiStyleVar_WindowTitleAlign, + ImGuiStyleVar_ChildRounding, + ImGuiStyleVar_ChildBorderSize, + ImGuiStyleVar_PopupRounding, + ImGuiStyleVar_PopupBorderSize, + ImGuiStyleVar_FramePadding, + ImGuiStyleVar_FrameRounding, + ImGuiStyleVar_FrameBorderSize, + ImGuiStyleVar_ItemSpacing, + ImGuiStyleVar_ItemInnerSpacing, + ImGuiStyleVar_IndentSpacing, + ImGuiStyleVar_ScrollbarSize, + ImGuiStyleVar_ScrollbarRounding, + ImGuiStyleVar_GrabMinSize, + ImGuiStyleVar_GrabRounding, + ImGuiStyleVar_TabRounding, + ImGuiStyleVar_ButtonTextAlign, + ImGuiStyleVar_SelectableTextAlign, + ImGuiStyleVar_COUNT +}; +enum ImGuiColorEditFlags_ +{ + ImGuiColorEditFlags_None = 0, + ImGuiColorEditFlags_NoAlpha = 1 << 1, + ImGuiColorEditFlags_NoPicker = 1 << 2, + ImGuiColorEditFlags_NoOptions = 1 << 3, + ImGuiColorEditFlags_NoSmallPreview = 1 << 4, + ImGuiColorEditFlags_NoInputs = 1 << 5, + ImGuiColorEditFlags_NoTooltip = 1 << 6, + ImGuiColorEditFlags_NoLabel = 1 << 7, + ImGuiColorEditFlags_NoSidePreview = 1 << 8, + ImGuiColorEditFlags_NoDragDrop = 1 << 9, + ImGuiColorEditFlags_AlphaBar = 1 << 16, + ImGuiColorEditFlags_AlphaPreview = 1 << 17, + ImGuiColorEditFlags_AlphaPreviewHalf= 1 << 18, + ImGuiColorEditFlags_HDR = 1 << 19, + ImGuiColorEditFlags_DisplayRGB = 1 << 20, + ImGuiColorEditFlags_DisplayHSV = 1 << 21, + ImGuiColorEditFlags_DisplayHex = 1 << 22, + ImGuiColorEditFlags_Uint8 = 1 << 23, + ImGuiColorEditFlags_Float = 1 << 24, + ImGuiColorEditFlags_PickerHueBar = 1 << 25, + ImGuiColorEditFlags_PickerHueWheel = 1 << 26, + ImGuiColorEditFlags_InputRGB = 1 << 27, + ImGuiColorEditFlags_InputHSV = 1 << 28, + ImGuiColorEditFlags__OptionsDefault = ImGuiColorEditFlags_Uint8|ImGuiColorEditFlags_DisplayRGB|ImGuiColorEditFlags_InputRGB|ImGuiColorEditFlags_PickerHueBar, + ImGuiColorEditFlags__DisplayMask = ImGuiColorEditFlags_DisplayRGB|ImGuiColorEditFlags_DisplayHSV|ImGuiColorEditFlags_DisplayHex, + ImGuiColorEditFlags__DataTypeMask = ImGuiColorEditFlags_Uint8|ImGuiColorEditFlags_Float, + ImGuiColorEditFlags__PickerMask = ImGuiColorEditFlags_PickerHueWheel|ImGuiColorEditFlags_PickerHueBar, + ImGuiColorEditFlags__InputMask = ImGuiColorEditFlags_InputRGB|ImGuiColorEditFlags_InputHSV +}; +enum ImGuiMouseCursor_ +{ + ImGuiMouseCursor_None = -1, + ImGuiMouseCursor_Arrow = 0, + ImGuiMouseCursor_TextInput, + ImGuiMouseCursor_ResizeAll, + ImGuiMouseCursor_ResizeNS, + ImGuiMouseCursor_ResizeEW, + ImGuiMouseCursor_ResizeNESW, + ImGuiMouseCursor_ResizeNWSE, + ImGuiMouseCursor_Hand, + ImGuiMouseCursor_COUNT +}; +enum ImGuiCond_ +{ + ImGuiCond_Always = 1 << 0, + ImGuiCond_Once = 1 << 1, + ImGuiCond_FirstUseEver = 1 << 2, + ImGuiCond_Appearing = 1 << 3 +}; +struct ImGuiStyle +{ + float Alpha; + ImVec2 WindowPadding; + float WindowRounding; + float WindowBorderSize; + ImVec2 WindowMinSize; + ImVec2 WindowTitleAlign; + ImGuiDir WindowMenuButtonPosition; + float ChildRounding; + float ChildBorderSize; + float PopupRounding; + float PopupBorderSize; + ImVec2 FramePadding; + float FrameRounding; + float FrameBorderSize; + ImVec2 ItemSpacing; + ImVec2 ItemInnerSpacing; + ImVec2 TouchExtraPadding; + float IndentSpacing; + float ColumnsMinSpacing; + float ScrollbarSize; + float ScrollbarRounding; + float GrabMinSize; + float GrabRounding; + float TabRounding; + float TabBorderSize; + ImGuiDir ColorButtonPosition; + ImVec2 ButtonTextAlign; + ImVec2 SelectableTextAlign; + ImVec2 DisplayWindowPadding; + ImVec2 DisplaySafeAreaPadding; + float MouseCursorScale; + _Bool AntiAliasedLines; + _Bool AntiAliasedFill; + float CurveTessellationTol; + ImVec4 Colors[ImGuiCol_COUNT]; +}; +struct ImGuiIO +{ + ImGuiConfigFlags ConfigFlags; + ImGuiBackendFlags BackendFlags; + ImVec2 DisplaySize; + float DeltaTime; + float IniSavingRate; + const char* IniFilename; + const char* LogFilename; + float MouseDoubleClickTime; + float MouseDoubleClickMaxDist; + float MouseDragThreshold; + int KeyMap[ImGuiKey_COUNT]; + float KeyRepeatDelay; + float KeyRepeatRate; + void* UserData; + ImFontAtlas*Fonts; + float FontGlobalScale; + _Bool FontAllowUserScaling; + ImFont* FontDefault; + ImVec2 DisplayFramebufferScale; + _Bool MouseDrawCursor; + _Bool ConfigMacOSXBehaviors; + _Bool ConfigInputTextCursorBlink; + _Bool ConfigWindowsResizeFromEdges; + _Bool ConfigWindowsMoveFromTitleBarOnly; + const char* BackendPlatformName; + const char* BackendRendererName; + void* BackendPlatformUserData; + void* BackendRendererUserData; + void* BackendLanguageUserData; + const char* (*GetClipboardTextFn)(void* user_data); + void (*SetClipboardTextFn)(void* user_data, const char* text); + void* ClipboardUserData; + void (*ImeSetInputScreenPosFn)(int x, int y); + void* ImeWindowHandle; + void* RenderDrawListsFnUnused; + ImVec2 MousePos; + _Bool MouseDown[5]; + float MouseWheel; + float MouseWheelH; + _Bool KeyCtrl; + _Bool KeyShift; + _Bool KeyAlt; + _Bool KeySuper; + _Bool KeysDown[512]; + float NavInputs[ImGuiNavInput_COUNT]; + _Bool WantCaptureMouse; + _Bool WantCaptureKeyboard; + _Bool WantTextInput; + _Bool WantSetMousePos; + _Bool WantSaveIniSettings; + _Bool NavActive; + _Bool NavVisible; + float Framerate; + int MetricsRenderVertices; + int MetricsRenderIndices; + int MetricsRenderWindows; + int MetricsActiveWindows; + int MetricsActiveAllocations; + ImVec2 MouseDelta; + ImVec2 MousePosPrev; + ImVec2 MouseClickedPos[5]; + double MouseClickedTime[5]; + _Bool MouseClicked[5]; + _Bool MouseDoubleClicked[5]; + _Bool MouseReleased[5]; + _Bool MouseDownOwned[5]; + _Bool MouseDownWasDoubleClick[5]; + float MouseDownDuration[5]; + float MouseDownDurationPrev[5]; + ImVec2 MouseDragMaxDistanceAbs[5]; + float MouseDragMaxDistanceSqr[5]; + float KeysDownDuration[512]; + float KeysDownDurationPrev[512]; + float NavInputsDownDuration[ImGuiNavInput_COUNT]; + float NavInputsDownDurationPrev[ImGuiNavInput_COUNT]; + ImVector_ImWchar InputQueueCharacters; +}; +struct ImGuiInputTextCallbackData +{ + ImGuiInputTextFlags EventFlag; + ImGuiInputTextFlags Flags; + void* UserData; + ImWchar EventChar; + ImGuiKey EventKey; + char* Buf; + int BufTextLen; + int BufSize; + _Bool BufDirty; + int CursorPos; + int SelectionStart; + int SelectionEnd; +}; +struct ImGuiSizeCallbackData +{ + void* UserData; + ImVec2 Pos; + ImVec2 CurrentSize; + ImVec2 DesiredSize; +}; +struct ImGuiPayload +{ + void* Data; + int DataSize; + ImGuiID SourceId; + ImGuiID SourceParentId; + int DataFrameCount; + char DataType[32+1]; + _Bool Preview; + _Bool Delivery; +}; +struct ImGuiOnceUponAFrame +{ + int RefFrame; +}; +struct ImGuiTextFilter +{ + char InputBuf[256]; + ImVector_ImGuiTextRange Filters; + int CountGrep; +}; +struct ImGuiTextBuffer +{ + ImVector_char Buf; +}; +struct ImGuiStorage +{ + ImVector_ImGuiStoragePair Data; +}; +struct ImGuiListClipper +{ + float StartPosY; + float ItemsHeight; + int ItemsCount, StepNo, DisplayStart, DisplayEnd; +}; +struct ImColor +{ + ImVec4 Value; +}; +struct ImDrawCmd +{ + unsigned int ElemCount; + ImVec4 ClipRect; + ImTextureID TextureId; + unsigned int VtxOffset; + unsigned int IdxOffset; + ImDrawCallback UserCallback; + void* UserCallbackData; +}; +struct ImDrawVert +{ + ImVec2 pos; + ImVec2 uv; + ImU32 col; +}; +struct ImDrawChannel +{ + ImVector_ImDrawCmd _CmdBuffer; + ImVector_ImDrawIdx _IdxBuffer; +}; +struct ImDrawListSplitter +{ + int _Current; + int _Count; + ImVector_ImDrawChannel _Channels; +}; +enum ImDrawCornerFlags_ +{ + ImDrawCornerFlags_None = 0, + ImDrawCornerFlags_TopLeft = 1 << 0, + ImDrawCornerFlags_TopRight = 1 << 1, + ImDrawCornerFlags_BotLeft = 1 << 2, + ImDrawCornerFlags_BotRight = 1 << 3, + ImDrawCornerFlags_Top = ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_TopRight, + ImDrawCornerFlags_Bot = ImDrawCornerFlags_BotLeft | ImDrawCornerFlags_BotRight, + ImDrawCornerFlags_Left = ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_BotLeft, + ImDrawCornerFlags_Right = ImDrawCornerFlags_TopRight | ImDrawCornerFlags_BotRight, + ImDrawCornerFlags_All = 0xF +}; +enum ImDrawListFlags_ +{ + ImDrawListFlags_None = 0, + ImDrawListFlags_AntiAliasedLines = 1 << 0, + ImDrawListFlags_AntiAliasedFill = 1 << 1, + ImDrawListFlags_AllowVtxOffset = 1 << 2 +}; +struct ImDrawList +{ + ImVector_ImDrawCmd CmdBuffer; + ImVector_ImDrawIdx IdxBuffer; + ImVector_ImDrawVert VtxBuffer; + ImDrawListFlags Flags; + const ImDrawListSharedData* _Data; + const char* _OwnerName; + unsigned int _VtxCurrentOffset; + unsigned int _VtxCurrentIdx; + ImDrawVert* _VtxWritePtr; + ImDrawIdx* _IdxWritePtr; + ImVector_ImVec4 _ClipRectStack; + ImVector_ImTextureID _TextureIdStack; + ImVector_ImVec2 _Path; + ImDrawListSplitter _Splitter; +}; +struct ImDrawData +{ + _Bool Valid; + ImDrawList** CmdLists; + int CmdListsCount; + int TotalIdxCount; + int TotalVtxCount; + ImVec2 DisplayPos; + ImVec2 DisplaySize; + ImVec2 FramebufferScale; +}; +struct ImFontConfig +{ + void* FontData; + int FontDataSize; + _Bool FontDataOwnedByAtlas; + int FontNo; + float SizePixels; + int OversampleH; + int OversampleV; + _Bool PixelSnapH; + ImVec2 GlyphExtraSpacing; + ImVec2 GlyphOffset; + const ImWchar* GlyphRanges; + float GlyphMinAdvanceX; + float GlyphMaxAdvanceX; + _Bool MergeMode; + unsigned int RasterizerFlags; + float RasterizerMultiply; + char Name[40]; + ImFont* DstFont; +}; +struct ImFontGlyph +{ + ImWchar Codepoint; + float AdvanceX; + float X0, Y0, X1, Y1; + float U0, V0, U1, V1; +}; +struct ImFontGlyphRangesBuilder +{ + ImVector_ImU32 UsedChars; +}; +struct ImFontAtlasCustomRect +{ + unsigned int ID; + unsigned short Width, Height; + unsigned short X, Y; + float GlyphAdvanceX; + ImVec2 GlyphOffset; + ImFont* Font; +}; +enum ImFontAtlasFlags_ +{ + ImFontAtlasFlags_None = 0, + ImFontAtlasFlags_NoPowerOfTwoHeight = 1 << 0, + ImFontAtlasFlags_NoMouseCursors = 1 << 1 +}; +struct ImFontAtlas +{ + _Bool Locked; + ImFontAtlasFlags Flags; + ImTextureID TexID; + int TexDesiredWidth; + int TexGlyphPadding; + unsigned char* TexPixelsAlpha8; + unsigned int* TexPixelsRGBA32; + int TexWidth; + int TexHeight; + ImVec2 TexUvScale; + ImVec2 TexUvWhitePixel; + ImVector_ImFontPtr Fonts; + ImVector_ImFontAtlasCustomRect CustomRects; + ImVector_ImFontConfig ConfigData; + int CustomRectIds[1]; +}; +struct ImFont +{ + ImVector_float IndexAdvanceX; + float FallbackAdvanceX; + float FontSize; + ImVector_ImWchar IndexLookup; + ImVector_ImFontGlyph Glyphs; + const ImFontGlyph* FallbackGlyph; + ImVec2 DisplayOffset; + ImFontAtlas* ContainerAtlas; + const ImFontConfig* ConfigData; + short ConfigDataCount; + ImWchar FallbackChar; + float Scale; + float Ascent, Descent; + int MetricsTotalSurface; + _Bool DirtyLookupTables; +}; + struct ImGuiTextRange + { + const char* b; + const char* e; +}; + struct ImGuiStoragePair + { + ImGuiID key; + union { int val_i; float val_f; void* val_p; }; +}; +ImVec2* ImVec2_ImVec2(void); +void ImVec2_destroy(ImVec2* self); +ImVec2* ImVec2_ImVec2Float(float _x,float _y); +ImVec4* ImVec4_ImVec4(void); +void ImVec4_destroy(ImVec4* self); +ImVec4* ImVec4_ImVec4Float(float _x,float _y,float _z,float _w); +ImGuiContext* igCreateContext(ImFontAtlas* shared_font_atlas); +void igDestroyContext(ImGuiContext* ctx); +ImGuiContext* igGetCurrentContext(void); +void igSetCurrentContext(ImGuiContext* ctx); +_Bool igDebugCheckVersionAndDataLayout(const char* version_str,size_t sz_io,size_t sz_style,size_t sz_vec2,size_t sz_vec4,size_t sz_drawvert,size_t sz_drawidx); +ImGuiIO* igGetIO(void); +ImGuiStyle* igGetStyle(void); +void igNewFrame(void); +void igEndFrame(void); +void igRender(void); +ImDrawData* igGetDrawData(void); +void igShowDemoWindow( _Bool * p_open); +void igShowAboutWindow( _Bool * p_open); +void igShowMetricsWindow( _Bool * p_open); +void igShowStyleEditor(ImGuiStyle* ref); +_Bool igShowStyleSelector(const char* label); +void igShowFontSelector(const char* label); +void igShowUserGuide(void); +const char* igGetVersion(void); +void igStyleColorsDark(ImGuiStyle* dst); +void igStyleColorsClassic(ImGuiStyle* dst); +void igStyleColorsLight(ImGuiStyle* dst); +_Bool igBegin(const char* name, _Bool * p_open,ImGuiWindowFlags flags); +void igEnd(void); +_Bool igBeginChild(const char* str_id,const ImVec2 size, _Bool border,ImGuiWindowFlags flags); +_Bool igBeginChildID(ImGuiID id,const ImVec2 size, _Bool border,ImGuiWindowFlags flags); +void igEndChild(void); +_Bool igIsWindowAppearing(void); +_Bool igIsWindowCollapsed(void); +_Bool igIsWindowFocused(ImGuiFocusedFlags flags); +_Bool igIsWindowHovered(ImGuiHoveredFlags flags); +ImDrawList* igGetWindowDrawList(void); +ImVec2 igGetWindowPos(void); +ImVec2 igGetWindowSize(void); +float igGetWindowWidth(void); +float igGetWindowHeight(void); +void igSetNextWindowPos(const ImVec2 pos,ImGuiCond cond,const ImVec2 pivot); +void igSetNextWindowSize(const ImVec2 size,ImGuiCond cond); +void igSetNextWindowSizeConstraints(const ImVec2 size_min,const ImVec2 size_max,ImGuiSizeCallback custom_callback,void* custom_callback_data); +void igSetNextWindowContentSize(const ImVec2 size); +void igSetNextWindowCollapsed( _Bool collapsed,ImGuiCond cond); +void igSetNextWindowFocus(void); +void igSetNextWindowBgAlpha(float alpha); +void igSetWindowPosVec2(const ImVec2 pos,ImGuiCond cond); +void igSetWindowSizeVec2(const ImVec2 size,ImGuiCond cond); +void igSetWindowCollapsedBool( _Bool collapsed,ImGuiCond cond); +void igSetWindowFocus(void); +void igSetWindowFontScale(float scale); +void igSetWindowPosStr(const char* name,const ImVec2 pos,ImGuiCond cond); +void igSetWindowSizeStr(const char* name,const ImVec2 size,ImGuiCond cond); +void igSetWindowCollapsedStr(const char* name, _Bool collapsed,ImGuiCond cond); +void igSetWindowFocusStr(const char* name); +ImVec2 igGetContentRegionMax(void); +ImVec2 igGetContentRegionAvail(void); +ImVec2 igGetWindowContentRegionMin(void); +ImVec2 igGetWindowContentRegionMax(void); +float igGetWindowContentRegionWidth(void); +float igGetScrollX(void); +float igGetScrollY(void); +float igGetScrollMaxX(void); +float igGetScrollMaxY(void); +void igSetScrollX(float scroll_x); +void igSetScrollY(float scroll_y); +void igSetScrollHereX(float center_x_ratio); +void igSetScrollHereY(float center_y_ratio); +void igSetScrollFromPosX(float local_x,float center_x_ratio); +void igSetScrollFromPosY(float local_y,float center_y_ratio); +void igPushFont(ImFont* font); +void igPopFont(void); +void igPushStyleColorU32(ImGuiCol idx,ImU32 col); +void igPushStyleColor(ImGuiCol idx,const ImVec4 col); +void igPopStyleColor(int count); +void igPushStyleVarFloat(ImGuiStyleVar idx,float val); +void igPushStyleVarVec2(ImGuiStyleVar idx,const ImVec2 val); +void igPopStyleVar(int count); +const ImVec4* igGetStyleColorVec4(ImGuiCol idx); +ImFont* igGetFont(void); +float igGetFontSize(void); +ImVec2 igGetFontTexUvWhitePixel(void); +ImU32 igGetColorU32(ImGuiCol idx,float alpha_mul); +ImU32 igGetColorU32Vec4(const ImVec4 col); +ImU32 igGetColorU32U32(ImU32 col); +void igPushItemWidth(float item_width); +void igPopItemWidth(void); +void igSetNextItemWidth(float item_width); +float igCalcItemWidth(void); +void igPushTextWrapPos(float wrap_local_pos_x); +void igPopTextWrapPos(void); +void igPushAllowKeyboardFocus( _Bool allow_keyboard_focus); +void igPopAllowKeyboardFocus(void); +void igPushButtonRepeat( _Bool repeat); +void igPopButtonRepeat(void); +void igSeparator(void); +void igSameLine(float offset_from_start_x,float spacing); +void igNewLine(void); +void igSpacing(void); +void igDummy(const ImVec2 size); +void igIndent(float indent_w); +void igUnindent(float indent_w); +void igBeginGroup(void); +void igEndGroup(void); +ImVec2 igGetCursorPos(void); +float igGetCursorPosX(void); +float igGetCursorPosY(void); +void igSetCursorPos(const ImVec2 local_pos); +void igSetCursorPosX(float local_x); +void igSetCursorPosY(float local_y); +ImVec2 igGetCursorStartPos(void); +ImVec2 igGetCursorScreenPos(void); +void igSetCursorScreenPos(const ImVec2 pos); +void igAlignTextToFramePadding(void); +float igGetTextLineHeight(void); +float igGetTextLineHeightWithSpacing(void); +float igGetFrameHeight(void); +float igGetFrameHeightWithSpacing(void); +void igPushIDStr(const char* str_id); +void igPushIDRange(const char* str_id_begin,const char* str_id_end); +void igPushIDPtr(const void* ptr_id); +void igPushIDInt(int int_id); +void igPopID(void); +ImGuiID igGetIDStr(const char* str_id); +ImGuiID igGetIDRange(const char* str_id_begin,const char* str_id_end); +ImGuiID igGetIDPtr(const void* ptr_id); +void igTextUnformatted(const char* text,const char* text_end); +void igText(const char* fmt,...); +void igTextV(const char* fmt,va_list args); +void igTextColored(const ImVec4 col,const char* fmt,...); +void igTextColoredV(const ImVec4 col,const char* fmt,va_list args); +void igTextDisabled(const char* fmt,...); +void igTextDisabledV(const char* fmt,va_list args); +void igTextWrapped(const char* fmt,...); +void igTextWrappedV(const char* fmt,va_list args); +void igLabelText(const char* label,const char* fmt,...); +void igLabelTextV(const char* label,const char* fmt,va_list args); +void igBulletText(const char* fmt,...); +void igBulletTextV(const char* fmt,va_list args); +_Bool igButton(const char* label,const ImVec2 size); +_Bool igSmallButton(const char* label); +_Bool igInvisibleButton(const char* str_id,const ImVec2 size); +_Bool igArrowButton(const char* str_id,ImGuiDir dir); +void igImage(ImTextureID user_texture_id,const ImVec2 size,const ImVec2 uv0,const ImVec2 uv1,const ImVec4 tint_col,const ImVec4 border_col); +_Bool igImageButton(ImTextureID user_texture_id,const ImVec2 size,const ImVec2 uv0,const ImVec2 uv1,int frame_padding,const ImVec4 bg_col,const ImVec4 tint_col); +_Bool igCheckbox(const char* label, _Bool * v); +_Bool igCheckboxFlags(const char* label,unsigned int* flags,unsigned int flags_value); +_Bool igRadioButtonBool(const char* label, _Bool active); +_Bool igRadioButtonIntPtr(const char* label,int* v,int v_button); +void igProgressBar(float fraction,const ImVec2 size_arg,const char* overlay); +void igBullet(void); +_Bool igBeginCombo(const char* label,const char* preview_value,ImGuiComboFlags flags); +void igEndCombo(void); +_Bool igCombo(const char* label,int* current_item,const char* const items[],int items_count,int popup_max_height_in_items); +_Bool igComboStr(const char* label,int* current_item,const char* items_separated_by_zeros,int popup_max_height_in_items); +_Bool igComboFnPtr(const char* label,int* current_item, _Bool (*items_getter)(void* data,int idx,const char** out_text),void* data,int items_count,int popup_max_height_in_items); +_Bool igDragFloat(const char* label,float* v,float v_speed,float v_min,float v_max,const char* format,float power); +_Bool igDragFloat2(const char* label,float v[2],float v_speed,float v_min,float v_max,const char* format,float power); +_Bool igDragFloat3(const char* label,float v[3],float v_speed,float v_min,float v_max,const char* format,float power); +_Bool igDragFloat4(const char* label,float v[4],float v_speed,float v_min,float v_max,const char* format,float power); +_Bool igDragFloatRange2(const char* label,float* v_current_min,float* v_current_max,float v_speed,float v_min,float v_max,const char* format,const char* format_max,float power); +_Bool igDragInt(const char* label,int* v,float v_speed,int v_min,int v_max,const char* format); +_Bool igDragInt2(const char* label,int v[2],float v_speed,int v_min,int v_max,const char* format); +_Bool igDragInt3(const char* label,int v[3],float v_speed,int v_min,int v_max,const char* format); +_Bool igDragInt4(const char* label,int v[4],float v_speed,int v_min,int v_max,const char* format); +_Bool igDragIntRange2(const char* label,int* v_current_min,int* v_current_max,float v_speed,int v_min,int v_max,const char* format,const char* format_max); +_Bool igDragScalar(const char* label,ImGuiDataType data_type,void* v,float v_speed,const void* v_min,const void* v_max,const char* format,float power); +_Bool igDragScalarN(const char* label,ImGuiDataType data_type,void* v,int components,float v_speed,const void* v_min,const void* v_max,const char* format,float power); +_Bool igSliderFloat(const char* label,float* v,float v_min,float v_max,const char* format,float power); +_Bool igSliderFloat2(const char* label,float v[2],float v_min,float v_max,const char* format,float power); +_Bool igSliderFloat3(const char* label,float v[3],float v_min,float v_max,const char* format,float power); +_Bool igSliderFloat4(const char* label,float v[4],float v_min,float v_max,const char* format,float power); +_Bool igSliderAngle(const char* label,float* v_rad,float v_degrees_min,float v_degrees_max,const char* format); +_Bool igSliderInt(const char* label,int* v,int v_min,int v_max,const char* format); +_Bool igSliderInt2(const char* label,int v[2],int v_min,int v_max,const char* format); +_Bool igSliderInt3(const char* label,int v[3],int v_min,int v_max,const char* format); +_Bool igSliderInt4(const char* label,int v[4],int v_min,int v_max,const char* format); +_Bool igSliderScalar(const char* label,ImGuiDataType data_type,void* v,const void* v_min,const void* v_max,const char* format,float power); +_Bool igSliderScalarN(const char* label,ImGuiDataType data_type,void* v,int components,const void* v_min,const void* v_max,const char* format,float power); +_Bool igVSliderFloat(const char* label,const ImVec2 size,float* v,float v_min,float v_max,const char* format,float power); +_Bool igVSliderInt(const char* label,const ImVec2 size,int* v,int v_min,int v_max,const char* format); +_Bool igVSliderScalar(const char* label,const ImVec2 size,ImGuiDataType data_type,void* v,const void* v_min,const void* v_max,const char* format,float power); +_Bool igInputText(const char* label,char* buf,size_t buf_size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data); +_Bool igInputTextMultiline(const char* label,char* buf,size_t buf_size,const ImVec2 size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data); +_Bool igInputTextWithHint(const char* label,const char* hint,char* buf,size_t buf_size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data); +_Bool igInputFloat(const char* label,float* v,float step,float step_fast,const char* format,ImGuiInputTextFlags flags); +_Bool igInputFloat2(const char* label,float v[2],const char* format,ImGuiInputTextFlags flags); +_Bool igInputFloat3(const char* label,float v[3],const char* format,ImGuiInputTextFlags flags); +_Bool igInputFloat4(const char* label,float v[4],const char* format,ImGuiInputTextFlags flags); +_Bool igInputInt(const char* label,int* v,int step,int step_fast,ImGuiInputTextFlags flags); +_Bool igInputInt2(const char* label,int v[2],ImGuiInputTextFlags flags); +_Bool igInputInt3(const char* label,int v[3],ImGuiInputTextFlags flags); +_Bool igInputInt4(const char* label,int v[4],ImGuiInputTextFlags flags); +_Bool igInputDouble(const char* label,double* v,double step,double step_fast,const char* format,ImGuiInputTextFlags flags); +_Bool igInputScalar(const char* label,ImGuiDataType data_type,void* v,const void* step,const void* step_fast,const char* format,ImGuiInputTextFlags flags); +_Bool igInputScalarN(const char* label,ImGuiDataType data_type,void* v,int components,const void* step,const void* step_fast,const char* format,ImGuiInputTextFlags flags); +_Bool igColorEdit3(const char* label,float col[3],ImGuiColorEditFlags flags); +_Bool igColorEdit4(const char* label,float col[4],ImGuiColorEditFlags flags); +_Bool igColorPicker3(const char* label,float col[3],ImGuiColorEditFlags flags); +_Bool igColorPicker4(const char* label,float col[4],ImGuiColorEditFlags flags,const float* ref_col); +_Bool igColorButton(const char* desc_id,const ImVec4 col,ImGuiColorEditFlags flags,ImVec2 size); +void igSetColorEditOptions(ImGuiColorEditFlags flags); +_Bool igTreeNodeStr(const char* label); +_Bool igTreeNodeStrStr(const char* str_id,const char* fmt,...); +_Bool igTreeNodePtr(const void* ptr_id,const char* fmt,...); +_Bool igTreeNodeVStr(const char* str_id,const char* fmt,va_list args); +_Bool igTreeNodeVPtr(const void* ptr_id,const char* fmt,va_list args); +_Bool igTreeNodeExStr(const char* label,ImGuiTreeNodeFlags flags); +_Bool igTreeNodeExStrStr(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,...); +_Bool igTreeNodeExPtr(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,...); +_Bool igTreeNodeExVStr(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args); +_Bool igTreeNodeExVPtr(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args); +void igTreePushStr(const char* str_id); +void igTreePushPtr(const void* ptr_id); +void igTreePop(void); +float igGetTreeNodeToLabelSpacing(void); +_Bool igCollapsingHeader(const char* label,ImGuiTreeNodeFlags flags); +_Bool igCollapsingHeaderBoolPtr(const char* label, _Bool * p_open,ImGuiTreeNodeFlags flags); +void igSetNextItemOpen( _Bool is_open,ImGuiCond cond); +_Bool igSelectable(const char* label, _Bool selected,ImGuiSelectableFlags flags,const ImVec2 size); +_Bool igSelectableBoolPtr(const char* label, _Bool * p_selected,ImGuiSelectableFlags flags,const ImVec2 size); +_Bool igListBoxStr_arr(const char* label,int* current_item,const char* const items[],int items_count,int height_in_items); +_Bool igListBoxFnPtr(const char* label,int* current_item, _Bool (*items_getter)(void* data,int idx,const char** out_text),void* data,int items_count,int height_in_items); +_Bool igListBoxHeaderVec2(const char* label,const ImVec2 size); +_Bool igListBoxHeaderInt(const char* label,int items_count,int height_in_items); +void igListBoxFooter(void); +void igPlotLines(const char* label,const float* values,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2 graph_size,int stride); +void igPlotLinesFnPtr(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2 graph_size); +void igPlotHistogramFloatPtr(const char* label,const float* values,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2 graph_size,int stride); +void igPlotHistogramFnPtr(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2 graph_size); +void igValueBool(const char* prefix, _Bool b); +void igValueInt(const char* prefix,int v); +void igValueUint(const char* prefix,unsigned int v); +void igValueFloat(const char* prefix,float v,const char* float_format); +_Bool igBeginMainMenuBar(void); +void igEndMainMenuBar(void); +_Bool igBeginMenuBar(void); +void igEndMenuBar(void); +_Bool igBeginMenu(const char* label, _Bool enabled); +void igEndMenu(void); +_Bool igMenuItemBool(const char* label,const char* shortcut, _Bool selected, _Bool enabled); +_Bool igMenuItemBoolPtr(const char* label,const char* shortcut, _Bool * p_selected, _Bool enabled); +void igBeginTooltip(void); +void igEndTooltip(void); +void igSetTooltip(const char* fmt,...); +void igSetTooltipV(const char* fmt,va_list args); +void igOpenPopup(const char* str_id); +_Bool igBeginPopup(const char* str_id,ImGuiWindowFlags flags); +_Bool igBeginPopupContextItem(const char* str_id,int mouse_button); +_Bool igBeginPopupContextWindow(const char* str_id,int mouse_button, _Bool also_over_items); +_Bool igBeginPopupContextVoid(const char* str_id,int mouse_button); +_Bool igBeginPopupModal(const char* name, _Bool * p_open,ImGuiWindowFlags flags); +void igEndPopup(void); +_Bool igOpenPopupOnItemClick(const char* str_id,int mouse_button); +_Bool igIsPopupOpen(const char* str_id); +void igCloseCurrentPopup(void); +void igColumns(int count,const char* id, _Bool border); +void igNextColumn(void); +int igGetColumnIndex(void); +float igGetColumnWidth(int column_index); +void igSetColumnWidth(int column_index,float width); +float igGetColumnOffset(int column_index); +void igSetColumnOffset(int column_index,float offset_x); +int igGetColumnsCount(void); +_Bool igBeginTabBar(const char* str_id,ImGuiTabBarFlags flags); +void igEndTabBar(void); +_Bool igBeginTabItem(const char* label, _Bool * p_open,ImGuiTabItemFlags flags); +void igEndTabItem(void); +void igSetTabItemClosed(const char* tab_or_docked_window_label); +void igLogToTTY(int auto_open_depth); +void igLogToFile(int auto_open_depth,const char* filename); +void igLogToClipboard(int auto_open_depth); +void igLogFinish(void); +void igLogButtons(void); +_Bool igBeginDragDropSource(ImGuiDragDropFlags flags); +_Bool igSetDragDropPayload(const char* type,const void* data,size_t sz,ImGuiCond cond); +void igEndDragDropSource(void); +_Bool igBeginDragDropTarget(void); +const ImGuiPayload* igAcceptDragDropPayload(const char* type,ImGuiDragDropFlags flags); +void igEndDragDropTarget(void); +const ImGuiPayload* igGetDragDropPayload(void); +void igPushClipRect(const ImVec2 clip_rect_min,const ImVec2 clip_rect_max, _Bool intersect_with_current_clip_rect); +void igPopClipRect(void); +void igSetItemDefaultFocus(void); +void igSetKeyboardFocusHere(int offset); +_Bool igIsItemHovered(ImGuiHoveredFlags flags); +_Bool igIsItemActive(void); +_Bool igIsItemFocused(void); +_Bool igIsItemClicked(int mouse_button); +_Bool igIsItemVisible(void); +_Bool igIsItemEdited(void); +_Bool igIsItemActivated(void); +_Bool igIsItemDeactivated(void); +_Bool igIsItemDeactivatedAfterEdit(void); +_Bool igIsAnyItemHovered(void); +_Bool igIsAnyItemActive(void); +_Bool igIsAnyItemFocused(void); +ImVec2 igGetItemRectMin(void); +ImVec2 igGetItemRectMax(void); +ImVec2 igGetItemRectSize(void); +void igSetItemAllowOverlap(void); +_Bool igIsRectVisible(const ImVec2 size); +_Bool igIsRectVisibleVec2(const ImVec2 rect_min,const ImVec2 rect_max); +double igGetTime(void); +int igGetFrameCount(void); +ImDrawList* igGetBackgroundDrawList(void); +ImDrawList* igGetForegroundDrawList(void); +ImDrawListSharedData* igGetDrawListSharedData(void); +const char* igGetStyleColorName(ImGuiCol idx); +void igSetStateStorage(ImGuiStorage* storage); +ImGuiStorage* igGetStateStorage(void); +ImVec2 igCalcTextSize(const char* text,const char* text_end, _Bool hide_text_after_double_hash,float wrap_width); +void igCalcListClipping(int items_count,float items_height,int* out_items_display_start,int* out_items_display_end); +_Bool igBeginChildFrame(ImGuiID id,const ImVec2 size,ImGuiWindowFlags flags); +void igEndChildFrame(void); +ImVec4 igColorConvertU32ToFloat4(ImU32 in); +ImU32 igColorConvertFloat4ToU32(const ImVec4 in); +int igGetKeyIndex(ImGuiKey imgui_key); +_Bool igIsKeyDown(int user_key_index); +_Bool igIsKeyPressed(int user_key_index, _Bool repeat); +_Bool igIsKeyReleased(int user_key_index); +int igGetKeyPressedAmount(int key_index,float repeat_delay,float rate); +_Bool igIsMouseDown(int button); +_Bool igIsAnyMouseDown(void); +_Bool igIsMouseClicked(int button, _Bool repeat); +_Bool igIsMouseDoubleClicked(int button); +_Bool igIsMouseReleased(int button); +_Bool igIsMouseDragging(int button,float lock_threshold); +_Bool igIsMouseHoveringRect(const ImVec2 r_min,const ImVec2 r_max, _Bool clip); +_Bool igIsMousePosValid(const ImVec2* mouse_pos); +ImVec2 igGetMousePos(void); +ImVec2 igGetMousePosOnOpeningCurrentPopup(void); +ImVec2 igGetMouseDragDelta(int button,float lock_threshold); +void igResetMouseDragDelta(int button); +ImGuiMouseCursor igGetMouseCursor(void); +void igSetMouseCursor(ImGuiMouseCursor type); +void igCaptureKeyboardFromApp( _Bool want_capture_keyboard_value); +void igCaptureMouseFromApp( _Bool want_capture_mouse_value); +const char* igGetClipboardText(void); +void igSetClipboardText(const char* text); +void igLoadIniSettingsFromDisk(const char* ini_filename); +void igLoadIniSettingsFromMemory(const char* ini_data,size_t ini_size); +void igSaveIniSettingsToDisk(const char* ini_filename); +const char* igSaveIniSettingsToMemory(size_t* out_ini_size); +void igSetAllocatorFunctions(void*(*alloc_func)(size_t sz,void* user_data),void(*free_func)(void* ptr,void* user_data),void* user_data); +void* igMemAlloc(size_t size); +void igMemFree(void* ptr); +ImGuiStyle* ImGuiStyle_ImGuiStyle(void); +void ImGuiStyle_destroy(ImGuiStyle* self); +void ImGuiStyle_ScaleAllSizes(ImGuiStyle* self,float scale_factor); +void ImGuiIO_AddInputCharacter(ImGuiIO* self,unsigned int c); +void ImGuiIO_AddInputCharactersUTF8(ImGuiIO* self,const char* str); +void ImGuiIO_ClearInputCharacters(ImGuiIO* self); +ImGuiIO* ImGuiIO_ImGuiIO(void); +void ImGuiIO_destroy(ImGuiIO* self); +ImGuiInputTextCallbackData* ImGuiInputTextCallbackData_ImGuiInputTextCallbackData(void); +void ImGuiInputTextCallbackData_destroy(ImGuiInputTextCallbackData* self); +void ImGuiInputTextCallbackData_DeleteChars(ImGuiInputTextCallbackData* self,int pos,int bytes_count); +void ImGuiInputTextCallbackData_InsertChars(ImGuiInputTextCallbackData* self,int pos,const char* text,const char* text_end); +_Bool ImGuiInputTextCallbackData_HasSelection(ImGuiInputTextCallbackData* self); +ImGuiPayload* ImGuiPayload_ImGuiPayload(void); +void ImGuiPayload_destroy(ImGuiPayload* self); +void ImGuiPayload_Clear(ImGuiPayload* self); +_Bool ImGuiPayload_IsDataType(ImGuiPayload* self,const char* type); +_Bool ImGuiPayload_IsPreview(ImGuiPayload* self); +_Bool ImGuiPayload_IsDelivery(ImGuiPayload* self); +ImGuiOnceUponAFrame* ImGuiOnceUponAFrame_ImGuiOnceUponAFrame(void); +void ImGuiOnceUponAFrame_destroy(ImGuiOnceUponAFrame* self); +ImGuiTextFilter* ImGuiTextFilter_ImGuiTextFilter(const char* default_filter); +void ImGuiTextFilter_destroy(ImGuiTextFilter* self); +_Bool ImGuiTextFilter_Draw(ImGuiTextFilter* self,const char* label,float width); +_Bool ImGuiTextFilter_PassFilter(ImGuiTextFilter* self,const char* text,const char* text_end); +void ImGuiTextFilter_Build(ImGuiTextFilter* self); +void ImGuiTextFilter_Clear(ImGuiTextFilter* self); +_Bool ImGuiTextFilter_IsActive(ImGuiTextFilter* self); +ImGuiTextRange* ImGuiTextRange_ImGuiTextRange(void); +void ImGuiTextRange_destroy(ImGuiTextRange* self); +ImGuiTextRange* ImGuiTextRange_ImGuiTextRangeStr(const char* _b,const char* _e); +_Bool ImGuiTextRange_empty(ImGuiTextRange* self); +void ImGuiTextRange_split(ImGuiTextRange* self,char separator,ImVector_ImGuiTextRange* out); +ImGuiTextBuffer* ImGuiTextBuffer_ImGuiTextBuffer(void); +void ImGuiTextBuffer_destroy(ImGuiTextBuffer* self); +const char* ImGuiTextBuffer_begin(ImGuiTextBuffer* self); +const char* ImGuiTextBuffer_end(ImGuiTextBuffer* self); +int ImGuiTextBuffer_size(ImGuiTextBuffer* self); +_Bool ImGuiTextBuffer_empty(ImGuiTextBuffer* self); +void ImGuiTextBuffer_clear(ImGuiTextBuffer* self); +void ImGuiTextBuffer_reserve(ImGuiTextBuffer* self,int capacity); +const char* ImGuiTextBuffer_c_str(ImGuiTextBuffer* self); +void ImGuiTextBuffer_append(ImGuiTextBuffer* self,const char* str,const char* str_end); +void ImGuiTextBuffer_appendfv(ImGuiTextBuffer* self,const char* fmt,va_list args); +ImGuiStoragePair* ImGuiStoragePair_ImGuiStoragePairInt(ImGuiID _key,int _val_i); +void ImGuiStoragePair_destroy(ImGuiStoragePair* self); +ImGuiStoragePair* ImGuiStoragePair_ImGuiStoragePairFloat(ImGuiID _key,float _val_f); +ImGuiStoragePair* ImGuiStoragePair_ImGuiStoragePairPtr(ImGuiID _key,void* _val_p); +void ImGuiStorage_Clear(ImGuiStorage* self); +int ImGuiStorage_GetInt(ImGuiStorage* self,ImGuiID key,int default_val); +void ImGuiStorage_SetInt(ImGuiStorage* self,ImGuiID key,int val); +_Bool ImGuiStorage_GetBool(ImGuiStorage* self,ImGuiID key, _Bool default_val); +void ImGuiStorage_SetBool(ImGuiStorage* self,ImGuiID key, _Bool val); +float ImGuiStorage_GetFloat(ImGuiStorage* self,ImGuiID key,float default_val); +void ImGuiStorage_SetFloat(ImGuiStorage* self,ImGuiID key,float val); +void* ImGuiStorage_GetVoidPtr(ImGuiStorage* self,ImGuiID key); +void ImGuiStorage_SetVoidPtr(ImGuiStorage* self,ImGuiID key,void* val); +int* ImGuiStorage_GetIntRef(ImGuiStorage* self,ImGuiID key,int default_val); +_Bool * ImGuiStorage_GetBoolRef(ImGuiStorage* self,ImGuiID key, _Bool default_val); +float* ImGuiStorage_GetFloatRef(ImGuiStorage* self,ImGuiID key,float default_val); +void** ImGuiStorage_GetVoidPtrRef(ImGuiStorage* self,ImGuiID key,void* default_val); +void ImGuiStorage_SetAllInt(ImGuiStorage* self,int val); +void ImGuiStorage_BuildSortByKey(ImGuiStorage* self); +ImGuiListClipper* ImGuiListClipper_ImGuiListClipper(int items_count,float items_height); +void ImGuiListClipper_destroy(ImGuiListClipper* self); +_Bool ImGuiListClipper_Step(ImGuiListClipper* self); +void ImGuiListClipper_Begin(ImGuiListClipper* self,int items_count,float items_height); +void ImGuiListClipper_End(ImGuiListClipper* self); +ImColor* ImColor_ImColor(void); +void ImColor_destroy(ImColor* self); +ImColor* ImColor_ImColorInt(int r,int g,int b,int a); +ImColor* ImColor_ImColorU32(ImU32 rgba); +ImColor* ImColor_ImColorFloat(float r,float g,float b,float a); +ImColor* ImColor_ImColorVec4(const ImVec4 col); +void ImColor_SetHSV(ImColor* self,float h,float s,float v,float a); +ImColor ImColor_HSV(ImColor* self,float h,float s,float v,float a); +ImDrawCmd* ImDrawCmd_ImDrawCmd(void); +void ImDrawCmd_destroy(ImDrawCmd* self); +ImDrawListSplitter* ImDrawListSplitter_ImDrawListSplitter(void); +void ImDrawListSplitter_destroy(ImDrawListSplitter* self); +void ImDrawListSplitter_Clear(ImDrawListSplitter* self); +void ImDrawListSplitter_ClearFreeMemory(ImDrawListSplitter* self); +void ImDrawListSplitter_Split(ImDrawListSplitter* self,ImDrawList* draw_list,int count); +void ImDrawListSplitter_Merge(ImDrawListSplitter* self,ImDrawList* draw_list); +void ImDrawListSplitter_SetCurrentChannel(ImDrawListSplitter* self,ImDrawList* draw_list,int channel_idx); +ImDrawList* ImDrawList_ImDrawList(const ImDrawListSharedData* shared_data); +void ImDrawList_destroy(ImDrawList* self); +void ImDrawList_PushClipRect(ImDrawList* self,ImVec2 clip_rect_min,ImVec2 clip_rect_max, _Bool intersect_with_current_clip_rect); +void ImDrawList_PushClipRectFullScreen(ImDrawList* self); +void ImDrawList_PopClipRect(ImDrawList* self); +void ImDrawList_PushTextureID(ImDrawList* self,ImTextureID texture_id); +void ImDrawList_PopTextureID(ImDrawList* self); +ImVec2 ImDrawList_GetClipRectMin(ImDrawList* self); +ImVec2 ImDrawList_GetClipRectMax(ImDrawList* self); +void ImDrawList_AddLine(ImDrawList* self,const ImVec2 a,const ImVec2 b,ImU32 col,float thickness); +void ImDrawList_AddRect(ImDrawList* self,const ImVec2 a,const ImVec2 b,ImU32 col,float rounding,ImDrawCornerFlags rounding_corners,float thickness); +void ImDrawList_AddRectFilled(ImDrawList* self,const ImVec2 a,const ImVec2 b,ImU32 col,float rounding,ImDrawCornerFlags rounding_corners); +void ImDrawList_AddRectFilledMultiColor(ImDrawList* self,const ImVec2 a,const ImVec2 b,ImU32 col_upr_left,ImU32 col_upr_right,ImU32 col_bot_right,ImU32 col_bot_left); +void ImDrawList_AddQuad(ImDrawList* self,const ImVec2 a,const ImVec2 b,const ImVec2 c,const ImVec2 d,ImU32 col,float thickness); +void ImDrawList_AddQuadFilled(ImDrawList* self,const ImVec2 a,const ImVec2 b,const ImVec2 c,const ImVec2 d,ImU32 col); +void ImDrawList_AddTriangle(ImDrawList* self,const ImVec2 a,const ImVec2 b,const ImVec2 c,ImU32 col,float thickness); +void ImDrawList_AddTriangleFilled(ImDrawList* self,const ImVec2 a,const ImVec2 b,const ImVec2 c,ImU32 col); +void ImDrawList_AddCircle(ImDrawList* self,const ImVec2 centre,float radius,ImU32 col,int num_segments,float thickness); +void ImDrawList_AddCircleFilled(ImDrawList* self,const ImVec2 centre,float radius,ImU32 col,int num_segments); +void ImDrawList_AddText(ImDrawList* self,const ImVec2 pos,ImU32 col,const char* text_begin,const char* text_end); +void ImDrawList_AddTextFontPtr(ImDrawList* self,const ImFont* font,float font_size,const ImVec2 pos,ImU32 col,const char* text_begin,const char* text_end,float wrap_width,const ImVec4* cpu_fine_clip_rect); +void ImDrawList_AddImage(ImDrawList* self,ImTextureID user_texture_id,const ImVec2 a,const ImVec2 b,const ImVec2 uv_a,const ImVec2 uv_b,ImU32 col); +void ImDrawList_AddImageQuad(ImDrawList* self,ImTextureID user_texture_id,const ImVec2 a,const ImVec2 b,const ImVec2 c,const ImVec2 d,const ImVec2 uv_a,const ImVec2 uv_b,const ImVec2 uv_c,const ImVec2 uv_d,ImU32 col); +void ImDrawList_AddImageRounded(ImDrawList* self,ImTextureID user_texture_id,const ImVec2 a,const ImVec2 b,const ImVec2 uv_a,const ImVec2 uv_b,ImU32 col,float rounding,ImDrawCornerFlags rounding_corners); +void ImDrawList_AddPolyline(ImDrawList* self,const ImVec2* points,int num_points,ImU32 col, _Bool closed,float thickness); +void ImDrawList_AddConvexPolyFilled(ImDrawList* self,const ImVec2* points,int num_points,ImU32 col); +void ImDrawList_AddBezierCurve(ImDrawList* self,const ImVec2 pos0,const ImVec2 cp0,const ImVec2 cp1,const ImVec2 pos1,ImU32 col,float thickness,int num_segments); +void ImDrawList_PathClear(ImDrawList* self); +void ImDrawList_PathLineTo(ImDrawList* self,const ImVec2 pos); +void ImDrawList_PathLineToMergeDuplicate(ImDrawList* self,const ImVec2 pos); +void ImDrawList_PathFillConvex(ImDrawList* self,ImU32 col); +void ImDrawList_PathStroke(ImDrawList* self,ImU32 col, _Bool closed,float thickness); +void ImDrawList_PathArcTo(ImDrawList* self,const ImVec2 centre,float radius,float a_min,float a_max,int num_segments); +void ImDrawList_PathArcToFast(ImDrawList* self,const ImVec2 centre,float radius,int a_min_of_12,int a_max_of_12); +void ImDrawList_PathBezierCurveTo(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,int num_segments); +void ImDrawList_PathRect(ImDrawList* self,const ImVec2 rect_min,const ImVec2 rect_max,float rounding,ImDrawCornerFlags rounding_corners); +void ImDrawList_AddCallback(ImDrawList* self,ImDrawCallback callback,void* callback_data); +void ImDrawList_AddDrawCmd(ImDrawList* self); +ImDrawList* ImDrawList_CloneOutput(ImDrawList* self); +void ImDrawList_ChannelsSplit(ImDrawList* self,int count); +void ImDrawList_ChannelsMerge(ImDrawList* self); +void ImDrawList_ChannelsSetCurrent(ImDrawList* self,int n); +void ImDrawList_Clear(ImDrawList* self); +void ImDrawList_ClearFreeMemory(ImDrawList* self); +void ImDrawList_PrimReserve(ImDrawList* self,int idx_count,int vtx_count); +void ImDrawList_PrimRect(ImDrawList* self,const ImVec2 a,const ImVec2 b,ImU32 col); +void ImDrawList_PrimRectUV(ImDrawList* self,const ImVec2 a,const ImVec2 b,const ImVec2 uv_a,const ImVec2 uv_b,ImU32 col); +void ImDrawList_PrimQuadUV(ImDrawList* self,const ImVec2 a,const ImVec2 b,const ImVec2 c,const ImVec2 d,const ImVec2 uv_a,const ImVec2 uv_b,const ImVec2 uv_c,const ImVec2 uv_d,ImU32 col); +void ImDrawList_PrimWriteVtx(ImDrawList* self,const ImVec2 pos,const ImVec2 uv,ImU32 col); +void ImDrawList_PrimWriteIdx(ImDrawList* self,ImDrawIdx idx); +void ImDrawList_PrimVtx(ImDrawList* self,const ImVec2 pos,const ImVec2 uv,ImU32 col); +void ImDrawList_UpdateClipRect(ImDrawList* self); +void ImDrawList_UpdateTextureID(ImDrawList* self); +ImDrawData* ImDrawData_ImDrawData(void); +void ImDrawData_destroy(ImDrawData* self); +void ImDrawData_Clear(ImDrawData* self); +void ImDrawData_DeIndexAllBuffers(ImDrawData* self); +void ImDrawData_ScaleClipRects(ImDrawData* self,const ImVec2 fb_scale); +ImFontConfig* ImFontConfig_ImFontConfig(void); +void ImFontConfig_destroy(ImFontConfig* self); +ImFontGlyphRangesBuilder* ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder(void); +void ImFontGlyphRangesBuilder_destroy(ImFontGlyphRangesBuilder* self); +void ImFontGlyphRangesBuilder_Clear(ImFontGlyphRangesBuilder* self); +_Bool ImFontGlyphRangesBuilder_GetBit(ImFontGlyphRangesBuilder* self,int n); +void ImFontGlyphRangesBuilder_SetBit(ImFontGlyphRangesBuilder* self,int n); +void ImFontGlyphRangesBuilder_AddChar(ImFontGlyphRangesBuilder* self,ImWchar c); +void ImFontGlyphRangesBuilder_AddText(ImFontGlyphRangesBuilder* self,const char* text,const char* text_end); +void ImFontGlyphRangesBuilder_AddRanges(ImFontGlyphRangesBuilder* self,const ImWchar* ranges); +void ImFontGlyphRangesBuilder_BuildRanges(ImFontGlyphRangesBuilder* self,ImVector_ImWchar* out_ranges); +ImFontAtlasCustomRect* ImFontAtlasCustomRect_ImFontAtlasCustomRect(void); +void ImFontAtlasCustomRect_destroy(ImFontAtlasCustomRect* self); +_Bool ImFontAtlasCustomRect_IsPacked(ImFontAtlasCustomRect* self); +ImFontAtlas* ImFontAtlas_ImFontAtlas(void); +void ImFontAtlas_destroy(ImFontAtlas* self); +ImFont* ImFontAtlas_AddFont(ImFontAtlas* self,const ImFontConfig* font_cfg); +ImFont* ImFontAtlas_AddFontDefault(ImFontAtlas* self,const ImFontConfig* font_cfg); +ImFont* ImFontAtlas_AddFontFromFileTTF(ImFontAtlas* self,const char* filename,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges); +ImFont* ImFontAtlas_AddFontFromMemoryTTF(ImFontAtlas* self,void* font_data,int font_size,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges); +ImFont* ImFontAtlas_AddFontFromMemoryCompressedTTF(ImFontAtlas* self,const void* compressed_font_data,int compressed_font_size,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges); +ImFont* ImFontAtlas_AddFontFromMemoryCompressedBase85TTF(ImFontAtlas* self,const char* compressed_font_data_base85,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges); +void ImFontAtlas_ClearInputData(ImFontAtlas* self); +void ImFontAtlas_ClearTexData(ImFontAtlas* self); +void ImFontAtlas_ClearFonts(ImFontAtlas* self); +void ImFontAtlas_Clear(ImFontAtlas* self); +_Bool ImFontAtlas_Build(ImFontAtlas* self); +void ImFontAtlas_GetTexDataAsAlpha8(ImFontAtlas* self,unsigned char** out_pixels,int* out_width,int* out_height,int* out_bytes_per_pixel); +void ImFontAtlas_GetTexDataAsRGBA32(ImFontAtlas* self,unsigned char** out_pixels,int* out_width,int* out_height,int* out_bytes_per_pixel); +_Bool ImFontAtlas_IsBuilt(ImFontAtlas* self); +void ImFontAtlas_SetTexID(ImFontAtlas* self,ImTextureID id); +const ImWchar* ImFontAtlas_GetGlyphRangesDefault(ImFontAtlas* self); +const ImWchar* ImFontAtlas_GetGlyphRangesKorean(ImFontAtlas* self); +const ImWchar* ImFontAtlas_GetGlyphRangesJapanese(ImFontAtlas* self); +const ImWchar* ImFontAtlas_GetGlyphRangesChineseFull(ImFontAtlas* self); +const ImWchar* ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon(ImFontAtlas* self); +const ImWchar* ImFontAtlas_GetGlyphRangesCyrillic(ImFontAtlas* self); +const ImWchar* ImFontAtlas_GetGlyphRangesThai(ImFontAtlas* self); +const ImWchar* ImFontAtlas_GetGlyphRangesVietnamese(ImFontAtlas* self); +int ImFontAtlas_AddCustomRectRegular(ImFontAtlas* self,unsigned int id,int width,int height); +int ImFontAtlas_AddCustomRectFontGlyph(ImFontAtlas* self,ImFont* font,ImWchar id,int width,int height,float advance_x,const ImVec2 offset); +const ImFontAtlasCustomRect* ImFontAtlas_GetCustomRectByIndex(ImFontAtlas* self,int index); +void ImFontAtlas_CalcCustomRectUV(ImFontAtlas* self,const ImFontAtlasCustomRect* rect,ImVec2* out_uv_min,ImVec2* out_uv_max); +_Bool ImFontAtlas_GetMouseCursorTexData(ImFontAtlas* self,ImGuiMouseCursor cursor,ImVec2* out_offset,ImVec2* out_size,ImVec2 out_uv_border[2],ImVec2 out_uv_fill[2]); +ImFont* ImFont_ImFont(void); +void ImFont_destroy(ImFont* self); +const ImFontGlyph* ImFont_FindGlyph(ImFont* self,ImWchar c); +const ImFontGlyph* ImFont_FindGlyphNoFallback(ImFont* self,ImWchar c); +float ImFont_GetCharAdvance(ImFont* self,ImWchar c); +_Bool ImFont_IsLoaded(ImFont* self); +const char* ImFont_GetDebugName(ImFont* self); +ImVec2 ImFont_CalcTextSizeA(ImFont* self,float size,float max_width,float wrap_width,const char* text_begin,const char* text_end,const char** remaining); +const char* ImFont_CalcWordWrapPositionA(ImFont* self,float scale,const char* text,const char* text_end,float wrap_width); +void ImFont_RenderChar(ImFont* self,ImDrawList* draw_list,float size,ImVec2 pos,ImU32 col,ImWchar c); +void ImFont_RenderText(ImFont* self,ImDrawList* draw_list,float size,ImVec2 pos,ImU32 col,const ImVec4 clip_rect,const char* text_begin,const char* text_end,float wrap_width, _Bool cpu_fine_clip); +void ImFont_BuildLookupTable(ImFont* self); +void ImFont_ClearOutputData(ImFont* self); +void ImFont_GrowIndex(ImFont* self,int new_size); +void ImFont_AddGlyph(ImFont* self,ImWchar c,float x0,float y0,float x1,float y1,float u0,float v0,float u1,float v1,float advance_x); +void ImFont_AddRemapChar(ImFont* self,ImWchar dst,ImWchar src, _Bool overwrite_dst); +void ImFont_SetFallbackChar(ImFont* self,ImWchar c); +void igGetWindowPos_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetWindowPos_nonUDT2(void); +void igGetWindowSize_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetWindowSize_nonUDT2(void); +void igGetContentRegionMax_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetContentRegionMax_nonUDT2(void); +void igGetContentRegionAvail_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetContentRegionAvail_nonUDT2(void); +void igGetWindowContentRegionMin_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetWindowContentRegionMin_nonUDT2(void); +void igGetWindowContentRegionMax_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetWindowContentRegionMax_nonUDT2(void); +void igGetFontTexUvWhitePixel_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetFontTexUvWhitePixel_nonUDT2(void); +void igGetCursorPos_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetCursorPos_nonUDT2(void); +void igGetCursorStartPos_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetCursorStartPos_nonUDT2(void); +void igGetCursorScreenPos_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetCursorScreenPos_nonUDT2(void); +void igGetItemRectMin_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetItemRectMin_nonUDT2(void); +void igGetItemRectMax_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetItemRectMax_nonUDT2(void); +void igGetItemRectSize_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetItemRectSize_nonUDT2(void); +void igCalcTextSize_nonUDT(ImVec2 *pOut,const char* text,const char* text_end, _Bool hide_text_after_double_hash,float wrap_width); +ImVec2_Simple igCalcTextSize_nonUDT2(const char* text,const char* text_end, _Bool hide_text_after_double_hash,float wrap_width); +void igColorConvertU32ToFloat4_nonUDT(ImVec4 *pOut,ImU32 in); +ImVec4_Simple igColorConvertU32ToFloat4_nonUDT2(ImU32 in); +void igGetMousePos_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetMousePos_nonUDT2(void); +void igGetMousePosOnOpeningCurrentPopup_nonUDT(ImVec2 *pOut); +ImVec2_Simple igGetMousePosOnOpeningCurrentPopup_nonUDT2(void); +void igGetMouseDragDelta_nonUDT(ImVec2 *pOut,int button,float lock_threshold); +ImVec2_Simple igGetMouseDragDelta_nonUDT2(int button,float lock_threshold); +void ImColor_HSV_nonUDT(ImColor *pOut,ImColor* self,float h,float s,float v,float a); +ImColor_Simple ImColor_HSV_nonUDT2(ImColor* self,float h,float s,float v,float a); +void ImDrawList_GetClipRectMin_nonUDT(ImVec2 *pOut,ImDrawList* self); +ImVec2_Simple ImDrawList_GetClipRectMin_nonUDT2(ImDrawList* self); +void ImDrawList_GetClipRectMax_nonUDT(ImVec2 *pOut,ImDrawList* self); +ImVec2_Simple ImDrawList_GetClipRectMax_nonUDT2(ImDrawList* self); +void ImFont_CalcTextSizeA_nonUDT(ImVec2 *pOut,ImFont* self,float size,float max_width,float wrap_width,const char* text_begin,const char* text_end,const char** remaining); +ImVec2_Simple ImFont_CalcTextSizeA_nonUDT2(ImFont* self,float size,float max_width,float wrap_width,const char* text_begin,const char* text_end,const char** remaining); +ImVector_float* ImVector_float_ImVector_float(void); +void ImVector_float_destroy(ImVector_float* self); +ImVector_ImWchar* ImVector_ImWchar_ImVector_ImWchar(void); +void ImVector_ImWchar_destroy(ImVector_ImWchar* self); +ImVector_ImDrawVert* ImVector_ImDrawVert_ImVector_ImDrawVert(void); +void ImVector_ImDrawVert_destroy(ImVector_ImDrawVert* self); +ImVector_ImFontGlyph* ImVector_ImFontGlyph_ImVector_ImFontGlyph(void); +void ImVector_ImFontGlyph_destroy(ImVector_ImFontGlyph* self); +ImVector_ImGuiTextRange* ImVector_ImGuiTextRange_ImVector_ImGuiTextRange(void); +void ImVector_ImGuiTextRange_destroy(ImVector_ImGuiTextRange* self); +ImVector_ImGuiStoragePair* ImVector_ImGuiStoragePair_ImVector_ImGuiStoragePair(void); +void ImVector_ImGuiStoragePair_destroy(ImVector_ImGuiStoragePair* self); +ImVector_ImDrawChannel* ImVector_ImDrawChannel_ImVector_ImDrawChannel(void); +void ImVector_ImDrawChannel_destroy(ImVector_ImDrawChannel* self); +ImVector_char* ImVector_char_ImVector_char(void); +void ImVector_char_destroy(ImVector_char* self); +ImVector_ImU32* ImVector_ImU32_ImVector_ImU32(void); +void ImVector_ImU32_destroy(ImVector_ImU32* self); +ImVector_ImFontAtlasCustomRect* ImVector_ImFontAtlasCustomRect_ImVector_ImFontAtlasCustomRect(void); +void ImVector_ImFontAtlasCustomRect_destroy(ImVector_ImFontAtlasCustomRect* self); +ImVector_ImTextureID* ImVector_ImTextureID_ImVector_ImTextureID(void); +void ImVector_ImTextureID_destroy(ImVector_ImTextureID* self); +ImVector_ImFontConfig* ImVector_ImFontConfig_ImVector_ImFontConfig(void); +void ImVector_ImFontConfig_destroy(ImVector_ImFontConfig* self); +ImVector_ImFontPtr* ImVector_ImFontPtr_ImVector_ImFontPtr(void); +void ImVector_ImFontPtr_destroy(ImVector_ImFontPtr* self); +ImVector_ImDrawCmd* ImVector_ImDrawCmd_ImVector_ImDrawCmd(void); +void ImVector_ImDrawCmd_destroy(ImVector_ImDrawCmd* self); +ImVector_ImVec4* ImVector_ImVec4_ImVector_ImVec4(void); +void ImVector_ImVec4_destroy(ImVector_ImVec4* self); +ImVector_ImDrawIdx* ImVector_ImDrawIdx_ImVector_ImDrawIdx(void); +void ImVector_ImDrawIdx_destroy(ImVector_ImDrawIdx* self); +ImVector_ImVec2* ImVector_ImVec2_ImVector_ImVec2(void); +void ImVector_ImVec2_destroy(ImVector_ImVec2* self); +ImVector_float* ImVector_float_ImVector_floatVector(const ImVector_float src); +ImVector_ImWchar* ImVector_ImWchar_ImVector_ImWcharVector(const ImVector_ImWchar src); +ImVector_ImDrawVert* ImVector_ImDrawVert_ImVector_ImDrawVertVector(const ImVector_ImDrawVert src); +ImVector_ImFontGlyph* ImVector_ImFontGlyph_ImVector_ImFontGlyphVector(const ImVector_ImFontGlyph src); +ImVector_ImGuiTextRange* ImVector_ImGuiTextRange_ImVector_ImGuiTextRangeVector(const ImVector_ImGuiTextRange src); +ImVector_ImGuiStoragePair* ImVector_ImGuiStoragePair_ImVector_ImGuiStoragePairVector(const ImVector_ImGuiStoragePair src); +ImVector_ImDrawChannel* ImVector_ImDrawChannel_ImVector_ImDrawChannelVector(const ImVector_ImDrawChannel src); +ImVector_char* ImVector_char_ImVector_charVector(const ImVector_char src); +ImVector_ImU32* ImVector_ImU32_ImVector_ImU32Vector(const ImVector_ImU32 src); +ImVector_ImFontAtlasCustomRect* ImVector_ImFontAtlasCustomRect_ImVector_ImFontAtlasCustomRectVector(const ImVector_ImFontAtlasCustomRect src); +ImVector_ImTextureID* ImVector_ImTextureID_ImVector_ImTextureIDVector(const ImVector_ImTextureID src); +ImVector_ImFontConfig* ImVector_ImFontConfig_ImVector_ImFontConfigVector(const ImVector_ImFontConfig src); +ImVector_ImFontPtr* ImVector_ImFontPtr_ImVector_ImFontPtrVector(const ImVector_ImFontPtr src); +ImVector_ImDrawCmd* ImVector_ImDrawCmd_ImVector_ImDrawCmdVector(const ImVector_ImDrawCmd src); +ImVector_ImVec4* ImVector_ImVec4_ImVector_ImVec4Vector(const ImVector_ImVec4 src); +ImVector_ImDrawIdx* ImVector_ImDrawIdx_ImVector_ImDrawIdxVector(const ImVector_ImDrawIdx src); +ImVector_ImVec2* ImVector_ImVec2_ImVector_ImVec2Vector(const ImVector_ImVec2 src); +_Bool ImVector_float_empty(const ImVector_float* self); +_Bool ImVector_ImWchar_empty(const ImVector_ImWchar* self); +_Bool ImVector_ImDrawVert_empty(const ImVector_ImDrawVert* self); +_Bool ImVector_ImFontGlyph_empty(const ImVector_ImFontGlyph* self); +_Bool ImVector_ImGuiTextRange_empty(const ImVector_ImGuiTextRange* self); +_Bool ImVector_ImGuiStoragePair_empty(const ImVector_ImGuiStoragePair* self); +_Bool ImVector_ImDrawChannel_empty(const ImVector_ImDrawChannel* self); +_Bool ImVector_char_empty(const ImVector_char* self); +_Bool ImVector_ImU32_empty(const ImVector_ImU32* self); +_Bool ImVector_ImFontAtlasCustomRect_empty(const ImVector_ImFontAtlasCustomRect* self); +_Bool ImVector_ImTextureID_empty(const ImVector_ImTextureID* self); +_Bool ImVector_ImFontConfig_empty(const ImVector_ImFontConfig* self); +_Bool ImVector_ImFontPtr_empty(const ImVector_ImFontPtr* self); +_Bool ImVector_ImDrawCmd_empty(const ImVector_ImDrawCmd* self); +_Bool ImVector_ImVec4_empty(const ImVector_ImVec4* self); +_Bool ImVector_ImDrawIdx_empty(const ImVector_ImDrawIdx* self); +_Bool ImVector_ImVec2_empty(const ImVector_ImVec2* self); +int ImVector_float_size(const ImVector_float* self); +int ImVector_ImWchar_size(const ImVector_ImWchar* self); +int ImVector_ImDrawVert_size(const ImVector_ImDrawVert* self); +int ImVector_ImFontGlyph_size(const ImVector_ImFontGlyph* self); +int ImVector_ImGuiTextRange_size(const ImVector_ImGuiTextRange* self); +int ImVector_ImGuiStoragePair_size(const ImVector_ImGuiStoragePair* self); +int ImVector_ImDrawChannel_size(const ImVector_ImDrawChannel* self); +int ImVector_char_size(const ImVector_char* self); +int ImVector_ImU32_size(const ImVector_ImU32* self); +int ImVector_ImFontAtlasCustomRect_size(const ImVector_ImFontAtlasCustomRect* self); +int ImVector_ImTextureID_size(const ImVector_ImTextureID* self); +int ImVector_ImFontConfig_size(const ImVector_ImFontConfig* self); +int ImVector_ImFontPtr_size(const ImVector_ImFontPtr* self); +int ImVector_ImDrawCmd_size(const ImVector_ImDrawCmd* self); +int ImVector_ImVec4_size(const ImVector_ImVec4* self); +int ImVector_ImDrawIdx_size(const ImVector_ImDrawIdx* self); +int ImVector_ImVec2_size(const ImVector_ImVec2* self); +int ImVector_float_size_in_bytes(const ImVector_float* self); +int ImVector_ImWchar_size_in_bytes(const ImVector_ImWchar* self); +int ImVector_ImDrawVert_size_in_bytes(const ImVector_ImDrawVert* self); +int ImVector_ImFontGlyph_size_in_bytes(const ImVector_ImFontGlyph* self); +int ImVector_ImGuiTextRange_size_in_bytes(const ImVector_ImGuiTextRange* self); +int ImVector_ImGuiStoragePair_size_in_bytes(const ImVector_ImGuiStoragePair* self); +int ImVector_ImDrawChannel_size_in_bytes(const ImVector_ImDrawChannel* self); +int ImVector_char_size_in_bytes(const ImVector_char* self); +int ImVector_ImU32_size_in_bytes(const ImVector_ImU32* self); +int ImVector_ImFontAtlasCustomRect_size_in_bytes(const ImVector_ImFontAtlasCustomRect* self); +int ImVector_ImTextureID_size_in_bytes(const ImVector_ImTextureID* self); +int ImVector_ImFontConfig_size_in_bytes(const ImVector_ImFontConfig* self); +int ImVector_ImFontPtr_size_in_bytes(const ImVector_ImFontPtr* self); +int ImVector_ImDrawCmd_size_in_bytes(const ImVector_ImDrawCmd* self); +int ImVector_ImVec4_size_in_bytes(const ImVector_ImVec4* self); +int ImVector_ImDrawIdx_size_in_bytes(const ImVector_ImDrawIdx* self); +int ImVector_ImVec2_size_in_bytes(const ImVector_ImVec2* self); +int ImVector_float_capacity(const ImVector_float* self); +int ImVector_ImWchar_capacity(const ImVector_ImWchar* self); +int ImVector_ImDrawVert_capacity(const ImVector_ImDrawVert* self); +int ImVector_ImFontGlyph_capacity(const ImVector_ImFontGlyph* self); +int ImVector_ImGuiTextRange_capacity(const ImVector_ImGuiTextRange* self); +int ImVector_ImGuiStoragePair_capacity(const ImVector_ImGuiStoragePair* self); +int ImVector_ImDrawChannel_capacity(const ImVector_ImDrawChannel* self); +int ImVector_char_capacity(const ImVector_char* self); +int ImVector_ImU32_capacity(const ImVector_ImU32* self); +int ImVector_ImFontAtlasCustomRect_capacity(const ImVector_ImFontAtlasCustomRect* self); +int ImVector_ImTextureID_capacity(const ImVector_ImTextureID* self); +int ImVector_ImFontConfig_capacity(const ImVector_ImFontConfig* self); +int ImVector_ImFontPtr_capacity(const ImVector_ImFontPtr* self); +int ImVector_ImDrawCmd_capacity(const ImVector_ImDrawCmd* self); +int ImVector_ImVec4_capacity(const ImVector_ImVec4* self); +int ImVector_ImDrawIdx_capacity(const ImVector_ImDrawIdx* self); +int ImVector_ImVec2_capacity(const ImVector_ImVec2* self); +void ImVector_float_clear(ImVector_float* self); +void ImVector_ImWchar_clear(ImVector_ImWchar* self); +void ImVector_ImDrawVert_clear(ImVector_ImDrawVert* self); +void ImVector_ImFontGlyph_clear(ImVector_ImFontGlyph* self); +void ImVector_ImGuiTextRange_clear(ImVector_ImGuiTextRange* self); +void ImVector_ImGuiStoragePair_clear(ImVector_ImGuiStoragePair* self); +void ImVector_ImDrawChannel_clear(ImVector_ImDrawChannel* self); +void ImVector_char_clear(ImVector_char* self); +void ImVector_ImU32_clear(ImVector_ImU32* self); +void ImVector_ImFontAtlasCustomRect_clear(ImVector_ImFontAtlasCustomRect* self); +void ImVector_ImTextureID_clear(ImVector_ImTextureID* self); +void ImVector_ImFontConfig_clear(ImVector_ImFontConfig* self); +void ImVector_ImFontPtr_clear(ImVector_ImFontPtr* self); +void ImVector_ImDrawCmd_clear(ImVector_ImDrawCmd* self); +void ImVector_ImVec4_clear(ImVector_ImVec4* self); +void ImVector_ImDrawIdx_clear(ImVector_ImDrawIdx* self); +void ImVector_ImVec2_clear(ImVector_ImVec2* self); +float* ImVector_float_begin(ImVector_float* self); +ImWchar* ImVector_ImWchar_begin(ImVector_ImWchar* self); +ImDrawVert* ImVector_ImDrawVert_begin(ImVector_ImDrawVert* self); +ImFontGlyph* ImVector_ImFontGlyph_begin(ImVector_ImFontGlyph* self); +ImGuiTextRange* ImVector_ImGuiTextRange_begin(ImVector_ImGuiTextRange* self); +ImGuiStoragePair* ImVector_ImGuiStoragePair_begin(ImVector_ImGuiStoragePair* self); +ImDrawChannel* ImVector_ImDrawChannel_begin(ImVector_ImDrawChannel* self); +char* ImVector_char_begin(ImVector_char* self); +ImU32* ImVector_ImU32_begin(ImVector_ImU32* self); +ImFontAtlasCustomRect* ImVector_ImFontAtlasCustomRect_begin(ImVector_ImFontAtlasCustomRect* self); +ImTextureID* ImVector_ImTextureID_begin(ImVector_ImTextureID* self); +ImFontConfig* ImVector_ImFontConfig_begin(ImVector_ImFontConfig* self); +ImFont** ImVector_ImFontPtr_begin(ImVector_ImFontPtr* self); +ImDrawCmd* ImVector_ImDrawCmd_begin(ImVector_ImDrawCmd* self); +ImVec4* ImVector_ImVec4_begin(ImVector_ImVec4* self); +ImDrawIdx* ImVector_ImDrawIdx_begin(ImVector_ImDrawIdx* self); +ImVec2* ImVector_ImVec2_begin(ImVector_ImVec2* self); +float const * ImVector_float_begin_const(const ImVector_float* self); +ImWchar const * ImVector_ImWchar_begin_const(const ImVector_ImWchar* self); +ImDrawVert const * ImVector_ImDrawVert_begin_const(const ImVector_ImDrawVert* self); +ImFontGlyph const * ImVector_ImFontGlyph_begin_const(const ImVector_ImFontGlyph* self); +ImGuiTextRange const * ImVector_ImGuiTextRange_begin_const(const ImVector_ImGuiTextRange* self); +ImGuiStoragePair const * ImVector_ImGuiStoragePair_begin_const(const ImVector_ImGuiStoragePair* self); +ImDrawChannel const * ImVector_ImDrawChannel_begin_const(const ImVector_ImDrawChannel* self); +char const * ImVector_char_begin_const(const ImVector_char* self); +ImU32 const * ImVector_ImU32_begin_const(const ImVector_ImU32* self); +ImFontAtlasCustomRect const * ImVector_ImFontAtlasCustomRect_begin_const(const ImVector_ImFontAtlasCustomRect* self); +ImTextureID const * ImVector_ImTextureID_begin_const(const ImVector_ImTextureID* self); +ImFontConfig const * ImVector_ImFontConfig_begin_const(const ImVector_ImFontConfig* self); +ImFont* const * ImVector_ImFontPtr_begin_const(const ImVector_ImFontPtr* self); +ImDrawCmd const * ImVector_ImDrawCmd_begin_const(const ImVector_ImDrawCmd* self); +ImVec4 const * ImVector_ImVec4_begin_const(const ImVector_ImVec4* self); +ImDrawIdx const * ImVector_ImDrawIdx_begin_const(const ImVector_ImDrawIdx* self); +ImVec2 const * ImVector_ImVec2_begin_const(const ImVector_ImVec2* self); +float* ImVector_float_end(ImVector_float* self); +ImWchar* ImVector_ImWchar_end(ImVector_ImWchar* self); +ImDrawVert* ImVector_ImDrawVert_end(ImVector_ImDrawVert* self); +ImFontGlyph* ImVector_ImFontGlyph_end(ImVector_ImFontGlyph* self); +ImGuiTextRange* ImVector_ImGuiTextRange_end(ImVector_ImGuiTextRange* self); +ImGuiStoragePair* ImVector_ImGuiStoragePair_end(ImVector_ImGuiStoragePair* self); +ImDrawChannel* ImVector_ImDrawChannel_end(ImVector_ImDrawChannel* self); +char* ImVector_char_end(ImVector_char* self); +ImU32* ImVector_ImU32_end(ImVector_ImU32* self); +ImFontAtlasCustomRect* ImVector_ImFontAtlasCustomRect_end(ImVector_ImFontAtlasCustomRect* self); +ImTextureID* ImVector_ImTextureID_end(ImVector_ImTextureID* self); +ImFontConfig* ImVector_ImFontConfig_end(ImVector_ImFontConfig* self); +ImFont** ImVector_ImFontPtr_end(ImVector_ImFontPtr* self); +ImDrawCmd* ImVector_ImDrawCmd_end(ImVector_ImDrawCmd* self); +ImVec4* ImVector_ImVec4_end(ImVector_ImVec4* self); +ImDrawIdx* ImVector_ImDrawIdx_end(ImVector_ImDrawIdx* self); +ImVec2* ImVector_ImVec2_end(ImVector_ImVec2* self); +float const * ImVector_float_end_const(const ImVector_float* self); +ImWchar const * ImVector_ImWchar_end_const(const ImVector_ImWchar* self); +ImDrawVert const * ImVector_ImDrawVert_end_const(const ImVector_ImDrawVert* self); +ImFontGlyph const * ImVector_ImFontGlyph_end_const(const ImVector_ImFontGlyph* self); +ImGuiTextRange const * ImVector_ImGuiTextRange_end_const(const ImVector_ImGuiTextRange* self); +ImGuiStoragePair const * ImVector_ImGuiStoragePair_end_const(const ImVector_ImGuiStoragePair* self); +ImDrawChannel const * ImVector_ImDrawChannel_end_const(const ImVector_ImDrawChannel* self); +char const * ImVector_char_end_const(const ImVector_char* self); +ImU32 const * ImVector_ImU32_end_const(const ImVector_ImU32* self); +ImFontAtlasCustomRect const * ImVector_ImFontAtlasCustomRect_end_const(const ImVector_ImFontAtlasCustomRect* self); +ImTextureID const * ImVector_ImTextureID_end_const(const ImVector_ImTextureID* self); +ImFontConfig const * ImVector_ImFontConfig_end_const(const ImVector_ImFontConfig* self); +ImFont* const * ImVector_ImFontPtr_end_const(const ImVector_ImFontPtr* self); +ImDrawCmd const * ImVector_ImDrawCmd_end_const(const ImVector_ImDrawCmd* self); +ImVec4 const * ImVector_ImVec4_end_const(const ImVector_ImVec4* self); +ImDrawIdx const * ImVector_ImDrawIdx_end_const(const ImVector_ImDrawIdx* self); +ImVec2 const * ImVector_ImVec2_end_const(const ImVector_ImVec2* self); +float* ImVector_float_front(ImVector_float* self); +ImWchar* ImVector_ImWchar_front(ImVector_ImWchar* self); +ImDrawVert* ImVector_ImDrawVert_front(ImVector_ImDrawVert* self); +ImFontGlyph* ImVector_ImFontGlyph_front(ImVector_ImFontGlyph* self); +ImGuiTextRange* ImVector_ImGuiTextRange_front(ImVector_ImGuiTextRange* self); +ImGuiStoragePair* ImVector_ImGuiStoragePair_front(ImVector_ImGuiStoragePair* self); +ImDrawChannel* ImVector_ImDrawChannel_front(ImVector_ImDrawChannel* self); +char* ImVector_char_front(ImVector_char* self); +ImU32* ImVector_ImU32_front(ImVector_ImU32* self); +ImFontAtlasCustomRect* ImVector_ImFontAtlasCustomRect_front(ImVector_ImFontAtlasCustomRect* self); +ImTextureID* ImVector_ImTextureID_front(ImVector_ImTextureID* self); +ImFontConfig* ImVector_ImFontConfig_front(ImVector_ImFontConfig* self); +ImFont** ImVector_ImFontPtr_front(ImVector_ImFontPtr* self); +ImDrawCmd* ImVector_ImDrawCmd_front(ImVector_ImDrawCmd* self); +ImVec4* ImVector_ImVec4_front(ImVector_ImVec4* self); +ImDrawIdx* ImVector_ImDrawIdx_front(ImVector_ImDrawIdx* self); +ImVec2* ImVector_ImVec2_front(ImVector_ImVec2* self); +float const * ImVector_float_front_const(const ImVector_float* self); +ImWchar const * ImVector_ImWchar_front_const(const ImVector_ImWchar* self); +ImDrawVert const * ImVector_ImDrawVert_front_const(const ImVector_ImDrawVert* self); +ImFontGlyph const * ImVector_ImFontGlyph_front_const(const ImVector_ImFontGlyph* self); +ImGuiTextRange const * ImVector_ImGuiTextRange_front_const(const ImVector_ImGuiTextRange* self); +ImGuiStoragePair const * ImVector_ImGuiStoragePair_front_const(const ImVector_ImGuiStoragePair* self); +ImDrawChannel const * ImVector_ImDrawChannel_front_const(const ImVector_ImDrawChannel* self); +char const * ImVector_char_front_const(const ImVector_char* self); +ImU32 const * ImVector_ImU32_front_const(const ImVector_ImU32* self); +ImFontAtlasCustomRect const * ImVector_ImFontAtlasCustomRect_front_const(const ImVector_ImFontAtlasCustomRect* self); +ImTextureID const * ImVector_ImTextureID_front_const(const ImVector_ImTextureID* self); +ImFontConfig const * ImVector_ImFontConfig_front_const(const ImVector_ImFontConfig* self); +ImFont* const * ImVector_ImFontPtr_front_const(const ImVector_ImFontPtr* self); +ImDrawCmd const * ImVector_ImDrawCmd_front_const(const ImVector_ImDrawCmd* self); +ImVec4 const * ImVector_ImVec4_front_const(const ImVector_ImVec4* self); +ImDrawIdx const * ImVector_ImDrawIdx_front_const(const ImVector_ImDrawIdx* self); +ImVec2 const * ImVector_ImVec2_front_const(const ImVector_ImVec2* self); +float* ImVector_float_back(ImVector_float* self); +ImWchar* ImVector_ImWchar_back(ImVector_ImWchar* self); +ImDrawVert* ImVector_ImDrawVert_back(ImVector_ImDrawVert* self); +ImFontGlyph* ImVector_ImFontGlyph_back(ImVector_ImFontGlyph* self); +ImGuiTextRange* ImVector_ImGuiTextRange_back(ImVector_ImGuiTextRange* self); +ImGuiStoragePair* ImVector_ImGuiStoragePair_back(ImVector_ImGuiStoragePair* self); +ImDrawChannel* ImVector_ImDrawChannel_back(ImVector_ImDrawChannel* self); +char* ImVector_char_back(ImVector_char* self); +ImU32* ImVector_ImU32_back(ImVector_ImU32* self); +ImFontAtlasCustomRect* ImVector_ImFontAtlasCustomRect_back(ImVector_ImFontAtlasCustomRect* self); +ImTextureID* ImVector_ImTextureID_back(ImVector_ImTextureID* self); +ImFontConfig* ImVector_ImFontConfig_back(ImVector_ImFontConfig* self); +ImFont** ImVector_ImFontPtr_back(ImVector_ImFontPtr* self); +ImDrawCmd* ImVector_ImDrawCmd_back(ImVector_ImDrawCmd* self); +ImVec4* ImVector_ImVec4_back(ImVector_ImVec4* self); +ImDrawIdx* ImVector_ImDrawIdx_back(ImVector_ImDrawIdx* self); +ImVec2* ImVector_ImVec2_back(ImVector_ImVec2* self); +float const * ImVector_float_back_const(const ImVector_float* self); +ImWchar const * ImVector_ImWchar_back_const(const ImVector_ImWchar* self); +ImDrawVert const * ImVector_ImDrawVert_back_const(const ImVector_ImDrawVert* self); +ImFontGlyph const * ImVector_ImFontGlyph_back_const(const ImVector_ImFontGlyph* self); +ImGuiTextRange const * ImVector_ImGuiTextRange_back_const(const ImVector_ImGuiTextRange* self); +ImGuiStoragePair const * ImVector_ImGuiStoragePair_back_const(const ImVector_ImGuiStoragePair* self); +ImDrawChannel const * ImVector_ImDrawChannel_back_const(const ImVector_ImDrawChannel* self); +char const * ImVector_char_back_const(const ImVector_char* self); +ImU32 const * ImVector_ImU32_back_const(const ImVector_ImU32* self); +ImFontAtlasCustomRect const * ImVector_ImFontAtlasCustomRect_back_const(const ImVector_ImFontAtlasCustomRect* self); +ImTextureID const * ImVector_ImTextureID_back_const(const ImVector_ImTextureID* self); +ImFontConfig const * ImVector_ImFontConfig_back_const(const ImVector_ImFontConfig* self); +ImFont* const * ImVector_ImFontPtr_back_const(const ImVector_ImFontPtr* self); +ImDrawCmd const * ImVector_ImDrawCmd_back_const(const ImVector_ImDrawCmd* self); +ImVec4 const * ImVector_ImVec4_back_const(const ImVector_ImVec4* self); +ImDrawIdx const * ImVector_ImDrawIdx_back_const(const ImVector_ImDrawIdx* self); +ImVec2 const * ImVector_ImVec2_back_const(const ImVector_ImVec2* self); +void ImVector_float_swap(ImVector_float* self,ImVector_float rhs); +void ImVector_ImWchar_swap(ImVector_ImWchar* self,ImVector_ImWchar rhs); +void ImVector_ImDrawVert_swap(ImVector_ImDrawVert* self,ImVector_ImDrawVert rhs); +void ImVector_ImFontGlyph_swap(ImVector_ImFontGlyph* self,ImVector_ImFontGlyph rhs); +void ImVector_ImGuiTextRange_swap(ImVector_ImGuiTextRange* self,ImVector_ImGuiTextRange rhs); +void ImVector_ImGuiStoragePair_swap(ImVector_ImGuiStoragePair* self,ImVector_ImGuiStoragePair rhs); +void ImVector_ImDrawChannel_swap(ImVector_ImDrawChannel* self,ImVector_ImDrawChannel rhs); +void ImVector_char_swap(ImVector_char* self,ImVector_char rhs); +void ImVector_ImU32_swap(ImVector_ImU32* self,ImVector_ImU32 rhs); +void ImVector_ImFontAtlasCustomRect_swap(ImVector_ImFontAtlasCustomRect* self,ImVector_ImFontAtlasCustomRect rhs); +void ImVector_ImTextureID_swap(ImVector_ImTextureID* self,ImVector_ImTextureID rhs); +void ImVector_ImFontConfig_swap(ImVector_ImFontConfig* self,ImVector_ImFontConfig rhs); +void ImVector_ImFontPtr_swap(ImVector_ImFontPtr* self,ImVector_ImFontPtr rhs); +void ImVector_ImDrawCmd_swap(ImVector_ImDrawCmd* self,ImVector_ImDrawCmd rhs); +void ImVector_ImVec4_swap(ImVector_ImVec4* self,ImVector_ImVec4 rhs); +void ImVector_ImDrawIdx_swap(ImVector_ImDrawIdx* self,ImVector_ImDrawIdx rhs); +void ImVector_ImVec2_swap(ImVector_ImVec2* self,ImVector_ImVec2 rhs); +int ImVector_float__grow_capacity(const ImVector_float* self,int sz); +int ImVector_ImWchar__grow_capacity(const ImVector_ImWchar* self,int sz); +int ImVector_ImDrawVert__grow_capacity(const ImVector_ImDrawVert* self,int sz); +int ImVector_ImFontGlyph__grow_capacity(const ImVector_ImFontGlyph* self,int sz); +int ImVector_ImGuiTextRange__grow_capacity(const ImVector_ImGuiTextRange* self,int sz); +int ImVector_ImGuiStoragePair__grow_capacity(const ImVector_ImGuiStoragePair* self,int sz); +int ImVector_ImDrawChannel__grow_capacity(const ImVector_ImDrawChannel* self,int sz); +int ImVector_char__grow_capacity(const ImVector_char* self,int sz); +int ImVector_ImU32__grow_capacity(const ImVector_ImU32* self,int sz); +int ImVector_ImFontAtlasCustomRect__grow_capacity(const ImVector_ImFontAtlasCustomRect* self,int sz); +int ImVector_ImTextureID__grow_capacity(const ImVector_ImTextureID* self,int sz); +int ImVector_ImFontConfig__grow_capacity(const ImVector_ImFontConfig* self,int sz); +int ImVector_ImFontPtr__grow_capacity(const ImVector_ImFontPtr* self,int sz); +int ImVector_ImDrawCmd__grow_capacity(const ImVector_ImDrawCmd* self,int sz); +int ImVector_ImVec4__grow_capacity(const ImVector_ImVec4* self,int sz); +int ImVector_ImDrawIdx__grow_capacity(const ImVector_ImDrawIdx* self,int sz); +int ImVector_ImVec2__grow_capacity(const ImVector_ImVec2* self,int sz); +void ImVector_float_resize(ImVector_float* self,int new_size); +void ImVector_ImWchar_resize(ImVector_ImWchar* self,int new_size); +void ImVector_ImDrawVert_resize(ImVector_ImDrawVert* self,int new_size); +void ImVector_ImFontGlyph_resize(ImVector_ImFontGlyph* self,int new_size); +void ImVector_ImGuiTextRange_resize(ImVector_ImGuiTextRange* self,int new_size); +void ImVector_ImGuiStoragePair_resize(ImVector_ImGuiStoragePair* self,int new_size); +void ImVector_ImDrawChannel_resize(ImVector_ImDrawChannel* self,int new_size); +void ImVector_char_resize(ImVector_char* self,int new_size); +void ImVector_ImU32_resize(ImVector_ImU32* self,int new_size); +void ImVector_ImFontAtlasCustomRect_resize(ImVector_ImFontAtlasCustomRect* self,int new_size); +void ImVector_ImTextureID_resize(ImVector_ImTextureID* self,int new_size); +void ImVector_ImFontConfig_resize(ImVector_ImFontConfig* self,int new_size); +void ImVector_ImFontPtr_resize(ImVector_ImFontPtr* self,int new_size); +void ImVector_ImDrawCmd_resize(ImVector_ImDrawCmd* self,int new_size); +void ImVector_ImVec4_resize(ImVector_ImVec4* self,int new_size); +void ImVector_ImDrawIdx_resize(ImVector_ImDrawIdx* self,int new_size); +void ImVector_ImVec2_resize(ImVector_ImVec2* self,int new_size); +void ImVector_float_resizeT(ImVector_float* self,int new_size,const float v); +void ImVector_ImWchar_resizeT(ImVector_ImWchar* self,int new_size,const ImWchar v); +void ImVector_ImDrawVert_resizeT(ImVector_ImDrawVert* self,int new_size,const ImDrawVert v); +void ImVector_ImFontGlyph_resizeT(ImVector_ImFontGlyph* self,int new_size,const ImFontGlyph v); +void ImVector_ImGuiTextRange_resizeT(ImVector_ImGuiTextRange* self,int new_size,const ImGuiTextRange v); +void ImVector_ImGuiStoragePair_resizeT(ImVector_ImGuiStoragePair* self,int new_size,const ImGuiStoragePair v); +void ImVector_ImDrawChannel_resizeT(ImVector_ImDrawChannel* self,int new_size,const ImDrawChannel v); +void ImVector_char_resizeT(ImVector_char* self,int new_size,const char v); +void ImVector_ImU32_resizeT(ImVector_ImU32* self,int new_size,const ImU32 v); +void ImVector_ImFontAtlasCustomRect_resizeT(ImVector_ImFontAtlasCustomRect* self,int new_size,const ImFontAtlasCustomRect v); +void ImVector_ImTextureID_resizeT(ImVector_ImTextureID* self,int new_size,const ImTextureID v); +void ImVector_ImFontConfig_resizeT(ImVector_ImFontConfig* self,int new_size,const ImFontConfig v); +void ImVector_ImFontPtr_resizeT(ImVector_ImFontPtr* self,int new_size,ImFont* const v); +void ImVector_ImDrawCmd_resizeT(ImVector_ImDrawCmd* self,int new_size,const ImDrawCmd v); +void ImVector_ImVec4_resizeT(ImVector_ImVec4* self,int new_size,const ImVec4 v); +void ImVector_ImDrawIdx_resizeT(ImVector_ImDrawIdx* self,int new_size,const ImDrawIdx v); +void ImVector_ImVec2_resizeT(ImVector_ImVec2* self,int new_size,const ImVec2 v); +void ImVector_float_reserve(ImVector_float* self,int new_capacity); +void ImVector_ImWchar_reserve(ImVector_ImWchar* self,int new_capacity); +void ImVector_ImDrawVert_reserve(ImVector_ImDrawVert* self,int new_capacity); +void ImVector_ImFontGlyph_reserve(ImVector_ImFontGlyph* self,int new_capacity); +void ImVector_ImGuiTextRange_reserve(ImVector_ImGuiTextRange* self,int new_capacity); +void ImVector_ImGuiStoragePair_reserve(ImVector_ImGuiStoragePair* self,int new_capacity); +void ImVector_ImDrawChannel_reserve(ImVector_ImDrawChannel* self,int new_capacity); +void ImVector_char_reserve(ImVector_char* self,int new_capacity); +void ImVector_ImU32_reserve(ImVector_ImU32* self,int new_capacity); +void ImVector_ImFontAtlasCustomRect_reserve(ImVector_ImFontAtlasCustomRect* self,int new_capacity); +void ImVector_ImTextureID_reserve(ImVector_ImTextureID* self,int new_capacity); +void ImVector_ImFontConfig_reserve(ImVector_ImFontConfig* self,int new_capacity); +void ImVector_ImFontPtr_reserve(ImVector_ImFontPtr* self,int new_capacity); +void ImVector_ImDrawCmd_reserve(ImVector_ImDrawCmd* self,int new_capacity); +void ImVector_ImVec4_reserve(ImVector_ImVec4* self,int new_capacity); +void ImVector_ImDrawIdx_reserve(ImVector_ImDrawIdx* self,int new_capacity); +void ImVector_ImVec2_reserve(ImVector_ImVec2* self,int new_capacity); +void ImVector_float_push_back(ImVector_float* self,const float v); +void ImVector_ImWchar_push_back(ImVector_ImWchar* self,const ImWchar v); +void ImVector_ImDrawVert_push_back(ImVector_ImDrawVert* self,const ImDrawVert v); +void ImVector_ImFontGlyph_push_back(ImVector_ImFontGlyph* self,const ImFontGlyph v); +void ImVector_ImGuiTextRange_push_back(ImVector_ImGuiTextRange* self,const ImGuiTextRange v); +void ImVector_ImGuiStoragePair_push_back(ImVector_ImGuiStoragePair* self,const ImGuiStoragePair v); +void ImVector_ImDrawChannel_push_back(ImVector_ImDrawChannel* self,const ImDrawChannel v); +void ImVector_char_push_back(ImVector_char* self,const char v); +void ImVector_ImU32_push_back(ImVector_ImU32* self,const ImU32 v); +void ImVector_ImFontAtlasCustomRect_push_back(ImVector_ImFontAtlasCustomRect* self,const ImFontAtlasCustomRect v); +void ImVector_ImTextureID_push_back(ImVector_ImTextureID* self,const ImTextureID v); +void ImVector_ImFontConfig_push_back(ImVector_ImFontConfig* self,const ImFontConfig v); +void ImVector_ImFontPtr_push_back(ImVector_ImFontPtr* self,ImFont* const v); +void ImVector_ImDrawCmd_push_back(ImVector_ImDrawCmd* self,const ImDrawCmd v); +void ImVector_ImVec4_push_back(ImVector_ImVec4* self,const ImVec4 v); +void ImVector_ImDrawIdx_push_back(ImVector_ImDrawIdx* self,const ImDrawIdx v); +void ImVector_ImVec2_push_back(ImVector_ImVec2* self,const ImVec2 v); +void ImVector_float_pop_back(ImVector_float* self); +void ImVector_ImWchar_pop_back(ImVector_ImWchar* self); +void ImVector_ImDrawVert_pop_back(ImVector_ImDrawVert* self); +void ImVector_ImFontGlyph_pop_back(ImVector_ImFontGlyph* self); +void ImVector_ImGuiTextRange_pop_back(ImVector_ImGuiTextRange* self); +void ImVector_ImGuiStoragePair_pop_back(ImVector_ImGuiStoragePair* self); +void ImVector_ImDrawChannel_pop_back(ImVector_ImDrawChannel* self); +void ImVector_char_pop_back(ImVector_char* self); +void ImVector_ImU32_pop_back(ImVector_ImU32* self); +void ImVector_ImFontAtlasCustomRect_pop_back(ImVector_ImFontAtlasCustomRect* self); +void ImVector_ImTextureID_pop_back(ImVector_ImTextureID* self); +void ImVector_ImFontConfig_pop_back(ImVector_ImFontConfig* self); +void ImVector_ImFontPtr_pop_back(ImVector_ImFontPtr* self); +void ImVector_ImDrawCmd_pop_back(ImVector_ImDrawCmd* self); +void ImVector_ImVec4_pop_back(ImVector_ImVec4* self); +void ImVector_ImDrawIdx_pop_back(ImVector_ImDrawIdx* self); +void ImVector_ImVec2_pop_back(ImVector_ImVec2* self); +void ImVector_float_push_front(ImVector_float* self,const float v); +void ImVector_ImWchar_push_front(ImVector_ImWchar* self,const ImWchar v); +void ImVector_ImDrawVert_push_front(ImVector_ImDrawVert* self,const ImDrawVert v); +void ImVector_ImFontGlyph_push_front(ImVector_ImFontGlyph* self,const ImFontGlyph v); +void ImVector_ImGuiTextRange_push_front(ImVector_ImGuiTextRange* self,const ImGuiTextRange v); +void ImVector_ImGuiStoragePair_push_front(ImVector_ImGuiStoragePair* self,const ImGuiStoragePair v); +void ImVector_ImDrawChannel_push_front(ImVector_ImDrawChannel* self,const ImDrawChannel v); +void ImVector_char_push_front(ImVector_char* self,const char v); +void ImVector_ImU32_push_front(ImVector_ImU32* self,const ImU32 v); +void ImVector_ImFontAtlasCustomRect_push_front(ImVector_ImFontAtlasCustomRect* self,const ImFontAtlasCustomRect v); +void ImVector_ImTextureID_push_front(ImVector_ImTextureID* self,const ImTextureID v); +void ImVector_ImFontConfig_push_front(ImVector_ImFontConfig* self,const ImFontConfig v); +void ImVector_ImFontPtr_push_front(ImVector_ImFontPtr* self,ImFont* const v); +void ImVector_ImDrawCmd_push_front(ImVector_ImDrawCmd* self,const ImDrawCmd v); +void ImVector_ImVec4_push_front(ImVector_ImVec4* self,const ImVec4 v); +void ImVector_ImDrawIdx_push_front(ImVector_ImDrawIdx* self,const ImDrawIdx v); +void ImVector_ImVec2_push_front(ImVector_ImVec2* self,const ImVec2 v); +float* ImVector_float_erase(ImVector_float* self,float const * it); +ImWchar* ImVector_ImWchar_erase(ImVector_ImWchar* self,ImWchar const * it); +ImDrawVert* ImVector_ImDrawVert_erase(ImVector_ImDrawVert* self,ImDrawVert const * it); +ImFontGlyph* ImVector_ImFontGlyph_erase(ImVector_ImFontGlyph* self,ImFontGlyph const * it); +ImGuiTextRange* ImVector_ImGuiTextRange_erase(ImVector_ImGuiTextRange* self,ImGuiTextRange const * it); +ImGuiStoragePair* ImVector_ImGuiStoragePair_erase(ImVector_ImGuiStoragePair* self,ImGuiStoragePair const * it); +ImDrawChannel* ImVector_ImDrawChannel_erase(ImVector_ImDrawChannel* self,ImDrawChannel const * it); +char* ImVector_char_erase(ImVector_char* self,char const * it); +ImU32* ImVector_ImU32_erase(ImVector_ImU32* self,ImU32 const * it); +ImFontAtlasCustomRect* ImVector_ImFontAtlasCustomRect_erase(ImVector_ImFontAtlasCustomRect* self,ImFontAtlasCustomRect const * it); +ImTextureID* ImVector_ImTextureID_erase(ImVector_ImTextureID* self,ImTextureID const * it); +ImFontConfig* ImVector_ImFontConfig_erase(ImVector_ImFontConfig* self,ImFontConfig const * it); +ImFont** ImVector_ImFontPtr_erase(ImVector_ImFontPtr* self,ImFont* const * it); +ImDrawCmd* ImVector_ImDrawCmd_erase(ImVector_ImDrawCmd* self,ImDrawCmd const * it); +ImVec4* ImVector_ImVec4_erase(ImVector_ImVec4* self,ImVec4 const * it); +ImDrawIdx* ImVector_ImDrawIdx_erase(ImVector_ImDrawIdx* self,ImDrawIdx const * it); +ImVec2* ImVector_ImVec2_erase(ImVector_ImVec2* self,ImVec2 const * it); +float* ImVector_float_eraseTPtr(ImVector_float* self,float const * it,float const * it_last); +ImWchar* ImVector_ImWchar_eraseTPtr(ImVector_ImWchar* self,ImWchar const * it,ImWchar const * it_last); +ImDrawVert* ImVector_ImDrawVert_eraseTPtr(ImVector_ImDrawVert* self,ImDrawVert const * it,ImDrawVert const * it_last); +ImFontGlyph* ImVector_ImFontGlyph_eraseTPtr(ImVector_ImFontGlyph* self,ImFontGlyph const * it,ImFontGlyph const * it_last); +ImGuiTextRange* ImVector_ImGuiTextRange_eraseTPtr(ImVector_ImGuiTextRange* self,ImGuiTextRange const * it,ImGuiTextRange const * it_last); +ImGuiStoragePair* ImVector_ImGuiStoragePair_eraseTPtr(ImVector_ImGuiStoragePair* self,ImGuiStoragePair const * it,ImGuiStoragePair const * it_last); +ImDrawChannel* ImVector_ImDrawChannel_eraseTPtr(ImVector_ImDrawChannel* self,ImDrawChannel const * it,ImDrawChannel const * it_last); +char* ImVector_char_eraseTPtr(ImVector_char* self,char const * it,char const * it_last); +ImU32* ImVector_ImU32_eraseTPtr(ImVector_ImU32* self,ImU32 const * it,ImU32 const * it_last); +ImFontAtlasCustomRect* ImVector_ImFontAtlasCustomRect_eraseTPtr(ImVector_ImFontAtlasCustomRect* self,ImFontAtlasCustomRect const * it,ImFontAtlasCustomRect const * it_last); +ImTextureID* ImVector_ImTextureID_eraseTPtr(ImVector_ImTextureID* self,ImTextureID const * it,ImTextureID const * it_last); +ImFontConfig* ImVector_ImFontConfig_eraseTPtr(ImVector_ImFontConfig* self,ImFontConfig const * it,ImFontConfig const * it_last); +ImFont** ImVector_ImFontPtr_eraseTPtr(ImVector_ImFontPtr* self,ImFont* const * it,ImFont* const * it_last); +ImDrawCmd* ImVector_ImDrawCmd_eraseTPtr(ImVector_ImDrawCmd* self,ImDrawCmd const * it,ImDrawCmd const * it_last); +ImVec4* ImVector_ImVec4_eraseTPtr(ImVector_ImVec4* self,ImVec4 const * it,ImVec4 const * it_last); +ImDrawIdx* ImVector_ImDrawIdx_eraseTPtr(ImVector_ImDrawIdx* self,ImDrawIdx const * it,ImDrawIdx const * it_last); +ImVec2* ImVector_ImVec2_eraseTPtr(ImVector_ImVec2* self,ImVec2 const * it,ImVec2 const * it_last); +float* ImVector_float_erase_unsorted(ImVector_float* self,float const * it); +ImWchar* ImVector_ImWchar_erase_unsorted(ImVector_ImWchar* self,ImWchar const * it); +ImDrawVert* ImVector_ImDrawVert_erase_unsorted(ImVector_ImDrawVert* self,ImDrawVert const * it); +ImFontGlyph* ImVector_ImFontGlyph_erase_unsorted(ImVector_ImFontGlyph* self,ImFontGlyph const * it); +ImGuiTextRange* ImVector_ImGuiTextRange_erase_unsorted(ImVector_ImGuiTextRange* self,ImGuiTextRange const * it); +ImGuiStoragePair* ImVector_ImGuiStoragePair_erase_unsorted(ImVector_ImGuiStoragePair* self,ImGuiStoragePair const * it); +ImDrawChannel* ImVector_ImDrawChannel_erase_unsorted(ImVector_ImDrawChannel* self,ImDrawChannel const * it); +char* ImVector_char_erase_unsorted(ImVector_char* self,char const * it); +ImU32* ImVector_ImU32_erase_unsorted(ImVector_ImU32* self,ImU32 const * it); +ImFontAtlasCustomRect* ImVector_ImFontAtlasCustomRect_erase_unsorted(ImVector_ImFontAtlasCustomRect* self,ImFontAtlasCustomRect const * it); +ImTextureID* ImVector_ImTextureID_erase_unsorted(ImVector_ImTextureID* self,ImTextureID const * it); +ImFontConfig* ImVector_ImFontConfig_erase_unsorted(ImVector_ImFontConfig* self,ImFontConfig const * it); +ImFont** ImVector_ImFontPtr_erase_unsorted(ImVector_ImFontPtr* self,ImFont* const * it); +ImDrawCmd* ImVector_ImDrawCmd_erase_unsorted(ImVector_ImDrawCmd* self,ImDrawCmd const * it); +ImVec4* ImVector_ImVec4_erase_unsorted(ImVector_ImVec4* self,ImVec4 const * it); +ImDrawIdx* ImVector_ImDrawIdx_erase_unsorted(ImVector_ImDrawIdx* self,ImDrawIdx const * it); +ImVec2* ImVector_ImVec2_erase_unsorted(ImVector_ImVec2* self,ImVec2 const * it); +float* ImVector_float_insert(ImVector_float* self,float const * it,const float v); +ImWchar* ImVector_ImWchar_insert(ImVector_ImWchar* self,ImWchar const * it,const ImWchar v); +ImDrawVert* ImVector_ImDrawVert_insert(ImVector_ImDrawVert* self,ImDrawVert const * it,const ImDrawVert v); +ImFontGlyph* ImVector_ImFontGlyph_insert(ImVector_ImFontGlyph* self,ImFontGlyph const * it,const ImFontGlyph v); +ImGuiTextRange* ImVector_ImGuiTextRange_insert(ImVector_ImGuiTextRange* self,ImGuiTextRange const * it,const ImGuiTextRange v); +ImGuiStoragePair* ImVector_ImGuiStoragePair_insert(ImVector_ImGuiStoragePair* self,ImGuiStoragePair const * it,const ImGuiStoragePair v); +ImDrawChannel* ImVector_ImDrawChannel_insert(ImVector_ImDrawChannel* self,ImDrawChannel const * it,const ImDrawChannel v); +char* ImVector_char_insert(ImVector_char* self,char const * it,const char v); +ImU32* ImVector_ImU32_insert(ImVector_ImU32* self,ImU32 const * it,const ImU32 v); +ImFontAtlasCustomRect* ImVector_ImFontAtlasCustomRect_insert(ImVector_ImFontAtlasCustomRect* self,ImFontAtlasCustomRect const * it,const ImFontAtlasCustomRect v); +ImTextureID* ImVector_ImTextureID_insert(ImVector_ImTextureID* self,ImTextureID const * it,const ImTextureID v); +ImFontConfig* ImVector_ImFontConfig_insert(ImVector_ImFontConfig* self,ImFontConfig const * it,const ImFontConfig v); +ImFont** ImVector_ImFontPtr_insert(ImVector_ImFontPtr* self,ImFont* const * it,ImFont* const v); +ImDrawCmd* ImVector_ImDrawCmd_insert(ImVector_ImDrawCmd* self,ImDrawCmd const * it,const ImDrawCmd v); +ImVec4* ImVector_ImVec4_insert(ImVector_ImVec4* self,ImVec4 const * it,const ImVec4 v); +ImDrawIdx* ImVector_ImDrawIdx_insert(ImVector_ImDrawIdx* self,ImDrawIdx const * it,const ImDrawIdx v); +ImVec2* ImVector_ImVec2_insert(ImVector_ImVec2* self,ImVec2 const * it,const ImVec2 v); +_Bool ImVector_float_contains(const ImVector_float* self,const float v); +_Bool ImVector_ImWchar_contains(const ImVector_ImWchar* self,const ImWchar v); +_Bool ImVector_char_contains(const ImVector_char* self,const char v); +int ImVector_float_index_from_ptr(const ImVector_float* self,float const * it); +int ImVector_ImWchar_index_from_ptr(const ImVector_ImWchar* self,ImWchar const * it); +int ImVector_ImDrawVert_index_from_ptr(const ImVector_ImDrawVert* self,ImDrawVert const * it); +int ImVector_ImFontGlyph_index_from_ptr(const ImVector_ImFontGlyph* self,ImFontGlyph const * it); +int ImVector_ImGuiTextRange_index_from_ptr(const ImVector_ImGuiTextRange* self,ImGuiTextRange const * it); +int ImVector_ImGuiStoragePair_index_from_ptr(const ImVector_ImGuiStoragePair* self,ImGuiStoragePair const * it); +int ImVector_ImDrawChannel_index_from_ptr(const ImVector_ImDrawChannel* self,ImDrawChannel const * it); +int ImVector_char_index_from_ptr(const ImVector_char* self,char const * it); +int ImVector_ImU32_index_from_ptr(const ImVector_ImU32* self,ImU32 const * it); +int ImVector_ImFontAtlasCustomRect_index_from_ptr(const ImVector_ImFontAtlasCustomRect* self,ImFontAtlasCustomRect const * it); +int ImVector_ImTextureID_index_from_ptr(const ImVector_ImTextureID* self,ImTextureID const * it); +int ImVector_ImFontConfig_index_from_ptr(const ImVector_ImFontConfig* self,ImFontConfig const * it); +int ImVector_ImFontPtr_index_from_ptr(const ImVector_ImFontPtr* self,ImFont* const * it); +int ImVector_ImDrawCmd_index_from_ptr(const ImVector_ImDrawCmd* self,ImDrawCmd const * it); +int ImVector_ImVec4_index_from_ptr(const ImVector_ImVec4* self,ImVec4 const * it); +int ImVector_ImDrawIdx_index_from_ptr(const ImVector_ImDrawIdx* self,ImDrawIdx const * it); +int ImVector_ImVec2_index_from_ptr(const ImVector_ImVec2* self,ImVec2 const * it); +void igLogText(const char *fmt, ...); +void ImGuiTextBuffer_appendf(struct ImGuiTextBuffer *buffer, const char *fmt, ...); +float igGET_FLT_MAX(); +void igColorConvertRGBtoHSV(float r,float g,float b,float *out_h,float *out_s,float *out_v); +void igColorConvertHSVtoRGB(float h,float s,float v,float *out_r,float *out_g,float *out_b); +ImVector_ImWchar* ImVector_ImWchar_create(); +void ImVector_ImWchar_Init(ImVector_ImWchar* p); +void ImVector_ImWchar_UnInit(ImVector_ImWchar* p); +]] +--[[ END AUTOGENERATED SEGMENT ]] +local cdecl = cdecl or '' +cdecl = cdecl..[[ +// Helpers: UTF-8 <> wchar +int igImTextStrToUtf8(char* buf, int buf_size, const ImWchar* in_text, const ImWchar* in_text_end); // return output UTF-8 bytes count +int igImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char* in_text_end); // return input UTF-8 bytes count +int igImTextStrFromUtf8(ImWchar* buf, int buf_size, const char* in_text, const char* in_text_end, const char** in_remaining); // return input UTF-8 bytes count +int igImTextCountCharsFromUtf8(const char* in_text, const char* in_text_end); // return number of UTF-8 code-points (NOT bytes count) +int igImTextCountUtf8BytesFromStr(const ImWchar* in_text, const ImWchar* in_text_end); // return number of bytes to express string as UTF-8 code-points +]] + +return cdecl \ No newline at end of file diff --git a/moonloader/lib/mimgui/cimguidx9.dll b/moonloader/lib/mimgui/cimguidx9.dll new file mode 100644 index 0000000..dd2416a Binary files /dev/null and b/moonloader/lib/mimgui/cimguidx9.dll differ diff --git a/moonloader/lib/mimgui/dx9.lua b/moonloader/lib/mimgui/dx9.lua new file mode 100644 index 0000000..40748a8 --- /dev/null +++ b/moonloader/lib/mimgui/dx9.lua @@ -0,0 +1,171 @@ +-- This file is part of mimgui project +-- Licensed under the MIT License +-- Copyright (c) 2018, FYP + +local imgui = require 'mimgui.imgui' +local lib = imgui.lib +local ffi = require 'ffi' + +ffi.cdef [[ +typedef struct IDirect3DDevice9 *LPDIRECT3DDEVICE9, *PDIRECT3DDEVICE9; +typedef struct IDirect3DVertexBuffer9 *LPDIRECT3DVERTEXBUFFER9, *PDIRECT3DVERTEXBUFFER9; +typedef struct IDirect3DIndexBuffer9 *LPDIRECT3DINDEXBUFFER9, *PDIRECT3DINDEXBUFFER9; +typedef struct IDirect3DTexture9 *LPDIRECT3DTEXTURE9, *PDIRECT3DTEXTURE9; +typedef const char *LPCTSTR; +typedef const void *LPCVOID; +typedef unsigned int UINT; +typedef void *HWND; +typedef signed __int64 INT64, *PINT64; +typedef unsigned int UINT_PTR, *PUINT_PTR; +typedef long LONG_PTR, *PLONG_PTR; +typedef UINT_PTR WPARAM; +typedef LONG_PTR LPARAM; +typedef LONG_PTR LRESULT; +typedef struct ImGui_ImplDX9_Context +{ + LPDIRECT3DDEVICE9 pd3dDevice; + LPDIRECT3DVERTEXBUFFER9 pVB; + LPDIRECT3DINDEXBUFFER9 pIB; + LPDIRECT3DTEXTURE9 FontTexture; + int VertexBufferSize; + int IndexBufferSize; +} ImGui_ImplDX9_Context; + +bool ImGui_ImplWin32_Init(HWND hwnd, INT64* ticksPerSecond, INT64* time); +void ImGui_ImplWin32_NewFrame(HWND hwnd, INT64 ticksPerSecond, INT64* time); +LRESULT ImGui_ImplWin32_WndProcHandler(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); + +ImGui_ImplDX9_Context* ImGui_ImplDX9_Init(LPDIRECT3DDEVICE9 device); +void ImGui_ImplDX9_Shutdown(ImGui_ImplDX9_Context* context); +void ImGui_ImplDX9_NewFrame(ImGui_ImplDX9_Context* context); +void ImGui_ImplDX9_RenderDrawData(ImGui_ImplDX9_Context* context, ImDrawData* draw_data); +void ImGui_ImplDX9_InvalidateDeviceObjects(ImGui_ImplDX9_Context* context); + +bool ImGui_ImplDX9_CreateFontsTexture(ImGui_ImplDX9_Context* context); // replaces ImGui_ImplDX9_CreateDeviceObjects since they are the same +void ImGui_ImplDX9_InvalidateFontsTexture(ImGui_ImplDX9_Context* context); + +LPDIRECT3DTEXTURE9 ImGui_ImplDX9_CreateTextureFromFile(LPDIRECT3DDEVICE9 device, LPCTSTR path); +LPDIRECT3DTEXTURE9 ImGui_ImplDX9_CreateTextureFromFileInMemory(LPDIRECT3DDEVICE9 device, LPCVOID src, UINT size); +void ImGui_ImplDX9_ReleaseTexture(LPDIRECT3DTEXTURE9 tex); + +int __stdcall MultiByteToWideChar(UINT CodePage, unsigned long dwFlags, const char* lpMultiByteStr, int cbMultiByte, wchar_t* lpWideCharStr, int cchWideChar); +]] + +local ImplDX9 = {} +function ImplDX9.new(device, hwnd) + -- ImGui_ImplDX9_Context* ImGui_ImplDX9_Init(LPDIRECT3DDEVICE9 device); + local obj = {} + local d3dcontext = lib.ImGui_ImplDX9_Init(device) + if d3dcontext == nil then + return nil + end + local context = imgui.CreateContext() + obj.ticksPerSecond = ffi.new('INT64[1]', 0) + obj.time = ffi.new('INT64[1]', 0) + imgui.SetCurrentContext(context) + local imio = imgui.GetIO() + imio.BackendRendererName = 'imgui_impl_dx9_lua' + imio.BackendFlags = bit.bor(imio.BackendFlags, lib.ImGuiBackendFlags_RendererHasVtxOffset) -- We can honor the ImDrawCmd::VtxOffset field, allowing for large meshes. + -- bool ImGui_ImplWin32_Init(HWND hwnd, INT64* ticksPerSecond, INT64* time); + if not lib.ImGui_ImplWin32_Init(hwnd, obj.ticksPerSecond, obj.time) then + -- void ImGui_ImplDX9_Shutdown(ImGui_ImplDX9_Context* context); + lib.ImGui_ImplDX9_Shutdown(d3dcontext) + imgui.DestroyContext(context) + return nil + end + obj.context = context + obj.d3dcontext = d3dcontext + obj.d3ddevice = device + obj.hwnd = hwnd + -- set finalizer + ffi.gc(d3dcontext, function(cd) + imgui.SetCurrentContext(context) + -- void ImGui_ImplDX9_Shutdown(ImGui_ImplDX9_Context* context); + lib.ImGui_ImplDX9_Shutdown(cd) + imgui.DestroyContext(context) + end) + return setmetatable(obj, {__index = ImplDX9}) +end + +function ImplDX9:SwitchContext() + imgui.SetCurrentContext(self.context) +end + +function ImplDX9:NewFrame() + self:SwitchContext() + -- void ImGui_ImplDX9_NewFrame(ImGui_ImplDX9_Context* context); + lib.ImGui_ImplDX9_NewFrame(self.d3dcontext) + -- void ImGui_ImplWin32_NewFrame(HWND hwnd, INT64 ticksPerSecond, INT64* time); + lib.ImGui_ImplWin32_NewFrame(self.hwnd, self.ticksPerSecond[0], self.time) + imgui.NewFrame() +end + +function ImplDX9:EndFrame() + self:SwitchContext() + imgui.Render() + -- void ImGui_ImplDX9_RenderDrawData(ImGui_ImplDX9_Context* context, ImDrawData* draw_data); + lib.ImGui_ImplDX9_RenderDrawData(self.d3dcontext, imgui.GetDrawData()) +end + +function ImplDX9:WindowMessage(msg, wparam, lparam) + self:SwitchContext() + if msg == 0x0102 then -- WM_CHAR + if wparam < 256 then + local char = ffi.new('char[1]', wparam) + local wchar = ffi.new('wchar_t[1]', 0) + if ffi.C.MultiByteToWideChar(0, 0, char, 1, wchar, 1) > 0 then + wparam = wchar[0] + end + end + end + -- LRESULT ImGui_ImplWin32_WndProcHandler(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); + return lib.ImGui_ImplWin32_WndProcHandler(self.hwnd, msg, wparam, lparam) +end + +function ImplDX9:InvalidateDeviceObjects() + self:SwitchContext() + -- void ImGui_ImplDX9_InvalidateDeviceObjects(ImGui_ImplDX9_Context* context); + lib.ImGui_ImplDX9_InvalidateDeviceObjects(self.d3dcontext) +end + +function ImplDX9:CreateTextureFromFile(path) + -- LPDIRECT3DTEXTURE9 ImGui_ImplDX9_CreateTextureFromFile(LPDIRECT3DDEVICE9 device, LPCTSTR path); + local tex = lib.ImGui_ImplDX9_CreateTextureFromFile(self.d3ddevice, path) + if tex == nil then + return nil + end + -- void ImGui_ImplDX9_ReleaseTexture(LPDIRECT3DTEXTURE9 tex); + return ffi.gc(tex, lib.ImGui_ImplDX9_ReleaseTexture) +end + +function ImplDX9:CreateTextureFromFileInMemory(src, size) + -- LPDIRECT3DTEXTURE9 ImGui_ImplDX9_CreateTextureFromFileInMemory(LPDIRECT3DDEVICE9 device, LPCVOID src, UINT size); + if type(src) == 'number' then + src = ffi.cast('LPCVOID', src) + end + local tex = lib.ImGui_ImplDX9_CreateTextureFromFileInMemory(self.d3ddevice, src, size) + if tex == nil then + return nil + end + -- void ImGui_ImplDX9_ReleaseTexture(LPDIRECT3DTEXTURE9 tex); + return ffi.gc(tex, lib.ImGui_ImplDX9_ReleaseTexture) +end + +function ImplDX9:ReleaseTexture(tex) + ffi.gc(tex, nil) + lib.ImGui_ImplDX9_ReleaseTexture(tex) +end + +function ImplDX9:CreateFontsTexture() + self:SwitchContext() + -- bool ImGui_ImplDX9_CreateFontsTexture(ImGui_ImplDX9_Context* context); + return lib.ImGui_ImplDX9_CreateFontsTexture(self.d3dcontext) +end + +function ImplDX9:InvalidateFontsTexture() + self:SwitchContext() + -- void ImGui_ImplDX9_InvalidateFontsTexture(ImGui_ImplDX9_Context* context); + lib.ImGui_ImplDX9_InvalidateFontsTexture(self.d3dcontext) +end + +return ImplDX9 diff --git a/moonloader/lib/mimgui/imgui.lua b/moonloader/lib/mimgui/imgui.lua new file mode 100644 index 0000000..32a14ac --- /dev/null +++ b/moonloader/lib/mimgui/imgui.lua @@ -0,0 +1,2231 @@ +local cimguimodule = getWorkingDirectory() .. [[\lib\mimgui\cimguidx9]] +local ffi = require "ffi" +local cdecl = assert(require "mimgui.cdefs", "imgui.lua not properly build") + +ffi.cdef(cdecl) + +--load dll +local lib = ffi.load(cimguimodule) + +-----------ImVec2 definition +local ImVec2 +ImVec2 = ffi.metatype("ImVec2",{ + __add = function(a,b) return ImVec2(a.x + b.x, a.y + b.y) end, + __sub = function(a,b) return ImVec2(a.x - b.x, a.y - b.y) end, + __unm = function(a) return ImVec2(-a.x,-a.y) end, + __mul = function(a, b) --scalar mult + if not ffi.istype(ImVec2, b) then + return ImVec2(a.x * b, a.y * b) end + return ImVec2(a * b.x, a * b.y) + end, + __tostring = function(v) return 'ImVec2<'..v.x..','..v.y..'>' end +}) +local ImVec4= {} +ImVec4.__index = ImVec4 +ImVec4 = ffi.metatype("ImVec4",ImVec4) +--the module +local M = {ImVec2 = ImVec2, ImVec4 = ImVec4 ,lib = lib} + +if jit.os == "Windows" then + function M.ToUTF(unc_str) + local buf_len = lib.igImTextCountUtf8BytesFromStr(unc_str, nil) + 1; + local buf_local = ffi.new("char[?]",buf_len) + lib.igImTextStrToUtf8(buf_local, buf_len, unc_str, nil); + return buf_local + end + + function M.FromUTF(utf_str) + local wbuf_length = lib.igImTextCountCharsFromUtf8(utf_str, nil) + 1; + local buf_local = ffi.new("ImWchar[?]",wbuf_length) + lib.igImTextStrFromUtf8(buf_local, wbuf_length, utf_str, nil,nil); + return buf_local + end +end + +M.FLT_MAX = lib.igGET_FLT_MAX() + +------------convenience function +function M.U32(a,b,c,d) return lib.igGetColorU32Vec4(ImVec4(a,b,c,d or 1)) end +----------BEGIN_AUTOGENERATED_LUA--------------------------- +--------------------------ImVector_ImDrawVert---------------------------- +local ImVector_ImDrawVert= {} +ImVector_ImDrawVert.__index = ImVector_ImDrawVert +function ImVector_ImDrawVert.__new(ctype) + local ptr = lib.ImVector_ImDrawVert_ImVector_ImDrawVert() + return ffi.gc(ptr,lib.ImVector_ImDrawVert_destroy) +end +function ImVector_ImDrawVert.ImVector_ImDrawVertVector(src) + local ptr = lib.ImVector_ImDrawVert_ImVector_ImDrawVertVector(src) + return ffi.gc(ptr,lib.ImVector_ImDrawVert_destroy) +end +ImVector_ImDrawVert._grow_capacity = lib.ImVector_ImDrawVert__grow_capacity +ImVector_ImDrawVert.back = lib.ImVector_ImDrawVert_back +ImVector_ImDrawVert.back_const = lib.ImVector_ImDrawVert_back_const +ImVector_ImDrawVert.begin = lib.ImVector_ImDrawVert_begin +ImVector_ImDrawVert.begin_const = lib.ImVector_ImDrawVert_begin_const +ImVector_ImDrawVert.capacity = lib.ImVector_ImDrawVert_capacity +ImVector_ImDrawVert.clear = lib.ImVector_ImDrawVert_clear +ImVector_ImDrawVert.empty = lib.ImVector_ImDrawVert_empty +ImVector_ImDrawVert._end = lib.ImVector_ImDrawVert_end +ImVector_ImDrawVert.end_const = lib.ImVector_ImDrawVert_end_const +ImVector_ImDrawVert.erase = lib.ImVector_ImDrawVert_erase +ImVector_ImDrawVert.eraseTPtr = lib.ImVector_ImDrawVert_eraseTPtr +ImVector_ImDrawVert.erase_unsorted = lib.ImVector_ImDrawVert_erase_unsorted +ImVector_ImDrawVert.front = lib.ImVector_ImDrawVert_front +ImVector_ImDrawVert.front_const = lib.ImVector_ImDrawVert_front_const +ImVector_ImDrawVert.index_from_ptr = lib.ImVector_ImDrawVert_index_from_ptr +ImVector_ImDrawVert.insert = lib.ImVector_ImDrawVert_insert +ImVector_ImDrawVert.pop_back = lib.ImVector_ImDrawVert_pop_back +ImVector_ImDrawVert.push_back = lib.ImVector_ImDrawVert_push_back +ImVector_ImDrawVert.push_front = lib.ImVector_ImDrawVert_push_front +ImVector_ImDrawVert.reserve = lib.ImVector_ImDrawVert_reserve +ImVector_ImDrawVert.resize = lib.ImVector_ImDrawVert_resize +ImVector_ImDrawVert.resizeT = lib.ImVector_ImDrawVert_resizeT +ImVector_ImDrawVert.size = lib.ImVector_ImDrawVert_size +ImVector_ImDrawVert.size_in_bytes = lib.ImVector_ImDrawVert_size_in_bytes +ImVector_ImDrawVert.swap = lib.ImVector_ImDrawVert_swap +M.ImVector_ImDrawVert = ffi.metatype("ImVector_ImDrawVert",ImVector_ImDrawVert) +--------------------------ImFontConfig---------------------------- +local ImFontConfig= {} +ImFontConfig.__index = ImFontConfig +function ImFontConfig.__new(ctype) + local ptr = lib.ImFontConfig_ImFontConfig() + return ffi.gc(ptr,lib.ImFontConfig_destroy) +end +M.ImFontConfig = ffi.metatype("ImFontConfig",ImFontConfig) +--------------------------ImFontGlyphRangesBuilder---------------------------- +local ImFontGlyphRangesBuilder= {} +ImFontGlyphRangesBuilder.__index = ImFontGlyphRangesBuilder +ImFontGlyphRangesBuilder.AddChar = lib.ImFontGlyphRangesBuilder_AddChar +ImFontGlyphRangesBuilder.AddRanges = lib.ImFontGlyphRangesBuilder_AddRanges +function ImFontGlyphRangesBuilder:AddText(text,text_end) + text_end = text_end or nil + return lib.ImFontGlyphRangesBuilder_AddText(self,text,text_end) +end +ImFontGlyphRangesBuilder.BuildRanges = lib.ImFontGlyphRangesBuilder_BuildRanges +ImFontGlyphRangesBuilder.Clear = lib.ImFontGlyphRangesBuilder_Clear +ImFontGlyphRangesBuilder.GetBit = lib.ImFontGlyphRangesBuilder_GetBit +function ImFontGlyphRangesBuilder.__new(ctype) + local ptr = lib.ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder() + return ffi.gc(ptr,lib.ImFontGlyphRangesBuilder_destroy) +end +ImFontGlyphRangesBuilder.SetBit = lib.ImFontGlyphRangesBuilder_SetBit +M.ImFontGlyphRangesBuilder = ffi.metatype("ImFontGlyphRangesBuilder",ImFontGlyphRangesBuilder) +--------------------------ImDrawListSplitter---------------------------- +local ImDrawListSplitter= {} +ImDrawListSplitter.__index = ImDrawListSplitter +ImDrawListSplitter.Clear = lib.ImDrawListSplitter_Clear +ImDrawListSplitter.ClearFreeMemory = lib.ImDrawListSplitter_ClearFreeMemory +function ImDrawListSplitter.__new(ctype) + local ptr = lib.ImDrawListSplitter_ImDrawListSplitter() + return ffi.gc(ptr,lib.ImDrawListSplitter_destroy) +end +ImDrawListSplitter.Merge = lib.ImDrawListSplitter_Merge +ImDrawListSplitter.SetCurrentChannel = lib.ImDrawListSplitter_SetCurrentChannel +ImDrawListSplitter.Split = lib.ImDrawListSplitter_Split +M.ImDrawListSplitter = ffi.metatype("ImDrawListSplitter",ImDrawListSplitter) +--------------------------ImVector_ImFontPtr---------------------------- +local ImVector_ImFontPtr= {} +ImVector_ImFontPtr.__index = ImVector_ImFontPtr +function ImVector_ImFontPtr.__new(ctype) + local ptr = lib.ImVector_ImFontPtr_ImVector_ImFontPtr() + return ffi.gc(ptr,lib.ImVector_ImFontPtr_destroy) +end +function ImVector_ImFontPtr.ImVector_ImFontPtrVector(src) + local ptr = lib.ImVector_ImFontPtr_ImVector_ImFontPtrVector(src) + return ffi.gc(ptr,lib.ImVector_ImFontPtr_destroy) +end +ImVector_ImFontPtr._grow_capacity = lib.ImVector_ImFontPtr__grow_capacity +ImVector_ImFontPtr.back = lib.ImVector_ImFontPtr_back +ImVector_ImFontPtr.back_const = lib.ImVector_ImFontPtr_back_const +ImVector_ImFontPtr.begin = lib.ImVector_ImFontPtr_begin +ImVector_ImFontPtr.begin_const = lib.ImVector_ImFontPtr_begin_const +ImVector_ImFontPtr.capacity = lib.ImVector_ImFontPtr_capacity +ImVector_ImFontPtr.clear = lib.ImVector_ImFontPtr_clear +ImVector_ImFontPtr.empty = lib.ImVector_ImFontPtr_empty +ImVector_ImFontPtr._end = lib.ImVector_ImFontPtr_end +ImVector_ImFontPtr.end_const = lib.ImVector_ImFontPtr_end_const +ImVector_ImFontPtr.erase = lib.ImVector_ImFontPtr_erase +ImVector_ImFontPtr.eraseTPtr = lib.ImVector_ImFontPtr_eraseTPtr +ImVector_ImFontPtr.erase_unsorted = lib.ImVector_ImFontPtr_erase_unsorted +ImVector_ImFontPtr.front = lib.ImVector_ImFontPtr_front +ImVector_ImFontPtr.front_const = lib.ImVector_ImFontPtr_front_const +ImVector_ImFontPtr.index_from_ptr = lib.ImVector_ImFontPtr_index_from_ptr +ImVector_ImFontPtr.insert = lib.ImVector_ImFontPtr_insert +ImVector_ImFontPtr.pop_back = lib.ImVector_ImFontPtr_pop_back +ImVector_ImFontPtr.push_back = lib.ImVector_ImFontPtr_push_back +ImVector_ImFontPtr.push_front = lib.ImVector_ImFontPtr_push_front +ImVector_ImFontPtr.reserve = lib.ImVector_ImFontPtr_reserve +ImVector_ImFontPtr.resize = lib.ImVector_ImFontPtr_resize +ImVector_ImFontPtr.resizeT = lib.ImVector_ImFontPtr_resizeT +ImVector_ImFontPtr.size = lib.ImVector_ImFontPtr_size +ImVector_ImFontPtr.size_in_bytes = lib.ImVector_ImFontPtr_size_in_bytes +ImVector_ImFontPtr.swap = lib.ImVector_ImFontPtr_swap +M.ImVector_ImFontPtr = ffi.metatype("ImVector_ImFontPtr",ImVector_ImFontPtr) +--------------------------ImGuiTextBuffer---------------------------- +local ImGuiTextBuffer= {} +ImGuiTextBuffer.__index = ImGuiTextBuffer +function ImGuiTextBuffer.__new(ctype) + local ptr = lib.ImGuiTextBuffer_ImGuiTextBuffer() + return ffi.gc(ptr,lib.ImGuiTextBuffer_destroy) +end +function ImGuiTextBuffer:append(str,str_end) + str_end = str_end or nil + return lib.ImGuiTextBuffer_append(self,str,str_end) +end +ImGuiTextBuffer.appendf = lib.ImGuiTextBuffer_appendf +ImGuiTextBuffer.appendfv = lib.ImGuiTextBuffer_appendfv +ImGuiTextBuffer.begin = lib.ImGuiTextBuffer_begin +ImGuiTextBuffer.c_str = lib.ImGuiTextBuffer_c_str +ImGuiTextBuffer.clear = lib.ImGuiTextBuffer_clear +ImGuiTextBuffer.empty = lib.ImGuiTextBuffer_empty +ImGuiTextBuffer._end = lib.ImGuiTextBuffer_end +ImGuiTextBuffer.reserve = lib.ImGuiTextBuffer_reserve +ImGuiTextBuffer.size = lib.ImGuiTextBuffer_size +M.ImGuiTextBuffer = ffi.metatype("ImGuiTextBuffer",ImGuiTextBuffer) +--------------------------ImGuiStyle---------------------------- +local ImGuiStyle= {} +ImGuiStyle.__index = ImGuiStyle +function ImGuiStyle.__new(ctype) + local ptr = lib.ImGuiStyle_ImGuiStyle() + return ffi.gc(ptr,lib.ImGuiStyle_destroy) +end +ImGuiStyle.ScaleAllSizes = lib.ImGuiStyle_ScaleAllSizes +M.ImGuiStyle = ffi.metatype("ImGuiStyle",ImGuiStyle) +--------------------------ImDrawData---------------------------- +local ImDrawData= {} +ImDrawData.__index = ImDrawData +ImDrawData.Clear = lib.ImDrawData_Clear +ImDrawData.DeIndexAllBuffers = lib.ImDrawData_DeIndexAllBuffers +function ImDrawData.__new(ctype) + local ptr = lib.ImDrawData_ImDrawData() + return ffi.gc(ptr,lib.ImDrawData_destroy) +end +ImDrawData.ScaleClipRects = lib.ImDrawData_ScaleClipRects +M.ImDrawData = ffi.metatype("ImDrawData",ImDrawData) +--------------------------ImVector_ImVec2---------------------------- +local ImVector_ImVec2= {} +ImVector_ImVec2.__index = ImVector_ImVec2 +function ImVector_ImVec2.__new(ctype) + local ptr = lib.ImVector_ImVec2_ImVector_ImVec2() + return ffi.gc(ptr,lib.ImVector_ImVec2_destroy) +end +function ImVector_ImVec2.ImVector_ImVec2Vector(src) + local ptr = lib.ImVector_ImVec2_ImVector_ImVec2Vector(src) + return ffi.gc(ptr,lib.ImVector_ImVec2_destroy) +end +ImVector_ImVec2._grow_capacity = lib.ImVector_ImVec2__grow_capacity +ImVector_ImVec2.back = lib.ImVector_ImVec2_back +ImVector_ImVec2.back_const = lib.ImVector_ImVec2_back_const +ImVector_ImVec2.begin = lib.ImVector_ImVec2_begin +ImVector_ImVec2.begin_const = lib.ImVector_ImVec2_begin_const +ImVector_ImVec2.capacity = lib.ImVector_ImVec2_capacity +ImVector_ImVec2.clear = lib.ImVector_ImVec2_clear +ImVector_ImVec2.empty = lib.ImVector_ImVec2_empty +ImVector_ImVec2._end = lib.ImVector_ImVec2_end +ImVector_ImVec2.end_const = lib.ImVector_ImVec2_end_const +ImVector_ImVec2.erase = lib.ImVector_ImVec2_erase +ImVector_ImVec2.eraseTPtr = lib.ImVector_ImVec2_eraseTPtr +ImVector_ImVec2.erase_unsorted = lib.ImVector_ImVec2_erase_unsorted +ImVector_ImVec2.front = lib.ImVector_ImVec2_front +ImVector_ImVec2.front_const = lib.ImVector_ImVec2_front_const +ImVector_ImVec2.index_from_ptr = lib.ImVector_ImVec2_index_from_ptr +ImVector_ImVec2.insert = lib.ImVector_ImVec2_insert +ImVector_ImVec2.pop_back = lib.ImVector_ImVec2_pop_back +ImVector_ImVec2.push_back = lib.ImVector_ImVec2_push_back +ImVector_ImVec2.push_front = lib.ImVector_ImVec2_push_front +ImVector_ImVec2.reserve = lib.ImVector_ImVec2_reserve +ImVector_ImVec2.resize = lib.ImVector_ImVec2_resize +ImVector_ImVec2.resizeT = lib.ImVector_ImVec2_resizeT +ImVector_ImVec2.size = lib.ImVector_ImVec2_size +ImVector_ImVec2.size_in_bytes = lib.ImVector_ImVec2_size_in_bytes +ImVector_ImVec2.swap = lib.ImVector_ImVec2_swap +M.ImVector_ImVec2 = ffi.metatype("ImVector_ImVec2",ImVector_ImVec2) +--------------------------ImVector_ImFontAtlasCustomRect---------------------------- +local ImVector_ImFontAtlasCustomRect= {} +ImVector_ImFontAtlasCustomRect.__index = ImVector_ImFontAtlasCustomRect +function ImVector_ImFontAtlasCustomRect.__new(ctype) + local ptr = lib.ImVector_ImFontAtlasCustomRect_ImVector_ImFontAtlasCustomRect() + return ffi.gc(ptr,lib.ImVector_ImFontAtlasCustomRect_destroy) +end +function ImVector_ImFontAtlasCustomRect.ImVector_ImFontAtlasCustomRectVector(src) + local ptr = lib.ImVector_ImFontAtlasCustomRect_ImVector_ImFontAtlasCustomRectVector(src) + return ffi.gc(ptr,lib.ImVector_ImFontAtlasCustomRect_destroy) +end +ImVector_ImFontAtlasCustomRect._grow_capacity = lib.ImVector_ImFontAtlasCustomRect__grow_capacity +ImVector_ImFontAtlasCustomRect.back = lib.ImVector_ImFontAtlasCustomRect_back +ImVector_ImFontAtlasCustomRect.back_const = lib.ImVector_ImFontAtlasCustomRect_back_const +ImVector_ImFontAtlasCustomRect.begin = lib.ImVector_ImFontAtlasCustomRect_begin +ImVector_ImFontAtlasCustomRect.begin_const = lib.ImVector_ImFontAtlasCustomRect_begin_const +ImVector_ImFontAtlasCustomRect.capacity = lib.ImVector_ImFontAtlasCustomRect_capacity +ImVector_ImFontAtlasCustomRect.clear = lib.ImVector_ImFontAtlasCustomRect_clear +ImVector_ImFontAtlasCustomRect.empty = lib.ImVector_ImFontAtlasCustomRect_empty +ImVector_ImFontAtlasCustomRect._end = lib.ImVector_ImFontAtlasCustomRect_end +ImVector_ImFontAtlasCustomRect.end_const = lib.ImVector_ImFontAtlasCustomRect_end_const +ImVector_ImFontAtlasCustomRect.erase = lib.ImVector_ImFontAtlasCustomRect_erase +ImVector_ImFontAtlasCustomRect.eraseTPtr = lib.ImVector_ImFontAtlasCustomRect_eraseTPtr +ImVector_ImFontAtlasCustomRect.erase_unsorted = lib.ImVector_ImFontAtlasCustomRect_erase_unsorted +ImVector_ImFontAtlasCustomRect.front = lib.ImVector_ImFontAtlasCustomRect_front +ImVector_ImFontAtlasCustomRect.front_const = lib.ImVector_ImFontAtlasCustomRect_front_const +ImVector_ImFontAtlasCustomRect.index_from_ptr = lib.ImVector_ImFontAtlasCustomRect_index_from_ptr +ImVector_ImFontAtlasCustomRect.insert = lib.ImVector_ImFontAtlasCustomRect_insert +ImVector_ImFontAtlasCustomRect.pop_back = lib.ImVector_ImFontAtlasCustomRect_pop_back +ImVector_ImFontAtlasCustomRect.push_back = lib.ImVector_ImFontAtlasCustomRect_push_back +ImVector_ImFontAtlasCustomRect.push_front = lib.ImVector_ImFontAtlasCustomRect_push_front +ImVector_ImFontAtlasCustomRect.reserve = lib.ImVector_ImFontAtlasCustomRect_reserve +ImVector_ImFontAtlasCustomRect.resize = lib.ImVector_ImFontAtlasCustomRect_resize +ImVector_ImFontAtlasCustomRect.resizeT = lib.ImVector_ImFontAtlasCustomRect_resizeT +ImVector_ImFontAtlasCustomRect.size = lib.ImVector_ImFontAtlasCustomRect_size +ImVector_ImFontAtlasCustomRect.size_in_bytes = lib.ImVector_ImFontAtlasCustomRect_size_in_bytes +ImVector_ImFontAtlasCustomRect.swap = lib.ImVector_ImFontAtlasCustomRect_swap +M.ImVector_ImFontAtlasCustomRect = ffi.metatype("ImVector_ImFontAtlasCustomRect",ImVector_ImFontAtlasCustomRect) +--------------------------ImColor---------------------------- +local ImColor= {} +ImColor.__index = ImColor +function ImColor:HSV(h,s,v,a) + a = a or 1.0 + local nonUDT_out = ffi.new("ImColor") + lib.ImColor_HSV_nonUDT(nonUDT_out,self,h,s,v,a) + return nonUDT_out +end +function ImColor:HSV_nonUDT2(h,s,v,a) + a = a or 1.0 + return lib.ImColor_HSV_nonUDT2(self,h,s,v,a) +end +function ImColor.__new(ctype) + local ptr = lib.ImColor_ImColor() + return ffi.gc(ptr,lib.ImColor_destroy) +end +function ImColor.ImColorInt(r,g,b,a) + if a == nil then a = 255 end + local ptr = lib.ImColor_ImColorInt(r,g,b,a) + return ffi.gc(ptr,lib.ImColor_destroy) +end +function ImColor.ImColorU32(rgba) + local ptr = lib.ImColor_ImColorU32(rgba) + return ffi.gc(ptr,lib.ImColor_destroy) +end +function ImColor.ImColorFloat(r,g,b,a) + if a == nil then a = 1.0 end + local ptr = lib.ImColor_ImColorFloat(r,g,b,a) + return ffi.gc(ptr,lib.ImColor_destroy) +end +function ImColor.ImColorVec4(col) + local ptr = lib.ImColor_ImColorVec4(col) + return ffi.gc(ptr,lib.ImColor_destroy) +end +function ImColor:SetHSV(h,s,v,a) + a = a or 1.0 + return lib.ImColor_SetHSV(self,h,s,v,a) +end +M.ImColor = ffi.metatype("ImColor",ImColor) +--------------------------ImVector_ImDrawChannel---------------------------- +local ImVector_ImDrawChannel= {} +ImVector_ImDrawChannel.__index = ImVector_ImDrawChannel +function ImVector_ImDrawChannel.__new(ctype) + local ptr = lib.ImVector_ImDrawChannel_ImVector_ImDrawChannel() + return ffi.gc(ptr,lib.ImVector_ImDrawChannel_destroy) +end +function ImVector_ImDrawChannel.ImVector_ImDrawChannelVector(src) + local ptr = lib.ImVector_ImDrawChannel_ImVector_ImDrawChannelVector(src) + return ffi.gc(ptr,lib.ImVector_ImDrawChannel_destroy) +end +ImVector_ImDrawChannel._grow_capacity = lib.ImVector_ImDrawChannel__grow_capacity +ImVector_ImDrawChannel.back = lib.ImVector_ImDrawChannel_back +ImVector_ImDrawChannel.back_const = lib.ImVector_ImDrawChannel_back_const +ImVector_ImDrawChannel.begin = lib.ImVector_ImDrawChannel_begin +ImVector_ImDrawChannel.begin_const = lib.ImVector_ImDrawChannel_begin_const +ImVector_ImDrawChannel.capacity = lib.ImVector_ImDrawChannel_capacity +ImVector_ImDrawChannel.clear = lib.ImVector_ImDrawChannel_clear +ImVector_ImDrawChannel.empty = lib.ImVector_ImDrawChannel_empty +ImVector_ImDrawChannel._end = lib.ImVector_ImDrawChannel_end +ImVector_ImDrawChannel.end_const = lib.ImVector_ImDrawChannel_end_const +ImVector_ImDrawChannel.erase = lib.ImVector_ImDrawChannel_erase +ImVector_ImDrawChannel.eraseTPtr = lib.ImVector_ImDrawChannel_eraseTPtr +ImVector_ImDrawChannel.erase_unsorted = lib.ImVector_ImDrawChannel_erase_unsorted +ImVector_ImDrawChannel.front = lib.ImVector_ImDrawChannel_front +ImVector_ImDrawChannel.front_const = lib.ImVector_ImDrawChannel_front_const +ImVector_ImDrawChannel.index_from_ptr = lib.ImVector_ImDrawChannel_index_from_ptr +ImVector_ImDrawChannel.insert = lib.ImVector_ImDrawChannel_insert +ImVector_ImDrawChannel.pop_back = lib.ImVector_ImDrawChannel_pop_back +ImVector_ImDrawChannel.push_back = lib.ImVector_ImDrawChannel_push_back +ImVector_ImDrawChannel.push_front = lib.ImVector_ImDrawChannel_push_front +ImVector_ImDrawChannel.reserve = lib.ImVector_ImDrawChannel_reserve +ImVector_ImDrawChannel.resize = lib.ImVector_ImDrawChannel_resize +ImVector_ImDrawChannel.resizeT = lib.ImVector_ImDrawChannel_resizeT +ImVector_ImDrawChannel.size = lib.ImVector_ImDrawChannel_size +ImVector_ImDrawChannel.size_in_bytes = lib.ImVector_ImDrawChannel_size_in_bytes +ImVector_ImDrawChannel.swap = lib.ImVector_ImDrawChannel_swap +M.ImVector_ImDrawChannel = ffi.metatype("ImVector_ImDrawChannel",ImVector_ImDrawChannel) +--------------------------ImDrawList---------------------------- +local ImDrawList= {} +ImDrawList.__index = ImDrawList +function ImDrawList:AddBezierCurve(pos0,cp0,cp1,pos1,col,thickness,num_segments) + num_segments = num_segments or 0 + return lib.ImDrawList_AddBezierCurve(self,pos0,cp0,cp1,pos1,col,thickness,num_segments) +end +ImDrawList.AddCallback = lib.ImDrawList_AddCallback +function ImDrawList:AddCircle(centre,radius,col,num_segments,thickness) + num_segments = num_segments or 12 + thickness = thickness or 1.0 + return lib.ImDrawList_AddCircle(self,centre,radius,col,num_segments,thickness) +end +function ImDrawList:AddCircleFilled(centre,radius,col,num_segments) + num_segments = num_segments or 12 + return lib.ImDrawList_AddCircleFilled(self,centre,radius,col,num_segments) +end +ImDrawList.AddConvexPolyFilled = lib.ImDrawList_AddConvexPolyFilled +ImDrawList.AddDrawCmd = lib.ImDrawList_AddDrawCmd +function ImDrawList:AddImage(user_texture_id,a,b,uv_a,uv_b,col) + uv_b = uv_b or ImVec2(1,1) + uv_a = uv_a or ImVec2(0,0) + col = col or 4294967295 + return lib.ImDrawList_AddImage(self,user_texture_id,a,b,uv_a,uv_b,col) +end +function ImDrawList:AddImageQuad(user_texture_id,a,b,c,d,uv_a,uv_b,uv_c,uv_d,col) + uv_c = uv_c or ImVec2(1,1) + uv_a = uv_a or ImVec2(0,0) + col = col or 4294967295 + uv_b = uv_b or ImVec2(1,0) + uv_d = uv_d or ImVec2(0,1) + return lib.ImDrawList_AddImageQuad(self,user_texture_id,a,b,c,d,uv_a,uv_b,uv_c,uv_d,col) +end +function ImDrawList:AddImageRounded(user_texture_id,a,b,uv_a,uv_b,col,rounding,rounding_corners) + rounding_corners = rounding_corners or lib.ImDrawCornerFlags_All + return lib.ImDrawList_AddImageRounded(self,user_texture_id,a,b,uv_a,uv_b,col,rounding,rounding_corners) +end +function ImDrawList:AddLine(a,b,col,thickness) + thickness = thickness or 1.0 + return lib.ImDrawList_AddLine(self,a,b,col,thickness) +end +ImDrawList.AddPolyline = lib.ImDrawList_AddPolyline +function ImDrawList:AddQuad(a,b,c,d,col,thickness) + thickness = thickness or 1.0 + return lib.ImDrawList_AddQuad(self,a,b,c,d,col,thickness) +end +ImDrawList.AddQuadFilled = lib.ImDrawList_AddQuadFilled +function ImDrawList:AddRect(a,b,col,rounding,rounding_corners,thickness) + rounding = rounding or 0.0 + thickness = thickness or 1.0 + rounding_corners = rounding_corners or lib.ImDrawCornerFlags_All + return lib.ImDrawList_AddRect(self,a,b,col,rounding,rounding_corners,thickness) +end +function ImDrawList:AddRectFilled(a,b,col,rounding,rounding_corners) + rounding = rounding or 0.0 + rounding_corners = rounding_corners or lib.ImDrawCornerFlags_All + return lib.ImDrawList_AddRectFilled(self,a,b,col,rounding,rounding_corners) +end +ImDrawList.AddRectFilledMultiColor = lib.ImDrawList_AddRectFilledMultiColor +function ImDrawList:AddText(pos,col,text_begin,text_end) + text_end = text_end or nil + return lib.ImDrawList_AddText(self,pos,col,text_begin,text_end) +end +function ImDrawList:AddTextFontPtr(font,font_size,pos,col,text_begin,text_end,wrap_width,cpu_fine_clip_rect) + text_end = text_end or nil + cpu_fine_clip_rect = cpu_fine_clip_rect or nil + wrap_width = wrap_width or 0.0 + return lib.ImDrawList_AddTextFontPtr(self,font,font_size,pos,col,text_begin,text_end,wrap_width,cpu_fine_clip_rect) +end +function ImDrawList:AddTriangle(a,b,c,col,thickness) + thickness = thickness or 1.0 + return lib.ImDrawList_AddTriangle(self,a,b,c,col,thickness) +end +ImDrawList.AddTriangleFilled = lib.ImDrawList_AddTriangleFilled +ImDrawList.ChannelsMerge = lib.ImDrawList_ChannelsMerge +ImDrawList.ChannelsSetCurrent = lib.ImDrawList_ChannelsSetCurrent +ImDrawList.ChannelsSplit = lib.ImDrawList_ChannelsSplit +ImDrawList.Clear = lib.ImDrawList_Clear +ImDrawList.ClearFreeMemory = lib.ImDrawList_ClearFreeMemory +ImDrawList.CloneOutput = lib.ImDrawList_CloneOutput +function ImDrawList:GetClipRectMax() + local nonUDT_out = ffi.new("ImVec2") + lib.ImDrawList_GetClipRectMax_nonUDT(nonUDT_out,self) + return nonUDT_out +end +ImDrawList.GetClipRectMax_nonUDT2 = lib.ImDrawList_GetClipRectMax_nonUDT2 +function ImDrawList:GetClipRectMin() + local nonUDT_out = ffi.new("ImVec2") + lib.ImDrawList_GetClipRectMin_nonUDT(nonUDT_out,self) + return nonUDT_out +end +ImDrawList.GetClipRectMin_nonUDT2 = lib.ImDrawList_GetClipRectMin_nonUDT2 +function ImDrawList.__new(ctype,shared_data) + local ptr = lib.ImDrawList_ImDrawList(shared_data) + return ffi.gc(ptr,lib.ImDrawList_destroy) +end +function ImDrawList:PathArcTo(centre,radius,a_min,a_max,num_segments) + num_segments = num_segments or 10 + return lib.ImDrawList_PathArcTo(self,centre,radius,a_min,a_max,num_segments) +end +ImDrawList.PathArcToFast = lib.ImDrawList_PathArcToFast +function ImDrawList:PathBezierCurveTo(p1,p2,p3,num_segments) + num_segments = num_segments or 0 + return lib.ImDrawList_PathBezierCurveTo(self,p1,p2,p3,num_segments) +end +ImDrawList.PathClear = lib.ImDrawList_PathClear +ImDrawList.PathFillConvex = lib.ImDrawList_PathFillConvex +ImDrawList.PathLineTo = lib.ImDrawList_PathLineTo +ImDrawList.PathLineToMergeDuplicate = lib.ImDrawList_PathLineToMergeDuplicate +function ImDrawList:PathRect(rect_min,rect_max,rounding,rounding_corners) + rounding = rounding or 0.0 + rounding_corners = rounding_corners or lib.ImDrawCornerFlags_All + return lib.ImDrawList_PathRect(self,rect_min,rect_max,rounding,rounding_corners) +end +function ImDrawList:PathStroke(col,closed,thickness) + thickness = thickness or 1.0 + return lib.ImDrawList_PathStroke(self,col,closed,thickness) +end +ImDrawList.PopClipRect = lib.ImDrawList_PopClipRect +ImDrawList.PopTextureID = lib.ImDrawList_PopTextureID +ImDrawList.PrimQuadUV = lib.ImDrawList_PrimQuadUV +ImDrawList.PrimRect = lib.ImDrawList_PrimRect +ImDrawList.PrimRectUV = lib.ImDrawList_PrimRectUV +ImDrawList.PrimReserve = lib.ImDrawList_PrimReserve +ImDrawList.PrimVtx = lib.ImDrawList_PrimVtx +ImDrawList.PrimWriteIdx = lib.ImDrawList_PrimWriteIdx +ImDrawList.PrimWriteVtx = lib.ImDrawList_PrimWriteVtx +function ImDrawList:PushClipRect(clip_rect_min,clip_rect_max,intersect_with_current_clip_rect) + intersect_with_current_clip_rect = intersect_with_current_clip_rect or false + return lib.ImDrawList_PushClipRect(self,clip_rect_min,clip_rect_max,intersect_with_current_clip_rect) +end +ImDrawList.PushClipRectFullScreen = lib.ImDrawList_PushClipRectFullScreen +ImDrawList.PushTextureID = lib.ImDrawList_PushTextureID +ImDrawList.UpdateClipRect = lib.ImDrawList_UpdateClipRect +ImDrawList.UpdateTextureID = lib.ImDrawList_UpdateTextureID +M.ImDrawList = ffi.metatype("ImDrawList",ImDrawList) +--------------------------ImGuiTextRange---------------------------- +local ImGuiTextRange= {} +ImGuiTextRange.__index = ImGuiTextRange +function ImGuiTextRange.__new(ctype) + local ptr = lib.ImGuiTextRange_ImGuiTextRange() + return ffi.gc(ptr,lib.ImGuiTextRange_destroy) +end +function ImGuiTextRange.ImGuiTextRangeStr(_b,_e) + local ptr = lib.ImGuiTextRange_ImGuiTextRangeStr(_b,_e) + return ffi.gc(ptr,lib.ImGuiTextRange_destroy) +end +ImGuiTextRange.empty = lib.ImGuiTextRange_empty +ImGuiTextRange.split = lib.ImGuiTextRange_split +M.ImGuiTextRange = ffi.metatype("ImGuiTextRange",ImGuiTextRange) +--------------------------ImVector_ImFontConfig---------------------------- +local ImVector_ImFontConfig= {} +ImVector_ImFontConfig.__index = ImVector_ImFontConfig +function ImVector_ImFontConfig.__new(ctype) + local ptr = lib.ImVector_ImFontConfig_ImVector_ImFontConfig() + return ffi.gc(ptr,lib.ImVector_ImFontConfig_destroy) +end +function ImVector_ImFontConfig.ImVector_ImFontConfigVector(src) + local ptr = lib.ImVector_ImFontConfig_ImVector_ImFontConfigVector(src) + return ffi.gc(ptr,lib.ImVector_ImFontConfig_destroy) +end +ImVector_ImFontConfig._grow_capacity = lib.ImVector_ImFontConfig__grow_capacity +ImVector_ImFontConfig.back = lib.ImVector_ImFontConfig_back +ImVector_ImFontConfig.back_const = lib.ImVector_ImFontConfig_back_const +ImVector_ImFontConfig.begin = lib.ImVector_ImFontConfig_begin +ImVector_ImFontConfig.begin_const = lib.ImVector_ImFontConfig_begin_const +ImVector_ImFontConfig.capacity = lib.ImVector_ImFontConfig_capacity +ImVector_ImFontConfig.clear = lib.ImVector_ImFontConfig_clear +ImVector_ImFontConfig.empty = lib.ImVector_ImFontConfig_empty +ImVector_ImFontConfig._end = lib.ImVector_ImFontConfig_end +ImVector_ImFontConfig.end_const = lib.ImVector_ImFontConfig_end_const +ImVector_ImFontConfig.erase = lib.ImVector_ImFontConfig_erase +ImVector_ImFontConfig.eraseTPtr = lib.ImVector_ImFontConfig_eraseTPtr +ImVector_ImFontConfig.erase_unsorted = lib.ImVector_ImFontConfig_erase_unsorted +ImVector_ImFontConfig.front = lib.ImVector_ImFontConfig_front +ImVector_ImFontConfig.front_const = lib.ImVector_ImFontConfig_front_const +ImVector_ImFontConfig.index_from_ptr = lib.ImVector_ImFontConfig_index_from_ptr +ImVector_ImFontConfig.insert = lib.ImVector_ImFontConfig_insert +ImVector_ImFontConfig.pop_back = lib.ImVector_ImFontConfig_pop_back +ImVector_ImFontConfig.push_back = lib.ImVector_ImFontConfig_push_back +ImVector_ImFontConfig.push_front = lib.ImVector_ImFontConfig_push_front +ImVector_ImFontConfig.reserve = lib.ImVector_ImFontConfig_reserve +ImVector_ImFontConfig.resize = lib.ImVector_ImFontConfig_resize +ImVector_ImFontConfig.resizeT = lib.ImVector_ImFontConfig_resizeT +ImVector_ImFontConfig.size = lib.ImVector_ImFontConfig_size +ImVector_ImFontConfig.size_in_bytes = lib.ImVector_ImFontConfig_size_in_bytes +ImVector_ImFontConfig.swap = lib.ImVector_ImFontConfig_swap +M.ImVector_ImFontConfig = ffi.metatype("ImVector_ImFontConfig",ImVector_ImFontConfig) +--------------------------ImVector_ImU32---------------------------- +local ImVector_ImU32= {} +ImVector_ImU32.__index = ImVector_ImU32 +function ImVector_ImU32.__new(ctype) + local ptr = lib.ImVector_ImU32_ImVector_ImU32() + return ffi.gc(ptr,lib.ImVector_ImU32_destroy) +end +function ImVector_ImU32.ImVector_ImU32Vector(src) + local ptr = lib.ImVector_ImU32_ImVector_ImU32Vector(src) + return ffi.gc(ptr,lib.ImVector_ImU32_destroy) +end +ImVector_ImU32._grow_capacity = lib.ImVector_ImU32__grow_capacity +ImVector_ImU32.back = lib.ImVector_ImU32_back +ImVector_ImU32.back_const = lib.ImVector_ImU32_back_const +ImVector_ImU32.begin = lib.ImVector_ImU32_begin +ImVector_ImU32.begin_const = lib.ImVector_ImU32_begin_const +ImVector_ImU32.capacity = lib.ImVector_ImU32_capacity +ImVector_ImU32.clear = lib.ImVector_ImU32_clear +ImVector_ImU32.empty = lib.ImVector_ImU32_empty +ImVector_ImU32._end = lib.ImVector_ImU32_end +ImVector_ImU32.end_const = lib.ImVector_ImU32_end_const +ImVector_ImU32.erase = lib.ImVector_ImU32_erase +ImVector_ImU32.eraseTPtr = lib.ImVector_ImU32_eraseTPtr +ImVector_ImU32.erase_unsorted = lib.ImVector_ImU32_erase_unsorted +ImVector_ImU32.front = lib.ImVector_ImU32_front +ImVector_ImU32.front_const = lib.ImVector_ImU32_front_const +ImVector_ImU32.index_from_ptr = lib.ImVector_ImU32_index_from_ptr +ImVector_ImU32.insert = lib.ImVector_ImU32_insert +ImVector_ImU32.pop_back = lib.ImVector_ImU32_pop_back +ImVector_ImU32.push_back = lib.ImVector_ImU32_push_back +ImVector_ImU32.push_front = lib.ImVector_ImU32_push_front +ImVector_ImU32.reserve = lib.ImVector_ImU32_reserve +ImVector_ImU32.resize = lib.ImVector_ImU32_resize +ImVector_ImU32.resizeT = lib.ImVector_ImU32_resizeT +ImVector_ImU32.size = lib.ImVector_ImU32_size +ImVector_ImU32.size_in_bytes = lib.ImVector_ImU32_size_in_bytes +ImVector_ImU32.swap = lib.ImVector_ImU32_swap +M.ImVector_ImU32 = ffi.metatype("ImVector_ImU32",ImVector_ImU32) +--------------------------ImGuiListClipper---------------------------- +local ImGuiListClipper= {} +ImGuiListClipper.__index = ImGuiListClipper +function ImGuiListClipper:Begin(items_count,items_height) + items_height = items_height or -1.0 + return lib.ImGuiListClipper_Begin(self,items_count,items_height) +end +ImGuiListClipper.End = lib.ImGuiListClipper_End +function ImGuiListClipper.__new(ctype,items_count,items_height) + if items_height == nil then items_height = -1.0 end + if items_count == nil then items_count = -1 end + local ptr = lib.ImGuiListClipper_ImGuiListClipper(items_count,items_height) + return ffi.gc(ptr,lib.ImGuiListClipper_destroy) +end +ImGuiListClipper.Step = lib.ImGuiListClipper_Step +M.ImGuiListClipper = ffi.metatype("ImGuiListClipper",ImGuiListClipper) +--------------------------ImGuiIO---------------------------- +local ImGuiIO= {} +ImGuiIO.__index = ImGuiIO +ImGuiIO.AddInputCharacter = lib.ImGuiIO_AddInputCharacter +ImGuiIO.AddInputCharactersUTF8 = lib.ImGuiIO_AddInputCharactersUTF8 +ImGuiIO.ClearInputCharacters = lib.ImGuiIO_ClearInputCharacters +function ImGuiIO.__new(ctype) + local ptr = lib.ImGuiIO_ImGuiIO() + return ffi.gc(ptr,lib.ImGuiIO_destroy) +end +M.ImGuiIO = ffi.metatype("ImGuiIO",ImGuiIO) +--------------------------ImVector_ImTextureID---------------------------- +local ImVector_ImTextureID= {} +ImVector_ImTextureID.__index = ImVector_ImTextureID +function ImVector_ImTextureID.__new(ctype) + local ptr = lib.ImVector_ImTextureID_ImVector_ImTextureID() + return ffi.gc(ptr,lib.ImVector_ImTextureID_destroy) +end +function ImVector_ImTextureID.ImVector_ImTextureIDVector(src) + local ptr = lib.ImVector_ImTextureID_ImVector_ImTextureIDVector(src) + return ffi.gc(ptr,lib.ImVector_ImTextureID_destroy) +end +ImVector_ImTextureID._grow_capacity = lib.ImVector_ImTextureID__grow_capacity +ImVector_ImTextureID.back = lib.ImVector_ImTextureID_back +ImVector_ImTextureID.back_const = lib.ImVector_ImTextureID_back_const +ImVector_ImTextureID.begin = lib.ImVector_ImTextureID_begin +ImVector_ImTextureID.begin_const = lib.ImVector_ImTextureID_begin_const +ImVector_ImTextureID.capacity = lib.ImVector_ImTextureID_capacity +ImVector_ImTextureID.clear = lib.ImVector_ImTextureID_clear +ImVector_ImTextureID.empty = lib.ImVector_ImTextureID_empty +ImVector_ImTextureID._end = lib.ImVector_ImTextureID_end +ImVector_ImTextureID.end_const = lib.ImVector_ImTextureID_end_const +ImVector_ImTextureID.erase = lib.ImVector_ImTextureID_erase +ImVector_ImTextureID.eraseTPtr = lib.ImVector_ImTextureID_eraseTPtr +ImVector_ImTextureID.erase_unsorted = lib.ImVector_ImTextureID_erase_unsorted +ImVector_ImTextureID.front = lib.ImVector_ImTextureID_front +ImVector_ImTextureID.front_const = lib.ImVector_ImTextureID_front_const +ImVector_ImTextureID.index_from_ptr = lib.ImVector_ImTextureID_index_from_ptr +ImVector_ImTextureID.insert = lib.ImVector_ImTextureID_insert +ImVector_ImTextureID.pop_back = lib.ImVector_ImTextureID_pop_back +ImVector_ImTextureID.push_back = lib.ImVector_ImTextureID_push_back +ImVector_ImTextureID.push_front = lib.ImVector_ImTextureID_push_front +ImVector_ImTextureID.reserve = lib.ImVector_ImTextureID_reserve +ImVector_ImTextureID.resize = lib.ImVector_ImTextureID_resize +ImVector_ImTextureID.resizeT = lib.ImVector_ImTextureID_resizeT +ImVector_ImTextureID.size = lib.ImVector_ImTextureID_size +ImVector_ImTextureID.size_in_bytes = lib.ImVector_ImTextureID_size_in_bytes +ImVector_ImTextureID.swap = lib.ImVector_ImTextureID_swap +M.ImVector_ImTextureID = ffi.metatype("ImVector_ImTextureID",ImVector_ImTextureID) +--------------------------ImVector_ImDrawCmd---------------------------- +local ImVector_ImDrawCmd= {} +ImVector_ImDrawCmd.__index = ImVector_ImDrawCmd +function ImVector_ImDrawCmd.__new(ctype) + local ptr = lib.ImVector_ImDrawCmd_ImVector_ImDrawCmd() + return ffi.gc(ptr,lib.ImVector_ImDrawCmd_destroy) +end +function ImVector_ImDrawCmd.ImVector_ImDrawCmdVector(src) + local ptr = lib.ImVector_ImDrawCmd_ImVector_ImDrawCmdVector(src) + return ffi.gc(ptr,lib.ImVector_ImDrawCmd_destroy) +end +ImVector_ImDrawCmd._grow_capacity = lib.ImVector_ImDrawCmd__grow_capacity +ImVector_ImDrawCmd.back = lib.ImVector_ImDrawCmd_back +ImVector_ImDrawCmd.back_const = lib.ImVector_ImDrawCmd_back_const +ImVector_ImDrawCmd.begin = lib.ImVector_ImDrawCmd_begin +ImVector_ImDrawCmd.begin_const = lib.ImVector_ImDrawCmd_begin_const +ImVector_ImDrawCmd.capacity = lib.ImVector_ImDrawCmd_capacity +ImVector_ImDrawCmd.clear = lib.ImVector_ImDrawCmd_clear +ImVector_ImDrawCmd.empty = lib.ImVector_ImDrawCmd_empty +ImVector_ImDrawCmd._end = lib.ImVector_ImDrawCmd_end +ImVector_ImDrawCmd.end_const = lib.ImVector_ImDrawCmd_end_const +ImVector_ImDrawCmd.erase = lib.ImVector_ImDrawCmd_erase +ImVector_ImDrawCmd.eraseTPtr = lib.ImVector_ImDrawCmd_eraseTPtr +ImVector_ImDrawCmd.erase_unsorted = lib.ImVector_ImDrawCmd_erase_unsorted +ImVector_ImDrawCmd.front = lib.ImVector_ImDrawCmd_front +ImVector_ImDrawCmd.front_const = lib.ImVector_ImDrawCmd_front_const +ImVector_ImDrawCmd.index_from_ptr = lib.ImVector_ImDrawCmd_index_from_ptr +ImVector_ImDrawCmd.insert = lib.ImVector_ImDrawCmd_insert +ImVector_ImDrawCmd.pop_back = lib.ImVector_ImDrawCmd_pop_back +ImVector_ImDrawCmd.push_back = lib.ImVector_ImDrawCmd_push_back +ImVector_ImDrawCmd.push_front = lib.ImVector_ImDrawCmd_push_front +ImVector_ImDrawCmd.reserve = lib.ImVector_ImDrawCmd_reserve +ImVector_ImDrawCmd.resize = lib.ImVector_ImDrawCmd_resize +ImVector_ImDrawCmd.resizeT = lib.ImVector_ImDrawCmd_resizeT +ImVector_ImDrawCmd.size = lib.ImVector_ImDrawCmd_size +ImVector_ImDrawCmd.size_in_bytes = lib.ImVector_ImDrawCmd_size_in_bytes +ImVector_ImDrawCmd.swap = lib.ImVector_ImDrawCmd_swap +M.ImVector_ImDrawCmd = ffi.metatype("ImVector_ImDrawCmd",ImVector_ImDrawCmd) +--------------------------ImGuiStorage---------------------------- +local ImGuiStorage= {} +ImGuiStorage.__index = ImGuiStorage +ImGuiStorage.BuildSortByKey = lib.ImGuiStorage_BuildSortByKey +ImGuiStorage.Clear = lib.ImGuiStorage_Clear +function ImGuiStorage:GetBool(key,default_val) + default_val = default_val or false + return lib.ImGuiStorage_GetBool(self,key,default_val) +end +function ImGuiStorage:GetBoolRef(key,default_val) + default_val = default_val or false + return lib.ImGuiStorage_GetBoolRef(self,key,default_val) +end +function ImGuiStorage:GetFloat(key,default_val) + default_val = default_val or 0.0 + return lib.ImGuiStorage_GetFloat(self,key,default_val) +end +function ImGuiStorage:GetFloatRef(key,default_val) + default_val = default_val or 0.0 + return lib.ImGuiStorage_GetFloatRef(self,key,default_val) +end +function ImGuiStorage:GetInt(key,default_val) + default_val = default_val or 0 + return lib.ImGuiStorage_GetInt(self,key,default_val) +end +function ImGuiStorage:GetIntRef(key,default_val) + default_val = default_val or 0 + return lib.ImGuiStorage_GetIntRef(self,key,default_val) +end +ImGuiStorage.GetVoidPtr = lib.ImGuiStorage_GetVoidPtr +function ImGuiStorage:GetVoidPtrRef(key,default_val) + default_val = default_val or nil + return lib.ImGuiStorage_GetVoidPtrRef(self,key,default_val) +end +ImGuiStorage.SetAllInt = lib.ImGuiStorage_SetAllInt +ImGuiStorage.SetBool = lib.ImGuiStorage_SetBool +ImGuiStorage.SetFloat = lib.ImGuiStorage_SetFloat +ImGuiStorage.SetInt = lib.ImGuiStorage_SetInt +ImGuiStorage.SetVoidPtr = lib.ImGuiStorage_SetVoidPtr +M.ImGuiStorage = ffi.metatype("ImGuiStorage",ImGuiStorage) +--------------------------ImFontAtlasCustomRect---------------------------- +local ImFontAtlasCustomRect= {} +ImFontAtlasCustomRect.__index = ImFontAtlasCustomRect +function ImFontAtlasCustomRect.__new(ctype) + local ptr = lib.ImFontAtlasCustomRect_ImFontAtlasCustomRect() + return ffi.gc(ptr,lib.ImFontAtlasCustomRect_destroy) +end +ImFontAtlasCustomRect.IsPacked = lib.ImFontAtlasCustomRect_IsPacked +M.ImFontAtlasCustomRect = ffi.metatype("ImFontAtlasCustomRect",ImFontAtlasCustomRect) +--------------------------ImVector_ImWchar---------------------------- +local ImVector_ImWchar= {} +ImVector_ImWchar.__index = ImVector_ImWchar +function ImVector_ImWchar.__new(ctype) + local ptr = lib.ImVector_ImWchar_ImVector_ImWchar() + return ffi.gc(ptr,lib.ImVector_ImWchar_destroy) +end +function ImVector_ImWchar.ImVector_ImWcharVector(src) + local ptr = lib.ImVector_ImWchar_ImVector_ImWcharVector(src) + return ffi.gc(ptr,lib.ImVector_ImWchar_destroy) +end +ImVector_ImWchar._grow_capacity = lib.ImVector_ImWchar__grow_capacity +ImVector_ImWchar.back = lib.ImVector_ImWchar_back +ImVector_ImWchar.back_const = lib.ImVector_ImWchar_back_const +ImVector_ImWchar.begin = lib.ImVector_ImWchar_begin +ImVector_ImWchar.begin_const = lib.ImVector_ImWchar_begin_const +ImVector_ImWchar.capacity = lib.ImVector_ImWchar_capacity +ImVector_ImWchar.clear = lib.ImVector_ImWchar_clear +ImVector_ImWchar.contains = lib.ImVector_ImWchar_contains +ImVector_ImWchar.empty = lib.ImVector_ImWchar_empty +ImVector_ImWchar._end = lib.ImVector_ImWchar_end +ImVector_ImWchar.end_const = lib.ImVector_ImWchar_end_const +ImVector_ImWchar.erase = lib.ImVector_ImWchar_erase +ImVector_ImWchar.eraseTPtr = lib.ImVector_ImWchar_eraseTPtr +ImVector_ImWchar.erase_unsorted = lib.ImVector_ImWchar_erase_unsorted +ImVector_ImWchar.front = lib.ImVector_ImWchar_front +ImVector_ImWchar.front_const = lib.ImVector_ImWchar_front_const +ImVector_ImWchar.index_from_ptr = lib.ImVector_ImWchar_index_from_ptr +ImVector_ImWchar.insert = lib.ImVector_ImWchar_insert +ImVector_ImWchar.pop_back = lib.ImVector_ImWchar_pop_back +ImVector_ImWchar.push_back = lib.ImVector_ImWchar_push_back +ImVector_ImWchar.push_front = lib.ImVector_ImWchar_push_front +ImVector_ImWchar.reserve = lib.ImVector_ImWchar_reserve +ImVector_ImWchar.resize = lib.ImVector_ImWchar_resize +ImVector_ImWchar.resizeT = lib.ImVector_ImWchar_resizeT +ImVector_ImWchar.size = lib.ImVector_ImWchar_size +ImVector_ImWchar.size_in_bytes = lib.ImVector_ImWchar_size_in_bytes +ImVector_ImWchar.swap = lib.ImVector_ImWchar_swap +M.ImVector_ImWchar = ffi.metatype("ImVector_ImWchar",ImVector_ImWchar) +--------------------------ImVector_char---------------------------- +local ImVector_char= {} +ImVector_char.__index = ImVector_char +function ImVector_char.__new(ctype) + local ptr = lib.ImVector_char_ImVector_char() + return ffi.gc(ptr,lib.ImVector_char_destroy) +end +function ImVector_char.ImVector_charVector(src) + local ptr = lib.ImVector_char_ImVector_charVector(src) + return ffi.gc(ptr,lib.ImVector_char_destroy) +end +ImVector_char._grow_capacity = lib.ImVector_char__grow_capacity +ImVector_char.back = lib.ImVector_char_back +ImVector_char.back_const = lib.ImVector_char_back_const +ImVector_char.begin = lib.ImVector_char_begin +ImVector_char.begin_const = lib.ImVector_char_begin_const +ImVector_char.capacity = lib.ImVector_char_capacity +ImVector_char.clear = lib.ImVector_char_clear +ImVector_char.contains = lib.ImVector_char_contains +ImVector_char.empty = lib.ImVector_char_empty +ImVector_char._end = lib.ImVector_char_end +ImVector_char.end_const = lib.ImVector_char_end_const +ImVector_char.erase = lib.ImVector_char_erase +ImVector_char.eraseTPtr = lib.ImVector_char_eraseTPtr +ImVector_char.erase_unsorted = lib.ImVector_char_erase_unsorted +ImVector_char.front = lib.ImVector_char_front +ImVector_char.front_const = lib.ImVector_char_front_const +ImVector_char.index_from_ptr = lib.ImVector_char_index_from_ptr +ImVector_char.insert = lib.ImVector_char_insert +ImVector_char.pop_back = lib.ImVector_char_pop_back +ImVector_char.push_back = lib.ImVector_char_push_back +ImVector_char.push_front = lib.ImVector_char_push_front +ImVector_char.reserve = lib.ImVector_char_reserve +ImVector_char.resize = lib.ImVector_char_resize +ImVector_char.resizeT = lib.ImVector_char_resizeT +ImVector_char.size = lib.ImVector_char_size +ImVector_char.size_in_bytes = lib.ImVector_char_size_in_bytes +ImVector_char.swap = lib.ImVector_char_swap +M.ImVector_char = ffi.metatype("ImVector_char",ImVector_char) +--------------------------ImGuiStoragePair---------------------------- +local ImGuiStoragePair= {} +ImGuiStoragePair.__index = ImGuiStoragePair +function ImGuiStoragePair.ImGuiStoragePairInt(_key,_val_i) + local ptr = lib.ImGuiStoragePair_ImGuiStoragePairInt(_key,_val_i) + return ffi.gc(ptr,lib.ImGuiStoragePair_destroy) +end +function ImGuiStoragePair.ImGuiStoragePairFloat(_key,_val_f) + local ptr = lib.ImGuiStoragePair_ImGuiStoragePairFloat(_key,_val_f) + return ffi.gc(ptr,lib.ImGuiStoragePair_destroy) +end +function ImGuiStoragePair.ImGuiStoragePairPtr(_key,_val_p) + local ptr = lib.ImGuiStoragePair_ImGuiStoragePairPtr(_key,_val_p) + return ffi.gc(ptr,lib.ImGuiStoragePair_destroy) +end +M.ImGuiStoragePair = ffi.metatype("ImGuiStoragePair",ImGuiStoragePair) +--------------------------ImFont---------------------------- +local ImFont= {} +ImFont.__index = ImFont +ImFont.AddGlyph = lib.ImFont_AddGlyph +function ImFont:AddRemapChar(dst,src,overwrite_dst) + if overwrite_dst == nil then overwrite_dst = true end + return lib.ImFont_AddRemapChar(self,dst,src,overwrite_dst) +end +ImFont.BuildLookupTable = lib.ImFont_BuildLookupTable +function ImFont:CalcTextSizeA(size,max_width,wrap_width,text_begin,text_end,remaining) + text_end = text_end or nil + remaining = remaining or nil + local nonUDT_out = ffi.new("ImVec2") + lib.ImFont_CalcTextSizeA_nonUDT(nonUDT_out,self,size,max_width,wrap_width,text_begin,text_end,remaining) + return nonUDT_out +end +function ImFont:CalcTextSizeA_nonUDT2(size,max_width,wrap_width,text_begin,text_end,remaining) + text_end = text_end or nil + remaining = remaining or nil + return lib.ImFont_CalcTextSizeA_nonUDT2(self,size,max_width,wrap_width,text_begin,text_end,remaining) +end +ImFont.CalcWordWrapPositionA = lib.ImFont_CalcWordWrapPositionA +ImFont.ClearOutputData = lib.ImFont_ClearOutputData +ImFont.FindGlyph = lib.ImFont_FindGlyph +ImFont.FindGlyphNoFallback = lib.ImFont_FindGlyphNoFallback +ImFont.GetCharAdvance = lib.ImFont_GetCharAdvance +ImFont.GetDebugName = lib.ImFont_GetDebugName +ImFont.GrowIndex = lib.ImFont_GrowIndex +function ImFont.__new(ctype) + local ptr = lib.ImFont_ImFont() + return ffi.gc(ptr,lib.ImFont_destroy) +end +ImFont.IsLoaded = lib.ImFont_IsLoaded +ImFont.RenderChar = lib.ImFont_RenderChar +function ImFont:RenderText(draw_list,size,pos,col,clip_rect,text_begin,text_end,wrap_width,cpu_fine_clip) + wrap_width = wrap_width or 0.0 + cpu_fine_clip = cpu_fine_clip or false + return lib.ImFont_RenderText(self,draw_list,size,pos,col,clip_rect,text_begin,text_end,wrap_width,cpu_fine_clip) +end +ImFont.SetFallbackChar = lib.ImFont_SetFallbackChar +M.ImFont = ffi.metatype("ImFont",ImFont) +--------------------------ImGuiOnceUponAFrame---------------------------- +local ImGuiOnceUponAFrame= {} +ImGuiOnceUponAFrame.__index = ImGuiOnceUponAFrame +function ImGuiOnceUponAFrame.__new(ctype) + local ptr = lib.ImGuiOnceUponAFrame_ImGuiOnceUponAFrame() + return ffi.gc(ptr,lib.ImGuiOnceUponAFrame_destroy) +end +M.ImGuiOnceUponAFrame = ffi.metatype("ImGuiOnceUponAFrame",ImGuiOnceUponAFrame) +--------------------------ImVector_ImVec4---------------------------- +local ImVector_ImVec4= {} +ImVector_ImVec4.__index = ImVector_ImVec4 +function ImVector_ImVec4.__new(ctype) + local ptr = lib.ImVector_ImVec4_ImVector_ImVec4() + return ffi.gc(ptr,lib.ImVector_ImVec4_destroy) +end +function ImVector_ImVec4.ImVector_ImVec4Vector(src) + local ptr = lib.ImVector_ImVec4_ImVector_ImVec4Vector(src) + return ffi.gc(ptr,lib.ImVector_ImVec4_destroy) +end +ImVector_ImVec4._grow_capacity = lib.ImVector_ImVec4__grow_capacity +ImVector_ImVec4.back = lib.ImVector_ImVec4_back +ImVector_ImVec4.back_const = lib.ImVector_ImVec4_back_const +ImVector_ImVec4.begin = lib.ImVector_ImVec4_begin +ImVector_ImVec4.begin_const = lib.ImVector_ImVec4_begin_const +ImVector_ImVec4.capacity = lib.ImVector_ImVec4_capacity +ImVector_ImVec4.clear = lib.ImVector_ImVec4_clear +ImVector_ImVec4.empty = lib.ImVector_ImVec4_empty +ImVector_ImVec4._end = lib.ImVector_ImVec4_end +ImVector_ImVec4.end_const = lib.ImVector_ImVec4_end_const +ImVector_ImVec4.erase = lib.ImVector_ImVec4_erase +ImVector_ImVec4.eraseTPtr = lib.ImVector_ImVec4_eraseTPtr +ImVector_ImVec4.erase_unsorted = lib.ImVector_ImVec4_erase_unsorted +ImVector_ImVec4.front = lib.ImVector_ImVec4_front +ImVector_ImVec4.front_const = lib.ImVector_ImVec4_front_const +ImVector_ImVec4.index_from_ptr = lib.ImVector_ImVec4_index_from_ptr +ImVector_ImVec4.insert = lib.ImVector_ImVec4_insert +ImVector_ImVec4.pop_back = lib.ImVector_ImVec4_pop_back +ImVector_ImVec4.push_back = lib.ImVector_ImVec4_push_back +ImVector_ImVec4.push_front = lib.ImVector_ImVec4_push_front +ImVector_ImVec4.reserve = lib.ImVector_ImVec4_reserve +ImVector_ImVec4.resize = lib.ImVector_ImVec4_resize +ImVector_ImVec4.resizeT = lib.ImVector_ImVec4_resizeT +ImVector_ImVec4.size = lib.ImVector_ImVec4_size +ImVector_ImVec4.size_in_bytes = lib.ImVector_ImVec4_size_in_bytes +ImVector_ImVec4.swap = lib.ImVector_ImVec4_swap +M.ImVector_ImVec4 = ffi.metatype("ImVector_ImVec4",ImVector_ImVec4) +--------------------------ImVector_ImDrawIdx---------------------------- +local ImVector_ImDrawIdx= {} +ImVector_ImDrawIdx.__index = ImVector_ImDrawIdx +function ImVector_ImDrawIdx.__new(ctype) + local ptr = lib.ImVector_ImDrawIdx_ImVector_ImDrawIdx() + return ffi.gc(ptr,lib.ImVector_ImDrawIdx_destroy) +end +function ImVector_ImDrawIdx.ImVector_ImDrawIdxVector(src) + local ptr = lib.ImVector_ImDrawIdx_ImVector_ImDrawIdxVector(src) + return ffi.gc(ptr,lib.ImVector_ImDrawIdx_destroy) +end +ImVector_ImDrawIdx._grow_capacity = lib.ImVector_ImDrawIdx__grow_capacity +ImVector_ImDrawIdx.back = lib.ImVector_ImDrawIdx_back +ImVector_ImDrawIdx.back_const = lib.ImVector_ImDrawIdx_back_const +ImVector_ImDrawIdx.begin = lib.ImVector_ImDrawIdx_begin +ImVector_ImDrawIdx.begin_const = lib.ImVector_ImDrawIdx_begin_const +ImVector_ImDrawIdx.capacity = lib.ImVector_ImDrawIdx_capacity +ImVector_ImDrawIdx.clear = lib.ImVector_ImDrawIdx_clear +ImVector_ImDrawIdx.empty = lib.ImVector_ImDrawIdx_empty +ImVector_ImDrawIdx._end = lib.ImVector_ImDrawIdx_end +ImVector_ImDrawIdx.end_const = lib.ImVector_ImDrawIdx_end_const +ImVector_ImDrawIdx.erase = lib.ImVector_ImDrawIdx_erase +ImVector_ImDrawIdx.eraseTPtr = lib.ImVector_ImDrawIdx_eraseTPtr +ImVector_ImDrawIdx.erase_unsorted = lib.ImVector_ImDrawIdx_erase_unsorted +ImVector_ImDrawIdx.front = lib.ImVector_ImDrawIdx_front +ImVector_ImDrawIdx.front_const = lib.ImVector_ImDrawIdx_front_const +ImVector_ImDrawIdx.index_from_ptr = lib.ImVector_ImDrawIdx_index_from_ptr +ImVector_ImDrawIdx.insert = lib.ImVector_ImDrawIdx_insert +ImVector_ImDrawIdx.pop_back = lib.ImVector_ImDrawIdx_pop_back +ImVector_ImDrawIdx.push_back = lib.ImVector_ImDrawIdx_push_back +ImVector_ImDrawIdx.push_front = lib.ImVector_ImDrawIdx_push_front +ImVector_ImDrawIdx.reserve = lib.ImVector_ImDrawIdx_reserve +ImVector_ImDrawIdx.resize = lib.ImVector_ImDrawIdx_resize +ImVector_ImDrawIdx.resizeT = lib.ImVector_ImDrawIdx_resizeT +ImVector_ImDrawIdx.size = lib.ImVector_ImDrawIdx_size +ImVector_ImDrawIdx.size_in_bytes = lib.ImVector_ImDrawIdx_size_in_bytes +ImVector_ImDrawIdx.swap = lib.ImVector_ImDrawIdx_swap +M.ImVector_ImDrawIdx = ffi.metatype("ImVector_ImDrawIdx",ImVector_ImDrawIdx) +--------------------------ImVector_ImGuiTextRange---------------------------- +local ImVector_ImGuiTextRange= {} +ImVector_ImGuiTextRange.__index = ImVector_ImGuiTextRange +function ImVector_ImGuiTextRange.__new(ctype) + local ptr = lib.ImVector_ImGuiTextRange_ImVector_ImGuiTextRange() + return ffi.gc(ptr,lib.ImVector_ImGuiTextRange_destroy) +end +function ImVector_ImGuiTextRange.ImVector_ImGuiTextRangeVector(src) + local ptr = lib.ImVector_ImGuiTextRange_ImVector_ImGuiTextRangeVector(src) + return ffi.gc(ptr,lib.ImVector_ImGuiTextRange_destroy) +end +ImVector_ImGuiTextRange._grow_capacity = lib.ImVector_ImGuiTextRange__grow_capacity +ImVector_ImGuiTextRange.back = lib.ImVector_ImGuiTextRange_back +ImVector_ImGuiTextRange.back_const = lib.ImVector_ImGuiTextRange_back_const +ImVector_ImGuiTextRange.begin = lib.ImVector_ImGuiTextRange_begin +ImVector_ImGuiTextRange.begin_const = lib.ImVector_ImGuiTextRange_begin_const +ImVector_ImGuiTextRange.capacity = lib.ImVector_ImGuiTextRange_capacity +ImVector_ImGuiTextRange.clear = lib.ImVector_ImGuiTextRange_clear +ImVector_ImGuiTextRange.empty = lib.ImVector_ImGuiTextRange_empty +ImVector_ImGuiTextRange._end = lib.ImVector_ImGuiTextRange_end +ImVector_ImGuiTextRange.end_const = lib.ImVector_ImGuiTextRange_end_const +ImVector_ImGuiTextRange.erase = lib.ImVector_ImGuiTextRange_erase +ImVector_ImGuiTextRange.eraseTPtr = lib.ImVector_ImGuiTextRange_eraseTPtr +ImVector_ImGuiTextRange.erase_unsorted = lib.ImVector_ImGuiTextRange_erase_unsorted +ImVector_ImGuiTextRange.front = lib.ImVector_ImGuiTextRange_front +ImVector_ImGuiTextRange.front_const = lib.ImVector_ImGuiTextRange_front_const +ImVector_ImGuiTextRange.index_from_ptr = lib.ImVector_ImGuiTextRange_index_from_ptr +ImVector_ImGuiTextRange.insert = lib.ImVector_ImGuiTextRange_insert +ImVector_ImGuiTextRange.pop_back = lib.ImVector_ImGuiTextRange_pop_back +ImVector_ImGuiTextRange.push_back = lib.ImVector_ImGuiTextRange_push_back +ImVector_ImGuiTextRange.push_front = lib.ImVector_ImGuiTextRange_push_front +ImVector_ImGuiTextRange.reserve = lib.ImVector_ImGuiTextRange_reserve +ImVector_ImGuiTextRange.resize = lib.ImVector_ImGuiTextRange_resize +ImVector_ImGuiTextRange.resizeT = lib.ImVector_ImGuiTextRange_resizeT +ImVector_ImGuiTextRange.size = lib.ImVector_ImGuiTextRange_size +ImVector_ImGuiTextRange.size_in_bytes = lib.ImVector_ImGuiTextRange_size_in_bytes +ImVector_ImGuiTextRange.swap = lib.ImVector_ImGuiTextRange_swap +M.ImVector_ImGuiTextRange = ffi.metatype("ImVector_ImGuiTextRange",ImVector_ImGuiTextRange) +--------------------------ImVector_float---------------------------- +local ImVector_float= {} +ImVector_float.__index = ImVector_float +function ImVector_float.__new(ctype) + local ptr = lib.ImVector_float_ImVector_float() + return ffi.gc(ptr,lib.ImVector_float_destroy) +end +function ImVector_float.ImVector_floatVector(src) + local ptr = lib.ImVector_float_ImVector_floatVector(src) + return ffi.gc(ptr,lib.ImVector_float_destroy) +end +ImVector_float._grow_capacity = lib.ImVector_float__grow_capacity +ImVector_float.back = lib.ImVector_float_back +ImVector_float.back_const = lib.ImVector_float_back_const +ImVector_float.begin = lib.ImVector_float_begin +ImVector_float.begin_const = lib.ImVector_float_begin_const +ImVector_float.capacity = lib.ImVector_float_capacity +ImVector_float.clear = lib.ImVector_float_clear +ImVector_float.contains = lib.ImVector_float_contains +ImVector_float.empty = lib.ImVector_float_empty +ImVector_float._end = lib.ImVector_float_end +ImVector_float.end_const = lib.ImVector_float_end_const +ImVector_float.erase = lib.ImVector_float_erase +ImVector_float.eraseTPtr = lib.ImVector_float_eraseTPtr +ImVector_float.erase_unsorted = lib.ImVector_float_erase_unsorted +ImVector_float.front = lib.ImVector_float_front +ImVector_float.front_const = lib.ImVector_float_front_const +ImVector_float.index_from_ptr = lib.ImVector_float_index_from_ptr +ImVector_float.insert = lib.ImVector_float_insert +ImVector_float.pop_back = lib.ImVector_float_pop_back +ImVector_float.push_back = lib.ImVector_float_push_back +ImVector_float.push_front = lib.ImVector_float_push_front +ImVector_float.reserve = lib.ImVector_float_reserve +ImVector_float.resize = lib.ImVector_float_resize +ImVector_float.resizeT = lib.ImVector_float_resizeT +ImVector_float.size = lib.ImVector_float_size +ImVector_float.size_in_bytes = lib.ImVector_float_size_in_bytes +ImVector_float.swap = lib.ImVector_float_swap +M.ImVector_float = ffi.metatype("ImVector_float",ImVector_float) +--------------------------ImGuiInputTextCallbackData---------------------------- +local ImGuiInputTextCallbackData= {} +ImGuiInputTextCallbackData.__index = ImGuiInputTextCallbackData +ImGuiInputTextCallbackData.DeleteChars = lib.ImGuiInputTextCallbackData_DeleteChars +ImGuiInputTextCallbackData.HasSelection = lib.ImGuiInputTextCallbackData_HasSelection +function ImGuiInputTextCallbackData.__new(ctype) + local ptr = lib.ImGuiInputTextCallbackData_ImGuiInputTextCallbackData() + return ffi.gc(ptr,lib.ImGuiInputTextCallbackData_destroy) +end +function ImGuiInputTextCallbackData:InsertChars(pos,text,text_end) + text_end = text_end or nil + return lib.ImGuiInputTextCallbackData_InsertChars(self,pos,text,text_end) +end +M.ImGuiInputTextCallbackData = ffi.metatype("ImGuiInputTextCallbackData",ImGuiInputTextCallbackData) +--------------------------ImGuiPayload---------------------------- +local ImGuiPayload= {} +ImGuiPayload.__index = ImGuiPayload +ImGuiPayload.Clear = lib.ImGuiPayload_Clear +function ImGuiPayload.__new(ctype) + local ptr = lib.ImGuiPayload_ImGuiPayload() + return ffi.gc(ptr,lib.ImGuiPayload_destroy) +end +ImGuiPayload.IsDataType = lib.ImGuiPayload_IsDataType +ImGuiPayload.IsDelivery = lib.ImGuiPayload_IsDelivery +ImGuiPayload.IsPreview = lib.ImGuiPayload_IsPreview +M.ImGuiPayload = ffi.metatype("ImGuiPayload",ImGuiPayload) +--------------------------ImDrawCmd---------------------------- +local ImDrawCmd= {} +ImDrawCmd.__index = ImDrawCmd +function ImDrawCmd.__new(ctype) + local ptr = lib.ImDrawCmd_ImDrawCmd() + return ffi.gc(ptr,lib.ImDrawCmd_destroy) +end +M.ImDrawCmd = ffi.metatype("ImDrawCmd",ImDrawCmd) +--------------------------ImVector_ImFontGlyph---------------------------- +local ImVector_ImFontGlyph= {} +ImVector_ImFontGlyph.__index = ImVector_ImFontGlyph +function ImVector_ImFontGlyph.__new(ctype) + local ptr = lib.ImVector_ImFontGlyph_ImVector_ImFontGlyph() + return ffi.gc(ptr,lib.ImVector_ImFontGlyph_destroy) +end +function ImVector_ImFontGlyph.ImVector_ImFontGlyphVector(src) + local ptr = lib.ImVector_ImFontGlyph_ImVector_ImFontGlyphVector(src) + return ffi.gc(ptr,lib.ImVector_ImFontGlyph_destroy) +end +ImVector_ImFontGlyph._grow_capacity = lib.ImVector_ImFontGlyph__grow_capacity +ImVector_ImFontGlyph.back = lib.ImVector_ImFontGlyph_back +ImVector_ImFontGlyph.back_const = lib.ImVector_ImFontGlyph_back_const +ImVector_ImFontGlyph.begin = lib.ImVector_ImFontGlyph_begin +ImVector_ImFontGlyph.begin_const = lib.ImVector_ImFontGlyph_begin_const +ImVector_ImFontGlyph.capacity = lib.ImVector_ImFontGlyph_capacity +ImVector_ImFontGlyph.clear = lib.ImVector_ImFontGlyph_clear +ImVector_ImFontGlyph.empty = lib.ImVector_ImFontGlyph_empty +ImVector_ImFontGlyph._end = lib.ImVector_ImFontGlyph_end +ImVector_ImFontGlyph.end_const = lib.ImVector_ImFontGlyph_end_const +ImVector_ImFontGlyph.erase = lib.ImVector_ImFontGlyph_erase +ImVector_ImFontGlyph.eraseTPtr = lib.ImVector_ImFontGlyph_eraseTPtr +ImVector_ImFontGlyph.erase_unsorted = lib.ImVector_ImFontGlyph_erase_unsorted +ImVector_ImFontGlyph.front = lib.ImVector_ImFontGlyph_front +ImVector_ImFontGlyph.front_const = lib.ImVector_ImFontGlyph_front_const +ImVector_ImFontGlyph.index_from_ptr = lib.ImVector_ImFontGlyph_index_from_ptr +ImVector_ImFontGlyph.insert = lib.ImVector_ImFontGlyph_insert +ImVector_ImFontGlyph.pop_back = lib.ImVector_ImFontGlyph_pop_back +ImVector_ImFontGlyph.push_back = lib.ImVector_ImFontGlyph_push_back +ImVector_ImFontGlyph.push_front = lib.ImVector_ImFontGlyph_push_front +ImVector_ImFontGlyph.reserve = lib.ImVector_ImFontGlyph_reserve +ImVector_ImFontGlyph.resize = lib.ImVector_ImFontGlyph_resize +ImVector_ImFontGlyph.resizeT = lib.ImVector_ImFontGlyph_resizeT +ImVector_ImFontGlyph.size = lib.ImVector_ImFontGlyph_size +ImVector_ImFontGlyph.size_in_bytes = lib.ImVector_ImFontGlyph_size_in_bytes +ImVector_ImFontGlyph.swap = lib.ImVector_ImFontGlyph_swap +M.ImVector_ImFontGlyph = ffi.metatype("ImVector_ImFontGlyph",ImVector_ImFontGlyph) +--------------------------ImGuiTextFilter---------------------------- +local ImGuiTextFilter= {} +ImGuiTextFilter.__index = ImGuiTextFilter +ImGuiTextFilter.Build = lib.ImGuiTextFilter_Build +ImGuiTextFilter.Clear = lib.ImGuiTextFilter_Clear +function ImGuiTextFilter:Draw(label,width) + label = label or "Filter(inc,-exc)" + width = width or 0.0 + return lib.ImGuiTextFilter_Draw(self,label,width) +end +function ImGuiTextFilter.__new(ctype,default_filter) + if default_filter == nil then default_filter = "" end + local ptr = lib.ImGuiTextFilter_ImGuiTextFilter(default_filter) + return ffi.gc(ptr,lib.ImGuiTextFilter_destroy) +end +ImGuiTextFilter.IsActive = lib.ImGuiTextFilter_IsActive +function ImGuiTextFilter:PassFilter(text,text_end) + text_end = text_end or nil + return lib.ImGuiTextFilter_PassFilter(self,text,text_end) +end +M.ImGuiTextFilter = ffi.metatype("ImGuiTextFilter",ImGuiTextFilter) +--------------------------ImVector_ImGuiStoragePair---------------------------- +local ImVector_ImGuiStoragePair= {} +ImVector_ImGuiStoragePair.__index = ImVector_ImGuiStoragePair +function ImVector_ImGuiStoragePair.__new(ctype) + local ptr = lib.ImVector_ImGuiStoragePair_ImVector_ImGuiStoragePair() + return ffi.gc(ptr,lib.ImVector_ImGuiStoragePair_destroy) +end +function ImVector_ImGuiStoragePair.ImVector_ImGuiStoragePairVector(src) + local ptr = lib.ImVector_ImGuiStoragePair_ImVector_ImGuiStoragePairVector(src) + return ffi.gc(ptr,lib.ImVector_ImGuiStoragePair_destroy) +end +ImVector_ImGuiStoragePair._grow_capacity = lib.ImVector_ImGuiStoragePair__grow_capacity +ImVector_ImGuiStoragePair.back = lib.ImVector_ImGuiStoragePair_back +ImVector_ImGuiStoragePair.back_const = lib.ImVector_ImGuiStoragePair_back_const +ImVector_ImGuiStoragePair.begin = lib.ImVector_ImGuiStoragePair_begin +ImVector_ImGuiStoragePair.begin_const = lib.ImVector_ImGuiStoragePair_begin_const +ImVector_ImGuiStoragePair.capacity = lib.ImVector_ImGuiStoragePair_capacity +ImVector_ImGuiStoragePair.clear = lib.ImVector_ImGuiStoragePair_clear +ImVector_ImGuiStoragePair.empty = lib.ImVector_ImGuiStoragePair_empty +ImVector_ImGuiStoragePair._end = lib.ImVector_ImGuiStoragePair_end +ImVector_ImGuiStoragePair.end_const = lib.ImVector_ImGuiStoragePair_end_const +ImVector_ImGuiStoragePair.erase = lib.ImVector_ImGuiStoragePair_erase +ImVector_ImGuiStoragePair.eraseTPtr = lib.ImVector_ImGuiStoragePair_eraseTPtr +ImVector_ImGuiStoragePair.erase_unsorted = lib.ImVector_ImGuiStoragePair_erase_unsorted +ImVector_ImGuiStoragePair.front = lib.ImVector_ImGuiStoragePair_front +ImVector_ImGuiStoragePair.front_const = lib.ImVector_ImGuiStoragePair_front_const +ImVector_ImGuiStoragePair.index_from_ptr = lib.ImVector_ImGuiStoragePair_index_from_ptr +ImVector_ImGuiStoragePair.insert = lib.ImVector_ImGuiStoragePair_insert +ImVector_ImGuiStoragePair.pop_back = lib.ImVector_ImGuiStoragePair_pop_back +ImVector_ImGuiStoragePair.push_back = lib.ImVector_ImGuiStoragePair_push_back +ImVector_ImGuiStoragePair.push_front = lib.ImVector_ImGuiStoragePair_push_front +ImVector_ImGuiStoragePair.reserve = lib.ImVector_ImGuiStoragePair_reserve +ImVector_ImGuiStoragePair.resize = lib.ImVector_ImGuiStoragePair_resize +ImVector_ImGuiStoragePair.resizeT = lib.ImVector_ImGuiStoragePair_resizeT +ImVector_ImGuiStoragePair.size = lib.ImVector_ImGuiStoragePair_size +ImVector_ImGuiStoragePair.size_in_bytes = lib.ImVector_ImGuiStoragePair_size_in_bytes +ImVector_ImGuiStoragePair.swap = lib.ImVector_ImGuiStoragePair_swap +M.ImVector_ImGuiStoragePair = ffi.metatype("ImVector_ImGuiStoragePair",ImVector_ImGuiStoragePair) +--------------------------ImFontAtlas---------------------------- +local ImFontAtlas= {} +ImFontAtlas.__index = ImFontAtlas +function ImFontAtlas:AddCustomRectFontGlyph(font,id,width,height,advance_x,offset) + offset = offset or ImVec2(0,0) + return lib.ImFontAtlas_AddCustomRectFontGlyph(self,font,id,width,height,advance_x,offset) +end +ImFontAtlas.AddCustomRectRegular = lib.ImFontAtlas_AddCustomRectRegular +ImFontAtlas.AddFont = lib.ImFontAtlas_AddFont +function ImFontAtlas:AddFontDefault(font_cfg) + font_cfg = font_cfg or nil + return lib.ImFontAtlas_AddFontDefault(self,font_cfg) +end +function ImFontAtlas:AddFontFromFileTTF(filename,size_pixels,font_cfg,glyph_ranges) + glyph_ranges = glyph_ranges or nil + font_cfg = font_cfg or nil + return lib.ImFontAtlas_AddFontFromFileTTF(self,filename,size_pixels,font_cfg,glyph_ranges) +end +function ImFontAtlas:AddFontFromMemoryCompressedBase85TTF(compressed_font_data_base85,size_pixels,font_cfg,glyph_ranges) + glyph_ranges = glyph_ranges or nil + font_cfg = font_cfg or nil + return lib.ImFontAtlas_AddFontFromMemoryCompressedBase85TTF(self,compressed_font_data_base85,size_pixels,font_cfg,glyph_ranges) +end +function ImFontAtlas:AddFontFromMemoryCompressedTTF(compressed_font_data,compressed_font_size,size_pixels,font_cfg,glyph_ranges) + glyph_ranges = glyph_ranges or nil + font_cfg = font_cfg or nil + return lib.ImFontAtlas_AddFontFromMemoryCompressedTTF(self,compressed_font_data,compressed_font_size,size_pixels,font_cfg,glyph_ranges) +end +function ImFontAtlas:AddFontFromMemoryTTF(font_data,font_size,size_pixels,font_cfg,glyph_ranges) + glyph_ranges = glyph_ranges or nil + font_cfg = font_cfg or nil + return lib.ImFontAtlas_AddFontFromMemoryTTF(self,font_data,font_size,size_pixels,font_cfg,glyph_ranges) +end +ImFontAtlas.Build = lib.ImFontAtlas_Build +ImFontAtlas.CalcCustomRectUV = lib.ImFontAtlas_CalcCustomRectUV +ImFontAtlas.Clear = lib.ImFontAtlas_Clear +ImFontAtlas.ClearFonts = lib.ImFontAtlas_ClearFonts +ImFontAtlas.ClearInputData = lib.ImFontAtlas_ClearInputData +ImFontAtlas.ClearTexData = lib.ImFontAtlas_ClearTexData +ImFontAtlas.GetCustomRectByIndex = lib.ImFontAtlas_GetCustomRectByIndex +ImFontAtlas.GetGlyphRangesChineseFull = lib.ImFontAtlas_GetGlyphRangesChineseFull +ImFontAtlas.GetGlyphRangesChineseSimplifiedCommon = lib.ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon +ImFontAtlas.GetGlyphRangesCyrillic = lib.ImFontAtlas_GetGlyphRangesCyrillic +ImFontAtlas.GetGlyphRangesDefault = lib.ImFontAtlas_GetGlyphRangesDefault +ImFontAtlas.GetGlyphRangesJapanese = lib.ImFontAtlas_GetGlyphRangesJapanese +ImFontAtlas.GetGlyphRangesKorean = lib.ImFontAtlas_GetGlyphRangesKorean +ImFontAtlas.GetGlyphRangesThai = lib.ImFontAtlas_GetGlyphRangesThai +ImFontAtlas.GetGlyphRangesVietnamese = lib.ImFontAtlas_GetGlyphRangesVietnamese +ImFontAtlas.GetMouseCursorTexData = lib.ImFontAtlas_GetMouseCursorTexData +function ImFontAtlas:GetTexDataAsAlpha8(out_pixels,out_width,out_height,out_bytes_per_pixel) + out_bytes_per_pixel = out_bytes_per_pixel or nil + return lib.ImFontAtlas_GetTexDataAsAlpha8(self,out_pixels,out_width,out_height,out_bytes_per_pixel) +end +function ImFontAtlas:GetTexDataAsRGBA32(out_pixels,out_width,out_height,out_bytes_per_pixel) + out_bytes_per_pixel = out_bytes_per_pixel or nil + return lib.ImFontAtlas_GetTexDataAsRGBA32(self,out_pixels,out_width,out_height,out_bytes_per_pixel) +end +function ImFontAtlas.__new(ctype) + local ptr = lib.ImFontAtlas_ImFontAtlas() + return ffi.gc(ptr,lib.ImFontAtlas_destroy) +end +ImFontAtlas.IsBuilt = lib.ImFontAtlas_IsBuilt +ImFontAtlas.SetTexID = lib.ImFontAtlas_SetTexID +M.ImFontAtlas = ffi.metatype("ImFontAtlas",ImFontAtlas) +------------------------------------------------------ +function M.AcceptDragDropPayload(type,flags) + flags = flags or 0 + return lib.igAcceptDragDropPayload(type,flags) +end +M.AlignTextToFramePadding = lib.igAlignTextToFramePadding +M.ArrowButton = lib.igArrowButton +function M.Begin(name,p_open,flags) + p_open = p_open or nil + flags = flags or 0 + return lib.igBegin(name,p_open,flags) +end +function M.BeginChild(str_id,size,border,flags) + border = border or false + size = size or ImVec2(0,0) + flags = flags or 0 + return lib.igBeginChild(str_id,size,border,flags) +end +function M.BeginChildID(id,size,border,flags) + border = border or false + size = size or ImVec2(0,0) + flags = flags or 0 + return lib.igBeginChildID(id,size,border,flags) +end +function M.BeginChildFrame(id,size,flags) + flags = flags or 0 + return lib.igBeginChildFrame(id,size,flags) +end +function M.BeginCombo(label,preview_value,flags) + flags = flags or 0 + return lib.igBeginCombo(label,preview_value,flags) +end +function M.BeginDragDropSource(flags) + flags = flags or 0 + return lib.igBeginDragDropSource(flags) +end +M.BeginDragDropTarget = lib.igBeginDragDropTarget +M.BeginGroup = lib.igBeginGroup +M.BeginMainMenuBar = lib.igBeginMainMenuBar +function M.BeginMenu(label,enabled) + if enabled == nil then enabled = true end + return lib.igBeginMenu(label,enabled) +end +M.BeginMenuBar = lib.igBeginMenuBar +function M.BeginPopup(str_id,flags) + flags = flags or 0 + return lib.igBeginPopup(str_id,flags) +end +function M.BeginPopupContextItem(str_id,mouse_button) + mouse_button = mouse_button or 1 + str_id = str_id or nil + return lib.igBeginPopupContextItem(str_id,mouse_button) +end +function M.BeginPopupContextVoid(str_id,mouse_button) + mouse_button = mouse_button or 1 + str_id = str_id or nil + return lib.igBeginPopupContextVoid(str_id,mouse_button) +end +function M.BeginPopupContextWindow(str_id,mouse_button,also_over_items) + if also_over_items == nil then also_over_items = true end + mouse_button = mouse_button or 1 + str_id = str_id or nil + return lib.igBeginPopupContextWindow(str_id,mouse_button,also_over_items) +end +function M.BeginPopupModal(name,p_open,flags) + p_open = p_open or nil + flags = flags or 0 + return lib.igBeginPopupModal(name,p_open,flags) +end +function M.BeginTabBar(str_id,flags) + flags = flags or 0 + return lib.igBeginTabBar(str_id,flags) +end +function M.BeginTabItem(label,p_open,flags) + p_open = p_open or nil + flags = flags or 0 + return lib.igBeginTabItem(label,p_open,flags) +end +M.BeginTooltip = lib.igBeginTooltip +M.Bullet = lib.igBullet +M.BulletText = lib.igBulletText +M.BulletTextV = lib.igBulletTextV +function M.Button(label,size) + size = size or ImVec2(0,0) + return lib.igButton(label,size) +end +M.CalcItemWidth = lib.igCalcItemWidth +M.CalcListClipping = lib.igCalcListClipping +function M.CalcTextSize(text,text_end,hide_text_after_double_hash,wrap_width) + text_end = text_end or nil + wrap_width = wrap_width or -1.0 + hide_text_after_double_hash = hide_text_after_double_hash or false + local nonUDT_out = ffi.new("ImVec2") + lib.igCalcTextSize_nonUDT(nonUDT_out,text,text_end,hide_text_after_double_hash,wrap_width) + return nonUDT_out +end +function M.CalcTextSize_nonUDT2(text,text_end,hide_text_after_double_hash,wrap_width) + text_end = text_end or nil + wrap_width = wrap_width or -1.0 + hide_text_after_double_hash = hide_text_after_double_hash or false + return lib.igCalcTextSize_nonUDT2(text,text_end,hide_text_after_double_hash,wrap_width) +end +function M.CaptureKeyboardFromApp(want_capture_keyboard_value) + if want_capture_keyboard_value == nil then want_capture_keyboard_value = true end + return lib.igCaptureKeyboardFromApp(want_capture_keyboard_value) +end +function M.CaptureMouseFromApp(want_capture_mouse_value) + if want_capture_mouse_value == nil then want_capture_mouse_value = true end + return lib.igCaptureMouseFromApp(want_capture_mouse_value) +end +M.Checkbox = lib.igCheckbox +M.CheckboxFlags = lib.igCheckboxFlags +M.CloseCurrentPopup = lib.igCloseCurrentPopup +function M.CollapsingHeader(label,flags) + flags = flags or 0 + return lib.igCollapsingHeader(label,flags) +end +function M.CollapsingHeaderBoolPtr(label,p_open,flags) + flags = flags or 0 + return lib.igCollapsingHeaderBoolPtr(label,p_open,flags) +end +function M.ColorButton(desc_id,col,flags,size) + size = size or ImVec2(0,0) + flags = flags or 0 + return lib.igColorButton(desc_id,col,flags,size) +end +M.ColorConvertFloat4ToU32 = lib.igColorConvertFloat4ToU32 +M.ColorConvertHSVtoRGB = lib.igColorConvertHSVtoRGB +M.ColorConvertRGBtoHSV = lib.igColorConvertRGBtoHSV +function M.ColorConvertU32ToFloat4(_in) + local nonUDT_out = ffi.new("ImVec4") + lib.igColorConvertU32ToFloat4_nonUDT(nonUDT_out,_in) + return nonUDT_out +end +M.ColorConvertU32ToFloat4_nonUDT2 = lib.igColorConvertU32ToFloat4_nonUDT2 +function M.ColorEdit3(label,col,flags) + flags = flags or 0 + return lib.igColorEdit3(label,col,flags) +end +function M.ColorEdit4(label,col,flags) + flags = flags or 0 + return lib.igColorEdit4(label,col,flags) +end +function M.ColorPicker3(label,col,flags) + flags = flags or 0 + return lib.igColorPicker3(label,col,flags) +end +function M.ColorPicker4(label,col,flags,ref_col) + ref_col = ref_col or nil + flags = flags or 0 + return lib.igColorPicker4(label,col,flags,ref_col) +end +function M.Columns(count,id,border) + if border == nil then border = true end + count = count or 1 + id = id or nil + return lib.igColumns(count,id,border) +end +function M.Combo(label,current_item,items,items_count,popup_max_height_in_items) + popup_max_height_in_items = popup_max_height_in_items or -1 + return lib.igCombo(label,current_item,items,items_count,popup_max_height_in_items) +end +function M.ComboStr(label,current_item,items_separated_by_zeros,popup_max_height_in_items) + popup_max_height_in_items = popup_max_height_in_items or -1 + return lib.igComboStr(label,current_item,items_separated_by_zeros,popup_max_height_in_items) +end +function M.ComboFnPtr(label,current_item,items_getter,data,items_count,popup_max_height_in_items) + popup_max_height_in_items = popup_max_height_in_items or -1 + return lib.igComboFnPtr(label,current_item,items_getter,data,items_count,popup_max_height_in_items) +end +function M.CreateContext(shared_font_atlas) + shared_font_atlas = shared_font_atlas or nil + return lib.igCreateContext(shared_font_atlas) +end +M.DebugCheckVersionAndDataLayout = lib.igDebugCheckVersionAndDataLayout +function M.DestroyContext(ctx) + ctx = ctx or nil + return lib.igDestroyContext(ctx) +end +function M.DragFloat(label,v,v_speed,v_min,v_max,format,power) + v_max = v_max or 0.0 + format = format or "%.3f" + power = power or 1.0 + v_speed = v_speed or 1.0 + v_min = v_min or 0.0 + return lib.igDragFloat(label,v,v_speed,v_min,v_max,format,power) +end +function M.DragFloat2(label,v,v_speed,v_min,v_max,format,power) + v_max = v_max or 0.0 + format = format or "%.3f" + power = power or 1.0 + v_speed = v_speed or 1.0 + v_min = v_min or 0.0 + return lib.igDragFloat2(label,v,v_speed,v_min,v_max,format,power) +end +function M.DragFloat3(label,v,v_speed,v_min,v_max,format,power) + v_max = v_max or 0.0 + format = format or "%.3f" + power = power or 1.0 + v_speed = v_speed or 1.0 + v_min = v_min or 0.0 + return lib.igDragFloat3(label,v,v_speed,v_min,v_max,format,power) +end +function M.DragFloat4(label,v,v_speed,v_min,v_max,format,power) + v_max = v_max or 0.0 + format = format or "%.3f" + power = power or 1.0 + v_speed = v_speed or 1.0 + v_min = v_min or 0.0 + return lib.igDragFloat4(label,v,v_speed,v_min,v_max,format,power) +end +function M.DragFloatRange2(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,power) + format_max = format_max or nil + format = format or "%.3f" + power = power or 1.0 + v_speed = v_speed or 1.0 + v_min = v_min or 0.0 + v_max = v_max or 0.0 + return lib.igDragFloatRange2(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,power) +end +function M.DragInt(label,v,v_speed,v_min,v_max,format) + v_max = v_max or 0 + format = format or "%d" + v_speed = v_speed or 1.0 + v_min = v_min or 0 + return lib.igDragInt(label,v,v_speed,v_min,v_max,format) +end +function M.DragInt2(label,v,v_speed,v_min,v_max,format) + v_max = v_max or 0 + format = format or "%d" + v_speed = v_speed or 1.0 + v_min = v_min or 0 + return lib.igDragInt2(label,v,v_speed,v_min,v_max,format) +end +function M.DragInt3(label,v,v_speed,v_min,v_max,format) + v_max = v_max or 0 + format = format or "%d" + v_speed = v_speed or 1.0 + v_min = v_min or 0 + return lib.igDragInt3(label,v,v_speed,v_min,v_max,format) +end +function M.DragInt4(label,v,v_speed,v_min,v_max,format) + v_max = v_max or 0 + format = format or "%d" + v_speed = v_speed or 1.0 + v_min = v_min or 0 + return lib.igDragInt4(label,v,v_speed,v_min,v_max,format) +end +function M.DragIntRange2(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max) + format_max = format_max or nil + format = format or "%d" + v_speed = v_speed or 1.0 + v_max = v_max or 0 + v_min = v_min or 0 + return lib.igDragIntRange2(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max) +end +function M.DragScalar(label,data_type,v,v_speed,v_min,v_max,format,power) + v_max = v_max or nil + format = format or nil + v_min = v_min or nil + power = power or 1.0 + return lib.igDragScalar(label,data_type,v,v_speed,v_min,v_max,format,power) +end +function M.DragScalarN(label,data_type,v,components,v_speed,v_min,v_max,format,power) + v_max = v_max or nil + format = format or nil + v_min = v_min or nil + power = power or 1.0 + return lib.igDragScalarN(label,data_type,v,components,v_speed,v_min,v_max,format,power) +end +M.Dummy = lib.igDummy +M.End = lib.igEnd +M.EndChild = lib.igEndChild +M.EndChildFrame = lib.igEndChildFrame +M.EndCombo = lib.igEndCombo +M.EndDragDropSource = lib.igEndDragDropSource +M.EndDragDropTarget = lib.igEndDragDropTarget +M.EndFrame = lib.igEndFrame +M.EndGroup = lib.igEndGroup +M.EndMainMenuBar = lib.igEndMainMenuBar +M.EndMenu = lib.igEndMenu +M.EndMenuBar = lib.igEndMenuBar +M.EndPopup = lib.igEndPopup +M.EndTabBar = lib.igEndTabBar +M.EndTabItem = lib.igEndTabItem +M.EndTooltip = lib.igEndTooltip +M.GetBackgroundDrawList = lib.igGetBackgroundDrawList +M.GetClipboardText = lib.igGetClipboardText +function M.GetColorU32(idx,alpha_mul) + alpha_mul = alpha_mul or 1.0 + return lib.igGetColorU32(idx,alpha_mul) +end +M.GetColorU32Vec4 = lib.igGetColorU32Vec4 +M.GetColorU32U32 = lib.igGetColorU32U32 +M.GetColumnIndex = lib.igGetColumnIndex +function M.GetColumnOffset(column_index) + column_index = column_index or -1 + return lib.igGetColumnOffset(column_index) +end +function M.GetColumnWidth(column_index) + column_index = column_index or -1 + return lib.igGetColumnWidth(column_index) +end +M.GetColumnsCount = lib.igGetColumnsCount +function M.GetContentRegionAvail() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetContentRegionAvail_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetContentRegionAvail_nonUDT2 = lib.igGetContentRegionAvail_nonUDT2 +function M.GetContentRegionMax() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetContentRegionMax_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetContentRegionMax_nonUDT2 = lib.igGetContentRegionMax_nonUDT2 +M.GetCurrentContext = lib.igGetCurrentContext +function M.GetCursorPos() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetCursorPos_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetCursorPos_nonUDT2 = lib.igGetCursorPos_nonUDT2 +M.GetCursorPosX = lib.igGetCursorPosX +M.GetCursorPosY = lib.igGetCursorPosY +function M.GetCursorScreenPos() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetCursorScreenPos_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetCursorScreenPos_nonUDT2 = lib.igGetCursorScreenPos_nonUDT2 +function M.GetCursorStartPos() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetCursorStartPos_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetCursorStartPos_nonUDT2 = lib.igGetCursorStartPos_nonUDT2 +M.GetDragDropPayload = lib.igGetDragDropPayload +M.GetDrawData = lib.igGetDrawData +M.GetDrawListSharedData = lib.igGetDrawListSharedData +M.GetFont = lib.igGetFont +M.GetFontSize = lib.igGetFontSize +function M.GetFontTexUvWhitePixel() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetFontTexUvWhitePixel_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetFontTexUvWhitePixel_nonUDT2 = lib.igGetFontTexUvWhitePixel_nonUDT2 +M.GetForegroundDrawList = lib.igGetForegroundDrawList +M.GetFrameCount = lib.igGetFrameCount +M.GetFrameHeight = lib.igGetFrameHeight +M.GetFrameHeightWithSpacing = lib.igGetFrameHeightWithSpacing +M.GetIDStr = lib.igGetIDStr +M.GetIDRange = lib.igGetIDRange +M.GetIDPtr = lib.igGetIDPtr +M.GetIO = lib.igGetIO +function M.GetItemRectMax() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetItemRectMax_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetItemRectMax_nonUDT2 = lib.igGetItemRectMax_nonUDT2 +function M.GetItemRectMin() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetItemRectMin_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetItemRectMin_nonUDT2 = lib.igGetItemRectMin_nonUDT2 +function M.GetItemRectSize() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetItemRectSize_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetItemRectSize_nonUDT2 = lib.igGetItemRectSize_nonUDT2 +M.GetKeyIndex = lib.igGetKeyIndex +M.GetKeyPressedAmount = lib.igGetKeyPressedAmount +M.GetMouseCursor = lib.igGetMouseCursor +function M.GetMouseDragDelta(button,lock_threshold) + lock_threshold = lock_threshold or -1.0 + button = button or 0 + local nonUDT_out = ffi.new("ImVec2") + lib.igGetMouseDragDelta_nonUDT(nonUDT_out,button,lock_threshold) + return nonUDT_out +end +function M.GetMouseDragDelta_nonUDT2(button,lock_threshold) + lock_threshold = lock_threshold or -1.0 + button = button or 0 + return lib.igGetMouseDragDelta_nonUDT2(button,lock_threshold) +end +function M.GetMousePos() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetMousePos_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetMousePos_nonUDT2 = lib.igGetMousePos_nonUDT2 +function M.GetMousePosOnOpeningCurrentPopup() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetMousePosOnOpeningCurrentPopup_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetMousePosOnOpeningCurrentPopup_nonUDT2 = lib.igGetMousePosOnOpeningCurrentPopup_nonUDT2 +M.GetScrollMaxX = lib.igGetScrollMaxX +M.GetScrollMaxY = lib.igGetScrollMaxY +M.GetScrollX = lib.igGetScrollX +M.GetScrollY = lib.igGetScrollY +M.GetStateStorage = lib.igGetStateStorage +M.GetStyle = lib.igGetStyle +M.GetStyleColorName = lib.igGetStyleColorName +M.GetStyleColorVec4 = lib.igGetStyleColorVec4 +M.GetTextLineHeight = lib.igGetTextLineHeight +M.GetTextLineHeightWithSpacing = lib.igGetTextLineHeightWithSpacing +M.GetTime = lib.igGetTime +M.GetTreeNodeToLabelSpacing = lib.igGetTreeNodeToLabelSpacing +M.GetVersion = lib.igGetVersion +function M.GetWindowContentRegionMax() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetWindowContentRegionMax_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetWindowContentRegionMax_nonUDT2 = lib.igGetWindowContentRegionMax_nonUDT2 +function M.GetWindowContentRegionMin() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetWindowContentRegionMin_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetWindowContentRegionMin_nonUDT2 = lib.igGetWindowContentRegionMin_nonUDT2 +M.GetWindowContentRegionWidth = lib.igGetWindowContentRegionWidth +M.GetWindowDrawList = lib.igGetWindowDrawList +M.GetWindowHeight = lib.igGetWindowHeight +function M.GetWindowPos() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetWindowPos_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetWindowPos_nonUDT2 = lib.igGetWindowPos_nonUDT2 +function M.GetWindowSize() + local nonUDT_out = ffi.new("ImVec2") + lib.igGetWindowSize_nonUDT(nonUDT_out) + return nonUDT_out +end +M.GetWindowSize_nonUDT2 = lib.igGetWindowSize_nonUDT2 +M.GetWindowWidth = lib.igGetWindowWidth +function M.Image(user_texture_id,size,uv0,uv1,tint_col,border_col) + border_col = border_col or ImVec4(0,0,0,0) + tint_col = tint_col or ImVec4(1,1,1,1) + uv0 = uv0 or ImVec2(0,0) + uv1 = uv1 or ImVec2(1,1) + return lib.igImage(user_texture_id,size,uv0,uv1,tint_col,border_col) +end +function M.ImageButton(user_texture_id,size,uv0,uv1,frame_padding,bg_col,tint_col) + uv1 = uv1 or ImVec2(1,1) + bg_col = bg_col or ImVec4(0,0,0,0) + uv0 = uv0 or ImVec2(0,0) + tint_col = tint_col or ImVec4(1,1,1,1) + frame_padding = frame_padding or -1 + return lib.igImageButton(user_texture_id,size,uv0,uv1,frame_padding,bg_col,tint_col) +end +function M.Indent(indent_w) + indent_w = indent_w or 0.0 + return lib.igIndent(indent_w) +end +function M.InputDouble(label,v,step,step_fast,format,flags) + step = step or 0.0 + format = format or "%.6f" + step_fast = step_fast or 0.0 + flags = flags or 0 + return lib.igInputDouble(label,v,step,step_fast,format,flags) +end +function M.InputFloat(label,v,step,step_fast,format,flags) + step = step or 0.0 + format = format or "%.3f" + step_fast = step_fast or 0.0 + flags = flags or 0 + return lib.igInputFloat(label,v,step,step_fast,format,flags) +end +function M.InputFloat2(label,v,format,flags) + format = format or "%.3f" + flags = flags or 0 + return lib.igInputFloat2(label,v,format,flags) +end +function M.InputFloat3(label,v,format,flags) + format = format or "%.3f" + flags = flags or 0 + return lib.igInputFloat3(label,v,format,flags) +end +function M.InputFloat4(label,v,format,flags) + format = format or "%.3f" + flags = flags or 0 + return lib.igInputFloat4(label,v,format,flags) +end +function M.InputInt(label,v,step,step_fast,flags) + step = step or 1 + step_fast = step_fast or 100 + flags = flags or 0 + return lib.igInputInt(label,v,step,step_fast,flags) +end +function M.InputInt2(label,v,flags) + flags = flags or 0 + return lib.igInputInt2(label,v,flags) +end +function M.InputInt3(label,v,flags) + flags = flags or 0 + return lib.igInputInt3(label,v,flags) +end +function M.InputInt4(label,v,flags) + flags = flags or 0 + return lib.igInputInt4(label,v,flags) +end +function M.InputScalar(label,data_type,v,step,step_fast,format,flags) + step = step or nil + format = format or nil + step_fast = step_fast or nil + flags = flags or 0 + return lib.igInputScalar(label,data_type,v,step,step_fast,format,flags) +end +function M.InputScalarN(label,data_type,v,components,step,step_fast,format,flags) + step = step or nil + format = format or nil + step_fast = step_fast or nil + flags = flags or 0 + return lib.igInputScalarN(label,data_type,v,components,step,step_fast,format,flags) +end +function M.InputText(label,buf,buf_size,flags,callback,user_data) + callback = callback or nil + user_data = user_data or nil + flags = flags or 0 + return lib.igInputText(label,buf,buf_size,flags,callback,user_data) +end +function M.InputTextMultiline(label,buf,buf_size,size,flags,callback,user_data) + callback = callback or nil + user_data = user_data or nil + size = size or ImVec2(0,0) + flags = flags or 0 + return lib.igInputTextMultiline(label,buf,buf_size,size,flags,callback,user_data) +end +function M.InputTextWithHint(label,hint,buf,buf_size,flags,callback,user_data) + callback = callback or nil + user_data = user_data or nil + flags = flags or 0 + return lib.igInputTextWithHint(label,hint,buf,buf_size,flags,callback,user_data) +end +M.InvisibleButton = lib.igInvisibleButton +M.IsAnyItemActive = lib.igIsAnyItemActive +M.IsAnyItemFocused = lib.igIsAnyItemFocused +M.IsAnyItemHovered = lib.igIsAnyItemHovered +M.IsAnyMouseDown = lib.igIsAnyMouseDown +M.IsItemActivated = lib.igIsItemActivated +M.IsItemActive = lib.igIsItemActive +function M.IsItemClicked(mouse_button) + mouse_button = mouse_button or 0 + return lib.igIsItemClicked(mouse_button) +end +M.IsItemDeactivated = lib.igIsItemDeactivated +M.IsItemDeactivatedAfterEdit = lib.igIsItemDeactivatedAfterEdit +M.IsItemEdited = lib.igIsItemEdited +M.IsItemFocused = lib.igIsItemFocused +function M.IsItemHovered(flags) + flags = flags or 0 + return lib.igIsItemHovered(flags) +end +M.IsItemVisible = lib.igIsItemVisible +M.IsKeyDown = lib.igIsKeyDown +function M.IsKeyPressed(user_key_index,_repeat) + if _repeat == nil then _repeat = true end + return lib.igIsKeyPressed(user_key_index,_repeat) +end +M.IsKeyReleased = lib.igIsKeyReleased +function M.IsMouseClicked(button,_repeat) + _repeat = _repeat or false + return lib.igIsMouseClicked(button,_repeat) +end +M.IsMouseDoubleClicked = lib.igIsMouseDoubleClicked +M.IsMouseDown = lib.igIsMouseDown +function M.IsMouseDragging(button,lock_threshold) + lock_threshold = lock_threshold or -1.0 + button = button or 0 + return lib.igIsMouseDragging(button,lock_threshold) +end +function M.IsMouseHoveringRect(r_min,r_max,clip) + if clip == nil then clip = true end + return lib.igIsMouseHoveringRect(r_min,r_max,clip) +end +function M.IsMousePosValid(mouse_pos) + mouse_pos = mouse_pos or nil + return lib.igIsMousePosValid(mouse_pos) +end +M.IsMouseReleased = lib.igIsMouseReleased +M.IsPopupOpen = lib.igIsPopupOpen +M.IsRectVisible = lib.igIsRectVisible +M.IsRectVisibleVec2 = lib.igIsRectVisibleVec2 +M.IsWindowAppearing = lib.igIsWindowAppearing +M.IsWindowCollapsed = lib.igIsWindowCollapsed +function M.IsWindowFocused(flags) + flags = flags or 0 + return lib.igIsWindowFocused(flags) +end +function M.IsWindowHovered(flags) + flags = flags or 0 + return lib.igIsWindowHovered(flags) +end +M.LabelText = lib.igLabelText +M.LabelTextV = lib.igLabelTextV +function M.ListBoxStr_arr(label,current_item,items,items_count,height_in_items) + height_in_items = height_in_items or -1 + return lib.igListBoxStr_arr(label,current_item,items,items_count,height_in_items) +end +function M.ListBoxFnPtr(label,current_item,items_getter,data,items_count,height_in_items) + height_in_items = height_in_items or -1 + return lib.igListBoxFnPtr(label,current_item,items_getter,data,items_count,height_in_items) +end +M.ListBoxFooter = lib.igListBoxFooter +function M.ListBoxHeaderVec2(label,size) + size = size or ImVec2(0,0) + return lib.igListBoxHeaderVec2(label,size) +end +function M.ListBoxHeaderInt(label,items_count,height_in_items) + height_in_items = height_in_items or -1 + return lib.igListBoxHeaderInt(label,items_count,height_in_items) +end +M.LoadIniSettingsFromDisk = lib.igLoadIniSettingsFromDisk +function M.LoadIniSettingsFromMemory(ini_data,ini_size) + ini_size = ini_size or 0 + return lib.igLoadIniSettingsFromMemory(ini_data,ini_size) +end +M.LogButtons = lib.igLogButtons +M.LogFinish = lib.igLogFinish +M.LogText = lib.igLogText +function M.LogToClipboard(auto_open_depth) + auto_open_depth = auto_open_depth or -1 + return lib.igLogToClipboard(auto_open_depth) +end +function M.LogToFile(auto_open_depth,filename) + auto_open_depth = auto_open_depth or -1 + filename = filename or nil + return lib.igLogToFile(auto_open_depth,filename) +end +function M.LogToTTY(auto_open_depth) + auto_open_depth = auto_open_depth or -1 + return lib.igLogToTTY(auto_open_depth) +end +M.MemAlloc = lib.igMemAlloc +M.MemFree = lib.igMemFree +function M.MenuItemBool(label,shortcut,selected,enabled) + if enabled == nil then enabled = true end + shortcut = shortcut or nil + selected = selected or false + return lib.igMenuItemBool(label,shortcut,selected,enabled) +end +function M.MenuItemBoolPtr(label,shortcut,p_selected,enabled) + if enabled == nil then enabled = true end + return lib.igMenuItemBoolPtr(label,shortcut,p_selected,enabled) +end +M.NewFrame = lib.igNewFrame +M.NewLine = lib.igNewLine +M.NextColumn = lib.igNextColumn +M.OpenPopup = lib.igOpenPopup +function M.OpenPopupOnItemClick(str_id,mouse_button) + mouse_button = mouse_button or 1 + str_id = str_id or nil + return lib.igOpenPopupOnItemClick(str_id,mouse_button) +end +function M.PlotHistogramFloatPtr(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size,stride) + graph_size = graph_size or ImVec2(0,0) + values_offset = values_offset or 0 + scale_max = scale_max or M.FLT_MAX + scale_min = scale_min or M.FLT_MAX + stride = stride or ffi.sizeof("float") + overlay_text = overlay_text or nil + return lib.igPlotHistogramFloatPtr(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size,stride) +end +function M.PlotHistogramFnPtr(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size) + graph_size = graph_size or ImVec2(0,0) + values_offset = values_offset or 0 + scale_max = scale_max or M.FLT_MAX + scale_min = scale_min or M.FLT_MAX + overlay_text = overlay_text or nil + return lib.igPlotHistogramFnPtr(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size) +end +function M.PlotLines(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size,stride) + graph_size = graph_size or ImVec2(0,0) + values_offset = values_offset or 0 + scale_max = scale_max or M.FLT_MAX + scale_min = scale_min or M.FLT_MAX + stride = stride or ffi.sizeof("float") + overlay_text = overlay_text or nil + return lib.igPlotLines(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size,stride) +end +function M.PlotLinesFnPtr(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size) + graph_size = graph_size or ImVec2(0,0) + values_offset = values_offset or 0 + scale_max = scale_max or M.FLT_MAX + scale_min = scale_min or M.FLT_MAX + overlay_text = overlay_text or nil + return lib.igPlotLinesFnPtr(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size) +end +M.PopAllowKeyboardFocus = lib.igPopAllowKeyboardFocus +M.PopButtonRepeat = lib.igPopButtonRepeat +M.PopClipRect = lib.igPopClipRect +M.PopFont = lib.igPopFont +M.PopID = lib.igPopID +M.PopItemWidth = lib.igPopItemWidth +function M.PopStyleColor(count) + count = count or 1 + return lib.igPopStyleColor(count) +end +function M.PopStyleVar(count) + count = count or 1 + return lib.igPopStyleVar(count) +end +M.PopTextWrapPos = lib.igPopTextWrapPos +function M.ProgressBar(fraction,size_arg,overlay) + overlay = overlay or nil + size_arg = size_arg or ImVec2(-1,0) + return lib.igProgressBar(fraction,size_arg,overlay) +end +M.PushAllowKeyboardFocus = lib.igPushAllowKeyboardFocus +M.PushButtonRepeat = lib.igPushButtonRepeat +M.PushClipRect = lib.igPushClipRect +M.PushFont = lib.igPushFont +M.PushIDStr = lib.igPushIDStr +M.PushIDRange = lib.igPushIDRange +M.PushIDPtr = lib.igPushIDPtr +M.PushIDInt = lib.igPushIDInt +M.PushItemWidth = lib.igPushItemWidth +M.PushStyleColorU32 = lib.igPushStyleColorU32 +M.PushStyleColor = lib.igPushStyleColor +M.PushStyleVarFloat = lib.igPushStyleVarFloat +M.PushStyleVarVec2 = lib.igPushStyleVarVec2 +function M.PushTextWrapPos(wrap_local_pos_x) + wrap_local_pos_x = wrap_local_pos_x or 0.0 + return lib.igPushTextWrapPos(wrap_local_pos_x) +end +M.RadioButtonBool = lib.igRadioButtonBool +M.RadioButtonIntPtr = lib.igRadioButtonIntPtr +M.Render = lib.igRender +function M.ResetMouseDragDelta(button) + button = button or 0 + return lib.igResetMouseDragDelta(button) +end +function M.SameLine(offset_from_start_x,spacing) + spacing = spacing or -1.0 + offset_from_start_x = offset_from_start_x or 0.0 + return lib.igSameLine(offset_from_start_x,spacing) +end +M.SaveIniSettingsToDisk = lib.igSaveIniSettingsToDisk +function M.SaveIniSettingsToMemory(out_ini_size) + out_ini_size = out_ini_size or nil + return lib.igSaveIniSettingsToMemory(out_ini_size) +end +function M.Selectable(label,selected,flags,size) + flags = flags or 0 + size = size or ImVec2(0,0) + selected = selected or false + return lib.igSelectable(label,selected,flags,size) +end +function M.SelectableBoolPtr(label,p_selected,flags,size) + size = size or ImVec2(0,0) + flags = flags or 0 + return lib.igSelectableBoolPtr(label,p_selected,flags,size) +end +M.Separator = lib.igSeparator +function M.SetAllocatorFunctions(alloc_func,free_func,user_data) + user_data = user_data or nil + return lib.igSetAllocatorFunctions(alloc_func,free_func,user_data) +end +M.SetClipboardText = lib.igSetClipboardText +M.SetColorEditOptions = lib.igSetColorEditOptions +M.SetColumnOffset = lib.igSetColumnOffset +M.SetColumnWidth = lib.igSetColumnWidth +M.SetCurrentContext = lib.igSetCurrentContext +M.SetCursorPos = lib.igSetCursorPos +M.SetCursorPosX = lib.igSetCursorPosX +M.SetCursorPosY = lib.igSetCursorPosY +M.SetCursorScreenPos = lib.igSetCursorScreenPos +function M.SetDragDropPayload(type,data,sz,cond) + cond = cond or 0 + return lib.igSetDragDropPayload(type,data,sz,cond) +end +M.SetItemAllowOverlap = lib.igSetItemAllowOverlap +M.SetItemDefaultFocus = lib.igSetItemDefaultFocus +function M.SetKeyboardFocusHere(offset) + offset = offset or 0 + return lib.igSetKeyboardFocusHere(offset) +end +M.SetMouseCursor = lib.igSetMouseCursor +function M.SetNextItemOpen(is_open,cond) + cond = cond or 0 + return lib.igSetNextItemOpen(is_open,cond) +end +M.SetNextItemWidth = lib.igSetNextItemWidth +M.SetNextWindowBgAlpha = lib.igSetNextWindowBgAlpha +function M.SetNextWindowCollapsed(collapsed,cond) + cond = cond or 0 + return lib.igSetNextWindowCollapsed(collapsed,cond) +end +M.SetNextWindowContentSize = lib.igSetNextWindowContentSize +M.SetNextWindowFocus = lib.igSetNextWindowFocus +function M.SetNextWindowPos(pos,cond,pivot) + cond = cond or 0 + pivot = pivot or ImVec2(0,0) + return lib.igSetNextWindowPos(pos,cond,pivot) +end +function M.SetNextWindowSize(size,cond) + cond = cond or 0 + return lib.igSetNextWindowSize(size,cond) +end +function M.SetNextWindowSizeConstraints(size_min,size_max,custom_callback,custom_callback_data) + custom_callback = custom_callback or nil + custom_callback_data = custom_callback_data or nil + return lib.igSetNextWindowSizeConstraints(size_min,size_max,custom_callback,custom_callback_data) +end +function M.SetScrollFromPosX(local_x,center_x_ratio) + center_x_ratio = center_x_ratio or 0.5 + return lib.igSetScrollFromPosX(local_x,center_x_ratio) +end +function M.SetScrollFromPosY(local_y,center_y_ratio) + center_y_ratio = center_y_ratio or 0.5 + return lib.igSetScrollFromPosY(local_y,center_y_ratio) +end +function M.SetScrollHereX(center_x_ratio) + center_x_ratio = center_x_ratio or 0.5 + return lib.igSetScrollHereX(center_x_ratio) +end +function M.SetScrollHereY(center_y_ratio) + center_y_ratio = center_y_ratio or 0.5 + return lib.igSetScrollHereY(center_y_ratio) +end +M.SetScrollX = lib.igSetScrollX +M.SetScrollY = lib.igSetScrollY +M.SetStateStorage = lib.igSetStateStorage +M.SetTabItemClosed = lib.igSetTabItemClosed +M.SetTooltip = lib.igSetTooltip +M.SetTooltipV = lib.igSetTooltipV +function M.SetWindowCollapsedBool(collapsed,cond) + cond = cond or 0 + return lib.igSetWindowCollapsedBool(collapsed,cond) +end +function M.SetWindowCollapsedStr(name,collapsed,cond) + cond = cond or 0 + return lib.igSetWindowCollapsedStr(name,collapsed,cond) +end +M.SetWindowFocus = lib.igSetWindowFocus +M.SetWindowFocusStr = lib.igSetWindowFocusStr +M.SetWindowFontScale = lib.igSetWindowFontScale +function M.SetWindowPosVec2(pos,cond) + cond = cond or 0 + return lib.igSetWindowPosVec2(pos,cond) +end +function M.SetWindowPosStr(name,pos,cond) + cond = cond or 0 + return lib.igSetWindowPosStr(name,pos,cond) +end +function M.SetWindowSizeVec2(size,cond) + cond = cond or 0 + return lib.igSetWindowSizeVec2(size,cond) +end +function M.SetWindowSizeStr(name,size,cond) + cond = cond or 0 + return lib.igSetWindowSizeStr(name,size,cond) +end +function M.ShowAboutWindow(p_open) + p_open = p_open or nil + return lib.igShowAboutWindow(p_open) +end +function M.ShowDemoWindow(p_open) + p_open = p_open or nil + return lib.igShowDemoWindow(p_open) +end +M.ShowFontSelector = lib.igShowFontSelector +function M.ShowMetricsWindow(p_open) + p_open = p_open or nil + return lib.igShowMetricsWindow(p_open) +end +function M.ShowStyleEditor(ref) + ref = ref or nil + return lib.igShowStyleEditor(ref) +end +M.ShowStyleSelector = lib.igShowStyleSelector +M.ShowUserGuide = lib.igShowUserGuide +function M.SliderAngle(label,v_rad,v_degrees_min,v_degrees_max,format) + v_degrees_min = v_degrees_min or -360.0 + v_degrees_max = v_degrees_max or 360.0 + format = format or "%.0f deg" + return lib.igSliderAngle(label,v_rad,v_degrees_min,v_degrees_max,format) +end +function M.SliderFloat(label,v,v_min,v_max,format,power) + power = power or 1.0 + format = format or "%.3f" + return lib.igSliderFloat(label,v,v_min,v_max,format,power) +end +function M.SliderFloat2(label,v,v_min,v_max,format,power) + power = power or 1.0 + format = format or "%.3f" + return lib.igSliderFloat2(label,v,v_min,v_max,format,power) +end +function M.SliderFloat3(label,v,v_min,v_max,format,power) + power = power or 1.0 + format = format or "%.3f" + return lib.igSliderFloat3(label,v,v_min,v_max,format,power) +end +function M.SliderFloat4(label,v,v_min,v_max,format,power) + power = power or 1.0 + format = format or "%.3f" + return lib.igSliderFloat4(label,v,v_min,v_max,format,power) +end +function M.SliderInt(label,v,v_min,v_max,format) + format = format or "%d" + return lib.igSliderInt(label,v,v_min,v_max,format) +end +function M.SliderInt2(label,v,v_min,v_max,format) + format = format or "%d" + return lib.igSliderInt2(label,v,v_min,v_max,format) +end +function M.SliderInt3(label,v,v_min,v_max,format) + format = format or "%d" + return lib.igSliderInt3(label,v,v_min,v_max,format) +end +function M.SliderInt4(label,v,v_min,v_max,format) + format = format or "%d" + return lib.igSliderInt4(label,v,v_min,v_max,format) +end +function M.SliderScalar(label,data_type,v,v_min,v_max,format,power) + power = power or 1.0 + format = format or nil + return lib.igSliderScalar(label,data_type,v,v_min,v_max,format,power) +end +function M.SliderScalarN(label,data_type,v,components,v_min,v_max,format,power) + power = power or 1.0 + format = format or nil + return lib.igSliderScalarN(label,data_type,v,components,v_min,v_max,format,power) +end +M.SmallButton = lib.igSmallButton +M.Spacing = lib.igSpacing +function M.StyleColorsClassic(dst) + dst = dst or nil + return lib.igStyleColorsClassic(dst) +end +function M.StyleColorsDark(dst) + dst = dst or nil + return lib.igStyleColorsDark(dst) +end +function M.StyleColorsLight(dst) + dst = dst or nil + return lib.igStyleColorsLight(dst) +end +M.Text = lib.igText +M.TextColored = lib.igTextColored +M.TextColoredV = lib.igTextColoredV +M.TextDisabled = lib.igTextDisabled +M.TextDisabledV = lib.igTextDisabledV +function M.TextUnformatted(text,text_end) + text_end = text_end or nil + return lib.igTextUnformatted(text,text_end) +end +M.TextV = lib.igTextV +M.TextWrapped = lib.igTextWrapped +M.TextWrappedV = lib.igTextWrappedV +M.TreeNodeStr = lib.igTreeNodeStr +M.TreeNodeStrStr = lib.igTreeNodeStrStr +M.TreeNodePtr = lib.igTreeNodePtr +function M.TreeNodeExStr(label,flags) + flags = flags or 0 + return lib.igTreeNodeExStr(label,flags) +end +M.TreeNodeExStrStr = lib.igTreeNodeExStrStr +M.TreeNodeExPtr = lib.igTreeNodeExPtr +M.TreeNodeExVStr = lib.igTreeNodeExVStr +M.TreeNodeExVPtr = lib.igTreeNodeExVPtr +M.TreeNodeVStr = lib.igTreeNodeVStr +M.TreeNodeVPtr = lib.igTreeNodeVPtr +M.TreePop = lib.igTreePop +M.TreePushStr = lib.igTreePushStr +function M.TreePushPtr(ptr_id) + ptr_id = ptr_id or nil + return lib.igTreePushPtr(ptr_id) +end +function M.Unindent(indent_w) + indent_w = indent_w or 0.0 + return lib.igUnindent(indent_w) +end +function M.VSliderFloat(label,size,v,v_min,v_max,format,power) + power = power or 1.0 + format = format or "%.3f" + return lib.igVSliderFloat(label,size,v,v_min,v_max,format,power) +end +function M.VSliderInt(label,size,v,v_min,v_max,format) + format = format or "%d" + return lib.igVSliderInt(label,size,v,v_min,v_max,format) +end +function M.VSliderScalar(label,size,data_type,v,v_min,v_max,format,power) + power = power or 1.0 + format = format or nil + return lib.igVSliderScalar(label,size,data_type,v,v_min,v_max,format,power) +end +M.ValueBool = lib.igValueBool +M.ValueInt = lib.igValueInt +M.ValueUint = lib.igValueUint +function M.ValueFloat(prefix,v,float_format) + float_format = float_format or nil + return lib.igValueFloat(prefix,v,float_format) +end +return M +----------END_AUTOGENERATED_LUA----------------------------- \ No newline at end of file diff --git a/moonloader/lib/mimgui/init.lua b/moonloader/lib/mimgui/init.lua new file mode 100644 index 0000000..78f8e57 --- /dev/null +++ b/moonloader/lib/mimgui/init.lua @@ -0,0 +1,368 @@ +-- This file is part of mimgui project +-- Licensed under the MIT License +-- Copyright (c) 2018, FYP + +assert(getMoonloaderVersion() >= 025) + +local imgui = require 'mimgui.imgui' +local DX9 = require 'mimgui.dx9' +local ffi = require 'ffi' +local winmsg = require 'windows.message' +local memory = require 'memory' +local mimgui = {} + +local renderer = nil +local subscriptionsInitialize = {} +local subscriptionsNewFrame = {} +local eventsRegistered = false +local active = false +local cursorActive = false +local playerLocked = false +local iniFilePath = nil +local defaultGlyphRanges = nil + +setmetatable(mimgui, {__index = imgui, __newindex = function(t, k, v) + if imgui[k] then + print('[mimgui] Warning! Overwriting existing key "'..k..'"!') + end + rawset(t, k, v) +end}) + +-- background "Shift" triggering fix +memory.fill(0x00531155, 0x90, 5, true) + +local function ShowCursor(show) + if show then + showCursor(true) + elseif cursorActive then + showCursor(false) + end + cursorActive = show +end + +local function LockPlayer(lock) + if lock then + lockPlayerControl(true) + elseif playerLocked then + lockPlayerControl(false) + end + playerLocked = lock +end + +-- MoonLoader v.027 +if not isCursorActive then + isCursorActive = function() return cursorActive end +end + +local function InitializeRenderer() + -- init renderer + local hwnd = ffi.cast('HWND', readMemory(0x00C8CF88, 4, false)) + local d3ddevice = ffi.cast('LPDIRECT3DDEVICE9', getD3DDevicePtr()) + renderer = assert(DX9.new(d3ddevice, hwnd)) + renderer:SwitchContext() + + -- configure imgui + imgui.GetIO().ImeWindowHandle = nil -- default causes crash. TODO: why? + imgui.GetIO().LogFilename = nil + local confdir = getWorkingDirectory() .. [[\config\mimgui\]] + if not doesDirectoryExist(confdir) then + createDirectory(confdir) + end + iniFilePath = ffi.new('char[260]', confdir .. script.this.filename .. '.ini') + imgui.GetIO().IniFilename = iniFilePath + + -- change font + local fontFile = getFolderPath(0x14) .. '\\trebucbd.ttf' + assert(doesFileExist(fontFile), '[mimgui] Font "' .. fontFile .. '" doesn\'t exist!') + local builder = imgui.ImFontGlyphRangesBuilder() + builder:AddRanges(imgui.GetIO().Fonts:GetGlyphRangesCyrillic()) + builder:AddText([[‚„…†‡€‰‹‘’“”•–—™›№]]) + defaultGlyphRanges = imgui.ImVector_ImWchar() + builder:BuildRanges(defaultGlyphRanges) + imgui.GetIO().Fonts:AddFontFromFileTTF(fontFile, 14, nil, defaultGlyphRanges[0].Data) + + -- invoke initializers + for _, cb in ipairs(subscriptionsInitialize) do + cb() + end +end + +local function RegisterEvents() + addEventHandler('onD3DPresent', function() + if active then + if not renderer then + InitializeRenderer() + end + if renderer and not renderer.lost then + renderer:SwitchContext() + for _, sub in ipairs(subscriptionsNewFrame) do + if sub._render and sub._before then + sub:_before() + end + end + renderer:NewFrame() + local hideCursor = true + for _, sub in ipairs(subscriptionsNewFrame) do + if sub._render then + sub:_draw() + hideCursor = hideCursor and sub.HideCursor + end + end + if hideCursor and not isCursorActive() then + imgui.SetMouseCursor(imgui.lib.ImGuiMouseCursor_None) + end + renderer:EndFrame() + end + end + end) + + local keyState = {} + local WM_MOUSEHWHEEL = 0x020E + local mouseMsgs = { + [WM_MOUSEHWHEEL]=true, + [winmsg.WM_LBUTTONDOWN]=true, + [winmsg.WM_LBUTTONDBLCLK]=true, + [winmsg.WM_RBUTTONDOWN]=true, + [winmsg.WM_RBUTTONDBLCLK]=true, + [winmsg.WM_MBUTTONDOWN]=true, + [winmsg.WM_MBUTTONDBLCLK]=true, + [winmsg.WM_LBUTTONUP]=true, + [winmsg.WM_RBUTTONUP]=true, + [winmsg.WM_MBUTTONUP]=true, + [winmsg.WM_MOUSEWHEEL]=true, + [winmsg.WM_SETCURSOR]=true + } + local keyboardMsgs = { + [winmsg.WM_KEYDOWN]=true, + [winmsg.WM_SYSKEYDOWN]=true, + [winmsg.WM_KEYUP]=true, + [winmsg.WM_SYSKEYUP]=true, + [winmsg.WM_CHAR]=true + } + addEventHandler('onWindowMessage', function(msg, wparam, lparam) + if not renderer then + return + end + + if not mimgui.DisableInput then + local keyboard = keyboardMsgs[msg] + local mouse = mouseMsgs[msg] + if active and (keyboard or mouse) then + renderer:SwitchContext() + local io = imgui.GetIO() + renderer:WindowMessage(msg, wparam, lparam) + if (keyboard and io.WantCaptureKeyboard) or (mouse and io.WantCaptureMouse) then + if msg == winmsg.WM_KEYDOWN or msg == winmsg.WM_SYSKEYDOWN then + keyState[wparam] = false + consumeWindowMessage(true, true, true) + elseif msg == winmsg.WM_KEYUP or msg == winmsg.WM_SYSKEYUP then + if not keyState[wparam] then + consumeWindowMessage(true, true, true) + end + else + consumeWindowMessage(true, true, true) + end + end + end + end + + -- save key states to prevent key sticking + if msg == winmsg.WM_KILLFOCUS then + keyState = {} + elseif wparam < 256 then + if msg == winmsg.WM_KEYDOWN or msg == winmsg.WM_SYSKEYDOWN then + keyState[wparam] = true + elseif msg == winmsg.WM_KEYUP or msg == winmsg.WM_SYSKEYUP then + keyState[wparam] = false + end + end + end) + + addEventHandler('onD3DDeviceLost', function() + if renderer and not renderer.lost then + renderer:InvalidateDeviceObjects() + renderer.lost = true + end + end) + + addEventHandler('onD3DDeviceReset', function() + if renderer then + renderer.lost = false + end + end) + + addEventHandler('onScriptTerminate', function(scr) + if scr == script.this then + ShowCursor(false) + LockPlayer(false) + end + end) + + local updaterThread = lua_thread.create(function() + while true do + wait(0) + local activate, hideCursor, lockPlayer = false, true, false + if #subscriptionsNewFrame > 0 then + for i, sub in ipairs(subscriptionsNewFrame) do + if type(sub.Condition) == 'function' then + sub._render = sub.Condition() + else + sub._render = sub.Condition and true + end + if sub._render then + hideCursor = hideCursor and sub.HideCursor + lockPlayer = lockPlayer or sub.LockPlayer + end + activate = activate or sub._render + end + end + active = activate + ShowCursor(active and not hideCursor) + LockPlayer(active and lockPlayer) + end + end) + updaterThread.work_in_pause = true +end + +local function Unsubscribe(t, sub) + for i, v in ipairs(t) do + if v == sub then + table.remove(t, i) + return + end + end +end + +local function ImGuiEnum(name) + return setmetatable({__name = name}, {__index = function(t, k) + return imgui.lib[t.__name .. k] + end}) +end + +--- API --- +mimgui._VERSION = '1.7.0' +mimgui.DisableInput = false + +mimgui.ComboFlags = ImGuiEnum('ImGuiComboFlags_') +mimgui.Dir = ImGuiEnum('ImGuiDir_') +mimgui.ColorEditFlags = ImGuiEnum('ImGuiColorEditFlags_') +mimgui.Col = ImGuiEnum('ImGuiCol_') +mimgui.WindowFlags = ImGuiEnum('ImGuiWindowFlags_') +mimgui.NavInput = ImGuiEnum('ImGuiNavInput_') +mimgui.FocusedFlags = ImGuiEnum('ImGuiFocusedFlags_') +mimgui.Cond = ImGuiEnum('ImGuiCond_') +mimgui.BackendFlags = ImGuiEnum('ImGuiBackendFlags_') +mimgui.TreeNodeFlags = ImGuiEnum('ImGuiTreeNodeFlags_') +mimgui.StyleVar = ImGuiEnum('ImGuiStyleVar_') +mimgui.DrawCornerFlags = ImGuiEnum('ImDrawCornerFlags_') +mimgui.DragDropFlags = ImGuiEnum('ImGuiDragDropFlags_') +mimgui.SelectableFlags = ImGuiEnum('ImGuiSelectableFlags_') +mimgui.InputTextFlags = ImGuiEnum('ImGuiInputTextFlags_') +mimgui.MouseCursor = ImGuiEnum('ImGuiMouseCursor_') +mimgui.FontAtlasFlags = ImGuiEnum('ImFontAtlasFlags_') +mimgui.HoveredFlags = ImGuiEnum('ImGuiHoveredFlags_') +mimgui.ConfigFlags = ImGuiEnum('ImGuiConfigFlags_') +mimgui.DrawListFlags = ImGuiEnum('ImDrawListFlags_') +mimgui.DataType = ImGuiEnum('ImGuiDataType_') +mimgui.Key = ImGuiEnum('ImGuiKey_') + +function mimgui.OnInitialize(cb) + assert(type(cb) == 'function') + table.insert(subscriptionsInitialize, cb) + return {Unsubscribe = function() Unsubscribe(subscriptionsInitialize, cb) end} +end + +function mimgui.OnFrame(cond, cbBeforeFrame, cbDraw) + assert(type(cond) == 'function') + assert(type(cbBeforeFrame) == 'function') + if cbDraw then assert(type(cbDraw) == 'function') end + if not eventsRegistered then + RegisterEvents() + eventsRegistered = true + end + local sub = { + Condition = cond, + LockPlayer = false, + HideCursor = false, + _before = cbDraw and cbBeforeFrame or nil, + _draw = cbDraw or cbBeforeFrame, + _render = false, + } + function sub:Unsubscribe() + Unsubscribe(subscriptionsNewFrame, self) + end + function sub:IsActive() + return self._render + end + table.insert(subscriptionsNewFrame, sub) + return sub +end + +function mimgui.SwitchContext() + return renderer:SwitchContext() +end + +function mimgui.CreateTextureFromFile(path) + return renderer:CreateTextureFromFile(path) +end + +function mimgui.CreateTextureFromFileInMemory(src, size) + return renderer:CreateTextureFromFileInMemory(src, size) +end + +function mimgui.ReleaseTexture(tex) + return renderer:ReleaseTexture(tex) +end + +function mimgui.CreateFontsTexture() + return renderer:CreateFontsTexture() +end + +function mimgui.InvalidateFontsTexture() + return renderer:InvalidateFontsTexture() +end + +function mimgui.GetRenderer() + return renderer +end + +function mimgui.IsInitialized() + return renderer ~= nil +end + +function mimgui.StrCopy(dst, src, len) + if len or tostring(ffi.typeof(dst)):find('*', 1, true) then + ffi.copy(dst, src, len) + else + len = math.min(ffi.sizeof(dst) - 1, #src) + ffi.copy(dst, src, len) + dst[len] = 0 + end +end + +local new = {} +setmetatable(new, { + __index = function(self, key) + local basetype = ffi.typeof(key) + local mt = { + __index = function(self, sz) + return setmetatable({type = ffi.typeof('$[$]', self.type, sz)}, getmetatable(self)) + end, + __call = function(self, ...) + return self.type(...) + end + } + return setmetatable({type = ffi.typeof('$[1]', basetype), basetype = basetype}, { + __index = function(self, sz) + return setmetatable({type = ffi.typeof('$[$]', self.basetype, sz)}, mt) + end, + __call = mt.__call + }) + end, + __call = function(self, t, ...) + return ffi.new(t, ...) + end +}) +mimgui.new = new + +return mimgui diff --git a/moonloader/lib/ziplib.dll b/moonloader/lib/ziplib.dll new file mode 100644 index 0000000..bf09dfb Binary files /dev/null and b/moonloader/lib/ziplib.dll differ diff --git a/neon_api.asi b/neon_api.asi new file mode 100644 index 0000000..0f5cd0e Binary files /dev/null and b/neon_api.asi differ