Red facealternate HasakyRX (RelaxHack)

Posts 115 of 21 · Page 1 of 2
alternate HasakyRX (RelaxHack)
Here is a Relax hack for Osu!



Just open it while Osu! running, select the EXE and both inputs (left button and right button)
and select NoDT or Double Time and play any map you want

I only took the source code from CookieHoodie's hack and removed everything
except relax

Special Thanks to CookieHoodie


DL Link in Video desk or if the Moderators manage to approve it Here

VirusTotal

Jotti
HasakyRX_mpgh.net.rar45 KB · 2,156 downloads Clean
nice rx hack ))
Quote Originally Posted by RTHW$rggHJWHNBDASHBedrh View Post
What's the difference between this and CookieHoodie's?
Not really big lmao. Just same with different name.
Is this alternating relax or is Singletap available for use?

Thanks for releasing

nvm I cant read title
dang bro u cant even change offset bad hake
Quote Originally Posted by RTHW$rggHJWHNBDASHBedrh View Post
What's the difference between this and CookieHoodie's?
its only the relax hack xD and i fixed the slider end problem for me xD
Quote Originally Posted by Hasakynama View Post
its only the relax hack xD and i fixed the slider end problem for me xD
If you're familiar with c++ and compiling and creating .exe files (unlike me haha since I can code but can't compile), could you please just try and make the default CLICK_OFFSET = [random offset for realism]
Quote Originally Posted by RTHW$rggHJWHNBDASHBedrh View Post
If you're familiar with c++ and compiling and creating .exe files (unlike me haha since I can code but can't compile), could you please just try and make the default CLICK_OFFSET = [random offset for realism]
I wanted to put in an random offset, but i needcto learn for school, i will look what i can do there tomorow
Quote Originally Posted by Hasakynama View Post
I wanted to put in an random offset, but i needcto learn for school, i will look what i can do there tomorow
// at the top of the file
#include <cstdlib>
#include <ctime>
#include <iostream>

//then at the point where 'CLICK_OFFSET' is defined

CLICK_OFFSET = using namespace std;

int main()
{
srand((unsigned)time(0));
int i;
i = (rand()%5)+1;
cout << i << "\n";
}

Maybe this would work? You could always just give stuff a go I guess?

Change the '5' to the max offset and the '1' to the minimum offset so probably "0" would be a good option. Maybe change the '5' to 1.8 and the '1' to 0 (that's if decimals will be supported)
Multiplayer is working.
will it hit the sliderends
I wish there was an option that you can pick on your own, also i want it to have another option to go to

K1
K2
M1
M2
M1
K2
K1
Back to back
I can't download..how to download it?
im getting a runtime error after configuring the left/right keys
Posts 115 of 21 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?