darlo_famlies Posted January 18, 2007 Share Posted January 18, 2007 (edited) so i had an idea when doing my daily sport Le Parkour, you goto a high building, and you jump to another building, and another and another and so on untill the only place left is.. the road or the ..hospital.. lol well anyway ud need the CD and/or the screen/video capture modual so you could post, it up on here, also ill make a parkour playground if its wanted ill post my pic SOON, please post yours RULES: 1)super jump CAN be used, but only to realign your self with your next building 2)No Over use of super jump 3)When looking for your next big spot you can run to it, even if you are on the ground level (road) 4)you can set up stuff to jump onto, cars pushable objects ect or construction mode stuff placed but only boxes and stuff BUT no ramps!!! or platforms joining buildings together. Good codes for Parkour GTA style Parachute! #cheat Parachutestatic Active; if(getchar(pplayer+0x1c9)==0x10) {//In air? if(!Active) setshort(0x08e90bd8, 1, 'P', 'r', 'e', 's', 's', ' ', 'O', ' ', 't', 'o', ' ', 'u', 's', 'e', ' ', 'p', 'a', 'r', 'a', 'c', 'h', 'u', 't', 'e', '!', 0); if(Active) setshort(0x08e90bd8, 1, 'P', 'r', 'e', 's', 's', ' ', '/', '\\', ' ', 't', 'o', ' ', 'r', 'e', 'l', 'e ', 'a', 's', 'e', ' ', 'c', 'h', 'u', 't', 'e', '!', 0); if(buttons & CTRL_CIRCLE) Active = true; if(buttons & CTRL_TRIANGLE) Active = false; if(Active) setfloat(pplayer+0x148, getfloat(pplayer+0x148)*0.9); //Give Some Control if(Active) { if(ystick < -0.5) { setfloat(pplayer+0x140, getfloat(pplayer+0x10)*0.2); setfloat(pplayer+0x144, getfloat(pplayer+0x14)*0.2); } else setfloat(pplayer+0x140, getfloat(pplayer+0x140)*0.99, getfloat(pplayer+0x144)*0.99); setfloat(pplayer + 0x0078, -0.01 * xstick); } } else Active = false; and stuntman! #cheat Stunt Man (updated)static score; static jumping; static time; if(getchar(pplayer+0x1c9) & 0x10) { jumping = true; if(xstick) { setfloat(pplayer+0x78, -xstick / 2); score += sqrt(xstick*xstick) * 40; } if(ystick) { setfloat(pplayer+0x70, ystick * getfloat(pplayer) / 2); setfloat(pplayer+0x74, ystick * getfloat(pplayer+4) / 2); score += sqrt(ystick*ystick) * 50; } } else if(jumping) { jumping = 0; setfloat(pplayer+0x70, 0, 0, 0); time = 40; setint(0x08bde55c, getint(0x08bde55c)+score); rand = (getint(pplayer) + getint(0x08bb3b40)) % 3; } else if(time > 0 && score) { time--; int = int(score); if(rand == 0) setshort(0x08e90bd8, 1, ' ', 'W', 'o', 'w' , ', ', ' ', 'y', 'o', 'u', ' ', 'g', 'o', 't', ' '); else if(rand == 1) setshort(0x08e90bd8, 1, ' ', ' ', 'S', 'i', 'c' , 'k', ' ', 's', 't', 'u', 'n', 't', '!', ' '); else setshort(0x08e90bd8, 1, 'N', 'i', 'c' , 'e', ' ', 'f', 'l', 'i', 'p', ' ', 'm', 'a', 'n', ' '); size = 0; for(i = 1; i < int; i*=10) size+=2; for(i = 0; int > 0; i+=2 ) { setshort(0x08e90bf4+size-i, '0' + (int % 10)); int = int(int/=10); } if(rand == 0) setshort(0x08e90bf4+i, ' ', 'p', 'o', 'i', 'n', 't', 's', '!', ' ', ':', ')', 0); else if(rand == 1) setshort(0x08e90bf4+i, ' ', '$', ' ', 'f', 'o', 'r', ' ', 'y', 'o', 'u', '!', 0); else setshort(0x08e90bf4+i, ' ', 'p', 'o', 'i', 'n', 't', 's', '.', 0); } else time = score = 0; Edited January 18, 2007 by darlo_famlies Link to comment Share on other sites More sharing options...
topdogkiller Posted January 18, 2007 Share Posted January 18, 2007 seems like a pretty coolidea to me. Damn i need cheatdevice. Link to comment Share on other sites More sharing options...
darlo_famlies Posted January 19, 2007 Author Share Posted January 19, 2007 (edited) yea u doo lol, ill post pics later, i gta find a good host ^ vid and Edited January 19, 2007 by darlo_famlies 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