PDA

View Full Version : Need help on how to use iHaxGamez




Abc s67
Dec 12, 2007, 05:36 PM
how do i use



Blue Velvet
Dec 12, 2007, 05:47 PM
In the download is the documentation on how to use it.

gauchogolfer
Dec 12, 2007, 05:48 PM
In the download is the documentation on how to use it.

Admirable restraint on the 'lock' button, BV.

Abc s67
Dec 12, 2007, 06:40 PM
Um i have seen the document but i still need help ill be waiting for response

Abc s67
Dec 12, 2007, 06:43 PM
In the download is the documentation on how to use it.
Well i think it is much more confussing then cheat engine and having a mac this is the best thing i could find

Rayzed
Dec 13, 2007, 01:02 PM
I wrote iHaxGamez so I might know how it works. What program are you hacking? Is it an online multiplayer game or just a single player game on your computer? Did you figure out which address(es) to change? Did you change a value at an address? Did you then hit the Enter key to lock in your change?

je1ani
Dec 13, 2007, 01:27 PM
Cheaters Suck

i try my best
Dec 16, 2007, 12:08 AM
I wrote iHaxGamez so I might know how it works. What program are you hacking? Is it an online multiplayer game or just a single player game on your computer? Did you figure out which address(es) to change? Did you change a value at an address? Did you then hit the Enter key to lock in your change?

i cannot quite find out how to get to change the money and whatever else :confused:

Rayzed
Dec 16, 2007, 04:19 PM
You sent me a message saying that you were trying to add to your money in the online game, "Dragon Fable".

With online games, it's usually not possible to hack your character, because the data for each character is actually stored and tracked by the server hosting the game. If you were able to find and change the memory location on your computer that holds the amount of money that you have, then the server hosting the game would correct the amount when your computer tried to use the money. Most online services will ban users who attempt to hack values on the client's end because it is unfair to other users of the service.

iHaxGamez was designed to hack games running on your local computer only. That way, you're not cheating other people, but only making changes that affect your own game experience.

dumbball
Dec 20, 2007, 06:47 PM
Can i hack my rollercoaster tycoon game with this program to get me more money?

Man bear pig
Dec 31, 2007, 05:34 PM
ok im having the same problem, and ive been on cheatengine for dragonfable, you cant change your gold, but what I want to be able to is change the damage of a weapon which i think you should be able to do with this engine, and then you can get as much gold as possible by beating the hardest people

Mac Attack99
Feb 10, 2008, 03:43 PM
Ihaxgamez is not working! Try using it on the game Feudalism on Addictinggames.com! I try all of the data types and it doesn't work! :apple:

Man bear pig
Feb 13, 2008, 04:50 PM
dude ive been waiting for a reply for 2 months your not going to get one by repetitvely posting in it sorry, its just a bad hacking program

Rayzed
Feb 14, 2008, 08:35 PM
OK, Here goes:

Flash is evil (IMHO). I will start with a solution to your Feudalism problem, and then, I will explain my opening opinion.

In order to hack Feudalism (and many other Flash games), you need to get out your calculator or your "Multiplication Tables: Page 8". All integers are stored internally in this version of Flash as 8 times their meaningful value. (I will explain why in a sec, but just keep reading for now.) So, if you're looking for the number 20, look instead for the integer, 160. (Thats because 20 x 8 is 160.) Now, make that number change to something else (19 perhaps). Search for the new value, 152 (thats 19 X 8). Go to the found address and replace it with a multiple of 8 like 800 (100 x 8). Go back to the game and make it refresh/repaint the field value (perhaps hit the plus sign that affects the number). Wow!!! It's Magic!!! U R 2 Amazing, Rayzed!!!

Why does Rayzed think Flash is evil? Flash uses a "virtual machine" to run Flash applications. Depending on the Flash version, perhaps even the machine you're running it on, it uses one of a few (or many?) virtual machines. A virtual machine is a program that translates commands from flash so they work under whatever browser/operating system you have. Each virtual machine can store values (integers, strings, etc) in any way it wants to store them. In the case of some Flash VMs, it stores integers left shifted 3 bits (if you understand binary numbers, this is what causes the need for multiplication by the number 8 which in binary is 00001000). This should explain the need for multiplication, but let me continue my rant for a moment.

During my research, I found one location on the web that stated that (at least one) Flash VM stored integers in immutable variables (I'm guessing as strings because strings are usually immutable in modern programming languages). This means that every time a number is changed, its location in memory changes. This, of course, would make searching for values with programs like iHaxGamez impossible.

So, when you come across a Flash game, try the multiplication method. If that fails, good luck, I have no idea what will help at this time.

Rayzed
Feb 14, 2008, 08:44 PM
As far as Dragonfable is concerned, I would have responded with help two months ago if your comment was placed in the form of a question rather than a statement.

I recommend not cheating if Dragonfable is a multiplayer game. I don't think it's fair to others playing the game. I don't want to sign up to play it so I can't test out how to make changes, nor can I tell if it's a multiplayer game. If it's not a multiplayer game, try the multiplication method to make a change. As long as the server doesn't validate the numbers, try changing your gold amount first. I would think that if they spent the time to validate the gold amount, they would validate your weapon stats the same way, but try and see. Maybe you'll get lucky.

<rant mode="self righteousness" soapboxlevel="Babylonian tower" >
Also, iHaxGamez is not a "bad hacking program". It works just fine when used properly. I did a lot of testing on both my PPC and Intel based Mac. I predicted a possible change in processors two years before Apple switched to Intel from PPC processors. The difference between Bigendian and Littleendian Integer storage was handled when Apple hated the Intel architecture. Plus, it's open source, so if something doesn't work right, anybody has the chance to fix it, or they can tell me why it isn't working. As I have time to make changes, I will release a version that handles the Flash x8 automatically. Or, perhaps somebody out there might do it for me. We're in a crunch at work so I'm coding a lot during the week. Most weekends, lately, I prefer to play on my Xbox rather than in front of XCode.
</rant>

Man bear pig
Feb 15, 2008, 03:47 PM
Ok well Dragon Fable is not a multiplayer game it is a one person rpg, there is no interaction between other players in the actual game, as for gold it is server sided which means I can't change it, but I should be able to change the weapon damage and health because I have seen many pc cheating aplications that can do this, for some reason I have just not been able to do it for some reason, and as you dislike flash then maybe it is just flash being flash, I am sorry for insulting your engine i meant nothing of it, thank you for your response

Rayzed
Feb 15, 2008, 07:41 PM
I'm sorry I was in a kRayzed mood yesterday. In re-reading my rant, I sounded like a jerk. I am a Jerk, but I didn't want to let the word get out!

:D

If you point me to a current PC cheating method for Dragon Fable, I can see if I can translate it into an iHaxGamez version.

Mac Attack99
Feb 15, 2008, 09:11 PM
So do i have to multiply the number i want to change by 8 before i can search it? Would it be different in different games? And once I have multiplied the number by 8 would i have to change the integer? :confused:

Mac Attack99
Feb 16, 2008, 11:21 AM
The x8 theory worked for feudalism but when I had tried several other flash games it didn't work? :confused:

Rayzed
Feb 17, 2008, 05:54 PM
Basically, the idea for these Flash applications is that every number you enter into iHaxGamez needs to be 8 times the desired value. This is true for Searching, Filtering, and Replacing.

Unfortunately, this only works on some Flash apps.

Mac Attack99
Feb 18, 2008, 12:45 PM
I found that most of the games on the website arcade town could be hacked. Maybe because they make them all a similar way?:apple: Would there be a way to tell if they game could be hacked?

Rayzed
Feb 18, 2008, 01:59 PM
I have no clue. Perhaps somebody might know, but I never wrote anything in Flash. I'm more of a "make it go" programmer than a "make it look good" programmer.

Man bear pig
Feb 24, 2008, 03:03 AM
i hadnt checked my email in like 2 weeks and i just suddenly saw these responses, ok well I have been looking over the way pc cheat and the way you do and they are similar, the only problem is that when they find the variable they want change they freeze it(which i guess keeps it the same) and the problem im having is that when i find the variable that i wwant to change i.e. damage or health i am unable to because ill put the new damage in and refresh that creen if i do that then the variable returns to its old self, while if i do nothing it stays the way i put it but does not actually take into affect, http://forum.cheatengine.org/viewtopic.php?p=824278#824278 if you scroll down a bit there will be different hacks and explanations on how to do them, if you could figure out what im doing wrong or how i could actually change the values and keep them changed it would be appreciated, and no i dont think u were mean in those posts, you were just mad at me disrespecting your product, i could never make something like this anyway so i think highly of you.

bullittube
Mar 24, 2008, 07:50 PM
hi

i am trying to hack a game called "drag racer V3" but i can't fined the value
i was wondering if u could help thanks :) (i have used CE)

skierdude
Apr 12, 2008, 09:53 PM
I dont know about u guys, but this program has very rarely let me down. In some games such as: http://addictinggames.com/achillies

do not work for me, meaning i cannot intercept the change of numbers.

Also, what is the latest version of ihaxgamez?:D

SnoopyLoL
Jun 2, 2008, 09:17 PM
YES, I found the person who made iHaxGamez!! Okay. First, I have a suggestion for the next version: SAVING CHEATS! That way, we would be able to save the address and value so that we don't have to go through such a long process to find the variable. Second, is it possible that if you maintain too many searches on one program that the program that you are H4Xing crash?

OKAY, for the person who wanted to h4x Dragon Fable: I can show you how to make you get A LOT of money using a memory editor for I have done so except with a similar program called "The Cheat" that doesn't work for me anymore because of Leopard. So, you go to DragonFable log-in blah, blah. Go to Amityvale and then to the pumkin patch quest. Search 0 (YES, I SAID DO IT) on two windows and wait for the search to finish. Kill the first encounter. Search your Exp*8 on one window + Gold*8 on the other). Repeat till you have one variable each. Change both to 999999999 (that's 999-999-999). Finish the quest and viola :eek: 'TIS DONE! :eek: UR RICH!!! :eek::D:cool::rolleyes: (Option+Shift+K=, Yes I know, I am a Mac geek)

Hey! Another question, is it possible to make iHaxGamez undetectable by other programs? When I hack minerals on multiplayer on Starcraft, I automatically get disconnected.

Dustyculater
Jul 11, 2008, 02:44 PM
Hey rayzed does ihaxgamez work on games like neopets?:confused:

GhostTiger
Jul 13, 2008, 08:10 PM
how do i use

If a picture's worth 1000 words... check these pictures out:

http://www.macclubindonesia.com/forums/showpost.php?p=148489&postcount=19

-can the basics on how to use iHaxGamez be explained more eloquently than that? :)

GhostTiger
Jul 13, 2008, 08:14 PM
Also, what is the latest version of ihaxgamez?:D

iHaxGamez Version 1.5.2

Kaiguy777
Jul 17, 2008, 05:53 PM
got a question for you rayzed, if you still post in this thread, could you describe how i could hack the game Pandemic 2 by crazy monkey games? like you did with that dragon fable game.

bobbbo
Jul 24, 2008, 10:05 PM
can u hack mob wars on facebook

dejournett
Aug 18, 2008, 10:34 PM
so when i use it on adobe flash player 9 do i multiply it by 9.. or what?

dejournett
Aug 18, 2008, 10:39 PM
look down, lol double post

dejournett
Aug 18, 2008, 10:40 PM
also, i want to hack 'age of war.' great game, just hard to beat (on impossible mode) w/o inf. $$+ 200k instant xp. also, (wow im a nerd) i noticed that 2147,483,647 was you 4 byte limit. do you play rs?

the mainmac man
Sep 26, 2008, 02:23 PM
I am trying to use it on swords and sandals 2 and it's not working I wanted each stat to increase by 100 so I typed 12 in the "Search For" box then I changed one of the values to 96 and I went to the window hit one of my stats and it just went up by one, (you start out with 9 skill points) so I'm wondering how do you change the amount of experience you start with (if possible) or do I just change the stats directly without changing the 9 experience I start with also I am a little confused because all you say to do is just click the plus symbol but I don't know which number to choose from the list that says over a thousand different options that equal 12 when I only changed one to 96 I will keep working on it but I will probably give up when it doesn't work I suppose I will try on some of the games it works on just to get the hang of it but please help! :confused:

agent.17k
Oct 6, 2008, 01:29 PM
ihaxgamez is shown as a disk image. :mad: need help.

GhostTiger
Oct 7, 2008, 07:20 PM
ihaxgamez is shown as a disk image. :mad: need help.

From the look of the pic there you have the iHaxGamez1.5.2.dmg file icon on your desktop:

1. Click somewhere on your desktop other than on any icon there.
2. Either right-click on the desktop and click New Folder option from the pop-up menu OR click File from the Finder bar at the top of the screen and click New Folder option from the drop-down menu.
3. Name this folder something like iHaxGamez152
4. Double-click the iHaxGamez1.5.2.dmg file icon on your desktop which will open a window titled iHaxGamez.
5. This window has 3 files in it:
iHaxGamez Documentation
iHaxGamez
iHaxGamez Source
6. Select all 3 files and drag them to the iHaxGamez152 folder you created in step 2 and 3 above
7. Click the Eject icon alongside iHaxGamez disc image to quit the dmg
8. To run the program either double-click the iHaxGamez icon in the iHaxGamez152 folder window OR click-drag the iHaxGamez icon to the Dock and run it from there.

agent.17k
Oct 9, 2008, 05:11 PM
stuck as disk image. I don't know what to open it with. it also can't be opened except by textedit, and that comes out as gibberish

agent.17k
Oct 10, 2008, 03:17 PM
somthing was messed up on my computer. Its workin now:D

wdencker
Oct 18, 2008, 02:16 PM
I wrote iHaxGamez so I might know how it works. What program are you hacking? Is it an online multiplayer game or just a single player game on your computer? Did you figure out which address(es) to change? Did you change a value at an address? Did you then hit the Enter key to lock in your change? please give ihaxgamez the ability to freeze values
if you did that yours would be better than cheat engine because of the simplicity of using ihaxgamez:D

Bobba Jack 0089
Mar 2, 2009, 09:07 PM
How do i get IHaxGamez?

GhostTiger
Mar 9, 2009, 05:13 AM
How do i get IHaxGamez?

Download it from the Apple website:

http://www.apple.com/downloads/macosx/games/utilities/ihaxgamez.html

Whitefang8355
Mar 21, 2009, 09:38 PM
do you play rs?

I play rs and have tried iHaxGamez on it. It is a Java based game, but editing values dont stick because I am guessing the server corrects the change. You can edit anything with numbers and letters on runescape. I have found out you can edit Text in the chat box using the "String (1 Byte) ASCII" search. I have not tried the "value x8" trick, and I expect it wont work because again, Rs is Java based Game.

Hey! Another question, is it possible to make iHaxGamez undetectable by other programs? When I hack minerals on multiplayer on Starcraft, I automatically get disconnected.

I have tried that to on Starcraft. Its a different program then flash or java, and I suspect they have protection against data editing, but I am unsure if it is just a game issue or iHaxGamez issue.

I plan on doing some of my own coding w/ xCode myself. I will let you know what I come up with.

HackerManOmar
Apr 20, 2009, 06:13 AM
What is so hard about it...?
I am new ti this too, but i figured it out my self in less than 10 minutes.

Firstly

Go to whatever game you want to hack, if you want to hack health,
then look at your current health, go back to iHax and choose the game up the top.
and in value type the number (how much health you have) if it does not have a number and it is full you type 100 if it is full and click search...
you should come up with some addresses, go back to the game and lose some health, then go to iHax and type your new health status in the box in the lower right corner and click search, you should have a little less than before =, go back to the game lose more health, go back to iHax then type it in and click Search.
Keep on doing that until you come up with one or two them, when you come up with 2 click on the upper one, if you come up with one then just double click on the value of health you searched last and you have to type something (TYPE WHATEVER YOU WANT YOUR HEALTH TO BE):eek: go back to the game and

TA-DA :D
here you have it.

you can do this with ammo, etc.


øMå®
HackerManOmar :cool:


EDIT: OMG SO MUCH TYPOS (ERRORS-for all of you idiots out there) SORRY HOPE YOU UNDERSTAND IT ANYWAYS
:apple:

HackerManOmar
Apr 20, 2009, 06:19 AM
How do i get IHaxGamez?

Google it Stupid...:rolleyes::cool:

if you still can't find it, then it is on the apple site under utilities :D:o:):mad::rolleyes::p;):apple::cool::eek::p

Whitefang8355
Oct 12, 2009, 08:40 PM
Look into packet / packet sniffing software. I am still looking into it myself but with not much luck on the Macintosh end of it. Windows is more promising in packet editing and sniffing software.

(Packets are information files or texts that gets sent directly over the internet between servers and clients. For example, Passwords, files names, server addresses, plain files, values and many other information texts. There are Mac packet sniffers, but it is hard to find one that works well. I have "Eavesdrop". It is the only packet sniffer I found that works on Mac OS-X 10.3 and higher.)

SnoopyLoL
Oct 12, 2009, 11:20 PM
YES, I found the person who made iHaxGamez!! Okay. First, I have a suggestion for the next version: SAVING CHEATS! That way, we would be able to save the address and value so that we don't have to go through such a long process to find the variable. Second, is it possible that if you maintain too many searches on one program that the program that you are H4Xing crash?

OKAY, for the person who wanted to h4x Dragon Fable: I can show you how to make you get A LOT of money using a memory editor for I have done so except with a similar program called "The Cheat" that doesn't work for me anymore because of Leopard. So, you go to DragonFable log-in blah, blah. Go to Amityvale and then to the pumkin patch quest. Search 0 (YES, I SAID DO IT) on two windows and wait for the search to finish. Kill the first encounter. Search your Exp*8 on one window + Gold*8 on the other). Repeat till you have one variable each. Change both to 999999999 (that's 999-999-999). Finish the quest and viola :eek: 'TIS DONE! :eek: UR RICH!!! :eek::D:cool::rolleyes: (Option+Shift+K=, Yes I know, I am a Mac geek)

Hey! Another question, is it possible to make iHaxGamez undetectable by other programs? When I hack minerals on multiplayer on Starcraft, I automatically get disconnected.

Wow I really was a retard then.
Anyways, on Starcraft, apparently in on-line values are checked against other computers in the same match, if the values differ, the game is dropped. At least that's what I remember of it. You can thought spoof your name if you can find the correct variable. This is most likely why there isn't a Starcraft hack that directly changes the value of resources.

On packet sniffing, apparently Wireshark is supposed to be very good. I haven't ever tried it though. Here's the link: http://www.wireshark.org/

Sticky hand
Nov 27, 2009, 08:12 PM
Hey everyone,

Its me, Sticky Hand, um I am having some trouble on how to use ihaxgamez on habbo. Every time I go onto the Safari and type in my first number (and yes, I did multiply it by eight) it wont come up with anything :confused:. So Im just kinda of wondering if anyone can help me out with this

xxxSAVAGExxx
Jan 6, 2010, 01:21 PM
Ok so I have watched a couple of videos on youtube about how to use iHaxGamez but I cannot seem to be able to do it. I start up the iHaxGamez program, log onto Arcuz, go to my inventory to get amount of gold I have, 1634, multiply by 8, 13,072. I then enter this number into the 'search for' box and press search, using integer (4 byte). Nothing comes up under the results. It searches super fast but still nothing will appear. Any help would be appreciated. Thank you.:confused:

bhynk
Feb 16, 2010, 11:08 PM
hey people, well im trying to hack the game "gangster city" from facebook..so here is my problem:

1. I open firefox -> fb -> gangster city..also i open ihaxgamez..
2. In ihaxgamez i put firefox-bin -> search
3. In search for i put the exact money i have, then in gangster i buy something
4. Then in current value i put my new amount of money, an it appears my mone, so in value (double click..) i put 999999.
5. In gangster city change the money to 999999 yeah, but..

a few minutes after gangster city tell me that there is an error so anything i bought with the 999999 disappears :(

Anyone can help me :)

Thanks

Buizel
Aug 10, 2010, 08:09 PM
When i try and open the ihaxgamez thing it says it wont open for my version of the mac or something. my mac is a version 10.4.11 is there a version of ihaxgamez that works for this?! also, does ihaxgamez work for armies of gielenor?:apple:

GhostTiger
Sep 9, 2010, 06:08 PM
Looks like you have downloaded iHaxGamez 1.6.1 version for OS X 10.5 and Intel chipped Apple Macs. This will not run on earlier machines under OS X 10.4 Tiger.

Good news though, a version of iHaxGamez that will run under Tiger is included with iHaxGamez 1.6.1

Double-click on the application icon "iHaxGamez for OSX 10.4" and you're then all good to go.

(Of course, you first need to create a Folder and copy the contents of the .dmg file to this)

sara1991
Sep 29, 2011, 08:23 AM
I wrote iHaxGamez so I might know how it works. What program are you hacking? Is it an online multiplayer game or just a single player game on your computer? Did you figure out which address(es) to change? Did you change a value at an address? Did you then hit the Enter key to lock in your change?


Please i need help trying to get cash and ex points in cityville and empire & allies.. plz explain to me how to do it