| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| Ultraplayer Newbie cheater
 
 ![]() Reputation: 0 
 Joined: 06 Apr 2019
 Posts: 20
 
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Dark Byte Site Admin
 
  Reputation: 470 
 Joined: 09 May 2003
 Posts: 25807
 Location: The netherlands
 
 | 
			
				|  Posted: Thu Aug 22, 2019 10:54 am    Post subject: |   |  
				| 
 |  
				| currently using a freepascal 3.2.0 beta myself. 
 not much new though just some minor rtl bugfixes like xml handling, but 3.0 is ok as well, you just need to remove the ,true (ignoreEncoding) from loadFromFile
 
 and stringstream.create needs an empty string like stringstream.create('')
 _________________
 
 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 |  | 
	
		|  | 
	
		| drunker How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 09 Jul 2017
 Posts: 6
 
 
 | 
			
				|  Posted: Sat Sep 21, 2019 8:22 pm    Post subject: |   |  
				| 
 |  
				| expecting this issue right now when trying to compile x64 
 "
 count:=min(lua_objlen(L, 1), lua_tointeger(L, 2)) //prevent the length from exeeding the table
 "
 
 
 
 LuaStream.pas(219,16) Error: Can't determine which overloaded function to call
 
 
 Any help please ?
 
 Lazarus Version #2.0.0
 FPC Version : 3.0.4
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Dark Byte Site Admin
 
  Reputation: 470 
 Joined: 09 May 2003
 Posts: 25807
 Location: The netherlands
 
 | 
			
				|  Posted: Sun Sep 29, 2019 6:14 pm    Post subject: |   |  
				| 
 |  
				| Use fpc 3.2.0 
 else add some typecasts.  One of them may have to be typecast to an integer
 _________________
 
 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 |  | 
	
		|  | 
	
		| GreenNightfall How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 19 Aug 2019
 Posts: 4
 Location: Germany
 
 | 
			
				|  Posted: Fri Mar 27, 2020 8:00 pm    Post subject: Identifier not found (error) |   |  
				| 
 |  
				|  	  | Code: |  	  | if pid=0 then 1.    pid:=GetCurrentProcessId;
 2.
 3.  processhandle:=dbk32functions.OP(ifthen<dword>
 4. (GetSystemType<=6,$1f0fff, process_all_access), true, pid);
 5.
 6.  filemap:=tmemorystream.Create;
 7.  try
 | 
 
 How do I have to change the code to make it work? (It says "ifthen" in line 3 is wrong)
 _________________
 
 Just started with cheat engine and assembly
 My discord is N͇̼̹i̲̦g̳͓͙h̤̥͖t̖͇̺f̮̖a͚l̥l͈#0169
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Dark Byte Site Admin
 
  Reputation: 470 
 Joined: 09 May 2003
 Posts: 25807
 Location: The netherlands
 
 | 
			
				|  Posted: Sat Mar 28, 2020 2:38 am    Post subject: |   |  
				| 
 |  
				| include "math" in the uses and remove the <dword> _________________
 
 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 |  | 
	
		|  | 
	
		|  |