Jump to content

Yelay12

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by Yelay12

  1. Yelay12

    Slowing Group search

    Thank you very very much.I'm finding that script.
  2. Yelay12

    Slowing Group search

    My values are first is 210 and second is 30 TYPE_DOUBLE each. Offset distance between these values is 12 decimal number.X searching results for first will be approximately 500 and Y results for second get probably approximately 300 results.These results are not same one time to another time.Resultscount can be change every time. Please can you help me for this case.
  3. Yelay12

    Slowing Group search

    When i search as groupsearch,I get results is slower than normal search. Can i search as twice this two value and do offset with offset distance. if i know this two values and offset distance.How to write my script instead of group search. Please help with your great experience.
  4. Yelay12

    to encrypt

    This following code is not encrypt.Why? This real code is run and get result,but after encryption any tool don't give me any result. What is an error have in code. gg.clearResults() gg.setRanges(gg.REGION_OTHER) gg.setVisible(false) gg.searchNumber(577590521975799816, gg.TYPE_QWORD) HackersHouse = gg.getResults(250000) Offsets = {} Offsets['FirstOffset'] = {} Offsets['FinalResults'] = {} OffsetsIndex = 1 for index, value in ipairs(HackersHouse) do Offsets['FirstOffset'][OffsetsIndex] = {} Offsets['FirstOffset'][OffsetsIndex].address = HackersHouse[index].address + -4 Offsets['FirstOffset'][OffsetsIndex].flags = gg.TYPE_QWORD OffsetsIndex = OffsetsIndex + 1 end Offsets['FirstOffset'] = gg.getValues(Offsets['FirstOffset']) OffsetsIndex = 1 for index, value in ipairs(Offsets['FirstOffset']) do if (Offsets['FirstOffset'][index].value == 34494219441) then Offsets['FinalResults'][OffsetsIndex] = {} Offsets['FinalResults'][OffsetsIndex] = Offsets['FirstOffset'][index] OffsetsIndex = OffsetsIndex + 1 end end for index, value in ipairs(Offsets['FinalResults']) do Offsets['FinalResults'][index].address = Offsets['FinalResults'][index].address + -8 Offsets['FinalResults'][index].flags = gg.TYPE_DOUBLE end gg.loadResults(Offsets['FinalResults'])
  5. Yelay12

    to encrypt

    i would like to encrypt following file.I have get error after encryption with many tool. please help me HeroMode Wave Value.lua
  6. thank you
×
×
  • 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.