Skip to content

Making Programs Fo the new paltalk

Viewing 14 posts - 31 through 44 (of 44 total)
  • Author
    Posts
  • #190184
    Admin
    Administrator

    I Made a Stcroller for the new paltalk 7 ahahahahhahaha kick ass SP was right the new one is easy im be releasing a scroller for paltalk soon Yay!!!!!

    #190183
    Admin
    Administrator

    Ok, so i am the only that doesnt get it 🙂 someone make the code publick and i give u 2 8 street latinas movies ejjeje Joke, let me keep on checking 🙂

    #190182
    Admin
    Administrator

    i used that API Spy you have loco its the one on your site thats how i made mine using that to get paltalks api i made skillz install vb6 for nothing feel kinda bad makin him do that but its easy i tryed making a mic holder it locks the mic but but the only problem is it looks like its not strong enough to hold it all the way down cause i can see the mic botton going down then when i click stop it lets go but its not strong enough to make voice out gotta work on that 😉 like i told you im try coming back with some stuff but i gotta go to sleep now cause i gotta get up to get a hair and go get food and visit my g/f 😛

    #190181
    Admin
    Administrator

    lol, got to get ready, ejjej, aight i check it more, to see if i finally get it lol

    #190180
    Project SP
    Member

    SEEE EVERYBODY…..
    CAN DOIT…. U JUST NEED TO….
    KNOW API’S AND HAVE SOME SKILLZ IN “VB”

    #190179
    Admin
    Administrator

    Fuck PalTalk Changed a part in there code my scroller dont work for Paltalk Messenger 7.0 Building 40 so i had to change….

    atlc = FindWindowEx(wtlsplitterwindow, 0&, "atl:004c4600", vbNullString)

    to

    atlcf = FindWindowEx(wtlsplitterwindow, 0&, "atl:004cf600", vbNullString)

    works now for the Paltalk Messenger 7.0 Building 40 now 😆

    #190178
    Admin
    Administrator

    gotta release the room spammer for Paltalk Messenger 7.0 Building 40 now and i just released one for Paltalk Messenger 7.0 Building 34 today LOL!!! ohh well paltalks alot easyer to understand now i like there new one easy to make programs for before i had problems with the others the Paltalk Messenger 7.0 to easy 😛

    #190177
    Admin
    Administrator

    Finally got it, its sending the text to the room box, thanks
    Syxx, I change the code too ejjeje 😆 so here the final code that works using crash old code. only works for build 34 tho

    Dim mywindowclass As Long
    Dim wtlsplitterwindow As Long
    Dim atlc As Long
    Dim atlaxwin As Long
    Dim x As Long
    Dim richedita As Long

    mywindowclass = FindWindow("my window class", vbNullString)
    wtlsplitterwindow = FindWindowEx(mywindowclass, 0&, "wtl_splitterwindow", vbNullString)
    wtlsplitterwindow = FindWindowEx(wtlsplitterwindow, 0&, "wtl_splitterwindow", vbNullString)
    atlc = FindWindowEx(wtlsplitterwindow, 0&, "atl:004c4600", vbNullString)
    atlaxwin = FindWindowEx(atlc, 0&, "atlaxwin71", vbNullString)
    x = FindWindowEx(atlaxwin, 0&, "#32770", vbNullString)
    richedita = FindWindowEx(x, 0&, "richedit20a", vbNullString)
    richedita = FindWindowEx(x, richedita, "richedit20a", vbNullString)
    Call SendMessageByString(richedita, WM_SETTEXT, 0&, Text$)

    one this is this code always going to be changing with every new build

    atlc = FindWindowEx(wtlsplitterwindow, 0&, "atl:004c4600", vbNullString)

    Tha suks we going have to change the proggies all the time lol

    #190176
    Admin
    Administrator

    Im selling the exsamples for the Paltalk Messenger 7.0 building 40 cause im bored dont really care if people buy them or not im just not going to giving something away free so lamers like UDG can steal it thats why programmers dont like to give there source codes out is because of lamers like udg who try and take all the credit so now im selling the exsamples on my forums at my site 😉

    #190175
    Admin
    Administrator

    Lol thas great thing u guys that make programs deserve some money for reals, all the work u guys do, 🙂 keep the great work man I proud 😥 of u guys, no game u do shit the most people would say fuk this, jeje

    Thanks Again 😉

    #190174
    UDG Clan
    Member

    cool never thought sp using Api spy i use it too to make programe but i also use api gied any way api spy i got it but dont no how to use it altell lol you can almost make a mic holder of it by one click onec i was trying anything lol and what it did is keept taking me froma room to a room lol

    #190173
    Project SP
    Member

    ok…… UDG…..
    api spy is a helpul way to make a api program…..
    without….irt…. u wont get anywhere….. unless u know the codes….
    in dat case alots of paltalk codes….. i remember them……

    #190172
    H@CkY
    Member

    APi Spy is not that helpfull…
    😆

    #190171
    Project SP
    Member

    well i think every has their own. opinions on everything
    i wont get into that. but i know one thing….
    if u dont know alots of apiz and constants, that means
    u dono vb api programming…. verymuch……. so i prefer
    u to learn them….. in ur own way…….like buyin a book…
    any kinda vb programming learning book, last week i went to this
    book shop. and they had this new api vb programming book
    came out.. i might buy that…… and ill let u know the author
    who made it, so u could search it online and buy it……. aiirite 🙂

Viewing 14 posts - 31 through 44 (of 44 total)
  • You must be logged in to reply to this topic.