Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ButtersGui = Instance.new("ScreenGui")
- local Toggle = Instance.new("TextButton")
- local UICorner = Instance.new("UICorner")
- local Main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Farm = Instance.new("TextButton")
- local FarmFrame = Instance.new("Frame")
- local AntiAfk = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local FarmStats = Instance.new("TextButton")
- local FarmFrame_2 = Instance.new("Frame")
- local TrainPsychic = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local TrainFist = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local FarmSpeed = Instance.new("TextButton")
- local UICorner_5 = Instance.new("UICorner")
- local FarmJump = Instance.new("TextButton")
- local UICorner_6 = Instance.new("UICorner")
- local TextLabel_2 = Instance.new("TextLabel")
- local UICorner_7 = Instance.new("UICorner")
- local UICorner_8 = Instance.new("UICorner")
- local PVP = Instance.new("TextButton")
- local PVPFrame = Instance.new("Frame")
- local AntiVoid = Instance.new("TextButton")
- local UICorner_9 = Instance.new("UICorner")
- local AttackSpecific = Instance.new("TextButton")
- local AttackSpecificFrame = Instance.new("Frame")
- local TextLabel_3 = Instance.new("TextLabel")
- local SelectPlayerAttack = Instance.new("TextBox")
- local Attack = Instance.new("TextButton")
- local UICorner_10 = Instance.new("UICorner")
- local ClientBring = Instance.new("TextButton")
- local UICorner_11 = Instance.new("UICorner")
- local TpToSafety = Instance.new("TextButton")
- local UICorner_12 = Instance.new("UICorner")
- local TextLabel_4 = Instance.new("TextLabel")
- local TextLabel_5 = Instance.new("TextLabel")
- local LoopTpPlayer = Instance.new("TextButton")
- local UICorner_13 = Instance.new("UICorner")
- local SelectPlayerTp = Instance.new("TextBox")
- local TextLabel_6 = Instance.new("TextLabel")
- local AutoRespawn = Instance.new("TextButton")
- local UICorner_14 = Instance.new("UICorner")
- local ReapAll = Instance.new("TextButton")
- local UICorner_15 = Instance.new("UICorner")
- local SoulAttackAll = Instance.new("TextButton")
- local UICorner_16 = Instance.new("UICorner")
- local UICorner_17 = Instance.new("UICorner")
- local Misc = Instance.new("TextButton")
- local MiscFrame = Instance.new("Frame")
- local ChatSpy = Instance.new("TextButton")
- local UICorner_18 = Instance.new("UICorner")
- local Useful = Instance.new("TextButton")
- local MiscFrame_2 = Instance.new("Frame")
- local InfYield = Instance.new("TextButton")
- local UICorner_19 = Instance.new("UICorner")
- local CMDX = Instance.new("TextButton")
- local UICorner_20 = Instance.new("UICorner")
- local UICorner_21 = Instance.new("UICorner")
- local UICorner_22 = Instance.new("UICorner")
- local Rejoin = Instance.new("TextButton")
- local UICorner_23 = Instance.new("UICorner")
- local UICorner_24 = Instance.new("UICorner")
- --Properties:
- ButtersGui.Name = "Butter'sGui"
- ButtersGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ButtersGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ButtersGui.ResetOnSpawn = false
- Toggle.Name = "Toggle"
- Toggle.Parent = ButtersGui
- Toggle.BackgroundColor3 = Color3.fromRGB(114, 79, 255)
- Toggle.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Toggle.BorderSizePixel = 4
- Toggle.Position = UDim2.new(0.0487775952, 0, 0.890058458, 0)
- Toggle.Size = UDim2.new(0, 164, 0, 50)
- Toggle.Font = Enum.Font.SourceSans
- Toggle.Text = "Open/Close"
- Toggle.TextColor3 = Color3.fromRGB(0, 0, 0)
- Toggle.TextSize = 14.000
- UICorner.CornerRadius = UDim.new(0, 91)
- UICorner.Parent = Toggle
- Main.Name = "Main"
- Main.Parent = ButtersGui
- Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Main.BorderColor3 = Color3.fromRGB(17, 17, 17)
- Main.BorderSizePixel = 4
- Main.Position = UDim2.new(0.232153013, 0, 0.142690063, 0)
- Main.Size = UDim2.new(0, 883, 0, 610)
- Main.Visible = false
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.fromRGB(64, 170, 8)
- TextLabel.BorderColor3 = Color3.fromRGB(53, 17, 46)
- TextLabel.BorderSizePixel = 4
- TextLabel.Position = UDim2.new(0.319201022, 0, -0.00118578307, 0)
- TextLabel.Size = UDim2.new(0, 320, 0, 57)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Made by iiButteryButter#6591"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- Farm.Name = "Farm"
- Farm.Parent = Main
- Farm.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- Farm.BorderSizePixel = 4
- Farm.Position = UDim2.new(0.0260475576, 0, 0.139344275, 0)
- Farm.Size = UDim2.new(0, 200, 0, 50)
- Farm.Font = Enum.Font.SourceSans
- Farm.Text = "Farm"
- Farm.TextColor3 = Color3.fromRGB(0, 0, 0)
- Farm.TextSize = 14.000
- FarmFrame.Name = "FarmFrame"
- FarmFrame.Parent = Farm
- FarmFrame.BackgroundColor3 = Color3.fromRGB(11, 11, 11)
- FarmFrame.Position = UDim2.new(0.0249999762, 0, 1.53999996, 0)
- FarmFrame.Size = UDim2.new(0, 827, 0, 405)
- FarmFrame.Visible = false
- AntiAfk.Name = "AntiAfk"
- AntiAfk.Parent = FarmFrame
- AntiAfk.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- AntiAfk.Position = UDim2.new(0.0544135422, 0, 0.0790123492, 0)
- AntiAfk.Size = UDim2.new(0, 200, 0, 50)
- AntiAfk.Font = Enum.Font.SourceSans
- AntiAfk.Text = "AntiAfk"
- AntiAfk.TextColor3 = Color3.fromRGB(0, 0, 0)
- AntiAfk.TextSize = 14.000
- UICorner_2.Parent = AntiAfk
- FarmStats.Name = "FarmStats"
- FarmStats.Parent = FarmFrame
- FarmStats.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- FarmStats.Position = UDim2.new(0.378476411, 0, 0.0790123492, 0)
- FarmStats.Size = UDim2.new(0, 200, 0, 50)
- FarmStats.Font = Enum.Font.SourceSans
- FarmStats.Text = "FarmStats"
- FarmStats.TextColor3 = Color3.fromRGB(0, 0, 0)
- FarmStats.TextSize = 14.000
- FarmFrame_2.Name = "FarmFrame"
- FarmFrame_2.Parent = FarmStats
- FarmFrame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- FarmFrame_2.BorderSizePixel = 4
- FarmFrame_2.Position = UDim2.new(-3.06000042, 0, -1.29895258, 0)
- FarmFrame_2.Size = UDim2.new(0, 210, 0, 341)
- FarmFrame_2.Visible = false
- TrainPsychic.Name = "TrainPsychic"
- TrainPsychic.Parent = FarmFrame_2
- TrainPsychic.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- TrainPsychic.BorderSizePixel = 4
- TrainPsychic.Position = UDim2.new(0.0233333707, 0, 0.0435184389, 0)
- TrainPsychic.Size = UDim2.new(0, 200, 0, 50)
- TrainPsychic.Font = Enum.Font.SourceSans
- TrainPsychic.Text = "TrainPsychic"
- TrainPsychic.TextColor3 = Color3.fromRGB(0, 0, 0)
- TrainPsychic.TextSize = 14.000
- UICorner_3.Parent = TrainPsychic
- TrainFist.Name = "TrainFist"
- TrainFist.Parent = FarmFrame_2
- TrainFist.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- TrainFist.BorderSizePixel = 4
- TrainFist.Position = UDim2.new(0.0238095243, 0, 0.251705408, 0)
- TrainFist.Size = UDim2.new(0, 200, 0, 50)
- TrainFist.Font = Enum.Font.SourceSans
- TrainFist.Text = "TrainFist"
- TrainFist.TextColor3 = Color3.fromRGB(0, 0, 0)
- TrainFist.TextSize = 14.000
- UICorner_4.Parent = TrainFist
- FarmSpeed.Name = "FarmSpeed"
- FarmSpeed.Parent = FarmFrame_2
- FarmSpeed.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- FarmSpeed.Position = UDim2.new(0.0238095224, 0, 0.617381692, 0)
- FarmSpeed.Size = UDim2.new(0, 200, 0, 50)
- FarmSpeed.Font = Enum.Font.SourceSans
- FarmSpeed.Text = "TrainSpeed"
- FarmSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
- FarmSpeed.TextSize = 14.000
- UICorner_5.Parent = FarmSpeed
- FarmJump.Name = "FarmJump"
- FarmJump.Parent = FarmFrame_2
- FarmJump.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- FarmJump.Position = UDim2.new(0.0238095224, 0, 0.827551484, 0)
- FarmJump.Size = UDim2.new(0, 200, 0, 50)
- FarmJump.Font = Enum.Font.SourceSans
- FarmJump.Text = "TrainJump"
- FarmJump.TextColor3 = Color3.fromRGB(0, 0, 0)
- FarmJump.TextSize = 14.000
- UICorner_6.Parent = FarmJump
- TextLabel_2.Parent = FarmFrame_2
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.BorderColor3 = Color3.fromRGB(14, 16, 170)
- TextLabel_2.BorderSizePixel = 4
- TextLabel_2.Position = UDim2.new(0.0238095243, 0, 0.45161289, 0)
- TextLabel_2.Size = UDim2.new(0, 200, 0, 37)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Have fun grinding :D"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 248, 243)
- TextLabel_2.TextSize = 16.000
- UICorner_7.Parent = FarmStats
- UICorner_8.Parent = Farm
- PVP.Name = "PVP"
- PVP.Parent = Main
- PVP.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- PVP.BorderSizePixel = 4
- PVP.Position = UDim2.new(0.375990927, 0, 0.13934426, 0)
- PVP.Size = UDim2.new(0, 200, 0, 50)
- PVP.Font = Enum.Font.SourceSans
- PVP.Text = "PVP"
- PVP.TextColor3 = Color3.fromRGB(0, 0, 0)
- PVP.TextSize = 14.000
- PVPFrame.Name = "PVPFrame"
- PVPFrame.Parent = PVP
- PVPFrame.BackgroundColor3 = Color3.fromRGB(11, 11, 11)
- PVPFrame.Position = UDim2.new(-1.54499996, 0, 1.66000009, 0)
- PVPFrame.Size = UDim2.new(0, 827, 0, 413)
- PVPFrame.Visible = false
- AntiVoid.Name = "AntiVoid"
- AntiVoid.Parent = PVPFrame
- AntiVoid.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- AntiVoid.BorderSizePixel = 4
- AntiVoid.Position = UDim2.new(0.0393724442, 0, 0.0686963201, 0)
- AntiVoid.Size = UDim2.new(0, 268, 0, 50)
- AntiVoid.Font = Enum.Font.SourceSans
- AntiVoid.Text = "Anti-Void"
- AntiVoid.TextColor3 = Color3.fromRGB(0, 0, 0)
- AntiVoid.TextSize = 14.000
- UICorner_9.Parent = AntiVoid
- AttackSpecific.Name = "AttackSpecific"
- AttackSpecific.Parent = PVPFrame
- AttackSpecific.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- AttackSpecific.BorderSizePixel = 4
- AttackSpecific.Position = UDim2.new(0.628247917, 0, 0.0687617958, 0)
- AttackSpecific.Size = UDim2.new(0, 269, 0, 50)
- AttackSpecific.Font = Enum.Font.SourceSans
- AttackSpecific.Text = "AttackSpecific"
- AttackSpecific.TextColor3 = Color3.fromRGB(0, 0, 0)
- AttackSpecific.TextSize = 14.000
- AttackSpecificFrame.Name = "AttackSpecificFrame"
- AttackSpecificFrame.Parent = AttackSpecific
- AttackSpecificFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AttackSpecificFrame.Position = UDim2.new(-2.88891697, 0, -1.79999995, 0)
- AttackSpecificFrame.Size = UDim2.new(0, 199, 0, 119)
- AttackSpecificFrame.Visible = false
- TextLabel_3.Parent = AttackSpecificFrame
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- TextLabel_3.BorderSizePixel = 4
- TextLabel_3.Position = UDim2.new(-0.00502512557, 0, 0, 0)
- TextLabel_3.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "Select Player"
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextSize = 14.000
- SelectPlayerAttack.Name = "SelectPlayerAttack"
- SelectPlayerAttack.Parent = AttackSpecificFrame
- SelectPlayerAttack.BackgroundColor3 = Color3.fromRGB(255, 63, 15)
- SelectPlayerAttack.BorderSizePixel = 4
- SelectPlayerAttack.Position = UDim2.new(0, 0, 0.277310938, 0)
- SelectPlayerAttack.Size = UDim2.new(0, 200, 0, 50)
- SelectPlayerAttack.Font = Enum.Font.SourceSans
- SelectPlayerAttack.Text = ""
- SelectPlayerAttack.TextColor3 = Color3.fromRGB(0, 0, 0)
- SelectPlayerAttack.TextSize = 14.000
- Attack.Name = "Attack!"
- Attack.Parent = AttackSpecificFrame
- Attack.BackgroundColor3 = Color3.fromRGB(57, 133, 255)
- Attack.BorderSizePixel = 4
- Attack.Position = UDim2.new(0, 0, 0.739495814, 0)
- Attack.Size = UDim2.new(0, 200, 0, 31)
- Attack.Font = Enum.Font.SourceSans
- Attack.Text = "Attack!"
- Attack.TextColor3 = Color3.fromRGB(0, 0, 0)
- Attack.TextSize = 14.000
- UICorner_10.Parent = AttackSpecific
- ClientBring.Name = "ClientBring"
- ClientBring.Parent = PVPFrame
- ClientBring.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- ClientBring.BorderSizePixel = 4
- ClientBring.Position = UDim2.new(0.0393724442, 0, 0.28643924, 0)
- ClientBring.Size = UDim2.new(0, 269, 0, 50)
- ClientBring.Font = Enum.Font.SourceSans
- ClientBring.Text = "ClientBring"
- ClientBring.TextColor3 = Color3.fromRGB(0, 0, 0)
- ClientBring.TextSize = 14.000
- UICorner_11.Parent = ClientBring
- TpToSafety.Name = "TpToSafety"
- TpToSafety.Parent = PVPFrame
- TpToSafety.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- TpToSafety.Position = UDim2.new(0.628247917, 0, 0.285714298, 0)
- TpToSafety.Size = UDim2.new(0, 268, 0, 50)
- TpToSafety.Font = Enum.Font.SourceSans
- TpToSafety.Text = "TpToSafety"
- TpToSafety.TextColor3 = Color3.fromRGB(0, 0, 0)
- TpToSafety.TextSize = 14.000
- UICorner_12.Parent = TpToSafety
- TextLabel_4.Parent = PVPFrame
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_4.Position = UDim2.new(0.482466757, 0, 0, 0)
- TextLabel_4.Size = UDim2.new(0, 38, 0, 413)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.Text = ""
- TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_4.TextSize = 14.000
- TextLabel_5.Parent = PVPFrame
- TextLabel_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_5.Position = UDim2.new(0.00483675953, 0, 0.455205798, 0)
- TextLabel_5.Size = UDim2.new(0, 827, 0, 37)
- TextLabel_5.Font = Enum.Font.SourceSans
- TextLabel_5.Text = ""
- TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_5.TextSize = 14.000
- LoopTpPlayer.Name = "LoopTpPlayer"
- LoopTpPlayer.Parent = PVPFrame
- LoopTpPlayer.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- LoopTpPlayer.Position = UDim2.new(0.0386940762, 0, 0.61259079, 0)
- LoopTpPlayer.Size = UDim2.new(0, 269, 0, 50)
- LoopTpPlayer.Font = Enum.Font.SourceSans
- LoopTpPlayer.Text = "LoopTPPlayer"
- LoopTpPlayer.TextColor3 = Color3.fromRGB(0, 0, 0)
- LoopTpPlayer.TextSize = 14.000
- UICorner_13.Parent = LoopTpPlayer
- SelectPlayerTp.Name = "SelectPlayerTp"
- SelectPlayerTp.Parent = LoopTpPlayer
- SelectPlayerTp.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
- SelectPlayerTp.Position = UDim2.new(0.0669145063, 0, 1.54000008, 0)
- SelectPlayerTp.Size = UDim2.new(0, 233, 0, 50)
- SelectPlayerTp.Font = Enum.Font.SourceSans
- SelectPlayerTp.Text = ""
- SelectPlayerTp.TextColor3 = Color3.fromRGB(0, 0, 0)
- SelectPlayerTp.TextSize = 14.000
- TextLabel_6.Parent = LoopTpPlayer
- TextLabel_6.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- TextLabel_6.Position = UDim2.new(0.13011153, 0, -1.29999995, 0)
- TextLabel_6.Size = UDim2.new(0, 200, 0, 37)
- TextLabel_6.Font = Enum.Font.SourceSans
- TextLabel_6.Text = "Insert FULL username bellow"
- TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_6.TextSize = 14.000
- AutoRespawn.Name = "AutoRespawn"
- AutoRespawn.Parent = PVPFrame
- AutoRespawn.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- AutoRespawn.Position = UDim2.new(0.73881495, 0, 0.571428537, 0)
- AutoRespawn.Size = UDim2.new(0, 200, 0, 50)
- AutoRespawn.Font = Enum.Font.SourceSans
- AutoRespawn.Text = "AutoRespawn when damaged (WIP)"
- AutoRespawn.TextColor3 = Color3.fromRGB(0, 0, 0)
- AutoRespawn.TextSize = 14.000
- UICorner_14.Parent = AutoRespawn
- ReapAll.Name = "ReapAll"
- ReapAll.Parent = PVPFrame
- ReapAll.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- ReapAll.Position = UDim2.new(0.73881495, 0, 0.857142866, 0)
- ReapAll.Size = UDim2.new(0, 200, 0, 50)
- ReapAll.Font = Enum.Font.SourceSans
- ReapAll.Text = "Reap All"
- ReapAll.TextColor3 = Color3.fromRGB(0, 0, 0)
- ReapAll.TextSize = 14.000
- UICorner_15.Parent = ReapAll
- SoulAttackAll.Name = "SoulAttackAll"
- SoulAttackAll.Parent = PVPFrame
- SoulAttackAll.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- SoulAttackAll.Position = UDim2.new(0.552599728, 0, 0.716707051, 0)
- SoulAttackAll.Size = UDim2.new(0, 200, 0, 50)
- SoulAttackAll.Font = Enum.Font.SourceSans
- SoulAttackAll.Text = "Soul Attack All"
- SoulAttackAll.TextColor3 = Color3.fromRGB(0, 0, 0)
- SoulAttackAll.TextSize = 14.000
- UICorner_16.Parent = SoulAttackAll
- UICorner_17.Parent = PVP
- Misc.Name = "Misc"
- Misc.Parent = Main
- Misc.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- Misc.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Misc.BorderSizePixel = 4
- Misc.Position = UDim2.new(0.73612684, 0, 0.13934426, 0)
- Misc.Size = UDim2.new(0, 200, 0, 50)
- Misc.Font = Enum.Font.SourceSans
- Misc.Text = "Game"
- Misc.TextColor3 = Color3.fromRGB(0, 0, 0)
- Misc.TextSize = 14.000
- MiscFrame.Name = "MiscFrame"
- MiscFrame.Parent = Misc
- MiscFrame.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- MiscFrame.Position = UDim2.new(-3.13499999, 0, 1.53999996, 0)
- MiscFrame.Size = UDim2.new(0, 827, 0, 407)
- MiscFrame.Visible = false
- ChatSpy.Name = "ChatSpy"
- ChatSpy.Parent = MiscFrame
- ChatSpy.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
- ChatSpy.BorderSizePixel = 4
- ChatSpy.Position = UDim2.new(0.213307381, 0, 0.438221782, 0)
- ChatSpy.Size = UDim2.new(0, 171, 0, 50)
- ChatSpy.Font = Enum.Font.SourceSans
- ChatSpy.Text = "ChatSpy"
- ChatSpy.TextColor3 = Color3.fromRGB(0, 0, 0)
- ChatSpy.TextSize = 14.000
- UICorner_18.Parent = ChatSpy
- Useful.Name = "Useful"
- Useful.Parent = MiscFrame
- Useful.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
- Useful.BorderSizePixel = 4
- Useful.Position = UDim2.new(0.573485136, 0, 0.437832117, 0)
- Useful.Size = UDim2.new(0, 171, 0, 50)
- Useful.Font = Enum.Font.SourceSans
- Useful.Text = "Other GUI"
- Useful.TextColor3 = Color3.fromRGB(0, 0, 0)
- Useful.TextSize = 14.000
- MiscFrame_2.Name = "MiscFrame"
- MiscFrame_2.Parent = Useful
- MiscFrame_2.BackgroundColor3 = Color3.fromRGB(77, 46, 255)
- MiscFrame_2.BorderSizePixel = 5
- MiscFrame_2.Position = UDim2.new(2.61988306, 0, -3.41999984, 0)
- MiscFrame_2.Size = UDim2.new(0, 229, 0, 203)
- MiscFrame_2.Visible = false
- InfYield.Name = "InfYield"
- InfYield.Parent = MiscFrame_2
- InfYield.BackgroundColor3 = Color3.fromRGB(255, 3, 7)
- InfYield.Position = UDim2.new(0.0611353703, 0, 0.0541871935, 0)
- InfYield.Size = UDim2.new(0, 200, 0, 77)
- InfYield.Font = Enum.Font.SourceSans
- InfYield.Text = "InfYield"
- InfYield.TextColor3 = Color3.fromRGB(0, 0, 0)
- InfYield.TextSize = 14.000
- UICorner_19.Parent = InfYield
- CMDX.Name = "CMD-X"
- CMDX.Parent = MiscFrame_2
- CMDX.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
- CMDX.Position = UDim2.new(0.061135374, 0, 0.561576307, 0)
- CMDX.Size = UDim2.new(0, 200, 0, 78)
- CMDX.Font = Enum.Font.SourceSans
- CMDX.Text = "CMD-X"
- CMDX.TextColor3 = Color3.fromRGB(0, 0, 0)
- CMDX.TextSize = 14.000
- UICorner_20.Parent = CMDX
- UICorner_21.CornerRadius = UDim.new(0, 9)
- UICorner_21.Parent = MiscFrame_2
- UICorner_22.Parent = Useful
- Rejoin.Name = "Rejoin"
- Rejoin.Parent = MiscFrame
- Rejoin.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
- Rejoin.Position = UDim2.new(0.39694342, 0, 0.643734634, 0)
- Rejoin.Size = UDim2.new(0, 170, 0, 50)
- Rejoin.Font = Enum.Font.SourceSans
- Rejoin.Text = "Rejoin"
- Rejoin.TextColor3 = Color3.fromRGB(0, 0, 0)
- Rejoin.TextSize = 14.000
- UICorner_23.Parent = Rejoin
- UICorner_24.Parent = Misc
- -- Scripts:
- local function RMXYXXP_fake_script() -- Toggle.Toggle
- local script = Instance.new('LocalScript', Toggle)
- local frame = script.Parent.Parent.Main -- change “Test” to the name of the frane
- local open = false
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- else
- frame.Visible = false
- end
- end)
- end
- coroutine.wrap(RMXYXXP_fake_script)()
- local function AXPSFAQ_fake_script() -- AntiAfk.AntiAfk
- local script = Instance.new('LocalScript', AntiAfk)
- script.Parent.MouseButton1Click:Connect(function()
- wait(10)local ba=Instance.new("ScreenGui")
- local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
- local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
- ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
- ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
- ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,304,0,52)
- ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti Afk Kick Script"ca.TextColor3=Color3.new(0,1,1)
- ca.TextSize=22;da.Parent=ca
- da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
- da.Size=UDim2.new(0,304,0,107)_b.Parent=da
- _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
- _b.Size=UDim2.new(0,304,0,21)_b.Font=Enum.Font.Arial;_b.Text="Made by Warn"
- _b.TextColor3=Color3.new(1,1,1)_b.TextSize=20;ab.Parent=da
- ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377379,0)
- ab.Size=UDim2.new(0,304,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Script Started"
- ab.TextColor3=Color3.new(1,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
- game:service'Players'.LocalPlayer.Idled:connect(function()
- bb:CaptureController()bb:ClickButton2(Vector2.new())
- ab.Text="You went idle and ROBLOX tried to kick you but we reflected it!"wait(2)ab.Text="Script Re-Enabled"
- end)
- end)
- end
- coroutine.wrap(AXPSFAQ_fake_script)()
- local function EFTJP_fake_script() -- TrainPsychic.TrainPsychicScript
- local script = Instance.new('LocalScript', TrainPsychic)
- script.Parent.MouseButton1Click:Connect(function()
- plr = game.Players.LocalPlayer
- hum = plr.Character.HumanoidRootPart
- hum.CFrame = CFrame.new(-273,281,1007)
- wait(1)
- game.Players.LocalPlayer.Character.UpperTorso.Waist:remove()
- wait(1)
- hum.CFrame = CFrame.new(-2551,5413,-493)
- end)
- end
- coroutine.wrap(EFTJP_fake_script)()
- local function DXXYOPQ_fake_script() -- TrainFist.TrainFIstScript
- local script = Instance.new('LocalScript', TrainFist)
- script.Parent.MouseButton1Click:Connect(function()
- plr = game.Players.LocalPlayer
- hum = plr.Character.HumanoidRootPart
- hum.CFrame = CFrame.new(-273,281,1007)
- wait(1)
- game.Players.LocalPlayer.Character.UpperTorso.Waist:remove()
- wait(1)
- hum.CFrame = CFrame.new(-368.29,15735.20,-7.72)
- _G.enabled = false
- _G.enabled = not _G.enabled
- if not _G.enabled then
- end
- while _G.enabled do
- task.wait(0.1)
- local args = {
- [1] = {
- [1] = "+FS6"
- }
- }
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- end
- end)
- end
- coroutine.wrap(DXXYOPQ_fake_script)()
- local function SRAWFX_fake_script() -- FarmSpeed.FarmSpeedScript
- local script = Instance.new('LocalScript', FarmSpeed)
- script.Parent.MouseButton1Click:Connect(function()
- local args = {
- [1] = {
- [1] = "Weight",
- [2] = "Weight4"
- }
- }
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- task.wait(1)
- while true do
- task.wait(0.1)
- local args = {
- [1] = {
- [1] = "+MS5"
- }
- }
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- end
- end)
- end
- coroutine.wrap(SRAWFX_fake_script)()
- local function SMGV_fake_script() -- FarmJump.FarmJumpScript
- local script = Instance.new('LocalScript', FarmJump)
- script.Parent.MouseButton1Click:Connect(function()
- while true do
- task.wait(0.1)
- local args = {
- [1] = {
- [1] = "+JF4"
- }
- }
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- end
- end)
- end
- coroutine.wrap(SMGV_fake_script)()
- local function OOJZ_fake_script() -- FarmStats.ToggleFarmFrame
- local script = Instance.new('LocalScript', FarmStats)
- local frame = script.Parent.FarmFrame
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- else
- frame.Visible = false
- end
- end)
- end
- coroutine.wrap(OOJZ_fake_script)()
- local function VISBC_fake_script() -- Farm.ToggleFarmFrame
- local script = Instance.new('LocalScript', Farm)
- local frame = script.Parent.FarmFrame
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- else
- frame.Visible = false
- end
- end)
- end
- coroutine.wrap(VISBC_fake_script)()
- local function SQCI_fake_script() -- AntiVoid.AntiVoidScript
- local script = Instance.new('LocalScript', AntiVoid)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.RightHand:Remove()
- end)
- end
- coroutine.wrap(SQCI_fake_script)()
- local function RZJHLWP_fake_script() -- Attack.AttackScript
- local script = Instance.new('LocalScript', Attack)
- local plrselected, plr;
- local enabled = false
- script.Parent.MouseButton1Click:Connect(function()
- plrselected = script.Parent.Parent.SelectPlayerAttack.Text
- plr = game.Players[plrselected]
- enabled = not enabled
- while enabled do
- task.wait(0.1)
- local args = {
- [1] = {
- [1] = "Skill_SpherePunch",
- [2] = Vector3.new(plr.Character.HumanoidRootPart.Position.X, plr.Character.HumanoidRootPart.Position.Y, plr.Character.HumanoidRootPart.Position.Z)
- }
- }
- end
- end)
- end
- coroutine.wrap(RZJHLWP_fake_script)()
- local function OYGN_fake_script() -- AttackSpecific.ToggleAttack
- local script = Instance.new('LocalScript', AttackSpecific)
- local frame = script.Parent.AttackSpecificFrame
- script.Parent.MouseButton1Click:Connect(function()
- frame.Visible = not frame.Visible
- end)
- end
- coroutine.wrap(OYGN_fake_script)()
- local function SOMI_fake_script() -- ClientBring.ClientBring
- local script = Instance.new('LocalScript', ClientBring)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/WrVcTkmS", true))()
- end)
- end
- coroutine.wrap(SOMI_fake_script)()
- local function UGZU_fake_script() -- TpToSafety.TpToSafetyScript
- local script = Instance.new('LocalScript', TpToSafety)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1432.017, 70754.51, -789.678)
- end)
- end
- coroutine.wrap(UGZU_fake_script)()
- local function EZRFPW_fake_script() -- LoopTpPlayer.LoopTpPlayerScript
- local script = Instance.new('LocalScript', LoopTpPlayer)
- local enabled = false
- script.Parent.MouseButton1Click:Connect(function()
- local Players = game:GetService("Players")
- local LocalPlayer = Players.LocalPlayer
- enabled = not enabled
- while enabled do
- task.wait(0.1)
- if Players:FindFirstChild(script.Parent.Parent.SelectPlayerTp.Text) then
- LocalPlayer.Character.HumanoidRootPart.CFrame = Players[script.Parent.Parent.SelectPlayerTp.Text].Character.HumanoidRootPart.CFrame
- end
- end
- end)
- end
- coroutine.wrap(EZRFPW_fake_script)()
- local function DGPYIIV_fake_script() -- AutoRespawn.AutoRespawnScript
- local script = Instance.new('LocalScript', AutoRespawn)
- end
- coroutine.wrap(DGPYIIV_fake_script)()
- local function DGRYR_fake_script() -- ReapAll.ReapAllScript
- local script = Instance.new('LocalScript', ReapAll)
- local enabled = false
- script.Parent.MouseButton1Click:Connect(function()
- enabled = not enabled
- while enabled do
- local Players = game:GetService("Players")
- local PlayerList = Players:GetPlayers()
- local RandomPlayer = PlayerList[math.random(1, #PlayerList)]
- task.wait(0.1)
- local args = {
- [1] = {
- [1] = "Skill_SoulReap",
- [2] = RandomPlayer
- }
- }
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- end
- end)
- end
- coroutine.wrap(DGRYR_fake_script)()
- local function TVGU_fake_script() -- SoulAttackAll.SoulAttackAllScript
- local script = Instance.new('LocalScript', SoulAttackAll)
- local enabled = false
- script.Parent.MouseButton1Click:Connect(function()
- enabled = not enabled
- script.Parent.BackgroundColor3 = enabled and Color3.fromRGB(118, 252, 92) or Color3.fromRGB(243, 74, 74)
- while enabled do
- local Players = game:GetService("Players")
- local PlayerList = Players:GetPlayers()
- local RandomPlayer = PlayerList[math.random(1, #PlayerList)]
- task.wait(0.2)
- local args = {
- [1] = {
- [1] = "Skill_SoulAttack_Start",
- [2] = RandomPlayer
- }
- }
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- local args = {
- [1] = {
- [1] = "Skill_SoulAttack_End"
- }
- }
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- end
- end)
- end
- coroutine.wrap(TVGU_fake_script)()
- local function AIXNXX_fake_script() -- PVP.PVPFrameToggle
- local script = Instance.new('LocalScript', PVP)
- local frame = script.Parent.PVPFrame
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- else
- frame.Visible = false
- end
- end)
- end
- coroutine.wrap(AIXNXX_fake_script)()
- local function ALSOUA_fake_script() -- ChatSpy.ChatSpy
- local script = Instance.new('LocalScript', ChatSpy)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/W53SyMb9", true))()
- end)
- end
- coroutine.wrap(ALSOUA_fake_script)()
- local function SBBHUFM_fake_script() -- InfYield.InfYieldScript
- local script = Instance.new('LocalScript', InfYield)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- end
- coroutine.wrap(SBBHUFM_fake_script)()
- local function QCNWZNE_fake_script() -- CMDX.CMD-XScript
- local script = Instance.new('LocalScript', CMDX)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
- end)
- end
- coroutine.wrap(QCNWZNE_fake_script)()
- local function KASADA_fake_script() -- Useful.ToggleMisc
- local script = Instance.new('LocalScript', Useful)
- local frame = script.Parent.MiscFrame
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- else
- frame.Visible = false
- end
- end)
- end
- coroutine.wrap(KASADA_fake_script)()
- local function XNTGVYY_fake_script() -- Rejoin.RejoinScript
- local script = Instance.new('LocalScript', Rejoin)
- local ts = game:GetService("TeleportService")
- local p = game:GetService("Players").LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- ts:Teleport(game.PlaceId, p)
- end)
- end
- coroutine.wrap(XNTGVYY_fake_script)()
- local function JDMPE_fake_script() -- Misc.ToggleMiscFrame
- local script = Instance.new('LocalScript', Misc)
- local frame = script.Parent.MiscFrame
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- else
- frame.Visible = false
- end
- end)
- end
- coroutine.wrap(JDMPE_fake_script)()
Add Comment
Please, Sign In to add comment