- This topic has 43 replies, 5 voices, and was last updated 19 years ago by Kittenless.
-
AuthorPosts
-
December 3, 2004 at 10:58 pm #190184AdminAdministrator
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!!!!!
December 3, 2004 at 11:10 pm #190183AdminAdministratorOk, 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 🙂
December 4, 2004 at 12:00 am #190182AdminAdministratori 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 😛
December 4, 2004 at 12:03 am #190181AdminAdministratorlol, got to get ready, ejjej, aight i check it more, to see if i finally get it lol
December 4, 2004 at 4:40 am #190180Project SPMemberSEEE EVERYBODY…..
CAN DOIT…. U JUST NEED TO….
KNOW API’S AND HAVE SOME SKILLZ IN “VB”December 4, 2004 at 7:51 pm #190179AdminAdministratorFuck 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 😆
December 4, 2004 at 7:54 pm #190178AdminAdministratorgotta 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 😛
December 5, 2004 at 3:24 pm #190177AdminAdministratorFinally 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 thoDim 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
December 5, 2004 at 9:22 pm #190176AdminAdministratorIm 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 😉
December 5, 2004 at 9:26 pm #190175AdminAdministratorLol 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 😉
December 9, 2004 at 11:56 am #190174UDG ClanMembercool 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
December 13, 2004 at 3:54 am #190173Project SPMemberok…… 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……December 25, 2004 at 4:51 am #190172H@CkYMemberAPi Spy is not that helpfull…
😆December 25, 2004 at 11:50 pm #190171Project SPMemberwell 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 🙂 -
AuthorPosts
Related
- You must be logged in to reply to this topic.