Topblast Menu v1.4 : Blast Tech
Well, It is simple as people like and Complex in other ways, Built to be small and Engineered to be Flexible. Has High Permanence and low requirements. Using the latest Blast Tech and D3D lag reducer (by Me, of course)... I bring you,
Topblast Menu v1.4, Classics never go out of style.
Each Group Can Get it own color, to disable this just put that to NULL.. DUH!
Each Group Works like a Mini Menu Controlled by the big guy


HOW TO USE
[highlight="CPP"]
BYTE item1,item2,item3,
item21,item22,item23,
item31,item32,item33;
// I used bytes because they are smaller take up less room and come on, Who ever used a FULL 255 behappy they is nothing smaller that work numbers.
void init()
{
sGroup first = sGroup("First", 3, 0x33cc1111);// Name, NumberofItem, Group Color
first.AddOnOff("Item 1", &item1);// On / OfF
first.AddOnOff("Item 2", &item2);
first.AddOnOff("Item 3", &item3);
sGroup Second = sGroup("Second", 3, 0x33565656);// Name, NumberofItem, Group Color
Second.AddOnOff("Item 1", &item21);
Second.AddOnOff("Item 2", &item22);
Second.AddOnOff("Item 3", &item23);
sGroup third = sGroup("Third", 3, 0x33cccc00);// Name, NumberofItem, Group Color
third.AddOnOff("Item 1", &item31);
third.AddOnOff("Item 2", &item32);
third.AddOnOff("Item 3", &item33);
POINT loc = {50, 50};
Menu = cMenu("Topblast Menu v1.4",loc, 200, 3);
Menu.AddGroup(first);
Menu.AddGroup(Second);
Menu.AddGroup(third);
}
//////////////////////////////////////////////////////
Menu.Show(pDevice);
[/highlight]
Source
gui.rar MD5:fd8fb42081322da524f24c02b72a6ba5 - VirSCAN.org Scanners did not find malware!
VirusTotal - Free Online Virus, Malware and URL Scanner
Executable
gui.exe MD5:9e0541fc5a6df756c3dc3786351b5828 - VirSCAN.org Scanners did not find malware!
VirusTotal - Free Online Virus, Malware and URL Scanner
I will just LOVE to upload the Files.... BUT MPGH DONT HAVE THE BUTTON TO MANAGE ATTACHMENTS!
wtf going on?
So I am going to use something alternative.
gui.exe
gui.rar
make sure they safe so i dont get ban for technical difficulties
@Dave84311, @AVGN, @Disturbed, @Stevenom, @SmartAlley
Topblast Menu v1.4, Classics never go out of style.
Each Group Can Get it own color, to disable this just put that to NULL.. DUH!
Each Group Works like a Mini Menu Controlled by the big guy


HOW TO USE
[highlight="CPP"]
BYTE item1,item2,item3,
item21,item22,item23,
item31,item32,item33;
// I used bytes because they are smaller take up less room and come on, Who ever used a FULL 255 behappy they is nothing smaller that work numbers.
void init()
{
sGroup first = sGroup("First", 3, 0x33cc1111);// Name, NumberofItem, Group Color
first.AddOnOff("Item 1", &item1);// On / OfF
first.AddOnOff("Item 2", &item2);
first.AddOnOff("Item 3", &item3);
sGroup Second = sGroup("Second", 3, 0x33565656);// Name, NumberofItem, Group Color
Second.AddOnOff("Item 1", &item21);
Second.AddOnOff("Item 2", &item22);
Second.AddOnOff("Item 3", &item23);
sGroup third = sGroup("Third", 3, 0x33cccc00);// Name, NumberofItem, Group Color
third.AddOnOff("Item 1", &item31);
third.AddOnOff("Item 2", &item32);
third.AddOnOff("Item 3", &item33);
POINT loc = {50, 50};
Menu = cMenu("Topblast Menu v1.4",loc, 200, 3);
Menu.AddGroup(first);
Menu.AddGroup(Second);
Menu.AddGroup(third);
}
//////////////////////////////////////////////////////
Menu.Show(pDevice);
[/highlight]
gui.rar MD5:fd8fb42081322da524f24c02b72a6ba5 - VirSCAN.org Scanners did not find malware!
VirusTotal - Free Online Virus, Malware and URL Scanner
Executable
gui.exe MD5:9e0541fc5a6df756c3dc3786351b5828 - VirSCAN.org Scanners did not find malware!
VirusTotal - Free Online Virus, Malware and URL Scanner
I will just LOVE to upload the Files.... BUT MPGH DONT HAVE THE BUTTON TO MANAGE ATTACHMENTS!
wtf going on?
So I am going to use something alternative.
gui.exe
gui.rar
make sure they safe so i dont get ban for technical difficulties
@Dave84311, @AVGN, @Disturbed, @Stevenom, @SmartAlley


, they are because i Can do Wonders but i just lazy.