Stellow
C++/C#/PHP/LUA
I tried to search for strings on Ollydgb's map, but I cant find 'Tibia'. Ideas?
Try searching for TibiaClient, should be somewhere around that, or inject a dll and use HWND tibia Hwnd = FindWindow(L"Tibia", L"TibiaClient); and SetWindowName(tibiaHwnd, "Somename);I tried to search for strings on Ollydgb's map, but I cant find 'Tibia'. Ideas?
Looks like Ollydbg, aanyway, tried to change few Tibia strings but nothing yet,any more tip?Immunity debugger..
Try a hex editor, for XVI32 is a free one (i prefer hex workshop by breakpoint software). Anyhow, then you search for TibiaClient, and you should have the window name close by to it aswell ( this is the class name ). Then if you want to do it in olly for any reason (longer name perhaps?) Then just take the address and add the base address of your tibia instance to it.Looks like Ollydbg, aanyway, tried to change few Tibia strings but nothing yet,any more tip?
I have opened Tibia client with XVI32, changed all strings Tibia to Bibia (just to test), it had 32 occurrences, and none of them changed the client title. Any more ideas? Thanks for the help so far.Try a hex editor, for XVI32 is a free one (i prefer hex workshop by breakpoint software). Anyhow, then you search for TibiaClient, and you should have the window name close by to it aswell ( this is the class name ). Then if you want to do it in olly for any reason (longer name perhaps?) Then just take the address and add the base address of your tibia instance to it.
What's the version of the client you're trying to edit? I can help you find the correct addresses. And i'm guessing it'll be on windows considering you're using ollyI have opened Tibia client with XVI32, changed all strings Tibia to Bibia (just to test), it had 32 occurrences, and none of them changed the client title. Any more ideas? Thanks for the help so far.
Version 7.72, and yes, on windows. I would appreciate it.What's the version of the client you're trying to edit? I can help you find the correct addresses. And i'm guessing it'll be on windows considering you're using olly