Skip to content

I need help getting paltalk room submenus

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • #190095
    Admin
    Administrator

    Yeps its fgoing to be cool 🙂

    #190094
    ice_531
    Member

    hmmmmm

    #190093
    Admin
    Administrator

    Now that u remind me there is a much easier way to get the menu item , this was explain by ice.

    For those of u dont know Ice is a legend in the paltalk world, one of the best programers 🙂

    Anyways this way is way easier, u need reshack which u can download here

    ok now open reshack and open the paltalk client.

    Than you will something like u will see in the pic on the bottom of this post . You see on the pic right next to “join group” there is this number 32882 well tha number is the menu id, so let say u want to call that menu on your program you will use a code like this

    window = FindWindow("seinfeld_superman", "paltalk Messenger 7.0")
    PostMessage window, WM_COMMAND, 32882, 0

    See much easier, lol thanks to ice i found this,

    Another way to find the id of the menu is by using Spy ++ and check for the process while u enter the rooms, u will see everythign the program is doin and see the menu id, lol its a little harder but it faster to find the id number 🙂

    Big thanks to ice for this info

    #190092
    ice_531
    Member

    It’s pretty simple that way.

    I hear that 7.0 isn’t even packed or compressed now 8) but still has crc check in place i guess.

    But im sure theres a ton of things you can mess with, if you remember my quick bouncer thats all i did was get the menuid of the “Bounce” using reshack and then sent
    postmessage hWnd,wm_command, menuid, 1

    #190091
    Admin
    Administrator

    The Quick bouncer, a lot of peeps want that, they ask for it all the time, is it that simple 🙂

    #190090
    ice_531
    Member

    yep.. 1 line of code in a command button lol

    if i remember my code correctly it was:

    postmessage palhWnd,wm_command, 240, 1

    240 = the bounce menu id …but im guessing in 7.0 its different 😉

    #190089
    Project SP
    Member

    ice… there are some of the bits…. and menuz and dialogs crypted in paltalk7.exe

    and yeah with postmessage and wm_command combination and get the menu res id from the any resource viewer.. can result u in sending a menu command…

    Online = 32791
    Away = 32792
    Do Not Disturb =32806
    Invisible (Appear Offline) = 32807
    Sign Off = 32793

    #190088
    Admin
    Administrator

    Yeps sp, Its great how a one line does what 10 lines can do 🙂 nice

    #190087
    Project SP
    Member

    yup remem loco…
    i said “one single line…….”…
    but ice already showed it here. how……heheheheh
    😈

    #190086
    Admin
    Administrator

    oh thas the one u was going to show me, 🙂 its nice i love it lol

    #190085
    sk8er
    Member

    where can you get reshack?

    #190084
    Admin
    Administrator

    In the download section, under software, check the link 🙂

Viewing 12 posts - 16 through 27 (of 27 total)
  • You must be logged in to reply to this topic.