PSX-SCENE Forum Discussion for Sony PlayStation/PsOne/PS2/PS3/PSP/PS VITA
  • Aldostools Releases Updated PS3 Tools Collection 2.0.28

    PlayStation 3 developer Aldostools has released an updated collection of tools for you to enjoy. The list is staggering and weighs in at 20+ applications that will guarantee improved functionality to your PlayStation 3 needs.

    The most recent changes revolve around BruteForce/SCETool Decrypter, mmDM 02.02.00, PS3 Keys 1.2, PS3 Cheats Editor 2.1.0.2 and PKG ContentID 1.6.0.3 just to name a few. The entire changelog of all the apps is so extensive it's enough to make you puke. With that said take a look at his official website linked below. I guarantee you will be blown away by the many applications that this dedicated developer has produced for the PS3 scene.


    About PS3 Tools Collection 2.0.28:
    Release Date: September 25, 2012

    Description:
    • This is a collection of tools that I have developed for personal use...
    • It now includes +20 tools. See all the downloads at the bottom of the page.

    * Note: mmDM is no longer included with the installer of PS3 Tools Collection, due it's large size. Download it separately.
    Changelog(s):
    Source & Downloads: aldostools

    PSX-SCENE: The Pinnacle Scene Xenocracy
    Comments 12 Comments
    1. Quakes69's Avatar
      Quakes69 -
      @ aldostools, Nice!
      I have a question for you. When did you put out that PS3 Updates program?

      speaking of, I was actually working on something like that myself. LMFAO! LOL, I called it PS3Updates too. Been tinkering with it for that last week. Here's a screen shot.
      Attachment 38138

      It's far from finished. I was just about to add in the downloader, skin it, and such

      Anyways, I knew there was one out there but I didn't know yours did something like mine. How did you get past that SSL Certificate problem?
    1. NuBiXx's Avatar
      NuBiXx -
      Quote Originally Posted by Quakes69 View Post
      @ aldostools, Nice!
      I have a question for you. When did you put out that PS3 Updates program?

      speaking of, I was actually working on something like that myself. LMFAO! LOL, I called it PS3Updates too. Been tinkering with it for that last week. Here's a screen shot.
      Attachment 38138

      It's far from finished. I was just about to add in the downloader, skin it, and such

      Anyways, I knew there was one out there but I didn't know yours did something like mine. How did you get past that SSL Certificate problem?
      I'm probably wrong but I think his PS3 Update program was one of his first, So he made it a long time ago.
    1. aldostools's Avatar
      aldostools -
      @Quakes69
      Since March 22, 2012. For the internet access I use a Wininet.dll wrapper and I call webbrowser.ocx to bypass the certificate problem. Indeed that problem was what prevented me to release it earlier.

      @NuBiXx
      No, it was not one of the first. For instance: PS3 Game Updater by trueicecold and ps3 list by wborland are older and very nice too.
    1. Quakes69's Avatar
      Quakes69 -
      @ aldostools, Cool, I was actually gonna contact you on that certificate thing a few days ago. But, I started working on other things. You know how it goes.
      As for the download thing. I've already worked that out. Using the msinet.ocx.
      Attachment 38151

      I can only get one to download at one time. But, If I load 2, one will pause while the other finishes and then the other will finish. I'll work it out if I decide to go other ways.

      Quake
    1. lamirjk's Avatar
      lamirjk -
      thanks you Aldostools.
    1. aldostools's Avatar
      aldostools -
      Quote Originally Posted by Quakes69 View Post
      I can only get one to download at one time. But, If I load 2, one will pause while the other finishes and then the other will finish. I'll work it out if I decide to go other ways.

      Quake
      That's probably because the msinet.ocx is single threaded... I hate OCXs. I use Win32 api whenever it's possible

      BTW my PS3 Game updates 3.0 now supports concurrent queued downloads for faster download.
    1. Quakes69's Avatar
      Quakes69 -
      Quote Originally Posted by aldostools View Post
      BTW my PS3 Game updates 3.0 now supports concurrent queued downloads for faster download.


      Mind me asking where you got that wbbrowser ocx from? I seem to be drawing a blank on finding it.

      Or if you have it included in your software files I can grab it from you. I'll just go look.

      Edit:
      That didn't work. Embedded API(Class, Module)?

      Skinned
      Attachment 38161
    1. aldostools's Avatar
      aldostools -
      Quote Originally Posted by Quakes69 View Post


      Mind me asking where you got that wbbrowser ocx from? I seem to be drawing a blank on finding it.

      Or if you have it included in your software files I can grab it from you. I'll just go look.

      Edit:
      That didn't work. Embedded API(Class, Module)?
      The webbrowser ocx comes with VB5 and it is linked to ieframe.dll (Microsoft Internet Explorer)
    1. Quakes69's Avatar
      Quakes69 -
      Well, I have Microsoft Visual Studio 6.0(With VB6 and IE6) . I found the ieframe.dll and when I try reference it, it doesn't wanna accept it. Thanks for your help though. I'll just keep digging into it.

      Quake

      P.S. If you can open VB6, I'll send you my source any where you want it and see what you think.
    1. Quakes69's Avatar
      Quakes69 -
      OH HELL YEAH! I found the solution with out any API's, OCX's, DLL's

      vb6 webbrowser control certificate

      Read all the way down to the bottom. You'll see the code in the third message up.

      Works too!

      Quake

      P.S. The only down side to this method is... You'll see the certificate window flash up for a split millisecond if the timer is set to 1.
      Guess it beats clicking it yourself.

      Edit2: I guess it aint to bad. When the software is made, You barely see the certificate flash. You basically just notice the program flicker more then anything. I do have a stripped down example if you're interested.
      timer = false
      Code:
      Private Sub Timer1_Timer()
      Dim hwnd As Long
          hwnd = FindWindow("#32770", "Security Alert")
          If hwnd > 0 Then
              hwnd = FindWindowEx(hwnd, 0, "Button", "&Yes")
              If hwnd > 0 Then
                  Call PostMessage(hwnd, BM_CLICK, 0, 0)
                  Timer1.Enabled = False
              End If
          End If
      End Sub
    1. obama's Avatar
      obama -
      error

      "this program cant start because MSVBVM50.DLL is missing...etc"

      what did i do wrong
    1. Quakes69's Avatar
      Quakes69 -
      Quote Originally Posted by obama View Post
      error

      "this program cant start because MSVBVM50.DLL is missing...etc"

      what did i do wrong
      You didn't. That file is required to run the program you are trying to run of his. You can search Google for that file and DL it, Reg' it and re-run that program you are trying to run.
  • Daily Digest


    Want to receive the latest PSX info in your email?

    Sign up for our Daily Digest!



    Want to learn more about the team keeping you up to date with the latest scene news?

    Read about them now!

    Check out our Developer bios, too!

  • Recent Threads

    jaybeemoney247

    Hey

    Thread Starter: jaybeemoney247

    Hello am new here,what's good in this forum? Hope to enjoy my stay tho. Cheers

    Last Post By: Anno1404 Today, 09:46 AM Go to last post
    H8ncars

    This is why I waited to pre order GTA V

    Thread Starter: H8ncars

    Grand Theft Auto V Pre-Order

    Special Edition
    Collectors Edition
    &
    All Pre Orders will get the Pre-order Only

    Last Post By: zorg93 Today, 10:21 AM Go to last post
    Squallcloud

    Is there a list of PAL game that GMS works on yet?

    Thread Starter: Squallcloud

    Hello, I want was just wondering if there was a list in which it has every PS2 game which has been confirmed to work on GMS yet and what resolution mode

    Last Post By: Squallcloud Today, 08:25 AM Go to last post
    Anno1404

    Upgrading to Rebug

    Thread Starter: Anno1404

    Hello,
    I finally chose to upgrade to Rebug 4.41.2 cause i've been going crazy with finding fixes , changing E-Boots , games not working.

    Last Post By: Anno1404 Today, 09:01 AM Go to last post
    gunas4

    Multiman cant mount game

    Thread Starter: gunas4

    hi,i have problem with my ps3,i had downgrade,have installed rogero 4.40 and multiman it was working fine but,one day my joystick was broked and i did

    Last Post By: gunas4 Today, 07:47 AM Go to last post
    Alderaan

    Help with PK2 file - Star Wars ROTS

    Thread Starter: Alderaan

    Can anyone help me with the exact location of the Jedi Mantra audio data (in the jedi temple you can hear a voice going through the sentences of the mantra)?

    Last Post By: Alderaan Today, 05:34 AM Go to last post
  • Recent Comments

    krytonic

    Sony's Testing a Better, Faster Video Streaming Technology.

    I have to say that his entire point stands. It's not free on Comedy Central and you can't just turn... Go to last post

    krytonic Today 10:25 AM
    RandQalan

    English Patch version for Dynasty Warriors Strikeforce 2 PSP.

    Remember the rules this can get you in trouble :mad: Go to last post

    RandQalan Today 08:02 AM
    Staylecrate

    English Patch version for Dynasty Warriors Strikeforce 2 PSP.

    It is on my dropbox account, PM or email me your email and I will share the folder, it's 1.5 gigs. Go to last post

    Staylecrate Today 07:51 AM
    mad mike 96

    Comedy on Demand: Laugh Factory on PS3 Updated

    Anyone have a link to the .pkg for this one? Go to last post

    mad mike 96 Today 07:31 AM
    aldostools

    Fan Control Utility v1.7 Relased CFW 4.41 Supported!!

    75C in idle (reported by multiMAN) after a short session of play videos... but my ambient... Go to last post

    aldostools Today 07:30 AM
    suaveburn

    Sony's Testing a Better, Faster Video Streaming Technology.

    I agree i have dropped my cable provider and simply added an internet plan i pay 50 dollars a month... Go to last post

    suaveburn Today 06:50 AM
    qrange

    Fan Control Utility v1.7 Relased CFW 4.41 Supported!!

    thanks. could you please confirm, is that 75C in idle?
    my PS3 is slim, CECH-25xxB (iirc) ,... Go to last post

    qrange Today 06:25 AM
    Staylecrate

    English Patch version for Dynasty Warriors Strikeforce 2 PSP.

    Hey atreyu, I have the game. let me know if you want a copy to mess around with. Go to last post

    Staylecrate Today 05:51 AM
    eustolio

    SDAT Creator by oakhead69

    Under this method, you can create edat_decrypter_creator?
    Thanks for u work oakhead69! Go to last post

    eustolio Today 04:53 AM
    opium2k

    {Guide} Install multiMAN Themes via a PKG File

    Nice of them to mention me but I haven't my multiMAN themes in ages. Probably best stick with more... Go to last post

    opium2k Today 03:35 AM