Jump to content

Count_Nosferatu

Ascended
  • Posts

    97
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Count_Nosferatu

  1. https://gameguardian.net/help/classgg.html#ae9b162358f2c542801ce5e2bd0f660d1 print('gg.REGION_CODE_APP = ' ..gg.REGION_CODE_APP ) Double quotes - means that this is a variable of type string in your function it is expected to be of type number. function searchEdit(tkt1,tkt2,tkt3) if #r>0 then tt={} for i=1,#r do ii=#tt+1 tt[ii]={} tt[ii].address=r[i].address+tkt1 tt[ii].flags=tkt2 tt[ii].value=tkt3 gg.clearResults() end gg.setValues(cont) end end Need converted Float to Dword
  2. Well done! This is exactly what a correct LUA script should look like.
  3. Old joke: The truck driver is sure that there are 1000 bytes in a kilobyte. The programmer is sure that a kilometer is 1024 meters
  4. Привет,

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

    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

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

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

  5. 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.
  6. Count_Nosferatu

    Offset Help

    First run may not find chains, try again and change depth and maximum offset. You need to run Chainer several times with restart game, until you find the same chains.
  7. Count_Nosferatu

    Offset Help

    Chainer (#9qju1cat) How to used offset (#5llshhib)
  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. Simple script, without encryption and obfuscation local gg = gg local pass = 'Password' local pass2 = gg.prompt({'Enter password: '}, {}, {[1]='text'}) if pass ~= pass2[1] then gg.alert('WRONG Password :-(') goto finish else gg.alert('CORRECT Password :-)') end -- Your main script ::finish:: os.exit()
  17. Restriction inside your game, GG or other applications will not help.
  18. 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)
  19. Why are you not using command gg.makeRequest ?
  20. 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  
  21. Version 1.0.1

    386 downloads

    Unlocks follow packs: St.Patrick's day - 12 vinyls Christmas - 14 vinyls Halloween - 24 vinyls
  22. Count_Nosferatu

    Unchangable Value

    Have you tried changing GG settings?
  23. Count_Nosferatu

    Unchangable Value

    Did you try to freeze value?
  24. https://www.lua.org/pil/3.4.html
×
×
  • 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.