Jump to content

Count_Nosferatu

Contributor
  • Posts

    146
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Count_Nosferatu

  1. Hmmm... I tested in emulator and Android 10 with VirtualXposed only. Android 13 not tested, since I don't have it.
  2. I tried running script 10 times, reloading game, rebooting device, it always works. Try reloading game and running script again.
  3. If there are any error messages, please send them.
  4. Open Your script with text editor, and see URL 2 download U second script.
  5. Well done! This is exactly what a correct LUA script should look like.
  6. Привет,

    обфускация текста и компиляция

    Protecting Your Lua Scripts (#55ny5bi2)

    Компилятор можно поискать тут же

    https://gameguardian.net/forum/search/?&q=compiler&type=downloads_file&quick=1&nodes=6&search_and_or=or&search_in=titles&sortby=relevancy

    Когда вижу в скрипте подобную констукцию:

    ...
    gg.searchNumber('XXXX', gg.TYPE_FLOAT)
    gg.getResults(99999)
    gg.editAll('XX', gg.TYPE_FLOAT)
    ...

    Понимаю что скрипт писал удачливый и ленивый читер.

    Удачливый, потому что изменения 99999 слов не приводят к бякостям.

    Ленивый, потому что ему было лень найти единственное слово.

    🙂

    1. Artem_Nikiforov

      Artem_Nikiforov

      Честно, мне как-то похуй на всё это, обфускация, шифрование...
      Хочешь авторство? Бери. Хочешь переделать код? Переделывай. Я оставил все эти попытки "как бы мне зашифровать мой скрипт", такие как-ты всё равно смогут расшифровать это дело. 

      99999 слов? Наверное ты имел ввиду адресов. Я понимаю что изменяя большое количество, может привести к крашу игры, поэтому стараюсь находить как можно меньше адресов.

    2. Count_Nosferatu

      Count_Nosferatu

      Привет,

      Спасибо за предложение, но нет.

      Когда увидишь, что твои, но уже переделанные скрипты, продают в соСальных порталах, огорчишься. Проходили. 😀

      Адрес ты не меняешь, меняешь WORD в формате FLOAT - слово по адресу. 😀

      В нормально написаном скрипте, меняется только одно нужное слово, а не 9999

    3. Artem_Nikiforov

      Artem_Nikiforov

      Сочувствую тем людям, которые не знают про данный сайт. Во всяком случае я не огорчусь, если кто-то их переделывает и продаёт, скорее чел который это купил, огорчиться больше всего, когда узнает что это всё бесплатно. 😀

      На счёт остального, если ты смотрел код скрипта, то он вообще не является моим, я ни строчки кода там не писал. Автор данного сие чудо там указан, если листать немного вниз, так что за "нормальность" кода я не отвечаю 😀

  7. After downloading file, open it with an editor. Change word "LOAD" to "PRINT" Run the script, enter the password, and see the decrypted text. Good script protection.
  8. Yes, I saw, but did not understand what you are doing Then show the part of the script where the error occurs
  9. Maybe it suits you https://play.google.com/store/apps/details?id=flar2.homebutton&hl=en
  10. Script with search & refine works slowly. Use offsets. For example, you can use this script. Chainer (#5v56mdy1) How to use this data in your scripts, is described here How to used offset (#5llshhib)
  11. Look at gg.isClickedUiButton()
  12. Yes, using traffic analysis method, you only find out how and what is transmitted, limits are checked on server. To change limits, you need to change program on the server. And this is another task. this is not solved with public methods.
  13. Why in your scripts you don't use gg.getLocale() ? LUA scripting (#avvo47yy)
  14. Disassemble program, find place where developers set limits, and change this limit. Compile and use.
  15. Script announces that it has recorded the .mp4 file And in fact you are writing a .lua file bandicam 2023-08-26 14-33-04-191.mp4
  16. Restriction inside your game, GG or other applications will not help.
  17. You enter DWORD 2,147,483,646 (0x7FFFFFFE) In hexadecimal 0x7FFFFFFE, the high bit is 0 Score is 1,073,741,823 2147483646 / 1073741823 = 2 You enter DWORD 3,147,483,646 (0xBB9AC9FE) In the number 0xBB9AC9FE, the high bit is 1 Score is -573,741,823 3,147,483,646 / 2 = 1,573,741,823 Try entering a number 2,147,483,648 (0x80000000) Succeed score -73,741,824 ? If so, then the maximum positive number, in your game, will be 2,147,483,647 (0x7FFFFFFF)
  18. Why are you not using command gg.makeRequest ?
  19. View File RR3 Unlocks hidden vinyl packs Unlocks follow packs: St.Patrick's day - 12 vinyls Christmas - 14 vinyls Halloween - 24 vinyls Submitter Count_Nosferatu Submitted 08/19/2023 Category LUA scripts  
  20. Version 1.0.1

    462 downloads

    Unlocks follow packs: St.Patrick's day - 12 vinyls Christmas - 14 vinyls Halloween - 24 vinyls
  21. Many thanks. I expected something like that.
  22. Hi guys I looked at different scripts, and I see in some they use the gg.processResume () command. Basically after gg.searchNumber. And nowhere is there a command gg.processPause() Why are they doing this?
  23. View File RR3 Unlock next day If special event has one stage per day. Run script after finished first stage in special event. Script use search method, so it may work with any game version. Tested on NOX 7.1.2 (32bit) and tablet with Android 10 (64bit) and VirtualXposed. bandicam 2023-07-28 15-38-11-575.mp4 Submitter Count_Nosferatu Submitted 07/28/2023 Category LUA scripts  
  24. Version 1.0.0

    283 downloads

    If special event has one stage per day. Run script after finished first stage in special event. Script use search method, so it may work with any game version. Tested on NOX 7.1.2 (32bit) and tablet with Android 10 (64bit) and VirtualXposed. bandicam 2023-07-28 15-38-11-575.mp4
×
×
  • 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.