SHOW:
|
|
- or go back to the newest paste.
1 | - | i = ('Your Name Here') |
1 | + | i = ('memberhero') |
2 | ||
3 | ||
4 | ||
5 | local Loading = Instance.new("ScreenGui") | |
6 | Loading.Parent = game.Players[i].PlayerGui | |
7 | ||
8 | ||
9 | local Loaded = Instance.new("ImageLabel") | |
10 | Loaded.Parent = Loading | |
11 | Loaded.Position = UDim2.new(0.43, 28, 0.4, 0) | |
12 | Loaded.Size = UDim2.new(0, 190, 0, 190) | |
13 | Loaded.BackgroundColor3 = Color3.new(0,0,0) | |
14 | Loaded.BackgroundTransparency = 1 | |
15 | Loaded.Image = 'rbxassetid://165245842' | |
16 | wait(3) | |
17 | Loaded:TweenPosition(UDim2.new(0,0,0.4,0),'Out','Quad',0.50) | |
18 | Loaded:TweenSize(UDim2.new(0,90,0,90),'Out','Quad',0.50) | |
19 | ||
20 | local Frame1 = Instance.new("Frame") | |
21 | Frame1.Parent = Loading | |
22 | Frame1.Position = UDim2.new(-1, 0, 0.2, 0) | |
23 | Frame1.Size = UDim2.new(0, 400, 0, 300) | |
24 | Frame1.Style = 'RobloxRound' | |
25 | ||
26 | ||
27 | local SpeedHack = Instance.new("TextButton") | |
28 | SpeedHack.Parent = Frame1 | |
29 | SpeedHack.Size = UDim2.new(0, 100, 0, 100) | |
30 | SpeedHack.Style = 'RobloxRoundDefaultButton' | |
31 | SpeedHack.FontSize = 'Size32' | |
32 | SpeedHack.Text = 'Speed Hax' | |
33 | SpeedHack.Font = 'ArialBold' | |
34 | SpeedHack.TextColor3 = Color3.new(255,255,255) | |
35 | SpeedHack.TextStrokeColor3 = Color3.new(0,0,0) | |
36 | SpeedHack.TextStrokeTransparency = 0 | |
37 | SpeedHack.TextWrapped = true | |
38 | SpeedHack.TextScaled = true | |
39 | ||
40 | local SpeedNormal = Instance.new("TextButton") | |
41 | SpeedNormal.Parent = Frame1 | |
42 | SpeedNormal.Size = UDim2.new(0, 100, 0, 100) | |
43 | SpeedNormal.Style = 'RobloxRoundDefaultButton' | |
44 | SpeedNormal.FontSize = 'Size32' | |
45 | SpeedNormal.Text = 'Normal Speed' | |
46 | SpeedNormal.Font = 'ArialBold' | |
47 | SpeedNormal.TextColor3 = Color3.new(255,255,255) | |
48 | SpeedNormal.TextStrokeColor3 = Color3.new(0,0,0) | |
49 | SpeedNormal.TextStrokeTransparency = 0 | |
50 | SpeedNormal.TextWrapped = true | |
51 | SpeedNormal.Position = UDim2.new(0, 0, 0, 0) | |
52 | SpeedNormal.TextScaled = true | |
53 | SpeedNormal.Visible = false | |
54 | ||
55 | local TextLine = Instance.new("TextLabel") | |
56 | TextLine.Parent = Frame1 | |
57 | TextLine.Size = UDim2.new(1, 0, 0, 20) | |
58 | TextLine.FontSize = 'Size32' | |
59 | TextLine.Text = 'SimpleHAX Gui: BY FR34KY.' | |
60 | TextLine.BackgroundTransparency = 1 | |
61 | TextLine.Font = 'ArialBold' | |
62 | TextLine.TextColor3 = Color3.new(255,255,255) | |
63 | TextLine.TextStrokeColor3 = Color3.new(0,0,0) | |
64 | TextLine.TextStrokeTransparency = 0 | |
65 | TextLine.TextWrapped = true | |
66 | TextLine.Position = UDim2.new(0, 0, 0.8, 0) | |
67 | TextLine.TextScaled = true | |
68 | ||
69 | local FFOn = Instance.new("TextButton") | |
70 | FFOn.Parent = Frame1 | |
71 | FFOn.Size = UDim2.new(0, 100, 0, 100) | |
72 | FFOn.Style = 'RobloxRoundDefaultButton' | |
73 | FFOn.FontSize = 'Size32' | |
74 | FFOn.Text = 'Forcefield: On' | |
75 | FFOn.Font = 'ArialBold' | |
76 | FFOn.TextColor3 = Color3.new(255,255,255) | |
77 | FFOn.TextStrokeColor3 = Color3.new(0,0,0) | |
78 | FFOn.TextStrokeTransparency = 0 | |
79 | FFOn.TextWrapped = true | |
80 | FFOn.Position = UDim2.new(0.3, 0, 0, 0) | |
81 | FFOn.TextScaled = true | |
82 | FFOn.Visible = false | |
83 | ||
84 | local FFOff = Instance.new("TextButton") | |
85 | FFOff.Parent = Frame1 | |
86 | FFOff.Size = UDim2.new(0, 100, 0, 100) | |
87 | FFOff.Style = 'RobloxRoundDefaultButton' | |
88 | FFOff.FontSize = 'Size32' | |
89 | FFOff.Text = 'ForceField: Off' | |
90 | FFOff.Font = 'ArialBold' | |
91 | FFOff.TextColor3 = Color3.new(255,255,255) | |
92 | FFOff.TextStrokeColor3 = Color3.new(0,0,0) | |
93 | FFOff.TextStrokeTransparency = 0 | |
94 | FFOff.TextWrapped = true | |
95 | FFOff.Position = UDim2.new(0.3, 0, 0, 0) | |
96 | FFOff.TextScaled = true | |
97 | FFOff.Visible = true | |
98 | ||
99 | ||
100 | local JumpPower = Instance.new("TextButton") | |
101 | JumpPower.Parent = Frame1 | |
102 | JumpPower.Size = UDim2.new(0, 100, 0, 100) | |
103 | JumpPower.Style = 'RobloxRoundDefaultButton' | |
104 | JumpPower.FontSize = 'Size32' | |
105 | JumpPower.Text = 'Jump Power' | |
106 | JumpPower.Font = 'ArialBold' | |
107 | JumpPower.TextColor3 = Color3.new(255,255,255) | |
108 | JumpPower.TextStrokeColor3 = Color3.new(0,0,0) | |
109 | JumpPower.TextStrokeTransparency = 0 | |
110 | JumpPower.TextWrapped = true | |
111 | JumpPower.Position = UDim2.new(0, 0, 0.4, 0) | |
112 | JumpPower.TextScaled = true | |
113 | JumpPower.Visible = false | |
114 | ||
115 | local JumpNormal = Instance.new("TextButton") | |
116 | JumpNormal.Parent = Frame1 | |
117 | JumpNormal.Size = UDim2.new(0, 100, 0, 100) | |
118 | JumpNormal.Style = 'RobloxRoundDefaultButton' | |
119 | JumpNormal.FontSize = 'Size32' | |
120 | JumpNormal.Text = 'Jump Normal' | |
121 | JumpNormal.Font = 'ArialBold' | |
122 | JumpNormal.TextColor3 = Color3.new(255,255,255) | |
123 | JumpNormal.TextStrokeColor3 = Color3.new(0,0,0) | |
124 | JumpNormal.TextStrokeTransparency = 0 | |
125 | JumpNormal.TextWrapped = true | |
126 | JumpNormal.Position = UDim2.new(0, 0, 0.4, 0) | |
127 | JumpNormal.TextScaled = true | |
128 | ||
129 | ||
130 | local Open = Instance.new("TextButton") | |
131 | Open.Parent = Loaded | |
132 | Open.Size = UDim2.new(1, 0, 1, 0) | |
133 | Open.BackgroundTransparency = 1 | |
134 | Open.Text = ' ' | |
135 | Open.TextWrapped = true | |
136 | ||
137 | local Close = Instance.new("TextButton") | |
138 | Close.Parent = Loaded | |
139 | Close.Visible = false | |
140 | Close.Size = UDim2.new(1, 0, 1, 0) | |
141 | Close.BackgroundTransparency = 1 | |
142 | Close.Text = ' ' | |
143 | Close.TextWrapped = true | |
144 | ||
145 | ||
146 | ||
147 | ||
148 | function onButtonClicked() | |
149 | Frame1:TweenPosition(UDim2.new(0.2,44,0.4,0),'Out','Quad',0.50) | |
150 | Open.Visible = false | |
151 | Close.Visible = true | |
152 | end | |
153 | Open.MouseButton1Down:connect(onButtonClicked) | |
154 | ||
155 | ||
156 | function onButtonClicked() | |
157 | Frame1:TweenPosition(UDim2.new(-1,44,0.4,0),'Out','Quad',0.50) | |
158 | Open.Visible = true | |
159 | Close.Visible = false | |
160 | end | |
161 | Close.MouseButton1Down:connect(onButtonClicked) | |
162 | ||
163 | function onButtonClicked() | |
164 | JumpPower.Visible = false | |
165 | JumpNormal.Visible = true | |
166 | game.Workspace[i].Humanoid.JumpPower = 120 | |
167 | end | |
168 | JumpPower.MouseButton1Down:connect(onButtonClicked) | |
169 | ||
170 | function onButtonClicked() | |
171 | game.Workspace[i].Humanoid.JumpPower = 50 | |
172 | JumpPower.Visible = true | |
173 | JumpNormal.Visible = false | |
174 | end | |
175 | JumpNormal.MouseButton1Down:connect(onButtonClicked) | |
176 | ||
177 | function onButtonClicked() | |
178 | game.Workspace[i].Humanoid.WalkSpeed = 40 | |
179 | SpeedHack.Visible = false | |
180 | SpeedNormal.Visible = true | |
181 | end | |
182 | SpeedHack.MouseButton1Down:connect(onButtonClicked) | |
183 | ||
184 | function onButtonClicked() | |
185 | game.Workspace[i].Humanoid.WalkSpeed = 16 | |
186 | SpeedHack.Visible = true | |
187 | SpeedNormal.Visible = false | |
188 | end | |
189 | SpeedNormal.MouseButton1Down:connect(onButtonClicked) | |
190 | ||
191 | ||
192 | function onButtonClicked() | |
193 | local p = Instance.new("ForceField") | |
194 | p.Parent = game.Players[i].Character | |
195 | FFOn.Visible = true | |
196 | FFOff.Visible = false | |
197 | end | |
198 | FFOff.MouseButton1Down:connect(onButtonClicked) | |
199 | ||
200 | function onButtonClicked() | |
201 | game.Players[i].Character.ForceField:Destroy() | |
202 | FFOn.Visible = false | |
203 | FFOff.Visible = true | |
204 | end | |
205 | FFOn.MouseButton1Down:connect(onButtonClicked) |