Re: Re: reddot nickname individualy

#187891
autopilot
Member

@honey_34 wrote:

how can i reddot nickname from the list using vb code …
if my list contains ,, nick1 , nick2 , nick3 , nick4 . how can i reddot nick2 individualy without reddot all..

Well to start with, you must find out what command to send to the pal room to red dot. To do this, download ResHack and use it to open paltalk.exe and browse through the menu section until you find the menu that contains MENUITEM “Red Dot” once you find that, you have the command to send.

Next, you use the PostMessage API to send the red dot command to the paltalk room. That will red dot the nick that is highlighted.

So now you know what to do. It is up to you to figure out how to do it.

autopilot