• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. Ascendia

    Use cheat engine to find chat pointer address in Cheat Engine

    Program.cs class Program { const int PROCESS_ALL_ACCESS = 0x1F0FFF; [DllImport("kernel32.dll")] public static extern IntPtr OpenProcess(int dwDesiredAccess, bool bInheritHandle, int dwProcessId); static void Main(string[] args) {...
  2. Ascendia

    Use cheat engine to find chat pointer address in Cheat Engine

    What do you mean? The handle is already of type IntPtr when declared? IntPtr processHandle = OpenProcess(PROCESS_ALL_ACCESS, false, process.Id); @Edit oh you mean in the WriteProcessMemory. Let me check @Edit It did nothing. @kay
  3. Ascendia

    Use cheat engine to find chat pointer address in Cheat Engine

    Anyone got an idea why I can't get my lighthack to work? { const int PROCESS_ALL_ACCESS = 0x1F0FFF; [DllImport("kernel32.dll")] public static extern IntPtr OpenProcess(int dwDesiredAccess, bool bInheritHandle, int dwProcessId); [DllImport("kernel32.dll"...
  4. Ascendia

    Use cheat engine to find chat pointer address in Cheat Engine

    Thanks for this information. I will look into it and see what information I can find. @EDIT So basically instead of looking for a dynamic base address which will change each time the application restarts. I just look for the function that executes the code where i "type" or "send" messages in-game?
  5. Ascendia

    Use cheat engine to find chat pointer address in Cheat Engine

    I'm having problems finding the static pointer for the tibia chat in CE. I've tried typing a word that nobody has typed and then I get 2 values IN CE that match. I test them and eventually there is only 1 correct value. So I go through the process of a pointer scan to get the static value but...
  6. Ascendia

    8.6 Client compatible with 7.6 Server

    So I heard people are using 8.6 clients on 7.6 servers and I'm just curious how this works? I tried changing the IP on the client to that of the OT server in educational purpose and it told me the client was too old and that I had to update it to a newer version. Could someone explain to me how...
  7. Ascendia

    [France] Medivia Online - Legacy & Spectrum | CUSTOM 7.4 | [Windows / Linux / OS X]

    Why do you bother replying if you got nothing you can do just like the rest and not reply to my message? Degenerate. Client says to download from mediviaonline.com but that website is password protected and here on the thread it says to download from medivia.org. I'm a bit confused.
  8. Ascendia

    [France] Medivia Online - Legacy & Spectrum | CUSTOM 7.4 | [Windows / Linux / OS X]

    Anyone got a rook set I can borrow? I want to check this server out
  9. Ascendia

    [France] Medivia Online - Legacy & Spectrum | CUSTOM 7.4 | [Windows / Linux / OS X]

    ElfBot targetting on Tusenlappen was real
  10. Ascendia

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Thanks, worked.
  11. Ascendia

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Why can't I download the query and DBScheme from OTlandCloud? Could anybody download these 2 for me and upload them elsewhere? It's 2 very small files.
  12. Ascendia

    [7.7] RealOTS Login Server

    Why can't I download the query and DBScheme from OTlandCloud? Could anybody download these 2 for me and upload them elsewhere? It's 2 very small files.
  13. Ascendia

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    I can't seem to download anything from the cloud so I'm lacking Query Manager and DBScheme, could anyone upload these?
Back
Top