- This topic has 26 replies, 7 voices, and was last updated 19 years ago by H@CkY.
-
AuthorPosts
-
December 25, 2004 at 5:43 am #190095AdminAdministrator
Yeps its fgoing to be cool 🙂
December 29, 2004 at 3:23 am #190094ice_531Memberhmmmmm
December 29, 2004 at 5:51 am #190093AdminAdministratorNow 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, 0See 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
December 29, 2004 at 6:13 pm #190092ice_531MemberIt’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, 1December 29, 2004 at 6:21 pm #190091AdminAdministratorThe Quick bouncer, a lot of peeps want that, they ask for it all the time, is it that simple 🙂
December 29, 2004 at 7:37 pm #190090ice_531Memberyep.. 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 😉
December 30, 2004 at 6:56 am #190089Project SPMemberice… 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 = 32793December 30, 2004 at 2:43 pm #190088AdminAdministratorYeps sp, Its great how a one line does what 10 lines can do 🙂 nice
December 31, 2004 at 4:27 am #190087Project SPMemberyup remem loco…
i said “one single line…….”…
but ice already showed it here. how……heheheheh
😈December 31, 2004 at 5:22 am #190086AdminAdministratoroh thas the one u was going to show me, 🙂 its nice i love it lol
January 1, 2005 at 5:08 pm #190085sk8erMemberwhere can you get reshack?
January 1, 2005 at 5:13 pm #190084AdminAdministratorIn the download section, under software, check the link 🙂
-
AuthorPosts
Related
- You must be logged in to reply to this topic.