Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/09/2024 in all areas

  1. I'm trying to speed hack this game called soul knight but no matter what speed hack function I use, it doesnt work. It just freezes my game, I tried other soul knight speed hacks here and they just freeze the game too
    2 points
  2. Thank yous for the help,much appreciated!
    1 point
  3. Hi @APEXggV2. If the coordinate is constant, the above solution will work. In Minecraft, player coordinate will stay in place except if the player switch into a server, realm, or dimension. If the coordinate address keep changing, then just modify the code above: function find_address() gg.searchNumber("233;5;100::9", gg.TYPE_DWORD) gg.refineNumber('233', gg.TYPE_DWORD) result = gg.getResults() gg.editAll('45000', gg.TYPE_DWORD) gg.clearResults() gg.searchNumber("1667;2;5731::9", gg.TYPE_DWORD) gg.refineNumber('1667', gg.TYPE_DWORD) results = gg.getResults() gg.editAll('2000', gg.TYPE_DWORD) gg.clearResults() return result, results end result, results = find_address() while(true) if gg.getValues({{address=result[1].address, flags=result[1].flags}}).value == '233' then result, results = find_address() gg.sleep(5000) --in milisecond (5 second) end
    1 point
  4. Found it there too but it was in Anonymous range for me. How strange.
    1 point
  5. 0 points
×
×
  • 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.