hello hackers.
today i will be teaching you some basic lua that might help you learn in the future (even maybe coded you own cheats)
sorry for my bad english in advance (im serbian...).
lets get on to topic number 1, hackers
i will now teach u how to declare a variable which is basically a name but hold a number (u many know this from maths
)
so hackers basically what this does is make a new variable in the memory of lua called "my_variable" and sets the value to the number of 1.
U can also use text which you do by doing
Code:
my_variable = "my text here"
u just put your text in quotes.
part number 2 of the tutorial number one
printing your variables to the console ( our first hack with the game
)
you can print your variable to the console of the game once your lua codes have been executed into the game...
Code:
print( my_variable)
alright hackers if you press quiggly line key ~ in game you should see a box come out and it shows your varible.
okay hackers i hope you enjoyed my first tutorial series..
please comment suggestions for the next
