Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/Cheat Engine/MainUnit.pas b/Cheat Engine/MainUnit.pas
- index 33dbc261..657862ae 100755
- --- a/Cheat Engine/MainUnit.pas
- +++ b/Cheat Engine/MainUnit.pas
- @@ -1199,6 +1199,7 @@ resourcestring
- strXMess = 'Merry christmas and happy new year';
- strNewyear = 'And what are your good intentions for this year? ;-)';
- strfuture = 'Wow,I never imagined people would use Cheat Engine up to today';
- + strfuture2077 = 'Wake the f*** up Samurai, we have a game to cheat.';
- rsLicenseExpired =
- 'Your license to use Cheat Engine has expired. You can buy a license to use cheat engine for 1 month for $200, 6 months for only $1000 and for 1 year for ' + 'only $1800. If you don''t renew your license Cheat Engine will be severely limited in it''s abilities. (e.g: Next scan has been disabled)';
- rsEXPIRED = 'EXPIRED';
- @@ -7870,7 +7871,9 @@ begin
- reg.WriteBool('ShownHappyNewYear'+inttostr(year), true);
- end;
- end;
- - if (month = 1) and (day = 1) and (year >= 2020) then
- + if (month = 1) and (day = 1) and (year = 2077) then
- + ShowMessage(strFuture2077)
- + if (month = 1) and (day = 1) and (year >= 2040) then
- ShowMessage(strFuture);
- if (month = 4) and (day = 1) then
Advertisement
Add Comment
Please, Sign In to add comment