Jump to content

HACKERBOSS4nX

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by HACKERBOSS4nX

  1. HACKERBOSS4nX

    Fast search

    -- Hmmm searching single value is better than group search so I give idea like search single value and search second single value like and adding more results to save list may cause gg to crash so pls save value that has low results savelist should not go more than100k so this will be fast with no crash for game gg.searchNumber("200",gg.TYPE_QWORD,false,gg.SIGN_EQUAL,0-1,0) k = gg.getResults(gg.getResultsCount(),nil,nil,nil,nil,nil,nil,nil) gg.addListItems(k) k =nil gg.searchNumber("205",gg.TYPE_QWORD,false,gg.SIGN_EQUAL,0-1,0) k = gg.getResults(gg.getResultsCount(),nil,nil,nil,nil,nil,nil,nil) gg.addListItems(k) k =nil gg.clearResults() gg.loadResults(gg.getListItems(k)) gg.refineNumber("200;205::1000") -- correct refine value gg.getResults(gg.getResultsCount()) gg.editAll("0",gg.TYPE_QWORD) gg.clearResults() gg.clearList() gg.alert("hack done")
  2. HACKERBOSS4nX

    Using Offsets

    How to make my script fast searching with group search value and i want know how to find exact offset pls help me pls
×
×
  • 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.