Posted
Variables are really easy to be made in static! All you need is the static programming language.
I will be posting documentations of static on the lua section of the wearedevs forum, since i believe it's a good spot.
Before we learn about variables, we need to know what strings and integers are. An integer (or int), is a number. A string, is a set of characters that form a phrase.
How to make a string:
'All strings go into quotation marks'
How to make an int:
234209234
Anyways, lets learn about variables:
Make a variable:
var(@myvariable, 'Hello, world!')
Of course, to know if the variable was created, we need to test it out. Save that code into a text file. Then, drag the text file with the code into Static.exe. This will run the code.
The program should automatically exit out, because all it does is set a value to a variable.
Now what if we want to spice things a little more?
We can set the value of a variable to the returned value of a function!
var(@Input, read())
write('This is the input: ')
write(@Input)
Contribute to Express, an open-source ROBLOX exploit written fully in C.
Replied
uhh ok? /chars
Cancel
Post
| Discord (Updated): apppon#8358 | C++ Enthusiast |Â
Replied
Bro just put the documentation in a pastebin or something then link it to your original release thread.
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post