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

Simple Suicide Script


Best Answer TRUS , 05 March 2017 - 12:35

Could anyone make one real quick that suicides on SR and ARAM

never used Int but this should work

postomove = nil

OnTick(function()
if postomove then
MoveToXYZ(postomove.x,postomove.y,postomove.z)
end
end)


OnObjectLoad(function(object)
if object and object.type == "obj_Shop" and object.team ~= myHero.team then
postomove = object
PrintChat("found shop")
end
end)

and here is for Ext

postomove = nil
function Tick()
	if postomove then
		local PosMM = postomove.pos:ToMM()
		Control.SetCursorPos(PosMM.x,PosMM.y)
		Control.mouse_event(MOUSEEVENTF_RIGHTDOWN)
		Control.mouse_event(MOUSEEVENTF_RIGHTUP)
	end
end
function OnLoad()
	Callback.Add("Tick", function() Tick() end)
	for i = 1, Game.ObjectCount() do
		local object = Game.Object(i)
		if object and object.type == "obj_Shop" and object.team ~= myHero.team then
			postomove = object
			PrintChat("Shop team: "..object.team.. " my hero team: "..myHero.team)
		end
	end
end
Go to the full post »


  • Please log in to reply
6 replies to this topic

#1
vikavish3

vikavish3

    Newbie

  • Members
  • 6 posts

Could anyone make one real quick that suicides on SR and ARAM

 

EDIT: SORRY ON EXTERNAL PLEASE


  • 0

#2
D0vahkiin

D0vahkiin

    Member

  • Contributor
  • 17 posts
  • LocationSkyrim

Just let me release my Kog'Maw and I'll make this tool ;)


  • 0

#3
Ryzuki

Ryzuki

    Advanced Member

  • Contributor
  • 297 posts
  • LocationOsu!z

Could anyone make one real quick that suicides on SR and ARAM

Then auto ban? .-.


  • 0

#4
vikavish3

vikavish3

    Newbie

  • Members
  • 6 posts

Just need it for coop vs ai bot games 


  • 0

#5
TRUS

TRUS

    Advanced Member

  • Scripts Developer
  • 56 posts
✓  Best Answer

Could anyone make one real quick that suicides on SR and ARAM

never used Int but this should work

postomove = nil

OnTick(function()
if postomove then
MoveToXYZ(postomove.x,postomove.y,postomove.z)
end
end)


OnObjectLoad(function(object)
if object and object.type == "obj_Shop" and object.team ~= myHero.team then
postomove = object
PrintChat("found shop")
end
end)

and here is for Ext

postomove = nil
function Tick()
	if postomove then
		local PosMM = postomove.pos:ToMM()
		Control.SetCursorPos(PosMM.x,PosMM.y)
		Control.mouse_event(MOUSEEVENTF_RIGHTDOWN)
		Control.mouse_event(MOUSEEVENTF_RIGHTUP)
	end
end
function OnLoad()
	Callback.Add("Tick", function() Tick() end)
	for i = 1, Game.ObjectCount() do
		local object = Game.Object(i)
		if object and object.type == "obj_Shop" and object.team ~= myHero.team then
			postomove = object
			PrintChat("Shop team: "..object.team.. " my hero team: "..myHero.team)
		end
	end
end

  • 1

#6
Hanndel

Hanndel

    datebest.net - visit website and win smartphone!

  • Contributor
  • 604 posts
  • Locationhttps://t.me/pump_upp

ahh, i remember when henry made a good suicide script lol


  • 0

#7
Chally

Chally

    SURRENDER

  • Ex-Staff
  • PipPipPip
  • 777 posts

ahh, i remember when henry made a good suicide script lol

it is so good that even ISIS approved.


  • 0




2 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


    Bing (1)