Results 1 to 9 of 9
  1. #1
    ExploitEmpire's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Location
    Exploit City
    Posts
    22
    Reputation
    10
    Thanks
    184
    My Mood
    Stressed

    Post Arma 3 Scripting Tutorial (As basic as it gets) (Script code)

    Download with scripts at bottom

    I would like to note before i start this is not how to "Hack" arma 3 this is how to make scripts execute with hacks, you can you NSS/PG if you do not know how to make your own injector. One thing i would like to say to those who google "How to h4ck in arma 3" before you can even BEGIN to understand the beast that is BE you need to read up on c++ i personally read books because with videos i found myself constantly rewinding. Besides the point here is some basic info on making arma 3 scripts. Surprisingly the best source of info for scripting can be found on Bohemia's official website. First thing i will start by saying is with the replace pbo method (You can find this on any other thread) you can inject scripts for up to 4min and then you get kicked.. BUT you have time with NSS to "Infect" a player with a simple scroll menu..
    Code:
    player addAction ["A Useless Action That Does Nothing", {}]; within this script inside the {} brackets you can put the script you want to add to the scroll menu action
    Here is a example player addAction ["Kill Cursor Target Dude", {cursorTarget setDamage 1;}];
    This adds a action that kills cursor target when triggered, fun right?
    This is just little script in this next bit of code this will show how to spawn anothers set of actions
    Code:
    player addAction ["Load Money PNG", "[]spawn mpgh_money"];  this will spawn the bit of code that starts with "mpgh_money = {  you will use this a lot for making bigger menus
    This is a idea for a more complicated asspect
    Code:
    player addAction ["=== Drugs ===","[]spawn mpgh_drugs;"];
    
    mpgh_drugs = {
        player addBackpack "B_Bergen_mcamo_F";
        player addItem "meth_bag";
    	player addItem "meth_bag";
    	player addItem "meth_bag";
    This makes the scroll wheel action ===Drugs=== spawn the item code following mpgh_drugs = {

    This is it for today considering it is 2:24 in the morning and i am running on aderall and monster! I attached a file with much more script ideas and info, including tips for making your scripts undetected! Also if i fucked up in any of the information i put here CORRECT ME i can take the roasts from the better hackers...

    Click Spoiler for disclaimer
     
    NONE of the scripts are 100% undetected whatsoever these are IDEAS


    EE -Sean
    <b>Downloadable Files</b> Downloadable Files

  2. The Following 29 Users Say Thank You to ExploitEmpire For This Useful Post:

    abotrtol (09-19-2017),BluekillerTV (06-17-2017),crayon121 (09-10-2017),Dakootra (12-17-2017),DarkDylan (06-19-2017),fanyze (03-16-2019),fwffga (01-26-2018),Goyneyyy (04-21-2017),imthegoatkeeper (06-01-2018),Itz_Gui (06-22-2017),Jerryg (05-22-2017),jonnybab12 (02-10-2018),ksssssss_amk (03-21-2018),lexkenj (06-20-2017),locomart (08-12-2018),MansMonster (05-11-2020),mohnd1055 (10-20-2017),rasm753r (09-18-2017),Rindula (05-28-2018),Rockapes (09-27-2018),Schrubbdiwupp (07-05-2017),slipslopslap (07-19-2017),sparteklol (06-16-2017),survivale20 (12-11-2017),tahtasilah (05-11-2017),thenddj (04-20-2017),Verplix (04-04-2018),VerZus1337 (07-05-2017),ZachTheBeast490 (04-14-2017)

  3. #2
    Nexe's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    I can not manage to infect someone on Altis Life servers when I do the right job: player addAction ["Vehicule", {deleteVehicle cursorTarget
    ;}];


    But on the private server it works.

  4. #3
    fx666666's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    665
    Reputation
    35
    Thanks
    1,236
    My Mood
    Amused
    Quote Originally Posted by Nexe View Post
    I can not manage to infect someone on Altis Life servers when I do the right job: player addAction ["Vehicule", {deleteVehicle cursorTarget
    ;}];


    But on the private server it works.
    your script doesnt infect a play it delete the vehicle you are looking at.

  5. The Following User Says Thank You to fx666666 For This Useful Post:

    popo59100 (05-02-2017)

  6. #4
    ExploitEmpire's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Location
    Exploit City
    Posts
    22
    Reputation
    10
    Thanks
    184
    My Mood
    Stressed
    The idea of this is to use it in NSS menu and player exc my dude

  7. #5
    Hugo Boss's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    28,752
    Reputation
    4790
    Thanks
    5,902
    My Mood
    Angelic
    //Approved, file appears safe, but has not been tested.

    Use at your own risk.

    https://virusscan.jotti.org/en-US/fi...job/lv0i3kyiih
    https://virustotal.com/en/file/728f3...is/1491324277/

     
    Super User since 08-29-2017
    Global Moderator from 10-02-2016 - 08-29-2017
    Premium Seller since 11-16-2016
    Moderator from 09-24-2015 - 01-09-2016
    Alliance of Valiant Arms Minion from 11-12-2015 - 01-09-2016
    Market place Minion from 09-24-2015 - 01-09-2016
    Crossfire Minion from 09-11-2015 - 01-09-2016

    Middleman from 07-07-2015 - 01-09-2016
    Market Place Minion from 03-03-2014 - 08-01-2014
    Middleman from 01-30-2014 - 08-01-2014
    Moderator from 03-29-2013 - 04-04-2013
    Market Place Minion from 03-07-2013 - 04-04-2013
    Premium Member since 01-25-2013
    Middleman from 12-04-2012 - 04-04-2013
    Registered since 10-9-2011

  8. #6
    Nexe's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    I have the NSS Admin console I have to run this command I have to choose the person I want to infect with the Player button except that when I do it it does not have the action I'm given its wants The server is secure, it has the infithar anticheat but all the commands I can execute them on myself like for example:

    life_cash = 400000;

    And if I want to infect for a friend this does not work while on me everything works.

    I have already made several orders like: player addAction ["Kill Cursor Target Dude", {cursorTarget setDamage 1;}];
    player addAction ["Load Money PNG", "[]spawn mpgh_money"]; ...

  9. #7
    fx666666's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    665
    Reputation
    35
    Thanks
    1,236
    My Mood
    Amused
    Quote Originally Posted by Nexe View Post
    I have the NSS Admin console I have to run this command I have to choose the person I want to infect with the Player button except that when I do it it does not have the action I'm given its wants The server is secure, it has the infithar anticheat but all the commands I can execute them on myself like for example:

    life_cash = 400000;

    And if I want to infect for a friend this does not work while on me everything works.

    I have already made several orders like: player addAction ["Kill Cursor Target Dude", {cursorTarget setDamage 1;}];
    player addAction ["Load Money PNG", "[]spawn mpgh_money"]; ...
    you need a remote execution.. all these scripts are local unless you use a remote execution. And if you use one and dont know how to use it you will end up sending the script to everyone.

  10. #8
    gacken's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    So could i save this>

    player addAction ["Blow that ShIt UP", {cursorTarget setDamage 1;}];

    As a .sqf file in my arma 3 directory, and then use/make a undetected script injector, so use on for example ALRP, wihtout getting BattleEye GLOBAL BANNED?

    Any answers are really appriciated. And also, were can i get info of how to make a injector? Everyone says that i need to know C++, but after that what do i do to learn how to do it?

    Regards
    Gacken

  11. #9
    admascas's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by gacken View Post
    So could i save this>

    player addAction ["Blow that ShIt UP", {cursorTarget setDamage 1;}];

    As a .sqf file in my arma 3 directory, and then use/make a undetected script injector, so use on for example ALRP, wihtout getting BattleEye GLOBAL BANNED?

    Any answers are really appriciated. And also, were can i get info of how to make a injector? Everyone says that i need to know C++, but after that what do i do to learn how to do it?

    Regards
    Gacken
    Yeah as far as I AM concerned that would work. By now you probably have learned that you CAN get globabal banned for Script Injecting. You will get Global Banned if BE detects that you are modifying any of the games original data while playing on a BE Secure server. Cheat Engine uses this method, and I've heard stories of players getting Global Banned even though they weren't cheating, they just had Cheat Engine running in the background and forgot to close it. BE picked it up and detected that it was targeting A3 and banned them... In my opinion, its not worth it to go and PBO spoof or Inject, unless your willing to waste $20-40 and rebuy ArmA 3 on an Alt-account.

Similar Threads

  1. [Tutorial] RealmRelay - Basics and Scripting
    By Alde. in forum Realm of the Mad God Tutorials & Source Code
    Replies: 26
    Last Post: 03-20-2017, 09:50 PM
  2. [Tutorial] From Basic to Basic
    By Wyo in forum Tutorials
    Replies: 13
    Last Post: 02-27-2010, 03:51 PM
  3. a short script tutorial
    By sethclantrox in forum Programming Tutorials
    Replies: 0
    Last Post: 03-19-2009, 10:03 PM
  4. Tutorial|The server Busy? Cant get ingame(errors?)? COME
    By almog6666 in forum Combat Arms Europe Hacks
    Replies: 5
    Last Post: 03-11-2009, 09:32 AM
  5. [Tutorial]Visual Basic 6 Many Options Tutorial by Yogilek.
    By yogilek in forum WarRock - International Hacks
    Replies: 4
    Last Post: 10-05-2007, 07:34 AM