- This topic has 50 replies, 12 voices, and was last updated 19 years ago by sk8er.
-
AuthorPosts
-
February 16, 2005 at 4:28 pm #189702sk8erMember
i gots all thje codes man, ask him.i added emoticans, voice, video, banner, bans, bounces and all that.he only wanted mer to do voice.
February 16, 2005 at 6:17 pm #189701AdminAdministratori dont care too much for paltalk right now im building a nice gaming system so i dont have time for paltalk. paltalk can wait but i have’nt quit paltalk im building my gaming system tryin to get it done before april 🙁
February 17, 2005 at 4:37 pm #189700sk8erMemberok…. cool bro but this aint paltalk. this is my chat, so it dun really matta what cryptim is, i admitted the codes i got from them, our support n staff made the rest.
i also made uno, decompile protect, simpler chat for ip connections.greeters, checkers, dotters, bouncers, racing games, flooders, browsers, translation programs.i am pretty good but damn im not perfect, no one is, i just try ma hardest
February 17, 2005 at 4:48 pm #189699H@CkYMemberyea but the sad part u have open security holes in the chat lol
February 17, 2005 at 6:34 pm #189698AdminAdministratorsk8er stop the damn lieing man you dont own that dumbass company man you show a screen shot of your make and legal proof to everyone here that you own the company maybe then i’ll believe you why are you trying to say tha you are who your not? its people like you who are the real lamers lamer fits people like you good because you say you did all this coding by your self you stated that you own that fuckin retarded voice and what ever else it is dude you are you going to grow up im like sick of hearing people like you try to take other peoples credit for stuff they did tha your didn’t do and saddly you are a noob and the people who own that company are noobs for having to use someone elses useless code off PSC Imean come on if they really were programmers they wouldn’t use a code off PSC man just go’s to show you are who your not. and fuck that stupied company if it is yours i’ll never use it not if i was gojng to be paid 500 billion dollars to use it for 5 secs i dont care what you have to say about what i just said but im really sick of hearing you lie out your ass about that stupied company. you cant own that company you dont have a job your still living with your mom and dad stay and school pecker head and learn how to program cause you have even said that limit made the age checker you didn’t do and coding of your own even your anti-ban you said you made you never made that was loco hackers and he released the source code to it and you modfiyed it.
February 17, 2005 at 6:55 pm #189697AdminAdministratorPalTalk Profile Viewer (One line of Code)
Print
EmailSubmitted on: 10/4/2004 8:24:45 AM
By: Syxx TriggieLevel: Intermediate
User Rating: Unrated
Compatibility:VB 6.0Now this kid says how he hates me but yet he uses my codes WTF!?! how can you talk shit to someone say there programs suck buyt yet you still use my stuff WTF….
by the way heres the link to the profile viewer
February 18, 2005 at 4:34 pm #189696sk8erMemberi told every1, those codes arent myne, i jus put it together, lol.i told every1 none of it was myne, and carlos ur 15, stay on schoool bitch, i said some codes imade, some i didnt, its not my company, i an tech support not owner, i helo out not own,m i work not make it all.justin owns it, thats his buisness and myne not urs, u dont know shit i did for that, u never will so stfu and learn u noob ass.
February 19, 2005 at 2:51 am #189695AdminAdministratorWell learn to program and tell your lil so called friends wh own that wannabe voice chat program to learn how to code and not use something off PSC. Now you hate me yes? i still question how you can hate me but yet you will use my code in one of your programs? seems to me your in denial here you dont know what you hate or like your still questioning what your here in this world to do does it take a someone with a high IQ to figure that one out nah… Now listen up kid im done with you im not trying to run you down just grow up if you hate me some much then dont use anything of mine im mine its stupied how you can run me down and talk shit about how bad my programs suck and they dont work but yet you will use a source code i give out i mine thats too funny i think your trying to get people to stick up for you so when someone says my shit sucks you join in and agree with them because you think that people on here are really your “Friend” if thats what people like you come on here trying to find seck help mental help now im dropping this whole thing here i wont say another word to you can you be a man and do the same? speak your mind but think about what your saying before your say it.
March 17, 2005 at 5:02 pm #189694DepartureMemberYour both full of shit and know syxx is for sure, i am also a fellow planet-source code member and i know for a fact syxx you did’nt code that profile viewer you retard, copy and pasting code does’nt make you a programmer, ohh and your interface sucks dude, go and learn howto use photoshop or something , maybe you could start to learn windows paint first!
and real coding is done with Delphi (intermediate) and C (advanced)
although i have to admit i started with VB also and im not knocking you for using VB as it makes a great starting point and just because im i nice guy here is a VB source code for mIRC keygen …… mmmmmmm love those keygensPrivate Sub ShowKey()
Text1.Text = Username
Static Already As Boolean, MyTable(&H26)
If Already = False Then
MyTable(0) = 11: MyTable(1) = 6: MyTable(2) = 17: MyTable(3) = 12
MyTable(4) = 12: MyTable(5) = 14: MyTable(6) = 5: MyTable(7) = 12
MyTable(8) = 16: MyTable(9) = 10: MyTable(10) = 11: MyTable(11) = 6
MyTable(12) = 14: MyTable(13) = 14: MyTable(14) = 4: MyTable(15) = 11
MyTable(16) = 6: MyTable(17) = 14: MyTable(18) = 14: MyTable(19) = 4
MyTable(20) = 11: MyTable(21) = 9: MyTable(22) = 12: MyTable(23) = 11MyTable(24) = 10: MyTable(25) = 8: MyTable(26) = 10: MyTable(27) = 10
MyTable(28) = 16: MyTable(29) = 8: MyTable(30) = 4: MyTable(31) = 6
MyTable(32) = 10: MyTable(33) = 12: MyTable(34) = 16: MyTable(35) = 8
MyTable(36) = 10: MyTable(37) = 4: MyTable(38) = 16
End If
If Len(Text1.Text) < 4 Then Text2.Text = "": Exit Sub
CL = 0
For C = 4 To Len(Text1.Text)
Valore = Asc(Mid$(Text1.Text, C, 1)) * MyTable(CL)
FirstPart = FirstPart + Valore
CL = CL + 1
If CL > &H26 Then CL = 0
Next
CL = 0: Valore = 0
For C = 4 To Len(Text1.Text)
Valore = Asc(Mid$(Text1.Text, C – 1, 1)) * Asc(Mid$(Text1.Text, C, 1))
SecondPart = SecondPart + Valore * MyTable(CL)
CL = CL + 1
If CL > &H26 Then CL = 0
Next
Text2.Text = LTrim$(Str$(FirstPart)) + “-” + LTrim$(Str$(SecondPart))
End Sub
Private Sub Text1_Change()
ShowKey
End Sub
put 2 text boxes on your form and you in action ….now you can pretent you know something syxx :O)
YOU HAVE BEEN TOUGHT DUDE!!!!!
March 20, 2005 at 10:53 pm #189693sk8erMemberwow, a lot of truth coming form these discussions, now wai for next week class.
March 21, 2005 at 4:23 am #189692AdminAdministratorthanks for admitting you are a member of PSC and that you went there and copyed this code and are now trying to say your a programmer LOL…… *sign* see and sk8er why are you on the net talking shit dont you have a sick fucking lil girl that you say you wanna spend time with and how your not going to be on anymore you lier i was right your lieing.
March 21, 2005 at 12:21 pm #189691sk8erMemberim n here to tlk to me gf, while we can be in the hospital
March 21, 2005 at 2:56 pm #189690AdminAdministrator@Departure wrote:
Your both full of shit and know syxx is for sure, i am also a fellow planet-source code member and i know for a fact syxx you did’nt code that profile viewer you retard, copy and pasting code does’nt make you a programmer, ohh and your interface sucks dude, go and learn howto use photoshop or something , maybe you could start to learn windows paint first!
and real coding is done with Delphi (intermediate) and C (advanced)
although i have to admit i started with VB also and im not knocking you for using VB as it makes a great starting point and just because im i nice guy here is a VB source code for mIRC keygen …… mmmmmmm love those keygensPrivate Sub ShowKey()
Text1.Text = Username
Static Already As Boolean, MyTable(&H26)
If Already = False Then
MyTable(0) = 11: MyTable(1) = 6: MyTable(2) = 17: MyTable(3) = 12
MyTable(4) = 12: MyTable(5) = 14: MyTable(6) = 5: MyTable(7) = 12
MyTable(8) = 16: MyTable(9) = 10: MyTable(10) = 11: MyTable(11) = 6
MyTable(12) = 14: MyTable(13) = 14: MyTable(14) = 4: MyTable(15) = 11
MyTable(16) = 6: MyTable(17) = 14: MyTable(18) = 14: MyTable(19) = 4
MyTable(20) = 11: MyTable(21) = 9: MyTable(22) = 12: MyTable(23) = 11MyTable(24) = 10: MyTable(25) = 8: MyTable(26) = 10: MyTable(27) = 10
MyTable(28) = 16: MyTable(29) = 8: MyTable(30) = 4: MyTable(31) = 6
MyTable(32) = 10: MyTable(33) = 12: MyTable(34) = 16: MyTable(35) = 8
MyTable(36) = 10: MyTable(37) = 4: MyTable(38) = 16
End If
If Len(Text1.Text) < 4 Then Text2.Text = "": Exit Sub
CL = 0
For C = 4 To Len(Text1.Text)
Valore = Asc(Mid$(Text1.Text, C, 1)) * MyTable(CL)
FirstPart = FirstPart + Valore
CL = CL + 1
If CL > &H26 Then CL = 0
Next
CL = 0: Valore = 0
For C = 4 To Len(Text1.Text)
Valore = Asc(Mid$(Text1.Text, C – 1, 1)) * Asc(Mid$(Text1.Text, C, 1))
SecondPart = SecondPart + Valore * MyTable(CL)
CL = CL + 1
If CL > &H26 Then CL = 0
Next
Text2.Text = LTrim$(Str$(FirstPart)) + “-” + LTrim$(Str$(SecondPart))
End Sub
Private Sub Text1_Change()
ShowKey
End Sub
put 2 text boxes on your form and you in action ….now you can pretent you know something syxx :O)
YOU HAVE BEEN TOUGHT DUDE!!!!!
ahahahahahah a fucking lame ass mIRC Keygen WTF!?!?!?!? ahahahahaahahahahahhah wow your like a elite programmer cause you madea mIRC keygen LOL………..lets see sence why would anyone care for that yet again you post a useless source code to prove your a dumb shit trying to look cool wow dude your like 4|| 3|_1-|-3 |D|206|24|/||/|3|2 1 ||33d -|-00 |D|-|33|2 y0|_| D|_|d3 11111111111
March 21, 2005 at 5:29 pm #189689ice_531Memberyour all idiots. lol
i think syxx is less of an idiot than a few but still……..
bye now.
March 22, 2005 at 3:11 am #189688AdminAdministrator…
-
AuthorPosts
Related
- You must be logged in to reply to this topic.