Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

[V14][IAC]VladiFukFest Vladimir - TheWelder - [FULL QWER]

the welder thewelder vladi vladimir vladifukfest

  • Please log in to reply
26 replies to this topic

#1
TheWelder

TheWelder

    Advanced Member

  • Members
  • 195 posts
  • LocationPortugal

deleted


  • 7

#2
Laiha

Laiha

    Advanced Member

  • Members
  • 273 posts
  • LocationAntartica

Best vlad script so far , glad to have you in this community


  • 0

#3
TristanabestOne

TristanabestOne

    Brazilian Supp

  • Local Support
  • 1,083 posts
  • LocationBrazil

Good script


  • 0

#4
TheWelder

TheWelder

    Advanced Member

  • Members
  • 195 posts
  • LocationPortugal

Best vlad script so far , glad to have you in this community

 

Good script

ty guys please post here you're scores with this script :)


  • 0

#5
Condox

Condox

    Advanced Member

  • Members
  • 65 posts

for me is not working, maybe you can help me.

When i press "Space" doing Vladi nothing (i listen only a error signal)

 

i know how your scripts to work, you explain me ;)

 

but maybe i have a fault, here my screenshot

ct4g4w82.png

 

 

i use the new files from here: [Script Loader] Inspired.lua + IAC + Scripts ---- v14

and new twgank from your site....

 

and that my testscript1.lua

require('Inspired')
require('twgank')

local info = "VladiFukFest Loaded"
local upv = "If you like UpVote!"
local sig = "Made by TheWelder"
local ver = "1.0.0.1 31/07/2015 12:22AM"
textTable = {info,upv,sig,ver} 
PrintChat(textTable[1])
PrintChat(textTable[2])
PrintChat(textTable[3])
PrintChat(textTable[4]) 

Config = scriptConfig("vladimir", "VladiFukFest")
Config.addParam("Q", "Use Q", SCRIPT_PARAM_ONOFF, true)
Config.addParam("W", "Use W", SCRIPT_PARAM_ONOFF, true)
Config.addParam("E", "Use E", SCRIPT_PARAM_ONOFF, true)
Config.addParam("R", "Use R", SCRIPT_PARAM_ONOFF, true)
Config.addParam("Combo", "Combo", SCRIPT_PARAM_KEYDOWN, string.byte(" "))

OnLoop(function(myHero)
		local myHero = GetMyHero()
		local target = GetCurrentTarget()
		local myHeroPos = GetOrigin(myHero)
			if "Vladimir" == GetObjectName(myHero) then
				DrawText(string.format("VladiFukFest %s", GetObjectName(myHero)),24,750,50,0xff00ff00);
				DrawDmgOverHpBar(target,GetCurrentHP(target),120,60,0xffffffff);
					if Config.Combo and IsObjectAlive(target) then
						if ValidTarget(target, 600) then
							if Config.Q then
								if CanUseSpell(myHero, _Q) == READY then
									CastTargetSpell(myHero,_Q)
								end
							end
						end
						if ValidTarget(target, 150) then
							if Config.W then
								if CanUseSpell(myHero, _W) == READY then
									CastTargetSpell(myHero,_W)
								end
							end
						end
						if ValidTarget(target, 610) then
							if Config.E then
								if CanUseSpell(myHero, _E) == READY then
									CastTargetSpell(myHero,_E)
								end
							end
						end	
						if ValidTarget(target,700) then
							if Config.R then
								local Rdmg = (CastLevel(myHero,_R)*112+56)+(GetBonusAP(myHero)*0.78)
								local RPred = GetPredictionForPlayer(myHeroPos, target,GetMoveSpeed(target),1875,250,700,55,true,true)
								if CanUseSpell(myHero, _R) == READY and RPred.HitChance == 1 then
									if CalcDamage(myHero, target, Rdmg) > GetCurrentHP(target) + GetHPRegen(target)*5 then
										CastSkillShot(_R,RPred.PredPos.x,RPred.PredPos.y,RPred.PredPos.z)
									end
								end
							end
						end
					end
				
			else
				DrawText(string.format("%s not suported", GetObjectName(myHero)),24,750,50,0xffffff00)
			end
end)


  • 0

#6
skitduck

skitduck

    Newbie

  • Members
  • 2 posts

http://prntscr.com/7zdbs9 solution ? please help!!


  • 0

#7
gingergiles

gingergiles

    Advanced Member

  • Members
  • 30 posts

yo mate, we neame the lua  VladiFukFest.lua ?   also do we need to put require('VladiFukFest')   in testscript ?


  • 0

#8
gingergiles

gingergiles

    Advanced Member

  • Members
  • 30 posts

getting an error in game its a cast level error ?  any ideas ?


  • 0

#9
Condox

Condox

    Advanced Member

  • Members
  • 65 posts

jeah me too, i think the reason is...

 

TheWelder need update this code because the -Inspired.lua is updated....


  • 0

#10
gingergiles

gingergiles

    Advanced Member

  • Members
  • 30 posts

ahh damn :P


  • 0

#11
TheWelder

TheWelder

    Advanced Member

  • Members
  • 195 posts
  • LocationPortugal

 

for me is not working, maybe you can help me.

When i press "Space" doing Vladi nothing (i listen only a error signal)

 

i know how your scripts to work, you explain me ;)

 

but maybe i have a fault, here my screenshot

ct4g4w82.png

 

 

i use the new files from here: [Script Loader] Inspired.lua + IAC + Scripts ---- v14

and new twgank from your site....

 

and that my testscript1.lua

require('Inspired')
require('twgank')

local info = "VladiFukFest Loaded"
local upv = "If you like UpVote!"
local sig = "Made by TheWelder"
local ver = "1.0.0.1 31/07/2015 12:22AM"
textTable = {info,upv,sig,ver} 
PrintChat(textTable[1])
PrintChat(textTable[2])
PrintChat(textTable[3])
PrintChat(textTable[4]) 

Config = scriptConfig("vladimir", "VladiFukFest")
Config.addParam("Q", "Use Q", SCRIPT_PARAM_ONOFF, true)
Config.addParam("W", "Use W", SCRIPT_PARAM_ONOFF, true)
Config.addParam("E", "Use E", SCRIPT_PARAM_ONOFF, true)
Config.addParam("R", "Use R", SCRIPT_PARAM_ONOFF, true)
Config.addParam("Combo", "Combo", SCRIPT_PARAM_KEYDOWN, string.byte(" "))

OnLoop(function(myHero)
		local myHero = GetMyHero()
		local target = GetCurrentTarget()
		local myHeroPos = GetOrigin(myHero)
			if "Vladimir" == GetObjectName(myHero) then
				DrawText(string.format("VladiFukFest %s", GetObjectName(myHero)),24,750,50,0xff00ff00);
				DrawDmgOverHpBar(target,GetCurrentHP(target),120,60,0xffffffff);
					if Config.Combo and IsObjectAlive(target) then
						if ValidTarget(target, 600) then
							if Config.Q then
								if CanUseSpell(myHero, _Q) == READY then
									CastTargetSpell(myHero,_Q)
								end
							end
						end
						if ValidTarget(target, 150) then
							if Config.W then
								if CanUseSpell(myHero, _W) == READY then
									CastTargetSpell(myHero,_W)
								end
							end
						end
						if ValidTarget(target, 610) then
							if Config.E then
								if CanUseSpell(myHero, _E) == READY then
									CastTargetSpell(myHero,_E)
								end
							end
						end	
						if ValidTarget(target,700) then
							if Config.R then
								local Rdmg = (CastLevel(myHero,_R)*112+56)+(GetBonusAP(myHero)*0.78)
								local RPred = GetPredictionForPlayer(myHeroPos, target,GetMoveSpeed(target),1875,250,700,55,true,true)
								if CanUseSpell(myHero, _R) == READY and RPred.HitChance == 1 then
									if CalcDamage(myHero, target, Rdmg) > GetCurrentHP(target) + GetHPRegen(target)*5 then
										CastSkillShot(_R,RPred.PredPos.x,RPred.PredPos.y,RPred.PredPos.z)
									end
								end
							end
						end
					end
				
			else
				DrawText(string.format("%s not suported", GetObjectName(myHero)),24,750,50,0xffffff00)
			end
end)

 

http://prntscr.com/7zdbs9 solution ? please help!!

 

getting an error in game its a cast level error ?  any ideas ?

Can someone confirm if its working now please? i do not own vladi


  • 0

#12
gingergiles

gingergiles

    Advanced Member

  • Members
  • 30 posts

yo mate . what should the testscript look like ?  also ive named the lua Vladimir.lua  is that correct ?  


  • 0

#13
gingergiles

gingergiles

    Advanced Member

  • Members
  • 30 posts

nvm just realised its different to the other way of loading scripts :)   im still new to all this :D

 

its working great for me atm, only thing is it hasnt ulti yet,  whats the condition for using ult ?  lvl 8 atm in a custon game vs wukong in mid and it hasnt used it at all and ive got 2 kills off him so far


  • 0

#14
TheWelder

TheWelder

    Advanced Member

  • Members
  • 195 posts
  • LocationPortugal

nvm just realised its different to the other way of loading scripts :)   im still new to all this :D

 

its working great for me atm, only thing is it hasnt ulti yet,  whats the condition for using ult ?  lvl 8 atm in a custon game vs wukong in mid and it hasnt used it at all and ive got 2 kills off him so far

if Rdmg is > than Target HP he will ulti :)


  • 0

#15
gingergiles

gingergiles

    Advanced Member

  • Members
  • 30 posts

ahh ok cool :D


  • 0

#16
TheWelder

TheWelder

    Advanced Member

  • Members
  • 195 posts
  • LocationPortugal

ahh ok cool :D

feel free to Upvote if you liked


  • 0

#17
gingergiles

gingergiles

    Advanced Member

  • Members
  • 30 posts

feel free to Upvote if you liked

 

if i had a clue how to i would :P


  • 0

#18
junneth25

junneth25

    Advanced Member

  • Members
  • 221 posts

i try the vladimir boss but there's an error up loop!! when i press space bar something it hang and i release it back to normal!!!


  • 0

#19
TheWelder

TheWelder

    Advanced Member

  • Members
  • 195 posts
  • LocationPortugal

Updated now suports script loader and IAC.


  • 0

#20
kirrra

kirrra

    Advanced Member

  • Members
  • 34 posts

cant find the link wher is it pls :'(


  • 0





Also tagged with one or more of these keywords: the, welder, thewelder, vladi, vladimir, vladifukfest

2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users