Jump to content




Omegle-Cc - Talk To Strangers!


17 replies to this topic

#1 Yevano

  • Members
  • 376 posts
  • LocationUSA

Posted 15 August 2013 - 03:10 PM

This program requires the SEE runtime be installed. Check out this thread if you are not familiar with it.

This program establishes an Omegle session using HTTP. Once established, you can talk to a stranger until either you or they disconnect. Type out messages and press enter to send them. You can disconnect by pressing the right control key. You can enter interests as extra arguments to the program.

Posted Image

To try this out for yourself, go to your root directory and run the following commands.

pastebin get 4RgrdVgE see-installer
see-installer
#Don't run the above if you already installed SEE
pastebin get ksZG8m62 omegle
omegle interest1 interest2 interest3


If you get errors, please PM me or post in this thread the full stack trace (screencap is fine) and what can be done to replicate the error.

#2 Tiin57

    Java Lunatic

  • Members
  • 1,412 posts
  • LocationIndiana, United States

Posted 16 August 2013 - 06:49 AM

This is pretty cool, good job.

#3 svdragster

  • Members
  • 222 posts
  • LocationGermany

Posted 16 August 2013 - 07:27 AM

Lets find some people who's interests are also potato!

#4 Yevano

  • Members
  • 376 posts
  • LocationUSA

Posted 16 August 2013 - 01:12 PM

 tiin57, on 16 August 2013 - 06:49 AM, said:

This is pretty cool, good job.

Thanks :D

 svdragster, on 16 August 2013 - 07:27 AM, said:

Lets find some people who's interests are also potato!

I haven't yet implemented entering interests. I've tried it before, but I can't quite seem to get it right. There's some extra post data to send when starting the session, but when I do this, it seems to just start a normal session.

EDIT: It seems that /events gives back a commonLikes entry in the JSON response if any common interests were found. I might be able to get interests working. :D

#5 svdragster

  • Members
  • 222 posts
  • LocationGermany

Posted 16 August 2013 - 03:23 PM

I would love to see the interests feature in your program :P

#6 Yevano

  • Members
  • 376 posts
  • LocationUSA

Posted 16 August 2013 - 03:56 PM

I've gotten interests to work. Seems they only work with GET requests for some reason.

Posted Image

I've updated the files on my server so the original installer should continue to work for this update.

You can enter interests as extra arguments to the program.

#7 Mitchfizz05

  • Members
  • 125 posts
  • LocationAdelaide, Australia

Posted 20 August 2013 - 06:05 AM

This looks pretty sweet! Only thing I could suggest is that you make it all fancy with colours and stuff.

#8 ErolDude

  • Members
  • 5 posts
  • LocationPlanet Marsowitz

Posted 20 August 2013 - 06:22 AM

Very nice! Great job. :D

#9 Yevano

  • Members
  • 376 posts
  • LocationUSA

Posted 20 August 2013 - 03:49 PM

 mitchfizz05, on 20 August 2013 - 06:05 AM, said:

This looks pretty sweet! Only thing I could suggest is that you make it all fancy with colours and stuff.

That is the next thing I'll do once I add in the Terminal lib wrapper for SEE, which will happen once I have time from school, which might be now. :P

 ErolDude, on 20 August 2013 - 06:22 AM, said:

Very nice! Great job. :D

Thanks. :D

#10 DaGamer12345

  • Members
  • 32 posts

Posted 20 August 2013 - 04:45 PM

This looks very nice, only thing I could suggest is that the omegle installer would install SEE if it isn't installed. Would it be possible to add Spy-mode support?

#11 Yevano

  • Members
  • 376 posts
  • LocationUSA

Posted 20 August 2013 - 04:54 PM

 DaGamer12345, on 20 August 2013 - 04:45 PM, said:

This looks very nice, only thing I could suggest is that the omegle installer would install SEE if it isn't installed. Would it be possible to add Spy-mode support?

A more convenient and automatic installer is in the works, and will be available once I have the time.

#12 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 21 August 2013 - 02:21 AM

I like it :)

#13 elfin8er

  • Members
  • 133 posts

Posted 23 August 2013 - 11:25 AM

Thank you so much! I've been waiting for this exact project xD
edit: Can't get it to work. Do I just install the two programs to the root of the computer? Which program do I run after installing Omegle and See?

#14 Yevano

  • Members
  • 376 posts
  • LocationUSA

Posted 23 August 2013 - 04:49 PM

 elfin8er, on 23 August 2013 - 11:25 AM, said:

Thank you so much! I've been waiting for this exact project xD
edit: Can't get it to work. Do I just install the two programs to the root of the computer? Which program do I run after installing Omegle and See?

Sorry, due to a change in the SEE installer, the arguments for the SEE executor have changed. You no longer have to give it the SEE directory. Use this (also updated in OP):

 Yevano, on 15 August 2013 - 03:10 PM, said:

"see install directory"/programs/see -r "Omegle-CC install directory" me.yevano.omegle.client.OmegleClient


Note: I will be adding a native runnable generator hopefully this weekend so that you don't have to type so much to run SEE programs.

#15 Yevano

  • Members
  • 376 posts
  • LocationUSA

Posted 27 August 2013 - 05:53 PM

Update (latest commit 972b88c7cef15061e47c35056e4f39968de0b073).
  • The program can now be run as a native program (it is generated by rgen) as long as you have SEE installed. Check the OP for up-to-date info.
  • Added pretty colors.


#16 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 27 August 2013 - 07:53 PM

yea, only if omegle wasnt just a bunch of bots spamming asl

#17 Yevano

  • Members
  • 376 posts
  • LocationUSA

Posted 27 August 2013 - 08:53 PM

 PixelToast, on 27 August 2013 - 07:53 PM, said:

yea, only if omegle wasnt just a bunch of bots spamming asl

Yeah, that does tend to be a problem. :P Usually entering interests gets you a real person, though.

#18 Yevano

  • Members
  • 376 posts
  • LocationUSA

Posted 30 August 2013 - 05:59 PM

Thanks to Trippy23 for reporting a bug. Turns out the SEE installer had a couple bugs, but they're fixed now. The pastebin links are the same, just download as usual.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users