Results 1 to 2 of 2
  1. #1
    AmericanHawk1's Avatar
    Join Date
    Jul 2013
    Gender
    female
    Posts
    93
    Reputation
    14
    Thanks
    3
    My Mood
    Bitchy

    Lightbulb ArmA 3 Script (Bomb Dropper)

    Thought I would share a script that I acquired.

    Not going to answer any stupid questions. All I'm going to say is that you need a script executor for this to work, will not tell you how to get one. If you're on a infistar server, make your you have a bypass for it or you will be kicked.

    Code:
    openMap [true, false];
                   sCode = 'hint "Bombs Ahoy!";';
                   sCode = sCode + '_radius = 200;';
                   sCode = sCode + 'while {_radius > 0} do {';
                   sCode = sCode + '_k = 0;';
                   sCode = sCode + 'for "_k" from 0 to 360 step (270 / _radius) do {';
                   sCode = sCode + '_xpos = (LtargetPos select 0) + ((cos _k) * _radius);';
                   sCode = sCode + '_ypos = (LtargetPos select 1) + ((sin _k) * _radius);';
                   sCode = sCode + '_zpos = (LtargetPos select 2) + 150;';
                   sCode = sCode + '_location = [_xpos,_ypos,_zpos];';
                   sCode = sCode + 'sleep 0.01;"Bo_Mk82", "Bo_Mk82" createvehiclelocal (_location);};';
                   sCode = sCode + '_radius = _radius - 20;};';
    
                   onMapSingleClick "LtargetPos = _pos;[] spawn compile sCode;openMap [false, false]; onMapSingleClick '';true;";

  2. #2
    AmericanHawk1's Avatar
    Join Date
    Jul 2013
    Gender
    female
    Posts
    93
    Reputation
    14
    Thanks
    3
    My Mood
    Bitchy
    BTW, this 100% wtill works.

    I can still crash KOTH server with ease!

Similar Threads

  1. [Source Code] Fun Arma 3 script. Continuously bomb a base while you are playing.
    By bejiitaswrath in forum ArmA 3 Hacks & Cheats
    Replies: 0
    Last Post: 09-20-2018, 10:31 PM
  2. [Solved] ARMA SCRIPT/MENU PLZ HELP ME OUT <3
    By RABB1T44 in forum ArmA 3 Help
    Replies: 7
    Last Post: 12-30-2014, 05:37 PM
  3. [WTS] Arma Scripting - Lessons/Tutoring and Requests
    By ProRaiin in forum DayZ Selling / Trading / Buying
    Replies: 10
    Last Post: 03-26-2013, 03:37 PM
  4. ArmA Day-Z Script Bypass Download 08/01/2012
    By Helper in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 16
    Last Post: 08-02-2012, 09:08 PM
  5. [Request] t-bomb Script
    By WHO AM I in forum WarRock Discussions
    Replies: 7
    Last Post: 07-06-2011, 02:40 PM

Tags for this Thread