Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- made by jynz_l
- no credits anyways i always make these
- i credit other scripts because they made not me
- game : https://www.roblox.com/games/5827078246/New-Coins-Hero-Simulator
- ]]
- -- Instances:
- local Coin = Instance.new("ScreenGui")
- local frame = Instance.new("Frame")
- local Credits = Instance.new("TextLabel")
- local Autofarm = Instance.new("TextButton")
- local Vip = Instance.new("TextButton")
- local SpawnCoin = Instance.new("TextButton")
- local promoline = Instance.new("Frame")
- local GetPromo = Instance.new("TextButton")
- local SharePromo = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- --Properties:
- Coin.Name = "Coin"
- Coin.Parent = game.CoreGui
- Coin.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- frame.Name = "frame"
- frame.Parent = Coin
- frame.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
- frame.Position = UDim2.new(0, 535, 0, 255)
- frame.Size = UDim2.new(0, 217,0, 220)
- frame.Active = true
- frame.Draggable = true
- frame.Visible = false
- Credits.Name = "Credits"
- Credits.Parent = frame
- Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Credits.BackgroundTransparency = 1.000
- Credits.Position = UDim2.new(0, 0, 0, -24)
- Credits.Size = UDim2.new(1.00438595, 0, 0.113704063, 0)
- Credits.Font = Enum.Font.SourceSans
- Credits.Text = "All made by jynz_l"
- Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
- Credits.TextScaled = true
- Credits.TextSize = 14.000
- Credits.TextWrapped = true
- Autofarm.Name = "Autofarm"
- Autofarm.Parent = frame
- Autofarm.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
- Autofarm.Position = UDim2.new(0, 0, 0, 23)
- Autofarm.Size = UDim2.new(1.00438595, 0, 0.0900157169, 0)
- Autofarm.Font = Enum.Font.SourceSans
- Autofarm.Text = "Autofarm (SPAM)"
- Autofarm.TextColor3 = Color3.fromRGB(255, 255, 255)
- Autofarm.TextScaled = true
- Autofarm.TextSize = 14.000
- Autofarm.TextWrapped = true
- Autofarm.MouseButton1Down:connect(function()
- while wait() do
- game.ReplicatedStorage.CoinToPlayer:FireServer()
- end
- end)
- Vip.Name = "Vip"
- Vip.Parent = frame
- Vip.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
- Vip.Position = UDim2.new(0, 0, 0, 49)
- Vip.Size = UDim2.new(1.00438595, 0, 0.0852780491, 0)
- Vip.Font = Enum.Font.SourceSans
- Vip.Text = "VIP Teleport"
- Vip.TextColor3 = Color3.fromRGB(255, 255, 255)
- Vip.TextScaled = true
- Vip.TextSize = 14.000
- Vip.TextWrapped = true
- Vip.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23.0369587, 2.4017787, 96.7171249)
- end)
- SpawnCoin.Name = "SpawnCoin"
- SpawnCoin.Parent = frame
- SpawnCoin.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
- SpawnCoin.Position = UDim2.new(0, 0, 0, 75)
- SpawnCoin.Size = UDim2.new(1.00438595, 0, 0.0900157169, 0)
- SpawnCoin.Font = Enum.Font.SourceSans
- SpawnCoin.Text = "Spawn Coins"
- SpawnCoin.TextColor3 = Color3.fromRGB(255, 255, 255)
- SpawnCoin.TextScaled = true
- SpawnCoin.TextSize = 14.000
- SpawnCoin.TextWrapped = true
- SpawnCoin.MouseButton1Down:connect(function()
- while wait() do
- game.Players.LocalPlayer.PlayerScripts.Remotes.SpawnCoin:Fire(true)
- end
- end)
- promoline.Name = "promoline"
- promoline.Parent = frame
- promoline.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
- promoline.Position = UDim2.new(0, 0, 0, 112)
- promoline.Size = UDim2.new(1.00438595, 0, 0.061589703, 0)
- GetPromo.Name = "GetPromo"
- GetPromo.Parent = frame
- GetPromo.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
- GetPromo.Position = UDim2.new(0, 0, 0, 132)
- GetPromo.Size = UDim2.new(1.00438595, 0, 0.118441731, 0)
- GetPromo.Font = Enum.Font.SourceSans
- GetPromo.Text = "Get promocodes"
- GetPromo.TextColor3 = Color3.fromRGB(255, 255, 255)
- GetPromo.TextScaled = true
- GetPromo.TextSize = 14.000
- GetPromo.TextWrapped = true
- GetPromo.MouseButton1Down:connect(function()
- setclipboard("5kCash")
- wait(0.1)
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Copied",
- Text = "You may now redeem in Code.",
- Duration = 5,
- })
- wait(0.1)
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "How i found code without twitter",
- Text = "Dex Explorer.",
- Duration = 5,
- })
- end)
- SharePromo.Name = "SharePromo"
- SharePromo.Parent = frame
- SharePromo.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
- SharePromo.Position = UDim2.new(0, 0, 0, 173)
- SharePromo.Size = UDim2.new(1.00438595, 0, 0.118441731, 0)
- SharePromo.Font = Enum.Font.SourceSans
- SharePromo.Text = "Share promocodes"
- SharePromo.TextColor3 = Color3.fromRGB(255, 255, 255)
- SharePromo.TextScaled = true
- SharePromo.TextSize = 14.000
- SharePromo.TextWrapped = true
- SharePromo.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Code is: 5kCash, Im just helping :D", "All")
- end)
- -- scripts:
- if game.PlaceId == 5827078246 then
- frame.Visible = true
- wait(0.1)
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "CoinHeroSim",
- Text = "Game has been found.",
- Duration = 5,
- })
- end
Advertisement
RAW Paste Data
Copied
Advertisement