lucky_you Posted November 8, 2023 Posted November 8, 2023 As the title says, how to create a script for beginners. Thank you
Count_Nosferatu Posted January 9, 2024 Posted January 9, 2024 50 minutes ago, Hamadam said: Unauthorized or unethical use of scripts Thank you, Captain Obvious.
KUMADEIT Posted January 16, 2024 Posted January 16, 2024 On 11/8/2023 at 10:03 AM, lucky_you said: As the title says, how to create a script for beginners. Thank you Start by using game guardian record script feature , that should help you start to learn the basics of scriptingÂ
Count_Nosferatu Posted November 8, 2023 Posted November 8, 2023 You need to understand that a script is automated execution of certain actions, for example: find such and such a number, divide by 10, write there, repeat 6 times, etc... What needs to be done in a specific game, you need to ask in another thread. Read LUA documentation Read GameGuardian documentation Sckips examples: First thread Second thread
MC874 Posted November 8, 2023 Posted November 8, 2023 Hi @lucky_you, here's my approach on how you can learn to create script, this not limited to lua only: - Always remember Language functions and syntax. On lua the syntax is: "do", "end", "if", "else", "elseif", "then". - Always learn from examples or open source project/script. - Familiar yourself with reading documentation. - Always do script testing. + Train yourself in debugging / reading others code. Disect them. Here's list of reference that you should read and experiment with: -Â Reference LUA 5.1: since GG is based on this version of LUA -Â Reference Game Guardian Above commenters has provide great reference, I only made detailed point.
THETWINSOFFICIAL Posted November 11, 2023 Posted November 11, 2023 On 11/9/2023 at 12:03 AM, lucky_you said: As the title says, how to create a script for beginners. Thank you See youtube many video share about make script for newbe Script gameguardian
Question
lucky_you
As the title says, how to create a script for beginners. Thank you
5 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.