-
Member
what key you set in this aimbot ?
-
Established Member
Originally Posted by
mercurialz01
what key you set in this aimbot ?
Please make an effort to read the thread, by default the Aimbot is set to use Xbutton 2 on your mouse, which is one of the back/forward button on most mice. As of the last build, you can customise this in the settings files.
For everyone else, there is no way to reload the settings files if you make changes while the program is open, so you'll need to relaunch the program for it to take effect. This will be addressed soon when I get around to programming some decent command line argument parsing, or convert the program to WPF or WinForms.
Developer of RoastBot https://www.ownedcore.com/forums/fps/overwatch-exploits-hacks/619893-roastbot-continuation-of-serenity.html
-
Member
it says I dont have it set to right res when I have it set to 1080?
ok I got it to work. but its aims aint that great, and its pretty slow.
Last edited by ronnyreturns; 05-04-2017 at 02:14 PM.
-
Established Member
Originally Posted by
ronnyreturns
it says I dont have it set to right res when I have it set to 1080?
ok I got it to work. but its aims aint that great, and its pretty slow.
Aim customisability will be coming soon at the same time as FOV customisation, as part of the aiming algorithm is a part of the FOV object. It's also meant to be more of an aim assist rather than a fast aimbot, I'll probably add an always on/toggle mode when I add some target prioritisation.
Developer of RoastBot https://www.ownedcore.com/forums/fps/overwatch-exploits-hacks/619893-roastbot-continuation-of-serenity.html
-
Member
did you update it today ? so its "safe" to use ?
also what is the dpi and sens recommended ?
-
Banned
3 days updated, i use 10 in game and 800 dpi
-
Post Thanks / Like - 2 Thanks
-
Member
Woow feels much better with 800 dpi and 10 sens
thanks syscall
-
Post Thanks / Like - 1 Thanks
syscall78 (1 members gave Thanks to prozord00 for this useful post)
-
Member
just wondering, would changing names like anabot / aimbot / triggerbot etc lower the chance of ban?
-
Member
Originally Posted by
blr69
just wondering, would changing names like anabot / aimbot / triggerbot etc lower the chance of ban?
as no one REALLY knows how Blizzard detects certain things, you might as well try. I'm thinking about using a different name and icon to compile it, but is there anything, that uses c# which isnt sth weird they would detect?
-
Originally Posted by
sirenomelie
as no one REALLY knows how Blizzard detects certain things, you might as well try. I'm thinking about using a different name and icon to compile it, but is there anything, that uses c# which isnt sth weird they would detect?
maybe make a DllCall with InteropServices
-
Post Thanks / Like - 1 Thanks
sirenomelie (1 members gave Thanks to KampfMuffin for this useful post)
-
Member
aimspeed very slow how to fix it ?
-
Originally Posted by
mercurialz01
aimspeed very slow how to fix it ?
more ingame sens
-
Established Member
Originally Posted by
blr69
just wondering, would changing names like anabot / aimbot / triggerbot etc lower the chance of ban?
I've never seen any evidence to suggest that they scan other application's memory for blacklisted words. They'd have to go through a great deal of unnecessary effort to find these and would inadvertently ban or flag legitimate users who (as an example) had an article open in their browser containing the word aimbot. They do, however, find and store information about the processes running, hashes of the running binary and all the information that you can find within the "Details" tab when you right click an application and view its properties.
Originally Posted by
KampfMuffin
maybe make a DllCall with InteropServices
Be very careful with calling unmanaged code while Overwatch is running, it hooks many API calls and is what was ultimately the downfall of AHK based bots.
Developer of RoastBot https://www.ownedcore.com/forums/fps/overwatch-exploits-hacks/619893-roastbot-continuation-of-serenity.html
-
Member
Originally Posted by
Roast
Be very careful with calling unmanaged code while Overwatch is running, it hooks many API calls and is what was ultimately the downfall of AHK based bots.
That explains it. I made an ahk from scratch and used it on a fresh account but still got ban after 2 weeks (it used dllcall to move mouse)
However have found a rather unorthodox way that should be undetectable. But it will only be usable by specific brand of mice users. Sadly haven't been able to implement that method effectively with AHK myself. If anyone is interested, could pm them the details in hopes they find a way to implement it. The method could possibly be implemented in this aimbot (Serenity) as well.
-
Established Member
Originally Posted by
blr69
That explains it. I made an ahk from scratch and used it on a fresh account but still got ban after 2 weeks (it used dllcall to move mouse)
However have found a rather unorthodox way that should be undetectable. But it will only be usable by specific brand of mice users. Sadly haven't been able to implement that method effectively with AHK myself. If anyone is interested, could pm them the details in hopes they find a way to implement it. The method could possibly be implemented in this aimbot (Serenity) as well.
If you like, I can probably implement it in a language of my choice, send you the source code and you can compile it yourself (or send you a precompiled binary along with it), provided you have the brand of mouse in particular. Feel free to PM me the details.
Developer of RoastBot https://www.ownedcore.com/forums/fps/overwatch-exploits-hacks/619893-roastbot-continuation-of-serenity.html
-
Post Thanks / Like - 2 Thanks