[C#] iSro Loader help

07/04/2016 05:50 tarek1500#1
Hello everyone,
I'm trying to make iSro Loader in C# that could bypass X-Trap, open multiclients and redirect to local IP (using CodeCaves and Detour).

But it doesn't work in full functionality (Only multiclient works, bypass seems to be working, it doesn't show X-Trap loading, but client crashed).

So for now, I want to redirect the client only. But it doesn't work (Client close).

So I could find help here? if there is any other information should I say, tell me please. Thanks !
07/06/2016 10:19 Yo123#2
Bypassing XTRAP doesnt mean nopping it out.. nor jmping it. serverside is requesting something from you bra
07/06/2016 12:18 reivon123#3
its server problem man can you give more details where you trying to run it
07/06/2016 15:44 tarek1500#4
I know that I need to handle the received packet, but the character didn't login yet to receive it. I talk about starting the client.
07/10/2016 22:16 pergian#5
@[Only registered and activated users can see links. Click Here To Register...] client crash is probably caused by (incorrect)xtrap bypass, without xtrap bypass the client does not crash by me.
07/10/2016 22:33 reivon123#6
run as administrator
07/11/2016 10:50 killzone#7
If you can sniff out how Xtrap communicates to XTrap server, why not make an emulator instead?
Redirect your Client's XTRAP to connect to your "emulator server". or something like that.
07/11/2016 20:03 tarek1500#8
I tried another algorithm and it redirects the client to another IP proxy (if I didn't bypass X-Trap) , but still the client close for no reason. Also the client not sending anything to the proxy it just connect then it close. Note that the proxy works fine with edx loader redirect.

Edit: For now I want to just redirect the client. I don't care about bypass now.
07/11/2016 21:09 pergian#9
@[Only registered and activated users can see links. Click Here To Register...] what is the redirect code your are trying to use?
07/12/2016 00:46 tarek1500#10
I try to search for calling "connect" function and write my function address instead and it works fine.
07/13/2016 00:40 reivon123#11
Quote:
Originally Posted by tarek1500 View Post
I try to search for calling "connect" function and write my function address instead and it works fine.
so it worked for u?
07/13/2016 02:13 tarek1500#12
As I said before.

Quote:
Originally Posted by tarek1500 View Post
it works fine.
Quote:
Originally Posted by tarek1500 View Post
Also the client not sending anything to the proxy it just connect then it close. Note that the proxy works fine with edx loader redirect.
07/22/2016 09:50 MeGaMaX#13
Okey let me explain a bit, The AgentServer expecting from your sro_client.exe a ping back packet, if you are not sending it every 10-15 mins your client will crash without notice or anything.

Greetings MeGaMaX.
07/23/2016 00:30 tarek1500#14
Quote:
Originally Posted by MeGaMaX. View Post
Okey let me explain a bit, The AgentServer expecting from your sro_client.exe a ping back packet, if you are not sending it every 10-15 mins your client will crash without notice or anything.

Greetings MeGaMaX.
But I didn't reach this point. Once the client redirect to my proxy and handshake sent to the client , it doesn't reply back.
07/25/2016 11:26 pergian#15
@[Only registered and activated users can see links. Click Here To Register...] i don't think anyone can guess what is wrong with your code if you give such little information, like which code are you trying to executing.

If the client crashed then your redirect patch is probably not working as it should. (assuming that is the only patch you are doing)