Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
- <External>null</External>
- <External>nil</External>
- <Item class="ScreenGui" referent="RBX307E21B6960A42B386FD5F16EDA57EE8">
- <Properties>
- <int name="DisplayOrder">0</int>
- <bool name="Enabled">true</bool>
- <bool name="Localize">true</bool>
- <string name="Name">Archive:AdminGuiProject.rbxm</string>
- <bool name="ResetOnSpawn">true</bool>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- <Item class="Frame" referent="RBXAF81A0B39F724383BE33BD749AE0117B">
- <Properties>
- <bool name="Active">false</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <string name="Name">Applications.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0.0250000004</XS>
- <XO>0</XO>
- <YS>0.349999994</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.200000003</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">3</token>
- <BinaryString name="Tags"></BinaryString>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="TextButton" referent="RBX565A3D519AFA441E9DD0FBB9EBE331C8">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">[1]KillButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0</XS>
- <XO>0</XO>
- <YS>0</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Kill</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">9</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBX2F56DBF8528A43E89B6123987481D8EB">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">Kill.lua</string>
- <string name="ScriptGuid">{B0E34546-F45D-4DAC-8485-5A5ED80C4B0C}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:GenerateListOfPlayers()
- Gui:PlayerChoiceSelected(function(player, connection)
- if player then
- if player.Character then
- player.Character:BreakJoints()
- end
- end
- connection:disconnect()
- end)
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- <Item class="TextButton" referent="RBX3946452FAE0A468397641BA9D0C96E53">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">[2]FreezeButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0.375999987</XS>
- <XO>0</XO>
- <YS>0</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Freeze</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">9</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBX0B04EE5F45A04C7E8DB8CF1D49AF753A">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">Freeze.lua</string>
- <string name="ScriptGuid">{0948AD68-7857-498D-96EF-E26F7ED1E012}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:GenerateListOfPlayers()
- Gui:PlayerChoiceSelected(function(player, connection)
- if player then
- if player.Character then
- for i,v in pairs(player.Character:GetChildren()) do
- if v:IsA("BasePart") then
- v.Reflectance = 1
- end
- end
- player.Character.Torso.Anchored = true
- player.Character.Humanoid.WalkSpeed = 0
- end
- end
- connection:disconnect()
- end)
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- <Item class="TextButton" referent="RBX806BA4EE1BFF468BA95C1546129517A9">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">[3]UnfreezeButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0.75</XS>
- <XO>0</XO>
- <YS>0</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Unfreeze</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">9</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBX07F787CE43254EED8094CF3750EEBFF2">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">Unfreeze.lua</string>
- <string name="ScriptGuid">{33E0ED2E-E8DE-49DE-8B96-54FF719E8F7E}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:GenerateListOfPlayers()
- Gui:PlayerChoiceSelected(function(player, connection)
- if player then
- if player.Character then
- for i,v in pairs(player.Character:GetChildren()) do
- if v:IsA("BasePart") then
- v.Reflectance = 0
- end
- end
- player.Character.Torso.Anchored = false
- player.Character.Humanoid.WalkSpeed = 16
- end
- end
- connection:disconnect()
- end)
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- <Item class="TextButton" referent="RBX2DF67A01682A44C296C3A2ED5261C685">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">[1]SetWalkspeedButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Set Speed</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">9</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBXA0C8A4C155224AC6924DDBDAEC0AB7F9">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">SetWalkspeed.lua</string>
- <string name="ScriptGuid">{A70CACF0-EC7E-4586-AAC5-69152BEF1F45}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:GenerateListOfPlayers()
- Gui:PlayerChoiceSelected(function(player, connection)
- Gui:GetUserInput(function(input)
- if input then
- if player then
- if player.Character then
- player.Character.Humanoid.WalkSpeed = input
- end
- end
- end
- connection:disconnect()
- end)
- end)
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- <Item class="TextButton" referent="RBX5D6661211B3144D893533B3BF32B64E7">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">[2]EditStatButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0.375999987</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Edit Stat</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">9</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBX72FA6C9783B94E72AC870761096E5BC7">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">EditStat.lua</string>
- <string name="ScriptGuid">{8E35E432-C1ED-44A7-BC96-AA1C135A1B53}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:GenerateListOfStats()
- Gui:StatChoiceSelected(function(sstat, connection)
- Gui:GetUserInput(function(input)
- if input and sstat then
- sstat.Value = input
- end
- connection:disconnect()
- end)
- end)
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- <Item class="TextButton" referent="RBX6D48E2D8F1D0480A9C20C078FCB96E51">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">[3]GiveFFButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0.75</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Give FF</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">9</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBX460D3CA55232414FAB74E598D1AAFDFE">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">GiveFF.lua</string>
- <string name="ScriptGuid">{08EBD7B3-57F1-4FC1-B740-7341DAEB0039}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:GenerateListOfPlayers()
- Gui:PlayerChoiceSelected(function(player, connection)
- if player then
- if player.Character then
- Instance.new("ForceField", player.Character)
- end
- end
- connection:disconnect()
- end)
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- <Item class="TextButton" referent="RBX618FACF3B5D24293A046893846E0A56C">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">[1]RemoveFFButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0</XS>
- <XO>0</XO>
- <YS>0.5</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Remove FF</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">9</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBX0BAFC66D1BE24AF8A413418971D82880">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">RemoveFF.lua</string>
- <string name="ScriptGuid">{5EA3187A-83E7-4EE1-83EE-E3E1EA37ADBB}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:GenerateListOfPlayers()
- Gui:PlayerChoiceSelected(function(player, connection)
- if player then
- if player.Character then
- pcall(function() player.Character.ForceField:Remove() end)
- end
- end
- connection:disconnect()
- end)
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- <Item class="TextButton" referent="RBX49FFF12F96D548EE954AF2A4720D4DCF">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">[2]MessageButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0.375999987</XS>
- <XO>0</XO>
- <YS>0.5</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Message</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">9</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBXF605F2FCCAF84116BD07840ADF59F56C">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">Message.lua</string>
- <string name="ScriptGuid">{C061E0CF-B47D-4FA5-B1A4-60E87FF31D1D}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:GetUserTextInput(function(input)
- local m = Instance.new("Message")
- m.Text = input
- m.Parent = Workspace
- wait(2)
- m:Remove()
- end)
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- <Item class="TextButton" referent="RBXBC35E1EB37C94136B571AB519760A72D">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">[3]PrivateMsgButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0.75</XS>
- <XO>0</XO>
- <YS>0.5</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Private Msg</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">9</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBX741C3430531A499187DB4F783EE32CB7">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">PrivateMsg.lua</string>
- <string name="ScriptGuid">{FF10A111-1160-4AE7-B2D6-17BFB391E09D}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:GenerateListOfPlayers()
- Gui:PlayerChoiceSelected(function(player, connection)
- Gui:GetUserTextInput(function(input)
- print("Got user text input!")
- if input and player and player.Character then
- local m = Instance.new("Message")
- m.Text = input
- m.Parent = player.PlayerGui
- wait(2)
- m:Remove()
- end
- connection:disconnect()
- end)
- end)
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- <Item class="TextButton" referent="RBXD920E45C570644B2889EE678C32070FE">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">[1]BanButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0</XS>
- <XO>0</XO>
- <YS>0.75</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Ban</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">9</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBX4441BB148783411E899272FFD88672BB">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">Ban.lua</string>
- <string name="ScriptGuid">{33E1C051-12D4-46EF-A7AC-D769E4B4D1F7}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:GenerateListOfPlayers()
- Gui:PlayerChoiceSelected(function(player, connection)
- if player then
- player:Remove()
- end
- connection:disconnect()
- end)
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- <Item class="TextButton" referent="RBXEAC5ACC713084A97BA40B153351E8EDF">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">[2]RunLuaButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0.375999987</XS>
- <XO>0</XO>
- <YS>0.75</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Run Lua</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">9</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBX3ED8D3B4B3E34C4BAB8AA73290D1B308">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">RunLua.lua</string>
- <string name="ScriptGuid">{6AD891F9-5F0C-4E00-BFB2-FC0C1B1D1ED7}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:GetUserTextInput(function(input)
- coroutine.resume(coroutine.create(function()
- loadstring(input)()
- end))
- end)
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- </Item>
- <Item class="Frame" referent="RBXB1DC40E2705A477A9C932B1ABD2989BE">
- <Properties>
- <bool name="Active">false</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <string name="Name">PlayerList.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>-0.5</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.5</XS>
- <XO>0</XO>
- <YS>0.5</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">3</token>
- <BinaryString name="Tags"></BinaryString>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="TextButton" referent="RBX71D67C8090FB4C78BFF7163C45DC97AF">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">TextButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0</XS>
- <XO>0</XO>
- <YS>-0.200000003</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.200000003</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Close</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">10</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBXA1BCD3CE97464BCC9F0BBDA58B5EA8C6">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">ClosePlayerList.lua</string>
- <string name="ScriptGuid">{14A39C77-5261-48B7-9E84-683F5D13273B}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:ClearListOfPlayers()
- Gui:HidePlayerList()
- Gui:ShowApplicationFrame()
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- </Item>
- <Item class="LocalScript" referent="RBXAA4F76BC413C484D9CFBEBA5C1E4DFC0">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">GlobalLibrary.lua</string>
- <string name="ScriptGuid">{33D8E2CB-F071-4F45-A25D-BE77AE7174D1}</string>
- <ProtectedString name="Source"><![CDATA[_G.Gui = nil
- wait(1)
- local Project = script.Parent
- local ApplicationFrame = Project["Applications.rbxm"]
- local PlayerList = Project["PlayerList.rbxm"]
- local InputBox = Project["InputBox.rbxm"]
- local StatList = Project["StatList.rbxm"]
- local TargetPlayer = nil
- local TargetStat = nil
- _G.Gui = {
- HideApplicationFrame = function(self)
- ApplicationFrame:TweenPosition(UDim2.new((0-ApplicationFrame.Size.X.Scale) - 0.025,0,ApplicationFrame.Position.Y.Scale,0), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
- end,
- ShowApplicationFrame = function(self)
- ApplicationFrame:TweenPosition(UDim2.new(0.025,0,ApplicationFrame.Position.Y.Scale,0), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
- end,
- HidePlayerList = function(self)
- PlayerList:TweenPosition(UDim2.new(PlayerList.Position.X.Scale,0,0-PlayerList.Size.Y.Scale,0), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
- end,
- ShowPlayerList = function(self)
- PlayerList:TweenPosition(UDim2.new(PlayerList.Position.X.Scale,0,.25,0), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
- end,
- HideInputBox = function(self)
- InputBox:TweenPosition(UDim2.new(InputBox.Position.X.Scale,0,0-InputBox.Size.Y.Scale,0), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
- end,
- ShowInputBox = function(self)
- InputBox:TweenPosition(UDim2.new(InputBox.Position.X.Scale,0,.25,0), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
- end,
- HideStatList = function(self)
- StatList:TweenPosition(UDim2.new(StatList.Position.X.Scale,0,0-StatList.Size.Y.Scale,0), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
- end,
- ShowStatList= function(self)
- StatList:TweenPosition(UDim2.new(StatList.Position.X.Scale,0,.25,0), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
- end,
- GenerateListOfPlayers = function(self)
- local downBy = 0
- local currenty = 0
- for i,v in pairs(Game.Players:GetPlayers()) do
- local tb = Instance.new("TextButton", PlayerList)
- tb.TextXAlignment = Enum.TextXAlignment.Center
- tb.Style = Enum.ButtonStyle.RobloxButton
- tb.TextColor3 = Color3.new(1,1,1)
- tb.FontSize = Enum.FontSize.Size10
- tb.Text = v.Name
- tb.Size = UDim2.new(1,0,1/#Game.Players:GetPlayers(),0)
- tb.Position = UDim2.new(0,0,currenty,0)
- currenty = currenty + 1/#Game.Players:GetPlayers()
- end
- _G.Gui:HideApplicationFrame()
- _G.Gui:ShowPlayerList()
- end,
- GenerateListOfStats = function(self)
- local downBy = 0
- local currenty = 0
- local numberstats = {}
- repeat wait() until Game.Players.LocalPlayer:FindFirstChild("leaderstats")
- for i,v in pairs(Game.Players.LocalPlayer.leaderstats:GetChildren()) do
- if v:IsA("NumberValue") or v:IsA("IntValue") then
- table.insert(numberstats, v)
- end
- end
- for i,v in pairs(numberstats) do
- local tb = Instance.new("TextButton", StatList)
- tb.TextXAlignment = Enum.TextXAlignment.Center
- tb.Style = Enum.ButtonStyle.RobloxButton
- tb.TextColor3 = Color3.new(1,1,1)
- tb.FontSize = Enum.FontSize.Size10
- tb.Text = v.Name
- tb.Size = UDim2.new(1,0,1/#numberstats,0)
- tb.Position = UDim2.new(0,0,currenty,0)
- currenty = currenty + 1/#numberstats
- end
- _G.Gui:HideApplicationFrame()
- _G.Gui:ShowStatList()
- end,
- ClearListOfPlayers = function(self)
- for i,v in pairs(PlayerList:GetChildren()) do
- if v.Name ~= "TextButton.rbxm" then
- v:Remove()
- end
- end
- end,
- ClearListOfStats = function(self)
- for i,v in pairs(StatList:GetChildren()) do
- if v.Name ~= "TextButton.rbxm" then
- v:Remove()
- end
- end
- end,
- ResetInputBox = function()
- InputBox["TextBox.rbxm"].Text = "Type a number here."
- end,
- ResetTextInputBox = function()
- InputBox["TextBox.rbxm"].Text = "Type some text here."
- end,
- SetTargetPlayer = function(self, player)
- TargetPlayer = player
- end,
- GetTargetPlayer = function(self)
- return TargetPlayer
- end,
- SetTargetStat= function(self, sstat)
- TargetStat = sstat
- end,
- GetTargetStat = function(self)
- return TargetStat
- end,
- PlayerChoiceSelected = function(self, Function)
- coroutine.wrap(function()
- for i,v in pairs(PlayerList:GetChildren()) do
- if v.Name ~= "TextButton.rbxm" then
- connection = v.MouseButton1Click:connect(function()
- _G.Gui:ClearListOfPlayers()
- _G.Gui:HidePlayerList()
- _G.Gui:ShowApplicationFrame()
- _G.Gui:SetTargetPlayer(Game.Players:FindFirstChild(v.Text) or nil)
- coroutine.resume(coroutine.create(function() Function(_G.Gui:GetTargetPlayer(), connection) end))
- end)
- end
- end
- end)()
- end,
- StatChoiceSelected = function(self, Function)
- coroutine.wrap(function()
- for i,v in pairs(StatList:GetChildren()) do
- if v.Name ~= "TextButton.rbxm" then
- connection = v.MouseButton1Click:connect(function()
- _G.Gui:ClearListOfStats()
- _G.Gui:HideStatList()
- _G.Gui:ShowApplicationFrame()
- _G.Gui:SetTargetStat(Game.Players.LocalPlayer.leaderstats:FindFirstChild(v.Text) or nil)
- coroutine.resume(coroutine.create(function() Function(_G.Gui:GetTargetStat(), connection) end))
- end)
- end
- end
- end)()
- end,
- GetUserInput = function(self, Function)
- coroutine.wrap(function()
- _G.Gui:HideApplicationFrame()
- _G.Gui:ShowInputBox()
- _G.Gui:ResetInputBox()
- connection = InputBox["TextButton.rbxm"].MouseButton1Click:connect(function()
- input = tonumber(InputBox["TextBox.rbxm"].Text)
- coroutine.resume(coroutine.create(function() Function(input) end))
- _G.Gui:HideInputBox()
- _G.Gui:ShowApplicationFrame()
- connection:disconnect()
- end)
- end)()
- end,
- GetUserTextInput = function(self, Function)
- print("Getting text input...")
- coroutine.wrap(function()
- print("Running wrap().")
- _G.Gui:HideApplicationFrame()
- _G.Gui:ShowInputBox()
- _G.Gui:ResetTextInputBox()
- connection = InputBox["TextButton.rbxm"].MouseButton1Click:connect(function()
- input = InputBox["TextBox.rbxm"].Text
- coroutine.resume(coroutine.create(function() Function(input) end))
- print("Ran given function argument.")
- _G.Gui:HideInputBox()
- _G.Gui:ShowApplicationFrame()
- connection:disconnect()
- end)
- end)()
- end,
- }]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- <Item class="Frame" referent="RBX7CCB09F4BCA84E10BE48748264E1EA1B">
- <Properties>
- <bool name="Active">false</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <string name="Name">InputBox.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>-0.5</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.5</XS>
- <XO>0</XO>
- <YS>0.5</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">3</token>
- <BinaryString name="Tags"></BinaryString>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="TextBox" referent="RBX4234CAB1883C4819B06B4469101F7590">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <Color3 name="BackgroundColor3">4278190080</Color3>
- <float name="BackgroundTransparency">0.100000001</float>
- <Color3 name="BorderColor3">4284440415</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClearTextOnFocus">true</bool>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="MultiLine">false</bool>
- <string name="Name">TextBox.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0</XS>
- <XO>0</XO>
- <YS>0.324999988</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <bool name="ShowNativeInput">true</bool>
- <UDim2 name="Size">
- <XS>1</XS>
- <XO>0</XO>
- <YS>0.25</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Type a number here.</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">18</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">true</bool>
- <token name="TextXAlignment">0</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- </Item>
- <Item class="TextButton" referent="RBX258301A77E9C4A618947E2BAEA485D95">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">TextButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0.699999988</XS>
- <XO>0</XO>
- <YS>0.800000012</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.300000012</XS>
- <XO>0</XO>
- <YS>0.200000003</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Ok!</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">12</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- </Item>
- </Item>
- <Item class="Frame" referent="RBXEE62E8DEFC3948808067DE1926A72261">
- <Properties>
- <bool name="Active">false</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <string name="Name">StatList.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>-0.5</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.5</XS>
- <XO>0</XO>
- <YS>0.5</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">3</token>
- <BinaryString name="Tags"></BinaryString>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="TextButton" referent="RBXAEFB647293F6478A88C988414B9D3C85">
- <Properties>
- <bool name="Active">true</bool>
- <Vector2 name="AnchorPoint">
- <X>0</X>
- <Y>0</Y>
- </Vector2>
- <bool name="AutoButtonColor">true</bool>
- <Color3 name="BackgroundColor3">4288914085</Color3>
- <float name="BackgroundTransparency">0</float>
- <Color3 name="BorderColor3">4279970357</Color3>
- <int name="BorderSizePixel">1</int>
- <bool name="ClipsDescendants">false</bool>
- <bool name="Draggable">false</bool>
- <token name="Font">0</token>
- <int name="LayoutOrder">0</int>
- <bool name="Localize">true</bool>
- <bool name="Modal">false</bool>
- <string name="Name">TextButton.rbxm</string>
- <Ref name="NextSelectionDown">null</Ref>
- <Ref name="NextSelectionLeft">null</Ref>
- <Ref name="NextSelectionRight">null</Ref>
- <Ref name="NextSelectionUp">null</Ref>
- <UDim2 name="Position">
- <XS>0</XS>
- <XO>0</XO>
- <YS>-0.200000003</YS>
- <YO>0</YO>
- </UDim2>
- <float name="Rotation">0</float>
- <bool name="Selectable">true</bool>
- <bool name="Selected">false</bool>
- <Ref name="SelectionImageObject">null</Ref>
- <UDim2 name="Size">
- <XS>0.25</XS>
- <XO>0</XO>
- <YS>0.200000003</YS>
- <YO>0</YO>
- </UDim2>
- <token name="SizeConstraint">0</token>
- <bool name="SizeFromContents">false</bool>
- <token name="Style">2</token>
- <BinaryString name="Tags"></BinaryString>
- <string name="Text">Close</string>
- <Color3 name="TextColor3">4294967295</Color3>
- <bool name="TextScaled">false</bool>
- <float name="TextSize">10</float>
- <Color3 name="TextStrokeColor3">4278190080</Color3>
- <float name="TextStrokeTransparency">1</float>
- <float name="TextTransparency">0</float>
- <bool name="TextWrapped">false</bool>
- <token name="TextXAlignment">2</token>
- <token name="TextYAlignment">1</token>
- <bool name="Visible">true</bool>
- <int name="ZIndex">1</int>
- </Properties>
- <Item class="LocalScript" referent="RBX2A94CC2A7E854E24A27C964F352AA200">
- <Properties>
- <bool name="Disabled">false</bool>
- <Content name="LinkedSource"><null></null></Content>
- <string name="Name">CloseStatList.lua</string>
- <string name="ScriptGuid">{FB1C29D7-D4D5-4298-9C6B-979DB3CEA811}</string>
- <ProtectedString name="Source"><![CDATA[wait(1)
- while not _G.Gui do
- wait()
- end
- local Gui = _G.Gui
- script.Parent.MouseButton1Click:connect(function()
- Gui:ClearListOfStats()
- Gui:HideStatList()
- Gui:ShowApplicationFrame()
- end)]]></ProtectedString>
- <BinaryString name="Tags"></BinaryString>
- </Properties>
- </Item>
- </Item>
- </Item>
- </Item>
- </roblox>
Add Comment
Please, Sign In to add comment