SHOW:
|
|
- or go back to the newest paste.
1 | --Server Side / Internal By Server Side Script! | |
2 | ||
3 | local ScreenGui = Instance.new("ScreenGui") | |
4 | local Frame = Instance.new("Frame") | |
5 | local TextBox = Instance.new("TextBox") | |
6 | local TextButton = Instance.new("TextButton") | |
7 | local TextButton_2 = Instance.new("TextButton") | |
8 | local TextButton_3 = Instance.new("TextButton") | |
9 | local Frame_2 = Instance.new("Frame") | |
10 | local TextButton_4 = Instance.new("TextButton") | |
11 | local TextButton_5 = Instance.new("TextButton") | |
12 | local TextButton_6 = Instance.new("TextButton") | |
13 | ||
14 | ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") | |
15 | ||
16 | Frame.Parent = ScreenGui | |
17 | Frame.BackgroundColor3 = Color3.fromRGB(63, 8, 8) | |
18 | Frame.BorderSizePixel = 0 | |
19 | Frame.Position = UDim2.new(0.282012194, 0, 0.260122687, 0) | |
20 | Frame.Size = UDim2.new(0, 572, 0, 390) | |
21 | ||
22 | TextBox.Parent = Frame | |
23 | TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
24 | TextBox.BorderSizePixel = 0 | |
25 | TextBox.Position = UDim2.new(0.0297202803, 0, 0.0435897447, 0) | |
26 | TextBox.Size = UDim2.new(0, 537, 0, 276) | |
27 | TextBox.Font = Enum.Font.SourceSans | |
28 | TextBox.Text = "" | |
29 | TextBox.TextColor3 = Color3.fromRGB(0, 0, 0) | |
30 | TextBox.TextSize = 20.000 | |
31 | TextBox.TextXAlignment = Enum.TextXAlignment.Left | |
32 | TextBox.TextYAlignment = Enum.TextYAlignment.Top | |
33 | ||
34 | TextButton.Parent = Frame | |
35 | TextButton.BackgroundColor3 = Color3.fromRGB(35, 0, 0) | |
36 | TextButton.BorderSizePixel = 0 | |
37 | TextButton.Position = UDim2.new(0.0297202803, 0, 0.807692289, 0) | |
38 | TextButton.Size = UDim2.new(0, 200, 0, 50) | |
39 | TextButton.Font = Enum.Font.SourceSans | |
40 | TextButton.Text = "Execute" | |
41 | TextButton.TextColor3 = Color3.fromRGB(255, 255, 255) | |
42 | TextButton.TextSize = 28.000 | |
43 | TextButton.TextWrapped = true | |
44 | ||
45 | TextButton_2.Parent = Frame | |
46 | TextButton_2.BackgroundColor3 = Color3.fromRGB(35, 0, 0) | |
47 | TextButton_2.BorderSizePixel = 0 | |
48 | TextButton_2.Position = UDim2.new(0.618881166, 0, 0.807692289, 0) | |
49 | TextButton_2.Size = UDim2.new(0, 200, 0, 50) | |
50 | TextButton_2.Font = Enum.Font.SourceSans | |
51 | TextButton_2.Text = "Server Side Execute" | |
52 | TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255) | |
53 | TextButton_2.TextSize = 28.000 | |
54 | TextButton_2.TextWrapped = true | |
55 | ||
56 | TextButton_3.Parent = Frame | |
57 | TextButton_3.BackgroundColor3 = Color3.fromRGB(35, 0, 0) | |
58 | TextButton_3.BorderSizePixel = 0 | |
59 | TextButton_3.Position = UDim2.new(0.41083914, 0, 0.807692289, 0) | |
60 | TextButton_3.Size = UDim2.new(0, 102, 0, 50) | |
61 | TextButton_3.Font = Enum.Font.SourceSans | |
62 | TextButton_3.Text = "Clear" | |
63 | TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255) | |
64 | TextButton_3.TextSize = 28.000 | |
65 | TextButton_3.TextWrapped = true | |
66 | ||
67 | Frame_2.Parent = Frame | |
68 | Frame_2.BackgroundColor3 = Color3.fromRGB(43, 0, 0) | |
69 | Frame_2.BorderSizePixel = 0 | |
70 | Frame_2.Position = UDim2.new(1, 0, 0, 0) | |
71 | Frame_2.Size = UDim2.new(0, 93, 0, 390) | |
72 | ||
73 | TextButton_4.Parent = Frame_2 | |
74 | TextButton_4.BackgroundColor3 = Color3.fromRGB(35, 0, 0) | |
75 | TextButton_4.BorderSizePixel = 0 | |
76 | TextButton_4.Position = UDim2.new(0.0752688199, 0, 0.146153852, 0) | |
77 | TextButton_4.Size = UDim2.new(0, 78, 0, 76) | |
78 | TextButton_4.Font = Enum.Font.SourceSans | |
79 | TextButton_4.Text = "Btools" | |
80 | TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255) | |
81 | TextButton_4.TextSize = 29.000 | |
82 | ||
83 | TextButton_5.Parent = Frame_2 | |
84 | TextButton_5.BackgroundColor3 = Color3.fromRGB(35, 0, 0) | |
85 | TextButton_5.BorderSizePixel = 0 | |
86 | TextButton_5.Position = UDim2.new(0.0752688199, 0, 0.402564108, 0) | |
87 | TextButton_5.Size = UDim2.new(0, 78, 0, 76) | |
88 | TextButton_5.Font = Enum.Font.SourceSans | |
89 | TextButton_5.Text = "Fast" | |
90 | TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255) | |
91 | TextButton_5.TextSize = 29.000 | |
92 | ||
93 | TextButton_6.Parent = Frame_2 | |
94 | TextButton_6.BackgroundColor3 = Color3.fromRGB(35, 0, 0) | |
95 | TextButton_6.BorderSizePixel = 0 | |
96 | TextButton_6.Position = UDim2.new(0.0752688199, 0, 0.658974409, 0) | |
97 | TextButton_6.Size = UDim2.new(0, 78, 0, 76) | |
98 | TextButton_6.Font = Enum.Font.SourceSans | |
99 | TextButton_6.Text = "Close" | |
100 | TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255) | |
101 | TextButton_6.TextSize = 29.000 | |
102 | ||
103 | ||
104 | local function ZIUYTVS_fake_script() -- TextButton.LocalScript | |
105 | local script = Instance.new('LocalScript', TextButton) | |
106 | ||
107 | script.Parent.MouseButton1Click:Connect(function() | |
108 | assert(loadstring(script.Parent.Parent.TextBox.Text))() | |
109 | end) | |
110 | end | |
111 | coroutine.wrap(ZIUYTVS_fake_script)() | |
112 | local function HASJH_fake_script() -- TextButton_2.LocalScript | |
113 | local script = Instance.new('LocalScript', TextButton_2) | |
114 | ||
115 | script.Parent.MouseButton1Click:Connect(function() | |
116 | - | game.ReplicatedStorage.RemoteEvent:FireServer(script.Parent.Parent.TextBox.Text) |
116 | + | game.ReplicatedStorage.Events.Morph:FireServer(script.Parent.Parent.TextBox.Text) |
117 | end) | |
118 | end | |
119 | coroutine.wrap(HASJH_fake_script)() | |
120 | local function UAZSPPI_fake_script() -- TextButton_3.LocalScript | |
121 | local script = Instance.new('LocalScript', TextButton_3) | |
122 | ||
123 | script.Parent.MouseButton1Click:Connect(function() | |
124 | script.Parent.Parent.TextBox.Text = "Cleared!" | |
125 | wait(.1) | |
126 | script.Parent.Parent.TextBox.Text = "" | |
127 | end) | |
128 | end | |
129 | coroutine.wrap(UAZSPPI_fake_script)() | |
130 | local function ACWZSQI_fake_script() -- TextButton_4.LocalScript | |
131 | local script = Instance.new('LocalScript', TextButton_4) | |
132 | ||
133 | script.Parent.MouseButton1Click:Connect(function() | |
134 | Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 2 | |
135 | Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 3 | |
136 | Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 4 | |
137 | end) | |
138 | end | |
139 | coroutine.wrap(ACWZSQI_fake_script)() | |
140 | local function YRAT_fake_script() -- TextButton_5.LocalScript | |
141 | local script = Instance.new('LocalScript', TextButton_5) | |
142 | ||
143 | script.Parent.MouseButton1Click:Connect(function() | |
144 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100 | |
145 | end) | |
146 | end | |
147 | coroutine.wrap(YRAT_fake_script)() | |
148 | local function RTRPEIN_fake_script() -- TextButton_6.Script | |
149 | local script = Instance.new('Script', TextButton_6) | |
150 | ||
151 | script.Parent.MouseButton1Click:Connect(function() | |
152 | script.Parent.Parent.Parent.Parent:Destroy() | |
153 | end) | |
154 | end | |
155 | coroutine.wrap(RTRPEIN_fake_script)() | |
156 | local function ANEL_fake_script() -- Frame.Dragable | |
157 | local script = Instance.new('LocalScript', Frame) | |
158 | ||
159 | script.Parent.Active = true | |
160 | script.Parent.Draggable = true | |
161 | end | |
162 | coroutine.wrap(ANEL_fake_script)() |