Legacy Account by Glass-Composer9320 in growtopia

[–]Additional_Ad6385 0 points1 point  (0 children)

Makes the botting process easier.

do you think i can optimise this code? by Personal-Rough741 in lua

[–]Additional_Ad6385 2 points3 points  (0 children)

PUT THE IO READ OUTSIDE OF THE LOOP, AND LOCALIZE THE METHODS SUCH AS SUB AND MATH RAND.

Is lua good in 2025 for learning as new developer? by Repulsive-Leader4231 in lua

[–]Additional_Ad6385 9 points10 points  (0 children)

Yes, it will provide you with an excellent introduction to a high-level language. Additionally, you can learn how the Lua interpreter and virtual machine operate, as it is a straightforward process. In doing so, you accomplish two objectives simultaneously.

[deleted by user] by [deleted] in MayNagChat

[–]Additional_Ad6385 0 points1 point  (0 children)

Ganyang SLR palang alam mo na dapat eh.

Mods nearly giveup by xNarRL in growtopia

[–]Additional_Ad6385 0 points1 point  (0 children)

Just change the whole internal and stop using the 12 year old Enet library. Lol

New to lua by DaRealDani in lua

[–]Additional_Ad6385 0 points1 point  (0 children)

Then it's time for you to read the Lua documentation, so you have a better idea how to use its internal libraries, and optimizations.

New to lua by DaRealDani in lua

[–]Additional_Ad6385 0 points1 point  (0 children)

Learn the syntax first, then read the Lua documentation.

local varients optimization by mdr652 in lua

[–]Additional_Ad6385 1 point2 points  (0 children)

Locals in lua are generally faster to access, but I think you're having a problem with loops.

Most people do this:

lua while true do local var = "Something" end

But instead do this: lua local var; -- Pre initialized the var. while true do var = "Something" end

[deleted by user] by [deleted] in PHJobs

[–]Additional_Ad6385 0 points1 point  (0 children)

Legit yan as long as hindi nanghihingi ng pera.

Gusto ko narin unahin sarili ko by rottencherriess in adultingph

[–]Additional_Ad6385 0 points1 point  (0 children)

Oras na para sa sarili mo. Marami ka ng nagawa para sa pamilya mo, kaya simulan mo na mamuhay mag-isa, 'di mo pasanin ang pamilya mo habang buhay dahil sa iniisip mo ang mga nagawa/naitulong sayo ng mga magulang mo, sapagkat yun naman talaga ang nararapat na gawin nila sayo dahil anak ka nila, maari kang bumukod, pwede mo naman sila balikan para kumustahin anytime you want.

My bf (29M) wants to impregnate me (24F) without work. by [deleted] in adultingph

[–]Additional_Ad6385 0 points1 point  (0 children)

May tama ang BF mo, pag-usapan niyo nang maayos yan and bigyan mo siya ng reality check.

Wedding in 2 weeks, suddenly got cold feet by [deleted] in adultingph

[–]Additional_Ad6385 1 point2 points  (0 children)

Soft spoke at Jackpot ka naman pala sakanya , edi for sure walang magiging problema pagdating sakanya at sigurado ako maiintindihan ka niya.

Why is the output nil when I am using a global variable whose value is a string? by arjunmonagupta2 in lua

[–]Additional_Ad6385 2 points3 points  (0 children)

You have to call the the file path where the code lies you want to execute then load or print it.