Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

first, this is time waste! 


 


modified version of classic tetris for game re simulation all credit to original authors


 


goal is to arrive to 'final level' by cheating, any solution valid. tell me how many min or second it takes u!


 


no protections.


x86CrackMe.rar

This goal can be achieved in such a way

0. unupx
1. find an address of "lines destroyed" using armoney and set a bpwrite there
2. after the destruction of the next line, we will get somewhere, there is a suspicious code above

CMP DWORD PTR [ECX],0  ;if there is a cube?JE 00401393INC EAXADD ECX,4CMP EAX,0A       ;10 cubes in lineJL SHORT 004012E6

checking whether to destroy the line
then put the cubes onto the whole line instead xDD

CMP DWORD PTR [ECX],0

MOV DWORD PTR [ECX],7NOPNOPNOPJE 00401393INC EAXADD ECX,4CMP EAX,0A       ;10 cubes in lineJL SHORT 004012E6

3. do the same with the "level"

MOV ESI,19     ;every 25 dropped blocksIDIV ESITEST EDX,EDXJNZ SHORT 004021B4ADD [EBX+88],ECX  ;increase the level

>>

MOV ESI,19     ;every 25 dropped blocksIDIV ESITEST EDX,EDXnopnopADD [EBX+88],ECX  ;increase the level

4. Now press the space button to get 99 level xD

 

post-81417-0-57713500-1403930410_thumb.p

Tetx86_cracked.7z

Edited by njkermk

  • Author

u r close - but incorrect - lvl 99 not final level - plz try again


 


gameplay must remain same, no crashes, etc.


 


no protection. 1/10 difficulty - crack it and i increase difficulty for u ; )


 


thx

  • Author

ill hint u


 


to arrive to final stage w/njkermk binary, run it, hold spacebar down for ~ 3 hours (depend on machine).


 


after u build up enough to break tetris world record, u enter final stage (njkermk crack still missing important parts though)


 


loader is the best solution for interactivity w/game (like any other cheater/trainer/etc)


It was hard to understand what is the final level. but I got it! :lol:


 


loader



STARTUPINFO lpStartupInfo = {0};
PROCESS_INFORMATION lpProcessInformation;
char patch[1] = {0xBE}; if (!CreateProcessA("Tetx86.exe", 0, 0, 0, 0, NORMAL_PRIORITY_CLASS , 0, 0, &lpStartupInfo, &lpProcessInformation))
{
  MessageBoxA(0, "Tetx86.exe not found", "error", 0);
  return;
} while( !FindWindow("Qt5QWindowIcon", "Tetx86") )
{;} WriteProcessMemory(lpProcessInformation.hProcess, 0x402078, patch, 1, 0);

Tetx86_loader.7z

  • Author

haha correct ! u r a killer cracker !


 


now in the close future i add some protections for u check back ; )

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.