[Source] Item Creator

10/01/2016 18:03 MyLyShiita#31
Nice *-*
10/01/2016 18:11 exjade46#32
Video Pls
10/01/2016 20:38 mihtitan#33
Thanks for the source works ok :D.
10/01/2016 21:05 elaltavoz#34
Whats the function of this release?
10/01/2016 23:30 vaynz#35
Quote:
Originally Posted by exjade46 View Post
Video Pls
10/02/2016 00:37 TheMokkо#36
Quote:
Originally Posted by vaynz View Post
[Only registered and activated users can see links. Click Here To Register...]
I did all the things you showed in your Video tutorial and it worked...
So I decided to upload all in all :D

Link: [Only registered and activated users can see links. Click Here To Register...]
10/02/2016 02:29 sera444#37
Quote:
Originally Posted by elementax View Post
I did all the things you showed in your Video tutorial and it worked...
So I decided to upload all in all :D

Link: [Only registered and activated users can see links. Click Here To Register...]
how can use in game ?
10/02/2016 03:05 s4league2001#38
How to use?
10/02/2016 03:19 darksirkhue#39
how i can get the hash of s4? 7u7 pls someone tell me xD
10/02/2016 04:12 a4zneverus#40
how to use in game ?
10/02/2016 09:22 hassanfankyz#41
Quote:
Originally Posted by Ⓜiku Ⓗatsune View Post
reinstall os to make faith injector undetected
How i can make faith injector undetected
pls say it in simple steps
thank you :)

Quote:
Originally Posted by elementax View Post
I did all the things you showed in your Video tutorial and it worked...
So I decided to upload all in all :D

Link: [Only registered and activated users can see links. Click Here To Register...]
How i can get injector undetected
10/02/2016 09:55 vaynz#42
Quote:
Originally Posted by darksirkhue View Post
how i can get the hash of s4? 7u7 pls someone tell me xD
Depends on what hash you want.
There are several applications like MD5 File Hasher or you can just drag it on VT and view its hashes.
10/02/2016 09:55 maman69320#43
Hassanfankyz you have skype?? give pls

vaynz you ahve skype pls?
10/02/2016 10:16 vaynz#44
Quote:
Originally Posted by hassanfankyz View Post
How i can make faith injector undetected
pls say it in simple steps
thank you :)


How i can get injector undetected
There are many different ways of detecting this specific injector.

[Only registered and activated users can see links. Click Here To Register...]

Since all strings are not encrypted (in runtime ofc.) anti-cheats can easily detect it by scanning for these strings.
They probably do this by performing a binary search for the string in ASCII (multi-byte) and UNICODE (wide-char) character sets.
E.g. they scan for the window title, which doesn't even need a binary search, but just a simple call to FindWindow.
Okay, so they may scan the mapped executable for all strings concerning this specific injector.

To bypass that you can hex-edit the executable on disk and replace the strings with some random ones.
If they are encrypted on disk and then get decrypted in memory, you can assume it is using a packer/protector.
If that's the case you either need to somehow unpack it or search and edit the strings in memory.


Now, the second method of detecting:
They make unique code signatures of this injector and then scan for them in runtime.
If you have the source you could easily change some compiler settings and recompile.
Otherwise it will be really hard to bypass this, then I'd recommend to use another injector or bypass XC('s pattern scan) lul.


Third method:
There are anti-cheats that keep track of all opened handles relating to the protected client.
So, they may keep a white-list of opened handles.
Then it loops through the list of opened handles (probably via a driver) in a rather big time interval.
And if it has found that process `Injector.exe` is maintaining a handle to the client process,
it just crashes (or terminates which is easier to bypass) the client by executing an exception.


I hope I could help :)
+ I hope it is clear that you should not attempt to make it undetected but get another injector or code your own.
10/02/2016 10:25 maman69320#45
Vaynz you ahve skype pls