Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- StormGUI
- -- Made by isaraw8912
- -- $$$
- -- $$$$$
- -- $$$
- --
- -- $$$ $$$$$ $$$$$$$$$$$ $$$ $$$$$$$$$$$ $$$ $$$$$$ $$$
- -- $$$ $$$$$$$ $$$$ $$$$ $$$ $$$$$$$$$$$$$$ $$$$ $$$$ $$$ $$$ $$$ $$$
- -- $$$ $$$ $$ $$$ $$$ $$$$$$$$$$$$$$$$$$$ $$$ $$$ $$$ $$$ $$$ $$$
- -- $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$
- -- $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$
- -- $$$ $$$ $$$$ $$$$ $$$ $$$$ $$$$ $$$ $$$ $$$ $$$
- -- $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$
- -- $$$ $$$ $$$$ $$$$ $$$ $$$$ $$$$ $$$ $$$ $$$ $$$
- -- $$$ $$ $$$ $$$ $$$$$$ $$$ $$$ $$$$$$ $$$ $$$ $$$ $$$
- -- $$$ $$$$$$$ $$$$ $$$$$$$$ $$$ $$$$ $$$$$$$$ $$$ $$$ $$$ $$$
- -- $$$ $$$$$ $$$$$$$$$$ $$$$ $$$ $$$$$$$$ $$$$$$ $$$$ $$$$
- -- prints
- print("-////= STORM GUI =\\\\-")
- print("Made by isaraw8912")
- -- Notification box
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Loaded!";
- Text = "StormGUI was loaded";
- })
- -- Instances
- local StormGUI = Instance.new("ScreenGui")
- local open = Instance.new("TextButton")
- local main = Instance.new("Frame")
- local close = Instance.new("TextButton")
- local credbtn = Instance.new("TextButton")
- local credits = Instance.new("Frame")
- local username = Instance.new("TextLabel")
- local discord = Instance.new("TextLabel")
- local createdby = Instance.new("TextLabel")
- local discordinv = Instance.new("TextLabel")
- local scriptbtn = Instance.new("TextButton")
- local scripts = Instance.new("Frame")
- local reviz = Instance.new("TextButton")
- local kv4 = Instance.new("TextButton")
- local draw = Instance.new("TextButton")
- local iy = Instance.new("TextButton")
- local dex = Instance.new("TextButton")
- local fk = Instance.new("TextButton")
- local jd = Instance.new("TextButton")
- local xester = Instance.new("TextButton")
- local guibtn = Instance.new("TextButton")
- local guis = Instance.new("Frame")
- local harked = Instance.new("TextButton")
- local mm2 = Instance.new("TextButton")
- local arsenal = Instance.new("TextButton")
- local topkek = Instance.new("TextButton")
- local rose = Instance.new("TextButton")
- local plop = Instance.new("TextButton")
- local aimbot = Instance.new("TextButton")
- local hypertotal = Instance.new("TextButton")
- local energize = Instance.new("TextButton")
- local functionbtn = Instance.new("TextButton")
- local functions = Instance.new("Frame")
- local ctp = Instance.new("TextButton")
- local ws = Instance.new("TextButton")
- local wsframe = Instance.new("Frame")
- local wsinput = Instance.new("TextBox")
- local wsback = Instance.new("TextButton")
- local wsre = Instance.new("TextButton")
- local setws = Instance.new("TextButton")
- local jp = Instance.new("TextButton")
- local jpframe = Instance.new("Frame")
- local setjp = Instance.new("TextButton")
- local jpre = Instance.new("TextButton")
- local jpback = Instance.new("TextButton")
- local jpinput = Instance.new("TextBox")
- local btools = Instance.new("TextButton")
- local ijump = Instance.new("TextButton")
- local Fly = Instance.new("TextButton")
- local flyframe = Instance.new("Frame")
- local r6 = Instance.new("TextButton")
- local r15 = Instance.new("TextButton")
- local demon = Instance.new("TextButton")
- local flyback = Instance.new("TextButton")
- local noclip = Instance.new("TextButton")
- local tpto = Instance.new("TextButton")
- local teleport = Instance.new("Frame")
- local tpset = Instance.new("TextButton")
- local tpinput = Instance.new("TextBox")
- local mainbtn = Instance.new("TextButton")
- local adfr = Instance.new("Frame")
- local ad = Instance.new("TextLabel")
- local welcome = Instance.new("TextLabel")
- local infobtn = Instance.new("TextButton")
- local instructions = Instance.new("Frame")
- local infoijump = Instance.new("TextLabel")
- local infofly = Instance.new("TextLabel")
- local infoctp = Instance.new("TextLabel")
- local infodemon = Instance.new("TextLabel")
- local infonoclip = Instance.new("TextLabel")
- local title = Instance.new("TextLabel")
- local tpback = Instance.new("TextButton")
- local r15frame = Instance.new("Frame")
- local r15on = Instance.new("TextButton")
- local r15off = Instance.new("TextButton")
- local r15back = Instance.new("TextButton")
- local userpromo = Instance.new("TextLabel")
- -- Properties:
- -- Menu Stuff
- StormGUI.Name = "StormGUI"
- StormGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- open.Name = "open"
- open.Parent = StormGUI
- open.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
- open.Position = UDim2.new(0, 0, 0.950000000, 0)
- open.Size = UDim2.new(0, 59, 0, 40)
- open.Font = Enum.Font.SourceSans
- open.Text = "Open Menu"
- open.TextColor3 = Color3.fromRGB(255, 255, 255)
- open.TextScaled = true
- open.TextSize = 14.000
- open.TextWrapped = true
- open.Visible = false
- open.MouseButton1Click:Connect(function()
- main.Visible = true
- open.Visible = false
- end)
- userpromo.Name = "userpromo"
- userpromo.Parent = adfr
- userpromo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- userpromo.BackgroundTransparency = 1.000
- userpromo.BorderSizePixel = 0
- userpromo.Position = UDim2.new(-0.102803737, 0, -0.439999998, 0)
- userpromo.Size = UDim2.new(0, 253, 0, 33)
- userpromo.Font = Enum.Font.SourceSans
- userpromo.Text = "Made by isaraw8912"
- userpromo.TextColor3 = Color3.fromRGB(255, 255, 255)
- userpromo.TextSize = 14.000
- main.Name = "main"
- main.Parent = StormGUI
- main.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- main.Position = UDim2.new(0.393668771, 0, 0.330363631, 0)
- main.Size = UDim2.new(0, 355, 0, 298)
- main.Active = true
- main.Draggable = true
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.BorderSizePixel = 0
- close.Position = UDim2.new(0.915953577, 0, -0.000487461977, 0)
- close.Size = UDim2.new(0, 29, 0, 27)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(255, 255, 255)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- close.MouseButton1Click:Connect(function()
- main.Visible = false
- open.Visible = true
- end)
- -- credits
- credbtn.Name = "credbtn"
- credbtn.Parent = main
- credbtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- credbtn.Position = UDim2.new(0.842470944, 0, 0.832669318, 0)
- credbtn.Size = UDim2.new(0, 44, 0, 33)
- credbtn.Font = Enum.Font.SourceSans
- credbtn.Text = "Credits"
- credbtn.TextColor3 = Color3.fromRGB(255, 255, 255)
- credbtn.TextScaled = true
- credbtn.TextSize = 14.000
- credbtn.TextWrapped = true
- credbtn.MouseButton1Click:Connect(function()
- credits.Visible = true
- adfr.Visible = false
- scripts.Visible = false
- instructions.Visible = false
- guis.Visible = false
- functions.Visible = false
- title.Visible = false
- end)
- credits.Name = "credits"
- credits.Parent = credbtn
- credits.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- credits.BorderSizePixel = 0
- credits.Position = UDim2.new(-6.52637005, 0, -6.4545455, 0)
- credits.Size = UDim2.new(0, 331, 0, 202)
- credits.Visible = false
- username.Name = "username"
- username.Parent = credits
- username.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- username.BackgroundTransparency = 1.000
- username.BorderSizePixel = 0
- username.Position = UDim2.new(0, 0, 0.306930691, 0)
- username.Size = UDim2.new(0, 154, 0, 50)
- username.Font = Enum.Font.SourceSans
- username.Text = "isaraw8912"
- username.TextColor3 = Color3.fromRGB(0, 0, 0)
- username.TextScaled = true
- username.TextSize = 14.000
- username.TextWrapped = true
- discord.Name = "discord"
- discord.Parent = credits
- discord.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- discord.BackgroundTransparency = 1.000
- discord.BorderSizePixel = 0
- discord.Position = UDim2.new(0.552870095, 0, 0.306930691, 0)
- discord.Size = UDim2.new(0, 148, 0, 50)
- discord.Font = Enum.Font.SourceSans
- discord.Text = "Aleksandar#2880"
- discord.TextColor3 = Color3.fromRGB(0, 0, 0)
- discord.TextScaled = true
- discord.TextSize = 14.000
- discord.TextWrapped = true
- createdby.Name = "createdby"
- createdby.Parent = credits
- createdby.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- createdby.BackgroundTransparency = 1.000
- createdby.BorderSizePixel = 0
- createdby.Position = UDim2.new(0.196374625, 0, 0, 0)
- createdby.Size = UDim2.new(0, 200, 0, 50)
- createdby.Font = Enum.Font.SourceSans
- createdby.Text = "Created By : "
- createdby.TextColor3 = Color3.fromRGB(0, 0, 0)
- createdby.TextScaled = true
- createdby.TextSize = 14.000
- createdby.TextWrapped = true
- discordinv.Name = "discordinv"
- discordinv.Parent = credits
- discordinv.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- discordinv.BackgroundTransparency = 1.000
- discordinv.BorderSizePixel = 0
- discordinv.Position = UDim2.new(0.196374625, 0, 0.623762369, 0)
- discordinv.Size = UDim2.new(0, 200, 0, 50)
- discordinv.Font = Enum.Font.SourceSans
- discordinv.Text = "discord.gg/xy6uHhu"
- discordinv.TextColor3 = Color3.fromRGB(0, 255, 255)
- discordinv.TextScaled = true
- discordinv.TextSize = 14.000
- discordinv.TextWrapped = true
- -- scripts
- scriptbtn.Name = "scriptbtn"
- scriptbtn.Parent = main
- scriptbtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- scriptbtn.Position = UDim2.new(0.344976723, 0, 0.832669318, 0)
- scriptbtn.Size = UDim2.new(0, 44, 0, 33)
- scriptbtn.Font = Enum.Font.SourceSans
- scriptbtn.Text = "Scripts"
- scriptbtn.TextColor3 = Color3.fromRGB(255, 255, 255)
- scriptbtn.TextScaled = true
- scriptbtn.TextSize = 14.000
- scriptbtn.TextWrapped = true
- scriptbtn.MouseButton1Click:Connect(function()
- credits.Visible = false
- adfr.Visible = false
- scripts.Visible = true
- instructions.Visible = false
- guis.Visible = false
- functions.Visible = false
- title.Visible = false
- end)
- scripts.Name = "scripts"
- scripts.Parent = scriptbtn
- scripts.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- scripts.BorderSizePixel = 0
- scripts.Position = UDim2.new(-2.52272725, 0, -6.5151515, 0)
- scripts.Size = UDim2.new(0, 331, 0, 201)
- scripts.Visible = false
- reviz.Name = "reviz"
- reviz.Parent = scripts
- reviz.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- reviz.Position = UDim2.new(0.580060422, 0, 0.537313461, 0)
- reviz.Size = UDim2.new(0, 121, 0, 35)
- reviz.Font = Enum.Font.SourceSans
- reviz.Text = "Reviz"
- reviz.TextColor3 = Color3.fromRGB(0, 0, 0)
- reviz.TextSize = 14.000
- reviz.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7", true))()
- end)
- kv4.Name = "kv4"
- kv4.Parent = scripts
- kv4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- kv4.Position = UDim2.new(0.580060422, 0, 0.273631841, 0)
- kv4.Size = UDim2.new(0, 121, 0, 35)
- kv4.Font = Enum.Font.SourceSans
- kv4.Text = "Grab Knife V4"
- kv4.TextColor3 = Color3.fromRGB(0, 0, 0)
- kv4.TextSize = 14.000
- kv4.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/iHgU71Df", true))()
- end)
- draw.Name = "draw"
- draw.Parent = scripts
- draw.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- draw.Position = UDim2.new(0.580060422, 0, 0.0348258689, 0)
- draw.Size = UDim2.new(0, 121, 0, 35)
- draw.Font = Enum.Font.SourceSans
- draw.Text = "Draw"
- draw.TextColor3 = Color3.fromRGB(0, 0, 0)
- draw.TextSize = 14.000
- draw.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/XxRpcmSR", true))()
- end)
- iy.Name = "iy"
- iy.Parent = scripts
- iy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- iy.Position = UDim2.new(0.0483383685, 0, 0.537313461, 0)
- iy.Size = UDim2.new(0, 121, 0, 35)
- iy.Font = Enum.Font.SourceSans
- iy.Text = "Infinite Yield"
- iy.TextColor3 = Color3.fromRGB(0, 0, 0)
- iy.TextSize = 14.000
- iy.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/X8uEMy7T", true))()
- end)
- dex.Name = "dex"
- dex.Parent = scripts
- dex.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- dex.Position = UDim2.new(0.0483383685, 0, 0.273631841, 0)
- dex.Size = UDim2.new(0, 121, 0, 35)
- dex.Font = Enum.Font.SourceSans
- dex.Text = "Dex Explorer V2"
- dex.TextColor3 = Color3.fromRGB(0, 0, 0)
- dex.TextSize = 14.000
- dex.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Ht4zRXj8", true))()
- end)
- fk.Name = "fk"
- fk.Parent = scripts
- fk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- fk.Position = UDim2.new(0.0483383685, 0, 0.0348258689, 0)
- fk.Size = UDim2.new(0, 121, 0, 35)
- fk.Font = Enum.Font.SourceSans
- fk.Text = "Fling / Kill"
- fk.TextColor3 = Color3.fromRGB(0, 0, 0)
- fk.TextSize = 14.000
- fk.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/mm0bU3eP", true))()
- end)
- jd.Name = "jd"
- jd.Parent = scripts
- jd.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- jd.Position = UDim2.new(0.580060422, 0, 0.786069632, 0)
- jd.Size = UDim2.new(0, 121, 0, 35)
- jd.Font = Enum.Font.SourceSans
- jd.Text = "John Doe"
- jd.TextColor3 = Color3.fromRGB(0, 0, 0)
- jd.TextSize = 14.000
- jd.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/qTNhDCdv", true))()
- end)
- xester.Name = "xester"
- xester.Parent = scripts
- xester.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- xester.Position = UDim2.new(0.0483383685, 0, 0.786069632, 0)
- xester.Size = UDim2.new(0, 121, 0, 35)
- xester.Font = Enum.Font.SourceSans
- xester.Text = "Xester"
- xester.TextColor3 = Color3.fromRGB(0, 0, 0)
- xester.TextSize = 14.000
- xester.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/ti1g3XWQ", true))()
- end)
- -- Guis
- guibtn.Name = "guibtn"
- guibtn.Parent = main
- guibtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- guibtn.Position = UDim2.new(0.663196146, 0, 0.832669258, 0)
- guibtn.Size = UDim2.new(0, 52, 0, 33)
- guibtn.Font = Enum.Font.SourceSans
- guibtn.Text = "GUIs"
- guibtn.TextColor3 = Color3.fromRGB(255, 255, 255)
- guibtn.TextScaled = true
- guibtn.TextSize = 14.000
- guibtn.TextWrapped = true
- guibtn.MouseButton1Click:Connect(function()
- credits.Visible = false
- adfr.Visible = false
- scripts.Visible = false
- instructions.Visible = false
- guis.Visible = true
- functions.Visible = false
- title.Visible = false
- end)
- guis.Name = "guis"
- guis.Parent = guibtn
- guis.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- guis.BorderSizePixel = 0
- guis.Position = UDim2.new(-4.29841852, 0, -6.4545455, 0)
- guis.Size = UDim2.new(0, 330, 0, 196)
- guis.Visible = false
- harked.Name = "harked"
- harked.Parent = guis
- harked.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- harked.Position = UDim2.new(0.0303030312, 0, 0.362244874, 0)
- harked.Size = UDim2.new(0, 80, 0, 38)
- harked.Font = Enum.Font.SourceSans
- harked.Text = "Harked"
- harked.TextColor3 = Color3.fromRGB(0, 0, 0)
- harked.TextSize = 14.000
- harked.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/LXJjrh2L", true))()
- end)
- mm2.Name = "mm2"
- mm2.Parent = guis
- mm2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- mm2.Position = UDim2.new(0.378787875, 0, 0.362244874, 0)
- mm2.Size = UDim2.new(0, 80, 0, 38)
- mm2.Font = Enum.Font.SourceSans
- mm2.Text = "Vynixu's MM2"
- mm2.TextColor3 = Color3.fromRGB(0, 0, 0)
- mm2.TextSize = 14.000
- mm2.MouseButton1Click:Connect(function()
- loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
- end)
- arsenal.Name = "arsenal"
- arsenal.Parent = guis
- arsenal.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- arsenal.Position = UDim2.new(0.706060588, 0, 0.0510204099, 0)
- arsenal.Size = UDim2.new(0, 80, 0, 34)
- arsenal.Font = Enum.Font.SourceSans
- arsenal.Text = "Arsenal"
- arsenal.TextColor3 = Color3.fromRGB(0, 0, 0)
- arsenal.TextSize = 14.000
- arsenal.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/s1C5zKAj", true))()
- end)
- topkek.Name = "topkek"
- topkek.Parent = guis
- topkek.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- topkek.Position = UDim2.new(0.378787875, 0, 0.0510204099, 0)
- topkek.Size = UDim2.new(0, 80, 0, 34)
- topkek.Font = Enum.Font.SourceSans
- topkek.Text = "TopKek"
- topkek.TextColor3 = Color3.fromRGB(0, 0, 0)
- topkek.TextSize = 14.000
- topkek.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/MTb6pqvm", true))()
- end)
- rose.Name = "rose"
- rose.Parent = guis
- rose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- rose.Position = UDim2.new(0.0303030312, 0, 0.0510204099, 0)
- rose.Size = UDim2.new(0, 80, 0, 34)
- rose.Font = Enum.Font.SourceSans
- rose.Text = "RoseHub"
- rose.TextColor3 = Color3.fromRGB(0, 0, 0)
- rose.TextSize = 14.000
- rose.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/m4zFshVx", true))()
- end)
- plop.Name = "plop"
- plop.Parent = guis
- plop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- plop.Position = UDim2.new(0.706060588, 0, 0.362244874, 0)
- plop.Size = UDim2.new(0, 80, 0, 38)
- plop.Font = Enum.Font.SourceSans
- plop.Text = "Prison Life"
- plop.TextColor3 = Color3.fromRGB(0, 0, 0)
- plop.TextSize = 14.000
- plop.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/yHuqYsYn", true))()
- end)
- aimbot.Name = "aimbot"
- aimbot.Parent = guis
- aimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- aimbot.Position = UDim2.new(0.0303030014, 0, 0.709183693, 0)
- aimbot.Size = UDim2.new(0, 80, 0, 38)
- aimbot.Font = Enum.Font.SourceSans
- aimbot.Text = "Aimbot, ESP & Chams"
- aimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
- aimbot.TextScaled = true
- aimbot.TextSize = 14.000
- aimbot.TextWrapped = true
- aimbot.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/x0vqjWXT", true))()
- end)
- hypertotal.Name = "hypertotal"
- hypertotal.Parent = guis
- hypertotal.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- hypertotal.Position = UDim2.new(0.378787875, 0, 0.709183693, 0)
- hypertotal.Size = UDim2.new(0, 80, 0, 38)
- hypertotal.Font = Enum.Font.SourceSans
- hypertotal.Text = "HyperTotal"
- hypertotal.TextColor3 = Color3.fromRGB(0, 0, 0)
- hypertotal.TextSize = 14.000
- hypertotal.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/KUxb6KbY", true))()
- end)
- energize.Name = "energize"
- energize.Parent = guis
- energize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- energize.Position = UDim2.new(0.706060588, 0, 0.709183693, 0)
- energize.Size = UDim2.new(0, 80, 0, 38)
- energize.Font = Enum.Font.SourceSans
- energize.Text = "Energize"
- energize.TextColor3 = Color3.fromRGB(0, 0, 0)
- energize.TextSize = 14.000
- energize.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/0MLPL32f", true))()
- end)
- -- functions
- functionbtn.Name = "functionbtn"
- functionbtn.Parent = main
- functionbtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- functionbtn.Position = UDim2.new(0.500167251, 0, 0.832669318, 0)
- functionbtn.Size = UDim2.new(0, 45, 0, 33)
- functionbtn.Font = Enum.Font.SourceSans
- functionbtn.Text = "Functions"
- functionbtn.TextColor3 = Color3.fromRGB(255, 255, 255)
- functionbtn.TextScaled = true
- functionbtn.TextSize = 14.000
- functionbtn.TextWrapped = true
- functionbtn.MouseButton1Click:Connect(function()
- credits.Visible = false
- adfr.Visible = false
- scripts.Visible = false
- instructions.Visible = false
- guis.Visible = false
- functions.Visible = true
- title.Visible = true
- end)
- functions.Name = "functions"
- functions.Parent = functionbtn
- functions.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- functions.BorderSizePixel = 0
- functions.Position = UDim2.new(-3.94576406, 0, -6.70547581, 0)
- functions.Size = UDim2.new(0, 354, 0, 212)
- functions.Visible = false
- ctp.Name = "ctp"
- ctp.Parent = functions
- ctp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ctp.Position = UDim2.new(0.0892203382, 0, 0.26886794, 0)
- ctp.Size = UDim2.new(0, 68, 0, 38)
- ctp.Font = Enum.Font.SourceSans
- ctp.Text = "Click Teleport"
- ctp.TextColor3 = Color3.fromRGB(0, 0, 0)
- ctp.TextScaled = true
- ctp.TextSize = 14.000
- ctp.TextWrapped = true
- ctp.MouseButton1Click:Connect(function()
- ctp.TextColor3 = Color3.fromRGB(0, 255, 50)
- ctp.Text = "Loading"
- wait(0.5)
- ctp.Text = "Loading."
- wait(0.5)
- ctp.Text = "Loading.."
- wait(0.5)
- ctp.Text = "Loading..."
- wait(0.5)
- ctp.Text = "Checking..."
- wait(1)
- noclip = false
- local UIS = game:GetService("UserInputService")
- local Player = game.Players.LocalPlayer
- local Mouse = Player:GetMouse()
- function GetCharacter()
- return game.Players.LocalPlayer.Character
- end
- function Teleport(pos)
- local Char = GetCharacter()
- if Char then
- Char:MoveTo(pos)
- end
- end
- UIS.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
- Teleport(Mouse.Hit.p)
- end
- end)
- ctp.Text = "Loaded!"
- wait(2)
- ctp.TextColor3 = Color3.fromRGB(0, 0, 0)
- ctp.Text = "Click Teleport"
- end)
- -- Walkspeed
- ws.Name = "ws"
- ws.Parent = functions
- ws.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ws.Position = UDim2.new(0.310734451, 0, 0.509433985, 0)
- ws.Size = UDim2.new(0, 67, 0, 42)
- ws.Font = Enum.Font.SourceSans
- ws.Text = "Walk Speed"
- ws.TextColor3 = Color3.fromRGB(0, 0, 0)
- ws.TextScaled = true
- ws.TextSize = 14.000
- ws.TextWrapped = true
- ws.MouseButton1Click:Connect(function()
- wsframe.Visible = true
- adfr.Visible = false
- teleport.Visible = false
- jpframe.Visible = false
- credits.Visible = false
- scripts.Visible = false
- instructions.Visible = false
- guis.Visible = false
- jp.Visible = false
- ijump.Visible = false
- btools.Visible = false
- Fly.Visible = false
- tpto.Visible = false
- noclip.Visible = false
- end)
- wsframe.Name = "wsframe"
- wsframe.Parent = ws
- wsframe.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- wsframe.BorderSizePixel = 0
- wsframe.Position = UDim2.new(-1.45168805, 0, -2.71428561, 0)
- wsframe.Size = UDim2.new(0, 290, 0, 198)
- wsframe.Visible = false
- wsinput.Name = "wsinput"
- wsinput.Parent = wsframe
- wsinput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- wsinput.Position = UDim2.new(0.196374625, 0, 0.267676771, 0)
- wsinput.Size = UDim2.new(0, 200, 0, 50)
- wsinput.Font = Enum.Font.SourceSans
- wsinput.Text = "Enter Desired Speed Value"
- wsinput.TextColor3 = Color3.fromRGB(255, 255, 255)
- wsinput.TextSize = 20.000
- wsback.Name = "wsback"
- wsback.Parent = wsframe
- wsback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- wsback.Position = UDim2.new(0.03125, 0, 0.0424528308, 0)
- wsback.Size = UDim2.new(0, 22, 0, 22)
- wsback.Font = Enum.Font.SourceSans
- wsback.Text = "X"
- wsback.TextColor3 = Color3.fromRGB(255, 255, 255)
- wsback.TextScaled = true
- wsback.TextSize = 14.000
- wsback.TextWrapped = true
- wsback.MouseButton1Click:Connect(function()
- wsframe.Visible = false
- adfr.Visible = false
- teleport.Visible = false
- jpframe.Visible = false
- credits.Visible = false
- scripts.Visible = false
- instructions.Visible = false
- guis.Visible = false
- jp.Visible = true
- ijump.Visible = true
- btools.Visible = true
- Fly.Visible = true
- tpto.Visible = true
- noclip.Visible = true
- end)
- wsre.Name = "wsre"
- wsre.Parent = wsframe
- wsre.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- wsre.Position = UDim2.new(0.565564096, 0, 0.672098398, 0)
- wsre.Size = UDim2.new(0, 123, 0, 50)
- wsre.Font = Enum.Font.SourceSans
- wsre.Text = "Reset"
- wsre.TextColor3 = Color3.fromRGB(0, 0, 0)
- wsre.TextScaled = true
- wsre.TextSize = 14.000
- wsre.TextWrapped = true
- wsre.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
- setws.Name = "setws"
- setws.Parent = wsframe
- setws.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- setws.Position = UDim2.new(0.0608349368, 0, 0.672098339, 0)
- setws.Size = UDim2.new(0, 123, 0, 50)
- setws.Font = Enum.Font.SourceSans
- setws.Text = "Set Walk Speed Value"
- setws.TextColor3 = Color3.fromRGB(0, 0, 0)
- setws.TextScaled = true
- setws.TextSize = 14.000
- setws.TextWrapped = true
- setws.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = wsinput.text
- end)
- -- Jump Power
- jp.Name = "jp"
- jp.Parent = functions
- jp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- jp.Position = UDim2.new(0.0847457647, 0, 0.509433985, 0)
- jp.Size = UDim2.new(0, 71, 0, 42)
- jp.Font = Enum.Font.SourceSans
- jp.Text = "Jump Power"
- jp.TextColor3 = Color3.fromRGB(0, 0, 0)
- jp.TextScaled = true
- jp.TextSize = 14.000
- jp.TextWrapped = true
- jp.MouseButton1Click:Connect(function()
- wsframe.Visible = false
- adfr.Visible = false
- teleport.Visible = false
- jpframe.Visible = true
- credits.Visible = false
- scripts.Visible = false
- instructions.Visible = false
- guis.Visible = false
- ijump.Visible = false
- btools.Visible = false
- Fly.Visible = false
- tpto.Visible = false
- noclip.Visible = false
- end)
- jpframe.Name = "jpframe"
- jpframe.Parent = jp
- jpframe.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- jpframe.BorderSizePixel = 0
- jpframe.Position = UDim2.new(-0.254013628, 0, -2.71428561, 0)
- jpframe.Size = UDim2.new(0, 290, 0, 198)
- jpframe.Visible = false
- setjp.Name = "setjp"
- setjp.Parent = jpframe
- setjp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- setjp.Position = UDim2.new(0.0608349368, 0, 0.672098339, 0)
- setjp.Size = UDim2.new(0, 123, 0, 50)
- setjp.Font = Enum.Font.SourceSans
- setjp.Text = "Set Jump Power"
- setjp.TextColor3 = Color3.fromRGB(0, 0, 0)
- setjp.TextScaled = true
- setjp.TextSize = 14.000
- setjp.TextWrapped = true
- setjp.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = jpinput.Text
- end)
- jpre.Name = "jpre"
- jpre.Parent = jpframe
- jpre.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- jpre.Position = UDim2.new(0.565564096, 0, 0.672098398, 0)
- jpre.Size = UDim2.new(0, 123, 0, 50)
- jpre.Font = Enum.Font.SourceSans
- jpre.Text = "Reset"
- jpre.TextColor3 = Color3.fromRGB(0, 0, 0)
- jpre.TextScaled = true
- jpre.TextSize = 14.000
- jpre.TextWrapped = true
- jpre.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end)
- jpback.Name = "jpback"
- jpback.Parent = jpframe
- jpback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- jpback.Position = UDim2.new(0.03125, 0, 0.0424528308, 0)
- jpback.Size = UDim2.new(0, 22, 0, 22)
- jpback.Font = Enum.Font.SourceSans
- jpback.Text = "X"
- jpback.TextColor3 = Color3.fromRGB(255, 255, 255)
- jpback.TextScaled = true
- jpback.TextSize = 14.000
- jpback.TextWrapped = true
- jpback.MouseButton1Click:Connect(function()
- wsframe.Visible = false
- adfr.Visible = false
- teleport.Visible = false
- jpframe.Visible = false
- credits.Visible = false
- scripts.Visible = false
- instructions.Visible = false
- guis.Visible = false
- ijump.Visible = true
- btools.Visible = true
- Fly.Visible = true
- tpto.Visible = true
- noclip.Visible = true
- end)
- jpinput.Name = "jpinput"
- jpinput.Parent = jpframe
- jpinput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- jpinput.Position = UDim2.new(0.196374625, 0, 0.267676771, 0)
- jpinput.Size = UDim2.new(0, 200, 0, 50)
- jpinput.Font = Enum.Font.SourceSans
- jpinput.Text = "Enter Desired Power Value"
- jpinput.TextColor3 = Color3.fromRGB(255, 255, 255)
- jpinput.TextSize = 20.000
- --
- btools.Name = "btools"
- btools.Parent = functions
- btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- btools.Position = UDim2.new(0.51977402, 0, 0.26886791, 0)
- btools.Size = UDim2.new(0, 58, 0, 38)
- btools.Font = Enum.Font.SourceSans
- btools.Text = "BTools"
- btools.TextColor3 = Color3.fromRGB(0, 0, 0)
- btools.TextScaled = true
- btools.TextSize = 14.000
- btools.TextWrapped = true
- btools.MouseButton1Click:Connect(function()
- btools.TextColor3 = Color3.fromRGB(0, 255, 50)
- btools.Text = "Loading"
- wait(0.5)
- btools.Text = "Loading."
- wait(0.5)
- btools.Text = "Loading.."
- wait(0.5)
- btools.Text = "Checking..."
- wait(1)
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
- if child.ClassName == "Part" then
- child.Locked = false
- end
- if child.ClassName == "MeshPart" then
- child.Locked = false
- end
- if child.ClassName == "UnionOperation" then
- child.Locked = false
- end
- if child.ClassName == "Model" then
- for index, chil in pairs(child:GetChildren()) do
- if chil.ClassName == "Part" then
- chil.Locked = false
- end
- if chil.ClassName == "MeshPart" then
- chil.Locked = false
- end
- if chil.ClassName == "UnionOperation" then
- chil.Locked = false
- end
- if chil.ClassName == "Model" then
- for index, childe in pairs(chil:GetChildren()) do
- if childe.ClassName == "Part" then
- childe.Locked = false
- end
- if childe.ClassName == "MeshPart" then
- childe.Locked = false
- end
- if childe.ClassName == "UnionOperation" then
- childe.Locked = false
- end
- if childe.ClassName == "Model" then
- for index, childeo in pairs(childe:GetChildren()) do
- if childeo.ClassName == "Part" then
- childeo.Locked = false
- end
- if childeo.ClassName == "MeshPart" then
- childeo.Locked = false
- end
- if childeo.ClassName == "UnionOperation" then
- childeo.Locked = false
- end
- if childeo.ClassName == "Model" then
- end
- end
- end
- end
- end
- end
- end
- end
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Hammer
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Clone
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Grab
- btools.Text = "Loaded!"
- wait(2)
- btools.TextColor3 = Color3.fromRGB(0, 0, 0)
- btools.Text = "BTools"
- end)
- ijump.Name = "ijump"
- ijump.Parent = functions
- ijump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ijump.Position = UDim2.new(0.310734451, 0, 0.26886791, 0)
- ijump.Size = UDim2.new(0, 67, 0, 38)
- ijump.Font = Enum.Font.SourceSans
- ijump.Text = "Infinite Jump"
- ijump.TextColor3 = Color3.fromRGB(0, 0, 0)
- ijump.TextScaled = true
- ijump.TextSize = 14.000
- ijump.TextWrapped = true
- ijump.MouseButton1Click:Connect(function()
- ijump.TextColor3 = Color3.fromRGB(0, 255, 50)
- ijump.Text = "Loading"
- wait(0.5)
- ijump.Text = "Loading."
- wait(0.5)
- ijump.Text = "Loading.."
- wait(0.5)
- ijump.Text = "Loading..."
- wait(0.5)
- ijump.Text = "Checking..."
- wait(1)
- loadstring(game:HttpGet("https://pastebin.com/raw/HQsQysa8", true))()
- ijump.Text = "Loaded!"
- wait(2)
- ijump.TextColor3 = Color3.fromRGB(0, 0, 0)
- ijump.Text = "Infinite Jump"
- end)
- -- Fly
- Fly.Name = "Fly"
- Fly.Parent = functions
- Fly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Fly.Position = UDim2.new(0.51977402, 0, 0.509433985, 0)
- Fly.Size = UDim2.new(0, 58, 0, 42)
- Fly.Font = Enum.Font.SourceSans
- Fly.Text = "Fly"
- Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
- Fly.TextScaled = true
- Fly.TextSize = 14.000
- Fly.TextWrapped = true
- Fly.MouseButton1Click:Connect(function()
- wsframe.Visible = false
- flyframe.Visible = true
- adfr.Visible = false
- teleport.Visible = false
- jpframe.Visible = false
- credits.Visible = false
- scripts.Visible = false
- instructions.Visible = false
- guis.Visible = false
- noclip.Visible = false
- tpto.Visible = false
- end)
- flyframe.Name = "flyframe"
- flyframe.Parent = Fly
- flyframe.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- flyframe.BorderSizePixel = 0
- flyframe.Position = UDim2.new(-3.02451181, 0, -2.35714293, 0)
- flyframe.Size = UDim2.new(0, 335, 0, 212)
- flyframe.Visible = false
- r6.Name = "r6"
- r6.Parent = flyframe
- r6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- r6.Position = UDim2.new(0.194029853, 0, 0.226415098, 0)
- r6.Size = UDim2.new(0, 200, 0, 38)
- r6.Font = Enum.Font.SourceSans
- r6.Text = "R6 Fly"
- r6.TextColor3 = Color3.fromRGB(0, 0, 0)
- r6.TextScaled = true
- r6.TextSize = 14.000
- r6.TextWrapped = true
- r6.MouseButton1Click:Connect(function()
- r6.TextColor3 = Color3.fromRGB(0, 255, 50)
- r6.Text = "Loading"
- wait(0.5)
- r6.Text = "Loading."
- wait(0.5)
- r6.Text = "Loading.."
- wait(0.5)
- r6.Text = "Loading..."
- wait(0.5)
- r6.Text = "Checking..."
- wait(1)
- repeat wait()
- until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Head") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
- local mouse = game.Players.LocalPlayer:GetMouse()
- repeat wait() until mouse
- local plr = game.Players.LocalPlayer
- local torso = plr.Character.Head
- local flying = false
- local deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 400
- local speed = 5000
- function Fly()
- local bg = Instance.new("BodyGyro", torso)
- bg.P = 9e4
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- bg.cframe = torso.CFrame
- local bv = Instance.new("BodyVelocity", torso)
- bv.velocity = Vector3.new(0,0.1,0)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- repeat wait()
- plr.Character.Humanoid.PlatformStand = true
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- speed = speed+.5+(speed/maxspeed)
- if speed > maxspeed then
- speed = maxspeed
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- speed = speed-1
- if speed < 0 then
- speed = 0
- end
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- else
- bv.velocity = Vector3.new(0,0.1,0)
- end
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- until not flying
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- lastctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bg:Destroy()
- bv:Destroy()
- plr.Character.Humanoid.PlatformStand = false
- end
- mouse.KeyDown:connect(function(key)
- if key:lower() == "f" then
- if flying then flying = false
- else
- flying = true
- Fly()
- end
- elseif key:lower() == "w" then
- ctrl.f = 1
- elseif key:lower() == "s" then
- ctrl.b = -1
- elseif key:lower() == "a" then
- ctrl.l = -1
- elseif key:lower() == "d" then
- ctrl.r = 1
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key:lower() == "w" then
- ctrl.f = 0
- elseif key:lower() == "s" then
- ctrl.b = 0
- elseif key:lower() == "a" then
- ctrl.l = 0
- elseif key:lower() == "d" then
- ctrl.r = 0
- end
- end)
- Fly()
- r6.Text = "Loaded!"
- wait(2)
- r6.TextColor3 = Color3.fromRGB(0, 0, 0)
- r6.Text = "R6 Fly"
- end)
- -- r15 fly
- r15.Name = "r15"
- r15.Parent = flyframe
- r15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- r15.Position = UDim2.new(0.194029853, 0, 0.485849053, 0)
- r15.Size = UDim2.new(0, 200, 0, 34)
- r15.Font = Enum.Font.SourceSans
- r15.Text = "R15 Fly"
- r15.TextColor3 = Color3.fromRGB(0, 0, 0)
- r15.TextScaled = true
- r15.TextSize = 14.000
- r15.TextWrapped = true
- r15.MouseButton1Click:Connect(function()
- r15frame.Visible = true
- flyback.Visible = false
- demon.Visible = false
- end)
- r15frame.Name = "r15frame"
- r15frame.Parent = r15
- r15frame.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- r15frame.Position = UDim2.new(-0.230000004, 0, -2.55882359, 0)
- r15frame.BorderColor3 = Color3.fromRGB(62, 62, 62)
- r15frame.Size = UDim2.new(0, 299, 0, 183)
- r15frame.Visible = false
- r15on.Name = "r15on"
- r15on.Parent = r15frame
- r15on.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
- r15on.Position = UDim2.new(0.284280926, 0, 0.174863383, 0)
- r15on.Size = UDim2.new(0, 129, 0, 43)
- r15on.Font = Enum.Font.SourceSans
- r15on.Text = "Toggle ON"
- r15on.TextScaled = true
- r15on.TextColor3 = Color3.fromRGB(255, 255, 255)
- r15on.TextSize = 14.000
- r15on.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/D6iJWXLm", true))()
- end)
- r15off.Name = "r15off"
- r15off.Parent = r15frame
- r15off.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- r15off.Position = UDim2.new(0.277591974, 0, 0.535519123, 0)
- r15off.Size = UDim2.new(0, 134, 0, 37)
- r15off.Font = Enum.Font.SourceSans
- r15off.Text = "Toggle OFF"
- r15off.TextColor3 = Color3.fromRGB(255, 255, 255)
- r15off.TextSize = 14.000
- r15off.TextScaled = true
- r15off.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/82w7CzCL", true))()
- end)
- r15back.Name = "r15back"
- r15back.Parent = r15frame
- r15back.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- r15back.Size = UDim2.new(0, 22, 0, 22)
- r15back.Font = Enum.Font.SourceSans
- r15back.Text = "X"
- r15back.TextColor3 = Color3.fromRGB(255, 255, 255)
- r15back.TextScaled = true
- r15back.TextSize = 14.000
- r15back.TextWrapped = true
- r15back.MouseButton1Click:Connect(function()
- r15frame.Visible = false
- flyback.Visible = true
- flyframe.Visible = true
- demon.Visible = true
- end)
- --
- demon.Name = "demon"
- demon.Parent = flyframe
- demon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- demon.Position = UDim2.new(0.194029853, 0, 0.73113209, 0)
- demon.Size = UDim2.new(0, 200, 0, 34)
- demon.Font = Enum.Font.SourceSans
- demon.Text = "Demonic Fly"
- demon.TextColor3 = Color3.fromRGB(0, 0, 0)
- demon.TextScaled = true
- demon.TextSize = 14.000
- demon.TextWrapped = true
- demon.MouseButton1Click:Connect(function()
- demon.TextColor3 = Color3.fromRGB(0, 255, 50)
- demon.Text = "Loading"
- wait(0.5)
- demon.Text = "Loading."
- wait(0.5)
- demon.Text = "Loading.."
- wait(0.5)
- demon.Text = "Loading..."
- wait(0.5)
- demon.Text = "Checking..."
- wait(1)
- loadstring(game:HttpGet("https://pastebin.com/raw/i0bF06V2", true))()
- demon.Text = "Loaded!"
- wait(2)
- demon.TextColor3 = Color3.fromRGB(0, 0, 0)
- demon.Text = "Demonic Fly"
- end)
- flyback.Name = "flyback"
- flyback.Parent = flyframe
- flyback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- flyback.Size = UDim2.new(0, 22, 0, 22)
- flyback.Font = Enum.Font.SourceSans
- flyback.Text = "X"
- flyback.TextColor3 = Color3.fromRGB(255, 255, 255)
- flyback.TextScaled = true
- flyback.TextSize = 14.000
- flyback.TextWrapped = true
- flyback.MouseButton1Click:Connect(function()
- wsframe.Visible = false
- flyframe.Visible = false
- adfr.Visible = false
- teleport.Visible = false
- jpframe.Visible = false
- credits.Visible = false
- scripts.Visible = false
- instructions.Visible = false
- guis.Visible = false
- noclip.Visible = true
- tpto.Visible = true
- end)
- noclip.Name = "noclip"
- noclip.Parent = functions
- noclip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- noclip.Position = UDim2.new(0.697740078, 0, 0.26886791, 0)
- noclip.Size = UDim2.new(0, 72, 0, 38)
- noclip.Font = Enum.Font.SourceSans
- noclip.Text = "NoClip"
- noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
- noclip.TextScaled = true
- noclip.TextSize = 14.000
- noclip.TextWrapped = true
- noclip.MouseButton1Click:Connect(function()
- noclip.TextColor3 = Color3.fromRGB(0, 255, 50)
- noclip.Text = "Loading"
- wait(0.5)
- noclip.Text = "Loading."
- wait(0.5)
- noclip.Text = "Checking.."
- wait(0.2)
- noclip.Text = "Checking..."
- wait(1)
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- noclip.Text = "Loaded!"
- wait(1)
- noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
- noclip.Text = "NoClip"
- end)
- -- Teleport
- tpto.Name = "tpto"
- tpto.Parent = functions
- tpto.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- tpto.Position = UDim2.new(0.697740138, 0, 0.509433985, 0)
- tpto.Size = UDim2.new(0, 72, 0, 42)
- tpto.Font = Enum.Font.SourceSans
- tpto.Text = "Teleport"
- tpto.TextColor3 = Color3.fromRGB(0, 0, 0)
- tpto.TextScaled = true
- tpto.TextSize = 14.000
- tpto.TextWrapped = true
- tpto.MouseButton1Click:Connect(function()
- wsframe.Visible = false
- adfr.Visible = false
- teleport.Visible = true
- jpframe.Visible = false
- credits.Visible = false
- scripts.Visible = false
- instructions.Visible = false
- guis.Visible = false
- end)
- teleport.Name = "teleport"
- teleport.Parent = tpto
- teleport.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- teleport.BorderSizePixel = 0
- teleport.Position = UDim2.new(-3.29166675, 0, -1.66666663, 0)
- teleport.Size = UDim2.new(0, 333, 0, 167)
- teleport.Visible = false
- tpset.Name = "tpset"
- tpset.Parent = teleport
- tpset.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- tpset.Position = UDim2.new(0.198198199, 0, 0.598802388, 0)
- tpset.Size = UDim2.new(0, 200, 0, 50)
- tpset.Font = Enum.Font.SourceSans
- tpset.Text = "Teleport To Player"
- tpset.TextColor3 = Color3.fromRGB(0, 0, 0)
- tpset.TextScaled = true
- tpset.TextSize = 14.000
- tpset.TextWrapped = true
- tpset.MouseButton1Click:Connect(function()
- local Victim = tpinput.Text
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Victim].Character.HumanoidRootPart.CFrame
- end)
- tpinput.Name = "tpinput"
- tpinput.Parent = teleport
- tpinput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- tpinput.Position = UDim2.new(0.2012012, 0, 0.155688614, 0)
- tpinput.Size = UDim2.new(0, 200, 0, 50)
- tpinput.Font = Enum.Font.SourceSans
- tpinput.Text = "Enter player username"
- tpinput.TextColor3 = Color3.fromRGB(255, 255, 255)
- tpinput.TextSize = 20.000
- tpback.Name = "tpback"
- tpback.Parent = teleport
- tpback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- jpback.Position = UDim2.new(0.03125, 0, 0.0424528308, 0)
- tpback.Size = UDim2.new(0, 22, 0, 22)
- tpback.Font = Enum.Font.SourceSans
- tpback.Text = "X"
- tpback.TextColor3 = Color3.fromRGB(255, 255, 255)
- tpback.TextScaled = true
- tpback.TextSize = 14.000
- tpback.TextWrapped = true
- tpback.MouseButton1Click:Connect(function()
- wsframe.Visible = false
- adfr.Visible = false
- teleport.Visible = false
- jpframe.Visible = false
- credits.Visible = false
- scripts.Visible = false
- instructions.Visible = false
- guis.Visible = false
- end)
- -- Main Menu button
- mainbtn.Name = "mainbtn"
- mainbtn.Parent = main
- mainbtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- mainbtn.Position = UDim2.new(0.0335686356, 0, 0.832669318, 0)
- mainbtn.Size = UDim2.new(0, 44, 0, 33)
- mainbtn.Font = Enum.Font.SourceSans
- mainbtn.Text = "Main"
- mainbtn.TextColor3 = Color3.fromRGB(255, 255, 255)
- mainbtn.TextScaled = true
- mainbtn.TextSize = 14.000
- mainbtn.TextWrapped = true
- mainbtn.MouseButton1Click:Connect(function()
- credits.Visible = false
- adfr.Visible = true
- scripts.Visible = false
- instructions.Visible = false
- guis.Visible = false
- functions.Visible = false
- title.Visible = false
- end)
- -- Storm GUI picture frame
- adfr.Name = "adfr"
- adfr.Parent = main
- adfr.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- adfr.Position = UDim2.new(0.209494457, 0, 0.260488272, 0)
- adfr.Size = UDim2.new(0, 214, 0, 100)
- ad.Name = "ad"
- ad.Parent = adfr
- ad.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ad.BackgroundTransparency = 1.000
- ad.Position = UDim2.new(-0.00173148513, 0, -9.31322575e-09, 0)
- ad.Size = UDim2.new(0, 215, 0, 99)
- ad.Font = Enum.Font.Code
- ad.Text = "Storm GUI"
- ad.TextColor3 = Color3.fromRGB(0, 0, 0)
- ad.TextScaled = true
- ad.TextSize = 14.000
- ad.TextWrapped = true
- -- Welcome ( Parent : Main )
- welcome.Name = "welcome"
- welcome.Parent = adfr
- welcome.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- welcome.BackgroundTransparency = 1.000
- welcome.BorderSizePixel = 0
- welcome.Position = UDim2.new(-0.257009357, 0, 1.05999994, 0)
- welcome.Size = UDim2.new(0, 312, 0, 50)
- welcome.Font = Enum.Font.SourceSans
- welcome.Text = "Welcome, good to see you..."
- welcome.TextColor3 = Color3.fromRGB(255, 255, 255)
- welcome.TextSize = 14.000
- -- Instructions
- infobtn.Name = "infobtn"
- infobtn.Parent = main
- infobtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- infobtn.Position = UDim2.new(0.186959252, 0, 0.832669318, 0)
- infobtn.Size = UDim2.new(0, 44, 0, 33)
- infobtn.Font = Enum.Font.SourceSans
- infobtn.Text = "Instructions"
- infobtn.TextColor3 = Color3.fromRGB(255, 255, 255)
- infobtn.TextScaled = true
- infobtn.TextSize = 14.000
- infobtn.TextWrapped = true
- infobtn.MouseButton1Click:Connect(function()
- credits.Visible = false
- scripts.Visible = false
- instructions.Visible = true
- guis.Visible = false
- functions.Visible = false
- title.Visible = false
- end)
- instructions.Name = "instructions"
- instructions.Parent = infobtn
- instructions.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- instructions.BorderSizePixel = 0
- instructions.Position = UDim2.new(-1.23758352, 0, -6.5151515, 0)
- instructions.Size = UDim2.new(0, 331, 0, 201)
- instructions.Visible = false
- infoijump.Name = "infoijump"
- infoijump.Parent = instructions
- infoijump.BackgroundColor3 = Color3.fromRGB(62,62,62)
- infoijump.BorderSizePixel = 0
- infoijump.Position = UDim2.new(0, 0, 0.820895493, 0)
- infoijump.Size = UDim2.new(0, 254, 0, 36)
- infoijump.Font = Enum.Font.SourceSans
- infoijump.Text = "- To use Infinite Jump press [R] to toggle off and to toggle on. Then spam [SPACE]."
- infoijump.TextColor3 = Color3.fromRGB(255, 255, 255)
- infoijump.TextScaled = true
- infoijump.TextSize = 10.000
- infoijump.TextWrapped = true
- infofly.Name = "infofly"
- infofly.Parent = instructions
- infofly.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- infofly.BorderSizePixel = 0
- infofly.Position = UDim2.new(0, 0, 0.144278601, 0)
- infofly.Size = UDim2.new(0, 254, 0, 47)
- infofly.Font = Enum.Font.SourceSans
- infofly.Text = "- To use Fly press [F] to toggle on and [F] to toggle off, Do not use Fly and Noclip at the same time."
- infofly.TextColor3 = Color3.fromRGB(255, 255, 255)
- infofly.TextScaled = true
- infofly.TextSize = 14.000
- infofly.TextWrapped = true
- infoctp.Name = "infoctp"
- infoctp.Parent = instructions
- infoctp.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- infoctp.BorderSizePixel = 0
- infoctp.Position = UDim2.new(0, 0, 0.378109455, 0)
- infoctp.Size = UDim2.new(0, 254, 0, 46)
- infoctp.Font = Enum.Font.SourceSans
- infoctp.Text = "- To use Click Teleport hold [CTRL] point your mouse cursor at the position where you want to teleport to then click."
- infoctp.TextColor3 = Color3.fromRGB(255, 255, 255)
- infoctp.TextScaled = true
- infoctp.TextSize = 14.000
- infoctp.TextWrapped = true
- infodemon.Name = "infodemon"
- infodemon.Parent = instructions
- infodemon.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- infodemon.BorderSizePixel = 0
- infodemon.Position = UDim2.new(0, 0, 0.606965184, 0)
- infodemon.Size = UDim2.new(0, 254, 0, 43)
- infodemon.Font = Enum.Font.SourceSans
- infodemon.Text = "- To use Demonic Fly equip the tool provided in your backpack, aim your mouse at the position where you want to fly to and hold [MB1]."
- infodemon.TextColor3 = Color3.fromRGB(255, 255, 255)
- infodemon.TextScaled = true
- infodemon.TextSize = 14.000
- infodemon.TextWrapped = true
- infonoclip.Name = "infonoclip"
- infonoclip.Parent = instructions
- infonoclip.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- infonoclip.BorderSizePixel = 0
- infonoclip.Size = UDim2.new(0, 254, 0, 29)
- infonoclip.Font = Enum.Font.SourceSans
- infonoclip.Text = "- To use NoClip press [E] to toggle on and [E] to toggle off."
- infonoclip.TextColor3 = Color3.fromRGB(255, 255, 255)
- infonoclip.TextScaled = true
- infonoclip.TextSize = 14.000
- infonoclip.TextWrapped = true
- -- Title ( " Storm GUI " )
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.BorderSizePixel = 0
- title.Position = UDim2.new(0, 0, 0.0901165679, 0)
- title.Size = UDim2.new(0, 355, 0, 38)
- title.Visible = false
- title.Font = Enum.Font.SourceSans
- title.Text = "Storm GUI"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement