Silly Ware V1 Beta for Aura Craft – Now Functional!

Experience the playful side of Aura Craft with Silly Ware V1 Beta. Dive into a world of whimsy and creativity as you experiment with unique aura combinations. This beta version is fully operational, allowing you to craft and enjoy a plethora of silly auras. Explore the fun and let your imagination run wild with Silly Ware V1 Beta for Aura Craft!

Silly Ware V1 Beta for Aura Craft - Now Functional!
--[[
	WARNING: Heads up! This script has not been verified by Scriptrst. Use at your own risk!
]]
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
local Window = OrionLib:MakeWindow({Name = "Silly Ware V1 Beta", HidePremium = false, SaveConfig = true, ConfigFolder = "SillyWarev1"})

local MainTab = Window:MakeTab({
	Name = "Main",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

local MiscTab = Window:MakeTab({
	Name = "Misc",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

local TeleportTab = Window:MakeTab({
	Name = "Teleport",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

local CreditsTab = Window:MakeTab({
	Name = "Credits",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

MainTab:AddLabel("Made by bottlechip. (Polite_Player) and kylosilly (kylo)!")

MainTab:AddLabel("Sorry if the script is bad we started coding 2 days ago.")

TeleportTab:AddLabel("Kinda useless but I added it lol")

CreditsTab:AddLabel("Owner/Developer kylo (kylosilly)")

CreditsTab:AddLabel("Co-Owner bottlechip. (Polite_Player)")

CreditsTab:AddLabel("My script server: discord.gg/TnP3PQGGFw")

CreditsTab:AddLabel("My main server: discord.gg/sets")

MainTab:AddButton({
	Name = "Get all auras!",
	Callback = function()
      		loadstring(game:HttpGet("https://pastebin.com/raw/0ngLWx1n"))()
  	end    
})

MainTab:AddButton({
	Name = "Inf yield",
	Callback = function()
      		loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  	end    
})

MainTab:AddButton({
	Name = "Nameless Admin 2.0",
	Callback = function()
      loadstring(game:HttpGet('https://raw.githubusercontent.com/toyahfur/Nameless-Admin-2.0/main/unfinished-source-code'))()
  	end    
})

TeleportTab:AddButton({
	Name = "Teleport to spawn!",
	Callback = function()
      setclipboard(tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame))
      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0.5, 2.5, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  	end    
})

TeleportTab:AddButton({
	Name = "Teleport to daily tip reward!",
	Callback = function()
      setclipboard(tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame))
      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-430.321991, -39.8595085, -79.9779968, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  	end    
})

TeleportTab:AddButton({
	Name = "Teleport to cave!",
	Callback = function()
      setclipboard(tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame))
      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-360.249969, 12.6011505, -25.75, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  	end    
})

TeleportTab:AddButton({
	Name = "Teleport to f2p shop!",
	Callback = function()
      setclipboard(tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame))
      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(61.7804642, 15.8519316, -1.07952976, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  	end    
})

TeleportTab:AddButton({
	Name = "Teleport to p2w shop!",
	Callback = function()
      setclipboard(tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame))
      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2.12163544, 5.89996624, 58.9216385, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  	end    
})

TeleportTab:AddButton({
	Name = "Teleport on top of the mountain!",
	Callback = function()
      setclipboard(tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame))
      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-361.499969, 96.7162094, 23.75, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  	end    
})

TeleportTab:AddButton({
	Name = "Teleport to red balloon!",
	Callback = function()
      setclipboard(tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame))
      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-323.219971, 79.9998169, -310.586395, -0.707134247, 0, -0.707079291, 0, 1, 0, 0.707079291, 0, -0.707134247)
  	end    
})

TeleportTab:AddButton({
	Name = "Teleport to blue balloon",
	Callback = function()
      setclipboard(tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame))
      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(191.250809, 50.8798752, 193.607193, 0.499959469, 0, 0.866048813, 0, 1, 0, -0.866048813, 0, 0.499959469)
  	end    
})

MiscTab:AddSlider({
	Name = "Fov Changer",
	Min = 0,
	Max = 150,
	Default = 70,
	Color = Color3.fromRGB(255,255,255),
	Increment = 1,
	ValueName = "Fov",
	Callback = function (fov)
      local Camera = workspace.CurrentCamera
      Camera.FieldOfView = fov
  end 
})

OrionLib:MakeNotification({
	Name = "Thanks for using our script!",
	Content = "Join discord.gg/g9aQSWAd for updates and report bugs if you find any! :3",
	Image = "rbxassetid://4483345998",
	Time = 10
})

To use this script in Roblox using Delta Executor or a similar tool, follow these steps:

  1. Open Delta Executor on your device.
  2. Look for the section or tab labeled “Script Hub” or “Script Executor“. This is where you’ll input and execute scripts.
  3. Copy the provided script:
  1. Paste the copied script into the designated area within Delta Executor.
  2. Press the “Execute” or “Inject” button to run the script.
  3. Once the script is executed successfully, you should be able to activate the Noclip feature in Roblox games.
  4. Enter any Roblox game where you want to use the Noclip functionality. You should now be able to move through walls and obstacles within the game environment.

Please remember to use scripts responsibly and ensure they comply with Roblox’s terms of service and community guidelines to avoid any potential issues.

Leave a Reply

Your email address will not be published. Required fields are marked *