EO auto talker?
Hey guys, i was wondering if anyone had an auto talker for eo?
i would ask on eohax.org but it's just to inactive.
Thanks,
Stixx.
---
Why am I still here...
13 years, 36 weeks ago
|
Hollow

Joined: 30th Sep 2010
Posts: 3451
Re: EO auto talker?
why would you need it? Advertising?
13 years, 36 weeks ago
|
Misca

Joined: 10th May 2011
Posts: 2738
Re: EO auto talker?
What do you mean by Auto talker? Like the software Dragon Voice Recognition where if you say something it types it?
That's not advertising Hollow. If it is then: meatspin.com
---
Former multi-server mapper.
13 years, 36 weeks ago
|
perfect
Joined: 8th Jul 2009
Posts: 1424
Re: EO auto talker?
You could just use a scar script?
program AutoTalk; {By Perfect}
Var Msg1, Msg2, Msg3, MsgGlb1, MsgGlb2, MsgGlb3: string;
Var WaitTime, EndWaitTime: integer;
Const
Msg1 = 'Message One';
Msg2 = 'Message Two';
Msg3 = 'Message Three';
///////////////
MsgGlb1 = 'Global Message One';
MsgGlb2 = 'Global Message Two';
MsgGlb3 = 'Global Message Three';
///////////////
WaitTime = 100000000;
EndWaitTime = '10000000';
Procedure ReadString(str: String);{by rena: START}
var
i,strLength :Integer;
goer: Boolean;
begin
i:=1
strLength:=Length(str)
goer:=False
while(i<strLength+1) do
begin
if(GetKeyCode(StrGet(str,i))=191)then
begin
KeyDown(16)
goer:=True
i:=i+1
end;
KeyDown(GetKeyCode(StrGet(str,i)))
wait(50)
KeyUp(GetKeyCode(StrGet(str,i)))
wait(100)
KeyUp(GetKeyCode(StrGet(str,i)))
wait(50)
i:=i+1
if(goer=True)then
begin
KeyUp(16)
wait(600)
end;
end;
wait(300)
end;{by rena: END}
procedure Msg;
Begin
ReadString(Msg1);
wait(WaitTime);
ReadString(Msg2);
wait(WaitTime);
ReadString(Msg3);
wait(EndWaitTime);
End;
procedure Global;
Begin
ReadString(MsgGlb1);
wait(WaitTime);
ReadString(MsgGlb2);
wait(WaitTime);
ReadString(MsgGlb3);
wait(EndWaitTime);
End;
Begin
Repeat
Msg;
Global;
until(false)
End.
Fail, it might fail on start up :) ;p
13 years, 36 weeks ago
|
Re: EO auto talker?
Misca posted: (26th Aug 2011, 09:57 pm)
What do you mean by Auto talker? Like the software Dragon Voice Recognition where if you say something it types it?
That's not advertising Hollow. If it is then: meatspin.com
"Auto" is the keyword. He means like having a program open and it keeps making the character talk. Go meatspin yourself :D ---
Andrewbob - I would be on the fucking copter of rofls
Programmer, Web Developer, and Graphics Designer
13 years, 36 weeks ago
|
perfect
Joined: 8th Jul 2009
Posts: 1424
Re: EO auto talker?
Or you could just use jimmyee's EOBOT.
13 years, 36 weeks ago
|
Re: EO auto talker?
perfect posted: (26th Aug 2011, 10:13 pm)
Or you could just use jimmyee's EOBOT.
Thats very smart since it has a backdoor in it ;) ---
Andrewbob - I would be on the fucking copter of rofls
Programmer, Web Developer, and Graphics Designer
13 years, 36 weeks ago
|
Re: EO auto talker?
I'm not really down to use scar script, cuz then i can't do anything else on my computer, and jimmyees eobot is just a ' no no '
does anyone just have an actual program that will constantly type?
and yes it is for advertising.
---
Why am I still here...
13 years, 36 weeks ago
|
perfect
Joined: 8th Jul 2009
Posts: 1424
Re: EO auto talker?
Use it with a newb account...?
13 years, 36 weeks ago
|
Re: EO auto talker?
dude, with scar , you can't do anything on you're computer while its running cuz it will constatly open eo and type.
---
Why am I still here...
13 years, 36 weeks ago
|
kodyt

Joined: 6th Apr 2009
Posts: 2271
Re: EO auto talker?
use jimmys on a newb account, or follow his instructions to cut the back door out on eohax.org.
Also does exiles bot still have a chat function??
Or you can use EoDrone to spam up the shit. ---
http://www.ctronic.ga
http://www.tsu.co/Deltro
https://www.reverbnation.com/deltro9
13 years, 36 weeks ago
|
perfect
Joined: 8th Jul 2009
Posts: 1424
Re: EO auto talker?
13 years, 36 weeks ago
|
Re: EO auto talker?
i'm just useing jimmyee's eobot on a nub account. so idc if it get's hacked, thanks everyone!
---
Why am I still here...
13 years, 36 weeks ago
|
kodyt

Joined: 6th Apr 2009
Posts: 2271
Re: EO auto talker?
Personally if I was gonna spam shit I'd be using Eodrone if it still works. ---
http://www.ctronic.ga
http://www.tsu.co/Deltro
https://www.reverbnation.com/deltro9
13 years, 36 weeks ago
|
kenobi13

Joined: 3rd Jun 2009
Posts: 881
Re: EO auto talker?
Jimmyee has posted a wpe filter to block the backdoor some time ago.
13 years, 36 weeks ago
| | | | | | | | | | | | | | | |