Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The new updated version:
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local Chikarashardsautofarmguii = Instance.new("ScreenGui")
- local ChikaraTrue = Instance.new("TextButton")
- local GuiTop = Instance.new("TextButton")
- local ChikaraFalse = Instance.new("TextButton")
- local Framey = Instance.new("Frame")
- local lframe = Instance.new("Frame")
- local Framer = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- --Properties:
- Chikarashardsautofarmguii.Name = "Chikara shards autofarm guii"
- Chikarashardsautofarmguii.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Chikarashardsautofarmguii.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ChikaraTrue.Name = "ChikaraTrue"
- ChikaraTrue.Parent = Chikarashardsautofarmguii
- ChikaraTrue.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ChikaraTrue.BorderColor3 = Color3.fromRGB(53, 53, 53)
- ChikaraTrue.BorderSizePixel = 0
- ChikaraTrue.Position = UDim2.new(0.0234955195, 0, 0.679099798, 0)
- ChikaraTrue.Size = UDim2.new(0, 114, 0, 53)
- ChikaraTrue.Font = Enum.Font.SourceSans
- ChikaraTrue.Text = "Start farming"
- ChikaraTrue.TextColor3 = Color3.fromRGB(255, 255, 255)
- ChikaraTrue.TextScaled = true
- ChikaraTrue.TextSize = 14.000
- ChikaraTrue.TextWrapped = true
- GuiTop.Name = "GuiTop"
- GuiTop.Parent = Chikarashardsautofarmguii
- GuiTop.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- GuiTop.BorderColor3 = Color3.fromRGB(255, 255, 255)
- GuiTop.BorderSizePixel = 0
- GuiTop.Position = UDim2.new(0.0234955195, 0, 0.585142612, 0)
- GuiTop.Size = UDim2.new(0, 234, 0, 53)
- GuiTop.Font = Enum.Font.SourceSans
- GuiTop.Text = "Chikara farming (Credits to HoodedGhoul#5669)"
- GuiTop.TextColor3 = Color3.fromRGB(255, 255, 255)
- GuiTop.TextScaled = true
- GuiTop.TextSize = 14.000
- GuiTop.TextWrapped = true
- ChikaraFalse.Name = "ChikaraFalse"
- ChikaraFalse.Parent = Chikarashardsautofarmguii
- ChikaraFalse.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ChikaraFalse.BorderColor3 = Color3.fromRGB(255, 255, 255)
- ChikaraFalse.BorderSizePixel = 0
- ChikaraFalse.Position = UDim2.new(0.153859735, 0, 0.677257597, 0)
- ChikaraFalse.Size = UDim2.new(0, 111, 0, 53)
- ChikaraFalse.Font = Enum.Font.SourceSans
- ChikaraFalse.Text = "Stop farming"
- ChikaraFalse.TextColor3 = Color3.fromRGB(255, 255, 255)
- ChikaraFalse.TextScaled = true
- ChikaraFalse.TextSize = 14.000
- ChikaraFalse.TextWrapped = true
- Framey.Name = "Framey"
- Framey.Parent = Chikarashardsautofarmguii
- Framey.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Framey.BorderSizePixel = 0
- Framey.Position = UDim2.new(0.0234955195, 0, 0.568561852, 0)
- Framey.Size = UDim2.new(0, 238, 0, 7)
- lframe.Name = "lframe"
- lframe.Parent = Chikarashardsautofarmguii
- lframe.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- lframe.BorderSizePixel = 0
- lframe.Position = UDim2.new(0.274195999, 0, 0.585142612, 0)
- lframe.Size = UDim2.new(0, 1, 0, 109)
- Framer.Name = "Framer"
- Framer.Parent = Chikarashardsautofarmguii
- Framer.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Framer.BorderSizePixel = 0
- Framer.Position = UDim2.new(0.0234955195, 0, 0.769372463, 0)
- Framer.Size = UDim2.new(0, 238, 0, 7)
- Frame.Parent = Chikarashardsautofarmguii
- Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.0191082805, 0, 0.568561852, 0)
- Frame.Size = UDim2.new(0, 1, 0, 130)
- -- Scripts:
- local function NTVH_fake_script() -- ChikaraTrue.LocalScript
- local script = Instance.new('Script', ChikaraTrue)
- script.Parent.LeftMouseButton1Click:connect(function()
- _G.on = true
- while _G.on do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Workspace.Part
- wait(4)
- end
- end)
- end
- coroutine.wrap(NTVH_fake_script)()
- local function BOGZYR_fake_script() -- ChikaraFalse.LocalScript
- local script = Instance.new('Script', ChikaraFalse)
- script.Parent.LeftMouseButton1Click:connect(function()
- _G.on = false
- while _G.on do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Workspace.
- wait(4)
- end
- end)
- end
- coroutine.wrap(BOGZYR_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement