| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| FHStudios Newbie cheater
 
 ![]() Reputation: 0 
 Joined: 09 Mar 2012
 Posts: 15
 
 
 | 
			
				|  Posted: Fri Mar 09, 2012 7:41 pm    Post subject: Aobscan help |   |  
				| 
 |  
				| I do this: AOBScan(4f,ce,2f,02)
 
 But I get an error saying:
 
 [string "AOBScan(4f,ce,2f,02)..."]:1: malformed number near '4f'
 
 I'm a noob help please
  No matter how I try to aob scan I get this error. 
 I just want to scan either an exe file or plugin container for this aob.
 
 Also after scanning it I want it to change it.
 
 I want to make a trainer for that aob but I tried and idk how.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| atom0s Moderator
 
  Reputation: 205 
 Joined: 25 Jan 2006
 Posts: 8587
 Location: 127.0.0.1
 
 | 
			
				|  Posted: Fri Mar 09, 2012 8:21 pm    Post subject: |   |  
				| 
 |  
				| Use a string instead: 
 
  	  | Code: |  	  | AOBScan( "4F CE 2F 02" ); | 
 
 If you want to use the number values either use them in their decimal form, or use 0x to note they are hex, like this:
 
 
  	  | Code: |  	  | AOBScan( 0x4F, 0xCE, 0x2F, 0x02 ); | 
 _________________
 
 - Retired. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| FHStudios Newbie cheater
 
 ![]() Reputation: 0 
 Joined: 09 Mar 2012
 Posts: 15
 
 
 | 
			
				|  Posted: Fri Mar 09, 2012 8:26 pm    Post subject: |   |  
				| 
 |  
				|  	  | Wiccaan wrote: |  	  | Use a string instead: 
 
  	  | Code: |  	  | AOBScan( "4F CE 2F 02" ); | 
 
 If you want to use the number values either use them in their decimal form, or use 0x to note they are hex, like this:
 
 
  	  | Code: |  	  | AOBScan( 0x4F, 0xCE, 0x2F, 0x02 ); | 
 | 
 
 Thanks that helped a lot. Now I just need to figure out how to change them :3
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| FHStudios Newbie cheater
 
 ![]() Reputation: 0 
 Joined: 09 Mar 2012
 Posts: 15
 
 
 | 
			
				|  Posted: Sun Mar 11, 2012 5:28 pm    Post subject: |   |  
				| 
 |  
				| Can someone help me with the code to change the aob x.x I can't find any code that tells it to change the aob.. I'm so noobish help me x.x
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| atom0s Moderator
 
  Reputation: 205 
 Joined: 25 Jan 2006
 Posts: 8587
 Location: 127.0.0.1
 
 | 
			
				|  Posted: Sun Mar 11, 2012 5:38 pm    Post subject: |   |  
				| 
 |  
				|  	  | rawr153 wrote: |  	  | Can someone help me with the code to change the aob x.x I can't find any code that tells it to change the aob.. I'm so noobish help me x.x
 | 
 
 What are you trying to do?
 _________________
 
 - Retired. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| FHStudios Newbie cheater
 
 ![]() Reputation: 0 
 Joined: 09 Mar 2012
 Posts: 15
 
 
 | 
			
				|  Posted: Sun Mar 11, 2012 5:54 pm    Post subject: |   |  
				| 
 |  
				|  	  | Wiccaan wrote: |  	  |  	  | rawr153 wrote: |  	  | Can someone help me with the code to change the aob x.x I can't find any code that tells it to change the aob.. I'm so noobish help me x.x
 | 
 
 What are you trying to do?
 | 
 
 Simply trying to change the aob 4f ce 2f 02 to 4f 02 02 02, trying to make a trainer.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Freiza Grandmaster Cheater
 
  Reputation: 22 
 Joined: 28 Jun 2010
 Posts: 662
 
 
 | 
			
				|  Posted: Mon Mar 12, 2012 6:25 pm    Post subject: |   |  
				| 
 |  
				|  	  | Code: |  	  | stringlist=AOBScan( "4f ce 2f 02" ); firststring = strings_getString(stringlist, 0);
 autoAssemble(firststring..":\n"..
 "db 4f 02 02 02");
 | 
 _________________
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| tcho67 How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 23 Mar 2012
 Posts: 7
 
 
 | 
			
				|  Posted: Wed Mar 28, 2012 8:49 am    Post subject: |   |  
				| 
 |  
				|  	  | Freiza wrote: |  	  |  	  | Code: |  	  | stringlist=AOBScan( "4f ce 2f 02" ); firststring = strings_getString(stringlist, 0);
 autoAssemble(firststring..":\n"..
 "db 4f 02 02 02");
 | 
 | 
 
 I thank you adapt the code for me so it gives this example:
 stringlist AOBScan = ("CD DC DC DC DC DC DC 3F");
 = firststring strings_getString (stringlist, 0);
 self-assembles (firststring.. ": \ n" ..
 "db 9A 99 99 99 99 99 E9 3F");
 So it gives me one of his chechbox:
 CECheckbox1Enter function (sender)
 stringlist AOBScan = ("A3 6E 01 2F BC May 52 3F");
 = firststring strings_getString (stringlist, 0);
 self-assembles (firststring.. ": \ n" ..
 "db 00 00 00 00 00 00 00 00");
 end
 I record and I test it but when I walked my 2 times but otherwise the code like this:
 
 CECheckbox1Enter function (sender)
 stringlist AOBScan = ("A3 6E 01 2F BC May 52 3F");
 = firststring strings_getString (stringlist, 0);
 self-assembles (firststring.. ": \ n" ..
 "db 00 00 00 00 00 00 00 00");
 end
 
 CECheckbox2Enter function (sender)
 stringlist AOBScan = ("CD DC DC DC DC DC DC 3F");
 = firststring strings_getString (stringlist, 0);
 self-assembles (firststring.. ": \ n" ..
 "db 9A 99 99 99 99 99 E9 3F");
 end
 
 I record the trainer and when I want to hang opens nothing happens helped me
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Freiza Grandmaster Cheater
 
  Reputation: 22 
 Joined: 28 Jun 2010
 Posts: 662
 
 
 | 
			
				|  Posted: Wed Mar 28, 2012 4:21 pm    Post subject: |   |  
				| 
 |  
				| What is this? 
  	  | Code: |  	  | = firststring strings_getString (stringlist, 0); | 
 
 I think it should be.
 
  	  | Code: |  	  | firststring = strings_getString (stringlist, 0); | 
 
 
 And
 self-assembles should be autoAssemble.
 
 And this code won't do anything meaningful.
 
  	  | Code: |  	  | CECheckbox1Enter function (sender) stringlist AOBScan = ("A3 6E 01 2F BC May 52 3F");
 = firststring strings_getString (stringlist, 0);
 self-assembles (firststring.. ": \ n" ..
 "db 00 00 00 00 00 00 00 00");
 end
 | 
 
 Btw, Which game are you trying to hack? Please give us more info. And why are you not using my code that I gave it to you.
 _________________
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Dark Byte Site Admin
 
  Reputation: 470 
 Joined: 09 May 2003
 Posts: 25807
 Location: The netherlands
 
 | 
			
				|  Posted: Wed Mar 28, 2012 4:25 pm    Post subject: |   |  
				| 
 |  
				| tip when making a trainer: Never start with .EXE's. First make .CT's with the trainercode _________________
 
 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 |  | 
	
		|  | 
	
		| Freiza Grandmaster Cheater
 
  Reputation: 22 
 Joined: 28 Jun 2010
 Posts: 662
 
 
 | 
			
				|  Posted: Wed Mar 28, 2012 4:39 pm    Post subject: |   |  
				| 
 |  
				| I don't understand why he is writing his code in Little Endian style. _________________
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |