Categories > Coding > C# >

How do i implement FPS Unlocker and Multiple RBX into my Executor?

N4ri

truly gamer pro :suncool:

contentCreator

Posts: 574

Threads: 88

Joined: Mar, 2020

Reputation: 44

Posted

I'm designing the extremely controversial executor Coco X4 and i want to implement FPS Unlocker and Multiple RBX onto it.

I know FPS Unlocker is open source, but i don't know how to implement it, Ducxy gave me the code for Multiple RBX but it doesn't work, any help?

 

BTW Coco X4's development is quite controversial because of the Sona API my friend made :eyes:

Don't worry, it will be labeled as "Sona" so i don't think i'm skidding it, right?...

  • 0

Added

@53926 bruh who do you think i am? good at c#?

  • 0

<3 N4ri
---

Exploits i use: Comet
Scripts i use: anything cool

AIpha

alpha

Posts: 172

Threads: 23

Joined: May, 2018

Reputation: 4

Replied

You have two options compile everything in one program or two programs. You can either look at the c# FPS unlocker code and implement it into a seperate form or download the source and build the project and simply start the exe when a button is clicked or Smth. As for the multiple roblox the mutex is litterly just a simple mutex that can be implemented a numerous amount of ways example button click. Btw you don't need to be a c# god if you don't know how to copy and paste code into your exploit then I don't think you should be making one no offense.

  • 0

Was on WRD front page

Programs I own - Synapse X, Protosmasher, Sirhurt, Sweat Heart of Sigma Chi, Scriptware V2

Languages I know - C#,JS,Lua,VB.net
Learning - Python, C

Posts: 96

Threads: 11

Joined: Jan, 2020

Reputation: 0

Replied

for the unlocker just get the exe put it in the exploit folder and add a button or a check box for the unlock fps

 

code:

 

private void ButtonName_Click(object sender, EventArgs e)

{

      Process.Start(@".\foldername\rbxfpsunlocker.exe");

}

 

make sure ur using System.Diagnostics for this

done!

  • 0



























sus73

classiccat

#becomeacat

vip

Posts: 526

Threads: 1

Joined: Aug, 2019

Reputation: -46

Replied

  • 0

...

RCZ

loli is life

Posts: 18

Threads: 0

Joined: Apr, 2020

Reputation: 2

Replied

k just use Process.Start()
/shrug

  • 0

jex

yes

Posts: 1983

Threads: 128

Joined: Nov, 2019

Reputation: 13

Replied

Process.Start();

 

file location, name

  • 0

yes

Zera

Paul

vip

Posts: 1529

Threads: 39

Joined: Mar, 2020

Reputation: 41

Replied

uh saying your exploit is controversial and mentioning it isnt really necessary butttttt Process.Start();

  • 0

https://cdn.discordapp.com/attachments/995469995742068832/1073019970012848228/Untitled39_20220604185345.png

TeekTacker

(apparently) YNW Melly

Posts: 921

Threads: 111

Joined: Jan, 2019

Reputation: -95

Replied

Why did you name it "X4"?

  • 0

Proud owner of Artemis

I quit exploiting

I might buy Premium soon!

N4ri

truly gamer pro :suncool:

contentCreator

Posts: 574

Threads: 88

Joined: Mar, 2020

Reputation: 44

Replied

@419464th Generation

  • 0

<3 N4ri
---

Exploits i use: Comet
Scripts i use: anything cool

Users viewing this thread:

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