| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		stolensocks01 Guest
 
 
 
 
 
  | 
		
			
				 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)??
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Dark Byte Site Admin
  Reputation: 470
  Joined: 09 May 2003 Posts: 25807 Location: The netherlands
  | 
		
			
				 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
 _________________
 Do not ask me about online cheats. I don't know any and wont help finding them.
 
 
Like my help? Join me on Patreon so i can keep helping  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		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
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		paul44 Expert Cheater
  Reputation: 2
  Joined: 20 Jul 2017 Posts: 206
 
  | 
		
			
				 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]
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |