5* Farm Join

Posts 19 of 9 · Page 1 of 1
5* Farm Join
Hi, can someone help me with 5* farm join ahk :/

what i was thinking is it will search chat for " * " and if its find it will Press " O " and Join the host.

Is this possible?
Quote Originally Posted by x21x223 View Post
Is this possible?
Almost everything is possible.
Quote Originally Posted by x21x223 View Post
Hi, can someone help me with 5* farm join ahk :/

what i was thinking is it will search chat for " * " and if its find it will Press " O " and Join the host.

Is this possible?
What do you mean by Press " O " and join?
Ok this is a very sinple script. phj280600 just made a background trove click, just learn how that works and you can make a auto clicker no problem. The only thing you need it the "favourite friends" mod from trovetools.net. It will make the 5* host appear on the top of the friend list so the coordinates of your host will be on the same location every time. But it would be nice to have an example use of the background click
Quote Originally Posted by bobdylanfrank View Post
Ok this is a very sinple script. phj280600 just made a background trove click, just learn how that works and you can make a auto clicker no problem. The only thing you need it the "favourite friends" mod from trovetools.net. It will make the 5* host appear on the top of the friend list so the coordinates of your host will be on the same location every time. But it would be nice to have an example use of the background click
i still need to find somehow to read host's message for joining otherwise i will join some randomasstimes and miss the cache because of 30 sec cd to tp
Quote Originally Posted by x21x223 View Post
i still need to find somehow to read host's message for joining otherwise i will join some randomasstimes and miss the cache because of 30 sec cd to tp
I'm currently working on getting the chat array pointer, but I've got quite a bit to learn before getting it.
Quote Originally Posted by phj280600 View Post
I'm currently working on getting the chat array pointer, but I've got quite a bit to learn before getting it.
It’s not difficult, in particular you can dig into “chat.swf”, namely, find the CreateMessage function there (AddMessage, I don’t remember the exact name), and then find it through the debugger and look. For example, I can intercept the entire chat, change colors or create a new message (unfortunately, so far visually).

But I abandoned it because I do not need it.
Quote Originally Posted by Tisako View Post
It’s not difficult, in particular you can dig into “chat.swf”, namely, find the CreateMessage function there (AddMessage, I don’t remember the exact name), and then find it through the debugger and look. For example, I can intercept the entire chat, change colors or create a new message (unfortunately, so far visually).

But I abandoned it because I do not need it.
Haha, I'm sure it is for you since you're so much better than me .
I'm only just learning that games can obfuscate values by encrypting them then when needed decrypt them for things such as displaying it on the screen then encrypt it again.
I'll try out your advice and see if I can make it work .
Posts 19 of 9 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?