GMK Typer. v 2.5

Discussion in 'Outdated RS Scripts' started by GMK, Nov 5, 2007.

GMK Typer. v 2.5
  1. Unread #1 - Nov 5, 2007 at 4:13 PM
  2. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    GMK Typer. v 2.5

    Made by me.
    have fun!
    Code:
    {
    Time usage recomendation: as long as you want!
    Class of script: Autotyper
    Complexity 1-10: 1
    Bugs: None
    Notes:
    you can not get banned for using an autotyper as long as you dont spam.(typing so fast that you flood the chat box)
    
    {.Script Info:
    ScriptName  = GMK typer
    Author      = GMK
    Description = Types manualy or automaticly.
    Version     = 2.5
    Date        = November 5th 2007
    Comments    = Add this script to your collection!
    New         = Risk system added
    /Script Info}
    
    program SeanSpeak;
    
    const
    color ='white';//color of the mesage
    effect ='wave2';// effect of the mesage
    text = 'buying cow hides 100 ea ';// the message
    name = 'Seanthymage';// your rs name
    speed = 1;// the speed of the autoer. in milliseconds.
    Riss = true;// do you want the risk system on (true = yes  false = no)
    
    var
    talktimes:integer;
    loopcount:integer;
    textO:string;
    x,y:integer;
    
    
    procedure calibrate;
    begin
    talktimes:= 0
    cleardebug;
    writeln('-----------------------------------------------------')
    writeln('welcome to GMK typer. A free script. Enjoy!')
    wait(5)
    writeln('you will be saying: ' + (text))
    wait(5)
    writeln('your color will be: ' + (color))
    wait(5)
    writeln('your effect will be: ' + (effect))
    writeln('-----------------------------------------------------')
    end;
    
    
    
    procedure Autotype;
    begin
    wait(4 + random(3))
    sendkeys(color + ':' + (effect + ':' + (text +'{'+(name +'}'))))
    talktimes:= talktimes + 1
    wait(4 + random(1))
    sendkeysvb ('{ENTER}',false)
    wait(speed + random(50 + random(1)))
    end;
    
    procedure risk;
    begin
    if speed>4700 then
    writeln('There is no risk of getting banned.')
    if speed>6500 then
    writeln('Thats pretty slow may i recommend somewhere in the 4000s')
    if speed<1000 then
    writeln('I recommend slowing your speed down or you will most likely get muted')
    if speed=4500 then
    writeln('Thats a perfect speed for autotyping')
    if speed<900 then
    begin
    writeln('Sorry, thats way too fast. Terminating script')
    terminatescript;
    end;
    end;
    
    procedure Mods;
    begin
    if findcolorspiral(x,y,10658466,9,343,489,452) then
    begin
    writeln('Mod spotted. terminating script')
    terminatescript;
    end;
    end;
    
    begin
    calibrate;
    if Riss = true then
    risk
    loopcount:= 0
    repeat
    loopcount:= loopcount + 1;
    wait(3)
    if Riss = true then
    Mods;
    wait(1)
    Autotype;
    wait(1)
    until(false)
    end.
     
  3. Unread #2 - Nov 23, 2007 at 3:29 AM
  4. daxjumba
    Joined:
    Jul 30, 2007
    Posts:
    98
    Referrals:
    0
    Sythe Gold:
    0

    daxjumba Member

    GMK Typer. v 2.5

    looks good, i might try it.
     
< First script (dont try 2 use it) | [SRL][1.5M GP][$7 CAD] ~~~GExtremeRanger~~~ V1.2 (June 6) + VIDEO! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site