Skip to content
MMOMinion edited this page Sep 30, 2013 · 12 revisions

GameHacks

  • Here you will be able to find any hacks that are included in the API.

Functions

GameHacks:TeleportToXYZ(X,Y,Z)
Teleports you towards the position X,Y,Z.

Events

Radar.ObjectLeftClick
Event that gets triggered when someone performs a left-mouse click on a object shown on the 2D radar.
Radar.ObjectRightClick
Event that gets triggered when someone performs a right-mouse click on a object shown on the 2D radar.
function wt_radar.ObjectLeftClick(event, id)
	d("Clicked on " .. id)
end
RegisterEventHandler("Radar.ObjectLeftClick",wt_radar.ObjectLeftClick)
Clone this wiki locally