Results 1 to 1 of 1
  1. #1
    Vitrix Maggot
    Vitrix Maggot is offline
    Member-in-training Vitrix Maggot's Avatar
    Join Date
    2013 Apr
    Location
    Brasil
    Posts
    58
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    43
    Thanked in
    24 Posts
    Rep Power
    0

    {Source} Basic Trainer

    The script is very simple bad for me was the basis for the construction of many other cheats,
    in the example below will insert the cheat 9999999 q points will be added to the current score of the game

    #NoTrayIcon
    #include <NomadMemory.au3>
    SetPrivilege("SeDebugPrivilege", 1)
    ;------------------------------------------------------------------------------------------------------------
    $Mem_Address = 0x00C3AEBA ; Endereço a Ser Alterado
    $Mem_Process = "PINBALL.EXE" ; Processo a Ser Alterado
    $Mem_Change = "9999999" ; Novo Valor a Ser Inserido
    ;------------------------------------------------------------------------------------------------------------
    $Mem_PID = ProcessExists($Mem_Process)
    $Mem_Open = _MemoryOpen($Mem_PID )
    $Mem_HexEdit = "0x" & Hex($Mem_Change)
    ;------------------------------------------------------------------------------------------------------------
    Run(@ProgramFilesDir & "\Windows NT\Pinball\PINBALL.EXE",@ProgramFilesDir & "\Windows NT\Pinball\",@SW_SHOW)
    Func Trainer()
    $Mem_PID = ProcessExists($Mem_Process)
    $Mem_Open = _MemoryOpen($Mem_PID)
    $Mem_Read = _MemoryRead($Mem_Address, $Mem_Open)
    _MemoryWrite($Mem_Address,$Mem_Open,$Mem_HexEdit)
    Exit
    EndFunc
    Func Close()
    Exit
    EndFunc
    ;------------------------------------------------------------------------------------------------------------
    HotKeySet("{SPACE}","Trainer") ; aciona o trainer e fecha em seguida
    HotKeySet("{ESC}","Close") ; fecha o trainer em caso de travamentos
    ;------------------------------------------------------------------------------------------------------------
    While 1
    Sleep(100)
    WEnd

    ;------------------------------------------------------------------------------------------------------------
    Exit

    I admire most other programmers not paid any dick!!

    Admiro outros Programadores mais nao pago pau pra nenhum !!


    Skype: Vitor Monteiro

Similar Threads

  1. Basic WoW Exploits
    By jasonfish4 in forum WoW Bots, Hacks, Cheats
    Replies: 0
    Last Post: 2013-08-13, 03:12 AM
  2. Basic Functions on C + +
    By Vitrix Maggot in forum C/C++
    Replies: 0
    Last Post: 2013-06-30, 05:02 PM
  3. [VB] Basic hack and trainer with CE and Visual Basic
    By Dwar in forum Programming Tutorials
    Replies: 2
    Last Post: 2013-05-01, 03:57 AM
  4. [Release] Fusion Trainer [Delphi Source]
    By topera in forum Aika Bots, Hacks, Cheats
    Replies: 26
    Last Post: 2012-11-10, 07:10 AM
  5. [Bot] Grand Fantasia Trainer Bot + Source
    By Grooguz in forum Grand Fantasia
    Replies: 12
    Last Post: 2012-09-01, 04:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •