Jump to content

saiaapiz

Ascended
  • Posts

    159
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by saiaapiz

  1. Version 1.0.0

    1,320 downloads

    - This script use Google Translate as translator. (Require internet access) How to use Translate("Thank you !", "en", "sp") -- Return: "Gracias !" Credits: All People in this link, and Google !
  2. Yeah i totaly forgot about that return value. Thanks for feedback.
  3. View File Critical Ops | ESP, More .. Code App Framework v3.1 Lately, I've seen there alot using my old Code App Framework base. So here it is, Updated version of my Code App Framework v3.1. I also put VIP feature in this script for learning purposes. So Enjoy ! • Features: - ESP - Radar - Magic Bullets - No Recoil - No Spread • Gameplay (Don't forget to subscribe !) • Extra Note - Don't too rage ! Submitter saiaapiz Submitted 01/03/2019 Category LUA scripts  
  4. Version 1.1

    11,224 downloads

    Lately, I've seen there alot using my old Code App Framework base. So here it is, Updated version of my Code App Framework v3.1. I also put VIP feature in this script for learning purposes. So Enjoy ! • Features: - ESP - Radar - Magic Bullets - No Recoil - No Spread • Gameplay (Don't forget to subscribe !) • Extra Note - Don't too rage !
    Great idea mate !, by scanning "Value" + 0x3D::sizeof(Double + Byte) .. it easy to find any value for games based on lua implementation.
  5. View File Stock Car | Cash Hack • Instruction - Before using script, make sure you're in lobby and make sure your cash higher than 0. • Feature - Cash Hack • Screenshot Submitter saiaapiz Submitted 12/19/18 Category LUA scripts
  6. Version 1.0.0

    1,302 downloads

    • Instruction - Before using script, make sure you're in lobby and make sure your cash higher than 0. • Feature - Cash Hack • Screenshot
  7. saiaapiz

    Template

    View File Template Tired of copy pasting your menu code over and over ?, Wanna ready to use menu ?, Need switch support and easy menu ? Here, Firstly, you need a most basic lua knowledge such array to use this template. I already put example into script, so enjoy ! I hope this will help most user struggling with thousand spam of line contain the same thing. Don't forget to press ❤ button below ! Formatting / Usage: ... MyMenu = { -- { Menu Title: String, Menu Type: Boolean }, {"Template v3 - saiaapiz", true}, { -- { Button Name: String, Button Content: table or function } "Destroy Earth !", function() gg.alert("We still need earth, aborting ..") end, -- {"Button Name / Submenu Name", Table: Menu Structure } "What console did you like ?", { -- Submenu, please look at example how to utilize it. } ... -- Don't forget to include initMenu function code into your project. Example of usage: Templates for Using Offsets (#68um1uri) by @AKRAMRAZA Submitter saiaapiz Submitted 12/04/2018 Category Templates  
  8. saiaapiz

    Template

    Version v3.1

    3,720 downloads

    Tired of copy pasting your menu code over and over ?, Wanna ready to use menu ?, Need switch support and easy menu ? Here, Firstly, you need a most basic lua knowledge such array to use this template. I already put example into script, so enjoy ! I hope this will help most user struggling with thousand spam of line contain the same thing. Don't forget to press ❤ button below ! Formatting / Usage: ... MyMenu = { -- { Menu Title: String, Menu Type: Boolean }, {"Template v3 - saiaapiz", true}, { -- { Button Name: String, Button Content: table or function } "Destroy Earth !", function() gg.alert("We still need earth, aborting ..") end, -- {"Button Name / Submenu Name", Table: Menu Structure } "What console did you like ?", { -- Submenu, please look at example how to utilize it. } ... -- Don't forget to include initMenu function code into your project. Example of usage: Templates for Using Offsets (#68um1uri) by @AKRAMRAZA
  9. Script will not be updated anymore, for more information. https://t.me/joinchat/AAAAAFKvzx7E__GdERLGcA
  10. View File Ejen Ali: Emergency | CR Hack Instruction • Run the script only when you're in-match. Feature • CR Hack Submitter saiaapiz Submitted 11/22/18 Category LUA scripts
  11. Version 1.0.0

    2,951 downloads

    Instruction • Run the script only when you're in-match. Feature • CR Hack
  12. You can uncomment the hack, Just edit the script. -- Make sure related hack setting uncommented too. Hack["WALL"].name = " Wall Shot"
  13. Is it same as "Record Script" function in GG ? or standalone trainer app ?
  14. Nope, Use at your own risk. Don't spam too rapidly.. I will fix it later.
  15. Just like chams, try it. then you know what it is ..
  16. Its hard to teach someone new to IDA, Learn from youtube first ? make sure you ready for exploding your brain.. xD
  17. Try to search manually the value, and freeze 20 listed item then. If it does not freeze.. increase listed items that you want to freeze.. if it work, then you know what the problem.
  18. Nice, i know you using my shi*yy script as framework .. xD When i decompiled your script, i see variable, function copied from other script. Btw, please put proper credit next time..
  19. btw, based on the picture .. there no use encrypting lua script... since it the lua itself open source .. ? there tons of ways to extract information from encrypted script..
  20. Checkout setValue() Example: t[1].address = 0xBEBCB204 t[1].value = "Your Value Here" gg.setValues(t)
  21. Running this script on emulator will not work, i made this only for armv7 lib this game. FAQ: What is armv7 Ans: Ask google.
×
×
  • 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.