Guest User

Untitled

a guest
Jan 1st, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.20 KB | None | 0 0
  1. diff --git a/Cheat Engine/MainUnit.pas b/Cheat Engine/MainUnit.pas
  2. index 33dbc261..657862ae 100755
  3. --- a/Cheat Engine/MainUnit.pas
  4. +++ b/Cheat Engine/MainUnit.pas
  5. @@ -1199,6 +1199,7 @@ resourcestring
  6.    strXMess = 'Merry christmas and happy new year';
  7.    strNewyear = 'And what are your good intentions for this year? ;-)';
  8.    strfuture = 'Wow,I never imagined people would use Cheat Engine up to today';
  9. +  strfuture2077 = 'Wake the f*** up Samurai, we have a game to cheat.';
  10.    rsLicenseExpired =
  11.      '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)';
  12.    rsEXPIRED = 'EXPIRED';
  13. @@ -7870,7 +7871,9 @@ begin
  14.        reg.WriteBool('ShownHappyNewYear'+inttostr(year), true);
  15.      end;
  16.    end;
  17. -  if (month = 1) and (day = 1) and (year >= 2020) then
  18. +  if (month = 1) and (day = 1) and (year = 2077) then
  19. +    ShowMessage(strFuture2077)
  20. +  if (month = 1) and (day = 1) and (year >= 2040) then
  21.      ShowMessage(strFuture);
  22.  
  23.    if (month = 4) and (day = 1) then
Advertisement
Add Comment
Please, Sign In to add comment