Jump to content
RealModScene

saywaking

Members
  • Content Count

    1018
  • Joined

  • Last visited

  • Days Won

    43

Posts posted by saywaking


  1. This is more a concept, which should be discussed in the first place.

    The question is: Wouldn't it be better, if Scripts (certainly Utility Scripts) are considered as a content Type, like "homebrew" but is another type like "Utility Scripts", so the Scripts can be accessed faster through Auroras Main Page, instead of navigating through all the menus?


  2. Good job.

    Check the default login first and afterwards use the wordlist.

    İt may also be xbox:xbox

    İ wouldnt call it exploit. İts more a tool.

    Most people dont open ports for external use of the FTP, so the chances are low to find a vulnerable xbox on the internet. You would also have to find out its İP first. Utiliy scripting maybe. 

    The FTP Plugin should be patched, but guess who is taking responibilities. 

    • Like 1

  3. I wrote a little Script that creates a txt-File which shows you the possible Result, if you want to change this via Script.

    The main Problem is, that the Database saved the Directory Paths normalized (lower-case). The Script needs to look in the HDD for the real Directory Names.  We also dont want to change Titles which are in the Content Directory.

    The lower-case handling and the actual function (apply) are not available. Go check it out and tell me if the results are worth it to continue this.

    PS: I consider this as a "Utility Script"

    TitleName2DirectoryName.zip


  4. That's actually an interesting idea. I always name my Directories better than the actual Title.

    There are some pitfalls tho, like multi-dvd Game Directories or some other stuff, you have to handle.

    PS: We wouldn't have this problem, if the Games would simply have consistent names. If it's not Microsoft's, Xbox Store's or the Publishers/Developers fault, than it's Xboxunity.net (Title-Adders). (ye, I don't know where the Titles come from. Edit: actually, after some thinking, they must come from the .xex file, as you also see the titles offline, so it's the developers fault, but anyhow, i think it's inavoidable, so lets not blame anyone)

     

    I may look into that tho.


  5. There is a tool for xbox with which you can create the partitions in case you use a thirdparty hdd. You could also do that on pc. i didnt look into the log file but you can find out if the hdd does problems by not using it to be sure.


  6. Scripters wouldn't worry about, how that could work. If the API is giving us the functions, we can go ahead.

    Youtube Videos are saved in different formats. One of them is simple MP4.

    Videoplayback is already possible with XUI-Stuff. We have Trailers, it's basically the same.

    Also RTMP for Livestreams is possible, according to the XDK.

    Simple Youtube "Plugins" for Kodi are coded the simple way. You retrieve the information, build your list, and the items are references to the Video in certain formats.

    The Main Problem is, that the API of Youtube is changing fast, but let ignore that fact first. :D

    All in all, it's more of API Extensions, that i can only recommend.

     

    I hope i pointed out, how powerful the Utility Scripts could be, even if they aren't implemented for those intentions.


  7. Two options. Someone patches/TU the app to bypass the live checks.

    Or you write an own app.

    İ could actually build a youtube script but somethings like videoplayback and dynamic xuiobjects etc. are missing :)

    The script would give you the option to search, list videos and stream them.

    • Thanks 1

  8. 1 hour ago, salah.rgh2 said:

    Good work :)How long is released !

    There is one thing missing, current Fan Speed. I hope we can get it sorted out somehow. Everything else is working fine. If you want to test it early, you can pm me.

    41 minutes ago, gavin_darkglider said:

    This is much better than what I released a year or so ago. I would recommend using this, as it has a much better representation of what is going on, and gives you the ability to easily change values. I tried to keep my script as simple as possible, as I wrote it on a lunch break while I was working. lol. That being said, keep up the good work.

    Your scripts inspired me too. Credits on you.

    • Thanks 1

  9. I see, that's why i got nil. I listed here, that it was not working.

    There is 

    Script.ShowMessageBox() and

    userdata:ShowMessagebox()

    In the Readme, there is userdata:ShowMessageBox()

    :D

    edit: it appears, that gizmo:ShowMessagebox() needs 4 arguments, and the first one must be a number.

    In that method-list, i also see "Notify", which is not listed in the Readme (correctly). Well i decided to use Script.ShowNotification() and no MessageBox for that Temperature Manager Script.

    Also SetXLScene is nice to see. I hope it's full screen xD

    • Like 1

  10. Hi,

    This Script gives you the ability to manage your Console-Temperature directly with Aurora.

     

    Script:

    Icon:  tempManagerIcon.png.aaeba5e9f6967062f5e79c986d0c0913.png

    Name: Temperature Manager

    Description: "This script displays and manages your fan speed and target temperatures."

     

    What it does:

    - Displays you the current CPU, GPU, RAM and CASE Temperature in Celcius (°C)

    - Displays you the current FAN-Speed

    - The Values are updated every Second (live), without refreshing the Scene

    - Optional: Sets the Target Temperatures permanently(requires reboot)

    - Optional: Sets Fan-Speed temporarily. (lost after reboot)

     

    Screens

    tempManager1.thumb.png.31ccb187c2a3ba6c71041a8f59200efb.png

    tempManager2.thumb.png.1d04a8db88102f6d3a67a7e58943f925.png

    tempManager3.thumb.png.46d8e82721e398e3f811dba55ddf8957.png

     

    Why did i create this?:

    Hmm, don't remember.

     

    What are the benefits?:

    - You can watch temperatures live

    - You can set permanent target Temps  (Reboot required)

    - You can set temporary Fan-Speed        (no Reboot required)

    - You can finally stop for asking Fan-Speed Features :D

     

    Disclaimer

    Be aware. Even though the given values should be in a safe range, i don't recommend setting anything above 70°C  and under 30% Fan-Speed. If your console burns down, i won't help you.

     

    Is it final?:

    It's Version 1.0

    Anyone who wants to contribute, can report Bugs, Suggest Features/Fixes or extend by using GitHub or this Thread.

     

    Where is the download?:

    When it's released, with the Aurora Script Repo, you can download it directly to your console.

    There was a canceled Version: TemperatureManagerCanceledVersion.zip

    • Like 2
    • Thanks 6

  11. Apparently there is no "Kernel.GetFanSpeed()" function available. I miss that.

    Edited the first post.

    Edit: there is no "Script.SetRefreshListOnExit()" but "Script.RefreshListOnExit()"

    Edit: "Thread.Sleep()" is the same to "wait()"

    Edit: gizmo userdata ShowNotification is not working. It may also be the same of Script.ShowNotification() -> There is userdata:Notify()

    Edit: gizmo userdata:ShowMessageBox is mentioned in the Readme. It's ShowMessagebox()

×
×
  • Create New...