Feb 21st, 2020
Never
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time. AUTO FARM PAGE - Auto train stats. While auto training, you can teleport to your highest trainable area. Auto collect chikara shards BUT with server hop. Auto respawn to a certain area after getting killed/dying. Auto summons a champion. PLAYERS PAGE - Bring all players in front of you (Client). Spectate player.
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- Gui to Lua Converter
- --]]
- -- Instances:
- local ScreenGui = Instance.new('ScreenGui')
- local TextButton = Instance.new('TextButton')
- local TextButton_3 = Instance.new('TextButton')
- local TextButton_5 = Instance.new('TextButton')
- local TextButton_6 = Instance.new('TextButton')
- Properties:
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.203922, 0.145098, 0.145098)
- Frame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- Frame.Position = UDim2.new(0.103912197, 0, 0.104422659, 0)
- Frame.Size = UDim2.new(0.0613453835, 0, 0.23710072, 0)
- Frame.Draggable = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
- TextButton.Position = UDim2.new(0.0804498047, 0, 0.16580309, 0)
- TextButton.Size = UDim2.new(0.839100361, 0, 0.0984454527, 0)
- TextButton.Text = 'Ghoul'
- TextButton.TextScaled = true
- TextButton.TextWrapped = true
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
- TextButton_2.Position = UDim2.new(0.0804498047, 0, 0.31088081, 0)
- TextButton_2.Size = UDim2.new(0.839100361, 0, 0.0984454527, 0)
- TextButton_2.Text = 'Human'
- TextButton_2.TextScaled = true
- TextButton_2.TextWrapped = true
- TextButton_3.Parent = Frame
- TextButton_3.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
- TextButton_3.Position = UDim2.new(0.0804498047, 0, 0.450777233, 0)
- TextButton_3.Size = UDim2.new(0.839100361, 0, 0.0984454527, 0)
- TextButton_3.Text = 'CCG'
- TextButton_3.TextScaled = true
- TextButton_3.TextWrapped = true
- TextButton_4.Parent = Frame
- TextButton_4.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
- TextButton_4.Position = UDim2.new(0.0804498047, 0, 0.590673625, 0)
- TextButton_4.Size = UDim2.new(0.839100361, 0, 0.0984454527, 0)
- TextButton_4.Text = 'SCCG'
- TextButton_4.TextScaled = true
- TextButton_4.TextWrapped = true
- TextButton_5.Parent = Frame
- TextButton_5.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
- TextButton_5.Position = UDim2.new(0.0804498047, 0, 0.725388646, 0)
- TextButton_5.Size = UDim2.new(0.839100361, 0, 0.0984454527, 0)
- TextButton_5.Text = 'Boss'
- TextButton_5.TextScaled = true
- TextButton_5.TextWrapped = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0.203922, 0.145098, 0.145098)
- TextLabel.Size = UDim2.new(1, 0, 0.113989636, 0)
- TextLabel.Text = 'Ro Ghoul'
- TextLabel.TextScaled = true
- TextLabel.TextWrapped = true
- TextButton_6.Parent = Frame
- TextButton_6.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
- TextButton_6.Position = UDim2.new(0.0804498047, 0, 0.865285039, 0)
- TextButton_6.Size = UDim2.new(0.839100361, 0, 0.0984454527, 0)
- TextButton_6.Text = 'STOP'
- TextButton_6.TextScaled = true
- TextButton_6.TextWrapped = true
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel_2.Position = UDim2.new(0, 0, 0.113989472, 0)
- TextLabel_2.Size = UDim2.new(1, 0, 0.010362695, 0)
- TextLabel_2.Text = '
- TextLabel_2.TextSize = 14
- --[[
- --]]
- local function ZCWB_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- script.Parent.MouseButton1Click:Connect(function()
- local distanceFromMob = -3 -- How far you want to be behind the mob
- local travelSpeed = 140 -- higher = faster -- 140 won't kill you, but if you go too high you will die lol
- --[[
- -- Ghoul
- -- CCG
- -- Boss
- mobName = 'GhoulSpawns'
- mobName = 'HumanSpawns'
- mobName = 'CCGSpawns'
- mobName = 'AggroSpawns'
- mobName = 'BossSpawns'
- mobName = 'Made by dah GoobsGoobies Big Grin'
- local player = game.Players.LocalPlayer
- local playerHRP = player.Character:WaitForChild('HumanoidRootPart')
- local playerHumanoid = player.Character:WaitForChild('Humanoid')
- function farm()
- if playerHumanoid.Health ~= 0 then
- for i,v in pairs(workspace.NPCSpawns:GetChildren()) do
- if v:FindFirstChildWhichIsA('Model') and v.Name mobName and not v:FindFirstChild('Athlete') then
- if v:FindFirstChildWhichIsA('Model') then
- local parent = v:FindFirstChildWhichIsA('Model')
- if parent.Humanoid.Health ~= 0 then
- local distance = (playerHRP.Position - parent.HumanoidRootPart.Position).magnitude
- local tweenInfo = TweenInfo.new(distance/travelSpeed)
- tweenGoal.CFrame = parent.HumanoidRootPart.CFrame + parent.HumanoidRootPart.CFrame.LookVector * distanceFromMob
- local playTween = tweenS:Create(playerHRP,tweenInfo,tweenGoal)
- local parentHRP = parent:WaitForChild('HumanoidRootPart')
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * distanceFromMob
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * ((distanceFromMob * -1) + 2)
- playerHRP.CFrame = CFrame.new(playerHRP.Position,parentHRP.Position)
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * distanceFromMob
- else
- end
- elseif parent.Humanoid.Health 0 then
- break
- elseif not parent:FindFirstChild('Humanoid') then
- break
- elseif not v:FindFirstChildWhichIsA('Model') or v:FindFirstChildWhichIsA('Model').Humanoid.Health 0 then
- break
- end
- end
- elseif player.Character.Humanoid.Health 0 then
- break
- wait()
- end
- farm()
- end
- local function JIGTNFS_fake_script() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript', TextButton_2)
- script.Parent.MouseButton1Click:Connect(function()
- local distanceFromMob = -3 -- How far you want to be behind the mob
- local travelSpeed = 140 -- higher = faster -- 140 won't kill you, but if you go too high you will die lol
- --[[
- -- Ghoul
- -- CCG
- -- Boss
- mobName = 'GhoulSpawns'
- mobName = 'HumanSpawns'
- mobName = 'CCGSpawns'
- mobName = 'AggroSpawns'
- mobName = 'BossSpawns'
- mobName = 'Made by dah GoobsGoobies Big Grin'
- local player = game.Players.LocalPlayer
- local playerHRP = player.Character:WaitForChild('HumanoidRootPart')
- local playerHumanoid = player.Character:WaitForChild('Humanoid')
- function farm()
- if playerHumanoid.Health ~= 0 then
- for i,v in pairs(workspace.NPCSpawns:GetChildren()) do
- if v:FindFirstChildWhichIsA('Model') and v.Name mobName and not v:FindFirstChild('Athlete') then
- if v:FindFirstChildWhichIsA('Model') then
- local parent = v:FindFirstChildWhichIsA('Model')
- if parent.Humanoid.Health ~= 0 then
- local distance = (playerHRP.Position - parent.HumanoidRootPart.Position).magnitude
- local tweenInfo = TweenInfo.new(distance/travelSpeed)
- tweenGoal.CFrame = parent.HumanoidRootPart.CFrame + parent.HumanoidRootPart.CFrame.LookVector * distanceFromMob
- local playTween = tweenS:Create(playerHRP,tweenInfo,tweenGoal)
- local parentHRP = parent:WaitForChild('HumanoidRootPart')
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * distanceFromMob
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * ((distanceFromMob * -1) + 2)
- playerHRP.CFrame = CFrame.new(playerHRP.Position,parentHRP.Position)
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * distanceFromMob
- else
- end
- elseif parent.Humanoid.Health 0 then
- break
- elseif not parent:FindFirstChild('Humanoid') then
- break
- elseif not v:FindFirstChildWhichIsA('Model') or v:FindFirstChildWhichIsA('Model').Humanoid.Health 0 then
- break
- end
- end
- elseif player.Character.Humanoid.Health 0 then
- break
- wait()
- end
- farm()
- end
- local function SMNVS_fake_script() -- TextButton_3.LocalScript
- local script = Instance.new('LocalScript', TextButton_3)
- script.Parent.MouseButton1Click:Connect(function()
- local distanceFromMob = -3 -- How far you want to be behind the mob
- local travelSpeed = 140 -- higher = faster -- 140 won't kill you, but if you go too high you will die lol
- --[[
- -- Ghoul
- -- CCG
- -- Boss
- mobName = 'GhoulSpawns'
- mobName = 'HumanSpawns'
- mobName = 'CCGSpawns'
- mobName = 'AggroSpawns'
- mobName = 'BossSpawns'
- mobName = 'Made by dah GoobsGoobies Big Grin'
- local player = game.Players.LocalPlayer
- local playerHRP = player.Character:WaitForChild('HumanoidRootPart')
- local playerHumanoid = player.Character:WaitForChild('Humanoid')
- function farm()
- if playerHumanoid.Health ~= 0 then
- for i,v in pairs(workspace.NPCSpawns:GetChildren()) do
- if v:FindFirstChildWhichIsA('Model') and v.Name mobName and not v:FindFirstChild('Athlete') then
- if v:FindFirstChildWhichIsA('Model') then
- local parent = v:FindFirstChildWhichIsA('Model')
- if parent.Humanoid.Health ~= 0 then
- local distance = (playerHRP.Position - parent.HumanoidRootPart.Position).magnitude
- local tweenInfo = TweenInfo.new(distance/travelSpeed)
- tweenGoal.CFrame = parent.HumanoidRootPart.CFrame + parent.HumanoidRootPart.CFrame.LookVector * distanceFromMob
- local playTween = tweenS:Create(playerHRP,tweenInfo,tweenGoal)
- local parentHRP = parent:WaitForChild('HumanoidRootPart')
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * distanceFromMob
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * ((distanceFromMob * -1) + 2)
- playerHRP.CFrame = CFrame.new(playerHRP.Position,parentHRP.Position)
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * distanceFromMob
- else
- end
- elseif parent.Humanoid.Health 0 then
- break
- elseif not parent:FindFirstChild('Humanoid') then
- break
- elseif not v:FindFirstChildWhichIsA('Model') or v:FindFirstChildWhichIsA('Model').Humanoid.Health 0 then
- break
- end
- end
- elseif player.Character.Humanoid.Health 0 then
- break
- wait()
- end
- farm()
- end
- local function LSXJJCB_fake_script() -- TextButton_4.LocalScript
- local script = Instance.new('LocalScript', TextButton_4)
- script.Parent.MouseButton1Click:Connect(function()
- local distanceFromMob = -3 -- How far you want to be behind the mob
- local travelSpeed = 140 -- higher = faster -- 140 won't kill you, but if you go too high you will die lol
- --[[
- -- Ghoul
- -- CCG
- -- Boss
- mobName = 'GhoulSpawns'
- mobName = 'HumanSpawns'
- mobName = 'CCGSpawns'
- mobName = 'AggroSpawns'
- mobName = 'BossSpawns'
- mobName = 'Made by dah GoobsGoobies Big Grin'
- local player = game.Players.LocalPlayer
- local playerHRP = player.Character:WaitForChild('HumanoidRootPart')
- local playerHumanoid = player.Character:WaitForChild('Humanoid')
- function farm()
- if playerHumanoid.Health ~= 0 then
- for i,v in pairs(workspace.NPCSpawns:GetChildren()) do
- if v:FindFirstChildWhichIsA('Model') and v.Name mobName and not v:FindFirstChild('Athlete') then
- if v:FindFirstChildWhichIsA('Model') then
- local parent = v:FindFirstChildWhichIsA('Model')
- if parent.Humanoid.Health ~= 0 then
- local distance = (playerHRP.Position - parent.HumanoidRootPart.Position).magnitude
- local tweenInfo = TweenInfo.new(distance/travelSpeed)
- tweenGoal.CFrame = parent.HumanoidRootPart.CFrame + parent.HumanoidRootPart.CFrame.LookVector * distanceFromMob
- local playTween = tweenS:Create(playerHRP,tweenInfo,tweenGoal)
- local parentHRP = parent:WaitForChild('HumanoidRootPart')
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * distanceFromMob
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * ((distanceFromMob * -1) + 2)
- playerHRP.CFrame = CFrame.new(playerHRP.Position,parentHRP.Position)
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * distanceFromMob
- else
- end
- elseif parent.Humanoid.Health 0 then
- break
- elseif not parent:FindFirstChild('Humanoid') then
- break
- elseif not v:FindFirstChildWhichIsA('Model') or v:FindFirstChildWhichIsA('Model').Humanoid.Health 0 then
- break
- end
- end
- elseif player.Character.Humanoid.Health 0 then
- break
- wait()
- end
- farm()
- end
- local function NCRI_fake_script() -- TextButton_5.LocalScript
- local script = Instance.new('LocalScript', TextButton_5)
- script.Parent.MouseButton1Click:Connect(function()
- local distanceFromMob = -3 -- How far you want to be behind the mob
- local travelSpeed = 140 -- higher = faster -- 140 won't kill you, but if you go too high you will die lol
- --[[
- -- Ghoul
- -- CCG
- -- Boss
- mobName = 'GhoulSpawns'
- mobName = 'HumanSpawns'
- mobName = 'CCGSpawns'
- mobName = 'AggroSpawns'
- mobName = 'BossSpawns'
- mobName = 'Made by dah GoobsGoobies Big Grin'
- local player = game.Players.LocalPlayer
- local playerHRP = player.Character:WaitForChild('HumanoidRootPart')
- local playerHumanoid = player.Character:WaitForChild('Humanoid')
- function farm()
- if playerHumanoid.Health ~= 0 then
- for i,v in pairs(workspace.NPCSpawns:GetChildren()) do
- if v:FindFirstChildWhichIsA('Model') and v.Name mobName and not v:FindFirstChild('Athlete') then
- if v:FindFirstChildWhichIsA('Model') then
- local parent = v:FindFirstChildWhichIsA('Model')
- if parent.Humanoid.Health ~= 0 then
- local distance = (playerHRP.Position - parent.HumanoidRootPart.Position).magnitude
- local tweenInfo = TweenInfo.new(distance/travelSpeed)
- tweenGoal.CFrame = parent.HumanoidRootPart.CFrame + parent.HumanoidRootPart.CFrame.LookVector * distanceFromMob
- local playTween = tweenS:Create(playerHRP,tweenInfo,tweenGoal)
- local parentHRP = parent:WaitForChild('HumanoidRootPart')
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * distanceFromMob
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * ((distanceFromMob * -1) + 2)
- playerHRP.CFrame = CFrame.new(playerHRP.Position,parentHRP.Position)
- playerHRP.CFrame = parentHRP.CFrame + parentHRP.CFrame.LookVector * distanceFromMob
- else
- end
- elseif parent.Humanoid.Health 0 then
- break
- elseif not parent:FindFirstChild('Humanoid') then
- break
- elseif not v:FindFirstChildWhichIsA('Model') or v:FindFirstChildWhichIsA('Model').Humanoid.Health 0 then
- break
- end
- end
- elseif player.Character.Humanoid.Health 0 then
- break
- wait()
- end
- farm()
- end
- local function EHVD_fake_script() -- TextButton_6.LocalScript
- local script = Instance.new('LocalScript', TextButton_6)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- end