Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/11/2023 in Posts

  1. View File MENU BUILDER SCRIPT WHATS NEW IN V3? ADDED MULTICHOICE ADDED CHECKBOX TO TURN OFF SCRIPT VISBLE AND CLICK GG ICON TO CONTINUE ADDED A FEATURE WRITE TO FILE FROM NOW U NO NEED TO C/P JUST SELECT THE FILE WHERE IT SHOULD BE STORED AT STARTING PLS CONTANCT ME IF U FOUND ANY BUGS menu builder v3.lua Submitter DARK_DEMON_SCRIPTER Submitted 05/09/2023 Category Tools  
    1 point
  2. The topic for various examples of Lua scripts
    1 point
  3. Prompt file with specified extension local ext = '.txt' local p = {gg.EXT_STORAGE} while true do p = gg.prompt({'Select "'..ext..'" file:'}, p, {'file'}) if p == nil then os.exit() end if p[1]:sub(-#ext) == ext then break end gg.alert('You select "'..p[1]..'".\n\nIt is not end with "'..ext..'".\n\nPlease select file with "'..ext..'" extension.') end print(p[1]) -- do something
    1 point
  4. View File Garena ARENA Of VALOR ID •Map Hack Game : Garena ARENA OF VALOR ID package name : com.ngame.allstar.eucom.garena.game.kgid Version : 1.50.1.2 Bit Version Game : 64bit Note : activated cheat on lobby (before playing) Submitter AMIYA Submitted 05/12/2023 Category LUA scripts  
    -1 points
×
×
  • 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.