Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool

    Blast OS GUI System[Still under development]

    Important stuff in color at the bottom for average coders

    No it is not a menu,it is a menu control system. Windows does not tell u how your program will look whoever is programming it will. All it is that windows can tell you When is will run You and if it want u on TOP (sexual content was added Mission complete).

    This gui system is works a little (very little) like that. You can run multiply menus as in Blast OS 1 but now you're not limited to an initial design, With this system you can menus all of different types, all doing different things. Each object is a class, each class has components, each component can be shared to make more complex objects.

    A Tabbed menu :
    Background
    Buttons (textured/sprite or just color) for each different tab
    Window for each tab
    - - And these windows can contain other stuff, of your choice.

    So if u want to run Hans base and Someone else menu in it, you can achieve this by just modifying the classes. And also because of this design it allows you to get the best performance out of the simple things.


    Lets get down to what the average coder want to hear.

    So pretty much you're getting better performance, copy and pastable menus and a all sexy open source GUI system and because the GUI system all do Processing of other stuff that menus require u can use this power to run hacks. Instead of blocking up your Present or your EndScene with hacks such as ESP which require both D3D and a lot of Processing time, you can use this System so it will do both for you cause the ESP system is like a menu of its own. Processing is done outside of Rendering time. If u look at a lot of menus (if not all) they process during rendering time and only a few D3D functions are actually called. Now i call 2 D3D functions, and Process the ugly lines of code When not rendering. (when i say this i mean in parallel to the rendering of the menu not the application.)

    Yes you can use BlastOS as a base of its own but its not a base, its just GUI

    For More information contact me : finish101@hotmail.com
    Last edited by topblast; 09-23-2012 at 11:55 PM.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  2. The Following 2 Users Say Thank You to topblast For This Useful Post:

    [MPGH]Flengo (09-29-2012),[B]oss (09-24-2012)

  3. #2
    P0w3r's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    8
    My Mood
    Cynical
    Everytime i hear @topblast it always about menu menu menu.

  4. #3
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by P0w3r View Post
    Everytime i hear @topblast it always about menu menu menu.
    Cause I like creating menus and I am getting tired of menus all looking the same, Ohh u change the colors you're using, Still the same menu.

    I am also planning on creating a library for hacks also where all addresses are stored in a DLL File, and this file can be updated instead of the whole hack needing update. This will allow the coders to make a hack, and leave the rest to us. Its like how Windows works again, when it updates, probably is just a DLL or 2 changes but you don't see much change.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  5. The Following User Says Thank You to topblast For This Useful Post:

    joered (09-24-2012)

  6. #4
    kur's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    can't wait to see this done so I can use it

  7. #5
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    Can you post a screen shot of it here if its available?
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  8. #6
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Flengo View Post
    Can you post a screen shot of it here if its available?
    Its still under Development and it is not limited to a standard menu, you can do what every u want with it easy
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  9. #7
    kur's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    Hey TopBlast would there be any possibility that you could help me fix a bit of my code?
    If you could add me on Skype if you have Skype or message me here.
    My Skype is kurzacation

  10. #8
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Quote Originally Posted by topblast View Post
    I am also planning on creating a library for hacks also where all addresses are stored in a DLL File, and this file can be updated instead of the whole hack needing update. This will allow the coders to make a hack, and leave the rest to us. Its like how Windows works again, when it updates, probably is just a DLL or 2 changes but you don't see much change.
    Optimize it by using pattern

    Btw : I currently work on a hack that loads games from DLLs if you are bored of playing CrossFire

  11. The Following User Says Thank You to derh.acker For This Useful Post:

    mp3mp4 (09-28-2012)

  12. #9
    P0w3r's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    8
    My Mood
    Cynical
    Quote Originally Posted by derh.acker View Post
    Optimize it by using pattern

    Btw : I currently work on a hack that loads games from DLLs if you are bored of playing CrossFire
    Nothing fancy about that. My friend's d3d menu has option to load & open mini game (snk games) directly into game, he showed it to me about 2 years ago.

  13. #10
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Quote Originally Posted by P0w3r View Post
    Nothing fancy about that. My friend's d3d menu has option to load & open mini game (snk games) directly into game, he showed it to me about 2 years ago.
    Who cares?

  14. The Following User Says Thank You to derh.acker For This Useful Post:

    mp3mp4 (09-28-2012)

  15. #11
    P0w3r's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    8
    My Mood
    Cynical
    Quote Originally Posted by derh.acker View Post
    Who cares?
    The same goes for you

  16. #12
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by derh.acker View Post
    Optimize it by using pattern

    Btw : I currently work on a hack that loads games from DLLs if you are bored of playing CrossFire
    Yes I am bored but i got school. If i find time i guess i could help


    ---------- Post added at 09:24 PM ---------- Previous post was at 09:23 PM ----------

    Quote Originally Posted by P0w3r View Post
    Nothing fancy about that. My friend's d3d menu has option to load & open mini game (snk games) directly into game, he showed it to me about 2 years ago.
    I dont think u understand what he is saying.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  17. #13
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    Quote Originally Posted by topblast View Post


    Its still under Development and it is not limited to a standard menu, you can do what every u want with it easy
    Alright. Well I'll just look into it myself and see what I can do with it.

    Nice release
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  18. #14
    P0w3r's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    8
    My Mood
    Cynical
    Quote Originally Posted by topblast View Post


    I dont think u understand what he is saying.
    i dont think u understand my post either.

  19. #15
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Flengo View Post


    Alright. Well I'll just look into it myself and see what I can do with it.

    Nice release
    Cant tell if ur stupid, retarded or trolling.

    It is not a release. It is just information on what I am doing and how people currently making hacks (Mostly the sites cause the public coders mostly are retarded and think they have the best stuff as long as it works, which is why anyone can crack them they are all the same ) and those wanting to contribute to it to make a secure foundation for GUI and bases everywhere.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 13
    Last Post: 01-15-2011, 09:43 AM
  2. Replies: 103
    Last Post: 12-29-2010, 10:42 PM
  3. [Help] IS the Meinteinace still under ???
    By ZodaZtream in forum Combat Arms Europe Hacks
    Replies: 2
    Last Post: 10-21-2009, 04:09 AM
  4. Direct-X Tutorials (Game Development)
    By Dave84311 in forum C++/C Programming
    Replies: 12
    Last Post: 02-27-2009, 11:15 AM
  5. System Hacker For Gunz
    By gameking85 in forum Gunz Hacks
    Replies: 11
    Last Post: 02-09-2006, 11:57 AM