2006 AIO → ParaScript

This commit is contained in:
Danial
2021-11-05 18:15:23 +13:00
parent c565931979
commit 287e3f51c8
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ import org.rev317.min.api.methods.Skill;
import java.awt.*;
import java.util.ArrayList;
@ScriptManifest(author = "RedSparr0w & Dark98", category = Category.OTHER, description = "2006 AIO Script", name = "2006 AIO", servers = { "2006rebotted" }, version = 1.3)
@ScriptManifest(author = "RedSparr0w & Dark98", category = Category.OTHER, description = "ParaScript", name = "ParaScript", servers = { "2006rebotted" }, version = 1.3)
public class Main extends Script implements MessageListener, Paintable {
private final ArrayList<Strategy> strategies = new ArrayList<Strategy>();
@@ -95,7 +95,7 @@ public class Main extends Script implements MessageListener, Paintable {
public void onFinish() {
Variables.desktopTray.removeTray();
ui.dispose();
System.out.println("2006 AIO Script Stopped");
System.out.println("ParaScript Stopped");
}
@Override
@@ -114,7 +114,7 @@ public class Main extends Script implements MessageListener, Paintable {
g.setColor(Color.WHITE);
g.setFont(new Font("Arial", Font.BOLD, 14));
g.drawString("2006 AIO", 360, 247);
g.drawString("ParaScript", 360, 247);
g.setFont(new Font("Arial", Font.BOLD, 11));
g.drawString("Status: " + Variables.getStatus(), 360, 270);
if (SCRIPT_TIMER == null) return;
+1 -1
View File
@@ -67,7 +67,7 @@ public class UI extends JFrame {
private Color Color_BelizeHole = new Color(41, 128, 185);
public UI() {
setTitle("2006 AIO");
setTitle("ParaScript");
setResizable(false);
setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
setBounds(100, 100, 400, 300);