Monday, April 22, 2019
Balloon Simulator Hack Script Pastebin
Script: https://pastebin.com/rj98eTLW
Executor: https://mega.nz/#!qjATTapB!Q2vruqMDHv0xNXuFKSlR9Y2uWp8QeA5i9SMwmIsVcGI
Subscribe And Likes My Channel In Youtube!!
Texting Simulator Hack Script Pastebin
Script: https://pastebin.com/5tqzyJEc
Executor: https://mega.nz/#!qjATTapB!Q2vruqMDHv0xNXuFKSlR9Y2uWp8QeA5i9SMwmIsVcGI
Subscribe And Likes True Channel In Youtubee!!
Noob Simulator Hack Script Pastebin 2019
Scripts: https://pastebin.com/x57s2Jhy
Executor: https://mega.nz/#!qjATTapB!Q2vruqMDHv0xNXuFKSlR9Y2uWp8QeA5i9SMwmIsVcGI
Subscribe And Likes True Youtuber!!
Script: https://pastebin.com/rj98eTLW Balloon Simulator
- -- Credits:
- -- ItzHxS
- -- Arcane
- -- heccy
- -- variable:
- local gems = game.Workspace.Gems
- local plr = game:GetService("Players").LocalPlayer
- -- fungsi:
- eak = false
- eeq = false
- dewe = false
- ewe = false
- oke = false
- dah = false
- kn = false
- deden = false
- hehe = false
- tete = false
- fck = false
- kntl = false
- dem = false
- fx = false
- eas = false
- xec = false
- kntle = false
- edan = false
- -- Instances:
- local Ent3g = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local judul = Instance.new("TextLabel")
- local F1 = Instance.new("TextButton")
- local F2 = Instance.new("TextButton")
- local AR = Instance.new("TextButton")
- local AF = Instance.new("TextButton")
- local IB = Instance.new("TextButton")
- local AS = Instance.new("TextButton")
- local TP = Instance.new("TextButton")
- local ST = Instance.new("TextButton")
- local Tlist = Instance.new("ScrollingFrame")
- local W1 = Instance.new("TextButton")
- local W2 = Instance.new("TextButton")
- local W3 = Instance.new("TextButton")
- local W4 = Instance.new("TextButton")
- local W5 = Instance.new("TextButton")
- local C1 = Instance.new("TextButton")
- local C2 = Instance.new("TextButton")
- local C3 = Instance.new("TextButton")
- local Sfrm = Instance.new("Frame")
- local Sjudul = Instance.new("TextLabel")
- local Rainbow = Instance.new("TextButton")
- local WS = Instance.new("TextButton")
- local WST = Instance.new("TextBox")
- local JP = Instance.new("TextButton")
- local JPT = Instance.new("TextBox")
- local x = Instance.new("TextButton")
- --Properties:
- Ent3g.Name = "Ent3g"
- Ent3g.Parent = game.CoreGui
- Frame.Parent = Ent3g
- Frame.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- Frame.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- Frame.BorderSizePixel = 3
- Frame.Active = true
- Frame.Draggable = true
- Frame.Position = UDim2.new(0.268093795, 0, 0.207848832, 0)
- Frame.Size = UDim2.new(0, 454, 0, 401)
- judul.Name = "judul"
- judul.Parent = Frame
- judul.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- judul.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- judul.BorderSizePixel = 4
- judul.Position = UDim2.new(0, 0, -0.00190192612, 0)
- judul.Size = UDim2.new(0, 454, 0, 50)
- judul.Font = Enum.Font.Cartoon
- judul.Text = "BalloonSimulatorGUI"
- judul.TextColor3 = Color3.new(0, 0, 0)
- judul.TextSize = 31
- F1.Name = "F1"
- F1.Parent = Frame
- F1.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- F1.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- F1.BorderSizePixel = 4
- F1.Position = UDim2.new(0.0206304304, 0, 0.199200004, 0)
- F1.Size = UDim2.new(0, 147, 0, 42)
- F1.Font = Enum.Font.Cartoon
- F1.Text = "GemFarm"
- F1.TextColor3 = Color3.new(0, 0, 0)
- F1.TextSize = 21
- F1.MouseButton1Down:connect(function()
- if eak == true then
- eak = false
- F1.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- eak = true
- F1.BackgroundColor3 = Color3.new(40, 127, 71)
- for i,gem in pairs(gems:GetChildren()) do
- wait(0.01)
- gem.CFrame = plr.Character.HumanoidRootPart.CFrame
- end
- wait(20)
- end
- end)
- F2.Name = "F2"
- F2.Parent = Frame
- F2.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- F2.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- F2.BorderSizePixel = 4
- F2.Position = UDim2.new(0.0206304304, 0, 0.369998902, 0)
- F2.Size = UDim2.new(0, 147, 0, 42)
- F2.Font = Enum.Font.Cartoon
- F2.Text = "CoinFarm"
- F2.TextColor3 = Color3.new(0, 0, 0)
- F2.TextSize = 21
- F2.MouseButton1Down:connect(function()
- if eeq == true then
- eeq = false
- F2.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- eeq = true
- F2.BackgroundColor3 = Color3.new(40, 127, 71)
- while eeq do
- wait()
- game:GetService("ReplicatedStorage").FillBalloon:FireServer(200000)
- end
- end
- end)
- AR.Name = "AR"
- AR.Parent = Frame
- AR.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- AR.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- AR.BorderSizePixel = 4
- AR.Position = UDim2.new(0.654991627, 0, 0.199200004, 0)
- AR.Size = UDim2.new(0, 147, 0, 42)
- AR.Font = Enum.Font.Cartoon
- AR.Text = "AutoRebirth"
- AR.TextColor3 = Color3.new(0, 0, 0)
- AR.TextSize = 21
- AR.MouseButton1Down:connect(function()
- if dewe == true then
- dewe = false
- AR.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- dewe = true
- AR.BackgroundColor3 = Color3.new(40, 127, 71)
- while dewe do
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Destinations.Candyland.CFrame
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Destinations["Tropical Paradise"].CFrame
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Destinations.Archerville.CFrame
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Destinations["Ancient Greece"].CFrame
- wait(4)
- game:GetService("ReplicatedStorage").Rebirth:InvokeServer()
- end
- end
- end)
- AF.Name = "AF"
- AF.Parent = Frame
- AF.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- AF.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- AF.BorderSizePixel = 4
- AF.Position = UDim2.new(0.654991627, 0, 0.369998902, 0)
- AF.Size = UDim2.new(0, 147, 0, 42)
- AF.Font = Enum.Font.Cartoon
- AF.Text = "AntiAFK"
- AF.TextColor3 = Color3.new(0, 0, 0)
- AF.TextSize = 21
- AF.MouseButton1Down:connect(function()
- if ewe == true then
- ewe = false
- AF.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- ewe = true
- AF.BackgroundColor3 = Color3.new(40, 127, 71)
- local VirtualUser=game:service'VirtualUser'
- game:service'Players'.LocalPlayer.Idled:connect(function()
- VirtualUser:CaptureController()
- VirtualUser:ClickButton2(Vector2.new())
- end)
- end
- end)
- IB.Name = "IB"
- IB.Parent = Frame
- IB.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- IB.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- IB.BorderSizePixel = 4
- IB.Position = UDim2.new(0.0206304193, 0, 0.54079783, 0)
- IB.Size = UDim2.new(0, 147, 0, 42)
- IB.Font = Enum.Font.Cartoon
- IB.Text = "InfiniteBackpack"
- IB.TextColor3 = Color3.new(0, 0, 0)
- IB.TextSize = 21
- IB.MouseButton1Down:connect(function()
- if dah == true then
- dah = false
- IB.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- dah = true
- IB.BackgroundColor3 = Color3.new(40, 127, 71)
- game:GetService("ReplicatedStorage").BuyBalloon:InvokeServer("Unlimited")
- end
- end)
- AS.Name = "AS"
- AS.Parent = Frame
- AS.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- AS.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- AS.BorderSizePixel = 4
- AS.Position = UDim2.new(0.654991627, 0, 0.54079783, 0)
- AS.Size = UDim2.new(0, 147, 0, 42)
- AS.Font = Enum.Font.Cartoon
- AS.Text = "AutoSell"
- AS.TextColor3 = Color3.new(0, 0, 0)
- AS.TextSize = 21
- AS.MouseButton1Down:connect(function()
- if oke == true then
- oke = false
- AS.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- oke = true
- AS.BackgroundColor3 = Color3.new(40, 127, 71)
- while oke do
- wait()
- game.Workspace.UITriggers.Sell.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end)
- TP.Name = "TP"
- TP.Parent = Frame
- TP.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- TP.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- TP.BorderSizePixel = 4
- TP.Position = UDim2.new(0.0206304193, 0, 0.714351535, 0)
- TP.Size = UDim2.new(0, 147, 0, 42)
- TP.Font = Enum.Font.Cartoon
- TP.Text = "Teleport"
- TP.TextColor3 = Color3.new(0, 0, 0)
- TP.TextSize = 21
- TP.MouseButton1Down:connect(function()
- if kn == true then
- kn = false
- TP.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- Tlist.Visible = false
- else
- kn = true
- TP.BackgroundColor3 = Color3.new(40, 127, 71)
- Tlist.Visible = true
- end
- end)
- ST.Name = "ST"
- ST.Parent = Frame
- ST.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- ST.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- ST.BorderSizePixel = 4
- ST.Position = UDim2.new(0.654991627, 0, 0.714351535, 0)
- ST.Size = UDim2.new(0, 147, 0, 42)
- ST.Font = Enum.Font.Cartoon
- ST.Text = "Settings"
- ST.TextColor3 = Color3.new(0, 0, 0)
- ST.TextSize = 21
- ST.MouseButton1Down:connect(function()
- if deden == true then
- deden = false
- ST.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- Sfrm.Visible = false
- else
- deden = true
- ST.BackgroundColor3 = Color3.new(40, 127, 71)
- Sfrm.Visible = true
- end
- end)
- Tlist.Name = "Tlist"
- Tlist.Parent = Frame
- Tlist.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- Tlist.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- Tlist.BorderSizePixel = 4
- Tlist.Position = UDim2.new(-0.361233473, 0, 0, 0)
- Tlist.Size = UDim2.new(0, 148, 0, 363)
- Tlist.Visible = false
- W1.Name = "W1"
- W1.Parent = Tlist
- W1.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- W1.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- W1.BorderSizePixel = 4
- W1.Position = UDim2.new(0.0544141829, 0, 0.0185631812, 0)
- W1.Size = UDim2.new(0, 116, 0, 42)
- W1.Font = Enum.Font.Cartoon
- W1.Text = "Spawn"
- W1.TextColor3 = Color3.new(0, 0, 0)
- W1.TextSize = 21
- W1.MouseButton1Down:connect(function()
- if hehe == true then
- hehe = false
- W1.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- hehe = true
- W1.BackgroundColor3 = Color3.new(40, 127, 71)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Destinations.Skyland.CFrame
- end
- end)
- W2.Name = "W2"
- W2.Parent = Tlist
- W2.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- W2.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- W2.BorderSizePixel = 4
- W2.Position = UDim2.new(0.0544141829, 0, 0.0984529853, 0)
- W2.Size = UDim2.new(0, 116, 0, 42)
- W2.Font = Enum.Font.Cartoon
- W2.Text = "Tropical Paradise"
- W2.TextColor3 = Color3.new(0, 0, 0)
- W2.TextSize = 14
- W2.MouseButton1Down:connect(function()
- if tete == true then
- tete = false
- W2.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- tete = true
- W2.BackgroundColor3 = Color3.new(40, 127, 71)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Destinations["Tropical Paradise"].CFrame
- end
- end)
- W3.Name = "W3"
- W3.Parent = Tlist
- W3.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- W3.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- W3.BorderSizePixel = 4
- W3.Position = UDim2.new(0.0544141829, 0, 0.175587982, 0)
- W3.Size = UDim2.new(0, 116, 0, 42)
- W3.Font = Enum.Font.Cartoon
- W3.Text = "CandyLand"
- W3.TextColor3 = Color3.new(0, 0, 0)
- W3.TextSize = 21
- W3.MouseButton1Down:connect(function()
- if fck == true then
- fck = false
- W3.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- fck = true
- W3.BackgroundColor3 = Color3.new(40, 127, 71)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Destinations["Candyland"].CFrame
- end
- end)
- W4.Name = "W4"
- W4.Parent = Tlist
- W4.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- W4.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- W4.BorderSizePixel = 4
- W4.Position = UDim2.new(0.0544141829, 0, 0.255477786, 0)
- W4.Size = UDim2.new(0, 116, 0, 42)
- W4.Font = Enum.Font.Cartoon
- W4.Text = "ArcherVille"
- W4.TextColor3 = Color3.new(0, 0, 0)
- W4.TextSize = 21
- W4.MouseButton1Down:connect(function()
- if kntl == true then
- kntl = false
- W4.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- kntl = true
- W4.BackgroundColor3 = Color3.new(40, 127, 71)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Destinations["Archerville"].CFrame
- end
- end)
- W5.Name = "W5"
- W5.Parent = Tlist
- W5.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- W5.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- W5.BorderSizePixel = 4
- W5.Position = UDim2.new(0.0544141829, 0, 0.336744994, 0)
- W5.Size = UDim2.new(0, 116, 0, 42)
- W5.Font = Enum.Font.Cartoon
- W5.Text = "Ancient Greece"
- W5.TextColor3 = Color3.new(0, 0, 0)
- W5.TextSize = 14
- W5.MouseButton1Down:connect(function()
- if dem == true then
- dem = false
- W5.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- dem = true
- W5.BackgroundColor3 = Color3.new(40, 127, 71)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Destinations["Ancient Greece"].CFrame
- end
- end)
- C1.Name = "C1"
- C1.Parent = Tlist
- C1.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- C1.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- C1.BorderSizePixel = 4
- C1.Position = UDim2.new(0.0544141829, 0, 0.413879991, 0)
- C1.Size = UDim2.new(0, 116, 0, 42)
- C1.Font = Enum.Font.Cartoon
- C1.Text = "Chest1"
- C1.TextColor3 = Color3.new(0, 0, 0)
- C1.TextSize = 21
- C1.MouseButton1Down:connect(function()
- if fx == true then
- fx = false
- C1.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- fx = true
- C1.BackgroundColor3 = Color3.new(40, 127, 71)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests["ArcherChest"].CFrame
- end
- end)
- C2.Name = "C2"
- C2.Parent = Tlist
- C2.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- C2.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- C2.BorderSizePixel = 4
- C2.Position = UDim2.new(0.0544141829, 0, 0.492392391, 0)
- C2.Size = UDim2.new(0, 116, 0, 42)
- C2.Font = Enum.Font.Cartoon
- C2.Text = "Chest2"
- C2.TextColor3 = Color3.new(0, 0, 0)
- C2.TextSize = 21
- C2.MouseButton1Down:connect(function()
- if eas == true then
- eas = false
- C2.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- eas = true
- C2.BackgroundColor3 = Color3.new(40, 127, 71)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests["BeachChest"].CFrame
- end
- end)
- C3.Name = "C3"
- C3.Parent = Tlist
- C3.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- C3.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- C3.BorderSizePixel = 4
- C3.Position = UDim2.new(0.0544141829, 0, 0.569527328, 0)
- C3.Size = UDim2.new(0, 116, 0, 42)
- C3.Font = Enum.Font.Cartoon
- C3.Text = "Chest3"
- C3.TextColor3 = Color3.new(0, 0, 0)
- C3.TextSize = 21
- C3.MouseButton1Down:connect(function()
- if xec == true then
- xec = false
- C3.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- xec = true
- C3.BackgroundColor3 = Color3.new(40, 127, 71)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests["AncientChest"].CFrame
- end
- end)
- Sfrm.Name = "Sfrm"
- Sfrm.Parent = Frame
- Sfrm.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- Sfrm.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- Sfrm.BorderSizePixel = 3
- Sfrm.Position = UDim2.new(1.02422905, 0, -0.00249376567, 0)
- Sfrm.Size = UDim2.new(0, 190, 0, 401)
- Sfrm.Visible = false
- Sjudul.Name = "Sjudul"
- Sjudul.Parent = Sfrm
- Sjudul.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- Sjudul.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- Sjudul.BorderSizePixel = 4
- Sjudul.Size = UDim2.new(0, 190, 0, 50)
- Sjudul.Font = Enum.Font.Cartoon
- Sjudul.Text = "Settings"
- Sjudul.TextColor3 = Color3.new(0, 0, 0)
- Sjudul.TextSize = 31
- Rainbow.Name = "Rainbow"
- Rainbow.Parent = Sfrm
- Rainbow.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- Rainbow.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- Rainbow.BorderSizePixel = 4
- Rainbow.Position = UDim2.new(0.0894736871, 0, 0.179551125, 0)
- Rainbow.Size = UDim2.new(0, 155, 0, 50)
- Rainbow.Font = Enum.Font.Cartoon
- Rainbow.Text = "Rainbow: Off"
- Rainbow.TextColor3 = Color3.new(0, 0, 0)
- Rainbow.TextSize = 31
- WS.Name = "WS"
- WS.Parent = Sfrm
- WS.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- WS.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- WS.BorderSizePixel = 4
- WS.Position = UDim2.new(0.0894736871, 0, 0.817955077, 0)
- WS.Size = UDim2.new(0, 155, 0, 50)
- WS.Font = Enum.Font.Cartoon
- WS.Text = "Walkspeed"
- WS.TextColor3 = Color3.new(0, 0, 0)
- WS.TextSize = 31
- WS.MouseButton1Down:connect(function()
- if kntle == true then
- kntle = false
- WS.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- kntle = true
- WS.BackgroundColor3 = Color3.new(40, 127, 71)
- local x = WST.Text
- game.workspace[game.Players.LocalPlayer.Name].Humanoid.WalkSpeed = x
- end
- end)
- WST.Name = "WST"
- WST.Parent = Sfrm
- WST.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- WST.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- WST.BorderSizePixel = 4
- WST.Position = UDim2.new(0.115789473, 0, 0.66583544, 0)
- WST.Size = UDim2.new(0, 142, 0, 50)
- WST.Font = Enum.Font.Cartoon
- WST.Text = "150"
- WST.TextColor3 = Color3.new(0, 0, 0)
- WST.TextSize = 31
- JP.Name = "JP"
- JP.Parent = Sfrm
- JP.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- JP.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- JP.BorderSizePixel = 4
- JP.Position = UDim2.new(0.0894736871, 0, 0.496259302, 0)
- JP.Size = UDim2.new(0, 155, 0, 50)
- JP.Font = Enum.Font.Cartoon
- JP.Text = "JumpPower"
- JP.TextColor3 = Color3.new(0, 0, 0)
- JP.TextSize = 31
- JP.MouseButton1Down:connect(function()
- if edan == true then
- edan = false
- JP.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- else
- edan = true
- JP.BackgroundColor3 = Color3.new(40, 127, 71)
- local c = JPT.Text
- game.workspace[game.Players.LocalPlayer.Name].Humanoid.JumpPower = c
- end
- end)
- JPT.Name = "JPT"
- JPT.Parent = Sfrm
- JPT.BackgroundColor3 = Color3.new(0, 0.737255, 0.831373)
- JPT.BorderColor3 = Color3.new(0.0117647, 0.662745, 0.956863)
- JPT.BorderSizePixel = 4
- JPT.Position = UDim2.new(0.126315787, 0, 0.336658388, 0)
- JPT.Size = UDim2.new(0, 142, 0, 50)
- JPT.Font = Enum.Font.Cartoon
- JPT.Text = "15"
- JPT.TextColor3 = Color3.new(0, 0, 0)
- JPT.TextSize = 31
- x.Name = "x"
- x.Parent = Frame
- x.BackgroundColor3 = Color3.new(1, 1, 1)
- x.BackgroundTransparency = 1
- x.Position = UDim2.new(0.929515421, 0, -0.00249376567, 0)
- x.Size = UDim2.new(0, 32, 0, 23)
- x.Font = Enum.Font.Cartoon
- x.Text = "X"
- x.TextColor3 = Color3.new(0.956863, 0.262745, 0.211765)
- x.TextSize = 31
- x.MouseButton1Down:connect(function()
- Ent3g:Destroy()
- end)
- -- Scripts:
- -- Rainbow:
- local RainbowEnabled = false
- local rs = game:GetService("RunService")
- local RRAAIINNBBOOWWSS = {}
- local function rainbowify(obj, prop)
- if type(obj) == "table" then
- for i, v in pairs(obj) do
- rainbowify(v, prop)
- end
- elseif type(prop) == "table" then
- for i, v in pairs(prop) do
- rainbowify(obj, v)
- end
- else
- local ok, o = pcall(function()
- return obj[prop]
- end)
- if ok then
- table.insert(RRAAIINNBBOOWWSS, function(c)
- if c then
- obj[prop] = c
- else
- obj[prop] = o
- end
- end)
- end
- end
- end
- do
- local reset = true
- rs.RenderStepped:connect(function()
- if RainbowEnabled then
- local c = Color3.fromHSV((tick() / 16) % 1, 1, 1)
- for i = 1, #RRAAIINNBBOOWWSS do
- pcall(RRAAIINNBBOOWWSS[i], c)
- end
- reset = true
- elseif reset then
- for i = 1, #RRAAIINNBBOOWWSS do
- pcall(RRAAIINNBBOOWWSS[i], false)
- end
- reset = false
- end
- end)
- end
- rainbowify({Ent3g, Frame, Sfrm, Tlist, IB, AF, AR, F1, F2, AS, TP, ST, judul, WS, JP, WST, JPT, Sjudul, x, C3, C2, C1, W1, W2, W3, W4, W5}
- , {"BackgroundColor3",})
- Rainbow.MouseButton1Down:connect(function()
- RainbowEnabled = not RainbowEnabled
- if RainbowEnabled then
- Rainbow.Text = "Rainbow: On"
- else
- Rainbow.Text = "Rainbow: Off"
- end
- end)
Subscribe to:
Posts (Atom)