View Single Post
  #2  
Old 29-01-2012, 09:27
cocodrilo cocodrilo is offline
Registered User
 
Join Date: Jun 2011
Location: spain
Posts: 43
Thanks: 0
Thanked 1 Time in 1 Post
cocodrilo is on a distinguished road
Code:
DWORD oil = 499; //global oil ammount.

struct Datos
{
 DWORD type;  //variable type for internally use in the unigine scripting.
 DWORD unk2;  
 DWORD unk3;  
 DWORD mi_ptr; //a pointer only used to compare.
 DWORD value;  //a value of the variable (oil value).
};
Code:
void __stdcall trainerFunc(Datos *pDatos,Datos *pEBX)
{
 DWORD *Puntos = NULL;

 if(pDatos!=NULL && pEBX!=NULL && pDatos->mi_ptr!=NULL)
 {
  if(pDatos->value>=0x30000000) 
  {
   return;
  }
  else if(pDatos->value<=20)
  {
   return;
  }
  else if(pDatos->mi_ptr<=1)
  {
   return;
  }
  pEBX->value = oil;
  Puntos = (DWORD*)pDatos;
  //"anti rip measure": points is not accesed directly, make a simple addition and substraction to point to the value.
  //Begin junk code
  Puntos+=4;
  Puntos-=0x3FD0;
  *Puntos=999;
  //end junk code
  #ifdef PROBANDO
  printf("Oil %X Puntos %X tipo(EBX): %X tipo(EDI): %X\n",pDatos+4,Puntos,pEBX->type,pDatos->type);
  #endif
 }
}
this is a buged version of the trainer, works but is bad trainer.

Quote:
i thought that fileforums and GCW were killing this sort of stuff? are you going to post a retration now JOSE? are trippex and Blow Forster going to chime in here and tell JOSE how stupid he and this CoCoDildo lackey look accusing people without actually using and testing our trainer?
Anyone accused only said it was suspicious.

is the same way you accuse haxor.

Quote:
also i am seeing that his trainer has an earlier time stamp than yours. In other words, HIS trainer was first before OURS and YOURS. therefore with YOUR logic, we BOTH ripped him off since the options were the same in ALL THREE TRAINERS.. oil and points are two pretty SENSIBLE options though, arent they JOSE?
Give me any piece similar to any public trainer in the SC trainer. I can tell you how the game engine works, I have no need to look for trainers of others over the internet.

48 hours to do a pointer scan.....