Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Infinite Yield FE
<div align="center">
<img src="https://github.com/DarkNetworks/Infinite-Yield/assets/108237499/285ff938-7de6-4ad4-811e-e451d2d92694" width="500" height="500" alt="Infinite Yield Logo">
</div>
Infinite Yield FE is a powerful FE admin script for Roblox that brings a host of exciting features for developers and players.
# Myzka Hub
Myzka is a powerful FE admin script for Roblox that brings a host of exciting features for developers and players.

## Loadstring

Loadstring to execute Infinite Yield!
```lua
loadstring(game:HttpGet('https://raw.githubusercontent.com/DarkNetworks/Infinite-Yield/main/latest.lua'))()
loadstring(game:HttpGet('https://raw.githubusercontent.com/NettyCrasher/Infinite-Yield/main/new.lua'))()
```

## Features
Expand Down
2 changes: 2 additions & 0 deletions SimpleSpyV3/highlight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Features:
- uses the power of fancy syntax detection algorithms to convert a frame into a syntax highlighted high quality code box
- is cool
- get skilled
]]

local cloneref = cloneref or function(...) return ... end
Expand Down Expand Up @@ -510,3 +511,4 @@ function constructor.new(...)
end

return constructor

4 changes: 2 additions & 2 deletions latest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if not game:IsLoaded() then
notLoaded:Destroy()
end

currentVersion = '5.9.3'
currentVersion = '1.0.0'

Players = game:GetService("Players")

Expand Down Expand Up @@ -206,7 +206,7 @@ Title.BorderSizePixel = 0
Title.Size = UDim2.new(0, 250, 0, 20)
Title.Font = Enum.Font.SourceSans
Title.TextSize = 18
Title.Text = "Infinite Yield FE v" .. currentVersion
Title.Text = "MyzkaHub" .. currentVersion

do
local emoji = ({
Expand Down
Loading