| Author | Message | 
	
		| paul44 | 
			
				|  Posted: Thu Jul 18, 2024 1:05 pm    Post subject: only set this when enabling speedhack script itself ? |  
				| 
 |  
				| will this do as well ? Or does/can it have implications ? Reason: I can do that on my side, but it is not something I'd like my users to do (and i'm using this feature in perhaps 2-3 tables)
 
 ps: found this after a crash, and it rarely happens i guess since i can't even recall ever being confronted with such crash
 (tried the script several times this week - with the additional test - and no apparent issues nor crashes...)
 
 [code]
 unregisterSymbol("QueryPerformanceCounter")
 if not getAddressSafe("QueryPerformanceCounter") then
 registerSymbol("QueryPerformanceCounter", "kernel32.queryperformancecounter", true)
 end
 
 local fSpeed = 0.25
 getMainForm().cbSpeedhack.Checked = true
 speedhack_setSpeed(fSpeed)
 [/code]
 |  | 
	
		|  | 
	
		| Guest | 
			
				|  Posted: Sat Jan 19, 2013 6:58 am    Post subject: |  
				| 
 |  
				| ok i don't really know what that means i'm not very tech savvy? if i download normally i download at a rate of 250kb when using cheat engine it takes me up to 2.4 mb
 |  | 
	
		|  | 
	
		| Dark Byte | 
			
				|  Posted: Sat Jan 19, 2013 4:25 am    Post subject: |  
				| 
 |  
				| Add this to the start of your main.lua 
  	  | Code: |  	  | shfoldop=onOpenProcess
 
 function onOpenProcess()
 reinitializeSymbolhandler()
 registerSymbol("QueryPerformanceCounter", "kernel32.queryperformancecounter", true)
 if shfoldop~=nil then
 shfoldop()
 end
 end
 
 | 
 Or only use the 32-bit ce
 
 Also, that utorrent goes faster is most likely just psychological
 |  | 
	
		|  | 
	
		| stolensocks01 | 
			
				|  Posted: Sat Jan 19, 2013 4:06 am    Post subject: windows8 |  
				| 
 |  
				| hi i used cheat engine with my old laptop which ran vista. I bought a new laptop with windows 8 and downloaded cheat engine but it does not seem to work (i was using it top speed up utorrent)?? |  | 
	
		|  |