Skip to content

Limit

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #189471
    Limit
    Member

    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.

    #189473
    Limit
    Member

    its working fine for me :-/

    #189475
    Limit
    Member

    ok 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 room

    and 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..

    #189477
    Limit
    Member

    i 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.

    #189478
    Limit
    Member
    Dim 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 lol

    #189479
    Limit
    Member

    oh 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

    #180717
    Limit
    Member

    @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 🙄

    #180286
    Limit
    Member

    i 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..

    #189482
    Limit
    Member

    hey, NVYE thanks a million man
    i got it working now,

    #189486
    Limit
    Member

    theres 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 🙁

    #189488
    Limit
    Member

    oh 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

    #189490
    Limit
    Member

    hey hacky, wanna work together again? 8)

    #189683
    Limit
    Member

    Whats up Guys… what cha all fighting about? 🙄

    <-xXx- LiMiT -xXx 😳

Viewing 13 posts - 1 through 13 (of 13 total)