B. A.

To find out more about this client

Log in to Workana

Open projects
Hola deseo un script o un .py para poder decompilar algunos archivos .luac o .lua que estan encriptados adjunto archivo libcocos2dlua.so y archivo .luac de ejemplo para decompilar

Category: IT & Programming
Subcategory: Other
Project size: Small
Is this a project or a position?: Project
I currently have: I have specifications
Required availability: As needed

Less than USD 50

Hola buen dia, necesito descompilar unos archivos .lua que están encriptados, necesito saber como hacer para desencriptarlo o al menos un programa o archivo para poder desencriptar los lua, adjunto uno de los archivos .lua

Category: IT & Programming
Subcategory: Other
Project size: Small
Is this a project or a position?: Project
I currently have: I have specifications
Required availability: As needed

Less than USD 50

Hola buen día, estoy buscando una persona que me ayude a subir algunas aplicaciones a Google PlayStore, pero las aplicaciones pesan mas de 500mb y al parecer PlayStore solo permite 150mb maximo en formato .AAB

Category: IT & Programming
Subcategory: Other
Project size: Small
Is this a project or a position?: Project
I currently have: I have specifications
Required availability: As needed
API Integrations: Other (Other APIs)

Less than USD 50

Hello good morning, I am looking for someone to help me upload some applications to Google PlayStore, but the applications weigh more than 500mb and apparently the PlayStore only allows a maximum of 150mb in .AAB format

Category: IT & Programming
Subcategory: Other
Project size: Small
Is this a project or a position?: Project
I currently have: I have specifications
Required availability: As needed
API Integrations: Other (Other APIs)

Less than USD 50

6 months ago

Anti Luckypatcher

Hello good day, I have a classic payment app and it works perfectly, but when a user uses lucky patcher they can buy items without having to pay, is there a way to avoid this from lucky patcher? I attach my kotlin code so that you have an idea of what any other questions are about internally

`private val purchaseUpdateListener = PurchasesUpdatedListener { billingResult, purchases ->
          when {
              billingResult.responseCode == BillingClient.BillingResponseCode.OK && !purchases.isNullOrEmpty() -> {
                  for (purchase in purchases) {
                      if (purchase.purchaseToken.isNullOrEmpty()) {
                          // The payment was made in cash, it must be handled according to your requirements
                          // You can display a message to the user or perform some specific action
                          Query_Version25() // Call the QueryVersion25() function for cash payments
                      } else {
                              idp = purchase.orderId
                              Query_Version8()
                              Query_Version9()
                              isProductPurchased = true
                      }
                  }
              }
              billingResult.responseCode == BillingClient.BillingResponseCode.USER_CANCELED -> {
                  Toast.makeText(this, R.string.ms27, Toast.LENGTH_SHORT).show()
              }
              else -> {
                  Toast.makeText(this, R.string.ms28, Toast.LENGTH_SHORT).show()
              }
          }

          if (isProductPurchased) {
              // Reset the variable to allow the user to buy the same product again
              isProductPurchased = false
          }
      }`

Category: IT & Programming
Subcategory: Apps programming. Android, iOS and others
What is the scope of the project?: Small change or bug
Is this a project or a position?: Project
I currently have: I have specifications
Required availability: As needed
Required platforms: Android
I need to: Modify an existing app
App type: e-Shop
Back-end is required: Yes
Payment gateway: Yes

Less than USD 50