Could you explain (even written) how to unlock the fps? Please?
thank you ^^
thank you ^^
004BA554 . FF15 A8E06000 CALL DWORD PTR DS:[<&KERNEL32.Sleep>] ; \Sleep 004BA55A EB 19 JMP SHORT Conquer.004BA575 004BA55C A3 E00C6900 MOV DWORD PTR DS:[690CE0],EAX
004BA54C . /73 0E JNB SHORT Conquer.004BA55C <----JMP ME 004BA54E . |2BC8 SUB ECX,EAX 004BA550 . |83C1 19 ADD ECX,19 004BA553 . |51 PUSH ECX ; /Timeout = 1245104. ms 004BA554 . |FF15 A8E06000 CALL DWORD PTR DS:[<&KERNEL32.Sleep>] ; \Sleep
Lower this number to change the limit on FPS. I forgot what number is good.. play around with it. Post not directed @ M obviously.Quote:
My bad, its a JNB, in your case JNB SHORT 004BA55C, look up a tad further and change it to JMP
So
This will stop the CPU sleeping between frames and make it give 100pct to Conquer. Once you learn a little more you can play with the above code to limit frames to something custom 50/60 is good, your eyes wont notice anything above so it would just be overkill getting 100 frames.Code:004BA54C . /73 0E JNB SHORT Conquer.004BA55C <----JMP ME 004BA54E . |2BC8 SUB ECX,EAX 004BA550 . |83C1 19 ADD ECX,[B]19[/B] 004BA553 . |51 PUSH ECX ; /Timeout = 1245104. ms 004BA554 . |FF15 A8E06000 CALL DWORD PTR DS:[<&KERNEL32.Sleep>] ; \Sleep