Addon Entry

Now supporting the newest garrysmods.org

New : UserScript to add a search button to any garrysmod.org download page Script Page Install It!

Mirrors

There are no mirrors, request one in the comment section below.
File: grim's assistant v3 [E2 Drone]
Version: 0
Garrysmod.org URL: http://www.garrysmod.org/downloads/?a=view&id=120100
Description: Changes since STABLE 2:
------------------------

- Torture (maximum minging); Ear Rape; Blind and Fury Explosive are some of the new skills

- Added the BODY System, that allows the user to change the size, solidity, trail and color of the Drone
(new colors are: white, white2, black, yellow, red and blue)

- New Music System, making it easier to manage and play songs.

- Conglomerate/Aggregate skill can now target players and is more effective

- GHOST Mode, needs PropCore, makes the Drone untouchable and able to noclip with the world

- A lot of the old (and noob) code got rewritten for functionality and ease of use (lots of fixes)

- More user-friendlyness; the drone is now easier to use

- Telekinesis and Conglomerate are now called Snake and Aggregate

- A new Addon/Plugin checker and lots of new infrastructure for future improvements



-------------------------------------------------
-------------------------------------------------




###############-- Assistant by Gr!MM^ --###############
# Version = s3-k11-410
#
### [email protected]
#
#
# V E R Y USEFULL COMMAND LIST BELOW
# and also some useless trivia:
# -----------------------------------------------------------------------------------------------
# Oh hai thar! So long story short, I wrote the first lines of this little toy
# back in July as I started learning about this magic script sauce called Expression2.
# At first as any moron I was worried about minges having it, so I wouldnt share
# it with anyone, not even allowing them to properly dupe it.
# It was a few months later, after a shitload of time being unable to play Garry's Mod
# due to the massive amount of work college provided me with, when I realized that I was being dumb
# and that this is all about fun and gummi bears, so I should share this shitty toy with the world for fun's sake.
#
# Well people seemed to have lots of fun with it, so I kept sharing the code as development
# progressed. Noob coding I know, but hey I hope you have some fun with it :D
#
# ALSO THAT: The small percentage of the code I didnt write is credited in the Command List Below.
# ------------------------------------------------------------------------------------------------
#
# MANY THANKS TO:
# - Luck Wielding Lunatic (for being the best gaming pal of all tiemz :D)
# - NeO_Huperman (for hosting his amazing GMod Server)
# - Silicon (for his leet skills and will to help, also for hosting his MaximumTrolling-Sponge-compatible Server :D
# - Ghostrin, 0rly, bestchallenger|PT|, David,
# Clicklord, Kamakazebanzai, OMEGA, Bubbles, Donut, Unknown, mr. bubbles, Lunii and Darkmirror (for the inspiration and support)
# - All the E2 authors and Minges that contributed and inspired the concepts and features in this code
#
####################################################################




#### Position ####
# /height NUMBER - changes Height to NUMBER (Default=120)
# /up | /down - +-10 Height
# /radius NUMBER - changes the orbit radius to NUMBER (Default=70)
# /ovelocity NUMBER - changes orbit velocity to NUMBER (Default=90)
#
# /master - follow OWNER
# /omaster or /nomaster - orbit OWNER
# /cross - follow CROSSHAIRS
# /ocross - orbit CROSSHAIRS
# /follow PLAYER - follow PLAYER
# /orbit PLAYER or /norbit PLAYER - orbit PLAYER
# /that - follow TARGET ENTITY
# /othat - orbit TARGET ENTITY
# /place - hover TARGET COORDINATES
# /oplace or /noplace - hover and orbit CROSSHAIRS COORDINATES
# /gosleep - makes the drone deactivates itself in a location
############################################################

#### Skills ####
# /sd! - Self Destruction!!!
# bba - activates EXPLOSIVE OUTPUT
# ppinfo - activates PropInfo (MouseKey2 on target to see the owner)
# ppinfodesliga deactivates PropInfo
# !brl or !brls - spawns 1 or 10 barrels, respectively (needs "wire_expression2_concmd 1")
# /fury PLAYER - follow PLAYER with FURY MODE (hurts PLAYER)
# /efury PLAYER - follow PLAYER with FURY MODE and repetitive explosions
# /torture PLAYER - uses both the Blind major skill, the /earrape and the /efury skills to torment PLAYER
# /tortureoff - deactivates Torture
# /earrape - activates the Ear Rape skill
# /earrapeoff - deactivates the Ear Rape skill
##################################################################

#### Skills + Return ####
#
# (NOTE: "say mbba" and "say mbbas" should be binded to Keyboard Keys for easy access)
#
# pbba PLAYER - assassinates PLAYER with Explosives and returns (needs explosives wired to EXPLOSIVE OUTPUT)
# mbba - explodes in the CROSSHAIR LOCATION and returns
# mbbas - explodes in the CROSSHAIR LOCATION, spawning 10 flaming barrels and returns (needs a huge HP explosive, or else might kill the owner when returning) (needs "wire_expression2_concmd 1")
# loca PLAYER - Locate PLAYER and returns
# locai PLAYER - Locate PLAYER and returns invisible
##############################################################

#### Cammo ####
# /invisible - makes the Assistant invisible
# /visible - makes the Assistant visible
# /sneak - makes OWNER invisible
# /unsneak - makes OWNER visible
# /hide = /invisible + /sneak
# /unhide = /visible + /unsneak
##############################################################

#### Body ####
# /ghost - Activates GHOST Mode making the Assistant Non-Solid !!! REQUIRES the PropCore plugin !!!
# /unghost - Deactivates GHOST Mode
# /body reset - resets the body options (color, size...)
# /size NUMBER - changes the size to NUMBER
# /trailsize NUMBER - changes the trail size to NUMBER
# /body COLOR - changes the color preset, COLOURs are (black, yellow, green, blue, red, white and white2)
##############################################################

#### Sounds ####
# !soundstop - stops the music player
# !ss_(owner, ent, weld, target) - changes the source of the sound (Default="!ss_owner")
# !music | !music NUMBER - activates or changes the music track (!music will pick a random track)
#Check script for more
##############################################################

#### Movement ####
# /on - turns ON the movement
# /off - turns OFF the movement
# /reset - turns ON the movement and restarts the position to default
# /skillsoff - turns OFF all the MAJOR SKILLS
# /reboot - reboots the chip, as if it just spawned
##############################################################

#### Major Skills ####
#
##Snake##
#
# (With this skill all the OWNER's props with the model Helicopter Bomb will spin above the player's head and attack the CROSSHAIRS when the CTRL key is pressed)
# (If a player was targeted by this skill, the props will stop attacking the CROSSHAIRS position to attack the targeted player)
# (Many thanks to "EXO's Propsnake" for providing part of the code)
#
# /snkon - activates Snake
# /snkoff - deactivates Snake
# /snkreset - resets Snake
# /snk PLAYER - assigns PLAYER as Snake's target
# /snks - activates Snake and spawns 10 HeliBombs (needs "wire_expression2_concmd 1")
#
##Necromancer##
#
# (This skill allows the player to animate a Ragdoll to attack someone)
# (I gotta thank "Bone Example: Zombie (by Shoffing)" from the GMod's Wiki for providing the base code)
#
# /necroon - activates NECROMANCER
# /necrooff - deactivates NECROMANCER
# /necro PLAYER - assigns PLAYER as NECROMANCER's target and activates it
# /necroset PLAYER - sets PLAYER as NECROMANCER'S target on that ragdoll with the ragdoll still inactive
# /necrochange PLAYER - sets PLAYER as the new NECROMANCER's target
#
##Psychokinesis##
#
# (A skill that allows the player to pick up a Prop and throw it around, use it as a boomerang and increase its mass for maximum throwing power)
# (Thanks to "Roflc0pter's Snake E2" for the concept)
# (E key to select prop/grab prop/release prop || Mouse1 to throw || Mouse2 to recall selected prop/increase its mass)
# ("say !brl" should be binded to a Keyboard Key for easy explosive barrel spawn)
#
# /kinesis - activates PSYCHOKINESIS
# /kinesisoff - deactivates PSYCHOKINESIS
# /kinesisreset - resets PSYCHOKINESIS
# mmss - increases the selected prop's mass to MAX
# !haax - DR.HAAX sounds
# !haaxoff - deactivates DR.HAAX sounds
#
##Revenge##
#
# (This skill will kill someone who kills you, with the Bomb Assassination SKill)
# (Props to "Fairy by MURDATS" for the concept)
#
# /revenge - activates REVENGE MODE and avenges OWNER's last death last death
# /revengeon - activates REVENGE MODE without avenging the OWNER's last death
# /revengeoff - deactivates REVENGE MODE
#
##Aggregate##
#
# (This one allows you to make explosive barrels Aggregate in a spot)
# (All credit goes to EXO for his "PropSplosion E2". I just merged it with this drone because it was such a cool E2)
# (E key to make the barrels Aggregate in the CROSSHAIRS spot)
# (BROTIP: Spawn barrels in a distant location with the "!brls", activate the skill "/agg",
# press E on the Target Location, wait until the barrels start flying up, and then E again to make them rain)
#
# /agg - activates AGGREGATE
# /aggoff - deactivates AGGREGATE
# /aggp PLAYER - set AGGREGATE's Target to PLAYER
#
##Blind##
#
# (Covers the target's field of vision)
#
# /blind PLAYER - blinds PLAYER
# /unblind - deactivates the Blind Major Skill
#
#################################################################

TL;DR? Ahahahah oh rly?

Image: grim's