ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Sword Adventure Simulator ⚔️
5.1k Views
Key System

Infinite Gems Gamepasses ETC

Sword Adventure Simulator ⚔️Uploaded by
2 years ago
Please login to perform these actions:

Description

Sword Adventure Simulator ⚔️ | Infinite Potions, Gems, Gamepasses (Pet + Sword) check youtube vid of it: https://youtu.be/zD5vua-nAXY?si=_IHT1oJdF8LhGIjq

View Raw
Edited By: killerkanhai861 Download


Comments
4
User profile picture
killerkanhai861 2 years ago - Edited
Still working!!
User profile picture
UrmYAOWCH 2 years ago - Edited
no one want to join ur discord
User profile picture
DumbRobloxUser 2 years ago - Edited
5 links bro are u crazy
User profile picture
Nera 2 years ago - Edited
local player = game.Players.LocalPlayer local screenGui = Instance.new("ScreenGui") screenGui.Parent = player:WaitForChild("PlayerGui") local frame = Instance.new("Frame") frame.Size = UDim2.new(0, 300, 0, 150) frame.Position = UDim2.new(0.5, -150, 0.5, -75) frame.BackgroundColor3 = Color3.fromRGB(60, 60, 60) frame.Parent = screenGui local titleLabel = Instance.new("TextLabel") titleLabel.Size = UDim2.new(0, 300, 0, 30) titleLabel.Position = UDim2.new(0, 0, 0, 0) titleLabel.Text = "Credits: 'Jesse_VIP' On YT/Discord" titleLabel.TextSize = 14 titleLabel.TextColor3 = Color3.fromRGB(255, 255, 255) titleLabel.BackgroundTransparency = 1 titleLabel.Parent = frame local toggleButton = Instance.new("TextButton") toggleButton.Size = UDim2.new(0, 100, 0, 50) toggleButton.Position = UDim2.new(0, 10, 0, 40) toggleButton.Text = "Start" toggleButton.TextSize = 16 toggleButton.TextColor3 = Color3.fromRGB(255, 255, 255) toggleButton.BackgroundColor3 = Color3.fromRGB(0, 128, 0) toggleButton.Parent = frame local speedLabel = Instance.new("TextLabel") speedLabel.Size = UDim2.new(0, 100, 0, 30) speedLabel.Position = UDim2.new(0, 120, 0, 40) speedLabel.Text = "Speed (s):" speedLabel.TextSize = 14 speedLabel.TextColor3 = Color3.fromRGB(255, 255, 255) speedLabel.BackgroundTransparency = 1 speedLabel.Parent = frame local speedInput = Instance.new("TextBox") speedInput.Size = UDim2.new(0, 60, 0, 30) speedInput.Position = UDim2.new(0, 120, 0, 70) speedInput.Text = "2" speedInput.TextSize = 14 speedInput.TextColor3 = Color3.fromRGB(255, 255, 255) speedInput.BackgroundColor3 = Color3.fromRGB(50, 50, 50) speedInput.Parent = frame local running = false local remote = game:GetService("ReplicatedStorage").Events.Remotes.ServerRemotes.ClaimForeverPac
Please Login to add a comment.