Office(R)Tool Project

Discussion in 'Microsoft Office' started by Dark Vador, Nov 6, 2021.

?

Change brand name or not ?

Poll closed Dec 26, 2021.
  1. No, keep it like that

    148 vote(s)
    75.1%
  2. Yes, officeRTool need fresh name

    49 vote(s)
    24.9%
  1. Taranis01

    Taranis01 MDL Novice

    Oct 24, 2015
    8
    5
    0
    The file validation is probably there to because the antivirus could have removed files? I just moved the folder back and forth for the installation but removing the checks is a good suggestion as well! Thanks <3
     
  2. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,353
    6,343
    150
    just to make sure it have all files or no one modify it, kind of
    i can remove few exe file, and use only PS1 files instead
    so, technically i can ignore this list
    (cmdow for example, i can use PS1 script, too, and it does use it)

    upload_2025-5-7_21-19-34.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. syfer

    syfer MDL Novice

    Feb 28, 2010
    7
    0
    0
    is their their windows 11 activator? Can you add that so its one tool to active both windows and office?
     
  4. maxama123

    maxama123 MDL Addicted

    Oct 22, 2009
    522
    219
    30
    I think there is already all the activators needed within OfficeRTool. I'm glad ohook has been included as OfficeRTool has now become a great beast with a very cool Interface. Ratzlefatz would be very proud.:hug2:
     
  5. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,353
    6,343
    150
    Kms vl all
    Mass hwid kms38 TSForge
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,353
    6,343
    150
    #2406 Dark Vador, May 8, 2025 at 04:28
    Last edited: May 8, 2025 at 04:33
    (OP)
    Also added manual scripts, If you don't like menus
    Rtool Ohook script for x64 system, With window 10-11
    Other wise use mass ohook standalone script
    The ps1 script will probably work for most 90¢ of computers
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,353
    6,343
    150
    #2407 Dark Vador, May 8, 2025 at 23:14
    Last edited: May 9, 2025 at 10:03
    (OP)
    ok, done,
    build an auto script to upload new version to remote server
    have to break few function,and now everything is restored.
    also, will change main thread new version

    ~~~~~~~~~~~~~~~

    Also, new ps1 version, to hide more link's as possible,
    work hard on this ps1 code, so, make it harder it read its better
    now my new loader script, use diffrent server location
    more gibirish ? sure. :D but it actualy worked.
    i'm sure, some user's, will find it, don't sell me
    think of it as protection, to keep service alive, direct link will kill it
    some ugly losers take advantage of it before, so,
    hide direct link is much better
    and does who really like to see what it does, can ask me :D
    Code:
    # Copy / Paste into the console windows #
    [Net.ServicePointManager]::SecurityProtocol="tls12";
    Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force;
    $H=@(-341,-461,-405,-457,-181,-261,-413,-405,-441,-465,-333,-277,-269,-341,-329,-277,-381,-309,-317,-273,-277);
    $A=0..9|%{$H[$_]}|%{-bNot $_}|%{$_-shr 2}|%{$_-as[Char]};
    $B=10..20|%{$H[$_]}|%{-bNot $_}|%{$_-shr 2}|%{$_-as[Char]};
    $X=-join($A);$Y=-join($B); $C={param($P,$Q)@{$P=$Q}}; $I=&$C $X $Y;
    $uri = ([System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String("aHR0cHM6Ly90aW55dXJsLmNvbS80bTM0OWRieQ==")))
    IWR -Uri $uri -UseBasicParsing -UserAgent R_Tool_Agent -MaximumRedirection 2 -Method Get -Headers $I | IEX;
    # Copy / Paste into the console windows #
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...