Register for your free account! | Forgot your password?

Go Back   elitepvpers Search Forums
You last visited: Today at 00:46

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Showing results 1 to 25 of 200
Search took 0.03 seconds.
Search: Posts Made By: vorosmihaly
Forum: SRO Private Server 08/31/2017, 13:38
Replies: 110
Views: 19,079
Posted By vorosmihaly
With your availability Royalblade* it's never...

With your availability Royalblade* it's never getting done, though :D
Forum: SRO PServer Guides & Releases 03/21/2017, 20:41
Replies: 10
Views: 1,866
Posted By vorosmihaly
Awful code and non-existing coding style,it's...

Awful code and non-existing coding style,it's just disgusting to look at the code,you would've been better off just releasing the executable,because I honestly think this code is just like the other...
Forum: SRO PServer Guides & Releases 02/15/2017, 11:58
Replies: 37
Views: 5,008
Posted By vorosmihaly
Honestly,I don't really see the point of...

Honestly,I don't really see the point of releasing a source code like this one. It's absolutely hilariously awful. To think that someone was willing to pay anything for this kind of crap is...
Forum: SRO Coding Corner 01/13/2017, 18:43
Replies: 13
Views: 5,598
Posted By vorosmihaly
yeah,that's totally going to work :)

yeah,that's totally going to work :)
Forum: SRO Coding Corner 12/24/2016, 11:08
Replies: 14
Views: 1,322
Posted By vorosmihaly
Yep I do, [C++] #include <windows.h> #include...

Yep I do,
[C++] #include <windows.h> #include "common.h" #include "resource.h" #include "stda - Pastebin.com ([Only registered and activated users can see links])
here we go,most of the code is in there, the injection...
Forum: SRO Coding Corner 12/22/2016, 17:56
Replies: 14
Views: 1,322
Posted By vorosmihaly
Well yeah,it was the first one of this kind of...

Well yeah,it was the first one of this kind of stuff ^_^
Forum: SRO Coding Corner 12/22/2016, 14:05
Replies: 14
Views: 1,322
Posted By vorosmihaly
Well,the original elamidas.dll which were copied...

Well,the original elamidas.dll which were copied by many at the beginning,used this crappy code I wrote many years ago to get a HWID:

[C++] void CharToByte(char* chars, byte* bytes, unsigned int...
Forum: SRO Coding Corner 12/05/2016, 10:01
Replies: 118
Views: 33,947
Posted By vorosmihaly
There used to be many stuff in there,but...

There used to be many stuff in there,but everything was removed in 2009 if I remember correctly so only content added after 2009 is there atm.
Forum: SRO Coding Corner 11/24/2016, 20:08
Replies: 13
Views: 4,840
Posted By vorosmihaly
Well,basically you only need the first zone...

Well,basically you only need the first zone block,because those are the zones that contain the entities,as far as I remember third zone block is terrain collision,and don't remember what the second...
Forum: SRO Private Server 11/18/2016, 19:06
Replies: 56
Views: 10,992
Posted By vorosmihaly
my personal tip is that you shouldn't,it simply...

my personal tip is that you shouldn't,it simply takes too long to do it,as sbot uses a variety of things to defend against these kind of attacks.. :)
Forum: SRO Coding Corner 10/25/2016, 09:06
Replies: 6
Views: 1,826
Posted By vorosmihaly
Just forget it,if you're too lazy to look things...

Just forget it,if you're too lazy to look things up then this is not for you.
Forum: SRO Coding Corner 10/21/2016, 08:28
Replies: 4
Views: 1,450
Posted By vorosmihaly
Well what you could do with a proxy is handle the...

Well what you could do with a proxy is handle the re-login in the background with the filter and send client the right packets to make it look like it didn't actually disconnect from the agentserver
Forum: SRO Private Server 06/01/2016, 14:46
Replies: 2
Views: 346
Posted By vorosmihaly
Look,I need a million dollars,but no one...

Look,I need a million dollars,but no one cares,so,rofl..

(with that style I guess no one's gonna waste their time to help you)
Forum: SRO PServer Guides & Releases 03/18/2016, 08:57
Replies: 6
Views: 1,860
Posted By vorosmihaly
same old cherno coding style,rofl,the filter...

same old cherno coding style,rofl,the filter itself it okay,but coding style is pretty awful,imo
Forum: SRO Coding Corner 03/13/2016, 22:09
Replies: 23
Views: 3,242
Posted By vorosmihaly
the only problem is: sbot is in c++ :D But cool...

the only problem is: sbot is in c++ :D
But cool story
Forum: SRO Private Server 03/09/2016, 09:51
Replies: 601
Views: 73,300
Posted By vorosmihaly
tbh I don't get what's the point of having...

tbh I don't get what's the point of having something like that,sounds like wasted time to me,could get more useful things done in that time ^_^
Forum: SRO Private Server 03/04/2016, 11:37
Replies: 24
Views: 2,536
Posted By vorosmihaly
It's not very likely the vsro src got leaked,I...

It's not very likely the vsro src got leaked,I know only of isro aswell,so this is most likely fake and the guy is just trying to get attention or easy money for some fake shit :D
Forum: SRO PServer Guides & Releases 12/31/2015, 10:08
Replies: 6
Views: 2,008
Posted By vorosmihaly
rofl,this one is a few years old,and it's a...

rofl,this one is a few years old,and it's a crap.. :D :D
Forum: SRO PServer Guides & Releases 12/23/2015, 21:06
Replies: 64
Views: 23,935
Posted By vorosmihaly
You don't get the point I'm trying to make......

You don't get the point I'm trying to make... copy-pasting the same crap code over and over again,instead of trying to make it your own way, in a better way,you'll never get better at...
Forum: SRO PServer Guides & Releases 12/22/2015, 11:40
Replies: 64
Views: 23,935
Posted By vorosmihaly
nope,but multiple connections are possible within...

nope,but multiple connections are possible within a single application,it's a waste of resources to start something 10 times if it can be done more effectively
Forum: SRO PServer Guides & Releases 12/22/2015, 10:33
Replies: 64
Views: 23,935
Posted By vorosmihaly
the thing that I cannot get through my head is...

the thing that I cannot get through my head is why would anyone start one separate exe file for each connection if you want to control them together? that's kinda wtf to me xDD
Forum: SRO PServer Guides & Releases 10/26/2015, 13:22
Replies: 678
Views: 75,077
Posted By vorosmihaly
why don't you just implement a plugin-like system...

why don't you just implement a plugin-like system for packet handlers,so that people could add their own parsers for packets that are yet marked as "unknown"? :)
Forum: SRO PServer Guides & Releases 10/22/2015, 15:25
Replies: 30
Views: 7,230
Posted By vorosmihaly
lolz,stop this hwid bypassing stuff already,I'll...

lolz,stop this hwid bypassing stuff already,I'll just release the source code for the dll if it's such a big deal xD
Forum: SRO PServer Guides & Releases 10/08/2015, 20:55
Replies: 678
Views: 75,077
Posted By vorosmihaly
lolz,it's a piece of shit tbh xD it's just a...

lolz,it's a piece of shit tbh xD it's just a static 37 byte long packet with random xor xDD worst thing I have given out of my hands
Forum: SRO PServer Guides & Releases 10/08/2015, 17:21
Replies: 678
Views: 75,077
Posted By vorosmihaly
R u still using my dll from elamidas? :d :d

R u still using my dll from elamidas? :d :d
Showing results 1 to 25 of 200

 
Forum Jump

All times are GMT +2. The time now is 00:46.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.