-
Posts
8,811 -
Joined
-
Last visited
-
Days Won
1,061
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Enyby
-
Asphalt 8: Airborne - hack events (Career, Tags, F1, Mastery, R&D, EDD, Championship) - lua script - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
If you want debug script from user response - additional output can be helpful. Or you can make debug version of script - send it to user and wait for feedback. Or make debug messages are disabled by flag for easy enable.
-
Asphalt 8: Airborne - hack events (Career, Tags, F1, Mastery, R&D, EDD, Championship) - lua script - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
Asphalt 8: Airborne - use speedhack - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
How to rebase the saved list - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
How use saved list for faster edit values - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
Asphalt 8: Airborne - hack events (Career, Tags, F1, Mastery, R&D, EDD, Championship) - lua script - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
Asphalt 8: Airborne - hack events (Career, Tags, F1, Mastery, R&D, EDD, Championship) - lua script - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
Asphalt 8: Airborne - hack events (Career, Tags, F1, Mastery, R&D, EDD, Championship) - lua script - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
Lua script Trench Assault v1.4.2 Hack Script by Backlift
Enyby replied to Backlift's topic in LUA scripts
You must upload files to forum. Not links to others file shares. And not pages from other file shares. -
-
Asphalt 8: Airborne - hack events (Career, Tags, F1, Mastery, R&D, EDD, Championship) - lua script - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
Asphalt 8: Airborne - hack events (Career, Tags, F1, Mastery, R&D, EDD, Championship) - lua script - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
In general, I wrote a new script. He breaks down all events. Career, relay, F1, skill, RD, EDD, championship. EDD breaks down under the full program, with the replacement of all events, which allows you not to miss the tests. Although not tested. RD breaks down so that all tests automatically give 100 marks and close all tests from one key. Career also automatically gives 5 stars everywhere, and in the 9th season you do not need to have a max car, and in all seasons only a dodge is needed. In the relay, an automatic victory and 5 stars. Cars are everywhere. All restrictions on the stars have been removed. As in the relay race, and in a career. And all seasons are unlocked. All races will auto-finish. In the skill removed the limits from all cars and all the races, also autofin. In the championship in the race there is no auto-victory, but the time is increased in all races. In general, complete chaos and destroi. Just know the buttons to collect rewards, credits, stars and so on. The script can be downloaded from our website. There is a video there, with it in action. Passed all a little in test purposes. Total: if the hand does not fall off, you can use the script: Go through the whole career, closing absolutely everything for 5 stars. Relay, including. For F1, the F1 car will be needed to get into the season, and then, on Darth, we close everything for 5 stars. Total, we get the expansion of the warehouse for the stars. On all machines you can close completely the skill and take away from them all the diplomas. Any taxiway or a taxi pass with minimal effort. Championships are also simplified in passing. 10 minutes before the finish, you can back up. Well, like a cherry on the cake, you can get a ban if you become so bold. Although you can live offline. Then the bana will not be exactly.
-
Epic script for hack most of events in Asphalt 8: Asphalt 8: Airborne - hack events (Career, Tags, F1, Mastery, R&D, EDD, Championship)
-
View File Asphalt 8: Airborne - hack events (Career, Tags, F1, Mastery, R&D, EDD, Championship, World Tour) Hack all possible events. Automatically win all races, include championship. Career, Tags, F1: Get 5 star on every race. All events need only Dodge Dart. All season unlocked. 9 season no need maxed car. Mastery: Erased rank limits for all cars. Mastery, EDD, R&D, championship, world tour load into memory only if you open it. So you need run script on the screen of mastery, EDD, R&D, championship, world tour if you want hack it. R&D: Every race get you 100 QC, which allow close each test from one key. EDD: All events fixed and win automatically. Championship: All events fixed and win automatically. World Tour: All events fixed and win automatically. Video: Asphalt 8: Airborne - hack events (Career, Tags, F1, Mastery, R&D, EDD, Championship) - lua script - GameGuardian Submitter Enyby Submitted 08/02/2017 Category LUA scripts
-
Version 1.3.1
28,382 downloads
Hack all possible events. Automatically win all races, include championship. Career, Tags, F1: Get 5 star on every race. All events need only Dodge Dart. All season unlocked. 9 season no need maxed car. Mastery: Erased rank limits for all cars. Mastery, EDD, R&D, championship, world tour load into memory only if you open it. So you need run script on the screen of mastery, EDD, R&D, championship, world tour if you want hack it. R&D: Every race get you 100 QC, which allow close each test from one key. EDD: All events fixed and win automatically. Championship: All events fixed and win automatically. World Tour: All events fixed and win automatically. Video: Asphalt 8: Airborne - hack events (Career, Tags, F1, Mastery, R&D, EDD, Championship) - lua script - GameGuardian -
Read FAQ in the app. Item 4.
-
Found count can depend from arch. I use x86 emulators in most videos.
-
For what? Describe why the current implementation does not suit for you.
-
If you want know changes from begin: -- new [choice] = function: choice /* gg.choice(table items[, string selected]) -> string || nil */ [getValuesRange] = function: getValuesRange /* gg.getValuesRange(table values) -> table || string with error */ [isVisible] = function: isVisible /* gg.isVisible() -> bool */ [multiChoice] = function: multiChoice /* gg.choice(table items[, table selection]) -> table || nil */ [setVisible] = function: setVisible /* gg.setVisible(bool visible) -> nil */ [sleep] = function: sleep /* gg.sleep(int milliseconds) -> nil */ -- changed [searchAddress] = function: searchAddress /* gg.searchAddress(string text[, long mask[, int type[, int sign[, long memoryFrom[, long memoryTo]]]]]) -> true || string with error */ [searchFuzzy] = function: searchFuzzy /* gg.searchFuzzy([string difference[, int type[, int sign[, long memoryFrom[, long memoryTo]]]]]) -> true || string with error */ [searchNumber] = function: searchNumber /* gg.searchNumber(string text[, int type[, bool encrypted[, int sign[, long memoryFrom[, long memoryTo]]]]]) -> true || string with error */ [startFuzzy] = function: startFuzzy /* gg.startFuzzy([int type[, long memoryFrom[, long memoryTo]]]) -> true || string with error */ -- new [SIGN_FUZZY_EQUAL] = 536870912 [SIGN_FUZZY_GREATER] = 67108864 [SIGN_FUZZY_LESS] = 134217728 [SIGN_FUZZY_NOT_EQUAL] = 268435456 [SIGN_GREATER_OR_EQUAL] = 67108864 [SIGN_LESS_OR_EQUAL] = 134217728 [SIGN_NOT_EQUAL] = 268435456 [copyText] = function: copyText /* gg.copyText(string text [, bool fixLocale = true]) -> nil */ [getFile] = function: getFile /* gg.getFile() -> string */ [getLine] = function: getLine /* gg.getLine() -> int */ [getTargetInfo] = function: getTargetInfo /* gg.getTargetInfo() -> table || nil */ [getTargetPackage] = function: getTargetPackage /* gg.getTargetPackage() -> string || nil */ -- changed [choice] = function: choice /* gg.choice(table items [, string selected = nil [, string message = nil]]) -> string || nil */ [multiChoice] = function: multiChoice /* gg.multiChoice(table items [, table selection = {} [, string message = nil]]) -> table || nil */ -- removed [SIGN_INEQUAL] = 268435456 [SIGN_LARGER] = 67108864 [SIGN_SMALLER] = 134217728 [getSelectedPackage] = function: getSelectedPackage /* gg.getSelectedPackage() -> string || nil */
-
Yes. It is reason why we introduce this split. But it is not very odd behavior. Happens more bad. For example, crash if choose hw.
-
Icon affect only for start activity. Settings in options affect all other. Anyone can use any set. Gg try switch ui option to sw if hw enabled and gg found crash caused by that.
