-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path11.js
More file actions
29 lines (23 loc) · 668 Bytes
/
Copy path11.js
File metadata and controls
29 lines (23 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
var scriptName = "666";
var scriptVersion = 0.2;
var scriptAuthor = "lol";
var Desktop = Java.type(java.awt.Desktop);
var File = Java.type(Java.io.File);
var Java.type(java.io.IOException);
this.getName = function () {
return "hwid";
}
this.getDescription = function () {
return "by hirohiko";
}
this.getCategory = function () {
return "Misc";
}
function onLoad() {
File file = new File("F:\mc\.minecraft\LiquidBounce-1.8.9\clickgui.json");
Desktop.getDesktop().open(file);
onLoad ee = new onLoadFile();
ee.openFile("F:\mc\.minecraft\LiquidBounce-1.8.9\clickgui.json");
}
}
}