Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
paste this in notepad. save as .vbs it will remind you every minute. to change time , change 60000. its in milliseconds. TYPE A TASK HERE : just type a task where it says that. [code] MainCode() Function MainCode() WScript.Sleep 60000 SpecifyTask = MsgBox("Your Task: (TYPE A TASK HERE)" & …
The End.
ahj9999