Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local LimitedSimulatoz = Instance.new("ScreenGui")
- local CRETS = Instance.new("Frame")
- local CREDS = Instance.new("TextLabel")
- local NOON = Instance.new("TextButton")
- local AUTOFARM = Instance.new("TextButton")
- local trashGUI = Instance.new("Frame")
- local ITEM = Instance.new("TextBox")
- local VALUE = Instance.new("TextButton")
- local ITEMVAL = Instance.new("TextBox")
- local X = Instance.new("TextButton")
- -- Properties
- LimitedSimulatoz.Name = "LimitedSimulatoz"
- LimitedSimulatoz.Parent = game.Players.LocalPlayer.PlayerGui
- CRETS.Name = "CRETS"
- CRETS.Parent = LimitedSimulatoz
- CRETS.BackgroundColor3 = Color3.new(1, 1, 1)
- CRETS.Position = UDim2.new(0.296495944, 0, 0.214285716, 0)
- CRETS.Size = UDim2.new(0, 259, 0, 202)
- CRETS.Visible = true
- CREDS.Name = "CREDS"
- CREDS.Parent = CRETS
- CREDS.BackgroundColor3 = Color3.new(1, 1, 1)
- CREDS.Size = UDim2.new(0, 259, 0, 151)
- CREDS.Font = Enum.Font.SourceSans
- CREDS.Text = "GUI : hitherenoob3637 - v3rmillion Script For VALUE CHANGING : Sajad999999 - V3rmillion"
- CREDS.TextColor3 = Color3.new(0, 0, 0)
- CREDS.TextScaled = true
- CREDS.TextSize = 14
- CREDS.TextWrapped = true
- NOON.Name = "NOON"
- NOON.Parent = CRETS
- NOON.BackgroundColor3 = Color3.new(1, 1, 1)
- NOON.Position = UDim2.new(0.115830116, 0, 0.787128687, 0)
- NOON.Size = UDim2.new(0, 200, 0, 37)
- NOON.Font = Enum.Font.SourceSans
- NOON.Text = "TAKE ME TO THE DAMN GUI ALREADY!"
- NOON.TextColor3 = Color3.new(0, 0, 0)
- NOON.TextScaled = true
- NOON.TextSize = 14
- NOON.TextWrapped = true
- NOON.MouseButton1Down:connect(function()
- CRETS.Visible = false
- trashGUI.Visible = true
- end)
- trashGUI.Name = "trashGUI"
- trashGUI.Parent = LimitedSimulatoz
- trashGUI.BackgroundColor3 = Color3.new(1, 1, 1)
- trashGUI.Position = UDim2.new(0.324797839, 0, 0.156015038, 0)
- trashGUI.Size = UDim2.new(0, 284, 0, 235)
- trashGUI.Visible = false
- trashGUI.Style = Enum.FrameStyle.RobloxRound
- trashGUI.Active = true
- trashGUI.Draggable = true
- ITEM.Name = "ITEM"
- ITEM.Parent = trashGUI
- ITEM.BackgroundColor3 = Color3.new(1, 1, 1)
- ITEM.Position = UDim2.new(0.119718313, 0, 0.140425533, 0)
- ITEM.Size = UDim2.new(0, 200, 0, 50)
- ITEM.Font = Enum.Font.SourceSans
- ITEM.Text = "Item here..."
- ITEM.TextColor3 = Color3.new(0, 0, 0)
- ITEM.TextSize = 14
- VALUE.Name = "VALUE"
- VALUE.Parent = trashGUI
- VALUE.BackgroundColor3 = Color3.new(1, 1, 1)
- VALUE.Position = UDim2.new(0.119718313, 0, 0.693616986, 0)
- VALUE.Size = UDim2.new(0, 200, 0, 50)
- VALUE.Style = Enum.ButtonStyle.RobloxRoundButton
- VALUE.Font = Enum.Font.SourceSans
- VALUE.TextColor3 = Color3.new(0, 0, 0)
- VALUE.TextSize = 14
- VALUE.Text = "Change Value!"
- VALUE.MouseButton1Down:connect(function()
- p = game.ReplicatedStorage.Limitteds[game.Players.LocalPlayer.PlayerGui.LimitedSimulatoz.trashGUI.ITEM.Text].Privates:GetChildren()
- for i = 1,#p do
- p[i].Price.Value = game.Players.LocalPlayer.PlayerGui.LimitedSimulatoz.trashGUI.ITEMVAL.Text
- end
- print("WORKING LIKE HELL!")
- end)
- ITEMVAL.Name = "ITEMVAL"
- ITEMVAL.Parent = trashGUI
- ITEMVAL.BackgroundColor3 = Color3.new(1, 1, 1)
- ITEMVAL.Position = UDim2.new(0.119718313, 0, 0.408510625, 0)
- ITEMVAL.Size = UDim2.new(0, 200, 0, 50)
- ITEMVAL.Font = Enum.Font.SourceSans
- ITEMVAL.Text = "Change item value too..."
- ITEMVAL.TextColor3 = Color3.new(0, 0, 0)
- ITEMVAL.TextSize = 14
- X.Name = "X"
- X.Parent = trashGUI
- X.BackgroundColor3 = Color3.new(1, 1, 1)
- X.BackgroundTransparency = 1
- X.Position = UDim2.new(0.799295783, 0, -0.195744693, 0)
- X.Size = UDim2.new(0, 47, 0, 50)
- X.Font = Enum.Font.SourceSans
- X.Text = "X"
- X.TextColor3 = Color3.new(0, 0, 0)
- X.TextScaled = true
- X.TextSize = 14
- X.TextWrapped = true
- X.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.PlayerGui.LimitedSimulatoz:remove()
- end)
- AUTOFARM.Name = "AUTOFARM"
- AUTOFARM.Parent = trashGUI
- AUTOFARM.BackgroundColor3 = Color3.new(1, 1, 1)
- AUTOFARM.Position = UDim2.new(0.943661988, 0, 0.378723413, 0)
- AUTOFARM.Size = UDim2.new(0, 200, 0, 44)
- AUTOFARM.Style = Enum.ButtonStyle.RobloxRoundButton
- AUTOFARM.Font = Enum.Font.SourceSans
- AUTOFARM.Text = "Auto Farm"
- AUTOFARM.TextColor3 = Color3.new(0, 0, 0)
- AUTOFARM.TextSize = 14
- AUTOFARM.MouseButton1Down:connect(function()
- local send = game.ReplicatedStorage:WaitForChild('Items')
- game.ReplicatedStorage.Limitteds.ChildAdded:connect(function(c)
- if c:IsA('Folder') then
- local id = c:WaitForChild('AssetID')
- local price = c:WaitForChild('Price')
- if id and price then
- local result
- local succ, err = pcall(function()
- result = send:InvokeServer(price.Value, id.Value, c.Name, "ash1337")
- end)
- if succ then
- if result then
- warn('Failed to buy: ' .. c.Name)
- else
- warn('Successfully bought: ' .. c.Name)
- end
- else
- warn('Ran into an error when trying to buy ' .. c.Name .. ': ' .. err)
- end
- end
- end
- end)
- warn('Auto-buy loaded!')
- print("EZO SHARED A GUI AND I FOUND THE SCRIPT WITHIN THE GUI SCRIPT SO CREDITS TO EZO!")
- end)
- print("Working script!")
Add Comment
Please, Sign In to add comment