Forum Replies Created
-
AuthorPosts
-
July 6, 2005 at 2:01 am #189471LimitMember
yeah home, and end, would work
to make it click first user or last user
then using the api to get the Text from that user, meaning going threw syslistview32, and using those api’s.
which without a kill code, will crash paltalk system
you have to by pass the method so it doesnt crash paltalk while trying to get the username text.
which that program that was posted does bypass it allowing you to do anything you want to do with syslistview32.you know how to get the handle from syslistview32, then it should be simple to build that into that syslistview32 source code.
instead of having that source code locate the target handle, have it changed to auto locate it. and thats how easy it is.
July 5, 2005 at 7:14 pm #189473LimitMemberits working fine for me :-/
July 5, 2005 at 3:53 pm #189475LimitMemberok i prolly will when im on my computer
but what im saying is..
yeah i can get the users from syslistview32, i just need to get my api’s straight so it grabs the last user everytime a new user enters the roomand get the handle code to get to the syslistview32
and you can work with the fpdedemo2-lv.rar source code to get the syslistview32 users..
just instead of finding the target with fpdedemo2-lv, have the target as the syslistview32 handle.
and u can always get it..
July 4, 2005 at 3:20 pm #189477LimitMemberi can make a age checker, its no problem, but i was use to working with systreeview32, not syslistview32, so i gotta get some syslistview32 api’s and shit and update my systreeview32 api’s to syslistview32.
July 4, 2005 at 3:19 pm #189478LimitMemberDim lchild As Long
Dim lchild1 As Long
Dim lchild2 As Long
Dim lchild3 As Long
Dim lchild4 As Long
Dim lchild5 As Long
Dim reason As String
lParent = FindWindow("My Window Class", vbNullString)
lchild1 = FindWindowEx(lParent, 0, "WTL_SplitterWindow", "")
lchild2 = FindWindowEx(lchild1, 0, "WTL_SplitterWindow", "")
lchild3 = FindWindowEx(lchild2, 0, "WTL_SplitterWindow", "")
lchild4 = FindWindowEx(lchild3, 0, "ATL:004FE7B8", "")
lchild5 = FindWindowEx(lchild4, 0, "SysListView32", "")then use that as the target handle, and you’ll receive the users list
can slap the users into a listbox, then search the listbox entry’s for “@”
and add them to another listbox
and thats how i did the whole “Admins in Room” thing
but all i needed was the simple little code, and i had it and i told you i would have it lolJuly 4, 2005 at 3:17 pm #189479LimitMemberoh you can use fpdedemo2.lv.rar, what departure has posted there, thats a simple way, without making paltalk crash when you try to receive the names and such.. you can use that, its a easy way
July 4, 2005 at 10:08 am #180717LimitMember@ice_531 wrote:
Danny paid a programmer to do part of it for him. He doesn’t count 😉
Ryan had only done his mp3 bot as far as i know, he’d never released an admin bot til this year.
if your talking about me ice, i didnt pay any 1 to make my admin bot, i made it myself 🙄
July 4, 2005 at 9:16 am #180286LimitMemberi just updated my mp3 bot
has
!access (allows you to give user the access, you can accept or not)
!info (info about program)
!next (tells you what song is playing next)
!skip (skips song)
!play # (plays that song)
!find (finds song)
!add username (adds user to allow list)
!delete username (deletes user from allow list)
!pause (pauses song)
!resume (resumes song)more..
July 4, 2005 at 8:30 am #189482LimitMemberhey, NVYE thanks a million man
i got it working now,July 3, 2005 at 9:16 pm #189486LimitMembertheres a handle for it, i found it with a api spy thing, and everything, but theres something hidden that has to be found first, to get to that syslistview32, and thats my only trouble, so i dunno lol
and oh fucked ur knee up, that sucks :-/
good luck with that 🙁July 3, 2005 at 8:04 pm #189488LimitMemberoh naw man, i got all that, im just having trouble getting the syslistview32 handle, everytime i try it returns with a 0
something i have to find first b4 i can get to the syslistview32,
and i dont know what it is.i just need help finding the syslistview32 Handle.
then i’d be good as ever
July 3, 2005 at 4:36 pm #189490LimitMemberhey hacky, wanna work together again? 8)
July 3, 2005 at 2:24 am #189683LimitMemberWhats up Guys… what cha all fighting about? 🙄
<-xXx- LiMiT -xXx 😳
-
AuthorPosts