Cora Dyce

Welcome to our website !
Please register an account to view the complete categories and forums.


Join the forum, it's quick and easy

Cora Dyce

Welcome to our website !
Please register an account to view the complete categories and forums.

Cora Dyce

Would you like to react to this message? Create an account in a few clicks or log in to continue.

Cora Dyce - Your personal dicing clan


    Browser auto-refresher

    Zodz
    Zodz
    General
    General


    Posts : 4964
    Join date : 2011-06-16
    Age : 34
    Location : East Coast, USA

    Dices Rolls
    Dice Roll: 12

    Browser auto-refresher Empty Browser auto-refresher

    Post by Zodz 2013-06-14, 13:05

    this script i made refreshes your Chrome Browser page, realistically for as long as you want. Good for faking hits on websites, including youtube or soundcloud.
    uses basic simba (no includes except basic SRL are required)


    Just change the "movemouse" coords to the location you want to repeatedly click on the screen. Not recommended for Rs (no antiban)

    ____________________________________________________


    program new;
    {$i srl/srl.simba}

    var
    x,y: integer;

    procedure tester;
    begin
    Wait(1000+Random(50));
    MoveMouse(78, 58);
    ClickMouse2(Mouse_Left);
        Wait(3700+Random(150));
      end;

      begin
      repeat tester;
      until(false)
      end.

      Current date/time is 2024-04-28, 12:01