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

[28 November 2015] Added HeroSkinChanger, GetGameTarget, IsGoSHumanizerActive.


  • This topic is locked This topic is locked
No replies to this topic

#1
Feretorix

Feretorix

    Administrator

  • Administrators
  • 3,030 posts
-Added HeroSkinChanger(hero,skinID) -- doesn't return any values, works only for champions (probably enemy champs too, untested)

-Added GetGameTarget() --function has no params, returns a pointer to the current target generated by the game engine (the one in the top left corner, which can be nil, minion, turret, or whatever you selected)

-Added IsGoSHumanizerActive() --function has no params, returns a boolean (true/false) if Humanizer is enabled in GoS Loader.


Example for skinhack:


OnDraw(function(myHero)
local shiftpress = KeyIsDown(0x10); --Shift Key
if shiftpress then
	HeroSkinChanger(GetMyHero(),3)
        end
local tabpress = KeyIsDown(0x14); --CAPS key
if tabpress then
	HeroSkinChanger(GetMyHero(),2)
        end
end)

How it looks like:

9f87f3b2f5.gif
  • 4




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users