gamerzworld 1,025 Posted January 13, 2006 Share Posted January 13, 2006 (edited) line 500 make b go higher than 41. Your car will go high into the sky! Also some how I made a tire dissapper on the PCJ 600. I dont know how I did it. Will the capture thing save the settings? It might of been line 500 because I was messing around with it Edited January 13, 2006 by gamerzworld Link to post Share on other sites
edisoncarter 11 Posted January 13, 2006 Author Share Posted January 13, 2006 (edited) Here's the solution now. v0.7b: added support for cheats with pplayer and pobj in them For all firmware versions: US/Canada version 0.7b http://www.maxbot.com/gta/CheatDevice07bUS.zip UK/EU version 0.7b http://www.maxbot.com/gta/CheatDevice07bUK.zip So now it is possible to make a cheats.txt code out of stuff in the player object. Here's how you write the stuff vettefan has found already: // by vettefan, requires CheatDevice 0.7b #cheat Visible Tony setchar(pplayer + 0x19A, 0x02); #cheat Invisible Tony setchar(pplayer + 0x19A, 0xE2); // by vettefan, requires CheatDevice 0.7b #cheat No Footprints setchar(pplayer + 0x198, 0x00); #cheat Bloody Footprints setchar(pplayer + 0x198, 0x40); // by vettefan, requires CheatDevice 0.7b #cheat Not Bleeding setchar(pplayer + 0x197, 0x00); #cheat Always Bleeding setchar(pplayer + 0x197, 0x0F); If you find an address by doing compares and it starts 0x09, here's what you need to do. Go back to the Cheat Maker screen and get the pplayer pointer from the line "Hex Edit PlayerObject (some hex number)". You need a hex calculator. The calculator that comes with Windows has hex. Subtract the PlayerObject number from the number you found. If the result is between 0 and about 2000, congratulations, you found a number in the player object. You can then write your address as "pplayer + the result from the hex calculator". Edit: I just updated 0.7b so if you use the Enter Cheat command, it'll do the above paragraph with the hex calculator for you automatically. If you downloaded it in the last 20 minutes, you should download it again. Enter Cheat will automatically make a cheat command with "pplayer + offset" in it if you enter an address in the player object. If you don't see that it used pplayer and you have an address starting with 0x09, it probably won't work consistently. Edited January 13, 2006 by edisoncarter Link to post Share on other sites
-Phoenix- 0 Posted January 13, 2006 Share Posted January 13, 2006 (edited) I found an area where you can modify what action Toni is doing, but not all of them...... Address 0x0994D39C (But if it dosen't work, go to the Player Object Hex Editor, and look for 0x0000034c) #cheat Toni Move Freely setchar(pplayer + 0x34c, 1); // (or 0) // (He can move freely and do what he wants) #cheat Toni Freeze (Control Freezes) setchar(pplayer + 0x34c, 13); // (Enable both "Normal Toni Position" & "Toni Freeze", start running, while running, remove "Toni Move Freely" and Toni will run by himself.) #cheat Toni Can Turn Around Only setchar(pplayer + 0x34c, 17); #cheat Toni Cannot Use Ammo In His Weapons setchar(pplayer + 0x34c, 25); // (Toni can try to shoot with a weapon, but won't work, ammo won't come out, except for 1st Person Weapons, try using this with the Katana, and press CIRCLE" a lot.) #cheat Toni Holding Cellphone Position setchar(pplayer + 0x34c, 36); // (Toni's arm position is like if he is calling someone with his cellphone.) #cheat Game Freezes setchar(pplayer + 0x34c, 7); // (Enable this and the game freezes/crash.) #cheat Analog Stick Only Move Toni Forward setchar(pplayer + 0x34c, 41); // (Like if you did the "Change Ped" Cheat.) #cheat Toni Falls On Ground And Gets Up (and repeat) setchar(pplayer + 0x34c, 42); #cheat Toni Falls On Ground Once And Then Freezes When He Gets Up setchar(pplayer + 0x34c, 43); #cheat Instantly Warp To Last Entered Vehicle (Toni Freeze After) setchar(pplayer + 0x34c, 47); // (48 also works) #cheat Toni Becomes Invisible, But Toni Freezes setchar(pplayer + 0x34c, 50); #cheat Go In Vehicle From Any Distance setchar(pplayer + 0x34c, 24); // (When you enable this, you will enter the nearest vehicle (or last entered vehicle, I'm not sure) no watter how far you are from it, when you try to enter a bike, you will suddenly appear outside your bike, then Toni will try again to go inside bike over and over......Enable the "Toni Move Freely" to disable this (I think). Once Toni freezes, enable "Toni Move Freely (01)" to un-freeze him. Could there be a possibility that there is a Crouch digit in there? Cannot Make Bike Stand Warping Off Bike Warping Off Bike 2 Falling Down And Getting Up Continuisly Leaving Bike In A Strange Way Leaving Bike In A Strange Way 2 Leaving Vehicle In A Strange Way Bike Won't Blow Up (Might be a glitch I did when I was testing these cheats) Edit: changed to use pplayer so they'll work consistently. You'll need v0.7b to use these. --Edison Edited January 13, 2006 by edisoncarter Link to post Share on other sites
fome 0 Posted January 13, 2006 Share Posted January 13, 2006 real nice work guys! can someone make a no0b tutorial so people like me can understand this a lil more clearly? also can someone create a cheat which allows u to morph into a ped outfit? Link to post Share on other sites
james091686_II_III_IV_V 0 Posted January 13, 2006 Share Posted January 13, 2006 line 500 make b go higher than 41. Your car will go high into the sky!Also some how I made a tire dissapper on the PCJ 600. I dont know how I did it. Will the capture thing save the settings? It might of been line 500 because I was messing around with it I think what you found may have something to do with what happens to your vehicle during collsions because the few times I tried it, my vehicle always went into fast spirals even though I was stopped on flat ground when I entered it. I also found an Ammu-Nation dealer [with the pony tail] out on the street. He was already mad at me and was firing his shotgun, but it wasn't working. He would cock and aim it and empty shells would fall to the ground but no damage was ever done. He had infinite useless ammo though, rather than expendable real shots like normal. Link to post Share on other sites
ADePSP 0 Posted January 13, 2006 Share Posted January 13, 2006 real nice work guys! can someone make a no0b tutorial so people like me can understand this a lil more clearly? also can someone create a cheat which allows u to morph into a ped outfit? I'll be updating the FAQ over the weekend... Sorry about this i'm just really busy at work this week... gerrrrrr!!!! Link to post Share on other sites
The-end 4 Posted January 13, 2006 Share Posted January 13, 2006 real nice work guys! can someone make a no0b tutorial so people like me can understand this a lil more clearly? also can someone create a cheat which allows u to morph into a ped outfit? I'll be updating the FAQ over the weekend... Sorry about this i'm just really busy at work this week... gerrrrrr!!!! Yay ! will there be enough in it so it atchually shows some examples of what to do that would help alot say you made an example tutorial Link to post Share on other sites
ADePSP 0 Posted January 13, 2006 Share Posted January 13, 2006 real nice work guys! can someone make a no0b tutorial so people like me can understand this a lil more clearly? also can someone create a cheat which allows u to morph into a ped outfit? I'll be updating the FAQ over the weekend... Sorry about this i'm just really busy at work this week... gerrrrrr!!!! Yay ! will there be enough in it so it atchually shows some examples of what to do that would help alot say you made an example tutorial I'll be putting examples in yes... Link to post Share on other sites
chrislawrance 0 Posted January 13, 2006 Share Posted January 13, 2006 i have no programming knowledge and am messing around with cheatmaker by using peoples examples and editing there example to do other things teleport is very easy and am getting 07b later so i can make a minigun rocket launcher Link to post Share on other sites
jacob26 0 Posted January 13, 2006 Share Posted January 13, 2006 (edited) Does this support variable declaration and while, or for structures? - Or function declaration? In other words, what raw programming features are available, or could be made available? Oh - CheatDevice reads from cheats.txt... can we write our own libraries? Thanks. P.S.: I can't get any of the Toni is invisible/bleeding/doing random stuff cheats to work, although the smoke bomb cheat does ( ). I just tried directly editing the values, in which case they do work. I'll check the code. Edited January 13, 2006 by jacob26 Link to post Share on other sites
GTA456 0 Posted January 13, 2006 Share Posted January 13, 2006 One question devoted to cheatmaker. How do you edit the hex? do you make a file called cheat.txt in the cheatdevice save file, or do you edit the hex values when you select cheatmaker from the cheatdevice menu? Link to post Share on other sites
chrislawrance 0 Posted January 13, 2006 Share Posted January 13, 2006 the codes edison posted for bleeding footstep, always bleeding and invisible didn't work for me i have version 07b. also could the guy that made the minigun flamethrower post his code up as i cant get it to work Link to post Share on other sites
Karoi 258 Posted January 13, 2006 Share Posted January 13, 2006 the codes edison posted for bleeding footstep, always bleeding and invisible didn't work for me i have version 07b. also could the guy that made the minigun flamethrower post his code up as i cant get it to work Same here... Link to post Share on other sites
jacob26 0 Posted January 13, 2006 Share Posted January 13, 2006 I've been running some tests, and I figure that there's something wrong with the player hex pointer. Link to post Share on other sites
kingvercetti 24 Posted January 13, 2006 Share Posted January 13, 2006 I have a problem here. For a test cheat I gave the 9mm the properties of a shotgun. So, the Pistol offset in PlayerObject is 0x5E8 right? So I changed that value to 13 to give it the properties of a shotgun. It worked. But then it cheats.txt I wrote this: // test cheat#cheat Shotgun Pistolsetchar(pplayer + 0x5E8, 0x13); It showed up as a cheat but when I activated it, switched to my 9mm it... fired like a pistol. What am I doing wrong? Link to post Share on other sites
chrislawrance 0 Posted January 13, 2006 Share Posted January 13, 2006 dont know my guns just disaper completely from my hud i don't know how but it works for sum but not others Link to post Share on other sites
kingvercetti 24 Posted January 13, 2006 Share Posted January 13, 2006 Are we in different countries here? ChrisLawrence do you mean my cheat made your weapons dissapear from the HUD? Perhaps there's a problem with the Player Pointer and reigional re-encoding? Link to post Share on other sites
jacob26 0 Posted January 13, 2006 Share Posted January 13, 2006 (edited) i don't know how but it works for sum but not others That's because it will work if you directly edit the hex values. This isn't practical, so what people are trying to do is program this step. The player hex locations change, so a pointer is needed. That's pplayer. The correct hex location can then be found. However, as I said, there is something wrong with the player pointer, pplayer. Most likely it has not been set properly. Note that this is only a minor bug. Edited January 13, 2006 by jacob26 Link to post Share on other sites
chrislawrance 0 Posted January 13, 2006 Share Posted January 13, 2006 (edited) got minigun flamethrower to work you have to have the gun highlighted on the menu for it to change i managed to get a rocket launcher machine gun. video crashed so couldnt post. hopefully edison with sort out pplayer Edited January 13, 2006 by chrislawrance Link to post Share on other sites
kingvercetti 24 Posted January 13, 2006 Share Posted January 13, 2006 My cheat still doesnt work. Does anyone know what's wrong with it (it's posted above). Link to post Share on other sites
ADePSP 0 Posted January 13, 2006 Share Posted January 13, 2006 (edited) vettefan, could you please PM me with what you did to find the tear gas because I want to use it as an example in the FAQ... Actually, if anyone could PM me with an example of what they did using the PlayerObject to find a cheat that would be really useful... Cheers ADe Edited January 13, 2006 by ADePSP Link to post Share on other sites
chrislawrance 0 Posted January 13, 2006 Share Posted January 13, 2006 kingvercetti it wont work there is a pplayer problem so just put it in manually Link to post Share on other sites
jacob26 0 Posted January 13, 2006 Share Posted January 13, 2006 My cheat still doesnt work. Does anyone know what's wrong with it (it's posted above). I edited the hex values that you give, and my pistol disappeared from my weapons completely. Also, did you read what I posted above? Link to post Share on other sites
GTA_ROCKS 0 Posted January 13, 2006 Share Posted January 13, 2006 (edited) hey guys can't really help as im no good at hackin but was just wonderin if my cheats.txt has this in it #cheat Weapon Set 1 Cheat includes Smoke Bomb // UP SQUARE SQUARE DOWN LEFT SQUARE SQUARE RIGHT setshort(0x08a93ad0, 0x000e); setshort(0x08a93ad4, 200); when i run it will i be able to play with the smoke bombs? p.s. should i have .7 .7a or .7b? Edited January 13, 2006 by GTA_ROCKS Link to post Share on other sites
jacob26 0 Posted January 13, 2006 Share Posted January 13, 2006 (edited) Oh, if I can get some tear gas, which hex values should I check? Can someone get back to me on the functions/logic blocks/libraries/etc. stuff I asked about? I should be able to get th tear gas tomorrow. If I can't, for anyone else, I remember that you can get some when you kill Wayne during Maria's missions. Edited January 13, 2006 by jacob26 Link to post Share on other sites
genaga 0 Posted January 13, 2006 Share Posted January 13, 2006 any i think but 0.7b is best Link to post Share on other sites
The-end 4 Posted January 13, 2006 Share Posted January 13, 2006 hey guys can't really help as im no good at hackin but was just wonderin if my cheats.txt has this in it #cheat Weapon Set 1 Cheat includes Smoke Bomb // UP SQUARE SQUARE DOWN LEFT SQUARE SQUARE RIGHT setshort(0x08a93ad0, 0x000e); setshort(0x08a93ad4, 200); when i run it will i be able to play with the smoke bombs? p.s. should i have .7 .7a or .7b? You have to make cheats.txt it dosen't come with the device ...then just add this into cheats.txt and scroll through cheat dev and select load user cheats then turn it on and type the weapon cheat scroll untill you get a blank icon and that will be the smoke bomb Link to post Share on other sites
Mox 0 Posted January 13, 2006 Share Posted January 13, 2006 I found funny thing in offsets off the car, on line 0x080 and now i want to make a cheat but it didnt work, waht should i write in the cheat.txt? #cheat LOL setshort(0x080, 23); (For example) Of person offets: #cheat Screw // by Mo ;D setshort(0x0196, 16); setshort(0x0196, 16); setshort(0x0196, 16); setshort(0x0196, 16); (The cheatmaker always says wrong syntax or wrong offset or something like this..) Please help me! I want to have my cheat so that i can turn they on! PS. If you can explaine it with not so difficult words, i am german... Link to post Share on other sites
Flieboy101 0 Posted January 13, 2006 Share Posted January 13, 2006 hi i was wondering if you could do tihngs with the cheat device like make peds and vcars spawn anywhere and use the telport to go to a location where you can. Link to post Share on other sites
ADePSP 0 Posted January 13, 2006 Share Posted January 13, 2006 Updated the FAQ with CheatMaker help... Let me know if any of this is wrong or doesn't make sense... Link to post Share on other sites