Jump to content

How to create your lua script !!


MrKendom

Recommended Posts

Hello everyone I'm today showing how to learn creating scripts lua

First Lua is Based Language  created from a long time it's working in PC and in android using just GameGuardian apk 

1. How to Make Print Log

print : is a function used to log prints after ends of Script here how to do it

EXAMLE : 》》 print("Message")

2. How to make Toast Message

gg.toast : is a function used to make toast during script load

EXAMPLE : 》》 gg.toast("Message")

3. How to make Dialog Alert

gg.alert : is a function used to make dialog during script load

EXAMPLE : 》》 gg.alert("Message")

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.