Jump to content

Search the Community

Showing results for tags 'windows'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

Found 1 result

  1. Note to Mods : Since I'm new here there I cannot create post other than here . If you find below guide useful please move to guide folder. I'm a newbie to Lua but interested to learn ( albeit at a slow pace ) . The first thing I observed was to find a quick way to script and test. Now I've a windows on VM that I use to practice. Running bluestacks on VM is discouraged due to performance issue. So set up as below. It can be used both in or out of VM. Environment Windows 10/11 Windows 10/11 VM Apps Lua binaries ADB ( Platform Tools ) VSCode Lua Extension GG Lua Intellisense Scrcpy - To view / control phone from PC Setup Install Lua binaries > Update path in environment variable Install ADB > Update path in environment variable Install VSCode Install extensions for Lua and GG Intellisense Setup a default build task for .lua files CODE for default build task { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "push2Phone", "type": "shell", "command": "adb push c:/dev/lua/lw_01.lua ./sdcard/lua/", **** CHANGE THIS LINE AS PER YOUR PATH AND REMOVE COMMENT **** "problemMatcher": [], "group": { "kind": "build", "isDefault": true } } ] } Prerequisites Activate android debugging on phone and link your device via ADB [Optional] Download SCRCPY and run the application How to use Create a script in VScode. Use intellisense extension to format, check syntax errors etc Save Please CTRL + SHIFT + B > This will trigger default build and due to the code above will automatically push the script to desired folder on phone ( Provided the phone is already connected via adb ) Use GG in phone/scrcpy to run the file. This is one quick way to develop + test directly on phone If you have any other tips/tricks related to vscode, feel free to add .
×
×
  • 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.