· last year · Apr 16, 2024, 12:05 AM
1local player = game.Players.LocalPlayer
2if player:IsInGroup(8473012) then
3 local VincesSellerGUI = Instance.new("ScreenGui")
4 local Frame = Instance.new("Frame")
5 local UIStroke = Instance.new("UIStroke")
6 local UIStroke_2 = Instance.new("UIStroke")
7 local UIStroke_3 = Instance.new("UIStroke")
8 local UIStroke_4 = Instance.new("UIStroke")
9 local UIStroke_5= Instance.new("UIStroke")
10 local SideFrame = Instance.new("Frame")
11 local Home = Instance.new("TextButton")
12 local UICorner = Instance.new("UICorner")
13 local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
14 local Main = Instance.new("TextButton")
15 local UICorner_2 = Instance.new("UICorner")
16 local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
17 local Misc = Instance.new("TextButton")
18 local UICorner_3 = Instance.new("UICorner")
19 local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
20 local Credits = Instance.new("TextButton")
21 local UICorner_4 = Instance.new("UICorner")
22 local UITextSizeConstraint_4 = Instance.new("UITextSizeConstraint")
23 local UIGradient = Instance.new("UIGradient")
24 local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
25 local TopFrame = Instance.new("Frame")
26 local TextLabel = Instance.new("TextLabel")
27 local UITextSizeConstraint_5 = Instance.new("UITextSizeConstraint")
28 local UIGradient_2 = Instance.new("UIGradient")
29 local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
30 local X = Instance.new("TextButton")
31 local UICorner_5 = Instance.new("UICorner")
32 local UITextSizeConstraint_6 = Instance.new("UITextSizeConstraint")
33 local ImageLabel = Instance.new("ImageLabel")
34 local UIGradient_3 = Instance.new("UIGradient")
35 local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
36 local ButtonFrames = Instance.new("Folder")
37 local Main_2 = Instance.new("ScrollingFrame")
38 local UICorner_6 = Instance.new("UICorner")
39 local Main_3 = Instance.new("Frame")
40 local UICorner_7 = Instance.new("UICorner")
41 local Template = Instance.new("Frame")
42 local UICorner_8 = Instance.new("UICorner")
43 local Frame_2 = Instance.new("Frame")
44 local UIGradient_4 = Instance.new("UIGradient")
45 local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
46 local UserName = Instance.new("TextLabel")
47 local UITextSizeConstraint_7 = Instance.new("UITextSizeConstraint")
48 local CurrentCash = Instance.new("TextLabel")
49 local UITextSizeConstraint_8 = Instance.new("UITextSizeConstraint")
50 local WillHaveCash = Instance.new("TextLabel")
51 local UITextSizeConstraint_9 = Instance.new("UITextSizeConstraint")
52 local ToGive = Instance.new("TextBox")
53 local UITextSizeConstraint_10 = Instance.new("UITextSizeConstraint")
54 local GoTo = Instance.new("TextButton")
55 local UITextSizeConstraint_11 = Instance.new("UITextSizeConstraint")
56 local PlayerProfile = Instance.new("ImageLabel")
57 local UICorner_9 = Instance.new("UICorner")
58 local Check = Instance.new("ImageButton")
59 local X_2 = Instance.new("ImageButton")
60 local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
61 local UIListLayout = Instance.new("UIListLayout")
62 local Credits_2 = Instance.new("Frame")
63 local TextLabel_2 = Instance.new("TextLabel")
64 local UITextSizeConstraint_12 = Instance.new("UITextSizeConstraint")
65 local UIAspectRatioConstraint_6 = Instance.new("UIAspectRatioConstraint")
66 local TextLabel_3 = Instance.new("TextLabel")
67 local UITextSizeConstraint_13 = Instance.new("UITextSizeConstraint")
68 local UIAspectRatioConstraint_7 = Instance.new("UIAspectRatioConstraint")
69 local UIAspectRatioConstraint_8 = Instance.new("UIAspectRatioConstraint")
70 local Misc_2 = Instance.new("Frame")
71 local Club = Instance.new("TextButton")
72 local UICorner_10 = Instance.new("UICorner")
73 local UITextSizeConstraint_14 = Instance.new("UITextSizeConstraint")
74 local Bank = Instance.new("TextButton")
75 local UICorner_11 = Instance.new("UICorner")
76 local UITextSizeConstraint_15 = Instance.new("UITextSizeConstraint")
77 local UIAspectRatioConstraint_9 = Instance.new("UIAspectRatioConstraint")
78 local Home_2 = Instance.new("Frame")
79 local UIAspectRatioConstraint_10 = Instance.new("UIAspectRatioConstraint")
80 local PlayerProfile_2 = Instance.new("ImageLabel")
81 local UICorner_12 = Instance.new("UICorner")
82 local Welcome = Instance.new("TextLabel")
83 local UITextSizeConstraint_16 = Instance.new("UITextSizeConstraint")
84 local UIS = game:GetService("UserInputService")
85
86 --Properties:
87
88 VincesSellerGUI.Name = "Vinces Seller GUI"
89 VincesSellerGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
90 VincesSellerGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
91
92 Frame.Parent = VincesSellerGUI
93 Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
94 Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
95 Frame.BorderSizePixel = 0
96 Frame.Position = UDim2.new(0.224430561, 0, 0.262632847, 0)
97 Frame.Size = UDim2.new(0.332, 0, 0.402, 0)
98
99 UIStroke.Thickness = 2
100 UIStroke.Parent = Frame
101 UIStroke.Color = Color3.new(1, 1, 1)
102
103 SideFrame.Name = "Side Frame"
104 SideFrame.Parent = Frame
105 SideFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
106 SideFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
107 SideFrame.BorderSizePixel = 0
108 SideFrame.Position = UDim2.new(-0.000787528697, 0, 0.147460997, 0)
109 SideFrame.Size = UDim2.new(0.313465744, 0, 0.847328067, 0)
110
111 Home.Name = "Home"
112 Home.Parent = SideFrame
113 Home.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
114 Home.BorderColor3 = Color3.fromRGB(0, 0, 0)
115 Home.BorderSizePixel = 0
116 Home.Position = UDim2.new(0.0707717687, 0, 0.035288427, 0)
117 Home.Size = UDim2.new(0.859154999, 0, 0.121621631, 0)
118 Home.Font = Enum.Font.Roboto
119 Home.RichText = true
120 Home.Text = "<b> Home </b>"
121 Home.TextColor3 = Color3.fromRGB(255, 255, 255)
122 Home.TextScaled = true
123 Home.TextSize = 32.000
124 Home.TextWrapped = true
125
126 UIStroke_2.Thickness = 1
127 UIStroke_2.Parent = Home
128 UIStroke_2.Color = Color3.new(1, 1, 1)
129 UIStroke_2.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
130
131 UICorner.CornerRadius = UDim.new(0, 2)
132 UICorner.Parent = Home
133
134 UITextSizeConstraint.Parent = Home
135 UITextSizeConstraint.MaxTextSize = 32
136
137 Main.Name = "Main"
138 Main.Parent = SideFrame
139 Main.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
140 Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
141 Main.BorderSizePixel = 0
142 Main.Position = UDim2.new(0.0707717687, 0, 0.187028036, 0)
143 Main.Size = UDim2.new(0.859154999, 0, 0.121621631, 0)
144 Main.Font = Enum.Font.Roboto
145 Main.RichText = true
146 Main.Text = "<b> Main </b>"
147 Main.TextColor3 = Color3.fromRGB(255, 255, 255)
148 Main.TextScaled = true
149 Main.TextSize = 32.000
150 Main.TextWrapped = true
151
152 UIStroke_3.Thickness = 1
153 UIStroke_3.Parent = Main
154 UIStroke_3.Color = Color3.new(1, 1, 1)
155 UIStroke_3.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
156
157 UICorner_2.CornerRadius = UDim.new(0, 2)
158 UICorner_2.Parent = Main
159
160 UITextSizeConstraint_2.Parent = Main
161 UITextSizeConstraint_2.MaxTextSize = 32
162
163 Misc.Name = "Misc"
164 Misc.Parent = SideFrame
165 Misc.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
166 Misc.BorderColor3 = Color3.fromRGB(0, 0, 0)
167 Misc.BorderSizePixel = 0
168 Misc.Position = UDim2.new(0.0707717687, 0, 0.335238963, 0)
169 Misc.Size = UDim2.new(0.859154999, 0, 0.121621631, 0)
170 Misc.Font = Enum.Font.Roboto
171 Misc.RichText = true
172 Misc.Text = "<b> Misc </b>"
173 Misc.TextColor3 = Color3.fromRGB(255, 255, 255)
174 Misc.TextScaled = true
175 Misc.TextSize = 32.000
176 Misc.TextWrapped = true
177
178 UIStroke_4.Thickness = 1
179 UIStroke_4.Parent = Misc
180 UIStroke_4.Color = Color3.new(1, 1, 1)
181 UIStroke_4.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
182
183 UICorner_3.CornerRadius = UDim.new(0, 2)
184 UICorner_3.Parent = Misc
185
186 UITextSizeConstraint_3.Parent = Misc
187 UITextSizeConstraint_3.MaxTextSize = 32
188
189 Credits.Name = "Credits"
190 Credits.Parent = SideFrame
191 Credits.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
192 Credits.BorderColor3 = Color3.fromRGB(0, 0, 0)
193 Credits.BorderSizePixel = 0
194 Credits.Position = UDim2.new(0.0707717687, 0, 0.483449817, 0)
195 Credits.Size = UDim2.new(0.859154999, 0, 0.121621631, 0)
196 Credits.Font = Enum.Font.Roboto
197 Credits.RichText = true
198 Credits.Text = "<b> Credits </b>"
199 Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
200 Credits.TextScaled = true
201 Credits.TextSize = 32.000
202 Credits.TextWrapped = true
203
204 UIStroke_5.Thickness = 1
205 UIStroke_5.Parent = Credits
206 UIStroke_5.Color = Color3.new(1, 1, 1)
207 UIStroke_5.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
208
209 UICorner_4.CornerRadius = UDim.new(0, 2)
210 UICorner_4.Parent = Credits
211
212 UITextSizeConstraint_4.Parent = Credits
213 UITextSizeConstraint_4.MaxTextSize = 32
214
215 UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(29, 29, 29)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(13, 13, 13))}
216 UIGradient.Rotation = 90
217 UIGradient.Parent = SideFrame
218
219 UIAspectRatioConstraint.Parent = SideFrame
220 UIAspectRatioConstraint.AspectRatio = 0.640
221
222 TopFrame.Name = "Top Frame"
223 TopFrame.Parent = Frame
224 TopFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
225 TopFrame.BackgroundTransparency = 0.400
226 TopFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
227 TopFrame.BorderSizePixel = 0
228 TopFrame.Position = UDim2.new(0, 0, -0.000725899008, 0)
229 TopFrame.Size = UDim2.new(0.995585084, 0, 0.145038173, 0)
230 local Mouse = player:GetMouse()
231
232 local Hovered = false
233 local Holding = false
234 local MoveCon = nil
235
236 local InitialX, InitialY, UIInitialPos
237
238 local function Drag()
239 if Holding == false then MoveCon:Disconnect(); return end
240 local distanceMovedX = InitialX - Mouse.X
241 local distanceMovedY = InitialY - Mouse.Y
242
243 Frame.Position = UIInitialPos - UDim2.new(0, distanceMovedX, 0, distanceMovedY)
244 end
245
246 TopFrame.MouseEnter:Connect(function()
247 Hovered = true
248 end)
249
250 TopFrame.MouseLeave:Connect(function()
251 Hovered = false
252 end)
253
254 UIS.InputBegan:Connect(function(input)
255 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
256 Holding = Hovered
257 if Holding then
258 InitialX, InitialY = Mouse.X, Mouse.Y
259 UIInitialPos = Frame.Position
260
261 MoveCon = Mouse.Move:Connect(Drag)
262 end
263 end
264 end)
265
266 TopFrame.InputEnded:Connect(function(input)
267 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
268 Holding = false
269 end
270 end)
271
272
273 TextLabel.Parent = TopFrame
274 TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
275 TextLabel.BackgroundTransparency = 1.000
276 TextLabel.BorderColor3 = Color3.fromRGB(255, 255, 255)
277 TextLabel.BorderSizePixel = 0
278 TextLabel.Position = UDim2.new(0.107, 0, -0.026, 0)
279 TextLabel.Size = UDim2.new(0.465631932, 0, 1, 0)
280 TextLabel.Font = Enum.Font.Roboto
281 TextLabel.RichText = true
282 TextLabel.Text = "<b> Vinces Seller GUI </b>"
283 TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
284 TextLabel.TextScaled = true
285 TextLabel.TextSize = 27.000
286 TextLabel.TextWrapped = true
287
288 UITextSizeConstraint_5.Parent = TextLabel
289 UITextSizeConstraint_5.MaxTextSize = 27
290
291 UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(38, 38, 38)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(21, 21, 21))}
292 UIGradient_2.Rotation = 90
293 UIGradient_2.Parent = TopFrame
294
295 UIAspectRatioConstraint_2.Parent = TopFrame
296 UIAspectRatioConstraint_2.AspectRatio = 11.868
297
298 X.Name = "X"
299 X.Parent = TopFrame
300 X.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
301 X.BorderColor3 = Color3.fromRGB(0, 0, 0)
302 X.BorderSizePixel = 0
303 X.Position = UDim2.new(0.939817429, 0, 0.134398207, 0)
304 X.Size = UDim2.new(0.0588453338, 0, 0.681391835, 0)
305 X.Font = Enum.Font.Unknown
306 X.Text = "X"
307 X.TextColor3 = Color3.fromRGB(255, 255, 255)
308 X.TextScaled = true
309 X.TextSize = 32.000
310 X.TextWrapped = true
311
312 UICorner_5.CornerRadius = UDim.new(0, 2)
313 UICorner_5.Parent = X
314
315 UITextSizeConstraint_6.Parent = X
316 UITextSizeConstraint_6.MaxTextSize = 32
317
318 ImageLabel.Parent = TopFrame
319 ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
320 ImageLabel.BackgroundTransparency = 1.000
321 ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
322 ImageLabel.BorderSizePixel = 0
323 ImageLabel.Position = UDim2.new(0, 0, 0.051, 0)
324 ImageLabel.Size = UDim2.new(0.108,0,1,0)
325 ImageLabel.Image = "rbxassetid://17121001877"
326 ImageLabel.ScaleType = Enum.ScaleType.Fit
327
328 UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(38, 38, 38)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(21, 21, 21))}
329 UIGradient_3.Rotation = 90
330 UIGradient_3.Parent = Frame
331
332 UIAspectRatioConstraint_3.Parent = Frame
333 UIAspectRatioConstraint_3.AspectRatio = 1.729
334
335 ButtonFrames.Name = "Button Frames"
336 ButtonFrames.Parent = Frame
337
338 Main_2.Name = "Main"
339 Main_2.Parent = ButtonFrames
340 Main_2.Active = true
341 Main_2.AnchorPoint = Vector2.new(0.5, 0.5)
342 Main_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
343 Main_2.BackgroundTransparency = 1.000
344 Main_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
345 Main_2.BorderSizePixel = 0
346 Main_2.Position = UDim2.new(0.654131651, 0, 0.586075544, 0)
347 Main_2.Size = UDim2.new(0.682906747, 0, 0.817427397, 0)
348 Main_2.Visible = false
349 Main_2.ZIndex = 2
350 Main_2.ScrollBarThickness = 5
351 Main_2.CanvasSize = UDim2.new(0,0,10,0)
352
353 UICorner_6.CornerRadius = UDim.new(0.109999999, 0)
354 UICorner_6.Parent = Main_2
355
356 Main_3.Name = "Main"
357 Main_3.Parent = Main_2
358 Main_3.AnchorPoint = Vector2.new(0.5, 0.5)
359 Main_3.BackgroundColor3 = Color3.fromRGB(76, 76, 76)
360 Main_3.BackgroundTransparency = 1.000
361 Main_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
362 Main_3.BorderSizePixel = 0
363 Main_3.Position = UDim2.new(0.455548912, 0, 20.5966454, 0)
364 Main_3.Size = UDim2.new(1, 0, 0.025, 0)
365 Main_3.Visible = false
366
367 UICorner_7.CornerRadius = UDim.new(0.109999999, 0)
368 UICorner_7.Parent = Main_3
369
370 Template.Name = "Template"
371 Template.Parent = Main_3
372 Template.AnchorPoint = Vector2.new(0.5, 0.5)
373 Template.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
374 Template.BackgroundTransparency = 1.000
375 Template.BorderColor3 = Color3.fromRGB(0, 0, 0)
376 Template.BorderSizePixel = 0
377 Template.LayoutOrder = -1
378 Template.Position = UDim2.new(0.5, 0, 0.5, 0)
379 Template.Size = UDim2.new(1, 0, 1, 0)
380 Template.Visible = true
381
382 UICorner_8.CornerRadius = UDim.new(1, 0)
383 UICorner_8.Parent = Template
384
385 Frame_2.Parent = Template
386 Frame_2.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
387 Frame_2.BackgroundTransparency = 0.400
388 Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
389 Frame_2.BorderSizePixel = 0
390 Frame_2.Size = UDim2.new(1, 0, 1, 0)
391
392 UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(38, 38, 38)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(21, 21, 21))}
393 UIGradient_4.Rotation = 90
394 UIGradient_4.Parent = Frame_2
395
396 UIAspectRatioConstraint_4.Parent = Frame_2
397 UIAspectRatioConstraint_4.AspectRatio = 4.787
398
399 UserName.Name = "UserName"
400 UserName.Parent = Frame_2
401 UserName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
402 UserName.BackgroundTransparency = 1.000
403 UserName.BorderColor3 = Color3.fromRGB(255, 255, 255)
404 UserName.BorderSizePixel = 0
405 UserName.Position = UDim2.new(0.298830003, 0, 0.0134076383, 0)
406 UserName.Size = UDim2.new(0.465631902, 0, 0.21877186, 0)
407 UserName.Font = Enum.Font.Unknown
408 UserName.Text = "3e0rm"
409 UserName.TextColor3 = Color3.fromRGB(255, 255, 255)
410 UserName.TextScaled = true
411 UserName.TextSize = 27.000
412 UserName.TextWrapped = true
413
414 UITextSizeConstraint_7.Parent = UserName
415 UITextSizeConstraint_7.MaxTextSize = 27
416
417 CurrentCash.Name = "CurrentCash"
418 CurrentCash.Parent = Frame_2
419 CurrentCash.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
420 CurrentCash.BackgroundTransparency = 1.000
421 CurrentCash.BorderColor3 = Color3.fromRGB(255, 255, 255)
422 CurrentCash.BorderSizePixel = 0
423 CurrentCash.Position = UDim2.new(0.173090547, 0, 0.238507256, 0)
424 CurrentCash.Size = UDim2.new(0.328588873, 0, 0.21877186, 0)
425 CurrentCash.Font = Enum.Font.Unknown
426 CurrentCash.Text = "$1,234,567"
427 CurrentCash.TextColor3 = Color3.fromRGB(255, 255, 255)
428 CurrentCash.TextScaled = true
429 CurrentCash.TextSize = 27.000
430 CurrentCash.TextWrapped = true
431
432 UITextSizeConstraint_8.Parent = CurrentCash
433 UITextSizeConstraint_8.MaxTextSize = 27
434
435 WillHaveCash.Name = "WillHaveCash"
436 WillHaveCash.Parent = Frame_2
437 WillHaveCash.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
438 WillHaveCash.BackgroundTransparency = 1.000
439 WillHaveCash.BorderColor3 = Color3.fromRGB(255, 255, 255)
440 WillHaveCash.BorderSizePixel = 0
441 WillHaveCash.Position = UDim2.new(0.581897199, 0, 0.238507256, 0)
442 WillHaveCash.Size = UDim2.new(0.328999996, 0, 0.218999997, 0)
443 WillHaveCash.Font = Enum.Font.Unknown
444 WillHaveCash.Text = "$1,234,567"
445 WillHaveCash.TextColor3 = Color3.fromRGB(255, 255, 255)
446 WillHaveCash.TextScaled = true
447 WillHaveCash.TextSize = 27.000
448 WillHaveCash.TextWrapped = true
449
450 UITextSizeConstraint_9.Parent = WillHaveCash
451 UITextSizeConstraint_9.MaxTextSize = 27
452
453 ToGive.Name = "ToGive"
454 ToGive.Parent = Frame_2
455 ToGive.Active = false
456 ToGive.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
457 ToGive.BackgroundTransparency = 1.000
458 ToGive.BorderColor3 = Color3.fromRGB(255, 255, 255)
459 ToGive.BorderSizePixel = 0
460 ToGive.Position = UDim2.new(0.581897199, 0, 0.516571522, 0)
461 ToGive.Selectable = false
462 ToGive.Size = UDim2.new(0.328999996, 0, 0.218999997, 0)
463 ToGive.Font = Enum.Font.Unknown
464 ToGive.PlaceholderText = "Enter Amount ..."
465 ToGive.Text = ""
466 ToGive.TextColor3 = Color3.fromRGB(255, 255, 255)
467 ToGive.TextScaled = true
468 ToGive.TextSize = 27.000
469 ToGive.TextWrapped = true
470
471 UITextSizeConstraint_10.Parent = ToGive
472 UITextSizeConstraint_10.MaxTextSize = 27
473
474 GoTo.Name = "GoTo"
475 GoTo.Parent = Frame_2
476 GoTo.Active = false
477 GoTo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
478 GoTo.BackgroundTransparency = 1.000
479 GoTo.BorderColor3 = Color3.fromRGB(255, 255, 255)
480 GoTo.BorderSizePixel = 0
481 GoTo.Position = UDim2.new(0.173090547, 0, 0.516571522, 0)
482 GoTo.Selectable = false
483 GoTo.Size = UDim2.new(0.328588873, 0, 0.21877186, 0)
484 GoTo.Font = Enum.Font.Unknown
485 GoTo.Text = "TP"
486 GoTo.TextColor3 = Color3.fromRGB(255, 255, 255)
487 GoTo.TextScaled = true
488 GoTo.TextSize = 27.000
489 GoTo.TextWrapped = true
490
491 UITextSizeConstraint_11.Parent = GoTo
492 UITextSizeConstraint_11.MaxTextSize = 27
493
494 PlayerProfile.Name = "PlayerProfile"
495 PlayerProfile.Parent = Frame_2
496 PlayerProfile.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
497 PlayerProfile.BackgroundTransparency = 1.000
498 PlayerProfile.BorderColor3 = Color3.fromRGB(0, 0, 0)
499 PlayerProfile.BorderSizePixel = 0
500 PlayerProfile.Position = UDim2.new(-0.001, 0, 0.001, 0)
501 PlayerProfile.Size = UDim2.new(0.221,0,1,0)
502 PlayerProfile.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
503
504 UICorner_9.CornerRadius = UDim.new(1, 0)
505 UICorner_9.Parent = PlayerProfile
506
507 Check.Name = "Check"
508 Check.Parent = Template
509 Check.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
510 Check.BackgroundTransparency = 1.000
511 Check.BorderColor3 = Color3.fromRGB(0, 0, 0)
512 Check.BorderSizePixel = 0
513 Check.Position = UDim2.new(-0.000639532809, 0, -0.00222604885, 0)
514 Check.Size = UDim2.new(0, 41, 0, 31)
515 Check.Visible = false
516 Check.Image = "rbxassetid://17121011772"
517 Check.ScaleType = Enum.ScaleType.Fit
518
519 X_2.Name = "X"
520 X_2.Parent = Template
521 X_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
522 X_2.BackgroundTransparency = 1.000
523 X_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
524 X_2.BorderSizePixel = 0
525 X_2.Position = UDim2.new(0.89, 0, 0.006, 0)
526 X_2.Size = UDim2.new(0, 31, 0, 27)
527 X_2.Image = "rbxassetid://17121071167"
528 X_2.ScaleType = Enum.ScaleType.Fit
529
530 UIAspectRatioConstraint_5.Parent = Main_2
531 UIAspectRatioConstraint_5.AspectRatio = 1.444
532
533 UIListLayout.Parent = Main_2
534 UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
535 UIListLayout.Padding = UDim.new(0.002,0)
536
537 Credits_2.Name = "Credits"
538 Credits_2.Parent = ButtonFrames
539 Credits_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
540 Credits_2.BackgroundTransparency = 1.000
541 Credits_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
542 Credits_2.BorderSizePixel = 0
543 Credits_2.Position = UDim2.new(0.312678248, 0, 0.144312263, 0)
544 Credits_2.Size = UDim2.new(0.682119191, 0, 0.847328246, 0)
545 Credits_2.Visible = false
546
547 TextLabel_2.Parent = Credits_2
548 TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
549 TextLabel_2.BackgroundTransparency = 1.000
550 TextLabel_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
551 TextLabel_2.BorderSizePixel = 0
552 TextLabel_2.Size = UDim2.new(1.00762701, 0, 0.190744132, 0)
553 TextLabel_2.Font = Enum.Font.Roboto
554 TextLabel_2.RichText = true
555 TextLabel_2.Text = "<b> CREDITS </b>"
556 TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
557 TextLabel_2.TextScaled = true
558 TextLabel_2.TextSize = 27.000
559 TextLabel_2.TextWrapped = true
560
561 UITextSizeConstraint_12.Parent = TextLabel_2
562 UITextSizeConstraint_12.MaxTextSize = 27
563
564 UIAspectRatioConstraint_6.Parent = TextLabel_2
565 UIAspectRatioConstraint_6.AspectRatio = 7.353
566
567 TextLabel_3.Parent = Credits_2
568 TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
569 TextLabel_3.BackgroundTransparency = 1.000
570 TextLabel_3.BorderColor3 = Color3.fromRGB(255, 255, 255)
571 TextLabel_3.BorderSizePixel = 0
572 TextLabel_3.Position = UDim2.new(-0.00647209678, 0, 0.157657653, 0)
573 TextLabel_3.Size = UDim2.new(1.00439072, 0, 0.195248663, 0)
574 TextLabel_3.Font = Enum.Font.Roboto
575 TextLabel_3.RichText = true
576 TextLabel_3.Text = "<b> gg/vdhc & xvincex </b>"
577 TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
578 TextLabel_3.TextScaled = true
579 TextLabel_3.TextSize = 27.000
580 TextLabel_3.TextWrapped = true
581
582 UITextSizeConstraint_13.Parent = TextLabel_3
583 UITextSizeConstraint_13.MaxTextSize = 27
584
585 UIAspectRatioConstraint_7.Parent = TextLabel_3
586 UIAspectRatioConstraint_7.AspectRatio = 7.160
587
588 UIAspectRatioConstraint_8.Parent = Credits_2
589 UIAspectRatioConstraint_8.AspectRatio = 1.392
590
591 Misc_2.Name = "Misc"
592 Misc_2.Parent = ButtonFrames
593 Misc_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
594 Misc_2.BackgroundTransparency = 1.000
595 Misc_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
596 Misc_2.BorderSizePixel = 0
597 Misc_2.Position = UDim2.new(0.312678248, 0, 0.144312263, 0)
598 Misc_2.Size = UDim2.new(0.682119191, 0, 0.847328246, 0)
599 Misc_2.Visible = false
600
601 Club.Name = "Club"
602 Club.Parent = Misc_2
603 Club.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
604 Club.BorderColor3 = Color3.fromRGB(0, 0, 0)
605 Club.BorderSizePixel = 0
606 Club.Position = UDim2.new(0.0541604906, 0, 0.195051953, 0)
607 Club.Size = UDim2.new(0.859155059, 0, 0.146315604, 0)
608 Club.Font = Enum.Font.Unknown
609 Club.Text = "<b> Teleport To Club </b>"
610 Club.Font = Enum.Font.Roboto
611 Club.RichText = true
612 Club.TextColor3 = Color3.fromRGB(255, 255, 255)
613 Club.TextScaled = true
614 Club.TextSize = 32.000
615 Club.TextWrapped = true
616
617 UICorner_10.CornerRadius = UDim.new(0, 2)
618 UICorner_10.Parent = Club
619
620 UITextSizeConstraint_14.Parent = Club
621 UITextSizeConstraint_14.MaxTextSize = 32
622
623 Bank.Name = "Bank"
624 Bank.Parent = Misc_2
625 Bank.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
626 Bank.BorderColor3 = Color3.fromRGB(0, 0, 0)
627 Bank.BorderSizePixel = 0
628 Bank.Position = UDim2.new(0.0541604906, 0, 0.40867573, 0)
629 Bank.Size = UDim2.new(0.859155059, 0, 0.14631553, 0)
630 Bank.Font = Enum.Font.Unknown
631 Bank.Text = "<b> Teleport To Bank </b>"
632 Bank.RichText = true
633 Bank.Font = Enum.Font.Roboto
634 Bank.TextColor3 = Color3.fromRGB(255, 255, 255)
635 Bank.TextScaled = true
636 Bank.TextSize = 32.000
637 Bank.TextWrapped = true
638
639 UICorner_11.CornerRadius = UDim.new(0, 2)
640 UICorner_11.Parent = Bank
641
642 UITextSizeConstraint_15.Parent = Bank
643 UITextSizeConstraint_15.MaxTextSize = 32
644
645 UIAspectRatioConstraint_9.Parent = Misc_2
646 UIAspectRatioConstraint_9.AspectRatio = 1.392
647
648 Home_2.Name = "Home"
649 Home_2.Parent = ButtonFrames
650 Home_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
651 Home_2.BackgroundTransparency = 1.000
652 Home_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
653 Home_2.BorderSizePixel = 0
654 Home_2.Position = UDim2.new(0.312678248, 0, 0.144312263, 0)
655 Home_2.Size = UDim2.new(0.682119191, 0, 0.847328246, 0)
656
657 UIAspectRatioConstraint_10.Parent = Home_2
658 UIAspectRatioConstraint_10.AspectRatio = 1.392
659
660 PlayerProfile_2.Name = "PlayerProfile"
661 PlayerProfile_2.Parent = Home_2
662 PlayerProfile_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
663 PlayerProfile_2.BackgroundTransparency = 1.000
664 PlayerProfile_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
665 PlayerProfile_2.BorderSizePixel = 0
666 PlayerProfile_2.Position = UDim2.new(0.268, 0, 0, 0)
667 PlayerProfile_2.Size = UDim2.new(.46,0, .64, 0)
668 PlayerProfile_2.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
669
670 UICorner_12.CornerRadius = UDim.new(1, 0)
671 UICorner_12.Parent = PlayerProfile_2
672
673 Welcome.Name = "Welcome"
674 Welcome.Parent = Home_2
675 Welcome.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
676 Welcome.BackgroundTransparency = 1.000
677 Welcome.BorderColor3 = Color3.fromRGB(255, 255, 255)
678 Welcome.BorderSizePixel = 0
679 Welcome.Position = UDim2.new(0, 0, 0.572, 0)
680 Welcome.Size = UDim2.new(0.999, 0, 0.194, 0)
681 Welcome.Font = Enum.Font.Unknown
682 Welcome.Text = "<b> Welcome, User. </b>"
683 Welcome.RichText = true
684 Welcome.Font = Enum.Font.Roboto
685 Welcome.TextColor3 = Color3.fromRGB(255, 255, 255)
686 Welcome.TextScaled = true
687 Welcome.TextSize = 27.000
688 Welcome.TextWrapped = true
689
690 UITextSizeConstraint_16.Parent = Welcome
691 UITextSizeConstraint_16.MaxTextSize = 27
692
693 X.MouseButton1Click:Connect(function()
694 VincesSellerGUI:Destroy()
695 end)
696
697 Credits.MouseButton1Click:Connect(function()
698 Holding = false
699 Credits_2.Visible = true
700 Main_2.Visible = false
701 Misc_2.Visible = false
702 Home_2.Visible = false
703 end)
704
705 Main.MouseButton1Click:Connect(function()
706 Holding = false
707 Credits_2.Visible = false
708 Main_2.Visible = true
709 Misc_2.Visible = false
710 Home_2.Visible = false
711 end)
712
713 Misc.MouseButton1Click:Connect(function()
714 Holding = false
715 Credits_2.Visible = false
716 Main_2.Visible = false
717 Misc_2.Visible = true
718 Home_2.Visible = false
719 end)
720
721 Home.MouseButton1Click:Connect(function()
722 Holding = false
723 Credits_2.Visible = false
724 Main_2.Visible = false
725 Misc_2.Visible = false
726 Home_2.Visible = true
727 end)
728
729 --
730
731 Bank.MouseButton1Click:Connect(function()
732 Holding = false
733 player.Character:MoveTo(Vector3.new(-374, 22, -352))
734 end)
735
736 Club.MouseButton1Click:Connect(function()
737 Holding = false
738 player.Character:MoveTo(Vector3.new(-265,0.9,-429))
739 end)
740
741 --
742
743 local userId = player.UserId
744 local thumbType = Enum.ThumbnailType.HeadShot
745 local thumbSize = Enum.ThumbnailSize.Size420x420
746 local content, isReady = game:GetService("Players"):GetUserThumbnailAsync(userId, thumbType, thumbSize)
747 PlayerProfile_2.Image = content
748
749 Welcome.Text = "<b> Welcome, " .. player.Name .."! </b>"
750
751 --
752 local NotPlayerPlayers = {}
753
754 local function formatNumberWithCommas(number)
755 return tostring(number):reverse():gsub("(%d%d%d)", "%1,"):reverse():gsub("^,", "")
756 end
757
758 local function parseInput(input)
759 local number = input:lower()
760 if number:sub(-1) == "k" then
761 return tonumber(number:sub(1, -2)) * 1000
762 elseif number:sub(-1) == "m" then
763 return tonumber(number:sub(1, -2)) * 1000000
764 else
765 return tonumber(number)
766 end
767 end
768
769 local function updateVisibility(card, pplayer)
770 local currentCash = pplayer.DataFolder.Currency.Value
771 local willHaveCash = parseInput(card.Template.Frame.WillHaveCash.Text:gsub(",", "")) or 0
772
773 if currentCash >= willHaveCash then
774 card.Template.X.Visible = false
775 card.Template.Check.Visible = true
776 game:GetService("StarterGui"):SetCore("SendNotification", {
777 Title = "ORDER COMPLETE!";
778 Text = pplayer.Name .. "'s Order Has Been Complete!";
779 Duration = 5;
780 })
781
782 else
783 card.Template.X.Visible = true
784 card.Template.Check.Visible = false
785 end
786 end
787
788 local function tpToPlayer(otherPlayer)
789 if not player.Character or not player.Character.PrimaryPart then
790 warn("Local player's character or PrimaryPart is not available.")
791 return
792 end
793 if not otherPlayer.Character or not otherPlayer.Character.PrimaryPart then
794 warn("Other player's character or PrimaryPart is not available.")
795 return
796 end
797 player.Character:MoveTo(otherPlayer.Character.PrimaryPart.Position)
798 end
799
800 local function setupTeleportButton(button, otherPlayer)
801 button.MouseButton1Click:Connect(function()
802 tpToPlayer(otherPlayer)
803 end)
804 end
805
806 local function checkAndRestorePlayerCard(otherPlayer)
807 game:GetService("StarterGui"):SetCore("SendNotification", {
808 Title = "ORDER CREATED!";
809 Text = otherPlayer.Name .. "'s Order Has Been Created/Re-Created!";
810 Duration = 5;
811 })
812 local playerCard = NotPlayerPlayers[otherPlayer.Name]
813 if playerCard and playerCard.Parent and otherPlayer ~= player then
814 -- Player card exists, just update it
815 playerCard.Visible = true
816 playerCard.Template.Frame.UserName.Text = otherPlayer.Name
817 playerCard.Template.Frame.CurrentCash.Text = formatNumberWithCommas(otherPlayer.DataFolder.Currency.Value)
818 setupTeleportButton(playerCard.Template.Frame.GoTo, otherPlayer)
819 updateVisibility(playerCard, otherPlayer)
820 else
821 -- Player card does not exist, create a new one
822 local NewPlayerCard = Main_3:Clone()
823 NewPlayerCard.Parent = Main_2
824 NewPlayerCard.Template.Frame.UserName.Text = otherPlayer.Name
825 NewPlayerCard.Template.Frame.CurrentCash.Text = formatNumberWithCommas(otherPlayer:WaitForChild("DataFolder").Currency.Value)
826 NewPlayerCard.Visible = true
827
828 local userId = otherPlayer.UserId
829 local thumbType = Enum.ThumbnailType.HeadShot
830 local thumbSize = Enum.ThumbnailSize.Size420x420
831 local content, isReady = game:GetService("Players"):GetUserThumbnailAsync(userId, thumbType, thumbSize)
832 NewPlayerCard.Template.Frame.PlayerProfile.Image = content
833
834 setupTeleportButton(NewPlayerCard.Template.Frame.GoTo, otherPlayer)
835
836 -- Close button functionality
837 NewPlayerCard.Template.X.MouseButton1Click:Connect(function()
838 NotPlayerPlayers[otherPlayer.Name] = nil
839 NewPlayerCard:Destroy()
840 end)
841
842 -- Check button functionality
843 NewPlayerCard.Template.Check.MouseButton1Click:Connect(function()
844 NotPlayerPlayers[otherPlayer.Name] = nil
845 NewPlayerCard:Destroy()
846 end)
847
848 -- Connect Currency changes
849 otherPlayer.DataFolder.Currency.Changed:Connect(function()
850 NewPlayerCard.Template.Frame.CurrentCash.Text = formatNumberWithCommas(otherPlayer.DataFolder.Currency.Value)
851 updateVisibility(NewPlayerCard, otherPlayer)
852 end)
853
854 -- Handle currency input adjustments
855 NewPlayerCard.Template.Frame.ToGive.FocusLost:Connect(function(enterPressed)
856 if enterPressed then
857 local input = NewPlayerCard.Template.Frame.ToGive.Text
858 local parsedInput = parseInput(input)
859 if parsedInput then
860 local newTotal = otherPlayer.DataFolder.Currency.Value + parsedInput
861 NewPlayerCard.Template.Frame.WillHaveCash.Text = formatNumberWithCommas(newTotal)
862 updateVisibility(NewPlayerCard, otherPlayer)
863 end
864 end
865 end)
866
867 -- Store in table
868 NotPlayerPlayers[otherPlayer.Name] = NewPlayerCard
869 end
870 end
871
872 game.Players.PlayerAdded:Connect(checkAndRestorePlayerCard)
873
874 game.Players.PlayerRemoving:Connect(function(removedPlayer)
875 if NotPlayerPlayers[removedPlayer.Name] then
876 game:GetService("StarterGui"):SetCore("SendNotification", {
877 Title = "ORDER PAUSED!";
878 Text = removedPlayer.Name .. "'s Order Has Been Paused!";
879 Duration = 5;
880 })
881 NotPlayerPlayers[removedPlayer.Name]:Destroy()
882 NotPlayerPlayers[removedPlayer.Name] = nil
883 end
884 end)
885
886 for _, plar in pairs(game:GetService("Players"):GetChildren()) do
887 if plar ~= player then
888 checkAndRestorePlayerCard(plar)
889 end
890 end
891
892
893end