Isle 🏝️
20.0k Views
106 Executions

Get Any Item read desc

Isle 🏝️Uploaded by
2 years ago
Please login to perform these actions:

Description

The first item is the closest to you, and the last item is the farthest. Walk around the map to items totally load! SOLARA WORKS

View Raw
Edited By: DuckyExploits Download


Comments

15
Log in to join the conversation. Login
svytoslavrud's profile picture
svytoslavrud2 years ago(edited)

u should make search and full load map script

2
JohnnyD4C's profile picture
JohnnyD4C2 years ago(edited)

Hey there I loved this script I'm glad someones still making scripts for isle, I was wondering if you could make a script to auto master bypass the crates?

2
ru32's profile picture
ru321 year ago

nice script do local ui = game:GetService("CoreGui"):FindFirstChild("NBTxTP Lib") if ui then ui:Destroy() end end local UserInputService = game:GetService("UserInputService") local TweenService = game:GetService("TweenService") local RunService = game:GetService("RunService") local LocalPlayer = game:GetService("Players").LocalPlayer local Mouse = LocalPlayer:GetMouse() local Atomlib = Instance.new("ScreenGui") Atomlib.Name = "NBTxTP Lib" Atomlib.Parent = game:GetService("CoreGui") Atomlib.ZIndexBehavior = Enum.ZIndexBehavior.Sibling local function MakeDraggable(topbarobject, object) local Dragging = nil local DragInput = nil local DragStart = nil local StartPosition = nil local function Update(input) local Delta = input.Position - DragStart local pos = UDim2.new( StartPosition.X.Scale, StartPosition.X.Offset + Delta.X, StartPosition.Y.Scale, StartPosition.Y.Offset + Delta.Y ) local Tween = TweenService:Create(object, TweenInfo.new(0.2), {Position = pos}) Tween:Play() end topbarobject.InputBegan:Connect( function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then Dragging = true DragStart = input.Position StartPosition = object.Position input.Changed:Connect( function() if input.UserInputState == Enum.UserInputState.End then Dragging = false end end ) end end ) topbarobject.InputChanged:Connect( function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then DragInput = input end end ) UserInputService.InputChanged:Connect( function(input) if input == DragInput and Dragging th

1
2606174581's profile picture
26061745811 year ago

Excuse me. Is he working on xeno?

1
walterg01's profile picture
walterg012 years ago(edited)

on mobile how do i do this

1
iamapollothegreat11's profile picture
iamapollothegreat112 years ago(edited)

can it get artifacts

1
JohnnyD4C's profile picture
JohnnyD4C2 years ago(edited)

Take your time, im very appreciative someones making scripts for isle

1