Xfer1111

Isle GUI + ESP

Aug 16th, 2020
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. -- Not owned by me, credits to the original owner.
  2. -- Original post: https://v3rmillion.net/showthread.php?tid=954762
  3. -- Xfer was here (T.V.K)
  4.  
  5. -- Options for ESP
  6. _G.options = {
  7.      ["Locations"] = true,
  8.      ["Hunters"] = true,
  9.      ["trapese artists"] = true,
  10.      ["Items"] = true,
  11.      ["Threats"] = true, -- Serpent, Turrets, etc.
  12. }
  13.  
  14. loadstring(game:HttpGet("https://raw.githubusercontent.com/BadScripter/Isle/master/ESP.lua",true))() -- ESP Script
  15. loadstring(game:HttpGet("https://raw.githubusercontent.com/BadScripter/Scripts/master/IsleHunterHitbox.lua",true))() -- Hitbox Script
Add Comment
Please, Sign In to add comment