The C00lgui Access

class GaugeWidget extends CoolGUI.Widget draw(ctx) ctx.fillStyle = this.theme.foreground; ctx.fillRect(this.x, this.y, this.value * this.width / 100, this.height);

let output = mainWin.addTextbox( x: 240, y: 40, width: 320, height: 300, readOnly: true ); The c00lgui

The c00lgui is usually released under MIT or GPL. Note : This guide is for educational purposes only. Any "hacker" styling does not imply actual security-breaking functionality. class GaugeWidget extends CoolGUI

let tools = mainWin.addListbox( x: 20, y: 40, width: 200, height: 300 ); tools.addItems(["Port Scanner", "Keylogger Sim", "Decryptor", "Log Cleaner"]); this.value * this.width / 100