Author Topic: Telekinesis E² (Now in the Adv. Dupe Repository)  (Read 349 times)

0 Members and 1 Guest are viewing this topic.

Offline Krasher

  • -=RND Help Center=-
  • WaffleBBQrz
  • ******
  • Posts: 2764
  • Karma: +75/-47
  • Gender: Male
  • PM me if you have questions.
    • View Profile
    • Forum Page
Telekinesis E² (Now in the Adv. Dupe Repository)
« on: April 12, 2010, 01:46:36 PM »
This e2 will be regularly updated in my e2 Repo in Adv. Dupe.
I released it here so people would actually see it. -.-

DO NOT upload to ANY site
DO NOT excessively use this to kill people
DO NOT say you made this
DO NOT steal MY credit for making this E2. I worked hard on it!
DO enjoy this E2, and hopefully learn from it.

Code: [Select]
@name Telekinesis -- By Krasher
@persist E:entity V:vector Timer Array:array
@outputs Gyro:angle

interval(10)

# Angle Variables
T=Timer
Timer=T*1+T
Gyro=(-ang(T,T,T)*1000)

# Verison String
Version=2.6

#Circle Variable
Circle = vec(5,150,0):rotate(0,curtime()*90,0)

# Pop-Up Hints
if(first()){
    hint("Telekinesis v"+Version,5)
    hint("Intructions:",5)
        hint("Right click and hold to hold the prop",5)
        hint("To pick up a different prop, simply right click it",5)
        hint("Left click to throw the prop",5)
        hint("Hold E to make the prop orbit you",5)
    hint("Made by Krasher -- Do not upload without permission",5)
   
    Array[1,string]="|| Tk || Variables Loaded"
    Array[2,string]="|| Tk || Vectors Loaded"
    Array[3,string]="|| Tk || Now using v"+Version+" of Tele.Kinesis"
   
for (I=1,Array:count()) {
    print(Array[I,string])
}
}

###

if(owner():keyAttack2() & owner():aimEntity():owner() == owner()){
    E=owner():aimEntity()
}

###

if(owner():keyAttack2()){
    V=owner():pos()+vec(0,0,65)-(-owner():eye()*105)
    E:applyForce(((-E:pos()+V)*10-E:vel())*E:mass())
    E:applyAngForce(Gyro+$Gyro*5)

}

###

if(owner():keyAttack1()){
    V=owner():pos()+vec(0,0,65)-(-owner():eye()*10000)
    E:applyForce(((-E:pos()+V)*10-E:vel())*E:mass())
}

###

if(owner():keyUse()) {
    V=owner():pos()+Circle+vec(0,0,84)
    E:applyForce(((-E:pos()+V)*10-E:vel())*E:mass())
}

I will be updating this E2 every-time I get a sufficient enough reason to do so.
Feel Free to ask me ANYTHING about this E2, or E2 in general.
« Last Edit: June 25, 2010, 12:41:44 PM by ≡ Krashεr ≡ »
-Admin Application-

Follow the rules or I will you.

Offline » Magic «

  • Who dares wins
  • WaffleBBQrz
  • ******
  • Posts: 4020
  • Karma: +101/-34
  • Gender: Male
  • Prepare for the worst :D
    • View Profile
Re: Telekinesis E2 -- Krasher
« Reply #1 on: April 12, 2010, 01:50:17 PM »
So this is the epic shiz you was talking about o_O



Copyright© .:~`=-rANdOm-=`~:. GameServer's Administration Team 2008/2009/2010


bubbly bubbly so darn bubbly

Offline Krasher

  • -=RND Help Center=-
  • WaffleBBQrz
  • ******
  • Posts: 2764
  • Karma: +75/-47
  • Gender: Male
  • PM me if you have questions.
    • View Profile
    • Forum Page
Re: Telekinesis E2 -- Krasher
« Reply #2 on: April 12, 2010, 01:51:20 PM »
So this is the epic shiz you was talking about o_O
lawl
ya
« Last Edit: April 12, 2010, 01:54:16 PM by Kräsher »
-Admin Application-

Follow the rules or I will you.

Offline Mr.Franklin

  • RND's Favorite Uncle
  • Übermensch
  • *****
  • Posts: 847
  • Karma: +8/-2
  • Gender: Male
  • MingeFest 2010!
    • View Profile
    • Pirate Hat Dance!
Re: Telekinesis E2 -- Krasher
« Reply #3 on: April 12, 2010, 01:53:19 PM »
krasher, i luv's it!
HABA BABA ^_^

Offline » Magic «

  • Who dares wins
  • WaffleBBQrz
  • ******
  • Posts: 4020
  • Karma: +101/-34
  • Gender: Male
  • Prepare for the worst :D
    • View Profile
Re: Telekinesis E2 -- Krasher
« Reply #4 on: April 12, 2010, 01:54:37 PM »
krasher, i luv's it!

has u triedz it?
Copyright© .:~`=-rANdOm-=`~:. GameServer's Administration Team 2008/2009/2010


bubbly bubbly so darn bubbly

Offline Krasher

  • -=RND Help Center=-
  • WaffleBBQrz
  • ******
  • Posts: 2764
  • Karma: +75/-47
  • Gender: Male
  • PM me if you have questions.
    • View Profile
    • Forum Page
Re: Telekinesis E2 -- Krasher
« Reply #5 on: April 12, 2010, 01:55:05 PM »
krasher, i luv's it!
Dude, replace the other one with this version (Version 2). You can drop props with this one and pick other ones up.
-Admin Application-

Follow the rules or I will you.

Offline Mr.Franklin

  • RND's Favorite Uncle
  • Übermensch
  • *****
  • Posts: 847
  • Karma: +8/-2
  • Gender: Male
  • MingeFest 2010!
    • View Profile
    • Pirate Hat Dance!
Re: Telekinesis E2 -- Krasher
« Reply #6 on: April 12, 2010, 06:26:19 PM »
Dude, replace the other one with this version (Version 2). You can drop props with this one and pick other ones up.

okdokie.
HABA BABA ^_^

Offline Krasher

  • -=RND Help Center=-
  • WaffleBBQrz
  • ******
  • Posts: 2764
  • Karma: +75/-47
  • Gender: Male
  • PM me if you have questions.
    • View Profile
    • Forum Page
Re: Telekinesis E² (Now in the Adv. Dupe Repository)
« Reply #7 on: June 25, 2010, 12:42:17 PM »
Now to be found in Adv Dupe

Folder name : !Krashers E2 Repo
-Admin Application-

Follow the rules or I will you.

Offline DeathWard

  • Sr. Member
  • ****
  • Posts: 270
  • Karma: +6/-4
  • Gender: Male
  • Some Random Furfag
    • View Profile
Re: Telekinesis E² (Now in the Adv. Dupe Repository)
« Reply #8 on: June 25, 2010, 04:03:18 PM »
So what does it do? From what I can guess, you can pick up and drop props. WITH YOUR MIIIIND.


Crap, I want to play bioshock now.