Thread: Life Drainer

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Acea's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Home of the elks
    Posts
    346
    Reputation
    80
    Thanks
    2,216
    My Mood
    Stressed

    Life Drainer

    Well in strata V2.1 you will see super OPK and life drainer, yes you have all seen life drainer before called life taker in Bc6(Not the zombie hand version). If you remember the cheat where you opk the air and it hits them till their hp is lower than the amount specified. Extremely useful in Elimi pro and it really pisses off elites.

    Here's a little sample for gellin's base as again it's all people use even though his OPK is absolute garbage. No i will not provide classes for that base or functions as mine are all different nor will i help you to add this, Enjoy.

    Also, i can't guarantee this source will work like this for gellins as again i haven't updated that bases classes but i applied my general idea to the pre written source so it should be easy to modify if it does. This should be placed in intersect and penetrate segment. You may also wanna transform the aimbone to chest as a headshot is always a 1 hit kill.

    Code:
    if( Players[i].fDistance < fNearest )
    			{
    				if(cheats[46] > 1)
    				{
    					switch(cheats[46])
    					{
    						case 2:
    							if((int)Players[i].SFXOBJ->wHealth > 90)
    							{
    								iAimAt = i;
    								fNearest = Players[i].fDistance;
    							}
    							break;
    
    						case 3:
    						if((int)Players[i].SFXOBJ->wHealth > 80)
    						{
    							iAimAt = i;
    							fNearest = Players[i].fDistance;
    						}
    						break;
    
    						case 4:
    						if((int)Players[i].SFXOBJ->wHealth > 70)
    						{
    							iAimAt = i;
    							fNearest = Players[i].fDistance;
    						}
    						break;
    
    						case 5:
    						if((int)Players[i].SFXOBJ->wHealth > 60)
    						{
    							iAimAt = i;
    							fNearest = Players[i].fDistance;
    						}
    						break;
    
    						case 6:
    						if((int)Players[i].SFXOBJ->wHealth > 50)
    						{
    							iAimAt = i;
    							fNearest = Players[i].fDistance;
    						}
    						break;
    
    						case 7:
    						if((int)Players[i].SFXOBJ->wHealth > 40)
    						{
    							iAimAt = i;
    							fNearest = Players[i].fDistance;
    						}
    						break;
    
    						case 8:
    						if((int)Players[i].SFXOBJ->wHealth > 30)
    						{
    							iAimAt = i;
    							fNearest = Players[i].fDistance;
    						}
    						break;
    
    						case 9:
    						if((int)Players[i].SFXOBJ->wHealth > 20)
    						{
    							iAimAt = i;
    							fNearest = Players[i].fDistance;
    						}
    						break;
    
    						case 10:
    						if((int)Players[i].SFXOBJ->wHealth > 10)
    						{
    							iAimAt = i;
    							fNearest = Players[i].fDistance;
    						}
    						break;
    					}
    
    				}else{
    					iAimAt = i;
    					fNearest = Players[i].fDistance;
    				}

  2. The Following User Says Thank You to Acea For This Useful Post:

    demtrios (02-18-2013)

  3. #2
    R4v0r's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    London
    Posts
    234
    Reputation
    11
    Thanks
    142
    My Mood
    Amazed
    Gellin's base is an usefull resource though this ain't that good, @Acea nice work.

  4. #3
    kssiobr's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Nos braços do Pai Celestial...
    Posts
    726
    Reputation
    10
    Thanks
    333
    My Mood
    Cheeky
    I do not understand what this function does! @Acea

  5. #4
    lolatmeha's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    2
    I think it keeps knifing anyone until they get to a low hp and move to next person.

  6. The Following 2 Users Say Thank You to lolatmeha For This Useful Post:

    Acea (02-17-2013),kssiobr (02-17-2013)

  7. #5
    kssiobr's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Nos braços do Pai Celestial...
    Posts
    726
    Reputation
    10
    Thanks
    333
    My Mood
    Cheeky
    Quote Originally Posted by lolatmeha View Post
    I think it keeps knifing anyone until they get to a low hp and move to next person.
    Very good but now I can really comment ...
    It's time because the elite will never know who the villain kkkkk
    It benefits only the team that is not very good ....

  8. #6
    BoxHead1080's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    3,138
    Reputation
    98
    Thanks
    410
    My Mood
    Amused
    Interesting hack, I've never seen anyone use it before.

  9. #7
    WizdomNKush's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    __ASM
    Posts
    160
    Reputation
    36
    Thanks
    69
    My Mood
    Inspired
    never seen this feature before is it like lifetaker ??

  10. #8
    lolatmeha's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    2
    Nope . Basically a opk that drains there life to 10 hp.

  11. #9
    WizdomNKush's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    __ASM
    Posts
    160
    Reputation
    36
    Thanks
    69
    My Mood
    Inspired
    does it rapidly kill them like lifetaker??

  12. #10
    lolatmeha's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    2
    Nope. It only makes everyone life 10 hp and stops.

  13. #11
    ctpsolo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    37
    My Mood
    Amused
    This is a nice feature, I have it in my hack since some time ago. Very useful for knifing zombies also but avoiding getting the kill.

    What's super OPK btw?
    Last edited by ctpsolo; 02-17-2013 at 05:54 PM.
    They're out ta get me!

    Persistence is an art in itself. Let them slam each door in your face, even reject the whole definition of who you are. There will be a day when they come knocking on your door instead.

  14. #12
    lolatmeha's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    2
    Well its remotekill basically!

  15. #13
    Acea's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Home of the elks
    Posts
    346
    Reputation
    80
    Thanks
    2,216
    My Mood
    Stressed
    Quote Originally Posted by ctpsolo View Post
    This is a nice feature, I have it in my hack since some time ago. Very useful for knifing zombies also but avoiding getting the kill.

    What's super OPK btw?
    A version of remotekill that doesn't use intersect and penetrate. Because of that it dosen't have a hang time.

    Also who want's a video of this hack?

  16. #14
    xxsuperxx's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    1,346
    Reputation
    10
    Thanks
    85
    My Mood
    Angelic
    Quote Originally Posted by Acea View Post
    A version of remotekill that doesn't use intersect and penetrate. Because of that it dosen't have a hang time.

    Also who want's a video of this hack?
    i actually really want a vid.. and if u can show what super opk is in the vid thTD B GREAT and what exactly is life taker? like it just brings thier hp to a specific amt? i didnt know what it was youtubed it.. and in youtube it just shows this 1 guy getting 100000000000000000000000000000000000000000000 kills without the person actually dying 1000000000000000000000000 times
    Last edited by xxsuperxx; 02-18-2013 at 12:44 PM.

  17. #15
    Re-Defined's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    10
    My Mood
    Breezy
    Thats lifetaker. THis is basically a life drainer to 10 hp.

Page 1 of 2 12 LastLast

Similar Threads

  1. Real life pokemon battle!!!
    By shakib in forum Entertainment
    Replies: 13
    Last Post: 12-14-2012, 03:53 PM
  2. Whats The Mening Of Life
    By Gourav2122 in forum Spammers Corner
    Replies: 8
    Last Post: 12-20-2006, 03:54 PM
  3. Risk Your Life
    By Chronologix in forum General Gaming
    Replies: 2
    Last Post: 08-08-2006, 04:01 AM
  4. 1337 life ep1 (halo)
    By EleMentX in forum General
    Replies: 0
    Last Post: 07-26-2006, 08:25 AM