-
Posts
371 -
Joined
-
Last visited
-
Days Won
11
MAARS last won the day on April 11
MAARS had the most liked content!
Additional Information
-
Android
12.x
-
Device
POCO F3; MemuPlay
-
Service provider
Other
Profile Fields
-
Discord ID
MΛΛRS#2270
Recent Profile Visitors
12,176 profile views
MAARS's Achievements
-
Actually string are also object, you can call method like local str = "lorem ipsum" if (str:match "lorem") then print ("The string contain 'lorem'") end And there are more method you can call on, from the string library
-
This is not a issue, each ROM, CHIPSET might have is specific way managing data in the RAM
-
userdata is just data type like table, string, number, boolean like i said this data type is return when you open a file using io.open
-
You can not call seek on a string, this method is only for data type of userdata obtained by opening a file, for example -- assuming that you have a file called data.txt in the same level local datas = io.open "data.txt" print (type(data)) --> userdata
-
1. lua support text manipulation only with Unicode characters, so using emojis and special characters won't work. 2. you can loop through a string like this local str = "Hello World !" for char in str:gmatch "." do print (char) end
-
If you are still facing this problem try to set gg to English and repost the screenshot again, maybe someone will find out what going on
-
This is the normal behavior of game guardian, you can not use gg outside of a virtual space if you are not rooted
-
Please help My my phone is rooted but gameguardian daemon not working
MAARS replied to REDMINOTE9S's question in Help
If you're rooted with magisk, check in the super user menu in case magisk revoked root access to gg -
You have access to the / directory but there's are some folders and files that requires root
-
Cool it work, is it open source ?
-
can you link me to the remote repo, so i can do a manual Install
-
I mean termux repo not your GitHub repo
-
Still not found, are you sure it exists on the repo ?