Skip to content

Commit

Permalink
Merge pull request #25 from rakion99/patch-1
Browse files Browse the repository at this point in the history
Update OneByteLdr.py
  • Loading branch information
danielkrupinski authored Sep 9, 2020
2 parents e4078b0 + b19a939 commit 8a1b281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneByteLdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'csgo.exe')

csgoModule = pm.read_bytes(csgo.lpBaseOfDll, csgo.SizeOfImage)
address = csgo.lpBaseOfDll + re.search(rb'.\x1A\xF6\x45\x0C\x20',
address = csgo.lpBaseOfDll + re.search(rb'.\x1B\xF6\x45\x0C\x20',
csgoModule).start()

pm.write_uchar(address, 0xEB if pm.read_uchar(address) == 0x74 else 0x74)
Expand Down

0 comments on commit 8a1b281

Please sign in to comment.