Steman Posted April 22, 2007 Share Posted April 22, 2007 i was reading the forums and found a nice cheat which i decided too add stuff too and change a few of the buttons around anyway copy and paste this into your cheats.txt its basicly a few ways too torture peds Controls: Aim at ped (i recomend using fist) / \=Kill, (freezes alot) O= ForceBlast X =Drag, [ ]= Set on fire While not aiming L1+/ \= Obliterate, L1+O= Force Wave Aiming with gun: Down= Telekinisis (need weapon too do, and X spins ped) #cheat PED ANIHALATER //Gathered by Steman //credits for ALL cheats too Waterbottle, Edison Carter, ADePSP, Vettefan88 and DDM pped = getint(0x08BA1D70); if(buttons & CTRL_CIRCLE) { //Force Blast, by edison static pdone; if (pped != 0 && pped != pdone) { dx = getfloat(pped + 0x0030) - getfloat(pplayer + 0x0030); dy = getfloat(pped + 0x0034) - getfloat(pplayer + 0x0034); setshort(pped + 0x01c8, 0x1020); setfloat(pped + 0x0140, dx * 0.2); setfloat(pped + 0x0144, dy * 0.2); setfloat(pped + 0x0148, (fabs(dx) + fabs(dy)) * 0.05); pdone = pped; } if (pped == 0) { pdone = 0; } } //Telekinisis pped = getint(0x08BA1D70); static address; static rotsp; if(pped && pped<0x9900000) address=pped; if(address && pped>0x9900000) { x = getfloat(0x08ba1d50) - getfloat(address + 0x30); y = getfloat(0x08ba1d54) - getfloat(address + 0x34); z = getfloat(0x08ba1d58) - getfloat(address + 0x38); setshort(address+0x1c8, 0x1020); setfloat(address + 0x140, x*0.1); setfloat(address + 0x144, y*0.1); setfloat(address + 0x148, z*0.1); if(buttons & CTRL_CROSS) rotsp+=0.005; else rotsp = 0; setfloat(address+0x78, rotsp); } //PyroKinisis { pped = getint(0x08BA1D70); if(buttons & CTRL_SQUARE) if(pped) { setchar(0x08be3a20, 1); setfloat(0x08be3a30, getfloat(pped+0x30), getfloat(pped+0x34), getfloat(pped+0x38)); setfloat(pped+0x4e4, getfloat(pped+0x4e4)-1.5); } if(buttons & CTRL_CROSS) { //Tractor Beam, by edison if (pped != 0) { dx = getfloat(pped + 0x0030) - getfloat(pplayer + 0x0030); dy = getfloat(pped + 0x0034) - getfloat(pplayer + 0x0034); dz = getfloat(pped + 0x0038) - getfloat(pplayer + 0x0038); setshort(pped + 0x01c8, 0x1020); setfloat(pped + 0x0140, -dx * 0.05); setfloat(pped + 0x0144, -dy * 0.05); setfloat(pped + 0x0148, -dz * 0.05); } } //Aim of Death if(buttons & CTRL_TRIANGLE) { pped = getint(0x08BA1D70); if (pped != 0) setfloat(pped + 0x4e4, 0); } //Force Wave if ((buttons & CTRL_LTRIGGER) && (buttons & CTRL_CIRCLE)) { for (p = 0x098b4a40; p <= 0x098e9b50; p += 0xd10) { if (p == pplayer) continue; dx = getfloat(p + 0x0030) - getfloat(pplayer + 0x0030); dy = getfloat(p + 0x0034) - getfloat(pplayer + 0x0034); setshort(p + 0x01c8, 0x1020); setfloat(p + 0x0140, dx * 0.2); setfloat(p + 0x0144, dy * 0.2); setfloat(p + 0x0148, (fabs(dx) + fabs(dy)) * 0.05); } } //Obliterate All Peds if((buttons & CTRL_LTRIGGER) && (press & CTRL_TRIANGLE)) { player = getint(0x08bc8170);//address of pplayer for(i=0; 0x098b4a40+i<=0x098ecf90; i+=0xd10) { if(0x098b4a40 + i != player) setfloat(0x098b4a40 + i + 0x4e4, 0); } } ...if anyone genious could add these button combinations in it would make it the ultimate ped cheat, L1+[ ] = Burn all peds, L1+X = Drag all peds (good for force Wave's) ?+[ ] = Fireball slingshot ?+O slingshot ?+/\ = All peds heads come off anyway i hope u like it, it cost me my weekend editing and adding to it as im new at this scripting thing Link to comment https://gtaforums.com/topic/275708-my-cheat-for-vcs-cheat-device/ 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