Jump to content

1Klas

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

1Klas's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. 1Klas

    Help with address

    So any suggestions?
  2. 1Klas

    Help with address

    Like i have a variable ID, it changes depending of choise menu, so in the t.value it put automatically this value from ID, and instead of replacing adding to upper address value
  3. 1Klas

    Help with address

    Yes, It works great, but i need one more. How can i instead of replacing value, add to it number from some variable? Cause this is the only way i can change it for something correct
  4. 1Klas

    Help with address

    Yes, this value means that there is 1 item in stack, there is tons of those values, but I using fuzzy search and it work good, when you drop item [added 1 minute later] And now i have to change the upper value(the id of item) it generate a random like offset or idk every time i launch game.
  5. 1Klas

    Help with address

    function Generate(F) gg.setRanges(gg.REGION_ANONYMOUS | gg.REGION_C_ALLOC) gg.clearResults() gg.startFuzzy(gg.TYPE_DOUBLE) gg.searchFuzzy() gg.toast('Выбросьте один предмет и нажмите на значок GG') gg.setVisible(false) while true do if gg.isVisible() then gg.setVisible(false) Generate2(F) break end end end function Generate2(F) gg.searchFuzzy('0', gg.SIGN_FUZZY_NOT_EQUAL) gg.refineNumber('0.06;2.0:512', gg.TYPE_DOUBLE) if gg.getResultsCount() ~= 2 then gg.toast('Ошибка, повторите попытку') gg.clearResults() else gg.getResults(2) Generate3(F) end end P.S. toast in russian, it needs user to drop item [added 0 minutes later] And Generate3(F) shall be this script that i asked in description [added 1 minute later] I tried this, but this is not working properly. function Generate3(F) result = gg.getResults(2) address1 = result[1].address minus1 = 0x10 address2 = address1 - minus1 gg.gotoAddress(address2)
  6. 1Klas

    Help with address

    No, i'm about making a script. I already made a search lower value script, the next step what I need is what I said in description
  7. 1Klas

    Help with address

    Yes, i know how to find it every time
  8. 1Klas

    Help with address

    How, the upper is always random
  9. 1Klas

    Help with address

    Hello, I need help with editing value in upper address. I know how to find the lower one and the distance between them are always 0x10. Can you help me get to this address(upper) and edit it value with mine?( mine value is selective )
  10. Same question. I know BadCase's script had this feature. But it's outdated more than year and BadCase ignores me in this question
×
×
  • 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.