Cara mengetahui Process List Google Chrome di Cheat Engine

Diposting oleh Manno on Minggu, 30 Juni 2013

     Tools:

  • Google Chrome
  • Calculator
  • Cheat Engine
   1.  Pergi ke chrome://memory
   2.  Cari pada tulisan Pepper Plugin Shockwave Flash
   3.  Copy Kode pada PID Pepper Plugin Shockwave Flash (Contoh:5712)
   4.  Buka Calculator dan ganti menjadi Programmer (View->Programmer)
   5.  Ganti menjadi Dec kemudian Paste Kode 5172













 

 
   6.  Kemudian ganti menjadi Hex maka Kode akan berubah (Contoh:1650)
   7.  Lalu cocokkan dengan Procces List di Cheat Engine

Hasil:


More aboutCara mengetahui Process List Google Chrome di Cheat Engine

Cheat Social Wars Agamemnon Fortress (Permanent)

Diposting oleh Manno on Jumat, 28 Juni 2013



  1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
  2.   Buka pada Procces List (gambar Computer kecil)
  • Google Chrome : xxxxx-chrome.exe
  • Mozilla Firefox : plugin-container.exe
  • Internet Explorer  :  ie.exe

  3.   Taruh Academy I ke Storage
  4.   Kembali ke CE lalu ubah 4 Byte menjadi Array of Byte
  5.   Lalu scan code 31 30 30 37 00 00 00 00 00 00 00 (Academy I)
  6.   Seret semua code kebawah
  7.   Ubah code menjadi 

  • 31 33 38 32 00 00 00 00 00 00 00 Agamemnon Fortress
  • 31 33 38 37 00 00 00 00 00 00 00 Agamemnon Fortress Drone
  8.   Taruh Academy I dari storage
  9.   Beli Agamemnon Fortress yang banyak dari Academy I
10.   Taaaadddaaa!

Jika cheat ini memerlukan Cash anda bisa cheat Cash Disini
More aboutCheat Social Wars Agamemnon Fortress (Permanent)

Free download Cheat Engine 6.3

Diposting oleh Manno on Selasa, 18 Juni 2013

Apakah kalian pernah mendengar software bernama Cheat Engine (?) mungkin bagi kalian yang suka cheat game pasti tau,postingan ini kami akan memberikan untuk download Cheat Engine 6.3 Free!.
Untuk download Cheat Engine anda bisa Klik disini

Berikut ini adalah Fitur pada Cheat Engine:

A bit later than expected (way later) but here's Cheat Engine 6.3

If you encounter bugs or have suggestions, please do not hesitate to report them in the forum, bugtracker, irc or by e-mail.
And if you have questions, don't hesitate to ask them in the forum orirc

Fixes:


  • Fixed dll injection for 64-bit targets (also fixes speedhack for 64-bit and windows 8)
  • Fixed speedhack thread safety so changing speed in a program that constantly checks speed won't cause a crash/weird behaviour
  • Fixed Lua speedhack_setSpeed being limited to 2 digit accuracy
  • Customtypes can now deal with huge size types (4096 bytes and bigger)
  • Some table merging bugs
  • Fixed negative values in groupscans
  • Fixed a lot of assembler and disassembler instructions
  • Fixed GenericHotkey in lua
  • Fixed the table version of writeBytes in lua
  • Fixed the bug where if you opened the settings window and click ok you wouldn't be able to debug anymore
  • Fixed unlabed labels
  • Fixed crash when clicking stop when using the debugger to find something
  • Fixed where CE would select invisible entries when multiselecting and press space
  • Loading a table now deletes tables you might have previously defined
  • The autoassembler can now handle $luavar when it's an integer instead of string
  • Fixed break on entry when creating a process
  • Fixed the stackview in 64-bit ce when targeting a 32-bit program
  • Fixed unloading the driver when global debug was used before
  • Fixed the symbolpath not changing to what you wish, and add the game's exe to the symbol path search by default
  • Fixed dbvm stability
  • Fixed global debug not handling 64-bit mov dr* instructions properly



  • Additions and changes:

  • Redesigned the lua class system (read main.lua)
  • Added mouse4 and mouse5 to the lua defines
  • Added the THREADSTACK# symbol which points to the stack start of the specific thread number (pointerscan can use it)
  • The pointerscan has several new features to decrease time and increase useful results
  • Added sorting the pointerscan by column (Tip: After a sort close the pointerscan and delete .ptr files you do not wish)
  • Changed hotkey handling internally
  • The different display types in the hexadecimal view of memoryview now support direct editing as well
  • The foundlist can now display using a different display type, on the condition that the type has a compatibly bytesize
  • The foundlist now shows a "previous value" column and marks differences red
  • The symbolhandler now has a better distinction between 32 and 64-bit modules. Non-compatible modules (64-bit in 32-bit programs) will get an underscore in front of their symbolnames
  • Groupscans can now let you choose which elements to add to the addresslist when doubleclicked
  • Added a graphical memory view
  • Added a new breakpoint type :Exceptions (not dependant on size and no debug registers, but extremely slow to unplayable)
  • The "Find out what *** this address" function now has the ability to show if the given opcode is used for other data as well
  • Added a luaserver to ce that you can use to let a different/target process execute lua commands and pass data
  • The userdefined comments can now show handle multiple lines
  • Dissect code now lets you jump to a referal if you click the line
  • Added a few new lua methods to the disassembler so you can render your own data in front and after a disassembler line
  • Assembler: Added override support to relative jumps
  • Auto Assembler: AA command ReadMem can now work on large sets of data without being too slow
  • Auto Assembler: Scripts with multiple AOBScan commands will go faster now (grouped into one)
  • Auto Assembler: Added a new "AOBSCANMODULE" auto assemble command . Usage: AOBSCANMODULE(modulename, aob)
  • Auto Assembler: GlobalAlloc now doesn't allocate 4KB (64KB in reality) for each symbol but now groups them
  • Auto Assembler: Registersymbol now works with aobscan results
  • Auto Assembler: Add support for inscript structure definitions
  • Tracer: You can now save and load a trace
  • Addresslist: Changing a records' value (lua setValue) now supports lua statements if the new value is enclosed by brackets [ ] (Example: [12-2] becomes 10, and [readInteger(0x00400500)+10] returns the value at 00400500 with 10 added to it)
  • D3D: Added the ability to dissect a whole d3d scene and get the stack at the moment a specific object is being rendered
  • D3D: Also works on 64-bit targets now
  • Symbolhandler: It now interprets "structurename.variablename" and returns the offset of variablename in the structure. This includes auto assembler
  • Binary files inside cheat tables are now stored using ascii85 instead of hexadecimal
  • Added a more complex disassembler class that gives more information about what it disassembled
  • Dissect data now also shows the effect of a locked column on childnodes
  • Dissect data can now have custom name under each address besides a groupname
  • Dissect data elements can now have a custom background color
  • The structure spider can now also work with locked memory (shadow memory)
  • Changed the way the vertical scrollbars of the disassembler and hexview panels work
  • The "find what acceses this address" window no longr prints out ALL results in the info box when multiselecting.
  • Changed the stackview panel so when it's visible and you resize the window it's on, it resizes instead of the hexview
  • The assembly scan can now have a custom range
  • Added an option to the trainerscript generator to generate a D3DTrainer (if the game supports it)
  • DBVM now works on AMD systems. Some features like Ultimap are still Intel only, but int hooks work



  • Post release fixes (max 7 days after initial release):

  • 14/06/2013: Fixed getItems() for menu and add the default array indexer for Menu
  • 14/06/2013: Fixed select and scroll in the editor. Fixed import and export in 64-bit range memory. Fixed overriding the hide/show hotkey when using genericHotkey objects
  • 15/06/2013: Fixed the parameters of the stacktrace not showing the correct parameters. Fixed deleting the first entry of a foundlist
  • 16/06/2013: Fixed hex unchecking when changing the scantype. Fixed an assembler instruction. Added some hotkey timing functions to lua. Fixed Write*Localcommands


  • Update: Big thanks to SER[G]ANT for providing us with the latest translation files for the Russian language 

    More aboutFree download Cheat Engine 6.3

    Cheat Social Wars Scarlet Superfulcrum (Permanent)

    Diposting oleh Manno on Sabtu, 15 Juni 2013



      1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
      2.   Buka pada Procces List (gambar Computer kecil)
    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe

      3.   Taruh Academy I ke Storage
      4.   Kembali ke CE lalu ubah 4 Byte menjadi Array of Byte
      5.   Lalu scan code 31 30 30 37 00 00 00 00 00 00 00
      6.   Seret semua code kebawah
      7.   Ubah code menjadi 

    • 31 33 38 35 00 00 00 00 00 00 00 Scarlet Superfulcrum
    • 31 33 38 36 00 00 00 00 00 00 00 Scarlet Superfulcrum Drone
      8.   Taruh Academy I dari storage
      9.   Beli Scarlet Superfulcrum yang banyak dari Academy I
    10.   Taaaadddaaa!

    Jika cheat ini memerlukan Cash anda bisa cheat Cash Disini
    More aboutCheat Social Wars Scarlet Superfulcrum (Permanent)

    Cheat Social Wars Harvester (Permanent)

    Diposting oleh Manno on Rabu, 12 Juni 2013

     

      1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
      2.   Buka pada Procces List (gambar Computer kecil)

    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe

      3.   Taruh Academy I ke Storage
      4.   Kembali ke CE lalu ubah 4 Byte menjadi Array of Byte
      5.   Lalu scan code 31 30 30 37 00 00 00 00 00 00 00
      6.   Seret semua code kebawah
      7.   Ubah code menjadi 31 33 38 31 00 00 00 00 00 00 00
      8.   Taruh Academy I dari storage
      9.   Beli Harvester yang banyak dari Academy I
    10.   Taaaadddaaa!

    Jika cheat ini memerlukan Cash anda bisa cheat Cash Disini
    More aboutCheat Social Wars Harvester (Permanent)

    Cheat Social Wars Super Fulcrum (Permanent)

    Diposting oleh Manno on Jumat, 07 Juni 2013


      1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
      2.   Buka pada Procces List (gambar Computer kecil)
    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe

      3.   Taruh Academy I ke Storage
      4.   Kembali ke CE lalu ubah 4 Byte menjadi Array of Byte
      5.   Lalu scan code 31 30 30 37 00 00 00 00 00 00 00
      6.   Seret semua code kebawah
      7.   Ubah code menjadi 31 33 35 35 00 00 00 00 00 00 00
      8.   Taruh Academy I dari storage
      9.   Beli Super Fulcrum yang banyak dari Academy I
    10.   Taaaadddaaa!

    Jika cheat ini memerlukan Cash anda bisa cheat Cash Disini
    More aboutCheat Social Wars Super Fulcrum (Permanent)

    Cheat Social Wars Marauder Battle Chassis (Permanent)

    Diposting oleh Manno on Kamis, 06 Juni 2013

       
      1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
      2.   Buka pada Procces List (gambar Computer kecil)

    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe

      3.   Taruh Academy I ke Storage
      4.   Kembali ke CE lalu ubah 4 Byte menjadi Array of Byte
      5.   Lalu scan code 31 30 30 37 00 00 00 00 00 00 00
      6.   Seret semua code kebawah
      7.   Ubah code menjadi 31 33 36 37 00 00 00 00 00 00 00 
      8.   Taruh Academy I dari storage
      9.   Beli Marauder Battle Chassis yang banyak dari Academy I
    10.   Taaaadddaaa!

    Jika cheat ini memerlukan Cash anda bisa cheat Cash Disini
    More aboutCheat Social Wars Marauder Battle Chassis (Permanent)

    Cheat Social Wars Reaper (Permanent)

    Diposting oleh Manno

     

      1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
      2.   Buka pada Procces List (gambar Computer kecil)

    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe

      3.   Taruh Academy I ke Storage
      4.   Kembali ke CE lalu ubah 4 Byte menjadi Array of Byte
      5.   Lalu scan code 31 30 30 37 00 00 00 00 00 00 00
      6.   Seret semua code kebawah
      7.   Ubah code menjadi

    • 31 33 37 35 00 00 00 00 00 00 00 Reaper
    • 31 33 37 36 00 00 00 00 00 00 00 Reaper Drone

      8.   Taruh Academy I dari storage
      9.   Beli Reaper yang banyak dari Academy I
    10.   Taaaadddaaa!

    Jika cheat ini memerlukan Cash anda bisa cheat Cash Disini
    More aboutCheat Social Wars Reaper (Permanent)

    Cheat Social Wars Drone Master (Permanent)

    Diposting oleh Manno on Rabu, 05 Juni 2013



      1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
      2.   Buka pada Procces List (gambar Computer kecil)

    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe

      3.   Taruh Academy I ke Storage
      4.   Kembali ke CE lalu ubah 4 Byte menjadi Array of Byte
      5.   Lalu scan code 31 30 30 37 00 00 00 00 00 00 00
      6.   Seret semua code kebawah
      7.   Ubah code menjadi

    • 31 33 37 30 00 00 00 00 00 00 00 Drone Master
    • 31 33 37 31 00 00 00 00 00 00 00 Bomber Drone
    • 31 33 37 32 00 00 00 00 00 00 00 Gunner Drone
    • 31 33 37 33 00 00 00 00 00 00 00 Heal Drone
    • 31 33 37 34 00 00 00 00 00 00 00 Cannon Drone

      8.   Taruh Academy I dari storage 
      9.   Beli Drone Master yang banyak dari Academy I
    10.   Taaaadddaaa!

    Jika cheat ini memerlukan Cash anda bisa cheat Cash Disini
    More aboutCheat Social Wars Drone Master (Permanent)

    Cheat Social Wars Bismark (Permanent)

    Diposting oleh Manno



      1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
      2.   Buka pada Procces List (gambar Computer kecil)

    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe

      3.   Taruh Academy I ke Storage
      4.   Kembali ke CE lalu ubah 4 Byte menjadi Array of Byte
      5.   Lalu scan code 31 30 30 37 00 00 00 00 00 00 00
      6.   Seret semua code kebawah
      7.   Ubah code menjadi

    • 31 33 35 33 00 00 00 00 00 00 00 Bismark
    • 31 33 35 34 00 00 00 00 00 00 00 Bismark Drone

      8.   Taruh Academy I dari storage
      9.   Beli Bismark yang banyak dari Academy I
    10.   Taaaadddaaa!

    Jika cheat ini memerlukan Cash anda bisa cheat Cash Disini
    More aboutCheat Social Wars Bismark (Permanent)

    Cheat Social Wars Hammerhead (Permanent)

    Diposting oleh Manno




     1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
     2.   Buka pada Procces List (gambar Computer kecil)

    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe

     3.   Taruh Academy I ke Storage
     4.   Kembali ke CE lalu ubah 4 Byte menjadi Array of Byte
     5.   Lalu scan code 31 30 30 37 00 00 00 00 00 00 00
     6.   Seret semua code kebawah
     7.   Ubah code menjadi

    • 31 33 36 34 00 00 00 00 00 00 00 Hammerhead
    • 31 33 36 35 00 00 00 00 00 00 00 Hammerhead Drone

     8.   Taruh Academy I dari storage
     9.   Beli Hammerhead yang banyak dari Academy I
    10.  Taaaadddaaa!

    Jika cheat ini memerlukan Cash anda bisa cheat Cash Disini
    More aboutCheat Social Wars Hammerhead (Permanent)

    Cheat Social Park coin,cash,exp, dan level 100% Work Permanent Free

    Diposting oleh Manno


    1.   Login ke Facebook
    1.   Buka Social Park di Facebook
    2.   Buka link http://cg1.fr/park.php
    3.   Masukan Beberapa Coin,Cash,Exp, dan Level 
    4.   Klik Cheatme
    5.   Refresh social park
    6.   Tadaaaa!!

    More aboutCheat Social Park coin,cash,exp, dan level 100% Work Permanent Free

    Cheat Social Wars Black Hole (Permanent)

    Diposting oleh Manno on Selasa, 04 Juni 2013



     1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
     2.   Buka pada Procces List (gambar Computer kecil)


    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe

     3.   Taruh Academy I ke Storage
     4.   Kembali ke CE lalu ubah 4 Byte menjadi Array of Byte
     5.   Lalu scan code 31 30 30 37 00 00 00 00 00 00 00
     6.   Seret semua code kebawah
     7.   Ubah code menjadi

    • 31 33 37 37 00 00 00 00 00 00 00 Black Hole
    • 31 33 37 38 00 00 00 00 00 00 00 Black Hole Drone

     8.   Taruh Academy I dari storage
     9.   Beli Black Hole yang banyak dari Academy I
    10.  Taaaadddaaa!

    Jika cheat ini memerlukan Cash anda bisa cheat Cash Disini
    More aboutCheat Social Wars Black Hole (Permanent)

    Cheat Dragon City infinite habitat

    Diposting oleh Manno


     1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
     2.   Buka pada Procces List (gambar Computer kecil)

    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe
     3.   Ubah 4 Bytes menjadi String/Text
     4.   Scan HABITAT
     5.   Ubah value menjadi infinite
     6.   Visit teman anda kemudian kembali ke kota anda dan membangun habitat sebanyak yang anda inginkan
    More aboutCheat Dragon City infinite habitat

    Cheat Social Wars Bushwacker (Permanent)

    Diposting oleh Manno

     1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
     2.   Buka pada Procces List (gambar Computer kecil)
    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe

     3.   Taruh Academy I ke Storage
     4.   Kembali ke CE lalu ubah 4 Byte menjadi Array of Byte
     5.   Lalu scan code 31 30 30 37 00 00 00 00 00 00 00 00 00 00 00
     6.   Seret semua code kebawah 
     7.   Ubah value menjadi 31 30 30 40 00 00 00 00 00 00 00 00 00 00 00 00
     8.   Taruh Academy I dari storage
     9.   Beli Bushwacker yang banyak dari Academy I
    10.  Taaaadddaaa!

    Jika cheat ini memerlukan Cash anda bisa cheat Cash Disini


    More aboutCheat Social Wars Bushwacker (Permanent)

    Cheat Social Wars Cash

    Diposting oleh Manno


    1.Buka CE 6.1 (jika tidak mempunyai Cheat Engine anda bisa download Disini)
    2.Buka pada Procces List (gambar Computer kecil)
    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe
    3.Ubah 4 Byte menjadi Array of Byte
    4.Scan code 67 6F 6C 64
    5.Seret semua code dengan Shift kemudian Klik anak panah merah
    6.Ubah code menjadi 63 61 73 68
    7.Belilah salah satu yang menggunakan Cash (akan tetapi akan menurunkan Gold anda)

    Jika Cheat ini sudah tidak bisa/Not Working, anda bisa menggunakan Tools disini


    Video tutorial

    More aboutCheat Social Wars Cash

    Cheat Social Wars Ignition Mech (Permanent)

    Diposting oleh Manno




     1.   Buka CE (Jika tidak punya CE anda bisa download Disini)
     2.   Buka pada Procces List (gambar Computer kecil)


    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe
     3.   Taruh Academy I ke Storage
     4.   Kembali ke CE lalu ubah 4 Byte menjadi Array of Byte
     5.   Lalu scan code 31 30 30 37 00 00 00 00 00 00 00
     6.   Seret semua code kebawah
     7.   Ubah code menjadi
    • 31 33 37 39 00 00 00 00 00 00 00 Ignition Mech
    • 31 33 38 30 00 00 00 00 00 00 00 Ignition Drone
     8.   Taruh Academy I dari storage
     9.   Beli Ignition yang banyak dari Academy I
    10.  Taaaadddaaa!

    Jika cheat ini memerlukan Cash anda bisa cheat Cash Disini




    More aboutCheat Social Wars Ignition Mech (Permanent)

    Free download Cheat Engine 6.2

    Diposting oleh Manno

    Apakah kalian pernah mendengar software bernama Cheat Engine (?) mungkin bagi kalian yang suka cheat game pasti tau,postingan ini kami akan memberikan untuk download Cheat Engine 6.2 Free!.

    Untuk download Cheat Engine anda bisa Klik disini

    Berikut ini adalah Fitur pada Cheat Engine:

    Fixes:
    Fixed the first plugin from not getting activated at restart
    Custom types can now do an unknown initial value scan
    Fixed the auto assembler highlighter from hiding some text while typing
    Fixed the auto assembler highlighter from not showing hexadecimal values as hex starting with A to F
    Fixed global debug from crashing in 64-bit (with dbvm)
    Fixed dbvm from not working on several systems (freeze)
    Fixed notification when closing and you had some changes
    Fixed the rescan of the structure spider not working at all
    Fixed several disassembler and assembler instructions
    Fixed several plugin-system related bugs
    Fixed aobscan for 64-bit
    Fixed displaying the registers in 64-bit when using "find what xxx this address"
    Fixed the stackview when single stepping through the code
    Fixed several lua function, including createhotkey
    Fixed the assembler not dealing well with names with a - in it. (like the tutorial)

    More aboutFree download Cheat Engine 6.2

    Social Wars cheat populasi

    Diposting oleh Manno


     1.   Buka CE 6.1 (jika tidak mempunyai Cheat Engine anda bisa download Disini)
     2.   Buka pada Procces List (gambar Computer kecil)
    • Google Chrome : xxxxx-chrome.exe
    • Mozilla Firefox : plugin-container.exe
    • Internet Explorer  :  ie.exe
     3.   Ubah 4 Byte menjadi Array of Byte
     4.   Lalu scan code 39 35 00 00 00 00 00 00 00 00 00 00 00 00 00 00
     5.   Seret semua code
     6.   Ubah code menjadi 37 35 00 00 00 00 00 00 00 00 00 00 00 00 00 00
     7.   Lalu scan lagi pada code ini : 33 36 00 00 00 00 00 00 00 00 00 00 00 00 00 00
     8.   Ubah menjadi 39 35 00 00 00 00 00 00 00 00 00 00 00 00 00 00
     9.   Beli General Sculpture yang banyak (Build->Decoration->General Sculpture)
    10.  Refresh game anda




    More aboutSocial Wars cheat populasi