[How-To]Undetected[?]

01/13/2014 22:32 Siktor#1
Hey guys,
Does anybody knows how to make an autoit script undetected for s4 league,
[Memory Detection Bypass]

I tried a lot of stuff but didn't work, please who answers this, write well explained answer.
01/14/2014 07:27 alpines#2
Bypass XTrap first with NOPibg the specific functions to get memory access.
01/14/2014 09:32 gian32#3
Hmm If Im right you put an msgbox there If you put it replace it to sleep like what write on compilation small/beginner release you see where to put it [Only registered and activated users can see links. Click Here To Register...]
01/14/2014 12:11 Siktor#4
Till now didn't get the best answer :(
01/14/2014 16:19 Der-Eddy#5
Quote:
Originally Posted by Siktor View Post
Till now didn't get the best answer :(
There is no way to make your script "undetected" because S4 League will crash after 10 minutes if any kind of memory changing will be noticed

you must search and bypass this function in Xtrap and build a function for this in your script
or use a good Xtrap Bypass which does the same
01/14/2014 17:00 Siktor#6
Quote:
Originally Posted by Der-Eddy View Post
There is no way to make your script "undetected" because S4 League will crash after 10 minutes if any kind of memory changing will be noticed

you must search and bypass this function in Xtrap and build a function for this in your script
or use a good Xtrap Bypass which does the same
Thanks, but how to make it at least crashes after 10 minutes, I used to use suspending function, but it doesn't work now.
01/14/2014 19:00 snow#7
You can't do that with AutoIt and noping some calls won't help either. And there are at least 2 functions you'll have to bypass for a complete bypass.
01/14/2014 19:06 Siktor#8
Quote:
Originally Posted by snow911 View Post
You can't do that with AutoIt and noping some calls won't help either. And there are at least 2 functions you'll have to bypass for a complete bypass.
So what programs can be used for this function, maybe C++ or C# or what?
01/14/2014 20:36 alpines#9
You have to figure out the functions first. A program which can handle that is for example OllyDbg.
01/15/2014 23:11 snow#10
You won't find the function with OllyDbg.
Set a breakpoint on access on a random memory location within the S4 Module (0x401000 - 0x401000+SizeOfModule) & have fun.