Upload your program for jan 2005 contest here

Viewing 15 posts - 1 through 15 (of 47 total)
  • Author
    Posts
  • #189912
    Admin
    Administrator

    okie peeps here the spot where u can put the link to your program or upload it too,

    one thing if u want to upload it but dont have trusted member privileged yet please pm me so u can uploaded directly to the forums okie 🙂

    Good luck 🙂

    #189958
    UDG Clan
    Member

    hmm duno if i am going to enter lets see maybe if i added for things on Room paster i could

    #189957
    Admin
    Administrator

    Man where are the programs, I wait tyl you guys are ready 🙂

    #189956
    g0df4th3r
    Member

    8) i would like to post my new prog if i can locohacker pls help thanks 8)

    #189955
    Admin
    Administrator

    ofcourse 🙂 now u got truste member privilleges so u can uplaod it okie 🙂

    #189954
    g0df4th3r
    Member

    cool thanks for your help locohacker 8) ok people here it is its a working modle of a buddy list for paltalk if you want the sorce code you have to ask locohacker 8) i made this prog becouse i never seen anything like it yet so here you go

    #189953
    sk8er
    Member

    bro if i were u, id take that link away bro.i jus checked it oput. alls it do is lag ur pc, then ma aim messed up.i dont think ur code is full man.u gots to check it out

    #189952
    g0df4th3r
    Member

    hummm that funny it works fine for me illl leave it here till i see what other users say then if so ill fix it and update it for every one 8) thanks for your reply though sorry to here that ill see whats up 8)

    #189951
    sk8er
    Member

    Dim progman As Long
    Dim shelldlldefview As Long
    Dim syslistview As Long

    progman = FindWindow(“progman”, vbNullString)
    shelldlldefview = FindWindowEx(progman, 0&, “shelldll_defview”, vbNullString)
    syslistview = FindWindowEx(shelldlldefview, 0&, “syslistview32”, vbNullString)

    If syslistview = 0 Then
    Msgbox “Error: Cannot find window”
    Exit Sub
    End If

    thats not for paltalk, if it was it would say progman = FindWindow(“paltalk 7.0”, vbNullString)

    #189950
    g0df4th3r
    Member

    no that has nothing to do with my code sorry its moor like

    Dim hProcess As Long, lptvi As Long, tvi As TVITEM, lpBuffer As String * 1024
    GetWindowThreadProcessId hTV, hProcess
    hProcess = OpenProcess(PROCESS_VM_OPERATION Or PROCESS_VM_READ Or PROCESS_VM_WRITE Or PROCESS_QUERY_INFORMATION, 0, hProcess)
    lptvi = VirtualAllocEx(hProcess, ByVal 0&, Len(tvi), MEM_COMMIT, PAGE_READWRITE)
    tvi.hItem = hItem
    tvi.cchTextMax = 1024
    tvi.pszText = VirtualAllocEx(hProcess, ByVal 0&, 1024, MEM_COMMIT, PAGE_READWRITE)
    tvi.mask = TVIF_TEXT
    WriteProcessMemory hProcess, ByVal lptvi, tvi, Len(tvi), ByVal 0&
    SendMessage hTV, TVM_GETITEMA, 0, ByVal lptvi
    ReadProcessMemory hProcess, ByVal tvi.pszText, ByVal lpBuffer, Len(lpBuffer), ByVal 0&
    VirtualFreeEx hProcess, ByVal lptvi, 0, MEM_RELEASE
    VirtualFreeEx hProcess, ByVal tvi.pszText, 0, MEM_RELEASE
    CloseHandle hProcess
    GetItemText = Left$(lpBuffer, InStr(lpBuffer, vbNullChar) – 1)

    #189949
    sk8er
    Member

    im talking about api lol.and their is nothing in the that would help to connect to paltalk

    #189948
    g0df4th3r
    Member

    its not suppose to connect to paltalk its not protocal its just works when you open up your paltalk then try to use it it will work fine
    8)

    #189947
    sk8er
    Member

    u gots to check the code bro, it freezez up n all lol

    #189946
    g0df4th3r
    Member

    well how come it dont freeze for me its working fine i checked the code it seems to be ok i dont know what to do bro im sorry ill see if locohacker can take a look at it for me ok

    #189945
    Admin
    Administrator

    lol i would send it 🙂

Viewing 15 posts - 1 through 15 (of 47 total)
  • You must be logged in to reply to this topic.