Giter Site home page Giter Site logo

Comments (8)

moom825 avatar moom825 commented on June 8, 2024

hmm strange issue, i know the problem and how to fix it.
how the fod helper uac bypass works is by changing the windir which i believe is c:/windows/system32 so anything trying to use %windir% will result in the path of ur file. what it should be doing is deleting that reg key in the end. but as i noticed you compiled the python script to an exe. it was not made for that, it was made to uac bypass python scripts not an exe, thats why it failed and could not delete the reg key in the end.

from discord-rat.

moom825 avatar moom825 commented on June 8, 2024

give me a moment and ill tell you how to fix it.

from discord-rat.

 avatar commented on June 8, 2024

Alright! I see Your code executes a different version of uacbypass by applying powershell to it instead, different approaches also. Thanks!

from discord-rat.

moom825 avatar moom825 commented on June 8, 2024

open cmd and paste this command:

powershell Remove-Item "HKCU:\Software\Classes\ms-settings" -Recurse -Force

respond back and tell me if that fixed it.

from discord-rat.

 avatar commented on June 8, 2024

Thanks! I'll check back when I wake up. By the way. is Your script uacbypass allowed to be compiled?

from discord-rat.

moom825 avatar moom825 commented on June 8, 2024

the uac bypass does not work when then script is an exe, i did not add exe support. it is trying to run this command in the uac bypass: python "path to/python/file.py". but in your case it is running python "path/to python/file.exe" <--breaks it as you cant run an exe as a python script. if enough people request it i will add exe support.

from discord-rat.

moom825 avatar moom825 commented on June 8, 2024

if you have anymore quistion/or concerns or wish to contact me, feel free to join my discord server. https://discord.gg/V589WeDmUr

from discord-rat.

 avatar commented on June 8, 2024

Thanks!

from discord-rat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.