Giter Site home page Giter Site logo

Comments (6)

irfirf123 avatar irfirf123 commented on June 12, 2024 1

ill try it later, anyways, thanks you!

from roblox-exploit-api.

yungestdev avatar yungestdev commented on June 12, 2024

just make one bool var:
bool isattached = false;
then:
isattached= api.LaunchExploit();

then make a check like:
if (isattached) {
//code here
} else {
//other code here
}

anyway, does this give you a unknown error result too?

from roblox-exploit-api.

irfirf123 avatar irfirf123 commented on June 12, 2024

Its gives me error 0x8007000B

from roblox-exploit-api.

yungestdev avatar yungestdev commented on June 12, 2024

can you send me a screenshot or a video rec (just curious of the difference in mine and your error)

from roblox-exploit-api.

irfirf123 avatar irfirf123 commented on June 12, 2024

can you send me a screenshot or a video rec (just curious of the difference in mine and your error)

************** Текст исключения **************
System.BadImageFormatException: Была сделана попытка загрузить программу, имеющую неверный формат. (Исключение из HRESULT: 0x8007000B)
в Hovac_API.ExploitAPI.BasicInject.is_injected(IntPtr proc, Int32 pid, String path)
в Hovac_API.ExploitAPI.isAPIAttached()
в cheat.Form1.timer1_Tick(Object sender, EventArgs e) в C:\Users\Home\Desktop\RobloxCheat\Legacy\cheat\cheat\Form1.cs:строка 49
в System.Windows.Forms.Timer.OnTick(EventArgs e)
в System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

sorry, its on russian language

from roblox-exploit-api.

irfirf123 avatar irfirf123 commented on June 12, 2024

just make one bool var: bool isattached = false; then: isattached= api.LaunchExploit();

then make a check like: if (isattached) { //code here } else { //other code here }

anyway, does this give you a unknown error result too?

its just shows when user press attach button, not injection status. i made different code

if (Hovac_API.ExploitAPI.isAPIAttached())
{
label1.Text = "Injected";
label1.ForeColor = Color.SpringGreen;
}
else
{
label1.Text = "Not Injected";
label1.ForeColor = Color.Crimson;
}

from roblox-exploit-api.

Related Issues (19)

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.