function NopInstructionAt(Address)
local InstructionSize=getInstructionSize(Address);
local BytesToWrite={};
for i=InstructionSize,0,-1 do
BytesToWrite[i]=0x90;
end
writeBytes(Address,BytesToWrite);
end
So the address i am trying to replace with nop is "0088e5f0 " where should i put that in the script that you posted? or is there more numbers i need to get.
Seriously there are simple things that even a noob has to be able to figure out by himself. Otherwise it's not a hacker you'll become, it's a bot. _________________
DO NOT PM me if you want help on making/fixing/using a hack.
Seriously there are simple things that even a noob has to be able to figure out by himself. Otherwise it's not a hacker you'll become, it's a bot.
Maybe you should have pointed out that the last three "code" lines of yours are examples of exactly what he is trying to do, and in addition that the "--or" does not belong to the function too sarcasm off
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum