Ayyware Ragebot Fix?

Posts 1629 of 29 · Page 2 of 2
Quote Originally Posted by lll333 View Post
my ayyware priv
xDDDD nc
//2short
Quote Originally Posted by andrei_busu View Post
where can I find TraceToExit and CSWpnDataAddr ?
if you want you can give me the code for them to copy paste in my cheat haha
[waiting for you guys to call me a retard and a paster]
im not gonna call you a retard and a paster because I think that starting from paste is a good idea to start learning, looking at the code and how it works teaches a lot. (myself included, I learned from pastes)
either way i'm not giving you the sig's cuz at some point you need to start trying out how to find them yourself. just get ida and watch a tutorial or two, then try out
Quote Originally Posted by Azuki View Post


im not gonna call you a retard and a paster because I think that starting from paste is a good idea to start learning, looking at the code and how it works teaches a lot. (myself included, I learned from pastes)
either way i'm not giving you the sig's cuz at some point you need to start trying out how to find them yourself. just get ida and watch a tutorial or two, then try out
I just updated the signatures the ragebot is not crashing anymore but it's not working and if i toggle auto wall it crashes. Perfect silent from legitbot is not working too
A good way to put ayyware pasta to sleep, why not keep it that way?
Help-me pls

When starting the start and pressing the insert key to open the menu of this error

link error: imgur . com /a/xiYQh
Quote Originally Posted by sagaantheepic4 View Post

Here, The CSweapon addr is found all over the internet.
Correct me if I'm wrong but the cs weapon addr isnt in that thread? And if it's all over the internet, mind pointing me to it? Haven't seen it and it's last sig I need.
Quote Originally Posted by lll333 View Post
Correct me if I'm wrong but the cs weapon addr isnt in that thread? And if it's all over the internet, mind pointing me to it? Haven't seen it and it's last sig I need.
sure, its right there www.google.com
Quote Originally Posted by lll333 View Post
Correct me if I'm wrong but the cs weapon addr isnt in that thread? And if it's all over the internet, mind pointing me to it? Haven't seen it and it's last sig I need.
Code:
static DWORD GetCSWpnDataAddr = Utilities::Memory::FindPattern("client.dll", (PBYTE)"\x55\x8B\xEC\x81\xEC\x00\x00\x00\x00\x53\x57\x8B\xF9\xBB", "xxxxx????xxxxx"); // \x55\x8B\xEC\x81\xEC\x00\x00\x00\x00\xB8\x00\x00\x00\x00\x57
that should be right
Quote Originally Posted by Azuki View Post
literally just update TraceToExit and CSWpnDataAddr what's so fucking hard
I just updated them but it still does nothing. When i toggle ragebot and auto wall i do not get any crash but the ragebot and perfect silent are still not working
Quote Originally Posted by andrei_busu View Post
I just updated them but it still does nothing. When i toggle ragebot and auto wall i do not get any crash but the ragebot and perfect silent are still not working
exactly same problem with me, but i dont mind. Raging leads to a ban in MM
Quote Originally Posted by BilllyBobJoel View Post
exactly same problem with me, but i dont mind. Raging leads to a ban in MM
No it's not. I'm raging everyday no bans. Just don't use untrusted anti aims and do overwatch bypass
Here's the fix for ragebot and perfect silent :
Interfaces.cpp line 77
replace >>
Globals = (CGlobalVarsBase*)(PDWORD)(PDWORD)(dwInitAddr + dwIter + 1);

with >>
Globals = reinterpret_cast< CGlobalVarsBase* >((reinterpret_cast< DWORD* >(Client))[0] + 0x1B);
Quote Originally Posted by andrei_busu View Post
No it's not. I'm raging everyday no bans. Just don't use untrusted anti aims and do overwatch bypass
Here's the fix for ragebot and perfect silent :
Interfaces.cpp line 77
replace >>
Globals = (CGlobalVarsBase*)(PDWORD)(PDWORD)(dwInitAddr + dwIter + 1);

with >>
Globals = reinterpret_cast< CGlobalVarsBase* >((reinterpret_cast< DWORD* >(Client))[0] + 0x1B);
+rep //2short
Quote Originally Posted by andrei_busu View Post
I just updated them but it still does nothing. When i toggle ragebot and auto wall i do not get any crash but the ragebot and perfect silent are still not working
just a idea but try this
GetCSWpnDataAddr
Code:
static DWORD GetCSWpnDataAddr = Utilities::Memory::FindPattern("client.dll", (PBYTE)"\x55\x8B\xEC\x81\xEC\x00\x00\x00\x00\x53\x57\x8B\xF9\xBB\x00\x00\x00\x00", "xxxxx????xxxxx????");
TraceToExit
Code:
static TraceToExitFn TraceToExit = (TraceToExitFn)Utilities::Memory::FindPattern("client.dll", (BYTE*)"\x55\x8B\xEC\x83\xEC\x30\xF3\x0F\x10\x75", "xxxxxxxxxx");
thats what im useing and works fine with them
Posts 1629 of 29 · Page 2 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?