Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Kal Online
You last visited: Today at 15:00

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

Advertisement



[Q] Is it possible to reset crit hit with packets?

Discussion on [Q] Is it possible to reset crit hit with packets? within the Kal Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2007
Posts: 65
Received Thanks: 7
[Q] Is it possible to reset crit hit with packets?

I was wondering if it was possible to bypass using the prophet to reset skills.
Any opinions/answers please?
BOMB9999 is offline  
Old 12/20/2008, 02:08   #2
 
MeUndercover's Avatar
 
elite*gold: 20
Join Date: Jun 2008
Posts: 569
Received Thanks: 57
Imposible.
MeUndercover is offline  
Old 12/20/2008, 02:10   #3
 
elite*gold: 0
Join Date: Dec 2007
Posts: 65
Received Thanks: 7
Even if you have a SoC?
BOMB9999 is offline  
Old 12/20/2008, 02:15   #4
 
MeUndercover's Avatar
 
elite*gold: 20
Join Date: Jun 2008
Posts: 569
Received Thanks: 57
If u use a SoC then it isnt a bypass anymore.
MeUndercover is offline  
Old 12/20/2008, 02:19   #5
 
elite*gold: 0
Join Date: Dec 2007
Posts: 65
Received Thanks: 7
That would be bypassing SoC, im talking about bypassing the prophet. You know how some servers try and stop crit hack?
BOMB9999 is offline  
Old 12/20/2008, 02:26   #6
 
MeUndercover's Avatar
 
elite*gold: 20
Join Date: Jun 2008
Posts: 569
Received Thanks: 57
U mean the crit bug when reseting your skills more times with a SoC ?
Never engaged with it, but i could imagine that you modify your "Reset" Routine, so that the current crit rate will be recalculated.

-MeUndercover
MeUndercover is offline  
Old 12/20/2008, 02:33   #7
 
elite*gold: 0
Join Date: Dec 2007
Posts: 65
Received Thanks: 7
Ya thats what im talking about, thanks for your input. I guess im going to have to learn a thing or two about manipulating packets.
BOMB9999 is offline  
Old 03/06/2009, 20:58   #8
 
elite*gold: 0
Join Date: Sep 2007
Posts: 29
Received Thanks: 1
Imposible Server side!!!!!

---===CLOSED===---
rimidalv is offline  
Old 03/06/2009, 21:17   #9
 
elite*gold: 0
Join Date: Feb 2009
Posts: 17
Received Thanks: 0
Quote:
Originally Posted by rimidalv View Post
Imposible Server side!!!!!

---===CLOSED===---
Noob.
HoUsET1m3 is offline  
Old 03/06/2009, 21:39   #10
 
elite*gold: 0
Join Date: Sep 2007
Posts: 29
Received Thanks: 1
Quote:
Originally Posted by HoUsET1m3 View Post
Noob.
Lol u are noob!!! (the skill is blocked from the server side)

there is an on/off option for riseting skill in database => you are noob!!!!!!!!!!

Vote for Close!
rimidalv is offline  
Old 03/06/2009, 21:43   #11
 
elite*gold: 0
Join Date: Feb 2009
Posts: 17
Received Thanks: 0
it is possible to bypass the prophet npc via packets. you fail.
btw you pushed a 3 months old thread, even more fail.
HoUsET1m3 is offline  
Old 03/06/2009, 21:53   #12
 
summoner01's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 500
Received Thanks: 146
Quote:
Originally Posted by rimidalv View Post
Lol u are noob!!! (the skill is blocked from the server side)

there is an on/off option for riseting skill in database => you are noob!!!!!!!!!!

Vote for Close!
You are wrong, it's not impossible. It's just unimaginable. There is a way to do it, and i'm sure a lot of people on this forum know how. The reason they don't give input is because of leechers that will take it and use it carelessly. Therefore resulting in it being patched within 2 sec. Just because this guy doesn't know how to make this work, doesn't make him a noob. He called you a noob for being complete *** saying "Imposible Server side!!!!! ---===CLOSED===---". This forum is for input on the "Topic of the post", not moron replies. If you have nothing nice to say, don't say anything at all. It only ends up making the whole post flamed and closed.
summoner01 is offline  
Thanks
2 Users
Old 03/09/2009, 17:22   #13
 
elite*gold: 0
Join Date: Apr 2007
Posts: 228
Received Thanks: 222
it's possible. so wannabe's shutup.
5had0w is offline  
Old 03/09/2009, 17:30   #14
 
elite*gold: 0
Join Date: Oct 2007
Posts: 474
Received Thanks: 159
Quote:
Originally Posted by rimidalv View Post
Lol u are noob!!! (the skill is blocked from the server side)

there is an on/off option for riseting skill in database => you are noob!!!!!!!!!!

Vote for Close!
no ur the noob ... he isnt talkin about a server who blocked to reset crit ... i'd say 80% of all server didnt fix it ... and yes its possible ... i got in my dll a funktion which buys u automatically 100soc ( webadim repack only )and another function which resets and skills ur critskill ... much faster and easier ... u can reset from everywhere and u can kick some noobs ass who say ur crit bugger ... u relog and fast resett with dll again

well im in a good mood today so here u got the src code for it ( hope ur able to get a dll with c++ :P )

Code:
	    if (strcmp(input,"soc100") == 0)
{

	printf("Socs bough\n");
	int i;
	for (i=0;i<100;i++)
	{
	 SendDetour(0x33,"d", 354680833);
	
	}
		}
Code:
if (strcmp ( input , "resetcritknight" ) == 0)
			 {
	 printf("Crit resetted and skilled again !!!\n");
    
	
	 SendDetour(0x4b,"b",12);
	 SendDetour(0x29,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
	 SendDetour(0x29,"b",36);
     	 }




if (strcmp ( input , "resetcrit" ) == 0)
			 {
	 printf("Crit resetted and skilled again !!!\n");

	 SendDetour(0x4b,"b",32);
     SendDetour(0x29,"b",32);
     	 }
the first one is for socs ... 2nd one is resetting knights critical hit + increase of crit and skill both again ( isnt fixed on most servers ) and last one is for archer : only resets and skills increase of critical hit ( fixed on 99% ) if u also need code for buying kc,trading moneybags <-> money , buying polis tell me ^^

i know its nuthin special but maybe helpful for some "beginners"
hello123456 is offline  
Thanks
6 Users
Old 03/09/2009, 23:24   #15
 
elite*gold: 0
Join Date: Dec 2007
Posts: 65
Received Thanks: 7
Quote:
Originally Posted by hello123456 View Post
no ur the noob ... he isnt talkin about a server who blocked to reset crit ... i'd say 80% of all server didnt fix it ... and yes its possible ... i got in my dll a funktion which buys u automatically 100soc ( webadim repack only )and another function which resets and skills ur critskill ... much faster and easier ... u can reset from everywhere and u can kick some noobs ass who say ur crit bugger ... u relog and fast resett with dll again

well im in a good mood today so here u got the src code for it ( hope ur able to get a dll with c++ :P )

Code:
	    if (strcmp(input,"soc100") == 0)
{

	printf("Socs bough\n");
	int i;
	for (i=0;i<100;i++)
	{
	 SendDetour(0x33,"d", 354680833);
	
	}
		}
Code:
if (strcmp ( input , "resetcritknight" ) == 0)
			 {
	 printf("Crit resetted and skilled again !!!\n");
    
	
	 SendDetour(0x4b,"b",12);
	 SendDetour(0x29,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
     SendDetour(0x2a,"b",12);
	 SendDetour(0x29,"b",36);
     	 }




if (strcmp ( input , "resetcrit" ) == 0)
			 {
	 printf("Crit resetted and skilled again !!!\n");

	 SendDetour(0x4b,"b",32);
     SendDetour(0x29,"b",32);
     	 }
the first one is for socs ... 2nd one is resetting knights critical hit + increase of crit and skill both again ( isnt fixed on most servers ) and last one is for archer : only resets and skills increase of critical hit ( fixed on 99% ) if u also need code for buying kc,trading moneybags <-> money , buying polis tell me ^^

i know its nuthin special but maybe helpful for some "beginners"
Thanks so much im glad you can understand what im talking about =)
And damn its getting hot in here...love ya too flamers
BOMB9999 is offline  
Reply


Similar Threads Similar Threads
about crit bug
01/23/2010 - Kal Online - 3 Replies
can i fake SoC? i am playing on server without small and medium meds can i use other items? can u give me an example? maybe like eel soup and baked eel or what?
WTT 4% cast ring+2% crit ring for 3% crit ring or good unique
01/09/2010 - Archlord Trading - 2 Replies
titel say all
Crit Bug
04/23/2008 - Kal Online - 10 Replies
Hallo, ich hab da ne Frage: Und zwar, ich weiß zu 100% dass auf diesem Server wo ich spiele der crit bug geht... uch habe auch schon probiert, wie hier im forum beschrieben, fatal reseten und weiter skillen (fatal bleibt und man kann bis g45 usw. skillen) bei mir klappt es aber nicht.... ka warum, gibt es da andere möglichkeiten? Oder geht das nut mit Critical? also bei EA, bin nämlich IC und hab kein critical... Nur Fatal Blow
100 % crit ?
08/31/2005 - World of Warcraft - 17 Replies
Hi hab mal ne frage ^^ hab hier irgendwo im Board nen Thread gesehen wo auch n video war wo n schamy glaub ich oder hexenmeister weis nimma 100% crtic chance hat und 100 % parierchance. Ich hab leider über die sufu nichts gefunden und wollte fragen ob das noch geht und wenn ja wie und wenn nein auch egal ^^. mfg



All times are GMT +1. The time now is 15:00.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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