![]() |
| |||||||
| Home | GzP Upload | GzP Arcade | Register | vbBux / vbPlaza | All Albums | FAQ | Donate | Members List | Calendar | Mark Forums Read |
| RuneScape Botting Runescape botting discussion & downloads. |
![]() |
| | Thread Tools | Display Modes |
| | #2 |
| Registered User | Re: auto talker? Just try them out yourself. However, most Runescape autotalkers are pretty much the same. My favourite autotalker is Cheezys (or however you spell it). Just use Google. |
| | |
| | #3 |
| Moderator ![]() | Re: auto talker? For a simple one, TerranKIller's should do.
__________________ [Only registered and activated users can see links. ] - The Official GamerzPlanet WoW Server [Only registered and activated users can see links. ]:
|
| | |
| | #4 |
| Lurker | Re: auto talker? i suggest shortkeyslite really simple to use and u can add anytext to it and it wont be blocked in runescape |
| | |
| | #5 |
| Moderator ![]() | Re: auto talker? Ah well.. I guess the oldschool TK days are over..
__________________ [Only registered and activated users can see links. ] - The Official GamerzPlanet WoW Server [Only registered and activated users can see links. ]:
|
| | |
| | #6 |
| Registered User | Re: auto talker? I made you a quick script in scar just for the fun of it, if you do not know what scar is you can read more about it here: [Only registered and activated users can see links. ] Code: {
Edit line 17 '...' To what you want it to say, ex: 'this is what i want to say'
Drag the crosshair over the window/client you want to autotype in.
Press start(green 'play' button or press Ctrl + Alt + R to start the script.
To stop the script click stop(red square) or press Ctrl + Alt + S.
}
program SimpleAutoTalker;
const
TimeToWait=2000; // 1000 = 1 second, 2000 = 2 seconds. Time to wait between send.
begin
activateclient; //Puts the targetted window ontop.
repeat
SendKeys('...'+(chr(13))); // Edit the '...' to what you want to say.
wait(TimeToWait+random(1000)); //Waits the specified time + 1-1000 milliseconds.
until(false) //repeats until false, which is never.
end.
|
| | |
| | #7 |
| Moderator ![]() | Re: auto talker? Oh, SCAR scripts are more than welcome.
__________________ [Only registered and activated users can see links. ] - The Official GamerzPlanet WoW Server [Only registered and activated users can see links. ]:
|
| | |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |