Forum > General >

How to add a status

Sway

SwayZ_Explitos Owner

Posts: 18

Threads: 12

Joined: Apr, 2020

Reputation: 0

Posted

I was wondering if anyone knew how to add a status label were it says attached not attached?

  • 0

SwayZ Exploits

ROBLOX | C# | Gaming

Swayz#0001

Posts: 14

Threads: 3

Joined: Apr, 2020

Reputation: 0

Replied

You check if that process has the module that you injected :

https://docs.microsoft.com/en-us/windows/win32/psapi/enumerating-all-modules-for-a-process

  • 0

xDraco

📁 Owner of File S 📁

Posts: 17

Threads: 6

Joined: Apr, 2020

Reputation: 0

Replied

First add a timer.

 

private void timer1_tick(blah blah blah);

{

      this.CheckAttached();

}

 

private void CheckAttched();

{

     if (api.Attached())

        {

              label2.Text = "Atached!";

        }

        else

        {

              label2.Text = "Not Attched";

         }

}

 

it might be differnt for you but this what worked for me

aslo add colours but i forgot

use dot peek to look at others code

  • 0

The Exploits I Use:

Synapse X File S Dark Fire

Sway

SwayZ_Explitos Owner

Posts: 18

Threads: 12

Joined: Apr, 2020

Reputation: 0

Replied

@xDraco add me on discord so you can help  Swayz#0001

 

  • 0

SwayZ Exploits

ROBLOX | C# | Gaming

Swayz#0001

PoopMaster

SoundInfinity

noticed

Posts: 120

Threads: 23

Joined: Jul, 2019

Reputation: 9

Replied

Based on: https://wearedevs.net/d/Exploit%20API

 

[code]

ExploitAPI api = new ExploitAPI();

private void something() {

     if(api.isAPIAttached()) {

       Console.WriteLine("Attached");

    } else {

      Console.WriteLine("Not Attached");
    }

}

[/code]

  • 0

Proud creator of: WRD+

xDraco

📁 Owner of File S 📁

Posts: 17

Threads: 6

Joined: Apr, 2020

Reputation: 0

Replied

@48406he means on the exploit on the game

  • 0

The Exploits I Use:

Synapse X File S Dark Fire

Users viewing this thread:

( Members: 0, Guests: 0, Total: 0 )