Selamat datang di ™Ch33th0z™web site ™Ch33th0z™: 2010

Total Tayangan Halaman

Selasa, 21 Desember 2010

Buat situs


Naah….langkah-langkah ini buat memandu Kamu untuk buat Situs….
Pada langkah PERTAMA, kite-kite nih…..akan mempelajari bagaimana cara akses ke internet menggunakan ISP beserta setup software dan hardware-nya. Walaupun sebenarnya tidak bisa dikatakan benar-benar gratis, akan tetapi Ane memasukkannya dalam kelompok perkenalan awal kita.
Pada langkah KEDUA, diajarkan bagaimana caranya ……..

Cheat engine Download


Juli 1 2010:Before I forget:
Because I'm getting flooded with e-mails of people that don't check the forum, if you're using firefox and want to use Cheat Engine on a browser game, then open plugin-container.exe instead of the firefox process. (That process will only exist when the game has already been started)


June 30 2010:10 year anniversary and 5.6.1 release
Well, it's been a decade now that the first version of Cheat engine saw the light
To celebrate that fact I've released ce 5.6.1 , which is mainly a bugfix version but also has some small usability improvements, I also wanted to put out a beta version of CE 6 today but since it has an annoying bug that makes the foundlist hard to use I'll spend some more time on that first.

link: Cheat Engine 5.6.1

Fixes:



  • Fixed bug where ce would crash(close) on XP systems on certain type of games when opening a process




  • Fixed the error at "Same as first scan" when using the float type




  • Pointer rescan for value now accepts more than 8 characters




  • Fixed pointerscan for value not supporting more than 1 thread




  • Fixed showing the fpu in the kernelmode debugger




  • Fixed Decreased/Increased by %




  • Dissect Data now detects non-exact floating point values again




  • Disabled executing the aobscan when assigning a script to the table




  • Some disassembler fixes




  • Again some more DPI fixes




  • The byte-editor in the hexeditor window is now properly aligned at the proper height




  • The XMM registers are now shown for kernelmode debugging as well




  • Implemented the stop button for kernelmode "Find what addresses this code accesses"




  • Fixed error message when pressing enter and no address is selected in the addresslist




  • Fixed samememory regions so the last byte is now included as well




  • Fixed the simple-copy/paste option in settings (it now has effect)




  • Fixed bug where pressing alt made a lot of controls invisible in vista and later




  • Fixed the pointerscan bug that caused out of memory problems for the scan (Was already secretly fixed and released for 5.6 one week after the official release, but still mentioning it)


    Changes:




  • Rightclicking on registers(multiple locations) saves them to the clipboard




  • The values of dissect data can now be saved to disk




  • Auto Assembler script entries have a small <script> text you can click for easier script editing




  • The commonmodulelist.txt has been updated with some extra dll's that have nothing to do with the game (thanks to psych)




  • AutoAssembler: You can't move the cursor beyond the end of a line anymore




  • Pointerscan: Pointerscanner now tells you that pressing stop is a stupid thing to do




  • Pointerscan: doubleclicking an pointer with invalid base now adds it anyhow. (In case the base becomes valid again later)




  • Several extra window positions are now saved when the option to save the position is enabled (included pointerscan and autoassembler)




  • CE now notifies you if it thinks there's not enough dispace left




  • Default pointer option is now set back to insert instead of append




  • Added a "Same as first scan" hotkey option




  • When opening a new process and chosing to disable everything now also disables entries in advanced options


    If you encounter bugs, please let me know (forum pm/post, Bugreport or dark_byte@hotmail.com)
    P.S.:If you have questions read the FAQ first, it may contain the answer to your problem, even if you don't like the answer

    January 31th 2010:Cheat Engine 5.6 Released
    And again, I failed to update versions inbetween...(mainly having to do with dealing with a new dissaster every month). Of course, those that compiled the svn sourcecode did get to enjoy the new stuff earlier
    Anyhow, version 5.6 is finally released and it has some neat features and opens several new possibilities for plugins to do some neat stuff
    link: Cheat Engine 5.6


    Changes:




  • Removed stealthmode. (Someone could make a plugin for this, one probably more advanced than the old one)




  • Pointerscanner speed has been increased a lot




  • New Icon (thanks to Phox from the forum)




  • The pointerscanner can now scan for values




  • The pointerscanner now lets you specify an offset list that it has to end with.




  • Removed the injected pointerscanner




  • The auto assembler now supports code outside of [enable] and [disable] sections so it affects both




  • Resultcount is now comma seperated (thanks to infinito)




  • New kernelmode debugger




  • Added the ability to offload the current OS to dbvm (if your cpu supports it)




  • The driver is now 64-bit compatible. (You will have to sign it yourself, or reboot with unsigned driver support)




  • Rewrote the disassemblerview




  • Deleting addresses from a scanresult is now a bit faster




  • Changed the hotkey handler to be more controllable




  • New heaplist that works based on dll injection instead of toolhelp32




  • Dissectcode now helps finding referenced strings




  • Added a new Auto assembler command "aobscan(varname, arrayofbyte)"




  • Added a new Auto assembler command "assert(address, arrayofbyte)" which will make a script fail if the bytes aren't what they should be




  • Dissect data now works with offsets instead of sizes




  • Added the ability to follow pointers easily with Dissect Data




  • There's now a stacktrace visible during debugging (2 different types)




  • The registerview is gone as long as you're not debugging




  • CE now suppresses the "No disk" message when the systems searchpath is invalid




  • Added a common modulelist to the ce folder that you can edit. Include files that you do NOT want to go through when doing memory inspection




  • You can now open another pointerscanner window while another pointerscan is running and read the results.




  • The pointerscanner can now also scan for values




  • Added a string reference windows




  • Improved the plugin system:




  •     You can now add auto assembler commands




  •     You can now get a callback when the disassembler is being rendered




  •     You can now add a plugin item to the context of the disassemler




  •     etc...




  • Added (float)#, (double)# and (int)# support to the assembler, (double) is mainly usable in combination with the new DQ command though


    Fixes:




  • Fix mov [reg],reg disassembly when a 16-bit prefix is used




  • Fixed some floating point assembler instructions




  • Taborder fix for "Value between scan" (infinito)




  • Fixed the Auto assembler code injection template with regard to the "Alt:" line




  • Jmp FAR instruction not shown properly in the disassembler




  • Fixed disassembler instructions that had a rep/repe prefix while they shouldn't




  • Fixed xorps instruction




  • Fixed assembler where segment registers are used




  • Fixed rm32,imm16 notations getting dowsized to rm32,imm8 while they should go rm32,imm32




  • Fixed hang when setting the window on top and then doing a scan




  • Fixed FILD qword instruction




  • Fixed FNSTSW AX instruction




  • Fixed FCOM instruction




  • Fixed IMUL,0a instruction




  • Fixed broken alt-key when the disassemblerview is focused




  • Fixed the bug where removing a assigned hotkey to a cheat table didn't work




  • Fixed the floating point panel. It now actually shows the floating point values...




  • Fixed several bugs in the Dissect Data window




  • Several gui fixes for high dpi systems

    Many thanks to everyone that reported bugs (e.g csimbi and Recifense) and suggestions.
    Thanks to Psy for helping with the helpfile
    And thanks to Oliver Sahr who has sent me a lot of suggestions, data and other information, which I will work through in the coming months. And probably make adjustments to the site accordingly

    As for the future of CE, perhaps I can finally continue work on the 64-bit port of CE...
    And again, if you encounter bugs, please let me know (forum pm/post, Bugreport or dark_byte@hotmail.com)
    P.S.:If you have questions read the FAQ first, it may contain the answer to your problem, even if you don't like the answer

    January 18th 2009: Cheat Engine 5.5 released
    I guess I didn't officially update CE as often as I hoped, but anyhow, here's the new version: Cheat Engine 5.5
    Changes:




  • added 'short' and 'far' override to the jump instructions. (Mainly usefull for auto assembler scripts that by default pick the far one)




  • copied the "Find out what addresses this code accesses" from advanced options to memory view




  • Made the above function display the current value so you don't have to add them first




  • And made it non-modal so you can do other stuff while it's working.




  • Improved custom scan so it can now also display the results




  • New speedhack implementation




  • New AutoAssembler window




  • Removed the question if you want a new scan. (You must now click on new scan yourself)




  • Added GlobalAlloc to the autoassembler




  • The dissect structure window can now be opened multiple times (for comparison)




  • Structures are now saved in the cheat table




  • The main ce window now has a menu (can be disabled in settings if you don't like it)




  • The processlist can now show process icons. (could be slow, so can be disabled in settings)




  • The settings window has been changed from tabs to a list




  • Added a tools menu so people can add quicklaunch apps. (e.g: calc)




  • Added the option to save and load tables as XML




  • Changed copy/pasting of entries to XML




  • Helpfile changed from .HLP to .CHM , also incorporated the plugin documentaion in the helpfile instead of a seperate .RTF




  • Added a few new functions to the plugin system and made the examples easier to understand (Mainly for helping with assembly scripts)




  • Added a packet editor example plugin




  • Assembler can now work with " and ' strings




  • Changed the reverse pointer scan to give more details about what is going on




  • The positions of the main window and memoryview can now be saved




  • The about window now tells you which version of dbvm is loaded if dbvm is running




  • If DBVM is running and you choose physical memory, it goes through dbvm's read physical memory instead of windows'




  • Added a floating point panel to several windows that use system context to display variables




  • Added the option to the memoryview hexview part to display 2 bytes, 4 byte, float or double instead of bytes




  • Improved the dissect data window to show addresses next to eachother




  • The bottom part of the memory view window (hexview) can now display as different types (byte, 2 byte, 4 byte, decimal 4 byte, float, double)




  • Changed the multi pointer tutorial step so it now represents a real game situation




  • Added the adminRequired anifest to the standalone trainer

    Fixes:




  • Fixed the multicore scan crash




  • Fixed the MEMORYFIRST.TMP file showing up in a weird location




  • Fixed several hotkey setting bugs




  • Fixed loading back the speedhack hotkey values




  • Fixed a crash when opening a process with a broken PE-header




  • Fixed several assembler and disassembler instructions




  • Fixed memoryviewers "copy to clipboard" option where it picks the wrong option




  • Fixed binary scan crash on nextscan




  • Fixed huge memory leak in pointerscanner




  • Fixed the "No error message" on error during a scan




  • Fixed bug with calling kernel_XXXX functions in assembler




  • Fixed a trainer bug regarding clicking on cheats




  • Fixed 32-bit icons in the trainer maker




  • Fixed the terminate scan option




  • Fixed a DPI bug on several windows




  • Fixed a crash when loading of the symbols failed

    I've also uploaded a new version of dbvm that should be more compatible with systems that have more than 4GB ram and fixed several bugs. Also started implementing an emulator for the 'hard to virtualize' sections. So for those that know the difference between an IDT and a SDT, go ahead and download dbvm

    Enjoy this version, and if you encounter bugs, please let me know (forum pm/post, Bugreport or dark_byte@hotmail.com)
    P.S.:If you have questions read the FAQ first, it may contain the answer to your problem, even if you don't like the answer
    July 27th 2008: DBVM source
    Still busy with other stuff(But I do manage to work on CE every now and then), but since some people are having trouble with DBVM on their system I've decided to open up it's sourcecode for the public, so other people can make improvements. It still needs a lot of cleanup work, and some parts could be used from other programs, or even from inside the compiler(I have this nagging feeling the whole common.c part could get removed if build in precompiled)
    I've made this package to compile on a 64-bit fedora core linux distro (I myself use a cross-compiler on a 32-bit laptop to generate the 64-bit, but this should be easier for people to use) but other distros should work too
    Packages needed: nasm and yasm and optionally mkisofs and rar to make a package release

    Stuff that really needs some improvements:




  • Makefile, I know, it's not a 'standard' makefile. But it suits my needs. If anyone feels like it. Make a better one.




  • The linking and filling in sizes could probable be done better instead of parsing the .MAP file to find the location




  • Changing the hardcoded vmread/vmwrite values's with more meaningfull defines




  • Better support for multicore setup




  • The virtual machine's first sector loader+executioner may need some extra code to make it work on more systems




  • Some real-mode 'special' cases may need some extra work




  • Emulating paging speed improvement and making it work for PAE systems. Still can't figure out why PAE just refuses to work




  • AMD support

    You can download it here.

    May 25th 2008: Still alive
    I've been busy with other stuff but just wanted to let you all know there's still some stuff being done. The last few days a few bugfixes for CE commited in the SVN, several forum fixes regarding avatar and signature size, still busy planning a migration to phpbb3 someday, and updated the table database to update the date when a table is updated.
    Also letting you know there's still some more updates planned

    January 10th 2008: DBVM bugfix
    For those that know how to use it, I've updated DBVM to version 0.4. Check the downloads page.
    It mainly fixes the bug where it doesn't initialize secondary cpu cores, sets the A20-line to enabled, and a possible fix for systems with 4GB or more ram.

    January 1st 2008: New year, new site, new Cheat Engine 5.4

    Happy 2008!
    As you can see the new site is up, and also released version a new version of Cheat Engine(changes)
    And always, please report bugs when you encounter them. I refuse to fix them if you don't tell me about them just to annoy you!

    My good intention for this year is to try to update Cheat Engine a bit more often(if I get the chance). Anyhow, check out the bugtracker and the SVN for the latest news regarding the development of CE. There is also a wiki in the SVN so if you'd like to read it or contribute: Go here
    Also, don't worry about the layout right now. May get some heavy changes in the future, but at least now I've got a better base to start with. (One change edits all pages as compared to the old site where each edit of the style or adition of the menu required editing each single file)

    September 9th 2007: New design
    Started with designing a new website. The new site should give a better idea about what Cheat Engine is and what it can do. Also adding some new stuff like a bugtracker, info about DBVM and even info about Cheat Engine
    Right now this page is only visibile using the /newsite/ link, but soon (when ce5.4 is released) this will become the main page

    April 24th 2007: Site back
    Sorry for the downtime, but my host couldn't handle the ammount of visitors and died. So if you're reading this, that means the move was successfull Anyhow, check the forum for more info

    September 9th 2006 Cheat Engine 5.3 released
    I kinda forgot to update this mainpage in a long time. Don't think that CE is stopped, I just suck at updating websites. Anyhow, check the download page for the download

    November 28th 2005: Cheat Engine 5.2 released
    It has taken a while but I finally released CE 5.2






  • Added some shortcut keys to the main window. (ctrl+o opens a table, ctrl+s saves, and ctrl+alt+a opens the auto assembler)




  • Added reinterpretable addresses




  • Added auto assemble scripts to the auto assembler




  • Added auto assemble scripts to cheat tables




  • Added a pointer scanner




  • Added the ability to define structures




  • Added address recalculation by module in the standalone trainer as well (for code entries, standard addresses use interpretable addresses)




  • Added the db 'string' opcode to the assembler




  • Added the REGISTERSYMBOL and UNREGISTERSYMBOL functions to the auto assembler




  • Addresses now indicate of a address is in a static address or dynamicly allocated




  • Added a show checkbox and show hotkey property to the cheatlist in the auto assembler




  • Added a click handler to seperate cheats in the trainer maker. (clicking enables a cheat)




  • Made it possible to also use ce's kernel debugger for "change register on breakpoint"




  • Changed the code finder so it's not modal anymore. (You still can't use multiple at the same time but it'll fix some 'not so' user-friendly problems)




  • Changed the hyperscan injection method when windows 2000 is detected. should be more stable




  • Changed the save routines in the memory view to give more options when saving and loading




  • Fixed some assembler and disassembler bugs




  • Fixed "force memory to be writable" on PAE enabled systems




  • Fixed the bug where the module name was not saved in the cheat table of a code entry




  • Fixed the bug where the first character of the trainer maker user input field got replaced by a ?




  • Fixed float->unknown initial scan->first scan->exact value not showing the type selection




  • Fixed find out what ... when using access violations and clicking stop




  • Fixed invalid reordering of entries after delete of a entry in the trainer maker




  • Fixed the corrupted title and about text in the generated trainer when protection was enabled




  • Fixed resizing of the cheatlist after a delete in the trainer maker




  • Fixed one or two spell errors




  • Fixed the fullaccess function in the auto assembler




  • Fixed support for floating points in the trainer maker (difference between , and .)




  • Moved all symbolhandler code to one class instead of speading it all over the rest of the code




  • changed the copy/paste of entries to be more stable





  • Please, report bugs to me when you find them else I'll never fix them.
    September 24th 2005: Cheat engine 5.1.1
    Because of a huge memory leak in Cheat Engine 5.1 I've done a quick bugfix in the form of Cheat Engine 5.1.1 The only new thing in this version is that it fixes that memory leak.


    September 6th 2005: Cheat Engine 5.1
    Cheat Engine 5.1 has finally been released.
    It's basicly a bugfix version, but also contains a few new features. Check out in the download section to see what's new.

    Also, like always, if you encounter bugs, or know something to improve it, please don't hesitate to tell me about them

    August 8th 2005: New site
    Thanks to some donations and advertisements I've finally got myself an easier to remember website:
    cheatengine.org

    And don't think I've been sitting still on the development of CE. I dont know the exact date but you can expect a new release quite soon. It'll mainly be a bugfix version like it fixes support for PAE enabled systems and 64-bit processes in winxp 64, but it'll also include several new aditions like a code dissector, a template for code injection in the auto assembler, and some other small stuff.
    And I'll be cleaning up the code a bit and perhaps even improve performance while doing so.


    Another thing, I'd like give thanks to all the people that have helped me so far and hope you and everyone else will keep on supporting Cheat Engine

    Game gratis

    kalo loe pengen mau maen game tanpe nge download klik aja dibawah ini pilih salah satu :
    -Games
    -armor games
    -free game
    -Sploder

    dan posting aja komentarmu supaya bisa gua atasi keluhan loe

    Game

    lhoe mau buat game klik aja di sini and lu bisa buat 3 macam game lhoe

    facebook

    Click this cause this my facebook please add

    by:anime present

    cheat downhill ps 2

     

    Cheat Codes

    The following cheats are available for Downhill Domination on the PlayStation 2 video game console.
    Cheats are entered during gameplay and must be entered quickly to work.
    Please note: the first code below is the Master Code and must be entered first for any of the other codes to work.

      Master Code (use this first) Cheat code: Up, Triangle, Down, X, Left, Circle, Right, Square $2,000 Instantly Cheat code: Right, Triangle, Triangle, Left Adrenaline Boost Cheat code: Down, Left, Left, Right Always Stoked Cheat code: Down, Square, Square, Left, Circle Anti Gravity Cheat code: Down, Triangle, Square, Square, Up Combat Free Code Cheat code: Left, Square, Circle, Square, Left Combat Upgrade Cheat code: Up, Down, Left, Left, Right Energy Restore Cheat code: Down, Right, Right, Left, Left Free Money Cheat code: Right, Up, Up, Circle, Circle, Square Infinite Bottles Cheat code: Up, X, Left, Left, Circle, Circle Mega Flip Cheat code: Right, Up, Up, Right, Right, Square Speed Freak Cheat code: Down, Triangle, Right, Right, Square Stoke Trick Meter Cheat code: Down, Left, Left, Right, Right Super Bounce Cheat code: Left, Square, X, Up, Triangle Super Bunny Hop Cheat code: Up, X, Left, Square, Up Unlimited Energy Cheat code: Down, Triangle, Left, Left, Square Unlock Everything Cheat code: Up, Down, Down, Up, Up, Down, Down Unlock Everything Cheat code: Down, Up, Up, Down, Down, Up, Up Upgrade to Bottle Cheat code: Up, Down, Left, Left, Right, Right

    Cheat game bully


    Bully Hints & Cheats

    Game Guide

    Bully Cheat Codes

    Bully Codes

    Input these codes whilst playing using controller in second port , need 2nd controller.
    all codes hold L1 whilst inputing codes except clothes one.
    Cheat Effect
    hold L1 and press UP, UP Refill Ammo to Max Capacity
    hold L1 and press UP, DOWN, UP, DOWN Infinite Ammo Toggle
    hold L1 and press TRIANGLE, SQUARE, CIRCLE, X Massive Money Gain
    hold L1 and press UP, UP, UP, UP Have All Weapons
    hold L1 and press R2, R2, R2 Full Health (not kissing level)
    L1, L1, R1, L1, L1, L1, R1, R1 All Clothes (Game slows down until another button is pressed)
    hold L1 and press UP, LEFT, DOWN, RIGHT, TRIANGLE, SQUARE, X, CIRCLE All Hobo fighting moves (not shown in stats)
    hold L1 and press UP, LEFT, DOWN, DOWN, TRIANGLE, SQUARE, X, X All gym grapple moves (not shown in stats)

    Minggu, 19 Desember 2010

    Dicari open req buat clan PB and yang di sene dewa smua !

    clan niiee dah boleh di akui

    Jumat, 17 Desember 2010

    midnight club cheat ps 2

    Midnight Club 3 Dub Edition REMIX Cheats

    From The Main Menu, Select Options Then Cheat Codes
    (Case Sensitive)
    Password Effect
    crosscountry Unlocks All Cities in Arcade Mode
    roadtrip Unlocks All Cities in Arcade Mode
    urbansprawl Faster Pedestrians
    hyperagro Increase Car Mass In Arcade Mode
    dfens Agro (Special Move for SUVs and Trucks)
    allin Zone (Special Move for Sport Bikes, Tuners and Exotics)
    getheadl Bunny Ears (On MotorBike Rider)
    getheadk Pumpkin Head (On MotorBike Rider)
    getheadm Snowman Head (On MotorBike Rider)
    getheadj Smiley Face (On MotorBike Rider)
    trythisathome Flaming Head (On MotorBike Rider)
    ontheroad No damage

    Unlockables in Tokyo

    Beat the following tournaments in Tokyo to unlock.
    Unlockable How to Unlock
    Gemballa F355 Beat By Invitation Only tournament.
    Chevy Cobalt SS Beat Unbeatable Street Racers tournament.
    Hotmatch Chingon Beat Choppers Of America tournament.
    Tokyo Police Car Beat the entire challenge
    Pagani Zonda C12 S Win the Class A vehicles only Tournament
    Cadilac sedan DeVille Win the Muscle car club tournament
    Dodge Charger SRT-8 DUB edition Win the Class B vehicles only tournament.
    05 Dodge Magnum DubEdition Beat Class D only tourney
    Infiniti G35 Beat Luxury Sedan Tournament in Tokyo

    Unlockable vehicles.

    To unlock the folloing vehicles, complete the following.
    Unlockable How to Unlock
    Nissan Sport Concept Complete the Class C vehicles Only tournament.
    Hummer H3T Beat the Big Playas Tournament
    Paul Smart Sports Bike Beat the Original Riders Tournament
    2002 Skyline Beat All Unbeatable Street Races
    300 C Dub Edition Beat City Tournement in San Diego

    Unlock cars in San Diego

    To unlock 2 of these cars, you have to be in San Diego.
    Unlockable How to Unlock
    Chevy 57 Bel Air Beat City Tournement/57 Bel Air
    Lexus IS300 Beat City Tounement/IS300
      

    GTA: San Andreas Cheat Codes

    Cheat Codes

    Enter these during gameplay without pausing:
    Cheat Effect
    SQUARE, L2, R1, TRIANGLE, UP, SQUARE, L2, UP, X Never become hungry
    X X Down R2 L2 O R1 O Square Peds become asian dudes with Katana's. Mostly black cars and motorcycles patrol the streets.
    Square, R2, Down, Down, Left, Down, Left, Left, L2, X Cars Float Away When Hit
    Right, L2, L2, Down, L2, Up, Up, L2, R2 Prostitutes pay you instead of you paying them
    Circle, Right, Circle, Right, Left, Square, X Down Gives you an automatic six star wanted level
    SQUARE, RIGHT, SQUARE, SQUARE, L2, X, TRIANGLE, X, TRIANGLE Attracts Prostitutes with Sex Toys/Gimp Suit
    Down, R2, Down, R1, L2, Left, R1, L1, Left, Right Unlock Romero
    Circle, R1, Circle, R1, Left, Left, R1, L1, Circle, Right Unlock Trashmaster
    L2, Up, R1, R1, Left, R1, R1, R2, Right, Down No citizens or cops, only gang members having gun fights
    L1 L1 R1 R1 L2 L1 R2 Down Left Up Turns All Vehicles Into Country Vehicles
    R1, R2, L1, R2, Left, Down, Right, Up, Left, Down, Right, Up Weapons 1
    R1, R2, L1, R2, Left, Down, Right, Up, Left, Down, Down, Left Weapons 2
    R1, R1, Circle, R2, Up, Down, Up, Down, Up, Down Lower Wanted Level
    R1, R1, Circle, R2, Right, Left, Right, Left, Right, Left Raise Wanted Level
    R1, R2, L1 , X, Left , Down, Right, Up, Left, Down, Right, Up $250,000, full health and armor (also repairs cars if you are in one)
    R1, R2, L1, R2, Left, Down, Right, Up, Left , Down, Down, Down Weapons 3
    R2, R1, X, Triangle, X, Triangle, Up, Down Pedestrians have weapons
    Down, Left, Up, Left, X, R2, R1, L2, L1 Pedestrian Riot (cannot be turned off)
    Down, Up, Up, Up, X, R2, R1, L2, L2 Pedestrian Attack (cannot be turned off)
    Circle, Circle, L1, Circle, Circle, Circle, L1, L2, R1, Triangle, Circle, Triangle Spawn A Rhino
    Circle, L2, Up, R1, Left, X, R1, L1, Left, Circle Black Traffic
    Up, Right, Right, L1, Right, Up, Square, L2 Spawn Rancher
    Triangle, Up, Right, Down, L2, L1, Square Faster Gameplay
    R2, L2, R1, L1, L2, R2, Square, Triangle, Circle, Triangle, L2, L1 Destroy Cars
    Right, R2, Circle, R1, L2, Square, R1, R2 Cars on Water
    Circle, Circle, L1, Square, L1, Square, Square, Square, L1, Triangle, O, Triangle Faster Clock
    R2, X, L1, L1, L2, L2, L2, Square Overcast
    R2, Circle, R1, L2, Left R1, L1, R2, L2 Aggressive Traffic
    Triangle, Up, Right, Down, Square, R2, R1 Slower Gameplay
    R2, Up, L2, Left, Left, R1, L1, Circle, Right Spawn a Stretch
    Down, R1, Circle, L2, L2, X, R1, L1, Left, Left Spawn Bloodring Banger
    Circle, L1, Up, R1, L2, X, R1, L1, Circle, X Spawn Caddy
    Right, R1, Up, L2, L2, Left, R1, L1, R1, R1 Spawn Faster Cars
    Circle, L1, Down, L2, Left, X, R1, L1, Right, Circle Pink Traffic
    Right, L2, Down, R1, Left, Left, R1, L1, L2, L1 Commit Suicide
    R2, Circle, Up, L1, Right, R1, Right, Up, Square, Triangle Flying Boats
    Triangle, R1, R1, Left, R1, L1, R2, L1 Insane Handling
    Triangle, L1, Triangle, R2, Square, L1, L1 All Vehicles Invisible (Except Motorcycles)
    Right, R1, Up, L2, L2, Left, R1, L1, R1, R1 All Traffic Lights Stay Green
    R2, L1, Circle, Right, L1, R1, Right, Up, circle, R2 Spawn Hotring Racer #2
    R1, circle, R2, Right, L1, L2, X (2), Square, R1 Spawn Hotring Racer #1
    R2, X, L1, L1, L2, L2, L2, Square Morning
    R2, X, L1, L1, L2, L2, L2, Circle Storm
    R2, X, L1, L1, L2, L2, L2, Triangle Night
    R2, X, L1, L1, L2, L2, L2, X Fog
    R2, X, L1, L1, L2, L2, L2, Down Noon
    CIRCLE, RIGHT, CIRCLE, RIGHT, LEFT, SQUARE, TRIANGLE, UP Locks wanted level at however many stars you have. They will NEVER increase or decrease, not even with bribes/cheats. Still get attacked in impound.
    Triangle, Up ,Up, Left, Right, Square, Circle, Down Max Fat
    Triangle, Up ,Up, Left, Right, Square, Circle, Right Skinny
    Left, Right, L1, L2, R1, R2, Up, Down, Left, Right Jetpack
    Up, Up, Triangle, Triangle, Up, Up, Left, Right, Square, R2, R2 Jump 10 times higher
    Left, Left, Down, Down, Up, Up, Square, Circle, Triangle, R1, R2 Spawns Quadbike
    Triangle, Triangle, Square, Circle, X, L1, L1, Down, Up Spawns Hydra
    Triangle, Triangle, Square, Circle, X, L1, L2, Down, Down Spawns Vortex
    L1, L2, L2, Up, Down, Down, Up, R1, R2, R2 Any vehicle you punch this in, can blow up anything like a tank.
    Triangle, Square, Circle, Circle, Square, Circle, Circle, L1, L2, L2, R1, R2. Jump 100 feet in air on bike
    Up, Up, Down, Down, Square, Circle, L1, R1, Triangle, Down. Everyone bikini babes, all cars beach cars, Cj in shorts and flipflops.
    Right, Up, R1, R1, R1, Down, Triangle, Triangle, X, Circle, L1, L1 Spawn a Monster
    Left, Right, L1, L2, R1, R2, R2, Up, Down, Right, L1 spawn a parachute
    Circle, Up, L1, L2, Down, R1, L1, L1, Left, Left, X, Triangle. Stuntplane
    triangle,up,up,left,right,square,circle,left Max Muscle
    SQUARE, L1, R1, RIGHT, X, UP, L1, LEFT, LEFT always midnight (time stuck at 00:00)
    Up, Left, X, Triangle, R1, Circle, Circle, Circle, L2 Super Punch
    up, L1, R1, up, right, up, x, L2, x, L1 Increase car speed
    up, up, square, L2, right, x, R1, down, R2, circle Full Weapon Aiming Whilst Driving
    square, down, L2, up, L1, circle, up, x, left Cars Fly
    DOWN, SQUARE, UP, R2, R2, UP, RIGHT, RIGHT, UP Recruit Anyone (9mm)
    Down, Left, L1, Down, Down, R2, Down, L2, Down Infinite Lung Capacity
    Left, Left, L2, R1, Right, Square, Square, L1, L2, X Orange Sky
    R2, L1, L1, RIGHT, RIGHT, UP, UP, X, L1, LEFT spawn dozer
    Up, Down, L1, L1, L2, L2, L1, L2, R1, R2 Sand Storm
    X, Down, Up, R2, Down, Triangle, L1, Triangle, Left No Peds, Hardly any traffic, Parked cars still spawn
    Triangle, Triangle, L1, Square, Square, Circle, Square, Down, Circle Civilians are fast food workers & clowns, CJ is a clown, cars are pizza scooter, BF Injection, HotKnife, Tug, Quad, etc.
    up,x,triangle,x,triangle,x,square,R2,right all taxis get nitro + jump up when you press L3
    x,x,square,r1,l1,x,down,left,x andrenaline mode
    RIGHT, R2, UP, UP, R2, CIRCLE, SQUARE, R2, L1, RIGHT, DOWN, L1 Aggressive Drivers
    R2, R2, R2, X, L2, L1, R2, L1, DOWN, X Recruits Anyone (w/Rockets)
    Down, X, Right, Left, Right, R1, Right, Down, Up, Triangle Infinite health, still hurt from explosions, drowning, and falling.
    square,square,R2,left,up,square,R2,X,X,X Improve Suspension
    L1, Circle, Triangle, L1, L1, Square, L2, Up, Down, Left All Pedestrians Are Elvis
    DOWN, SQUARE, X, LEFT, R1, R2, LEFT, DOWN, DOWN, L1, L1, L1 Hitman In all weapon
    L1, R1, SQUARE, R1, LEFT, R2, R1, LEFT, SQUARE, DOWN, L1, L1 Inf Ammo
    L2, RIGHT, L1, TRIANGLE, RIGHT, RIGHT, R1, L1, RIGHT, L1, L1, L1 Chaos mode
    CIRCLE, TRIANGLE, TRIANGLE, UP, CIRCLE, R1, L2, UP, TRIANGLE, L1, L1, L1 Max Sex appeal
    L2, RIGHT, L1, UP, X, L1, L2, R2, R1, L1, L1, L1 All Traffic is Junk Cars
    L1, R1, TRIANGLE, DOWN, R2, X, L1, UP, L2, L2, L1, L1 Max Respect
    LEFT, TRIANGLE, R1, L1, UP, SQUARE, TRIANGLE, DOWN, CIRCLE, L2, L1, L1 All Cars Nos
    TRIANGLE, LEFT, SQUARE, R2, UP, L2, DOWN, L1, X, L1, L1, L1 Traffic is Country Vehicles
    SQUARE, L2, X, R1, L2, L2, LEFT, R1, RIGHT, L1, L1, L1 Max All Vehicle stats (Driving, Flying Bike, Cycling)
    X, L1, UP, SQUARE, DOWN, X, L2, TRIANGLE, DOWN, R1, L1, L1 Peds Attack (Guns)
    R1, UP, LEFT, RIGHT, R2, UP, RIGHT, SQUARE, RIGHT, L2, L1, L1 Spawn Tanker
    CIRCLE, X, L1, CIRCLE, CIRCLE, L1, CIRCLE, R1, R2, L2, L1, L1 Spawn Hunter
    L2, DOWN, DOWN, LEFT, SQUARE, LEFT, R2, SQUARE, X, R1, L1, L1 Weather Cloudy
    Left, Right, Right, Right, Left, X, Down, Up, Square, Right Gang members spawn much faster
    X, Square, Down, X, Square, Up, R1, R1 Calls the nearest ped to get in your car or get on your bike. Only gives a confirmation message if you're in a vehicle and there's a ped nearby.

    cheat night club



    This is similar to the previous item cheat. I am just providing information that you can do the same to the Facebook Credits items in the game. You should have 2 of Subaquatica ripple dance floor (2 FBcredits) and 2 Midnight metropolis (3 FBcredits). Let's make them grow.

    Tools (download these tools in the Tools section):

    • Cheat Engine
    • Firefox
    Steps:

    1. Go to Nightclub city. [click to play]
    2. So you already have 2 of those FB credits item.
    3. Open Cheatengine and select browser in process list.
    4. In Cheatengine, scan '2' in 4bytes. Now you'll see a couple of addresses.
    5. Now place 1 floor back in your club. Now there's 1 floor left.
    6. In cheat engine, NEXT scan '1' in 4bytes.
    7. Put 1 floor back in your inventory. Now you have '2' floors in your inventory.
    8. Go back to cheat engine and NEXT scan '2'. Repeat these steps till only 1 address left as shown in the video.
    9. Double click on the address and edit the value of the address to 99.
    10. Have fun decorating your club now with FB credits flooring. (note: you can do this for other fb credits items too if you have at least 2 of those)
    Also it's quite impossible to change your Facebook credits as the information is saved server side. I have tried and the value will change, but when you purchase an item, Facebook checks their database and informs that you do not have sufficient credits.

    Hack Ninja saga 100% work

    NTUK CHEAT DAMAGE

    1.Buka http://www.cheatengine.org/downloads.php and download Cheat Engine is an open source tool designed to help you with modifying single player games running under window so you can make them harder or easier depending on your preference(e.g: Find that 100hp is too easy, try playing a game with a max of 1 HP), but also contains other usefull tools to help debugging games and even normal applications.

    It comes with a memory scanner to quickly scan for variables used within a game and allow you to change them, but it also comes with a debugger, disassembler, assembler, speedhack, trainer maker, direct 3D manipulation tools, system inspection tools and more.

    For new users it is recommended to go through the tutorial(The one that comes with Cheat Engine, you can find it in your programs list after installing) and at least reach step 5 for basic understanding of the usage of Cheat Engine

    2.klik select proces to open(icon gambar komputer di pojok kanan setengah atas)
    3.cari browser yang kamu pakai utk main ninja saga
    4.trus klik open 5.pada kolom value type ganti dengan "Array of bytes" dan centang also scan read in-memory
    6.scan kode ini 62 04 D3 24 64 A3 A2 di frist scan
    7.klik 2x di bawah tulisan addres(pojok kanan setengah atas)
    8.di bagian bawah kan hasil dari klik 2x tadi
    9.di bawah tulisan value klik 2x
    10.ganti kode 62 04 D3 24 64 A3 A2
    11. menjadi 62 04 D3 24 64 A2 A2
    12.selamat

    Update 7 Desember 2010

    Cheat Ninja Saga NS all in one

    Features:
    1.free user bisa mainkan misi punyanya emblem user
    2.one hit kill (di hunting house)
    3.special mission 10K, 10.5K, 18K, 15K(yg hanya bisa di lakukan 2kali dalam sehari)
    4.cunin & jounin exam instan
    5.reset atribute(yg hanya bisa di lakukan 1x dalam sehari)
    6.skill effect(Hellfire, Stun, Token Effects x99)
    7.learn and remove skill
    8.gold hack mission (ada di grade b,c)