Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local Hax = Instance.new("ScreenGui")
- local TPISLAND = Instance.new("Frame")
- local b1I = Instance.new("Frame")
- local nameisland = Instance.new("TextLabel")
- local EnchantedIsland = Instance.new("TextButton")
- local MysticalIsland = Instance.new("TextButton")
- local SandstormIsland = Instance.new("TextButton")
- local AstralIsland = Instance.new("TextButton")
- local EternalIsland = Instance.new("TextButton")
- local AncientInfernoIsland = Instance.new("TextButton")
- local ThunderstormIsland = Instance.new("TextButton")
- local TundraIsland = Instance.new("TextButton")
- local SpaceIsland = Instance.new("TextButton")
- local CyberneticLegendsIsland = Instance.new("TextButton")
- local DragonLegendIsland = Instance.new("TextButton")
- local GoldenMasterIsland = Instance.new("TextButton")
- local WinterWonderIsland = Instance.new("TextButton")
- local MythicalSoulsIsland = Instance.new("TextButton")
- local MidnightShadowIsland = Instance.new("TextButton")
- local SkystormUltrausIsland = Instance.new("TextButton")
- local Closel = Instance.new("TextButton")
- local ChaosLegendsIsland = Instance.new("TextButton")
- local SoulFusionIsland = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local b1m = Instance.new("Frame")
- local namem = Instance.new("TextLabel")
- local tpislandm = Instance.new("TextButton")
- local tptrainingm = Instance.new("TextButton")
- local tpplacesm = Instance.new("TextButton")
- local functionsm = Instance.new("TextButton")
- local b2m = Instance.new("Frame")
- local Cdit = Instance.new("TextLabel")
- local elementsm = Instance.new("TextButton")
- local AntiKick = Instance.new("TextButton")
- local Open = Instance.new("TextLabel")
- local Functions = Instance.new("Frame")
- local b1f = Instance.new("Frame")
- local namefunctions = Instance.new("TextLabel")
- local AutoSwing = Instance.new("TextButton")
- local AutoSkill = Instance.new("TextButton")
- local AutoBelt = Instance.new("TextButton")
- local AutoSword = Instance.new("TextButton")
- local AutoSell = Instance.new("TextButton")
- local Closef = Instance.new("TextButton")
- local TpTraining = Instance.new("Frame")
- local b1t = Instance.new("Frame")
- local Darklight = Instance.new("TextLabel")
- local MysticalWaters = Instance.new("TextButton")
- local SwordofLegends = Instance.new("TextButton")
- local ElementalTornado = Instance.new("TextButton")
- local ZenMastersBlade = Instance.new("TextButton")
- local LavaPit = Instance.new("TextButton")
- local Tornado = Instance.new("TextButton")
- local SwordofAncients = Instance.new("TextButton")
- local FallenInfinityBlade = Instance.new("TextButton")
- local Closet = Instance.new("TextButton")
- local TpPlaces = Instance.new("Frame")
- local b1p = Instance.new("Frame")
- local nameplaces = Instance.new("TextLabel")
- local AltarOfElements = Instance.new("TextButton")
- local PetCloningAltar = Instance.new("TextButton")
- local KingoftheHill = Instance.new("TextButton")
- local InfinityStatsDojo = Instance.new("TextButton")
- local Closep = Instance.new("TextButton")
- local Elements = Instance.new("Frame")
- local b1e = Instance.new("Frame")
- local nameelements = Instance.new("TextLabel")
- local FrostElement = Instance.new("TextButton")
- local ElectralChaosElement = Instance.new("TextButton")
- local LightningElement = Instance.new("TextButton")
- local InfernoElement = Instance.new("TextButton")
- local MasterfulWrathElement = Instance.new("TextButton")
- local ShadowChargeElement = Instance.new("TextButton")
- local ShadowfireElement = Instance.new("TextButton")
- local EternityStormElement = Instance.new("TextButton")
- local Closee = Instance.new("TextButton")
- --Properties:
- Hax.Name = "Hax"
- Hax.Parent = game.CoreGui
- TPISLAND.Name = "TP ISLAND"
- TPISLAND.Parent = Hax
- TPISLAND.Active = true
- TPISLAND.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
- TPISLAND.BorderSizePixel = 0
- TPISLAND.Position = UDim2.new(0.240165383, 0, 0.241405487, 0)
- TPISLAND.Size = UDim2.new(0, 389, 0, 316)
- TPISLAND.Visible = false
- b1I.Name = "b1I"
- b1I.Parent = TPISLAND
- b1I.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- b1I.BorderSizePixel = 0
- b1I.Size = UDim2.new(0, 389, 0, 28)
- nameisland.Name = "name island"
- nameisland.Parent = b1I
- nameisland.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- nameisland.BackgroundTransparency = 1.000
- nameisland.BorderSizePixel = 0
- nameisland.Position = UDim2.new(-0.00225728098, 0, 0, 0)
- nameisland.Size = UDim2.new(0, 389, 0, 28)
- nameisland.Font = Enum.Font.SourceSans
- nameisland.Text = "Tp Islands"
- nameisland.TextColor3 = Color3.fromRGB(255, 255, 255)
- nameisland.TextScaled = true
- nameisland.TextSize = 14.000
- nameisland.TextWrapped = true
- EnchantedIsland.Name = "Enchanted Island"
- EnchantedIsland.Parent = TPISLAND
- EnchantedIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- EnchantedIsland.BorderSizePixel = 0
- EnchantedIsland.Position = UDim2.new(0.0454545468, 0, 0.188449845, 0)
- EnchantedIsland.Size = UDim2.new(0, 109, 0, 30)
- EnchantedIsland.Font = Enum.Font.SourceSans
- EnchantedIsland.Text = "Enchanted Island"
- EnchantedIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- EnchantedIsland.TextSize = 14.000
- EnchantedIsland.TextWrapped = true
- MysticalIsland.Name = "Mystical Island"
- MysticalIsland.Parent = TPISLAND
- MysticalIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- MysticalIsland.BorderSizePixel = 0
- MysticalIsland.Position = UDim2.new(0.0454545468, 0, 0.452887535, 0)
- MysticalIsland.Size = UDim2.new(0, 109, 0, 30)
- MysticalIsland.Font = Enum.Font.SourceSans
- MysticalIsland.Text = "Mystical Island"
- MysticalIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- MysticalIsland.TextSize = 14.000
- MysticalIsland.TextWrapped = true
- SandstormIsland.Name = "Sandstorm Island"
- SandstormIsland.Parent = TPISLAND
- SandstormIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- SandstormIsland.BorderSizePixel = 0
- SandstormIsland.Position = UDim2.new(0.358275056, 0, 0.322063416, 0)
- SandstormIsland.Size = UDim2.new(0, 109, 0, 30)
- SandstormIsland.Font = Enum.Font.SourceSans
- SandstormIsland.Text = "Sandstorm Island"
- SandstormIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- SandstormIsland.TextSize = 14.000
- SandstormIsland.TextWrapped = true
- AstralIsland.Name = "Astral Island"
- AstralIsland.Parent = TPISLAND
- AstralIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- AstralIsland.BorderSizePixel = 0
- AstralIsland.Position = UDim2.new(0.0454545468, 0, 0.325227976, 0)
- AstralIsland.Size = UDim2.new(0, 109, 0, 30)
- AstralIsland.Font = Enum.Font.SourceSans
- AstralIsland.Text = "Astral Island"
- AstralIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- AstralIsland.TextSize = 14.000
- AstralIsland.TextWrapped = true
- EternalIsland.Name = "Eternal Island"
- EternalIsland.Parent = TPISLAND
- EternalIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- EternalIsland.BorderSizePixel = 0
- EternalIsland.Position = UDim2.new(0.358275056, 0, 0.188449845, 0)
- EternalIsland.Size = UDim2.new(0, 109, 0, 30)
- EternalIsland.Font = Enum.Font.SourceSans
- EternalIsland.Text = "Eternal Island"
- EternalIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- EternalIsland.TextSize = 14.000
- EternalIsland.TextWrapped = true
- AncientInfernoIsland.Name = "Ancient Inferno Island"
- AncientInfernoIsland.Parent = TPISLAND
- AncientInfernoIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- AncientInfernoIsland.BorderSizePixel = 0
- AncientInfernoIsland.Position = UDim2.new(0.358275056, 0, 0.598659217, 0)
- AncientInfernoIsland.Size = UDim2.new(0, 109, 0, 30)
- AncientInfernoIsland.Font = Enum.Font.SourceSans
- AncientInfernoIsland.Text = "Ancient Inferno Island"
- AncientInfernoIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- AncientInfernoIsland.TextSize = 14.000
- ThunderstormIsland.Name = "Thunderstorm Island"
- ThunderstormIsland.Parent = TPISLAND
- ThunderstormIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- ThunderstormIsland.BorderSizePixel = 0
- ThunderstormIsland.Position = UDim2.new(0.358275056, 0, 0.452887535, 0)
- ThunderstormIsland.Size = UDim2.new(0, 109, 0, 30)
- ThunderstormIsland.Font = Enum.Font.SourceSans
- ThunderstormIsland.Text = "Thunderstorm Island"
- ThunderstormIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- ThunderstormIsland.TextScaled = true
- ThunderstormIsland.TextSize = 14.000
- ThunderstormIsland.TextWrapped = true
- TundraIsland.Name = "Tundra Island"
- TundraIsland.Parent = TPISLAND
- TundraIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- TundraIsland.BorderSizePixel = 0
- TundraIsland.Position = UDim2.new(0.0454545468, 0, 0.732522786, 0)
- TundraIsland.Size = UDim2.new(0, 109, 0, 30)
- TundraIsland.Font = Enum.Font.SourceSans
- TundraIsland.Text = "Tundra Island"
- TundraIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- TundraIsland.TextSize = 14.000
- TundraIsland.TextWrapped = true
- SpaceIsland.Name = "Space Island"
- SpaceIsland.Parent = TPISLAND
- SpaceIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- SpaceIsland.BorderSizePixel = 0
- SpaceIsland.Position = UDim2.new(0.0454545468, 0, 0.598784208, 0)
- SpaceIsland.Size = UDim2.new(0, 109, 0, 30)
- SpaceIsland.Font = Enum.Font.SourceSans
- SpaceIsland.Text = "Space Island"
- SpaceIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- SpaceIsland.TextSize = 14.000
- SpaceIsland.TextWrapped = true
- CyberneticLegendsIsland.Name = "Cybernetic Legends Island"
- CyberneticLegendsIsland.Parent = TPISLAND
- CyberneticLegendsIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- CyberneticLegendsIsland.BorderSizePixel = 0
- CyberneticLegendsIsland.Position = UDim2.new(0.0452694185, 0, 0.878419638, 0)
- CyberneticLegendsIsland.Size = UDim2.new(0, 109, 0, 30)
- CyberneticLegendsIsland.Font = Enum.Font.SourceSans
- CyberneticLegendsIsland.Text = "Cybernetic Legends Island"
- CyberneticLegendsIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- CyberneticLegendsIsland.TextScaled = true
- CyberneticLegendsIsland.TextSize = 14.000
- CyberneticLegendsIsland.TextWrapped = true
- DragonLegendIsland.Name = "Dragon Legend Island"
- DragonLegendIsland.Parent = TPISLAND
- DragonLegendIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- DragonLegendIsland.BorderSizePixel = 0
- DragonLegendIsland.Position = UDim2.new(0.678391397, 0, 0.598784208, 0)
- DragonLegendIsland.Size = UDim2.new(0, 109, 0, 30)
- DragonLegendIsland.Font = Enum.Font.SourceSans
- DragonLegendIsland.Text = "Dragon Legend Island"
- DragonLegendIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- DragonLegendIsland.TextScaled = true
- DragonLegendIsland.TextSize = 14.000
- DragonLegendIsland.TextWrapped = true
- GoldenMasterIsland.Name = "Golden Master Island"
- GoldenMasterIsland.Parent = TPISLAND
- GoldenMasterIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- GoldenMasterIsland.BorderSizePixel = 0
- GoldenMasterIsland.Position = UDim2.new(0.678391397, 0, 0.449723005, 0)
- GoldenMasterIsland.Size = UDim2.new(0, 109, 0, 30)
- GoldenMasterIsland.Font = Enum.Font.SourceSans
- GoldenMasterIsland.Text = "Golden Master Island"
- GoldenMasterIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- GoldenMasterIsland.TextScaled = true
- GoldenMasterIsland.TextSize = 14.000
- GoldenMasterIsland.TextWrapped = true
- WinterWonderIsland.Name = "Winter Wonder Island"
- WinterWonderIsland.Parent = TPISLAND
- WinterWonderIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- WinterWonderIsland.BorderSizePixel = 0
- WinterWonderIsland.Position = UDim2.new(0.678391397, 0, 0.322188497, 0)
- WinterWonderIsland.Size = UDim2.new(0, 109, 0, 30)
- WinterWonderIsland.Font = Enum.Font.SourceSans
- WinterWonderIsland.Text = "Winter Wonder Island"
- WinterWonderIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- WinterWonderIsland.TextScaled = true
- WinterWonderIsland.TextSize = 14.000
- WinterWonderIsland.TextWrapped = true
- MythicalSoulsIsland.Name = "Mythical Souls Island"
- MythicalSoulsIsland.Parent = TPISLAND
- MythicalSoulsIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- MythicalSoulsIsland.BorderSizePixel = 0
- MythicalSoulsIsland.Position = UDim2.new(0.680753887, 0, 0.18541038, 0)
- MythicalSoulsIsland.Size = UDim2.new(0, 109, 0, 30)
- MythicalSoulsIsland.Font = Enum.Font.SourceSans
- MythicalSoulsIsland.Text = "Mythical Souls Island"
- MythicalSoulsIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- MythicalSoulsIsland.TextScaled = true
- MythicalSoulsIsland.TextSize = 14.000
- MythicalSoulsIsland.TextWrapped = true
- MidnightShadowIsland.Name = "Midnight Shadow Island"
- MidnightShadowIsland.Parent = TPISLAND
- MidnightShadowIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- MidnightShadowIsland.BorderSizePixel = 0
- MidnightShadowIsland.Position = UDim2.new(0.358275056, 0, 0.729358315, 0)
- MidnightShadowIsland.Size = UDim2.new(0, 109, 0, 30)
- MidnightShadowIsland.Font = Enum.Font.SourceSans
- MidnightShadowIsland.Text = "Midnight Shadow Island"
- MidnightShadowIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- MidnightShadowIsland.TextSize = 14.000
- SkystormUltrausIsland.Name = "Skystorm Ultraus Island"
- SkystormUltrausIsland.Parent = TPISLAND
- SkystormUltrausIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- SkystormUltrausIsland.BorderSizePixel = 0
- SkystormUltrausIsland.Position = UDim2.new(0.678391457, 0, 0.734719992, 0)
- SkystormUltrausIsland.Size = UDim2.new(0, 109, 0, 29)
- SkystormUltrausIsland.Font = Enum.Font.SourceSans
- SkystormUltrausIsland.Text = "Skystorm Ultraus Island"
- SkystormUltrausIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- SkystormUltrausIsland.TextScaled = true
- SkystormUltrausIsland.TextSize = 14.000
- SkystormUltrausIsland.TextWrapped = true
- Closel.Name = "Close l"
- Closel.Parent = TPISLAND
- Closel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Closel.BackgroundTransparency = 1.000
- Closel.BorderSizePixel = 0
- Closel.Position = UDim2.new(0.913572907, 0, 0, 0)
- Closel.Size = UDim2.new(0, 33, 0, 28)
- Closel.Font = Enum.Font.SourceSans
- Closel.Text = "X"
- Closel.TextColor3 = Color3.fromRGB(255, 255, 255)
- Closel.TextScaled = true
- Closel.TextSize = 14.000
- Closel.TextWrapped = true
- ChaosLegendsIsland.Name = "Chaos Legends Island"
- ChaosLegendsIsland.Parent = TPISLAND
- ChaosLegendsIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- ChaosLegendsIsland.BorderSizePixel = 0
- ChaosLegendsIsland.Position = UDim2.new(0.356532335, 0, 0.878419638, 0)
- ChaosLegendsIsland.Size = UDim2.new(0, 109, 0, 30)
- ChaosLegendsIsland.Font = Enum.Font.SourceSans
- ChaosLegendsIsland.Text = "Chaos Legends Island"
- ChaosLegendsIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- ChaosLegendsIsland.TextScaled = true
- ChaosLegendsIsland.TextSize = 14.000
- ChaosLegendsIsland.TextWrapped = true
- SoulFusionIsland.Name = "Soul Fusion Island"
- SoulFusionIsland.Parent = TPISLAND
- SoulFusionIsland.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- SoulFusionIsland.BorderSizePixel = 0
- SoulFusionIsland.Position = UDim2.new(0.678391337, 0, 0.878419638, 0)
- SoulFusionIsland.Size = UDim2.new(0, 109, 0, 30)
- SoulFusionIsland.Font = Enum.Font.SourceSans
- SoulFusionIsland.Text = "Soul Fusion Island"
- SoulFusionIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
- SoulFusionIsland.TextSize = 14.000
- SoulFusionIsland.TextWrapped = true
- Main.Name = "Main"
- Main.Parent = Hax
- Main.Active = true
- Main.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.390186876, 0, 0.2890625, 0)
- Main.Size = UDim2.new(0, 216, 0, 216)
- Main.Visible = false
- b1m.Name = "b1m"
- b1m.Parent = Main
- b1m.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- b1m.BorderSizePixel = 0
- b1m.Size = UDim2.new(0, 215, 0, 25)
- namem.Name = "name m"
- namem.Parent = b1m
- namem.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- namem.BackgroundTransparency = 1.000
- namem.BorderSizePixel = 0
- namem.Size = UDim2.new(0, 215, 0, 25)
- namem.Font = Enum.Font.SourceSans
- namem.Text = "E-Hoax GUI V1"
- namem.TextColor3 = Color3.fromRGB(255, 255, 255)
- namem.TextScaled = true
- namem.TextSize = 14.000
- namem.TextWrapped = true
- tpislandm.Name = "tp island m"
- tpislandm.Parent = Main
- tpislandm.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- tpislandm.BorderSizePixel = 0
- tpislandm.Position = UDim2.new(0.0648148134, 0, 0.222222224, 0)
- tpislandm.Size = UDim2.new(0, 87, 0, 29)
- tpislandm.Font = Enum.Font.SourceSans
- tpislandm.Text = "Tp Islands"
- tpislandm.TextColor3 = Color3.fromRGB(255, 255, 255)
- tpislandm.TextScaled = true
- tpislandm.TextSize = 14.000
- tpislandm.TextWrapped = true
- tptrainingm.Name = "tp training m"
- tptrainingm.Parent = Main
- tptrainingm.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- tptrainingm.BorderSizePixel = 0
- tptrainingm.Position = UDim2.new(0.0694444478, 0, 0.430555552, 0)
- tptrainingm.Size = UDim2.new(0, 86, 0, 29)
- tptrainingm.Font = Enum.Font.SourceSans
- tptrainingm.Text = "Tp Training"
- tptrainingm.TextColor3 = Color3.fromRGB(255, 255, 255)
- tptrainingm.TextScaled = true
- tptrainingm.TextSize = 14.000
- tptrainingm.TextWrapped = true
- tpplacesm.Name = "tp places m"
- tpplacesm.Parent = Main
- tpplacesm.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- tpplacesm.BorderSizePixel = 0
- tpplacesm.Position = UDim2.new(0.0694444478, 0, 0.648148119, 0)
- tpplacesm.Size = UDim2.new(0, 86, 0, 29)
- tpplacesm.Font = Enum.Font.SourceSans
- tpplacesm.Text = "Tp Places"
- tpplacesm.TextColor3 = Color3.fromRGB(255, 255, 255)
- tpplacesm.TextScaled = true
- tpplacesm.TextSize = 14.000
- tpplacesm.TextWrapped = true
- functionsm.Name = "functions m"
- functionsm.Parent = Main
- functionsm.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- functionsm.BorderSizePixel = 0
- functionsm.Position = UDim2.new(0.555555403, 0, 0.222222224, 0)
- functionsm.Size = UDim2.new(0, 86, 0, 29)
- functionsm.Font = Enum.Font.SourceSans
- functionsm.Text = "Functions"
- functionsm.TextColor3 = Color3.fromRGB(255, 255, 255)
- functionsm.TextScaled = true
- functionsm.TextSize = 14.000
- functionsm.TextWrapped = true
- b2m.Name = "b2m"
- b2m.Parent = Main
- b2m.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- b2m.BorderSizePixel = 0
- b2m.Position = UDim2.new(0, 0, 0.884259284, 0)
- b2m.Size = UDim2.new(0, 215, 0, 25)
- Cdit.Name = "Cdit"
- Cdit.Parent = b2m
- Cdit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Cdit.BackgroundTransparency = 1.000
- Cdit.BorderSizePixel = 0
- Cdit.Size = UDim2.new(0, 215, 0, 25)
- Cdit.Font = Enum.Font.SourceSans
- Cdit.Text = "Made by Saitama The Great#3784"
- Cdit.TextColor3 = Color3.fromRGB(255, 255, 255)
- Cdit.TextScaled = true
- Cdit.TextSize = 14.000
- Cdit.TextWrapped = true
- elementsm.Name = "elements m"
- elementsm.Parent = Main
- elementsm.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- elementsm.BorderSizePixel = 0
- elementsm.Position = UDim2.new(0.55092591, 0, 0.444444448, 0)
- elementsm.Size = UDim2.new(0, 87, 0, 29)
- elementsm.Font = Enum.Font.SourceSans
- elementsm.Text = "Elements"
- elementsm.TextColor3 = Color3.fromRGB(255, 255, 255)
- elementsm.TextScaled = true
- elementsm.TextSize = 14.000
- elementsm.TextWrapped = true
- AntiKick.Name = "Anti Kick"
- AntiKick.Parent = Main
- AntiKick.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- AntiKick.BorderSizePixel = 0
- AntiKick.Position = UDim2.new(0.55092591, 0, 0.648148119, 0)
- AntiKick.Size = UDim2.new(0, 87, 0, 29)
- AntiKick.Font = Enum.Font.SourceSans
- AntiKick.Text = " Anti Kick"
- AntiKick.TextColor3 = Color3.fromRGB(255, 255, 255)
- AntiKick.TextScaled = true
- AntiKick.TextSize = 14.000
- AntiKick.TextWrapped = true
- Open.Name = "Open"
- Open.Parent = Hax
- Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Open.BackgroundTransparency = 1.000
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0.0140186921, 0, 0.466796875, 0)
- Open.Size = UDim2.new(0, 180, 0, 34)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Press F to OPEN/CLOSE"
- Open.TextColor3 = Color3.fromRGB(123, 35, 255)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextWrapped = true
- Functions.Name = "Functions"
- Functions.Parent = Hax
- Functions.Active = true
- Functions.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
- Functions.BorderSizePixel = 0
- Functions.Position = UDim2.new(0.364485979, 0, 0.271484375, 0)
- Functions.Size = UDim2.new(0, 232, 0, 179)
- Functions.Visible = false
- b1f.Name = "b1f"
- b1f.Parent = Functions
- b1f.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- b1f.BorderSizePixel = 0
- b1f.Size = UDim2.new(0, 232, 0, 25)
- namefunctions.Name = "name functions"
- namefunctions.Parent = b1f
- namefunctions.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- namefunctions.BackgroundTransparency = 1.000
- namefunctions.BorderSizePixel = 0
- namefunctions.Size = UDim2.new(0, 232, 0, 25)
- namefunctions.Font = Enum.Font.SourceSans
- namefunctions.Text = "Functions"
- namefunctions.TextColor3 = Color3.fromRGB(255, 255, 255)
- namefunctions.TextScaled = true
- namefunctions.TextSize = 14.000
- namefunctions.TextWrapped = true
- AutoSwing.Name = "Auto Swing"
- AutoSwing.Parent = Functions
- AutoSwing.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- AutoSwing.BorderSizePixel = 0
- AutoSwing.Position = UDim2.new(0.0775862038, 0, 0.211756498, 0)
- AutoSwing.Size = UDim2.new(0, 87, 0, 29)
- AutoSwing.Font = Enum.Font.SourceSans
- AutoSwing.Text = "Auto Swing"
- AutoSwing.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoSwing.TextScaled = true
- AutoSwing.TextSize = 14.000
- AutoSwing.TextWrapped = true
- AutoSkill.Name = "Auto Skill"
- AutoSkill.Parent = Functions
- AutoSkill.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- AutoSkill.BorderSizePixel = 0
- AutoSkill.Position = UDim2.new(0.547413766, 0, 0.211756483, 0)
- AutoSkill.Size = UDim2.new(0, 87, 0, 29)
- AutoSkill.Font = Enum.Font.SourceSans
- AutoSkill.Text = "Auto Skill"
- AutoSkill.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoSkill.TextScaled = true
- AutoSkill.TextSize = 14.000
- AutoSkill.TextWrapped = true
- AutoBelt.Name = "Auto Belt"
- AutoBelt.Parent = Functions
- AutoBelt.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- AutoBelt.BorderSizePixel = 0
- AutoBelt.Position = UDim2.new(0.547413826, 0, 0.477700353, 0)
- AutoBelt.Size = UDim2.new(0, 87, 0, 29)
- AutoBelt.Font = Enum.Font.SourceSans
- AutoBelt.Text = "Auto Belt"
- AutoBelt.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoBelt.TextScaled = true
- AutoBelt.TextSize = 14.000
- AutoBelt.TextWrapped = true
- AutoSword.Name = "Auto Sword"
- AutoSword.Parent = Functions
- AutoSword.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- AutoSword.BorderSizePixel = 0
- AutoSword.Position = UDim2.new(0.310344815, 0, 0.74504441, 0)
- AutoSword.Size = UDim2.new(0, 87, 0, 29)
- AutoSword.Font = Enum.Font.SourceSans
- AutoSword.Text = "Auto Sword"
- AutoSword.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoSword.TextScaled = true
- AutoSword.TextSize = 14.000
- AutoSword.TextWrapped = true
- AutoSell.Name = "Auto Sell"
- AutoSell.Parent = Functions
- AutoSell.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- AutoSell.BorderSizePixel = 0
- AutoSell.Position = UDim2.new(0.0775862038, 0, 0.477700382, 0)
- AutoSell.Size = UDim2.new(0, 87, 0, 29)
- AutoSell.Font = Enum.Font.SourceSans
- AutoSell.Text = "Auto Sell"
- AutoSell.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoSell.TextScaled = true
- AutoSell.TextSize = 14.000
- AutoSell.TextWrapped = true
- Closef.Name = "Close f"
- Closef.Parent = Functions
- Closef.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Closef.BackgroundTransparency = 1.000
- Closef.BorderSizePixel = 0
- Closef.Position = UDim2.new(0.875, 0, 0, 0)
- Closef.Size = UDim2.new(0, 29, 0, 25)
- Closef.Font = Enum.Font.SourceSans
- Closef.Text = "X"
- Closef.TextColor3 = Color3.fromRGB(255, 255, 255)
- Closef.TextScaled = true
- Closef.TextSize = 14.000
- Closef.TextWrapped = true
- TpTraining.Name = "Tp Training"
- TpTraining.Parent = Hax
- TpTraining.Active = true
- TpTraining.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
- TpTraining.BorderSizePixel = 0
- TpTraining.Position = UDim2.new(0.367990643, 0, 0.236328125, 0)
- TpTraining.Size = UDim2.new(0, 226, 0, 235)
- TpTraining.Visible = false
- b1t.Name = "b1t"
- b1t.Parent = TpTraining
- b1t.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- b1t.BorderSizePixel = 0
- b1t.Size = UDim2.new(0, 226, 0, 25)
- Darklight.Name = "Dark light"
- Darklight.Parent = b1t
- Darklight.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Darklight.BackgroundTransparency = 1.000
- Darklight.BorderSizePixel = 0
- Darklight.Size = UDim2.new(0, 226, 0, 25)
- Darklight.Font = Enum.Font.SourceSans
- Darklight.Text = "Dark | Light"
- Darklight.TextColor3 = Color3.fromRGB(255, 255, 255)
- Darklight.TextScaled = true
- Darklight.TextSize = 14.000
- Darklight.TextWrapped = true
- MysticalWaters.Name = "Mystical Waters"
- MysticalWaters.Parent = TpTraining
- MysticalWaters.BackgroundColor3 = Color3.fromRGB(151, 255, 252)
- MysticalWaters.BorderSizePixel = 0
- MysticalWaters.Position = UDim2.new(0.522123873, 0, 0.203703716, 0)
- MysticalWaters.Size = UDim2.new(0, 100, 0, 28)
- MysticalWaters.Font = Enum.Font.SourceSans
- MysticalWaters.Text = "Mystical Waters"
- MysticalWaters.TextColor3 = Color3.fromRGB(0, 0, 0)
- MysticalWaters.TextScaled = true
- MysticalWaters.TextSize = 14.000
- MysticalWaters.TextWrapped = true
- SwordofLegends.Name = "Sword of Legends"
- SwordofLegends.Parent = TpTraining
- SwordofLegends.BackgroundColor3 = Color3.fromRGB(151, 255, 252)
- SwordofLegends.BorderSizePixel = 0
- SwordofLegends.Position = UDim2.new(0.522123873, 0, 0.396296322, 0)
- SwordofLegends.Size = UDim2.new(0, 100, 0, 28)
- SwordofLegends.Font = Enum.Font.SourceSans
- SwordofLegends.Text = "Sword of Legends"
- SwordofLegends.TextColor3 = Color3.fromRGB(0, 0, 0)
- SwordofLegends.TextScaled = true
- SwordofLegends.TextSize = 14.000
- SwordofLegends.TextWrapped = true
- ElementalTornado.Name = "Elemental Tornado"
- ElementalTornado.Parent = TpTraining
- ElementalTornado.BackgroundColor3 = Color3.fromRGB(151, 255, 252)
- ElementalTornado.BorderSizePixel = 0
- ElementalTornado.Position = UDim2.new(0.522123873, 0, 0.58518517, 0)
- ElementalTornado.Size = UDim2.new(0, 100, 0, 28)
- ElementalTornado.Font = Enum.Font.SourceSans
- ElementalTornado.Text = "Elemental Tornado"
- ElementalTornado.TextColor3 = Color3.fromRGB(0, 0, 0)
- ElementalTornado.TextScaled = true
- ElementalTornado.TextSize = 14.000
- ElementalTornado.TextWrapped = true
- ZenMastersBlade.Name = "Zen Master's Blade"
- ZenMastersBlade.Parent = TpTraining
- ZenMastersBlade.BackgroundColor3 = Color3.fromRGB(151, 255, 252)
- ZenMastersBlade.BorderSizePixel = 0
- ZenMastersBlade.Position = UDim2.new(0.522123873, 0, 0.770370424, 0)
- ZenMastersBlade.Size = UDim2.new(0, 100, 0, 28)
- ZenMastersBlade.Font = Enum.Font.SourceSans
- ZenMastersBlade.Text = "Zen Master's Blade"
- ZenMastersBlade.TextColor3 = Color3.fromRGB(0, 0, 0)
- ZenMastersBlade.TextScaled = true
- ZenMastersBlade.TextSize = 14.000
- ZenMastersBlade.TextWrapped = true
- LavaPit.Name = "Lava Pit"
- LavaPit.Parent = TpTraining
- LavaPit.BackgroundColor3 = Color3.fromRGB(171, 0, 2)
- LavaPit.BorderSizePixel = 0
- LavaPit.Position = UDim2.new(0.03539823, 0, 0.203703701, 0)
- LavaPit.Size = UDim2.new(0, 100, 0, 28)
- LavaPit.Font = Enum.Font.SourceSans
- LavaPit.Text = "Lava Pit"
- LavaPit.TextColor3 = Color3.fromRGB(255, 255, 255)
- LavaPit.TextScaled = true
- LavaPit.TextSize = 14.000
- LavaPit.TextWrapped = true
- Tornado.Name = "Tornado"
- Tornado.Parent = TpTraining
- Tornado.BackgroundColor3 = Color3.fromRGB(171, 0, 2)
- Tornado.BorderSizePixel = 0
- Tornado.Position = UDim2.new(0.03539823, 0, 0.396296293, 0)
- Tornado.Size = UDim2.new(0, 100, 0, 28)
- Tornado.Font = Enum.Font.SourceSans
- Tornado.Text = "Tornado"
- Tornado.TextColor3 = Color3.fromRGB(255, 255, 255)
- Tornado.TextScaled = true
- Tornado.TextSize = 14.000
- Tornado.TextWrapped = true
- SwordofAncients.Name = "Sword of Ancients"
- SwordofAncients.Parent = TpTraining
- SwordofAncients.BackgroundColor3 = Color3.fromRGB(171, 0, 2)
- SwordofAncients.BorderSizePixel = 0
- SwordofAncients.Position = UDim2.new(0.03539823, 0, 0.58518517, 0)
- SwordofAncients.Size = UDim2.new(0, 100, 0, 28)
- SwordofAncients.Font = Enum.Font.SourceSans
- SwordofAncients.Text = "Sword of Ancients"
- SwordofAncients.TextColor3 = Color3.fromRGB(255, 255, 255)
- SwordofAncients.TextScaled = true
- SwordofAncients.TextSize = 14.000
- SwordofAncients.TextWrapped = true
- FallenInfinityBlade.Name = "Fallen Infinity Blade"
- FallenInfinityBlade.Parent = TpTraining
- FallenInfinityBlade.BackgroundColor3 = Color3.fromRGB(171, 0, 2)
- FallenInfinityBlade.BorderSizePixel = 0
- FallenInfinityBlade.Position = UDim2.new(0.03539823, 0, 0.770370364, 0)
- FallenInfinityBlade.Size = UDim2.new(0, 100, 0, 28)
- FallenInfinityBlade.Font = Enum.Font.SourceSans
- FallenInfinityBlade.Text = "Fallen Infinity Blade"
- FallenInfinityBlade.TextColor3 = Color3.fromRGB(255, 255, 255)
- FallenInfinityBlade.TextScaled = true
- FallenInfinityBlade.TextSize = 14.000
- FallenInfinityBlade.TextWrapped = true
- Closet.Name = "Close t"
- Closet.Parent = TpTraining
- Closet.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Closet.BackgroundTransparency = 1.000
- Closet.BorderSizePixel = 0
- Closet.Position = UDim2.new(0.867256641, 0, -0.012765957, 0)
- Closet.Size = UDim2.new(0, 30, 0, 28)
- Closet.Font = Enum.Font.SourceSans
- Closet.Text = "X"
- Closet.TextColor3 = Color3.fromRGB(255, 255, 255)
- Closet.TextScaled = true
- Closet.TextSize = 14.000
- Closet.TextWrapped = true
- TpPlaces.Name = "Tp Places"
- TpPlaces.Parent = Hax
- TpPlaces.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
- TpPlaces.BorderSizePixel = 0
- TpPlaces.Position = UDim2.new(0.382009327, 0, 0.271484375, 0)
- TpPlaces.Size = UDim2.new(0, 201, 0, 234)
- TpPlaces.Visible = false
- b1p.Name = "b1p"
- b1p.Parent = TpPlaces
- b1p.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- b1p.BorderSizePixel = 0
- b1p.Size = UDim2.new(0, 201, 0, 25)
- nameplaces.Name = "name places"
- nameplaces.Parent = b1p
- nameplaces.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- nameplaces.BackgroundTransparency = 1.000
- nameplaces.BorderSizePixel = 0
- nameplaces.Size = UDim2.new(0, 201, 0, 25)
- nameplaces.Font = Enum.Font.SourceSans
- nameplaces.Text = "Tp Places"
- nameplaces.TextColor3 = Color3.fromRGB(255, 255, 255)
- nameplaces.TextScaled = true
- nameplaces.TextSize = 14.000
- nameplaces.TextWrapped = true
- AltarOfElements.Name = "Altar Of Elements"
- AltarOfElements.Parent = TpPlaces
- AltarOfElements.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- AltarOfElements.BorderSizePixel = 0
- AltarOfElements.Position = UDim2.new(0.12935324, 0, 0.200854704, 0)
- AltarOfElements.Size = UDim2.new(0, 149, 0, 32)
- AltarOfElements.Font = Enum.Font.SourceSans
- AltarOfElements.Text = "Altar Of Elements"
- AltarOfElements.TextColor3 = Color3.fromRGB(255, 255, 255)
- AltarOfElements.TextScaled = true
- AltarOfElements.TextSize = 14.000
- AltarOfElements.TextWrapped = true
- PetCloningAltar.Name = "Pet Cloning Altar"
- PetCloningAltar.Parent = TpPlaces
- PetCloningAltar.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- PetCloningAltar.BorderSizePixel = 0
- PetCloningAltar.Position = UDim2.new(0.12935324, 0, 0.384615391, 0)
- PetCloningAltar.Size = UDim2.new(0, 149, 0, 32)
- PetCloningAltar.Font = Enum.Font.SourceSans
- PetCloningAltar.Text = "Pet Cloning Altar"
- PetCloningAltar.TextColor3 = Color3.fromRGB(255, 255, 255)
- PetCloningAltar.TextScaled = true
- PetCloningAltar.TextSize = 14.000
- PetCloningAltar.TextWrapped = true
- KingoftheHill.Name = "King of the Hill"
- KingoftheHill.Parent = TpPlaces
- KingoftheHill.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- KingoftheHill.BorderSizePixel = 0
- KingoftheHill.Position = UDim2.new(0.12935324, 0, 0.572649598, 0)
- KingoftheHill.Size = UDim2.new(0, 149, 0, 32)
- KingoftheHill.Font = Enum.Font.SourceSans
- KingoftheHill.Text = "King of the Hill"
- KingoftheHill.TextColor3 = Color3.fromRGB(255, 255, 255)
- KingoftheHill.TextScaled = true
- KingoftheHill.TextSize = 14.000
- KingoftheHill.TextWrapped = true
- InfinityStatsDojo.Name = "Infinity Stats Dojo"
- InfinityStatsDojo.Parent = TpPlaces
- InfinityStatsDojo.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- InfinityStatsDojo.BorderSizePixel = 0
- InfinityStatsDojo.Position = UDim2.new(0.12935324, 0, 0.756410241, 0)
- InfinityStatsDojo.Size = UDim2.new(0, 149, 0, 32)
- InfinityStatsDojo.Font = Enum.Font.SourceSans
- InfinityStatsDojo.Text = "Infinity Stats Dojo"
- InfinityStatsDojo.TextColor3 = Color3.fromRGB(255, 255, 255)
- InfinityStatsDojo.TextScaled = true
- InfinityStatsDojo.TextSize = 14.000
- InfinityStatsDojo.TextWrapped = true
- Closep.Name = "Close p"
- Closep.Parent = TpPlaces
- Closep.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Closep.BackgroundTransparency = 1.000
- Closep.BorderSizePixel = 0
- Closep.Position = UDim2.new(0.870646775, 0, 0, 0)
- Closep.Size = UDim2.new(0, 26, 0, 25)
- Closep.Font = Enum.Font.SourceSans
- Closep.Text = "X"
- Closep.TextColor3 = Color3.fromRGB(255, 255, 255)
- Closep.TextScaled = true
- Closep.TextSize = 14.000
- Closep.TextWrapped = true
- Elements.Name = "Elements"
- Elements.Parent = Hax
- Elements.Active = true
- Elements.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
- Elements.Position = UDim2.new(0.370415658, 0, 0.291015625, 0)
- Elements.Size = UDim2.new(0, 232, 0, 214)
- Elements.Visible = false
- b1e.Name = "b1e"
- b1e.Parent = Elements
- b1e.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- b1e.BorderSizePixel = 0
- b1e.Size = UDim2.new(0, 232, 0, 25)
- nameelements.Name = "name elements"
- nameelements.Parent = b1e
- nameelements.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- nameelements.BackgroundTransparency = 1.000
- nameelements.BorderSizePixel = 0
- nameelements.Size = UDim2.new(0, 232, 0, 25)
- nameelements.Font = Enum.Font.SourceSans
- nameelements.Text = "Elements"
- nameelements.TextColor3 = Color3.fromRGB(255, 255, 255)
- nameelements.TextScaled = true
- nameelements.TextSize = 14.000
- nameelements.TextWrapped = true
- FrostElement.Name = "Frost Element"
- FrostElement.Parent = Elements
- FrostElement.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- FrostElement.BorderSizePixel = 0
- FrostElement.Position = UDim2.new(0.0473933667, 0, 0.18224299, 0)
- FrostElement.Size = UDim2.new(0, 97, 0, 28)
- FrostElement.Font = Enum.Font.SourceSans
- FrostElement.Text = "Frost Element"
- FrostElement.TextColor3 = Color3.fromRGB(255, 255, 255)
- FrostElement.TextScaled = true
- FrostElement.TextSize = 14.000
- FrostElement.TextWrapped = true
- ElectralChaosElement.Name = "Electral Chaos Element"
- ElectralChaosElement.Parent = Elements
- ElectralChaosElement.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- ElectralChaosElement.BorderSizePixel = 0
- ElectralChaosElement.Position = UDim2.new(0.0473933667, 0, 0.771028042, 0)
- ElectralChaosElement.Size = UDim2.new(0, 97, 0, 28)
- ElectralChaosElement.Font = Enum.Font.SourceSans
- ElectralChaosElement.Text = "Electral Chaos Element"
- ElectralChaosElement.TextColor3 = Color3.fromRGB(255, 255, 255)
- ElectralChaosElement.TextScaled = true
- ElectralChaosElement.TextSize = 14.000
- ElectralChaosElement.TextWrapped = true
- LightningElement.Name = "Lightning Element"
- LightningElement.Parent = Elements
- LightningElement.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- LightningElement.BorderSizePixel = 0
- LightningElement.Position = UDim2.new(0.0473933667, 0, 0.579439282, 0)
- LightningElement.Size = UDim2.new(0, 97, 0, 28)
- LightningElement.Font = Enum.Font.SourceSans
- LightningElement.Text = "Lightning Element"
- LightningElement.TextColor3 = Color3.fromRGB(255, 255, 255)
- LightningElement.TextScaled = true
- LightningElement.TextSize = 14.000
- LightningElement.TextWrapped = true
- InfernoElement.Name = "Inferno Element"
- InfernoElement.Parent = Elements
- InfernoElement.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- InfernoElement.BorderSizePixel = 0
- InfernoElement.Position = UDim2.new(0.0473933816, 0, 0.373831779, 0)
- InfernoElement.Size = UDim2.new(0, 97, 0, 28)
- InfernoElement.Font = Enum.Font.SourceSans
- InfernoElement.Text = "Inferno Element"
- InfernoElement.TextColor3 = Color3.fromRGB(255, 255, 255)
- InfernoElement.TextScaled = true
- InfernoElement.TextSize = 14.000
- InfernoElement.TextWrapped = true
- MasterfulWrathElement.Name = "Masterful Wrath Element"
- MasterfulWrathElement.Parent = Elements
- MasterfulWrathElement.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- MasterfulWrathElement.BorderSizePixel = 0
- MasterfulWrathElement.Position = UDim2.new(0.538772702, 0, 0.18224299, 0)
- MasterfulWrathElement.Size = UDim2.new(0, 97, 0, 28)
- MasterfulWrathElement.Font = Enum.Font.SourceSans
- MasterfulWrathElement.Text = "Masterful Wrath Element"
- MasterfulWrathElement.TextColor3 = Color3.fromRGB(255, 255, 255)
- MasterfulWrathElement.TextScaled = true
- MasterfulWrathElement.TextSize = 14.000
- MasterfulWrathElement.TextWrapped = true
- ShadowChargeElement.Name = "Shadow Charge Element"
- ShadowChargeElement.Parent = Elements
- ShadowChargeElement.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- ShadowChargeElement.BorderSizePixel = 0
- ShadowChargeElement.Position = UDim2.new(0.538772702, 0, 0.373831749, 0)
- ShadowChargeElement.Size = UDim2.new(0, 97, 0, 28)
- ShadowChargeElement.Font = Enum.Font.SourceSans
- ShadowChargeElement.Text = "Shadow Charge Element"
- ShadowChargeElement.TextColor3 = Color3.fromRGB(255, 255, 255)
- ShadowChargeElement.TextScaled = true
- ShadowChargeElement.TextSize = 14.000
- ShadowChargeElement.TextWrapped = true
- ShadowfireElement.Name = "Shadowfire Element"
- ShadowfireElement.Parent = Elements
- ShadowfireElement.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- ShadowfireElement.BorderSizePixel = 0
- ShadowfireElement.Position = UDim2.new(0.538772762, 0, 0.579439282, 0)
- ShadowfireElement.Size = UDim2.new(0, 97, 0, 28)
- ShadowfireElement.Font = Enum.Font.SourceSans
- ShadowfireElement.Text = "Shadowfire Element"
- ShadowfireElement.TextColor3 = Color3.fromRGB(255, 255, 255)
- ShadowfireElement.TextScaled = true
- ShadowfireElement.TextSize = 14.000
- ShadowfireElement.TextWrapped = true
- EternityStormElement.Name = "Eternity Storm Element"
- EternityStormElement.Parent = Elements
- EternityStormElement.BackgroundColor3 = Color3.fromRGB(123, 35, 255)
- EternityStormElement.BorderSizePixel = 0
- EternityStormElement.Position = UDim2.new(0.535973966, 0, 0.771028042, 0)
- EternityStormElement.Size = UDim2.new(0, 97, 0, 28)
- EternityStormElement.Font = Enum.Font.SourceSans
- EternityStormElement.Text = "Eternity Storm Element"
- EternityStormElement.TextColor3 = Color3.fromRGB(255, 255, 255)
- EternityStormElement.TextScaled = true
- EternityStormElement.TextSize = 14.000
- EternityStormElement.TextWrapped = true
- Closee.Name = "Close e"
- Closee.Parent = Elements
- Closee.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Closee.BackgroundTransparency = 1.000
- Closee.BorderSizePixel = 0
- Closee.Position = UDim2.new(0.875, 0, 0, 0)
- Closee.Size = UDim2.new(0, 29, 0, 25)
- Closee.Font = Enum.Font.SourceSans
- Closee.Text = "X"
- Closee.TextColor3 = Color3.fromRGB(255, 255, 255)
- Closee.TextScaled = true
- Closee.TextSize = 14.000
- Closee.TextWrapped = true
- --Script
- EnchantedIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(80, 766, -188)
- end)
- MythicalSoulsIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-128, 39439, 173)
- end)
- WinterWonderIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(183, 46010, 36)
- end)
- DragonLegendIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(188, 59594, 24)
- end)
- GoldenMasterIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166, 52607, 34)
- end)
- MidnightShadowIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(180, 33206, 28)
- end)
- AstralIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(233, 2013, 331)
- end)
- MysticalIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(165, 4047, 51)
- end)
- SpaceIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(186, 5656, 76)
- end)
- TundraIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(189, 9284, 31)
- end)
- SandstormIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(135, 17686, 61)
- end)
- AncientInfernoIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(171, 28255, 39)
- end)
- EternalIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(139, 13680, 74)
- end)
- ThunderstormIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(108, 24069, 84)
- end)
- CyberneticLegendsIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(226, 66669, 15)
- end)
- SkystormUltrausIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 70270, 8)
- end)
- ChaosLegendsIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(119, 74442, 52)
- end)
- function onKeyPress(inputObject, gameProcessedEvent)
- if inputObject.KeyCode == Enum.KeyCode.F then
- if Main.Visible == false then
- Main.Visible = true
- else
- Main.Visible = false
- end
- end
- end
- game:GetService("UserInputService").InputBegan:connect(onKeyPress)
- tpislandm.MouseButton1Down:connect(function()
- TPISLAND.Visible = true
- Main.Visible = false
- end)
- functionsm.MouseButton1Down:connect(function()
- Functions.Visible = true
- Main.Visible = false
- end)
- Closel.MouseButton1Down:connect(function()
- Main.Visible = true
- TPISLAND.Visible = false
- end)
- Closef.MouseButton1Down:connect(function()
- Main.Visible = true
- Functions.Visible = false
- end)
- AutoBelt.MouseButton1Down:connect(function()
- _G.sword = true
- while _G.sword do
- wait()
- --This script was generated by Hydroxide
- local oh1 = "buyAllBelts"
- local oh2 = {"Soul Fusion Island"}
- for i = 1, #oh2 do
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
- end
- end
- end)
- AutoSkill.MouseButton1Down:connect(function()
- _G.sword = true
- while _G.sword do
- wait()
- --This script was generated by Hydroxide
- local oh1 = "buyAllSkills"
- local oh2 = {"Soul Fusion Island"}
- for i = 1, #oh2 do
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
- end
- end
- end)
- AutoSword.MouseButton1Down:connect(function()
- _G.sword = true
- while _G.sword do
- wait()
- --This script was generated by Hydroxide
- local oh1 = "buyAllSwords"
- local oh2 = {"Soul Fusion Island"}
- for i = 1, #oh2 do
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
- end
- end
- end)
- AutoSwing.MouseButton1Down:connect(function()
- _G.swing = true
- while _G.swing do
- wait()
- game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
- end
- end)
- AutoSell.MouseButton1Down:connect(function()
- _G.sell = true
- while _G.sell do
- wait()
- game.workspace["sellAreaCircles"].sellAreaCircle.circleFakeInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
- game.workspace["sellAreaCircles"].sellAreaCircle.circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
- end
- end)
- MysticalWaters.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(344, 8824, 125)
- end)
- LavaPit.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-128, 12952, 274)
- end)
- Tornado.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(320, 16872, -17)
- end)
- SwordofLegends.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1831, 38, -140)
- end)
- SwordofAncients.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(613, 38, 2411)
- end)
- ElementalTornado.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(323, 30383, -10)
- end)
- FallenInfinityBlade.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1859, 38, -6788)
- end)
- ZenMastersBlade.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5019, 38, 1614)
- end)
- tpplacesm.MouseButton1Down:connect(function()
- TpPlaces.Visible = true
- Main.Visible = false
- end)
- Closep.MouseButton1Down:connect(function()
- Main.Visible = true
- TpPlaces.Visible = false
- end)
- tptrainingm.MouseButton1Down:connect(function()
- TpTraining.Visible = true
- Main.Visible = false
- end)
- Closet.MouseButton1Down:connect(function()
- Main.Visible = true
- TpTraining.Visible = false
- end)
- InfinityStatsDojo.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4109.91553, 122.94751, -5908.6845)
- end)
- AltarOfElements.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(732.294434, 122.947517, -5908.3461)
- end)
- PetCloningAltar.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4520.91943, 122.947517, 1401.6312)
- end)
- KingoftheHill.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(227.120529, 89.8075867, -285.06219)
- end)
- elementsm.MouseButton1Down:connect(function()
- Elements.Visible = true
- Main.Visible = false
- end)
- Closee.MouseButton1Down:connect(function()
- Elements.Visible = false
- Main.Visible = true
- end)
- FrostElement.MouseButton1Down:connect(function()
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Frost")
- end)
- ElectralChaosElement.MouseButton1Down:connect(function()
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Electral Chaos")
- end)
- LightningElement.MouseButton1Down:connect(function()
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Lightning")
- end)
- InfernoElement.MouseButton1Down:connect(function()
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Inferno")
- end)
- MasterfulWrathElement.MouseButton1Down:connect(function()
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Masterful Wrath")
- end)
- ShadowChargeElement.MouseButton1Down:connect(function()
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Shadow Charge")
- end)
- ShadowfireElement.MouseButton1Down:connect(function()
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Shadowfire")
- end)
- EternityStormElement.MouseButton1Down:connect(function()
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Eternity Storm")
- end)
- SoulFusionIsland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(193, 79746, 18)
- end)
- AntiKick.MouseButton1Down:connect(function()
- local vu = game:GetService("VirtualUser")
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- wait(1)
- vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment