GTA SAN ANDREAS VITA INFINITA

« Older   Newer »
  Share  
seven!.3°_°
view post Posted on 31/5/2009, 13:00




u.u ho dato un occhiata ai trucchi postati e non c'era quello per gli hp infiniti e quindi ci ho pensato io u.u

premetto che mi chiamo settimo augusto ecco xk clickando sui credit spunta by settimo_alias_PotereAlleRane (potereallerane sono sempre io ma su un altro forum)

l'hack lo scritto in autoit ed ecco il codice per chi lo vuole studiare =)
CODICE
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <nomadmemory.au3>

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Hp regenerescion By PotereAlleRane", 395, 157, 192, 124)
$Button1 = GUICtrlCreateButton("Hp regenerescion", 8, 8, 257, 137, 0)
$Button2 = GUICtrlCreateButton("Sblocca Hp", 280, 8, 105, 73, 0)
$Button3 = GUICtrlCreateButton("Credits", 280, 96, 105, 49, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
       $nMsg = GUIGetMsg()
       Switch $nMsg
               Case $GUI_EVENT_CLOSE
                       Exit
               case $Button1
                       do
                       $processo = wingetprocess("gta_sa.exe")
                       $apro_memoria_processo = _memoryopen($processo)
                       $attivo_rigene_hp = _memorywrite("0x05FFAC38", _memoryopen(processexists("gta_sa.exe")), "1120403456")
                       _memoryclose($apro_memoria_processo)
               until guigetmsg() = $Button2
       case $Button3
               msgbox (0,"by","Settimo_alias_PotereAlleRane")
       EndSwitch
WEnd

come potete notare è abbstanza facilino ù.ù
ed eccovi anke il download

http://www.megaupload.com/?d=A102MYEV

divertitevi =)
 
Top
0 replies since 31/5/2009, 13:00   1087 views
  Share