Skip to content
MSN

Requesting Help

A TG007 community discussion started by CreepingDeth101™.

Discussion 8 posts
Page 1 of 1
Open
Topic #212 · 8 published posts · 720 views

Hello all.

 

I don't know what it was called. but there used to be a program for download on one of the much much smaller scripting/botting comm's on msn back in the day (lol b4 paid chat). basically all it did was send stuff in textboxes on it's form to the chat textbox in an msn chatroom and sent it.

 

basically i know i need internet controls, txtbox's and buttons. and i need means of joining the room.

 

this thing, used a custom browser window. so basically it was simply surfing the web and manipulating the web page it was on.

 

i basically wanna know how to do that. i have vb6. this will be used much like the famed "Typeitin" program.

 

thanks for any help.

 

i dunno, sorry rolleyes.gif

"Be more concerned with your character than your reputation

because your character is who you really are while your reputation is merely what others think of you."

 

DesolateMx 8.0

not sure if that should be in this section, maybe thats why people haven't replied wink.gif

"Be more concerned with your character than your reputation

because your character is who you really are while your reputation is merely what others think of you."

 

DesolateMx 8.0

yeah, I knew that, problem is none of the other areas of the forum seemed appropriate. seeing as this program will be used for msn chat for quick phrase usage (convenience tool) i figured this is as good a place as any to post.

 

PLEASE, if anyone knows a better area to redirect this topic/question, tell me. I'll relocate it. Thanks.

you mean it was a vb client that just allowed you to chat , nothing else ?

My code does NOT have bugs. It just develops random features.

Ok maybe i better explain better.

 

The person who made it apparently called themselves Viperdoc, they had a chatroom and community back a while called Chat bot help desk, it was called doc's lil f****r:

 

Yes it was a vb app, at one point he had asked me to look at a decompiled version, and improve upon it.

 

Features included three address bars, one for hex, one for url, and one for room name, for joining, obviously. There were something like around 16 text boxes each with their own send button, situated vertically in two rows on the left half of the app's form. On the right, taking up the other half of the horizontal space was a web browser, what i now know as the microsoft internet controls, it would navigate to rooms upon the address bars above it.

 

The function that i'm concerned with is the fact that when the user clicked on a send button, the text from the button's corresponding textbox would be sent to the chatroom, without the cursor even being in the chat message bar.

 

I think one could credit APIs, and it kinda bites because i know next to nothing on them yet. I wanted to make a chat bot, and so for inspirational and educational purposes i downloaded fate's source code. When looking at all the stuff i would have to transpose and deal with, gave up on the matter. Hat's off to the creator. Anyways this proggy had an extra feature, although i don't care about it cos it was basically for flooding sorta, when the character "~" was inserted into a textbox, everything surrounding it would be separated into different messages. Like i sed, i don't care about that one, flooding will be impossible on mine unless someone screws with it.

 

Oh and please no jargen, i'm only an intermediate self-taught VB6 feller.

 

 

 

 

if its for flooding you will get no help here

My code does NOT have bugs. It just develops random features.

What i want to make will not be for flooding, it will be simply to store one's most commonly used phrases and to quickly use them, much like "Typitin" that msn recommends using if you're a chat host. The program that i'm talking about that used textboxes on a form and when the button was clicked sent it to the chatroom box could be used for flooding, although it wasn't the main purpose. I don't want to make a flooder. I hate flooders. Recently i saw the effects of a guest flooder, and I hope to god the person who was using it gets some funky skin rash for a few weeks.

 

Please understand i have no intentions of making a flooder. I also intend on making timers disable all the buttons for 30 seconds after one is pressed, further preventing flooding.