Jump to content
  • 0

XOR Search


GustavoNog14

Question

Posted

Hi guys i'm new to this kind of thing and i ran into a problem trying to change the values in XOR. I can find the value and edit it but after I edit it once I can't move again nor find the same path like i did before. Can someone help me?

3 answers to this question

Recommended Posts

Posted
local xor = bit32.bxor

local value = 10;
local xorKey = -- Here the xor key 
local newValue = xor(value, xorKey)

gg.searchNumber(newValue, gg.TYPE_DWORD)

I just detailed it here for understanding, so when your comfortable you can go directly like this 

local xor = bit32.bxor

local value = xor(67, 444444)
gg.searchNumber(value, gg.TYPE_DWORD)

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.