Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,027

Everything posted by Enyby

  1. @DarkenVamp After ban you never can use same social accs. Forgot about that. @hadiawais649 I don't know why some accs encrypted or not.
  2. If your account encrypted then on apply patch "new_cloud" from Lucky Patcher you start from scratch. If not - you save your credits and some cars.
  3. Enyby

    LUA scripting

    Now - no. We have plans about work with saved lists in future.
  4. Enyby

    LUA scripting

    No. I made rebuild. Build number increased but it is does not matter. _______________________________________________ added 3 minutes later Use local tbl = gg.getResults(10) print(tbl) local item = tbl[3] item.value = '123' gg.setValues({item})
  5. Script: Asphalt 8: Airborne - hack nitro You can subscribe to our new videos.
  6. Updated script for EDD: https://gameguardian.net/forum/topic/17479-asphalt-8-airborne-hack-enduro-double-down-edd/?do=findComment&comment=59181
  7. Version 2.1.0

    2,328 downloads

    Description: extracts PE-files (.exe, .dll, etc.) from .bin files. For example, memory dumps. For example, from the one that can be obtained through GameGuardian. Use cases: 1. .exe file to be placed in one folder with a .bin file (s) and run. 2. On the .exe file, drag the folder with the .bin file (s). 3. Write in the command line: > get_dll_from_bin.exe path/to/your/.bin/files Result: In the same folder where there were .bin files there will appear .dll files if something was found. Example of output: Usage: drag dir with .bin files to .exe. Tool scan its and extract pe files as .dll files in same folder. Author: Enyby. Used dir: dump dump/com.raongames.growcastle-00008000-0000a000.bin: dump/com.raongames.growcastle-04000000-1c106000.bin: Not valid PE header: 2e746578 dump/com.raongames.growcastle-1c179000-1c17c000.bin: dump/com.raongames.growcastle-94ebb000-95161000.bin: Make 0.dll with size 2737152 dump/com.raongames.growcastle-95169000-951ae000.bin: dump/com.raongames.growcastle-951c6000-95321000.bin: Make 1.dll with size 359424 Make 2.dll with size 878592 dump/com.raongames.growcastle-95325000-95335000.bin: dump/com.raongames.growcastle-9533d000-95583000.bin: Make 3.dll with size 309248 dump/com.raongames.growcastle-95783000-96fe2000.bin: Make 4.dll with size 1684480 dump/com.raongames.growcastle-96fe5000-97371000.bin: dump/com.raongames.growcastle-976f5000-b7756000.bin: dump/com.raongames.growcastle-b7942000-bac40000.bin: Make 5.dll with size 3072 Make 6.dll with size 9728 Make 7.dll with size 171520 Make 8.dll with size 103936 Make 9.dll with size 6656 Make 10.dll with size 10240 Make 11.dll with size 13824 Make 12.dll with size 24576 Make 13.dll with size 65536 Make 14.dll with size 47104 Make 15.dll with size 9216 Make 16.dll with size 41472 Make 17.dll with size 66560 Make 18.dll with size 44032 Make 19.dll with size 18432 Make 20.dll with size 29184 Make 21.dll with size 33280 Make 22.dll with size 175616 dump/com.raongames.growcastle-bf810000-bf831000.bin: Topic: https://gameguardian.net/forum/topic/16999-utility-for-extracting-dll-files-from-various-dumps/
  8. Enyby

    LUA scripting

    Of course I mean go to label placed at the end of the script. It must have some name. _______________________________________________ added 2 minutes later Also you can use function and return. function main() -- do something if need_exit == 1 then return end -- do something end main()
  9. Enyby

    LUA scripting

    Currently API is in testing stage. Because of that this log necessary. Maybe in future we change this.
  10. Enyby

    LUA scripting

    No option. User must know about script execution end. Any end script show log with execution. You can alert user about that. Or use go to end script. Or write here something "all ok".
  11. Enyby

    LUA scripting

    local s = (684 + value) .. ';' .. value .. '::9' gg.searchNumber (s, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
  12. Let's do it. Our topic of funny quotes must not be stopped.
  13. Enyby

    LUA scripting

    local answer = gg.alert('Select letter:', 'A', 'B', 'C') print(answer)
  14. Enyby

    LUA scripting

    Write code in square brackets before and /code in square brackets after. Like that: [code]some text [/code] You get: some text _______________________________________________ added 4 minutes later Use gg.alert with params for buttons. You can set up to 3 buttons and check return value.
  15. Enyby

    LUA scripting

    Now - no. Describe what you want.
  16. Enyby

    LUA scripting

    If you fear 5 lines of code - I have bad news to you. open for write end close Is typical for any lang. Nothing complicated.
  17. Enyby

    LUA scripting

    Use loop like I do in my scripts: https://gameguardian.net/forum/topic/17447-lua-scripting/?do=findComment&comment=58903 _______________________________________________ added 2 minutes later It is not format. It is only extension. Hat can be red. but it doesn't say anything useful about people below it. Same with file. extension of file and file internal structure AKA format not connected. You can rename .txt to .exe but this not make text file executable. _______________________________________________ added 2 minutes later This functions not exists.
  18. Enyby

    LUA scripting

    _______________________________________________ added 0 minutes later error. Skipped '='. _______________________________________________ added 2 minutes later use isVisible, setVisible. _______________________________________________ added 2 minutes later Make check in your code. _______________________________________________ added 3 minutes later getResultCount() and do anything with this number.
  19. @ankit007 Build 5559: https://gameguardian.net/forum/topic/17447-lua-scripting/?do=findComment&comment=59095 Or wait next release at Monday.
×
×
  • 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.