Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  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

    Blue Mist Hack Development Pack (BETA)

    Blue Mist Hack Development Pack
    Including:
    Blue Mist Advance Injector
    Blue Mist Functions Lib
    Blue Mist Test Enviroment
    Blue Mist SDK dll

    I release in this section because ...... the is a hack development pack and not a just an Injector nor a Multi tools....and it contains source codes and stuff

    Features

    1. Blue Mist Advance Injector
      • 64BIT READY!
      • Inject UNLIMITED items
      • Program Selection / Saving
      • Process List
      • Shows Process information for injected Processes
      • Blue File Convertor
      • Hide on Inject(to Tray)
      • Multi Program (Inject to every application with the same name)
      • Dual Fuel ( Shortens the Injection time .. Incomplete)
      • Injection Delay
      • Running Log
      • Red Dragon Isecure File Format
      • Encryption of Save Setting and These Setting can be started from any where
      • Injection of Blue Files
      • Storing of Items in Settings
      • Random Injection
      • Compression of ALL FILES
      • ENCRYPTION OF ALL FILES
      • I cant remember them all but i am sure they are more
    2. Blue Mist Functions Lib
      • memEdit
      • GetMemoryInfo // This is like RAM
      • Get CPUName
      • DrawTextA
      • DrawRightTextA
      • DrawStringA
      • DrawTextW
      • DrawRightTextW
      • DrawStringW
      • FindPattern
      • DetourCreate
      • HookStart
      • Hook
      • HookEx
      • HookEnd
      • DrawBoxW
      • DrawBoxA
      • DrawCheck
      • GetOS // Operation System
    3. Blue Mist Test Enviroment
      • BlueTest Class
      • Shows Addresses for current Devices
      • DrawIndexPrimitive
      • EndScene
      • BeginScene
      • Present
      • It can be use for Memory Editing Lessons
      • All OPEN IT
    4. Blue Mist SDK dll
      1. Blue Mist Class
        • DownloadBlue(ByVal URLSTRING As String) as Blue ' Not Tested
        • blueFromString(ByVal str As String) As Blue
        • BluefromBlueFile(ByVal path As String) As Blue
        • BluefromLVItem(ByVal Item As ListViewItem) As Blue
        • BlueStringtoLVItem(ByVal str As String) As ListViewItem
        • BlueStringfromLVItem(ByVal Item As ListViewItem) As String
        • BluetoLVItem(ByVal File As Blue) As ListViewItem
        • BlueFromFile(ByVal path As String) As Blue
        • BlueToFile(ByVal file As Blue, ByVal path As String)
        • BluetoBlueFile(ByVal file As Blue, ByVal Path As String)
        • BluetoString(ByVal File As Blue) As String

        1. Blue Class
          • Name As String'A Name Of the file(Safe Name by Default)
          • Size As Int32'Size of the Compress File
          • File As Byte()'File In Bytes
          • EXT As String' File Extension
          • Reset(ByVal _path As String, ByVal _File As Byte())
          • New(ByVal _path As String, ByVal _File As Byte())
          • New(ByVal fi As FileInfo)
          • New(ByVal _path As String)
          • New()
          • New(ByVal Name As String, ByVal Ext As String, ByVal File As Byte())
          • Renew(ByVal Name As String, ByVal Ext As String, ByVal File As Byte())
          • TrueFile()
          • Load(ByVal Path As String) As Blue
          • Parse(ByVal str As String) As Blue
        2. ProcessInfo Class

          • ThreadCollection As ProcessThreadCollection
          • StartInfo As ProcessStartInfo
          • New(ByVal Procs As Process)
          • New(ByVal obj As Object) ' USELESS
          • New()
          • GetProcessInfos() As ProcessInfo()
          • GetProcessInfoByID(ByVal ID As Integer) As ProcessInfo
          • GetProcessInfoByID(ByVal ID As Integer, ByVal MachineName As String) As ProcessInfo
          • GetProcessInfosByName(ByVal ProcessName As String) As ProcessInfo()
          • GetProcessInfosByName(ByVal ProcessName As String, ByVal MachineName As String) As ProcessInfo()
          • GetCurrentProcessInfo() As ProcessInfo
          • Update()
          • GetHandle() As IntPtr
          • Location() As String
          • GetID() As Int32
          • GetProcessName() As String
          • GetProcess() As Process

      2. DatabaseUpdate Class'Just a Class For My Injectors Updater
        • CurrentVersion As Single = 1.1
        • IsBeta As Boolean = True
        • CurrentPatch As Single = 1.0

      3. Utility Class
        • KEY As Byte()' 32 bytes by Default
        • IV As Byte()'16 bytes by default
        • New(ByVal iKEY As Byte(), ByVal iIV As Byte())
        • New()
        • Compress(ByVal Data As Byte()) As Byte()
        • Decompress(ByVal Data As Byte()) As Byte()
        • EncryptCompress(ByVal Data As Byte()) As Byte()
        • EncryptCompressFromString(ByVal str As String) As Byte()
        • DecryptDecompress(ByVal Data As Byte()) As Byte()
        • DecryptDecompressToString(ByVal data As Byte()) As String
        • Encrypt(ByVal Data As Byte()) As Byte()
        • Encrypt(ByVal plainText As String) As String
        • Decrypt(ByVal Data As Byte()) As Byte()
        • Decrypt(ByVal cipherText As String) As String



    False Positive Are for the injector.. For some reason it says it is a virus.. but i know it is not.

    Credits:
    Last edited by topblast; 03-05-2011 at 07:21 AM.
    I just like programming, that is all.

    Current Stuff:

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

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

    Boomdocks (03-05-2011),CAFlames (03-05-2011),Departure (03-05-2011),GWU (03-06-2011),Houston (03-06-2011),leoisso (03-08-2011),markoj (03-05-2011),mmbob (03-05-2011),NextGen1 (03-05-2011),NOOB (03-05-2011),NOOBJr (03-05-2011),Nubzgetkillz (03-05-2011),S0aD (03-05-2011),Soccorman1 (03-06-2011),supercarz1991 (03-05-2011),whit (03-05-2011),Xlilzoosk8rX (03-07-2011),yaserifti1 (03-05-2011),_Fk127_ (03-05-2011)

  3. #2
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Topblast I give props to you! For working on this for so long and with all your efforts it is now released. This has the right to be stickied and use by a lot.

    Legend. Nuff Said.

    *STICKY*

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  4. The Following User Says Thank You to Nubzgetkillz For This Useful Post:

    topblast (03-05-2011)

  5. #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 Nubzgetkillz View Post
    Topblast I give props to you! For working on this for so long and with all your efforts it is now released. This has the right to be stickied and use by a lot.

    Legend. Nuff Said.

    *STICKY*
    I dont kno it it would be sticky.. It is only ready done functions, Injector that helps with a few things, Test Enviroment that can help with the learning of class and a VB Blue Mist SDK if someone want to make an application to control the Compression and stuff of the bluemist classes


    BUT IF IT CAN.. DO IT
    I just like programming, that is all.

    Current Stuff:

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

  6. #4
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Yeah this is actually more contribution than most people give their entire forum stay... good job. Take my thanks .

  7. The Following User Says Thank You to mmbob For This Useful Post:

    topblast (03-05-2011)

  8. #5
    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 mmbob View Post
    Yeah this is actually more contribution than most people give their entire forum stay... good job. Take my thanks .
    wow... drooooooolllllllllllllllllllllllllllllllllllllllll lllllllllll

    Thanks you

    So happy i dont kno what to say :P
    I just like programming, that is all.

    Current Stuff:

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

  9. #6
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    I like the Injection, I was actually going to implement this in D-jector with the Encryption and compression of dll before injection as I have proven CA detects hash's of attached modules(dll's)

  10. #7
    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 Departure View Post
    I like the Injection, I was actually going to implement this in D-jector with the Encryption and compression of dll before injection as I have proven CA detects hash's of attached modules(dll's)

    I am sorry it does not work so. It Encrypts and Compress the file for Storage but it outputs the original file before injection. As the Dll was made for Other stuff of which i do not kno. The blue file is made with hacks in mind. In knowing this you can add almost ANY information to it. This maybe version 1 but if people use the blue file for they hacks. I am sure injectors will follow, then Updates to the blue mist SDK will follow as well. In these updates the Blue will will be able to store informations to Credits, Versions, Even web sites it was built for. I am accepting request for the blue file updates. It can go far.
    Last edited by topblast; 03-05-2011 at 07:53 AM.
    I just like programming, that is all.

    Current Stuff:

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

  11. #8
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    OMG! You Sir are a beast, will rep + thanks,how long did this take u also @topblast if you can help me with a small problem with my hack msg me
    Oh, and should be stickied!
    Last edited by yaserifti1; 03-05-2011 at 08:16 AM.
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  12. #9
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587
    /Approved.


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

    topblast (03-05-2011),yaserifti1 (03-05-2011)

  14. #10
    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 yaserifti1 View Post
    OMG! You Sir are a beast, will rep + thanks,how long did this take u also @topblast if you can help me with a small problem with my hack msg me
    Oh, and should be stickied!
    Hmm it really didnt take long i just had it on my computer and not updating it. i will say it took 1 month.
    I just like programming, that is all.

    Current Stuff:

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

  15. #11
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    Quote Originally Posted by topblast View Post


    Hmm it really didnt take long i just had it on my computer and not updating it. i will say it took 1 month.
    Nice! @topblast so you wanna help me with da script? xD Msg me! YOU ARE A
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  16. #12
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Cant believe im saying this..
    Good Job @topblast

  17. The Following User Says Thank You to whit For This Useful Post:

    topblast (03-05-2011)

  18. #13
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    This is a hell of a release! I love your work toppy xD



    Put this image in your signature if you support HTML5 development!

  19. The Following User Says Thank You to _Fk127_ For This Useful Post:

    topblast (03-05-2011)

  20. #14
    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
    hmm.. Can someone tell me. What Do you need for the Blue File to be as popular as the DLL?
    I just like programming, that is all.

    Current Stuff:

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

  21. #15
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by topblast View Post
    hmm.. Can someone tell me. What Do you need for the Blue File to be as popular as the DLL?
    what's a blue file?

Page 1 of 2 12 LastLast

Tags for this Thread