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.

Asm Jumps

Featured Replies

Posted

My mate is getting new hardware and he wants to beat me with 3d mark,

Now i cant beat him officaly so i tought lets modify 3ds mark hehe.

Well i found where to modify, but this piece of code is used 2 twice at start and then it doesnt do my modifyed code (adding to eax) so i made an cmp but i dont think its correct

//jump in from original code

006F811D 3D F8E41200 CMP EAX,12E4F8

006F8122 ^ 75 E3 JNZ SHORT 3DMark05.006F8107

//eax = 12E4F8 then runs this and jump back

006F8124 8B4424 10 MOV EAX,DWORD PTR SS:[ESP+10]

006F8128 85C0 TEST EAX,EAX

006F812A - E9 8E43D7FF JMP 3DMark05.0046C4BD

//else add 1388 to eax and jump back

006F8107 8B4424 10 MOV EAX,DWORD PTR SS:[ESP+10]

006F810B 05 88130000 ADD EAX,1388

006F8110 894424 10 MOV DWORD PTR SS:[ESP+10],EAX

006F8114 85C0 TEST EAX,EAX

006F8116 - E9 A243D7FF JMP 3DMark05.0046C4BD

Now im pretty sure this is not correct:

006F811D 3D F8E41200 CMP EAX,12E4F8

006F8122 ^ 75 E3 JNZ SHORT 3DMark05.006F8107

But i cant figure out what to put in there.

Thanks for your time

Hmmm at least, learn how to indent a code because noeone is going to help you like this...

Edited by fearo

  • 2 weeks later...

i still dont understand you....but guessing

you mean if EaX=12E4F8....your work is done.....

then y dont you make cmp eax,eax !

your work will always b true

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.