3.51 Code

Discussion on Helbreath Hacks. New ones Released. and how to work them.
Post Reply
heez
noob
Posts: 27
Joined: Wed Sep 24, 2003 12:03 pm

Post by heez »

i wanna ask can i use the 3.51 code for a 2.20 client??
<img src='http://www.orcplanet.com/uploader/images/35461.jpeg' border='0' alt='user posted image' /><br><br><span style='font-size:14pt;line-height:100%'><span style='color:purple'><i>"People sleep peaceably in their bed at night because rough men stand ready to do violence on their behalf"<br><br>George Orwell</i></span></span>
MeNiA
Member
Posts: 113
Joined: Thu Feb 19, 2004 6:13 pm

Post by MeNiA »

yes just map the address to the right ones, sometimes there r small modifications, just use ur brain then...
heez
noob
Posts: 27
Joined: Wed Sep 24, 2003 12:03 pm

Post by heez »


Delay for Restarting

0045CA93  |. C686 C4310700 05 >MOV BYTE PTR DS:[ESI+731C4],5
0045CA93  |. C686 C4310700 00 >MOV BYTE PTR DS:[ESI+731C4],0
y wanna ask y izzit there is 2 "0045CA93" code... :blink: which 1 shd i enter.. :( it happen to some of the code also.. :unsure: pls help me xplain... :) thx :lol:
<img src='http://www.orcplanet.com/uploader/images/35461.jpeg' border='0' alt='user posted image' /><br><br><span style='font-size:14pt;line-height:100%'><span style='color:purple'><i>"People sleep peaceably in their bed at night because rough men stand ready to do violence on their behalf"<br><br>George Orwell</i></span></span>
MeNiA
Member
Posts: 113
Joined: Thu Feb 19, 2004 6:13 pm

Post by MeNiA »

omg... well:
0045CA93 = address
C686 C4310700 05 = binary numbers
MOV BYTE PTR DS:[ESI+731C4],5 = Op,command

At olly use Ctrl+G and enter the address
To search for binary Ctrl+B
For Op Ctrl+F

Restart code is the easiest ever... just search for all text strings and search "Restarting.." then the value of 5 is few lines above change it to 0.
heez
noob
Posts: 27
Joined: Wed Sep 24, 2003 12:03 pm

Post by heez »

ya i know dat the address and binary al dat... but some code hav two same add but diff binary.. which shd i use...? :blink:
<img src='http://www.orcplanet.com/uploader/images/35461.jpeg' border='0' alt='user posted image' /><br><br><span style='font-size:14pt;line-height:100%'><span style='color:purple'><i>"People sleep peaceably in their bed at night because rough men stand ready to do violence on their behalf"<br><br>George Orwell</i></span></span>
heez
noob
Posts: 27
Joined: Wed Sep 24, 2003 12:03 pm

Post by heez »

heez wrote: ya i know dat the address and binary al dat... but some code hav two same add but diff binary.. which shd i use...? :blink:
srry not same binary. but some got 2 same address and diff command.. look at the last digit of the above sample.. 1 is 5.. the other is 0.. which to use... :angry:
<img src='http://www.orcplanet.com/uploader/images/35461.jpeg' border='0' alt='user posted image' /><br><br><span style='font-size:14pt;line-height:100%'><span style='color:purple'><i>"People sleep peaceably in their bed at night because rough men stand ready to do violence on their behalf"<br><br>George Orwell</i></span></span>
drunk
Loyal fan
Posts: 265
Joined: Wed Mar 17, 2004 1:43 pm

Post by drunk »

The top is the one thats goin to be edited.The bottom line is the code that ur goin to insert.
flyingfox
Member
Posts: 100
Joined: Thu Nov 20, 2003 5:14 pm

Post by flyingfox »

drunk , can u help me out ?? i dunno y my ollydbg dont hv the all motification , just got the selection , after i edit all the code , i cant save it .. how ??????? last time my program had that b4 , dunno y recently the option dissappear .....
heez
noob
Posts: 27
Joined: Wed Sep 24, 2003 12:03 pm

Post by heez »

ty drunk... if there a 2 same add so i take the below add rite.. thx man
:) :lol: :D :P :o
<img src='http://www.orcplanet.com/uploader/images/35461.jpeg' border='0' alt='user posted image' /><br><br><span style='font-size:14pt;line-height:100%'><span style='color:purple'><i>"People sleep peaceably in their bed at night because rough men stand ready to do violence on their behalf"<br><br>George Orwell</i></span></span>
MeNiA
Member
Posts: 113
Joined: Thu Feb 19, 2004 6:13 pm

Post by MeNiA »

flyingfox, did u modified different sections? if u did then u must save by selection... its caused bcoz of the sections..
flyingfox
Member
Posts: 100
Joined: Thu Nov 20, 2003 5:14 pm

Post by flyingfox »

MeNiA wrote: flyingfox, did u modified different sections? if u did then u must save by selection... its caused bcoz of the sections..
wat do u mean modify different section ??? i just edit the code by using assemble , or use binary edit ... i dunno y the program dont allow me to save by all motification ... do u able to help me out ??? :( :(
MeNiA
Member
Posts: 113
Joined: Thu Feb 19, 2004 6:13 pm

Post by MeNiA »

u're using a client with an injected section like 602000 that was injected by charlie to 351c...
so it cant save all modifications from it, besides, whats the problem after u edit do copy>>selection???
flyingfox
Member
Posts: 100
Joined: Thu Nov 20, 2003 5:14 pm

Post by flyingfox »

MeNiA wrote: u're using a client with an injected section like 602000 that was injected by charlie to 351c...
so it cant save all modifications from it, besides, whats the problem after u edit do copy>>selection???
ya , all i can do is just select the copy to... >> selection , but if i edit more than 1 line , how can i save all my works ??? :o
Post Reply