pengman Posted September 10, 2009 Share Posted September 10, 2009 (edited) i'm trying to fix my diving mod by i need help! is this how i would write this? (underwater address to control cheat) #cheat Underwater Address Test static underwater; underwater = setchar(0x098B4C18, 0x84); if(!underwater) off;} 0x098B4C18 is normally 0x04, but changes to 0x84 while Vic falls into water, then it changes back to 0x04. because i have No experience with the water addresses! (upa found this one, so im trying it) DDM's site has a list of things to do with cars/peds/vic. It even has the water detect address. I think it's... vcsco.pbwiki.com By the way. Try just writing... if(gethex(0x098B4C18) == 0x84){code that it's supposed to run...} Edited September 10, 2009 by pengman Link to comment Share on other sites More sharing options...
Dusterdoo Posted September 11, 2009 Share Posted September 11, 2009 i'm trying to fix my diving mod by i need help! is this how i would write this? (underwater address to control cheat) #cheat Underwater Address Test static underwater; underwater = setchar(0x098B4C18, 0x84); if(!underwater) off;} 0x098B4C18 is normally 0x04, but changes to 0x84 while Vic falls into water, then it changes back to 0x04. because i have No experience with the water addresses! (upa found this one, so im trying it) DDM's site has a list of things to do with cars/peds/vic. It even has the water detect address. I think it's... vcsco.pbwiki.com By the way. Try just writing... if(gethex(0x098B4C18) == 0x84){code that it's supposed to run...} thanks m8 i'll try it out! Link to comment Share on other sites More sharing options...
Dusterdoo Posted September 11, 2009 Share Posted September 11, 2009 i'm trying to fix my diving mod by i need help! is this how i would write this? (underwater address to control cheat) #cheat Underwater Address Test static underwater; underwater = setchar(0x098B4C18, 0x84); if(!underwater) off;} 0x098B4C18 is normally 0x04, but changes to 0x84 while Vic falls into water, then it changes back to 0x04. because i have No experience with the water addresses! (upa found this one, so im trying it) DDM's site has a list of things to do with cars/peds/vic. It even has the water detect address. I think it's... vcsco.pbwiki.com By the way. Try just writing... if(gethex(0x098B4C18) == 0x84){code that it's supposed to run...} thanks m8 i'll try it out! i tried it and it said 'undeclared identifer if(gethex(0x098B4C18) == 0x84){' Any other ideas? Link to comment Share on other sites More sharing options...
Beamer9620 Posted September 11, 2009 Share Posted September 11, 2009 anyone tried my vice's row cheat yet? Link to comment Share on other sites More sharing options...
Dusterdoo Posted September 11, 2009 Share Posted September 11, 2009 anyone tried my vice's row cheat yet? Yeah, i did it's cool! the only thing is one of the ramps was impossible to go up because there was a wall right above it. Link to comment Share on other sites More sharing options...
pengman Posted September 11, 2009 Share Posted September 11, 2009 i'm trying to fix my diving mod by i need help! is this how i would write this? (underwater address to control cheat) #cheat Underwater Address Test static underwater; underwater = setchar(0x098B4C18, 0x84); if(!underwater) off;} 0x098B4C18 is normally 0x04, but changes to 0x84 while Vic falls into water, then it changes back to 0x04. because i have No experience with the water addresses! (upa found this one, so im trying it) DDM's site has a list of things to do with cars/peds/vic. It even has the water detect address. I think it's... vcsco.pbwiki.com By the way. Try just writing... if(gethex(0x098B4C18) == 0x84){code that it's supposed to run...} thanks m8 i'll try it out! i tried it and it said 'undeclared identifer if(gethex(0x098B4C18) == 0x84){' Any other ideas? Try: water = getchar(pplayer + 0x1DB);if(water == 0x08){INSERT DIVING CODE HERE} Link to comment Share on other sites More sharing options...
Dusterdoo Posted September 12, 2009 Share Posted September 12, 2009 i'm trying to fix my diving mod by i need help! is this how i would write this? (underwater address to control cheat) #cheat Underwater Address Test static underwater; underwater = setchar(0x098B4C18, 0x84); if(!underwater) off;} 0x098B4C18 is normally 0x04, but changes to 0x84 while Vic falls into water, then it changes back to 0x04. because i have No experience with the water addresses! (upa found this one, so im trying it) DDM's site has a list of things to do with cars/peds/vic. It even has the water detect address. I think it's... vcsco.pbwiki.com By the way. Try just writing... if(gethex(0x098B4C18) == 0x84){code that it's supposed to run...} thanks m8 i'll try it out! i tried it and it said 'undeclared identifer if(gethex(0x098B4C18) == 0x84){' Any other ideas? Try: water = getchar(pplayer + 0x1DB);if(water == 0x08){INSERT DIVING CODE HERE} Ok, i'll try it. Link to comment Share on other sites More sharing options...
shadow magikarp Posted September 12, 2009 Share Posted September 12, 2009 OMG gta fourms slowly dieing Link to comment Share on other sites More sharing options...
Dusterdoo Posted September 12, 2009 Share Posted September 12, 2009 OMG gta fourms slowly dieing It's not dead yet though! Link to comment Share on other sites More sharing options...
Dusterdoo Posted September 12, 2009 Share Posted September 12, 2009 i'm trying to fix my diving mod by i need help! is this how i would write this? (underwater address to control cheat) #cheat Underwater Address Test static underwater; underwater = setchar(0x098B4C18, 0x84); if(!underwater) off;} 0x098B4C18 is normally 0x04, but changes to 0x84 while Vic falls into water, then it changes back to 0x04. because i have No experience with the water addresses! (upa found this one, so im trying it) DDM's site has a list of things to do with cars/peds/vic. It even has the water detect address. I think it's... vcsco.pbwiki.com By the way. Try just writing... if(gethex(0x098B4C18) == 0x84){code that it's supposed to run...} thanks m8 i'll try it out! i tried it and it said 'undeclared identifer if(gethex(0x098B4C18) == 0x84){' Any other ideas? Try: water = getchar(pplayer + 0x1DB);if(water == 0x08){INSERT DIVING CODE HERE} Ok, i'll try it. Still didn't work! maybe it has somehting to do with my cheatdevice version? Link to comment Share on other sites More sharing options...
Upaluppa Posted September 12, 2009 Share Posted September 12, 2009 (edited) i'm trying to fix my diving mod by i need help! is this how i would write this? (underwater address to control cheat) #cheat Underwater Address Test static underwater; underwater = setchar(0x098B4C18, 0x84); if(!underwater) off;} 0x098B4C18 is normally 0x04, but changes to 0x84 while Vic falls into water, then it changes back to 0x04. because i have No experience with the water addresses! (upa found this one, so im trying it) I have already tried using this address, but it's useless. It has no visible effect ingame... By the way: http://upaluppa.wetpaint.com/ I'm back now ! Edited September 12, 2009 by Upaluppa Link to comment Share on other sites More sharing options...
Beamer9620 Posted September 12, 2009 Share Posted September 12, 2009 (edited) anyone tried my vice's row cheat yet? Yeah, i did it's cool! the only thing is one of the ramps was impossible to go up because there was a wall right above it. i know that wall is ther so u can walk and jump upon the room upa how can u play biohazard 2 on ur psp? and what kind of hacks are that? BTW is it possible to make the sanchez a minibike? Edited September 12, 2009 by the modding-dutch-guy Link to comment Share on other sites More sharing options...
BreadBasket Posted September 12, 2009 Share Posted September 12, 2009 (edited) upa how can u play biohazard 2 on ur psp? and what kind of hacks are that? BTW is it possible to make the sanchez a minibike? I am guessing he uses an emulator, and his hacks are CWCheat cheat codes. Oh and by the way upaluppa, one of the sites in your sig is broken... I don't mean actually broken, I mean that there are no cheats up on that cheatsync remade page anymore... Edited September 12, 2009 by BreadBasket Link to comment Share on other sites More sharing options...
Dusterdoo Posted September 14, 2009 Share Posted September 14, 2009 i'm trying to fix my diving mod by i need help! is this how i would write this? (underwater address to control cheat) #cheat Underwater Address Test static underwater; underwater = setchar(0x098B4C18, 0x84); if(!underwater) off;} 0x098B4C18 is normally 0x04, but changes to 0x84 while Vic falls into water, then it changes back to 0x04. because i have No experience with the water addresses! (upa found this one, so im trying it) I have already tried using this address, but it's useless. It has no visible effect ingame... By the way: http://upaluppa.wetpaint.com/ I'm back now ! That's F***ing awesome that ur back! Link to comment Share on other sites More sharing options...
ChooseAGoodOne Posted September 14, 2009 Share Posted September 14, 2009 No problem mate ! By the way, if you wonder why you can`t see the weapon your bodyguard is carrying, it`s because the game doesn`t load the weapon model directly. It should work fine anyways and if you let him enter a vehicle his weapon becomes visible ! He`ll attack everyone you`re aiming at ! (Not in manual aim tough, only auto aim works !) Link to comment Share on other sites More sharing options...
BreadBasket Posted September 14, 2009 Share Posted September 14, 2009 Upaluppa has multiple accounts? Link to comment Share on other sites More sharing options...
Upaluppa Posted September 14, 2009 Share Posted September 14, 2009 (edited) Oh and by the way upaluppa, one of the sites in your sig is broken... I don't mean actually broken, I mean that there are no cheats up on that cheatsync remade page anymore... Looks like nerner shut it down once and for all... I guess there's nothing we can do about that. I'll remove the link from my sig... Edit: Sorry for the inconvenience guys, but due to complaints of viruses, I am moving the site to another place, and completely changing the layout, into a forum software. See you round guys, and don't forget to join the new site: http://mytube.freeforums.org/index.php I've just updated the link, so it'll lead to the new page ! I just joined, if anyone's interested, it would be nice to have you guys there aswell ! --------------------------------------------------------------------------------------------------------------------------------------------- upa how can u play biohazard 2 on ur psp? and what kind of hacks are that? BTW is it possible to make the sanchez a minibike? There's no need for emulators... Didn't you know, that you can play PS1 games on the (hacked) PSP ? My hacks look like this: Verbuggter Debugger --------------------------------------------------------------------------------------------------------------------------------------------- Upaluppa has multiple accounts? What do you mean ? I only have the one account I'm just posting with... (atleast here on this forum) Edited September 14, 2009 by Upaluppa Link to comment Share on other sites More sharing options...
BreadBasket Posted September 15, 2009 Share Posted September 15, 2009 My mistake, just about to join the new site... Link to comment Share on other sites More sharing options...
Beamer9620 Posted September 15, 2009 Share Posted September 15, 2009 Oh and by the way upaluppa, one of the sites in your sig is broken... I don't mean actually broken, I mean that there are no cheats up on that cheatsync remade page anymore... Looks like nerner shut it down once and for all... I guess there's nothing we can do about that. I'll remove the link from my sig... Edit: Sorry for the inconvenience guys, but due to complaints of viruses, I am moving the site to another place, and completely changing the layout, into a forum software. See you round guys, and don't forget to join the new site: http://mytube.freeforums.org/index.php I've just updated the link, so it'll lead to the new page ! I just joined, if anyone's interested, it would be nice to have you guys there aswell ! --------------------------------------------------------------------------------------------------------------------------------------------- upa how can u play biohazard 2 on ur psp? and what kind of hacks are that? BTW is it possible to make the sanchez a minibike? There's no need for emulators... Didn't you know, that you can play PS1 games on the (hacked) PSP ? My hacks look like this: Verbuggter Debugger --------------------------------------------------------------------------------------------------------------------------------------------- Upaluppa has multiple accounts? What do you mean ? I only have the one account I'm just posting with... (atleast here on this forum) i can make psx to psp i did that with duke nukem land of the babes (good game btw) Link to comment Share on other sites More sharing options...
Dusterdoo Posted September 15, 2009 Share Posted September 15, 2009 (edited) Hey guys, i've fixed the camera on my diving mod! unfortunately i still haven't found the water detect address And i finally learned how to post my cheats the right way! (camera fix was a mod of 'CTW camera view') #cheat Diving Modsetfloat(0x08BC8030, 0, 0, 0); setfloat(0x08BC80B0, 0, 0, 1440); setfloat(0x08BC86C0, 10); setchar(0x08E93604, 0x01);setshort(0x08E92FFC, 'P', 'r', 'e', 's', 's', ' ', '~', 'X', '~', ' ', '&', ' ', '~', 'h', '~', 'A', 'n', 'a', 'l', 'o', 'g', ' ', 'U', 'p', '~', 'w', '~', ' ', 'T', 'o', ' ' ,'D', 'i', 'v', 'e', ' ', 'D', 'o', 'w', 'n', ' ', 'P', 'r', 'e', 's', 's', ' ', '~', 'X', '~', ' ', '&', ' ', '~', 'h', '~', 'A', 'n', 'a', 'l', 'o', 'g', ' ', 'D', 'o', 'w', 'n', '~', 'w', '~', ' ', 'T', 'o', ' ' ,'C', 'o', 'm', 'e', ' ', 'U', 'p');setshort(0x08E931FC, 'P', 'r', 'e', 's', 's', ' ', '~', 'X', '~', ' ', '&', ' ', '~', 'h', '~', 'A', 'n', 'a', 'l', 'o', 'g', ' ', 'U', 'p', '~', 'w', '~', ' ', 'T', 'o', ' ' ,'D', 'i', 'v', 'e', ' ', 'D', 'o', 'w', 'n', ' ', 'P', 'r', 'e', 's', 's', ' ', '~', 'X', '~', ' ', '&', ' ', '~', 'h', '~', 'A', 'n', 'a', 'l', 'o', 'g', ' ', 'D', 'o', 'w', 'n', '~', 'w', '~', ' ', 'T', 'o', ' ' ,'C', 'o', 'm', 'e', ' ', 'U', 'p');setshort(0x08E933FC, 'P', 'r', 'e', 's', 's', ' ', '~', 'X', '~', ' ', '&', ' ', '~', 'h', '~', 'A', 'n', 'a', 'l', 'o', 'g', ' ', 'U', 'p', '~', 'w', '~', ' ', 'T', 'o', ' ' ,'D', 'i', 'v', 'e', ' ', 'D', 'o', 'w', 'n', ' ', 'P', 'r', 'e', 's', 's', ' ', '~', 'X', '~', ' ', '&', ' ', '~', 'h', '~', 'A', 'n', 'a', 'l', 'o', 'g', ' ', 'D', 'o', 'w', 'n', '~', 'w', '~', ' ', 'T', 'o', ' ' ,'C', 'o', 'm', 'e', ' ', 'U', 'p');setfloat(pplayer + 0xD0, 7000000, 10000000);setfloat(pplayer + 0x128, 0, 0);static height;if(!height) height = getfloat(pplayer+0x38);static Zdeg; if(!Zdeg) Zdeg = getfloat(pplayer+0x8d0); static st; static speed; setfloat(pplayer+0x1c8, 0x1020); setfloat(pplayer+0x38, height); setfloat(pplayer+0x148, 0); Zdeg += xstick * 1.5; if(ystick) { Xdeg = getfloat(pplayer) * -10 * ystick; Ydeg = getfloat(pplayer+4) * -10 * ystick; } else Ydeg = Xdeg = 0; if(buttons & CTRL_CROSS) { if(speed < 0) speed += 0.02; if(speed < 0.75) speed += 0.01; } else if(buttons & CTRL_SQUARE) { if(speed > 0) speed -= 0.015; if(speed > -0.4) speed -= 0.008; } else speed *= 0.95; setfloat(pplayer+0x00, cos(Ydeg) * cos(Zdeg)); setfloat(pplayer+0x04, sin(Xdeg) * sin(Ydeg) * cos(Zdeg) - cos(Xdeg) * sin(Zdeg)); setfloat(pplayer+0x08, cos(Xdeg) * sin(Ydeg) * cos(Zdeg) + sin(Xdeg) * sin(Zdeg)); setfloat(pplayer+0x10, cos(Ydeg) * sin(Zdeg)); setfloat(pplayer+0x14, sin(Xdeg) * sin(Ydeg) * cos(Zdeg) + cos(Xdeg) * cos(Zdeg)); setfloat(pplayer+0x18, cos(Xdeg) * sin(Ydeg) * sin(Zdeg) - sin(Xdeg) * cos(Zdeg)); setfloat(pplayer+0x20, -sin(Ydeg)); setfloat(pplayer+0x24, sin(Xdeg) * cos(Ydeg)); setfloat(pplayer+0x28, cos(Xdeg) * cos(Ydeg)); setfloat(pplayer+0x140, -getfloat(pplayer+4)*speed); setfloat(pplayer+0x144, getfloat(pplayer)*speed); if(!(getchar(pplayer+0x4a) & 0x10) || ystick > 0) height += ystick * speed / 7;if(!pplayer) Xdeg = Ydeg = Zdeg = height = 0;#offXdeg = Ydeg = Zdeg = height = setfloat(pplayer + 0xD0, 70, 100);setchar(0x08E93604, 0x00); Edited September 15, 2009 by Dusterdoo Link to comment Share on other sites More sharing options...
Dusterdoo Posted September 16, 2009 Share Posted September 16, 2009 (edited) Here's my monster truck cheat but i changed some text to make the truck easier to find. #cheat Monster Truckpspawn = 0x08E81290; setint(pspawn, 209); setfloat(pspawn + 4, -1041.73, -761.80, 11.57, 90);//Basicssetshort(0x98a325a, 1, 'M','o','n','s','t','e','r', 0); setshort(0x08e90DD8, 1, ' ', 'G', 'o', ' ', 'B', 'e', 'h', 'i', 'n', 'd', ' ', 'S', 'u', 'n', 's', 'h', 'i', 'n', 'e', ' ', 'A', 'u', 't', 'o', 's', 0);//Wheelssetfloat(0x93647F8, 1.5, 1.5); //wheel sizesetfloat(0x96309c0+0x6c, 0.95); //Traction Multipliersetfloat(0x96309c0+0xc4, 0.75); //Traction Losssetfloat(0x96309c0+0x70, 0.5); //Traction Bias//Enginesetchar(0x96309c0+0x5c, '4', 'D', 6); // Drive type / Engine type / Gears//Suspensionsetfloat(0x96309c0+0x7c, 0); //Suspension Upper Limitsetfloat(0x96309c0+0x80, -0.75); //Suspension Lower Limitsetfloat(0x96309c0+0x78, 5); //Suspension Damping Levelsetfloat(0x96309c0+0x74, 0.6); //Suspension Force Levelsetfloat(0x96309c0+0x84, 0.5); //Suspension Biassetfloat(0x96309c0+0x88, 1); //Anti-Dive Multiplier//Handlingsetfloat(0x96309c0+0x68, 35); //Steering Locksetfloat(0x96309c0+0xbc, 6000); //Vehilce Masssetfloat(0x96309c0+0xc0, 6000); //Turn Masssetfloat(0x96309c0+0xa0, 0); //Centre of Mass - Xsetfloat(0x96309c0+0xa4, 0); //Centre of Mass - Ysetfloat(0x96309c0+0xa8, 0); //Centre of Mass - Z Edited September 16, 2009 by Dusterdoo Link to comment Share on other sites More sharing options...
Dusterdoo Posted September 16, 2009 Share Posted September 16, 2009 Oh, and upa, here are links for screenshots of my cheats. http://rapidshare.com/files/280658340/Diving_Mod.bmp.html http://rapidshare.com/files/280658550/Monster_Truck.bmp.html Link to comment Share on other sites More sharing options...
03stevensmi Posted September 16, 2009 Share Posted September 16, 2009 (edited) HEY! 03stevensmi Before i left my house and move into uni, i thaught i'd never be back here on gta fourms! I Was dead upset that i will be done with vcs online 4 3 years, BUT I've pulled a few strings, got some exceptions and I can accsess gta fourms hear at uni now! BUT this dosn't mean i will be online as much as i was before! I've got alot of stuff 2 do and a lot of work i have 2 get done, so i may not be posting much cheats as before, BUT NOT 2 WORRY, I will be online at lunch and late afternoons (well bout lunch evry day and afternoons 1 a week) ! I'me so glad 2 be back ESPECIALLY UPA! WELCOME BACK M8! GD 2 C U AGEAN! sorry bout posting in the goodby topic and postin a nother topic saying i'me back and in this topic, I thaught i will never retern! So I just wanted 2 let people no that its not goodby from me! BUT Keep in mind i will be offline a bit! AS A TREET, I WILL POST MY NEW CONSTRUCTION! THE PENTHOUSE CHEERZ! 03stevensmi #cheat penthousemoveto(270.66,1013.65,52.59); object(0x029F,0,0,251);move(-1.39,4.07,0.00); object(0x029F,0,0,251);move(0.00,0.00,3.20); object(0x029F,0,0,251);move(1.42,-4.17,0.00); object(0x029F,0,0,251);move(12.37,5.98,-2.50); object(0x029F,0,0,72);move(0.00,0.00,3.10); object(0x029F,0,0,72);move(-0.95,4.21,-4.10); object(0x1CA4,0,0,72);move(-0.25,0.76,0.00); object(0x1CA4,0,0,72);move(2.96,-8.92,0.00); object(0x1CA4,0,0,72);move(0.35,-1.04,0.00); object(0x1CA4,0,0,72);move(0.00,0.00,2.70); object(0x1CA4,0,0,72);move(-0.32,0.95,0.00); object(0x1CA4,0,0,72);move(0.00,0.00,1.40); object(0x1CA4,0,0,72);move(0.32,-0.95,0.00); object(0x1CA4,0,0,72);move(-3.11,9.30,-1.50); object(0x1CA4,0,0,72);move(-0.25,0.76,0.00); object(0x1CA4,0,0,72);move(0.25,-0.76,1.40); object(0x1CA4,0,0,72);move(-0.28,0.85,0.00); object(0x1CA4,0,0,72);move(1.87,-13.28,-4.00); object(0x1CA4,0,0,163);move(-3.92,-1.22,0.00); object(0x1CA4,0,0,163);move(-3.63,-1.13,0.00); object(0x1CA4,0,0,163);move(-1.72,-0.53,0.00); object(0x1CA4,0,0,163);move(9.07,2.82,2.00); object(0x1CA4,0,0,163);move(-3.82,-1.19,0.00); object(0x1CA4,0,0,163);move(-4.01,-1.25,0.00); object(0x1CA4,0,0,163);move(-1.43,-0.44,0.00); object(0x1CA4,0,0,163);move(9.86,3.08,2.00); object(0x1CA4,0,0,160);move(-3.37,-1.26,0.00); object(0x1CA4,0,0,160);move(-4.03,-1.50,0.00); object(0x1CA4,0,0,160);move(-2.34,-0.87,0.00); object(0x1CA4,0,0,160);move(-2.47,1.46,-3.60); object(0x1CA4,0,0,249);move(0.00,0.00,2.50); object(0x1CA4,0,0,249);move(0.00,0.00,0.60); object(0x1CA4,0,0,249);move(0.00,0.00,-6.50); object(0x1CA4,0,0,249);move(0.00,0.00,1.50); object(0x1CA4,0,0,249);move(-4.28,12.30,0.00); object(0x1CA4,0,0,252);move(0.00,0.00,2.40); object(0x1CA4,0,0,252);move(0.00,0.00,2.60); object(0x1CA4,0,0,252);move(1.94,0.90,-3.60); object(0x1CA4,0,0,340);move(3.56,1.32,0.00); object(0x1CA4,0,0,340);move(3.38,1.25,0.00); object(0x1CA4,0,0,340);move(2.53,0.94,0.00); object(0x1CA4,0,0,340);move(-9.47,-3.51,2.50); object(0x1CA4,0,0,340);move(3.75,1.39,0.00); object(0x1CA4,0,0,340);move(3.28,1.22,0.00); object(0x1CA4,0,0,340);move(2.53,0.94,0.00); object(0x1CA4,0,0,340);move(-9.28,-3.44,1.20); object(0x1CA4,0,0,340);move(3.47,1.28,0.00); object(0x1CA4,0,0,340);move(3.56,1.32,0.00); object(0x1CA4,0,0,340);move(1.97,0.73,0.00); object(0x1CA4,0,0,340);move(-4.41,-17.66,0.80); object(0x1CA4,0,0,159);move(3.58,1.29,0.00); object(0x1CA4,0,0,159);move(-6.37,6.32,-5.70); object(0x1D06,0,0,251);move(0.00,0.11,1.30); object(0x1CEB,0,0,71);move(3.31,1.14,0.00); object(0x,0,0,71);move(-1.45,-0.39,-1.40); object(0x ,0,0,71);move(0.95,0.33,0.30); object(0x ,0,0,71);move(2.85,7.45,0.00); object(0x1D12,0,0,343);move(1.21,-4.51,0.30); object(0x1D04,0,0,344);move(-0.77,-2.90,-0.20); object(0x1D04,0,0,344);move(2.88,0.89,0.00); object(0x1D04,0,0,344);move(2.13,-4.27,-0.20); object(0x1CF6,0,0,163);move(-2.80,-1.92,0.10); object(0x1CF8,0,0,71);move(-8.04,9.91,-0.19); object(0x1D06,0,0,161);move(0.09,0.03,1.30); object(0x1CEA,0,0,161);move(2.17,-10.99,-1.30); object(0x1CFA,0,0,251);move(6.67,12.85,0.00); object(0x1D4E,0,0,76);move(-4.02,-10.85,0.30); object(0x1D01,0,0,285);move(-1.34,9.36,-0.30); object(0x01CA,0,0,84);move(-1.90,-9.07,0.00); object(0x01CA,0,0,355);move(6.73,1.75,0.00); object(0x01CA,0,0,238);moveto(274.29,1016.75,51.18); object(0x1D39,0,0,73);move(3.57,-3.93,6.10); object(0x1CB2,0,270,70);move(-1.86,6.02,0.00); object(0x1CB2,0,270,70);move(-1.01,2.50,0.00); object(0x1CB2,0,270,70);moveto(273.53,1023.70,52.60); object(0x1CCE,0,0,254);teleport(296.86, 1024.25, 13.11); Enter this cheat first but u have 2 enter this next cheat to make it work #cheat enter penthouseX1 = 288.10;Y1 = 1020.26;Z1 = 13.47;X2 = 274.62;Y2 = 1022.07;Z2 = 52.30;checkx1 = X1 - getfloat(pobj+0x30);checky1 = Y1 - getfloat(pobj+0x34);checkx2 = X2 - getfloat(pobj+0x30);checky2 = Y2 - getfloat(pobj+0x34);if(sqrt(checkx1*checkx1+checky1*checky1) < 1 ){setfloat(pobj+0x30, X2+1, Y2+1, Z2+1);}if(sqrt(checkx2*checkx2+checky2*checky2) < 1 ){setfloat(pobj+0x30, X1+1, Y1+1, Z1+1);}static mark;marker = 0x08BF7B40;setfloat(marker, 288.10, 1020.26, 12.47);setchar(marker+0x16, 0x80, 0x3F);setchar(marker+0x1A, 0x01);setchar(marker+0x1C, 0x07);marker += 0x20;setfloat(marker, 274.39, 1023.53, 51.30);setchar(marker+0x16, 0x80, 0x3F);setchar(marker+0x1A, 0x01);setchar(marker+0x1C, 0x07);marker += 0x20; note: don't enter this enter this house cheat first or it won't work thanx Edited September 16, 2009 by 03stevensmi Link to comment Share on other sites More sharing options...
Upaluppa Posted September 16, 2009 Share Posted September 16, 2009 Thanks guys, I'll add them to my site ! By the way, if you're stupid, click this link: SPAM No, seriously, don't do it, or you'll be in trouble ! Link to comment Share on other sites More sharing options...
Beamer9620 Posted September 16, 2009 Share Posted September 16, 2009 Thanks guys, I'll add them to my site ! By the way, if you're stupid, click this link: SPAM No, seriously, don't do it, or you'll be in trouble ! click this link is it really spam.....or not...no seriously is it spam? Link to comment Share on other sites More sharing options...
pengman Posted September 16, 2009 Share Posted September 16, 2009 I clicked it. (wish there was a stupid face icon) Link to comment Share on other sites More sharing options...
shadow magikarp Posted September 16, 2009 Share Posted September 16, 2009 I clicked it. (wish there was a stupid face icon) u meal like this Link to comment Share on other sites More sharing options...
03stevensmi Posted September 17, 2009 Share Posted September 17, 2009 I Think This topic's coming back 2 life agean! Link to comment Share on other sites More sharing options...
justinx Posted September 17, 2009 Share Posted September 17, 2009 hey steven!!!!long time no see buddy!!.i was shocked of your departure but you returned and well i cant create cuz school stuff!well welcome back!! Link to comment Share on other sites More sharing options...
Upaluppa Posted September 17, 2009 Share Posted September 17, 2009 Lol, sorry about the SPAM link. I just wanted to see, if someone's going to click it... I hope it didn't cause you too much trouble... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now