Results 1 to 4 of 4
  1. #1
    lightoflife
    lightoflife is offline
    New member
    Join Date
    2013 Jan
    Posts
    20
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    3
    Thanked in
    2 Posts
    Rep Power
    0

    need help - chat info

    Hi,
    i've found something interesting but i'm little lost.
    with the current TERA, if u use tera.exe+1AB2524
    then use those offsets =>
    0x120
    0x04
    0x157C
    0x1B0

    You can obtain the 1st line of the active chat
    but my problem is that i can't get all the chat, i don't know how all the lines in the same chat are linked ... string pointer ? structure pointer . array of pointer ?
    i don't know.
    I've found 2 nd line of active chat too but i can't link them together to find a logic.

    someone is maybe working on the same thing of me ? or have ideas ?

    my goal is to get info form combat chat to create a log file for a dps meter.

  2. #2
    azzy
    azzy is offline
    Guest
    Join Date
    2013 Oct
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    I see you always work on your kikimeter
    Question : The 1st & 2nd line you can read is on the top or bottom of the chat box?

  3. #3
    lightoflife
    lightoflife is offline
    New member
    Join Date
    2013 Jan
    Posts
    20
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    3
    Thanked in
    2 Posts
    Rep Power
    0
    they are on the top of the chat box btw new patch changed address, i'll work on it to find new one. btw, 2nd chat box line is at a complete different address and also change w<hen u switch your chat box so it must exist a table of the pointers somewhere ...

  4. #4
    juppie7
    juppie7 is offline
    New member
    Join Date
    2014 Mar
    Posts
    5
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    the approach I'm taking is just hooking the chat window's message loop, and filtering ordinals. Seems more efficient to me, and significantly more reliable. Plus it means offsets aren't needed, nor sig scanning. My project isn't even in alpha stage yet, but I'll be posting something shortly. Think you might like my approach. Though I suppose you could just implement your own LILO stack with the offset you are using, and use a thread to process each new entry. Which you could do with cheat engine scripting btw.
    Though I have reservations on it, because the value in memory will be volatile; lag would cause microsecond changes in rapid succession, it may even skip a value if the server flags a state dirty and the client auto-corrects to a new timestep. In theory, it's unsafe. The window message loop is a guaranteed way to receive all data in the order it is dispatched from server. And gives you a way to sort through each tab of content.
    Granted it requires hooking, but that isn't really a problem in my case. Will post back later when I reach alpha. Let me know if you've made any progress on this! I'm working on the US version.

Similar Threads

  1. Chat Ongame
    By mamaelokao in forum Aika Guides, Tutorials
    Replies: 3
    Last Post: 2012-10-09, 05:02 PM
  2. [Soft] PW Chat flooders
    By Dwar in forum Perfect World
    Replies: 2
    Last Post: 2012-08-09, 09:05 AM
  3. [Bug] possible CSS in world chat.
    By fwplayer0 in forum Forsaken World Bots, Hacks, Cheats
    Replies: 2
    Last Post: 2011-12-14, 03:39 AM
  4. BoI Helper (Chat Cmd's, Speed/Chat/Zoom hack)
    By mhongski in forum Trash Bin
    Replies: 0
    Last Post: 2010-10-29, 07:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •