Jump to content

mRonaldo

Members
  • Posts

    2
  • Joined

  • Last visited

Additional Information

  • Android
    13.x
  • Device
    Oneplus 6T

mRonaldo's Achievements

Newbie

Newbie (1/14)

  • One Month Later
  • Week One Done
  • Conversation Starter Rare

Recent Badges

2

Reputation

  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 .
  2. Play store link - https://play.google.com/store/apps/details?id=com.fun.lastwar.gp&hl=en_US I'm unable to find any value . For example gold, food , stamina Selected all memory areas Search type ranges Search type Auto Search type encrypted The list of values do not impact anything Any ideas.
×
×
  • 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.