EOSERV Forum > Lounge > EO auto talker?
Topic is locked.
Page: << 1 >>
EO auto talker?
Author Message
Post #99454 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
Post #99455 Re: EO auto talker?

why would you need it? Advertising? 

13 years, 36 weeks ago
Post #99456 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
Post #99461 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
Post #99462 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
Post #99464 Re: EO auto talker?

Or you could just use jimmyee's EOBOT.

13 years, 36 weeks ago
Post #99465 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
Post #99466 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
Post #99467 Re: EO auto talker?

Use it with a newb account...?

13 years, 36 weeks ago
Post #99468 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
Post #99469 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
Post #99472 Re: EO auto talker?

no, it does not.

13 years, 36 weeks ago
Post #99476 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
Post #99481 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
Post #99586 Re: EO auto talker?

Jimmyee has posted a wpe filter to block the backdoor some time ago.

13 years, 36 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Lounge > EO auto talker?