Author Topic: CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |  (Read 6794 times)

0 Members and 1 Guest are viewing this topic.

GRU_sniper

  • Klass Klown
  • ***
  • Posts: 384
    • View Profile
    • http://www.OFP-cheats.prv.pl
I have some sugestions for next version.

This should be funny if I can change West skin to East etc. So then I can teleport myself to enemy base and noone will shoot me. (CTI, BF, CTF)

When I press GoodMode and Anonymous killing, and spawn car or go in wehicle, good mode disapear and sometimes when I drive in Paper Car someone shoot me and they know who is cheater. Can You fix it ?

There should be option to make a mine field. For example 100m long and 2 m thin where mines are layed .'.'.'.'.'.'.'.'.'.'.'.'.'.'.'. Good for CTI and BF

Maybe you can make Menu in color ? For example menu from Cheatpack will be red or Yelow so this will be easy to navigate in stress :))


============


And I how they know that Im cheater ? I used known players nicks + ID, all real. Then  usually when is something wrong they kick me as a first one. Strange

And PaperCar RULEZZzzzzzz !!!!!!!!!!!
*******************************

GRU_Sniper PL

OFP Cheat's Center http://www.OFP-CHEATS.tk

TacticalOPS Cheat's Center http://www.TO-cheats.tk


******************************

joeb1

  • Klass Klown
  • ***
  • Posts: 263
    • View Profile
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #1 on: July 08, 2005, 12:44:39 am »
Quote

When I press GoodMode and Anonymous killing, and spawn car or go in wehicle, good mode disapear and sometimes when I drive in Paper Car someone shoot me and they know who is cheater. Can You fix it ?


they will know you are cheating because paper car is not available otherwise in the game, so dont use the papercar if people can see you, they will know you are cheating right away

using godmode and anonymous killing and then getting into a vehicle will make that vehicle indestructible, most of them time


Quote


And I how they know that Im cheater ? I used known players nicks + ID, all real. Then usually when is something wrong they kick me as a first one. Strange


because they can see you teleporting on map, also commander can log into team camera and see you bombing and using other cheats

also, its usually just suspicion rather than hard proof, because they will just assume that its not the other players and kick you


its a good idea to steal peoples IDs and names, but make sure you copy it exactly, and dont forget the XML link in their profile if they have one

GRU_sniper

  • Klass Klown
  • ***
  • Posts: 384
    • View Profile
    • http://www.OFP-cheats.prv.pl
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #2 on: July 08, 2005, 01:37:28 am »
I KNOW.
I used paper car or other things when my name is not shown on map or anyone can ever know what person is under this body on map.

On BF You have only X on map, no name so You can sit under TKC logo and noone will know who You are as long as they will not kill you. So You must use GOODMODE and ANONYMOUS KILL

I take Masta Blasta name, ID (no XML) and wait 10min for BF, then from 30 players I was kicked !!!. Strange, why ? Masta is well known and trustfull player.

Now I make mess on BF at Mokropsy. I put TKC logo, spawn boats, bikes. Even any X was not shown at map (I hide myself) and after 10min I was kicked and only me. Maybe Admin looked to server logs ?

acha, what is this SPACE WORLD ? It do nothing.
*******************************

GRU_Sniper PL

OFP Cheat's Center http://www.OFP-CHEATS.tk

TacticalOPS Cheat's Center http://www.TO-cheats.tk


******************************

[TKC]BlueGrass

  • Heckler
  • *****
  • Posts: 1619
    • View Profile
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #3 on: July 08, 2005, 02:17:57 am »
Admins who know how the cheat works (Ie Die once) may notice you.

So make sure you wait until everyone has died as least once before start cheating.

(Or you could even start cheating as someone with a 'Dogey' unknown name has just died to frame him . :D  :D )

[TKC]Hubertus

  • SCP Developer
  • Klass Klown
  • ***
  • Posts: 327
    • View Profile
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #4 on: July 08, 2005, 04:41:32 am »
Quote
There should be option to make a mine field. For example 100m long and 2 m thin where mines are layed


I still have an old mine field script, its not exactly what you are looking for, just try it and see if you like it:

Code: [Select]

_pos = getpos player
_dir = 0
_rad = 5
_d = 5
_m="emptydetector" createVehicle [0,0,0]
_tmp = "generale" camcreate [0,0,0]

#loop
_bomb = "minee" createvehicle [0,0,0]
_tmp setpos [((_pos select 0) + _rad*(sin _dir)), ((_pos select 1) + _rad*(cos _dir)),0]
_m setpos getpos _tmp
_bomb setpos [getpos _tmp select 0, getpos _tmp select 1, (_m distance _tmp)+0.1]
_dir = _dir + _d
? _dir >= 360: _dir = 0; _rad = _rad + 5
? _rad >= 100: deletevehicle _tmp;Exit
~0.01
goto "loop"

joeb1

  • Klass Klown
  • ***
  • Posts: 263
    • View Profile
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #5 on: July 08, 2005, 04:59:08 am »
Hubertus thanks for the script but how would we use this in game, do we save it as a file, what kind of file how do we load it?

GRU_sniper

  • Klass Klown
  • ***
  • Posts: 384
    • View Profile
    • http://www.OFP-cheats.prv.pl
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #6 on: July 08, 2005, 04:59:50 am »
thanks
So I understand that I need put it to something like bombs.sqs

But what the hell I must do with this ? How to run this ? Never ever anyone dont tell me this :))))) What a noob ...... I know
*******************************

GRU_Sniper PL

OFP Cheat's Center http://www.OFP-CHEATS.tk

TacticalOPS Cheat's Center http://www.TO-cheats.tk


******************************

joeb1

  • Klass Klown
  • ***
  • Posts: 263
    • View Profile
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #7 on: July 08, 2005, 05:01:08 am »
Quote from: GRU_sniper

acha, what is this SPACE WORLD ? It do nothing.


space world makes buildings go up in the air, careful though it can crash your game occasionally

[TKC]BlueGrass

  • Heckler
  • *****
  • Posts: 1619
    • View Profile
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #8 on: July 08, 2005, 03:32:07 pm »
Yes the problem I have with that is, if its the first cheat I use then it crashes my game every time. But I use just one other cheat first, then I can can use space world without crashing.

[TKC]Anothercheater

  • Heckler Apprentice
  • ****
  • Posts: 1349
    • View Profile
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #9 on: July 08, 2005, 04:32:13 pm »
Quote from: [YENG]Hubertus
Quote
There should be option to make a mine field. For example 100m long and 2 m thin where mines are layed


I still have an old mine field script, its not exactly what you are looking for, just try it and see if you like it:

Code: [Select]

_pos = getpos player
_dir = 0
_rad = 5
_d = 5
_m="emptydetector" createVehicle [0,0,0]
_tmp = "generale" camcreate [0,0,0]

#loop
_bomb = "minee" createvehicle [0,0,0]
_tmp setpos [((_pos select 0) + _rad*(sin _dir)), ((_pos select 1) + _rad*(cos _dir)),0]
_m setpos getpos _tmp
_bomb setpos [getpos _tmp select 0, getpos _tmp select 1, (_m distance _tmp)+0.1]
_dir = _dir + _d
? _dir >= 360: _dir = 0; _rad = _rad + 5
? _rad >= 100: deletevehicle _tmp;Exit
~0.01
goto "loop"


Nice script Hubert, good work, I put it into the next version of the sueprcheatpack 1.22

GRU_sniper

  • Klass Klown
  • ***
  • Posts: 384
    • View Profile
    • http://www.OFP-cheats.prv.pl
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #10 on: July 08, 2005, 05:04:30 pm »
heheh guys how to run this shit ?
*******************************

GRU_Sniper PL

OFP Cheat's Center http://www.OFP-CHEATS.tk

TacticalOPS Cheat's Center http://www.TO-cheats.tk


******************************

[TKC]Anothercheater

  • Heckler Apprentice
  • ****
  • Posts: 1349
    • View Profile
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #11 on: July 08, 2005, 05:19:08 pm »
wait for version 1.22 of the supercheatpack thats it.

Quote
-NEW THIS TIME-
  + Fire Spam (Test)
  + Gimp All (Test)
  + Repair All (Test)
  + Kill All  (Test)
  + Bike Rain
  + Spawn Bus
  + Gimp Player
  + Ammocrates with Superweapons for all
  + Minefield

GRU_sniper

  • Klass Klown
  • ***
  • Posts: 384
    • View Profile
    • http://www.OFP-cheats.prv.pl
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #12 on: July 08, 2005, 05:29:49 pm »
Yes, but I just want to know how. I dont care about minefield.

what about changing name in game or speak "Sorry that I spawned M1" using name of someone else in chat  line ?

And hehe I hope that Cheatpack for OFP2 will come faster than this one for OFP1
*******************************

GRU_Sniper PL

OFP Cheat's Center http://www.OFP-CHEATS.tk

TacticalOPS Cheat's Center http://www.TO-cheats.tk


******************************

GRU_sniper

  • Klass Klown
  • ***
  • Posts: 384
    • View Profile
    • http://www.OFP-cheats.prv.pl
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #13 on: July 08, 2005, 05:43:41 pm »
UPS GUYS ? Anti IDChanger 1.96 protection ?

I just connect to one server (I will dont tell here which one). Then I see in command line on top of screet this Good Luck TKC and in few seconds I was kicked (session lost) and banned automatically. I changed ID, comeback and again the same. Strange. They detect cheats. But I dont know if they detect changed ID or Cheatpack 1.2 ?




*******************************

GRU_Sniper PL

OFP Cheat's Center http://www.OFP-CHEATS.tk

TacticalOPS Cheat's Center http://www.TO-cheats.tk


******************************

Louden

  • Online Villain
  • ***
  • Posts: 140
    • View Profile
CheatPack 1.2 | Bugs | Sugestions | Opinions | other shit |
« Reply #14 on: July 08, 2005, 05:47:43 pm »
Quote from: GRU_sniper
heheh guys how to run this shit ?


All scripts go in the cheat .pbo as a text.sqs (say mines.sqs) Just un-pbo the cheat.pbo in addons (whatever its been renamed to) then you get all the cheat scripts, open notepad and paste the script into it, save as mines.sqs, then you need to edit one of the list.sqs to put it into your menu, if you take a look at one of the lists it wont be hard to see how to implement something extra. (having said this i havent yet taken a look inside 1.2 gold cheat.pbo, im guessing there are several lists because of the the new menu sub directorys.)

Anyway if you wanted to add your own cheats (or take some ones you dont use out) this is how to do it.
Blow me.