Jump to content

How many are using Move Mouse App to simulate user activity when ur away from work desk


JackSeal

Recommended Posts

3 minutes ago, Anta Assamey said:

2 jobs chese valla kastalu anni vintaga untayi ..33mtnj.gif

1 job chesina same thing. Actually my team dont care vallaki work ayite chalu but edo na chadastam mata anipinchukokunda *n$

Ayina java dev ayyi basic program rasukokunda why using others app? Tappu ala cheyakudadu @3$%

Link to comment
Share on other sites

19 minutes ago, Amrita said:

import java.awt.AWTException;
import java.awt.Robot;
import java.util.Random;

public class Test1 {

    public static void main(String[] args) throws AWTException, InterruptedException {
        // TODO Auto-generated method stub
        Robot robot = new Robot();
        Random random= new Random();
        
        while(true) {
            robot.mouseMove(random.nextInt(600), random.nextInt(600));
            Thread.sleep(5000);
        }
    }

}

E program run chesukondi convenient when moving around.  Laptop trunk lo padesi can go to costco , can go for medical appointments, driving lo kuda panikostundi etc.

Not a programmer
Could you please let me know how to run this

oracle java application undi system lo

i saved this file as a java source file 

run chestunte no app opening / seems like nothing happening

Link to comment
Share on other sites

3 minutes ago, Discotek said:

Not a programmer
Could you please let me know how to run this

 
495986e7fe719cf9f12bb7427c5c3222.jpg&static=true
25 Actors Hollywood Directors Won't Touch
UpbeatNews
upbeatnews.com
 
 

 

oracle java application undi system lo

 
495986e7fe719cf9f12bb7427c5c3222.jpg&static=true
25 Actors Hollywood Directors Won't Touch
UpbeatNews
upbeatnews.com
 
 

 

i saved this file as a java source file 

run chestunte no app opening / seems like nothing happening

App em open avvadu. You have to run that as java application from command lne .  Java intall ayyi unda machine mida?

Eclipse lanti IDE unte andulo java project create chesi edi paste in package.  Run as java application right click chesi on this file.

 

If that is running properly you will see mouse moving on screen anthe. 

command line lo :

java -version --->  this should give 1.7 or 1.8 or whatever  u installed.

javac   Test1.java -----> wil compile

java Test1 ---> will run

  • Like 1
Link to comment
Share on other sites

1 minute ago, Amrita said:

App em open avvadu. You have to run that as java application from command lne .  Java intall ayyi unda machine mida?

Eclipse lanti IDE unte andulo java project create chesi edi paste in package.  Run as java application right click chesi on this file.

 

If that is running properly you will see mouse moving on screen anthe. 

java undi

env variables lo kooda set chesa JAVA_HOME

will download eclipse editor and give a try

thanks

Link to comment
Share on other sites

22 minutes ago, Discotek said:

java undi

env variables lo kooda set chesa JAVA_HOME

will download eclipse editor and give a try

thanks

You dont need to download as well but its free so you can

command line lo :

java -version --->  this should give 1.7 or 1.8 or whatever  u installed.

Go to path where you saved this Test1.java

javac   Test1.java -----> wil compile

java Test1 ---> will run

  • Like 1
  • Upvote 1
Link to comment
Share on other sites

5 minutes ago, Amrita said:

App em open avvadu. You have to run that as java application from command lne .  Java intall ayyi unda machine mida?

Eclipse lanti IDE unte andulo java project create chesi edi paste in package.  Run as java application right click chesi on this file.

 

If that is running properly you will see mouse moving on screen anthe. 

command line lo :

java -version --->  this should give 1.7 or 1.8 or whatever  u installed.

javac   Test1.java -----> wil compile

java Test1 ---> will run

Will try 

  • Like 1
Link to comment
Share on other sites

2 minutes ago, Amrita said:

You dont need to download as well but its free so you can

command line lo :

java -version --->  this should give 1.7 or 1.8 or whatever  u installed.

javac   Test1.java -----> wil compile

java Test1 ---> will run

Curious how to stop it :)

Link to comment
Share on other sites

19 hours ago, JackSeal said:

 

19 hours ago, JackSeal said:

Here is another trick which I  do for wife's computer, when she is busy with the kid. She has a physical keyboard and monitors. I open the notepad and keep the phone on the space bar, so that it never goes to idle 😀😀😀😀

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...