Author Topic: Diffrent Scripts (Island Life)  (Read 1376 times)

0 Members and 1 Guest are viewing this topic.

Fimen

  • Poptart
  • *
  • Posts: 9
  • I'm a noob.
    • View Profile
Diffrent Scripts (Island Life)
« on: July 05, 2014, 07:21:54 pm »
I'm hacking Island Life and I can hack in simple guns and such but there are a few things I would like to be able to do. 1. Be able to teleport to any part on the map. 2. Be able to spawn in vehicles that others can see. (At the moment I can spawn them in but no one can see them)
3. And lastly I would like to make a box which only contains guns and items from the mod. One thing that I can't get is the class names for the mods. If anybody could help me out by either telling me a script or give me a hand on the start of one that would be great!

Thanks,
Fimen

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: Diffrent Scripts (Island Life)
« Reply #1 on: July 05, 2014, 07:31:55 pm »
I'm hacking Island Life and I can hack in simple guns and such but there are a few things I would like to be able to do. 1. Be able to teleport to any part on the map. 2. Be able to spawn in vehicles that others can see. (At the moment I can spawn them in but no one can see them)
3. And lastly I would like to make a box which only contains guns and items from the mod. One thing that I can't get is the class names for the mods. If anybody could help me out by either telling me a script or give me a hand on the start of one that would be great!

Thanks,
Fimen

first thing i would do is dump all strings, look at what access them and start from there.

eg .. setPos

« Last Edit: July 05, 2014, 10:00:59 pm by MrMedic »
EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

Fimen

  • Poptart
  • *
  • Posts: 9
  • I'm a noob.
    • View Profile
Re: Diffrent Scripts (Island Life)
« Reply #2 on: July 05, 2014, 11:44:57 pm »
I found a box which think is empty (not sure) and I tried to replace it with the US Weapon Box in its script it wont spawn.

_position = (position player);
_type = "ReammoBox";
_object =  _type createVehicleLocal _position;
player addWeapon 'ItemMap';

What do you think is wrong with it?

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: Diffrent Scripts (Island Life)
« Reply #3 on: July 06, 2014, 02:49:46 am »
I found a box which think is empty (not sure) and I tried to replace it with the US Weapon Box in its script it wont spawn.

_position = (position player);
_type = "ReammoBox";
_object =  _type createVehicleLocal _position;
player addWeapon 'ItemMap';

What do you think is wrong with it?

you obviously haven't got a clue what your doing.

if i were you i would stop trying anything else before you lose your key, at least learn to script in the arma language first as that attempt is going to get you no where and banned fast.

« Last Edit: July 06, 2014, 02:56:08 am by MrMedic »
EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

Fimen

  • Poptart
  • *
  • Posts: 9
  • I'm a noob.
    • View Profile
Re: Diffrent Scripts (Island Life)
« Reply #4 on: July 06, 2014, 03:15:37 am »
Fair enough I understand your logic ,but I don't know how I would just go out on the internet and teach myself how to script...

ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: Diffrent Scripts (Island Life)
« Reply #5 on: July 06, 2014, 12:07:13 pm »
Fair enough I understand your logic ,but I don't know how I would just go out on the internet and teach myself how to script...

Google.  :icon_laugh

https://www.google.com/search?q=learn+to+script+in+the+arma+language&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&channel=sb

*While we crash and burn, small, low tech, agrarian societies such as the Hmong in the mountains of Laos will continue on without so much as blinking an eye.*

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Re: Diffrent Scripts (Island Life)
« Reply #6 on: July 07, 2014, 12:59:51 am »
This is a site from the OFP days http://www.ofpec.com/

Ofp.info has been replaced by armaholic
Heckling is an art, and game hacking a science.