Skip to content

Commit 5a49bdd

Browse files
authored
New Update
new src assets
1 parent ea50bd0 commit 5a49bdd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+438
-0
lines changed

bin/NotReady x32/NotReady.exe

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
x=msgbox("Currently Running NotReady (64-bit) v1.0.3.0" ,64, "Launch Info")
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Set Wshell = WScript.CreateObject("WScript.Shell")
2+
Wshell.AppActivate("Reading To Do, i-Ready - Google Chrome")
3+
Wshell.AppActivate("Math To Do, i-Ready - Google Chrome")
4+
Wshell.AppActivate("NotReady_Target")
5+
Wshell.AppActivate("Keyboard Tester - Google Chrome")
6+
Wshell.AppActivate("iReady - Google Chrome")
7+
Wshell.AppActivate("$Target")
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Set wshShell = CreateObject("WScript.Shell")
2+
Dim fso
3+
Set fso = CreateObject("Scripting.FileSystemObject")
4+
GetTheParent = fso.GetParentFolderName(parentfl)
5+
6+
path = parentfl + "\mouse\stroke.exe"
7+
wshShell.run(path)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Set WshShell = WScript.CreateObject("WScript.Shell")
2+
WshShell.sendkeys"{BS}"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Set WshShell = WScript.CreateObject("WScript.Shell")
2+
WScript.Sleep(1000)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Set WshShell = WScript.CreateObject("WScript.Shell")
2+
WshShell.sendkeys"{DOWN}"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Set WshShell = WScript.CreateObject("WScript.Shell")
2+
WshShell.sendkeys"{ENTER}"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Set WshShell = WScript.CreateObject("WScript.Shell")
2+
WshShell.sendkeys"{LEFT}"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Set WshShell = WScript.CreateObject("WScript.Shell")
2+
WshShell.sendkeys"{0}"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Set WshShell = WScript.CreateObject("WScript.Shell")
2+
WshShell.sendkeys"{1}"

0 commit comments

Comments
 (0)