Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/28/2019 in Posts

  1. Of course. Called "debug". Debug your code and fix mistakes. Google about lua.debug. Function "print" is your better friend on that.
    1 point
  2. You post one code in file, another inside code tag in post, and after that show error from third code. Nobody can help you. You must show error and attach exact same code from error to post. In code above you set variable "file" to string, call io.open without save result to any place. And after that manipulate which variable "file" as it has file handle, but here string, so all die. I think you want save result from io.open to variable "file". Also dot before "w" look like error.
    1 point
  3. First off the example is applicable to any thing, any type of menu multiselect dialog or alert.. Second why would i give someone who does not contribute in any way information about other peoples protection methods, so you could bypass those as well? Third what SQL injection vulnerabilities? Enough with the bullshit chest thumping from a no talent hack that thinks using unluac and GG's built in logging is some kind of talent
    1 point
  4. An example from the topic in "Guides" section: Examples of Lua scripts (#d2j0lrom) If you need other examples, use forum search. Similar questions have been asked multiple times, so it should not be hard to find suitable answer/example.
    1 point
  5. Script cannot look which region is actually needed. Why you make it become complicated? gg.setRanges(gg.REGION_BAD) gg.searchNumber("1;2;3", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) Just put memory region which is needed before searchNumber, then scripts will only search value in memory region selected by scripts.
    1 point
×
×
  • 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.