Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change lf2 2.0 cheat?
#1
Please, help me.. i need it :/

How to change cheats and copyright in lf2 2.0?
LF2 ultimate patcher doesnt work..
Reply
Thanks given by:
#2
It worked for me..u just need to change the copyright
Quit Playing LF2 But Still Love LF-EMPIRE....          
Reply
Thanks given by:
#3
Hello, and welcome to LFE! :)

Cheat: http://www.lf-empire.de/lf2-empire/exe-e...-the-cheat

Copyright: http://www.lf-empire.de/lf2-empire/exe-e...right-v19c
This one's a little trickier as the exact addresses aren't given. You should find it easily, though, by searching for that cryptic bz"Pasvl Xq....
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:
#4
Meh.. i cant understand..

I believe I have found the code but do not know where and WHAT to change
How does 0-1-2-3 Code?
I managed to change the cheat, however I am having trouble conversion 0 1 2 3 copyright
Halp.. D: pleasseee
Reply
Thanks given by:
#5
Here we go.....

First line of copyright in the exe looks like this, right?
Code:
bz"Pasvl Xqqg-"Vtbtvkz"Zooi

That 0123-transformation works like this:
Code:
letter 1 + 0  |  b --> b
letter 2 + 1  |  y --> z
letter 3 + 2  |  [space] --> "
letter 4 + 3  |  M --> P
letter 5 + 0  |  a --> a
letter 6 + 1  |  r --> s
letter 7 + 2  |  t --> v
...
The exact order of the letters is given here. You just pick a letter and move to the right for that pre-defined amount.

This means that, in order to retrieve what's written in there, you'd have to do the inverse (i.e. subtracting instead of adding). However, as you plan on changing the copyright altogether, it's of no importance here.

Therefore, imagine you want to encrypt the word "Blue Phoenix" (yeah, I'm that selfish :D):
Code:
Blue Phoenix  | original
012301230123  | value to add
Bmwh Qjreok{  | result

Pro-tip: write yourself a small program that does the letter shift for you. Doing it manually is such a hassle :p
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)