Jump to content

大†Shinegumi†大

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Will you update this for 7.6? Cheers!
  2. Like
    大†Shinegumi†大 got a reaction from Mystified3 in Cheat Engine 7.6.0 Repack Multilingual   
    Cheat Engine is an open-source tool whose sole purpose is to help you use tricks and cheats on your favorite video games, therefore allowing you to manipulate and change all sorts of parameters on them.
     
    This tool is very useful to find where some value (usually a number) is stored in the memory of a program. Usually numbers are stored in 4bytes form, but you could also find them in double or float formats, or you may want to look for something different from a number.
     
     
    Changelog:
     
    • IPT log can now be displayed as a tree in the format as "break and trace"
    • updated the tcc library to a more recent version
    • {$luacode} doesn't need dll injection to function anymore
    • auto assembler DB command has been updated to allow relative changes.  e.g: DB +1 +2 will increase the bytes 'db' is done at with 1 and 2 respectively
    • you can't destroy luafile stream objects anymore. You now have to destroy the luafile itself
    • added more language support for AA scripts
    • added a new debugger interface: gdbserver  (please let me know what and how you use it and the issues you have)
    • error out scripts that try to access GUI controls from other threads. (remove threadsafegui.lua if you don't want it. But it's there for a reason...)
    • tablist can't be clicked while scanning is active
    • removed the close button from the comments dialog
    • comments can now save empty spaces
    • memoryregion view columns can be sorted now
    •C code: ANDROID define set on android targets
    • lua: disassembler view now has a SelectionSize property
    • lua: caretX and caretY are now exposed to synedit
    • lua: TSynAutoComplete can be created (for those that want to implement autocomplete in lua/aa)
    • lua: ModuleLoader can now load streams and tablefiles (handy for dll injection without extracting the dll)
     
     
    Homepage: https://cheatengine.org
     
     
     
     
    Cheat Engine 7.6.0 Repack & Portable (15.7 MB)
     
    • Type: Install | Unpacking.
    • Languages: ML-7.
    • Removed: Bloatware.
    • System: x64 | x86
    • Additionally: Extras languages added 
    • Portable: Paf @jooseng
    • Extra: dbghelp.dll was removed for being able to run on Windows 7
     
     
     
    Note: based on private developer patreon release: https://www.patreon.com/cheatengine
     
    Note: based on private developer patreon release: https://www.patreon.com/cheatengine
     
    Download:
    /////////////
     
     
  3. Like
    大†Shinegumi†大 got a reaction from Mystified3 in Cheat Engine 7.6.0 Repack Multilingual   
    Changes:
    from patreon 7.4.3 to public 7.5:
    removed the driver requirement for the access memory regions tool added 1 byte jmp instructions (that will install an exeption handler and place an int3 at the location) added a scanoption so you can skip unpaged memory. (should prevent targets from eating up RAM when scanned) reassemble() now rewrites an instruction using multiple lines when needed make some error messages more descriptive added an option to center the highlighted disassembler code to the center added an explanation why the driver won't load and a link with info on how to get it to load for now memoryrecord hotkeys can now be disabled individually codefilter: unwind info now gives less bad results added support for pseudo-ops like cmpss/sd/ps/pd lua: added ceserver commands lua: show a stacktrace on execution error lua: added convertToUTF8(stringbytetable, regioncode) made loading CT files with signatures possible under wine and proton from patreon 7.4.2 to patreon 7.4.3:
    ceserver: pipe support (mono data dissector) ceserver: added change memory protection capability ceserver: Available options can now be sent to the CE GUI .netinfo: Replaced the fields view with a tree network config: The processlist now has focus after opening a server lua: added virtualstringtree lua: added invertColor lua: added disassembleBytes(bytestring) autoassembler: now a visual warning is shown when nearby allocation fails autoassembler: the templates now generate 14 byte jmp safe original code blocks as well pointerscan now has a deviation option for "pointer must end with offset" to help find pointers back after update ultimap: added copy selected results to clipboard from patreon 7.4.1 to patreon 7.4.2
    ipt: Added intel process trace feature provided by microsoft. ceserver: Improve the modulelist fetch speed, more stable ceserver: option to disconnect from closed ceservers ceserver: the discovery list is now also a history list ceserver: implement injection on arm64 as well ceserver: also gets the fpu registers now assembler x86_64: prefer mov rax,[rip+xxx] over mov rax,[imm64] disasembler x86_64: switch from r#l to r#b because why not mono: the dll now has a versioncheck so that you don't accidentally mix monodatacollector dll's mono: deal with situations where there is no mainform mono/.net: the methodlist is now sorted by name better arm disassembler and assembler better arm64 disassembler and assembler the scanregions can be saved/loaded upon close/start ce (seperate option in settings) added an option to skip loading .PDB files a lot more functions are exposed to newstate threads added ranges scans to groupscan freeze+allow increase/decrease now also looks if the value is signed trainers: Forms and controls now scale based on DPI changing record showassigned/showashex now also applies to other selected entries texttraces now don't save as .cetrace but as .txt now ccode: #include now searches table files for files there as well ccode: the internal symbolhandler can now deal with stdcalled function symbols lua: added ImageIndex property to TTreeNode lua: added OnValuechanged and OnValueChangedByUser callbacks to MemoryRecord objects lua: added getOpenedFileSize() lua: added onHelpEvent callback lua: added releaseDebugFiles() lua: added enumRegisteredSymbolLists() and enumRegisteredSymbols() lua: added getBitmap method to ImageList objects from public 7.4 to patreon 7.4.1:
    added .Visible property to treenode entries added .VisibleRowCount and .TopItem to listviews added arm64 disassembling and assembling added lua function "runCommand" added a radiobutton to select if the generated script will use 5 or 14 byte jmps. conditional jumps can now deal 2gb+ destinations (will get rewritten) dotnetinfo: Performance improvement memory record hotkeys now have a "Only while down" option Updated the dbghelp to a more recent version which can better handle nowadys pdb symbols different memory allocations now get placed within the initial allocation block. Protection is changed afterwards tracer can now step over rep instructions lua stringstream now inherits from memorystream, so you have access to the Memory field lua: Added a callback for whenever the structure list is modified added architecture distinguishing to ceserver pressing escape in the hotkey form will now close it added nested structure support added string based custom types ctrl+enter in the disassembler now shows relative addresses from that point the diffcount in "find out what accessess/writes" will now stay even when disabling the option to find the number of different addresses an instruction accesses
    Fixes:
    from patreon 7.4.3 to public 7.5: vehdebug: Fixed a case where a new thread creation or other event would cause another event that would trigger at exactly the same time to get the exception ignored and just continued monodatacollector: fixed invoke method dotnetdatacollector: Fixed issue of loading a wrong version of dbgshim.dll fixed disassembling cvtdq2pd from patreon 7.4.2 to patreon 7.4.3:
    ceserver: Fixed extension loading in some cases ceserver: fixed stepping on x86 targets fixed the name showing as [physical memory] instead of the filename when opening a file fixed a rare error when scanning using specific options fixed some documentation in celua at some points fixed stackview in "more info" being garbage/access violation fixed tracer search for instructions ending with ] fixed enumExports lua function fixed issue where vehdebug would crash fixed the assembler from handing [rex+reg*x] as a symbol when debugging fixed the disassembler backlist fixed termination issue on the memscan object from patreon 7.4.1 to patreon 7.4.2
    Fixed the tracer search for instructions ending with a ] VEH debug: Fixed the potential of invalid handles being used Kernelmode debug and VEH debug: Fixed setting context on non suspended threads fixed the lua_pcallk delegate in the c# plugin example fixed speedhack on wine 7.0 fixed high dpi issue of structure dissect on first view fixed high dpi issue on find what access/writes dialogs restored the anchor editor (was gone in 7.4.1) fixed .net info instance lookup issue fixed customtypes getting marked as string (bug introduced in 7.4.1) fixed runcommand fixed modalforms from losing their text color internally (bug introduced in 7.4.1) mac: fixed some progressbars not properly updating from public 7.4 to patreon 7.4.1:
    fixed the all type not finding 4 types when double was deselected fixed the "all" type when not using double fixed ccode esp access in 32-bit and "reg"f types fixed disassembling when using binutils for disassembly fixed the tablefiles menulist eating memory because they didn't get deleted properly fixed .net issues that use obfoscated modules and missing metadata fixed paring value starting with a - or + fixed assembling pmovmskb fixed disassembling vgather* vex256 instructions and allow usage of xmm/ymm registers as address (for instructions that allow it. Like this one) fixed the addresslist not giving a proper error when using multiple enable or disable section fixed error when using ctrl for speedhack hotkeys fixed the groupscan command parser from assigning wildcard to the wrong combobox fixed disassembling xchg eax/rax,xxx fixed lua custom type registering as float when using the non lua function method fixed small memoryscan issue for data at the end of a memoryblock ccode doesn't register useless symbols anymore
  4. Like
    大†Shinegumi†大 reacted to mooms in WinRAR SFX Maker 3.4   
    That's good  to hear.
     
    Thanks for the compliment, but I'm not a dev, just an advanced user, and it's v3.4, not v3.4.7, the 7 is part of the file extension of the 7-Zip archive.
  5. Like
    大†Shinegumi†大 reacted to mooms in WinRAR SFX Maker 3.4   
    Rar Unlocker is only needed if the archive is locked. You can launch it, it have a GUI.
    I don't know what is the problem with your Windows install, maybe you should try to install a version without any modifications.
     
    You can also try to run the maker in a virtual machine if you're familiar with.
  6. Like
    大†Shinegumi†大 reacted to mooms in WinRAR SFX Maker 3.4   
    Version 3.4
    Suppression de 7za, le script utilise 7-Zip, vous devez donc avoir 7-Zip installé. Plus besoin d'extraire les thèmes, le script s'en charge. Mise à jour du module SFX en version 1.70.3900.
  7. Thanks
    大†Shinegumi†大 got a reaction from storms in Microsoft Edge WebView2 131.0.2903.146 AIO Silent   
    What is Microsoft Edge WebView2 Runtime?
    Microsoft Edge WebView2 is a runtime installation used to provide web-based features in Microsoft 365 desktop apps that Microsoft began installing on Windows devices earlier this year. WebView2 uses Microsoft Edge as the rendering engine.
    In Windows 11, the component is installed on the system by default. On earlier versions of Windows, it is automatically installed for users with modern versions of Microsoft Office for the specific purpose of running Office applications and the components built into the applications, built on top of web frameworks.
    For PC users looking to take advantage of new or improved Office features or add-ins that depend on WebView2, they do not require any user input/action; as soon as WebView2 is available on the device, the component will be installed automatically. Regarding updates, WebView2 Runtime uses its own automatic update process, separate from the update channel used by Microsoft 365 Apps, to keep WebView2 up to date with the latest security and reliability updates.
    [x86 & x64]
     
     
     
     Microsoft Edge WebView2 
     
     
  8. Like
    大†Shinegumi†大 got a reaction from SunLion in Apple iTunes 12.13.5.3 x86 / x64 Silent Multilingual   
    Apple iTunes 12.13.4.4
  9. Like
    大†Shinegumi†大 got a reaction from SunLion in Apple iTunes 12.13.5.3 x86 / x64 Silent Multilingual   
    iTunes is the easiest way to organize and enjoy the music, movies, TV shows, apps, and books you already own, and shop for the ones you want. You can even listen to free streaming radio stations with iTunes Radio.
    iTunes is an advanced application that is not only a very good media player, but also an excellent iPod and iPhone manager. Simplicity is perhaps the most appropriate word that can sum up its overall appearance and usability.
    iTunes lets you do whatever you want with your gadgets, including backup, sync, contact management, and most importantly, install apps from the Apple Store. IPhone owners surely know that in order to purchase and install applications hosted on the iTunes Store, they need the downloadable application that provides the necessary environment to purchase software safely.
    The app will play your videos and music in an instant, help you organize playlists and library items. Other than that, iTunes has all the features you'd expect in a media player, plus something special: you can easily subscribe to podcasts, TV shows, and other types of content, and each of these files are automatically delivered to your computer as soon as may be possible. They're available.
    The 'iTunes Backup' feature is quite useful and will allow you to save your library to CD or DVD. You can back up only purchases from the Store or all content, as desired. There is also an option that allows you to perform an incremental backup, which means that only items added or modified since the last backup will be updated.
    With iTunes, everything is close at hand, and seamless integration with external devices like iPods and iPhones lets you manage everything with ease. Of course, you can also use it as a media player, but you'd better give it a try to see for yourself what it can actually do for you.

     
    Silent installation
     
    iTunes 12.13.5.3 X64 Silent Install
     
     

     
    iTunes 12.13.5.3 X86 Silent Install

     
     


        Apple iTunes      7 -8.1
    Silent Install Version for Windows 7 -8.1   


    تثبيت صامت نسخة Apple iCloud 7.21.0.23
    Silent Install Apple iCloud 7.21.0.23    
     
  10. Like
    大†Shinegumi†大 reacted to mooms in WinRAR SFX Maker 3.4   
    Version 3.3
    Updated 7za to v2408 Added 64 bit version of 7za Updated the script to use 64 bit 7za on 64 bit OS Removed UPX compression on 7zsd sfx module to avoid AV false positives  
  11. Like
    大†Shinegumi†大 got a reaction from geodasoft in TEU GOM Audio Skins™ 2024   
    skins are not installed
  12. Like
    大†Shinegumi†大 got a reaction from SunLion in Brave Browser 1.73.105 AIO Silent   
    Changes in Brave 1.67.119 (Chromium 126.0.6478.114):
    Fixed “Learn More” link within the Solana Associated SPL token account creation tooltip. Fixed crash when switching between grouped tabs in certain cases. Fixed crash on Linux when certain keyboard shortcuts have been removed via brave://settings/system/shortcuts while vertical tabs are enabled. Upgraded Chromium to 126.0.6478.114. (Changelog for 126.0.6478.114) Changes in Brave 1.67.116 (Chromium 126.0.6478.71):
    Upgraded Chromium to 126.0.6478.71. (Changelog for 126.0.6478.71) Changes in Brave 1.67.115 (Chromium 126.0.6478.56):
    Web3
    Added support for “Retry transaction” for failed Solana transactions. [Security] Fixed Brave Wallet WebHID connection prompt for Solana. Updated onboarding for Brave Wallet. Updated Solana transactions to rebroadcast every five seconds. Updated ZCash endpoint URL. Updated the deposit icon on the “Accounts” page. Updated the deposit icon on the “Asset Details” account menu. Updated the “LiFiTransactionResponse” JSON to show string value for “chainID”. Updated the size of the “Review send” button on the panel. Updated “Deposit” screen to full window height. Updated “Buy” screen to full window height. Renamed “Binance Smart Chain” to “BNB Smart Chain”. Removed “Brave Fee” for all “Swap” transactions in Brave Wallet. Fixed incorrect deposit address being shown on the “Deposit” screen. Fixed missing “Connected sites” option when non-Solana network is selected. Fixed “Receipt” button in transaction status panel to show transaction receipt within the panel. Fixed missing network icon on “Asset Details”. Fixed inconsistent size of card header buttons on “Account Details” and “Asset Details” screens. Fixed the token list alignment on the panel. Fixed “Portfolio” filter visibility on dark theme. Fixed Brave Wallet not using device locale formatting on “Portfolio” time graph. Rewards
    Added “Brave Search Ads” toggle to “Manage Brave Ads” on brave://rewards page and updated default display behavior. General
    Added Brave Search support to Brave Leo. Added ability to use quick actions via “/” under Brave Leo panel. Added markdown rendering to certain Brave Leo responses. Added permission for location service to help improve geolocation accuracy on Windows and macOS. Added “Update lists” button under brave://adblock to force-update all adblock components. Enabled Media Router feature by default. Implemented dark mode scrollbars on Windows. Re-added “Safety check” section under brave://settings/privacy. Improved Google Docs compatibility with Brave Leo by supporting full page summarization. Improved PDF compatibility with Brave Leo by supporting image based PDFs. Updated pricing for Brave Leo. Updated Brave Leo model intro and added tooltip for more details. Updated Brave Leo CTA button text for non-premium users. Updated product header for Brave Leo. Updated labelling on certain language models listed in Brave Leo. Updated Brave wordmark on the New Tab Page for both Private and Tor windows. Updated “Share” menu icons. Updated header for side panel to be lowercase. Replaced “Llama 2” with “Llama 3”. Deprecated “Claude Instant” model. Removed background graphics from Brave Leo onboarding. Removed known Salesforce Marketing Cloud tracking parameter “et_rid” from URLs. Removed known Blackbaud tracking parameter “bbeml” from URLs. Fixed labelling and rate-limit messaging for Brave Leo as well as removed the “Switch to basic model” button from rate-limiting modal. Fixed the “Snowflake” option for Tor bridges not working on Linux. Fixed de-AMP to only apply to HTML pages. Fixed items which have been removed from the sidebar being re-enabled. Upgraded Chromium to 126.0.6478.56. (Changelog for 126.0.6478.56)
  13. Like
    大†Shinegumi†大 got a reaction from SunLion in Brave Browser 1.73.105 AIO Silent   
    Brave Browser is a free, fast, secure and open source web browsing application based on the Chromium and available for your all devices. Complete with a built-in ad blocker that prevents tracking and provides security protection with optimized data and battery performance.
    The Brave is much more than a web browser, it is a new way of thinking about how the web works. Brave is on a mission to fix the web by giving users a safer, faster and better browsing experience while growing support for content creators through a new attention-based ecosystem of rewards.
    Brave is built by a team of privacy focused, performance oriented pioneers of the web, including the inventor of JavaScript and co-founder of Mozilla. It begins with giving you back power. Get unmatched speed, security and privacy by blocking trackers. Earn rewards by opting into our privacy-respecting ads and help give publishers back their fair share of Internet revenue.
    Browse Faster – Load pages 3x to 6x faster
    Watch Brave in action, head-to-head-to-head against Chrome and Firefox. Brave loads pages three times as fast out of the box with nothing to install, learn or manage.
    Switching is easy – Import and continue where you left off
    It’s easy to import your settings from your old browser. You can do it during the welcome tour or later through the menus. All of your old browser profiles will appear in a list. You can import other browser data through the main menu item called “Import Bookmarks and Settings.”
    Support your favorite sites with Brave Rewards
    Turn on Brave Rewards and give a little back to the sites you frequent most. Earn frequent flyer-like tokens (BAT) for viewing privacy-respecting ads through Brave and help fund the content you love.
    Browsing the web with Brave is free: with Brave Rewards activated, you can support the content creators you love at the amount that works for you.
    The browser can automatically distribute your contributions based on how much time you spend on sites. Or, you can choose to tip sites directly, and even offer a fixed monthly tip amount.
    All of this works while keeping your browsing history private. Your funds are made available to site owners through an anonymous ledger system, so you can’t be identified based on the sites you visit and support. Over 10,000 publishers and content creators have registered to receive Brave Rewards.
    Remember: these contributions are optional – browsing the web with Brave Browser is free.
     

     

     

     

    Brave Browser Feature List:
    Shields
    Ad blocking
    Fingerprinting prevention
    Cookie control
    HTTPS upgrading
    Block scripts
    Per-site shield settings
    Configurable global shield defaults
    Brave Rewards
    Earn by viewing private ads
    Tip your favorite creators
    Contribute monthly to sites
    Auto-contribute to sites
    Verify with Uphold and move funds in and out of your wallet
    Become a verified creator and start earning BAT from tips, contributions and referrals
    Tabs and Windows
    Private Windows
    Pinned Tabs
    Auto-unload
    Drag and drop
    Duplicate
    Close Options
    Find on page
    Print page
    Security
    Clear browsing data
    Built-in password manager
    Form autofill
    Control content access to full-screen presentation
    Control site access to autoplay media
    Send “Do not track” with browsing requests
    Search
    Choose default search engine
    Use keyboard shortcuts for alternate search engines
    Option to use DuckDuckGo for private window search
    Address Bar
    Add Bookmark
    Autosuggest URLs
    Search from address bar
    Autosuggest search terms
    Show/hide bookmarks toolbar
    Show secure or insecure site
    Extensions and Plugins
    Brave Desktop now supports most of the Chrome extensions in the chrome web store
    Windows 7/8/10

     
     
    Silent installation   Silent installation
    X64 X86 Silent installation
    X64 X86  
        G
  14. Like
    大†Shinegumi†大 reacted to raddy in [Repak] Universal Extractor 1.9.16.202   
    Check https://repacks.de/index.php?file/291-universal-extractors/ (maybe you need german ip/vpn)
  15. Like
    大†Shinegumi†大 got a reaction from zuardin in Google Chrome 124.0.6367.208 Dual x86x64 Silent   
    Chrome 124 makes it easier to install any website on desktop
    You could install any website as a web app-style window for a long time on Chrome for desktop now, but the process wasn’t very intuitive. Rather than using a dedicated installation option, you had to use the Create Shortcut option in Save and Share in the overflow menu, and then tick the Open as window.
      You may not have to remember to tick the checkbox in future Chrome versions
    With Chrome 124, you can make the decision to turn a website into a windowed app right inside the Save and Share menu, saving you from the rather complicated route with the checkbox. To enable this, you currently need to turn on the chrome://flags/#web-app-universal-install and chrome://flags/#shortcuts-not-apps flags.
      Chrome 124 works on a bottom bar for the Google app
    Chrome experimented with a bottom bar interface a long time ago on Android, and its iOS version recently received an optional fully bottom-based interface. While there isn’t any evidence that Google is working on something like that for Chrome for Android, the company might do the second best thing and add a bottom bar to Chrome custom tabs opened via the Google app.
      That’s basically all we know about it at this point, with Chrome 124 only showing early evidence that this is coming. The bottom bar might house Google-specific options or ways to dive deeper into search, but that’s just speculation.
      Chrome 124 preps a Circle-to-Search-style feature for desktops
    Google is working on a serious Lens upgrade for Chrome on desktop, and we might just see a new Android feature make its way to the browser. It basically works by turning your current tab into a screenshot that you can use Lens on.
      Right now, that’s about everything we can glean so far, but given that Google recently introduced Circle to Search on select Samsung and Google phones, we can imagine that you’ll be able to select different portions of the visible website and use it to dive into a search session.
        Chrome 124 lays groundwork for a new keyboard shortcut
    Chrome 124 is adding preliminary work for a new keyboard shortcut. Rather than remembering your operating system’s sometimes convoluted way to exit a fullscreen window, you’ll simply be able to press and hold Esc to achieve the same. This isn’t currently live, though.
      Chrome 124 stores local passwords in Play services on Android
    You can use Chrome as your local password manager on Android when you don’t sync your passwords with your Google account. Thanks to the most recent changes to the way Google works with passwords, it will change where your credentials are stored on Android, though.
    With Chrome 124, local passwords are now stored in the Google Play Services, much like they already were with the cloud-based version of the password manager. This means that the interface looks slightly different, but the new version should be more reliable for autofilling in other apps. This policy was already in place with Chrome 123 for new users, but the migration is now happening for everyone with Chrome 124.
    Silent installation     Silent installation      
     
      Windows 7/8  تثبيت صامت
    Silent installation    Google Chrome 109.0.5414.120 AIO windows 7 last version Install Silent     
  16. Like
    大†Shinegumi†大 got a reaction from SunLion in Vivaldi 6.9.3447.48 Dual x86x64 Multi[Silent]   
    Changes in version 6.5 Build 3206.57 Update 6
  17. Like
    大†Shinegumi†大 got a reaction from SunLion in Vivaldi 6.9.3447.48 Dual x86x64 Multi[Silent]   
    Tab management leveled up, more efficient browsing and squashed bugs: Vivaldi 6.9 is here!
    Vivaldi 6.9 brings powerful new features like tab renaming for better organization, drag-and-drop downloads for quicker file management, and a clearer view of your synced tabs across devices. We’ve also fine-tuned Vivaldi Mail and squashed some bugs to keep things running smoothly.
     
    Read this article in español, 日本語, русский, français, Deutsch, język polski.
    Today, we’re excited to introduce Vivaldi 6.9 — a release that may seem subtle at first glance, but is full of improvements. We’re committed to making every release meaningful, whether it’s packed with new features or focused on fine-tuning the experience you already love. 
    This update is all about refining what makes Vivaldi special: giving you powerful tools to personalize your browser, stay organized, and navigate the web your way. While Vivaldi 6.9 includes important bug fixes and performance improvements, we’ve also added a few new features that we think you’ll really appreciate.
    Rename your tabs
    Get organized with custom tab names. With Vivaldi 6.9, we have added a standout feature designed to help you stay organized. You can easily rename your tabs and Tab Stacks to something that makes sense to you. Whether it’s a project name, a reminder, or anything else that helps you stay organized.
    This feature is particularly useful when you’re working on multiple projects at once, conducting research, or juggling various tasks throughout the day. It helps you keep your tabs neat and organized, making it easier to find what you need when you need it.
    Drag Files Directly from the Downloads Panel
    File your files with ease, directly from the Downloads Panel. We’re all about efficiency, and our new drag-and-drop functionality from the Downloads Panel is sure to make you more efficient. In Vivaldi 6.9, you can drag files directly from the Downloads Panel to your desktop, a folder, or even into an email or document. No more digging through your download folder, just grab what you need and drop it where it needs to go. You can mark multiple files in the Downloads Panel to be moved simultaneously. 
    This feature lets you streamline your workflow, making management of downloaded files  easier and quicker. Whether you’re downloading images, documents, or software, this small but powerful enhancement will save you time and keep you focused on your task at hand.
    View Synced Tabs in a Clear Structure
    Get a structured view of tabs you have synced across your desktop devices. If you use Vivaldi across multiple desktop devices, you’ll love this feature. With Vivaldi 6.9, you get a new structured overview of all your open tabs directly in the Windows Panel. When you open the Windows Panel you can see exactly which tabs are open on your other desktop devices, neatly organized in a tree structure. The new structure separates the devices, Workspaces and Tab Stacks. This makes it easier than ever to pick up where you left off when you’re moving from your desktop to your laptop.
    Mail Improvements for a Smoother Experience
    Back in June, we launched Vivaldi Mail 2.0 and we’ve made several improvements to Vivaldi Mail in this release. If you check the changelog you can see we have made more than 40 fixes for Mail and Calendar. We’ve focused on enhancing stability and performance, ensuring that your email experience is as smooth and reliable as possible. 
    Whether you use Vivaldi Mail for work, personal communication, or managing multiple accounts, these updates will make your daily email routine more efficient and enjoyable.
    Bug Fixes and Performance Enhancements
    Of course, no release would be complete without a round of bug fixes and performance tweaks. In Vivaldi 6.9, we’ve addressed several issues reported by our community, improving everything from tab behaviour to user interface responsiveness. These fixes are all part of our ongoing commitment to making Vivaldi not just a powerful browser, but also a reliable one.

    You’ll find the full changelog at the bottom of this blog post. 
    Ready to upgrade?
    Update to Vivaldi 6.9 today and discover these improvements for yourself. As always, we’re eager to hear your feedback, your insights help us continue to shape Vivaldi into the browser you need it to be.
    By the way – today marks the official debut of Vivaldi for Windows on Arm!
    Thank you for being part of the Vivaldi community. Together, we’re fighting for a better web one release at a time.
     
    Changelog from 6.8 to 6.9
    [New][Windows] Promote ARM64 packages to official status
    [New][Sync][Tabs] Add tab structure (VB-108713)
    [New][Tabs] Allow tab renaming (VB-23686)
    [New][Downloads] Drag files from Downloads Panel (VB-13976)
    [New][Address bar][Settings] Add support for showing donator badge in UI (VB-108386)
    [New][Settings] Autofill for saved credit cards and saved addresses (Privacy settings) (VB-100960)
    [New][Blocker] Add support for uBlock ‘important’, ‘all’ and ‘redirect-rule’ rules (VB-108228)
    [New][Blocker] Add uBlock option aliases support (VB-107194)
    [New][Mail] Offer to quickly change ‘Reply’ to ‘Reply All’ (VB-108107)
    [New][Mail] Show fetching progress with pause and resume button in Mail Panel (VB-107070)
    [New][Mail][Keyboard] Send Quick Reply when pressing Ctrl+Enter (VB-106511)
    [New][Panels] Add a button that can toggle desktop/mobile mode for web panels (VB-107903)
    [New][Speed Dial] Multiple default groups for new users (VB-108732)
    [New][Workspaces] Add a command to move an active tab to a different Workspace (VB-107794)
    Address Bar
    [Address bar] Domain result unexpectedly centered in drop-down (VB-107857)
    [Address bar] Add some text padding (VB-107212)
    [Address bar] Badge hidden when small dropdown (VB-108036)
    [Address bar] Dropdown suggestion icon is grayed out (VB-108143)
    [Address bar] Should reset address field state when switching tab via dropdown (VB-107342)
    [Address bar] Some dropdown items are not selectable (VB-107878)
    [Address bar] Typing websites does not always offer going to root domain (VB-107020)
    [Address bar] URLs with line breaks are incorrectly parsed (VB-91961)
    [Address bar][Search] Hide Search Field by Default (VB-107846)
    [Address bar][Tabs][Workspaces] URL switch tabs doesn’t switch workspace (VB-108548)
    Bookmarks
    [Bookmarks] New bookmark folder disappears before I can give it a name (VB-104755)
    [Bookmarks] Sorting bookmarks bar by most recently created bookmark just sorts by alphabetical (VB-107770)
    [Bookmarks] “Added Bookmark” appears after restart (VB-108930)
    Calendar
    [Calendar] A single broken event stops syncing of whole calendar (VB-107396)
    [Calendar] Add possibility to set recurrence for last day/weekday of month (VB-101970)
    [Calendar] Can’t create/edit a full day event (VB-107863)
    [Calendar] Can’t delete “this and upcoming” tasks (VB-107731)
    [Calendar] Created calendars do not sync by default (VB-108020)
    [Calendar] Deleting calendars freezes confirmation popup (VB-108023)
    [Calendar] Event titles not properly escaped (VB-107427)
    [Calendar] Focus stolen from date picker dialog (VB-106507)
    [Calendar] Import to remote calendar creates a new local one (VB-107209)
    [Calendar] Keyboard navigation jumps to day (VB-108739)
    [Calendar] Navigating to vivaldi:calendar sets up first account but does not enable calendar feature (VB-107357)
    [Calendar] Single item failure in CalDAV parsing prevents valid items parsing (VB-107708)
    [Calendar] When deleting an event with participants, send a cancellation notice (VB-103989)
    Crash
    [Crash] During quit while thumbnail screenshot is taking place (VB-105451)
    [Crash] On closing tab by CTRL+W while using NVDA screenreader (VB-101331)
    [Crash] Relating to panel extensions (VB-105887)
    [Crash][Linux] Export password uses wrong parent window (VB-107881)
    [Crash][Linux][Settings] On exporting passwords (VB-108850)
    [Crash][Mac][Menus] Frequent Random Crashing (VB-108274)
    [Crash][Menus] A context menu can trigger a crash on exit (VB-108963)
    [Crash][macOS] On closing the “Leave site?” popup [beforeunload] (VB-104649)
    History
    [History] Diagrams doesn’t change colour after switching theme without reopen history page (VB-54623)
    [History] Items persists for a short while after clearing browsing data (VB-107530)
    [History][Performance] Various work to improve History Manager performance
     
     
    Windows 10/11 X64 X86
     
    Silent installation     Silent installation  
     
        Windows Last windows 7 /8.1

    تثبيت صامت
    Silent installation   Vivaldi.5.6.2867.62 AIO Last windows 7 Install Silent      
  18. Like
    大†Shinegumi†大 got a reaction from SunLion in Opera 114.0.5282.115 Dual x86x64 Silent Multi   
    Changes in Opera One 107.0.5045.15:
    CHR-9593 Update Chromium on desktop-stable-121-5045 to 121.0.6167.140 DNA-114421 Animate text in tab cycler from the center of the screen DNA-114519 Crash at media::AVStreamToVideoDecoderConfig(AVStream const*, media::VideoDecoderConfig*) DNA-114537 Default value for synchronization changed from ‘Do not sync data’ to ‘Customise sync’ DNA-114554 Add shadow to tab thumbnails in tab cycler DNA-114555 Fade out long tab titles DNA-114686 [Import] Import from Opera Crypto is marked as done even when Crypto is not installed DNA-114691 Update font colors DNA-114692 Update shadow (glow) of tabs DNA-114693 Update position of text and tabs when cycling through tabs DNA-114790 [Linux] Unwanted 1px top border in full screen mode
  19. Like
    大†Shinegumi†大 got a reaction from SunLion in Opera 114.0.5282.115 Dual x86x64 Silent Multi   
    The latest version of Opera Browser includes browser AI, Tab Islands, smooth animations and a clean modular design, delivering the most forward-thinking browsing experience to date.
    How many versions of Opera are there?
    For desktop users, there are three main versions of Opera. The mainstream version of Opera, which has rebranded as Opera One and has various privacy features including a built-in VPN. Opera GXdesigned for gamers with integration to services like Twitch. And Opera Crypto for the crypto Web3-minded user.
    How do I activate the Opera VPN?
    To activate the Opera built-in VPN, open the settings tab and navigate to advanced settings, where you will find the VPN option. Once enabled, a VPN badge will appear left of the address bar. Pressing that VPN button will show you a dropdown of locations and a data meter.
    What’s New in Opera 114.0 Version
     
    Opera has officially launched its version 114, which comes equipped with several enhancements and fixes. This release is built on Chromium version 128.0.6613.138, ensuring improved performance and compatibility with modern web standards.
    Key highlights of Opera 114 include:
    Chromium Version: The browser is based on Chromium 128.0.6613.138, providing users with the latest web technologies.
    Crash Fixes: This version addresses various stability issues, enhancing the overall user experience.
    For any issues encountered, the Opera bug report wizard is available for reporting problems.
     

      Download
    Silent installation      
     
       Opera 95.0.4635.80 Win 7 AIO Silent Install
         
     
  20. Like
    Telegram is a free instant messaging app which works on all your devices: Android, iOS, PC, Mac, Linux, Windows Phone, and there's a web version to cover everything else.
    You can have the app running simultaneously, everywhere, if you like-- Telegram automatically keeps everything in sync.
    Chats can be simple, just you and one or two friends. Add some stickers, use the animated GIF search, or share some pictures of your own. There's even a capable photo editor to make sure your images are looking their best.
    But that's just the start. You could also work with groups of up to 5,000 people, and share an unlimited number of photos, videos, archives, or any other file type up to a maximum of 1.5 GB each. And if there's not enough space on your device, no problem-- keep it in the cloud. (It's still free.)
    Powerful privacy features include "Secret Chats", a special type of encrypted message which can be set to self-destruct in a set time after it's been read.
    An open API enables developers to extend the app with smart bots and custom Telegram clients.
    And all this is based on a network of servers distributed around the world, delivering excellent performance wherever you are.
     

    Silent installation Silent installation
    Silent installation
     

  21. Like
    大†Shinegumi†大 got a reaction from SunLion in Google Earth Pro AIO7.3.6.9750 Silent Now FREE   
    Google Earth - a fresh assembly of the popular client software to work with three-dimensional model of the Earth, created on the basis of high resolution satellite images. Using genuine opportunity to change the scale of images (sometimes down to individual houses), and much more, including the coordinates of an object. The map can be rotated to any angle, most of the maps - these are ordinary 2D-pictures, but some objects (settlements) are presented in the form of three-dimensional models. Google Earth gives you a wealth of photographic, geographic and astronomical information.
    Here are some key features of Google Earth
    - Navigation controls - Look around, move and zoom into any location
    - Sun and shadows - View animated shadows as they move across the landscape
    - 3D buildings - View hundreds of photo-realistic new buildings in many of the world's cities
    - Imagery date tupo scopirovali ot suda rl-team.net information
    - Support for new language versions
    - Flash videos in placemark balloons
    - Fly from space to your neighborhood. Type in an address and zoom right in
    - Search for schools, parks, restaurants, and hotels. Get driving directions
    - Tilt and rotate the view to see 3D terrain and buildings
    - Save and share your searches and favorites. Even add your own annotations
     
     
    Silent installation
     
     
    Silent installation
     
          الكاتب    
  22. Like
    can you update o latest version ?
  23. Like
    大†Shinegumi†大 got a reaction from SunLion in Google Chrome 124.0.6367.208 Dual x86x64 Silent   
    Chrome 124 makes it easier to install any website on desktop
    You could install any website as a web app-style window for a long time on Chrome for desktop now, but the process wasn’t very intuitive. Rather than using a dedicated installation option, you had to use the Create Shortcut option in Save and Share in the overflow menu, and then tick the Open as window.
      You may not have to remember to tick the checkbox in future Chrome versions
    With Chrome 124, you can make the decision to turn a website into a windowed app right inside the Save and Share menu, saving you from the rather complicated route with the checkbox. To enable this, you currently need to turn on the chrome://flags/#web-app-universal-install and chrome://flags/#shortcuts-not-apps flags.
      Chrome 124 works on a bottom bar for the Google app
    Chrome experimented with a bottom bar interface a long time ago on Android, and its iOS version recently received an optional fully bottom-based interface. While there isn’t any evidence that Google is working on something like that for Chrome for Android, the company might do the second best thing and add a bottom bar to Chrome custom tabs opened via the Google app.
      That’s basically all we know about it at this point, with Chrome 124 only showing early evidence that this is coming. The bottom bar might house Google-specific options or ways to dive deeper into search, but that’s just speculation.
      Chrome 124 preps a Circle-to-Search-style feature for desktops
    Google is working on a serious Lens upgrade for Chrome on desktop, and we might just see a new Android feature make its way to the browser. It basically works by turning your current tab into a screenshot that you can use Lens on.
      Right now, that’s about everything we can glean so far, but given that Google recently introduced Circle to Search on select Samsung and Google phones, we can imagine that you’ll be able to select different portions of the visible website and use it to dive into a search session.
        Chrome 124 lays groundwork for a new keyboard shortcut
    Chrome 124 is adding preliminary work for a new keyboard shortcut. Rather than remembering your operating system’s sometimes convoluted way to exit a fullscreen window, you’ll simply be able to press and hold Esc to achieve the same. This isn’t currently live, though.
      Chrome 124 stores local passwords in Play services on Android
    You can use Chrome as your local password manager on Android when you don’t sync your passwords with your Google account. Thanks to the most recent changes to the way Google works with passwords, it will change where your credentials are stored on Android, though.
    With Chrome 124, local passwords are now stored in the Google Play Services, much like they already were with the cloud-based version of the password manager. This means that the interface looks slightly different, but the new version should be more reliable for autofilling in other apps. This policy was already in place with Chrome 123 for new users, but the migration is now happening for everyone with Chrome 124.
    Silent installation     Silent installation      
     
      Windows 7/8  تثبيت صامت
    Silent installation    Google Chrome 109.0.5414.120 AIO windows 7 last version Install Silent     
  24. Like
    This is the pro version, and not the free version. Posting is therefore not allowed. I'm removing the links. In the future, make sure to post repacks of free software only.
  25. Like
    大†Shinegumi†大 reacted to mooms in SumatraPDF 3.1.2 & 3.5.2