View difference between Paste ID: HCZr5a8s and m9PBzdXS
SHOW: | | - or go back to the newest paste.
1-
1+
2
--Variables
3
main = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
4
main.Name = ("1")
5
tab = Instance.new("Frame",main)
6
frame = Instance.new("Frame",tab)
7
blabel = Instance.new("TextLabel",tab)
8
close = Instance.new("TextButton",tab)
9
min = Instance.new("TextButton",tab)
10
btn1 = Instance.new("TextButton",frame)
11
btn2 = Instance.new("TextButton",frame)
12
btn3 = Instance.new("TextButton",frame)
13
btn4 = Instance.new("TextButton",frame)
14
btn5 = Instance.new("TextButton",frame)
15
btn6 = Instance.new("TextButton",frame)
16
btn7 = Instance.new("TextButton",frame)
17
btn8 = Instance.new("TextButton",frame)
18
btn9 = Instance.new("TextButton",frame)
19
 
20
--Appearance
21
 
22
tab.AnchorPoint = Vector2.new(0.5,0.5)
23
tab.Position = UDim2.new(0.5,0,0.5,0)
24
tab.Size = UDim2.new(0,400,0,25)
25
tab.BorderSizePixel = 0
26
tab.BackgroundColor3 = Color3.new(120/255, 120/255, 255/255)
27
tab.Draggable = true
28
tab.Active = true
29
 
30
frame.Position = UDim2.new(0,0,0,25)
31
frame.Size = UDim2.new(0,400,0,263)
32
frame.BorderSizePixel = 0
33
frame.BackgroundColor3 = Color3.new(120/255, 120/255, 255/255)
34
 
35
close.Position = UDim2.new(1,-20,0,0)
36
close.Size = UDim2.new(0,20,0,20)
37
close.BorderSizePixel = 0
38
close.BackgroundColor3 = Color3.new(120/255, 120/255, 255/255)
39
close.Text = ("X")
40
close.Font = ("Arial")
41
close.TextSize = 15
42
close.TextColor3 = Color3.new(26/255,26/255,26/255)
43
 
44
min.Position = UDim2.new(1,-40,0,0)
45
min.Size = UDim2.new(0,20,0,20)
46
min.BorderSizePixel = 0
47
min.BackgroundColor3 = Color3.new(120/255, 120/255, 255/255)
48
min.Text = ("_")
49
min.Font = ("Arial")
50
min.TextSize = 15
51
min.TextColor3 = Color3.new(26/255,26/255,26/255)
52
 
53
blabel.Position = UDim2.new(0,135,0,8)
54
blabel.BackgroundTransparency = 1
55
blabel.Text = ("Wild Revolvers Gui by RelentlessRaptor")
56
blabel.TextSize = 10
57
blabel.TextColor3 = Color3.new(0,0,0)
58
 
59
btn1.Position = UDim2.new(0,5,0,5)
60
btn1.Size = UDim2.new(0,126,0,80)
61
btn1.BorderSizePixel = 0
62
btn1.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
63
btn1.Text = ("Enable ESP")
64
btn1.Font = ("Arial")
65
btn1.TextScaled = true
66
btn1.TextColor3 = Color3.new(0,0,0)
67
 
68
btn2.Position = UDim2.new(0,136,0,5)
69
btn2.Size = UDim2.new(0,126,0,80)
70
btn2.BorderSizePixel = 0
71
btn2.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
72
btn2.Text = ("Aimbot (shoot torsos)")
73
btn2.Font = ("Arial")
74
btn2.TextScaled = true
75
btn2.TextColor3 = Color3.new(0,0,0)
76
 
77
btn3.Position = UDim2.new(0,267,0,5)
78
btn3.Size = UDim2.new(0,128,0,80)
79
btn3.BorderSizePixel = 0
80
btn3.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
81
btn3.Text = ("")
82
btn3.Font = ("Arial")
83
btn3.TextSize = 20
84
btn3.TextColor3 = Color3.new(0,0,0)
85
 
86
btn4.Position = UDim2.new(0,5,0,93)
87
btn4.Size = UDim2.new(0,126,0,80)
88
btn4.BorderSizePixel = 0
89
btn4.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
90
btn4.Text = ("")
91
btn4.Font = ("Arial")
92
btn4.TextSize = 20
93
btn4.TextColor3 = Color3.new(0,0,0)
94
 
95
btn5.Position = UDim2.new(0,136,0,93)
96
btn5.Size = UDim2.new(0,126,0,80)
97
btn5.BorderSizePixel = 0
98
btn5.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
99
btn5.Text = ("")
100
btn5.Font = ("Arial")
101
btn5.TextSize = 20
102
btn5.TextColor3 = Color3.new(0,0,0)
103
 
104
btn6.Position = UDim2.new(0,267,0,93)
105
btn6.Size = UDim2.new(0,128,0,80)
106
btn6.BorderSizePixel = 0
107
btn6.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
108
btn6.Text = ("")
109
btn6.Font = ("Arial")
110
btn6.TextSize = 20
111
btn6.TextColor3 = Color3.new(0,0,0)
112
 
113
btn7.Position = UDim2.new(0,5,0,178)
114
btn7.Size = UDim2.new(0,126,0,80)
115
btn7.BorderSizePixel = 0
116
btn7.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
117
btn7.Text = ("")
118
btn7.Font = ("Arial")
119
btn7.TextSize = 20
120
btn7.TextColor3 = Color3.new(0,0,0)
121
 
122
btn8.Position = UDim2.new(0,136,0,178)
123
btn8.Size = UDim2.new(0,126,0,80)
124
btn8.BorderSizePixel = 0
125
btn8.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
126
btn8.Text = ("")
127
btn8.Font = ("Arial")
128
btn8.TextSize = 20
129
btn8.TextColor3 = Color3.new(0,0,0)
130
 
131
btn9.Position = UDim2.new(0,267,0,178)
132
btn9.Size = UDim2.new(0,128,0,80)
133
btn9.BorderSizePixel = 0
134
btn9.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
135
btn9.Text = ("")
136
btn9.Font = ("Arial")
137
btn9.TextSize = 20
138
btn9.TextColor3 = Color3.new(0,0,0)
139
 
140
--Buttons / functions
141
 
142
close.MouseEnter:connect(function()
143
    close.BackgroundColor3 = Color3.new(1,0,0)
144
end)
145
close.MouseLeave:connect(function()
146
    close.BackgroundColor3 = Color3.new(120/255, 120/255, 255/255)
147
end)
148
close.MouseButton1Up:connect(function()
149
    main:Remove()
150
end)
151
 
152
minid = false
153
min.MouseButton1Up:connect(function()
154
    if minid == false then
155
        frame.Position = UDim2.new(2000,0,0,0)
156
        minid = true
157
    else
158
        frame.Position = UDim2.new(0,0,0,25)
159
        minid = false
160
    end
161
    
162
end)
163
 
164
 
165
btn1.MouseEnter:connect(function()
166
    btn1.TextColor3 = Color3.new(1,1,1)
167
    btn1.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
168
end)
169
btn1.MouseLeave:connect(function()
170
    btn1.TextColor3 = Color3.new(0,0,0)
171
    btn1.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)   
172
end)
173
enabled = false
174
btn1.MouseButton1Down:connect(function()
175
    if enabled == false then
176
        btn1.Text = ("Disable ESP")
177
        enabled = true
178
for i, v in pairs(game.Players:GetChildren()) do
179
    if v.Name ~= game.Players.LocalPlayer.Name then
180
       v.Character.Head.HeadTag.AlwaysOnTop = true
181
    end
182
end     
183
    else
184
        enabled = false
185
        btn1.Text = ("Enable ESP")
186
for i, v in pairs(game.Players:GetChildren()) do
187
    if v.Name ~= game.Players.LocalPlayer.Name then
188
       v.Character.Head.HeadTag.AlwaysOnTop = false
189
    end
190
end
191
    end
192
end)
193
 
194
btn2.MouseEnter:connect(function()
195
    btn2.TextColor3 = Color3.new(1,1,1)
196
    btn2.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
197
end)
198
btn2.MouseLeave:connect(function()
199
    btn2.TextColor3 = Color3.new(0,0,0)
200
    btn2.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)   
201
end)
202
btn2.MouseButton1Down:connect(function()
203
for i, v in pairs(game.Players:GetChildren()) do
204
    local lshirt = nil
205
    if v.Name ~= game.Players.LocalPlayer.Name then
206
 
207
        for i, c in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
208
            if c.ClassName == ("Shirt") then  
209
                lshirt = c
210
            end
211
        end
212
        for i, b in pairs(v.Character:GetChildren()) do
213
            if b.ClassName == ("Shirt") then
214
                if b.ShirtTemplate ~= lshirt.ShirtTemplate then
215
                    v.Character.UpperTorso.Position = game.Players.LocalPlayer.Character.UpperTorso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10))
216
                end
217
            end
218
        end
219
    end
220
end 
221
end)
222
 
223
btn3.MouseEnter:connect(function()
224
    btn3.TextColor3 = Color3.new(1,1,1)
225
    btn3.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
226
end)
227
btn3.MouseLeave:connect(function()
228
    btn3.TextColor3 = Color3.new(0,0,0)
229
    btn3.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)   
230
end)
231
btn3.MouseButton1Down:connect(function()
232
 
233
for i, v in pairs(game.Players:GetChildren()) do
234
    local lshirt = nil
235
    if v.Name ~= game.Players.LocalPlayer.Name then
236
 
237
        for i, c in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
238
            if c.ClassName == ("Shirt") then  
239
                lshirt = c
240
            end
241
        end
242
        for i, b in pairs(v.Character:GetChildren()) do
243
            if b.ClassName == ("Shirt") then
244
                if b.ShirtTemplate ~= lshirt.ShirtTemplate then
245
                    game.ReplicatedStorage.Events.GunFired:FireServer( { Start=game.Players.LocalPlayer.Character.Revolver.ShotOrigin, HitPart=v.Character.Head, HitPosition=v.Character.Head.Position } )
246
                end
247
            end
248
        end
249
    end
250
end 
251
 
252
end)
253
 
254
btn4.MouseEnter:connect(function()
255
    btn4.TextColor3 = Color3.new(1,1,1)
256
    btn4.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
257
end)
258
btn4.MouseLeave:connect(function()
259
    btn4.TextColor3 = Color3.new(0,0,0)
260
    btn4.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)   
261
end)
262
btn4.MouseButton1Down:connect(function()
263
    
264
end)
265
 
266
btn5.MouseEnter:connect(function()
267
    btn5.TextColor3 = Color3.new(1,1,1)
268
    btn5.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
269
end)
270
btn5.MouseLeave:connect(function()
271
    btn5.TextColor3 = Color3.new(0,0,0)
272
    btn5.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)   
273
end)
274
btn5.MouseButton1Down:connect(function()
275
    
276
end)
277
 
278
btn6.MouseEnter:connect(function()
279
    btn6.TextColor3 = Color3.new(1,1,1)
280
    btn6.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
281
end)
282
btn6.MouseLeave:connect(function()
283
    btn6.TextColor3 = Color3.new(0,0,0)
284
    btn6.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)   
285
end)
286
btn6.MouseButton1Down:connect(function()
287
    
288
end)
289
 
290
btn7.MouseEnter:connect(function()
291
    btn7.TextColor3 = Color3.new(1,1,1)
292
    btn7.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
293
end)
294
btn7.MouseLeave:connect(function()
295
    btn7.TextColor3 = Color3.new(0,0,0)
296
    btn7.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)   
297
end)
298
btn7.MouseButton1Down:connect(function()
299
    
300
end)
301
 
302
btn8.MouseEnter:connect(function()
303
    btn8.TextColor3 = Color3.new(1,1,1)
304
    btn8.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
305
end)
306
btn8.MouseLeave:connect(function()
307
    btn8.TextColor3 = Color3.new(0,0,0)
308
    btn8.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)   
309
end)
310
btn8.MouseButton1Down:connect(function()
311
    
312
end)
313
 
314
btn9.MouseEnter:connect(function()
315
    btn9.TextColor3 = Color3.new(1,1,1)
316
    btn9.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)
317
end)
318
btn9.MouseLeave:connect(function()
319
    btn9.TextColor3 = Color3.new(0,0,0)
320
    btn9.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)   
321
end)
322
btn9.MouseButton1Down:connect(function()