Adblock breaks this site

Custom script for text game 2.5m!!!

Discussion in 'Script Requests' started by frederick213, Jul 22, 2007.

  1. frederick213

    frederick213 Guest

    Referrals:
    1
    Custom script for text game 2.5m!!!

    i'm just looking to buy a simple script for this game called urban-riot.com/v2 that'll basically log in, validate, train at gym, log out, and repeat in x minutes. i'm willing to pay 2.5m for it and i'll even pay first if i can trust you... so just PM me if you're willing to do it, thanks!
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Custom script for text game 2.5m!!!

    Code:
    program New;
    {.include SRL\SRL.scar}
    
    const
      Username = 'Etc';
      Password = 'Etc';
      WaitTime = 10000; // Milliseconds
    
    begin
      Wait(10000);
      repeat
        Mouse(588, 326, 1, 1, true);
        SendKeys(''+Username);
        Mouse(589, 348, 1, 1, true);
        SendKeys(''+Password);
        Mouse(625, 381, 1, 1, true);
        Wait(5000 + Random(3000));
        Mouse(24, 315, 1, 1, true);
        Wait(5000 + Random(3000));
        Mouse(307, 386, 1, 1, true);
        Wait(500 + Random(500));
        SendKeysVB('{BS}', False);
        SendKeys('10');
        Mouse(229, 408, 1, 1, true);
        Wait(5000 + Random(3000));
        Mouse(797, 109, 1, 1, true);
        Wait(5000 + Random(3000));
        Wait(WaitTime);
      until(false);
    end.
    Strictly coordinates based. Hopefully you can't get banned from that game. If so, I'll change it up a little bit for you. If it doesn't work PM me and I'll change the coordinates so they fit your browser.

    You have to switch to the internet window after you start the script.
     
< [SRL] (UPDATED) varrock yew chopper! | Need >Working< bow cutter >


 
 
Adblock breaks this site