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 ClientBring = Instance.new("TextButton")
- local UICorner_10 = Instance.new("UICorner")
- local TpToSafety = Instance.new("TextButton")
- local UICorner_11 = Instance.new("UICorner")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextLabel_4 = Instance.new("TextLabel")
- local LoopVoid = Instance.new("TextButton")
- local UICorner_12 = Instance.new("UICorner")
- local SelectedPlayerVoid = Instance.new("TextBox")
- local TextLabel_5 = Instance.new("TextLabel")
- local AutoRespawn = Instance.new("TextButton")
- local UICorner_13 = Instance.new("UICorner")
- local ReapAll = Instance.new("TextButton")
- local UICorner_14 = Instance.new("UICorner")
- local SoulAttackAll = Instance.new("TextButton")
- local UICorner_15 = Instance.new("UICorner")
- local RespawnKeepRep = Instance.new("TextButton")
- local UICorner_16 = Instance.new("UICorner")
- local Page2PVP = Instance.new("TextButton")
- local UICorner_17 = Instance.new("UICorner")
- local MorePVPFrame = Instance.new("Frame")
- local TextLabel_6 = Instance.new("TextLabel")
- local AttackSpecificPlayer = Instance.new("TextButton")
- local UICorner_18 = Instance.new("UICorner")
- local CSpam = Instance.new("TextButton")
- local UICorner_19 = Instance.new("UICorner")
- local UICorner_20 = Instance.new("UICorner")
- local Misc = Instance.new("TextButton")
- local MiscFrame = Instance.new("Frame")
- local ChatSpy = Instance.new("TextButton")
- local UICorner_21 = Instance.new("UICorner")
- local Useful = Instance.new("TextButton")
- local MiscFrame_2 = Instance.new("Frame")
- local InfYield = Instance.new("TextButton")
- local UICorner_22 = Instance.new("UICorner")
- local CMDX = Instance.new("TextButton")
- local UICorner_23 = Instance.new("UICorner")
- local UICorner_24 = Instance.new("UICorner")
- local UICorner_25 = Instance.new("UICorner")
- local Rejoin = Instance.new("TextButton")
- local UICorner_26 = Instance.new("UICorner")
- local RainbowRank = Instance.new("TextButton")
- local UICorner_27 = Instance.new("UICorner")
- local UICorner_28 = 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.Active = true
- 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.Selectable = true
- 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, 0, 1.53999996, 0)
- FarmFrame.Size = UDim2.new(0, 827, 0, 419)
- 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.72000003, 0)
- PVPFrame.Size = UDim2.new(0, 827, 0, 410)
- PVPFrame.Visible = false
- AntiVoid.Name = "AntiVoid"
- AntiVoid.Parent = PVPFrame
- AntiVoid.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- AntiVoid.BorderSizePixel = 4
- AntiVoid.Position = UDim2.new(0.0236530062, 0, 0.0662573129, 0)
- AntiVoid.Size = UDim2.new(0, 159, 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
- ClientBring.Name = "ClientBring"
- ClientBring.Parent = PVPFrame
- ClientBring.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- ClientBring.BorderSizePixel = 4
- ClientBring.Position = UDim2.new(0.0236530043, 0, 0.284000218, 0)
- ClientBring.Size = UDim2.new(0, 159, 0, 50)
- ClientBring.Font = Enum.Font.SourceSans
- ClientBring.Text = "Client-Bring"
- ClientBring.TextColor3 = Color3.fromRGB(0, 0, 0)
- ClientBring.TextSize = 14.000
- UICorner_10.Parent = ClientBring
- TpToSafety.Name = "TpToSafety"
- TpToSafety.Parent = PVPFrame
- TpToSafety.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- TpToSafety.Position = UDim2.new(0.783024192, 0, 0.0637630522, 0)
- TpToSafety.Size = UDim2.new(0, 158, 0, 50)
- TpToSafety.Font = Enum.Font.SourceSans
- TpToSafety.Text = "TpToSafety"
- TpToSafety.TextColor3 = Color3.fromRGB(0, 0, 0)
- TpToSafety.TextSize = 14.000
- UICorner_11.Parent = TpToSafety
- TextLabel_3.Parent = PVPFrame
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.Position = UDim2.new(0.482466757, 0, 0, 0)
- TextLabel_3.Size = UDim2.new(0, 38, 0, 410)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = ""
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextSize = 14.000
- TextLabel_4.Parent = PVPFrame
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_4.Position = UDim2.new(0, 0, 0.455205858, 0)
- TextLabel_4.Size = UDim2.new(0, 827, 0, 37)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.Text = ""
- TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_4.TextSize = 14.000
- LoopVoid.Name = "LoopVoid"
- LoopVoid.Parent = PVPFrame
- LoopVoid.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- LoopVoid.Position = UDim2.new(0.66626364, 0, 0.210151777, 0)
- LoopVoid.Size = UDim2.new(0, 158, 0, 50)
- LoopVoid.Font = Enum.Font.SourceSans
- LoopVoid.Text = "Loop-Void (Being worked on)"
- LoopVoid.TextColor3 = Color3.fromRGB(0, 0, 0)
- LoopVoid.TextSize = 14.000
- UICorner_12.Parent = LoopVoid
- SelectedPlayerVoid.Name = "SelectedPlayerVoid"
- SelectedPlayerVoid.Parent = LoopVoid
- SelectedPlayerVoid.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
- SelectedPlayerVoid.Position = UDim2.new(0, 0, 1.22000003, 0)
- SelectedPlayerVoid.Size = UDim2.new(0, 157, 0, 34)
- SelectedPlayerVoid.Font = Enum.Font.SourceSans
- SelectedPlayerVoid.Text = ""
- SelectedPlayerVoid.TextColor3 = Color3.fromRGB(0, 0, 0)
- SelectedPlayerVoid.TextSize = 14.000
- TextLabel_5.Parent = LoopVoid
- TextLabel_5.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- TextLabel_5.Position = UDim2.new(-0.135711268, 0, 1.98000002, 0)
- TextLabel_5.Size = UDim2.new(0, 200, 0, 37)
- TextLabel_5.Font = Enum.Font.SourceSans
- TextLabel_5.Text = "Insert FULL username of target"
- TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_5.TextSize = 14.000
- AutoRespawn.Name = "AutoRespawn"
- AutoRespawn.Parent = PVPFrame
- AutoRespawn.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- AutoRespawn.Position = UDim2.new(0.552068949, 0, 0.0641114786, 0)
- AutoRespawn.Size = UDim2.new(0, 158, 0, 50)
- AutoRespawn.Font = Enum.Font.SourceSans
- AutoRespawn.Text = "Auto-Respawn when low"
- AutoRespawn.TextColor3 = Color3.fromRGB(0, 0, 0)
- AutoRespawn.TextSize = 14.000
- UICorner_13.Parent = AutoRespawn
- ReapAll.Name = "ReapAll"
- ReapAll.Parent = PVPFrame
- ReapAll.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- ReapAll.Position = UDim2.new(0.260654211, 0, 0.283972085, 0)
- ReapAll.Size = UDim2.new(0, 158, 0, 50)
- ReapAll.Font = Enum.Font.SourceSans
- ReapAll.Text = "Reap All"
- ReapAll.TextColor3 = Color3.fromRGB(0, 0, 0)
- ReapAll.TextSize = 14.000
- UICorner_14.Parent = ReapAll
- SoulAttackAll.Name = "SoulAttackAll"
- SoulAttackAll.Parent = PVPFrame
- SoulAttackAll.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- SoulAttackAll.Position = UDim2.new(0.260654211, 0, 0.0654875264, 0)
- SoulAttackAll.Size = UDim2.new(0, 158, 0, 50)
- SoulAttackAll.Font = Enum.Font.SourceSans
- SoulAttackAll.Text = "Soul Attack All"
- SoulAttackAll.TextColor3 = Color3.fromRGB(0, 0, 0)
- SoulAttackAll.TextSize = 14.000
- UICorner_15.Parent = SoulAttackAll
- RespawnKeepRep.Name = "RespawnKeepRep"
- RespawnKeepRep.Parent = PVPFrame
- RespawnKeepRep.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- RespawnKeepRep.Position = UDim2.new(0.0236530043, 0, 0.592682898, 0)
- RespawnKeepRep.Size = UDim2.new(0, 158, 0, 50)
- RespawnKeepRep.Font = Enum.Font.SourceSans
- RespawnKeepRep.Text = "RespawnKeepRep"
- RespawnKeepRep.TextColor3 = Color3.fromRGB(0, 0, 0)
- RespawnKeepRep.TextSize = 14.000
- UICorner_16.Parent = RespawnKeepRep
- Page2PVP.Name = "Page2PVP"
- Page2PVP.Parent = PVPFrame
- Page2PVP.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- Page2PVP.Position = UDim2.new(0.846432865, 0, 0.878048778, 0)
- Page2PVP.Size = UDim2.new(0, 127, 0, 50)
- Page2PVP.Font = Enum.Font.SourceSans
- Page2PVP.Text = "More PVP ->"
- Page2PVP.TextColor3 = Color3.fromRGB(0, 0, 0)
- Page2PVP.TextSize = 14.000
- UICorner_17.Parent = Page2PVP
- MorePVPFrame.Name = "MorePVPFrame"
- MorePVPFrame.Parent = Page2PVP
- MorePVPFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- MorePVPFrame.BorderSizePixel = 4
- MorePVPFrame.Position = UDim2.new(1.32283461, 0, -4.84000015, 0)
- MorePVPFrame.Size = UDim2.new(0, 290, 0, 321)
- MorePVPFrame.Visible = false
- TextLabel_6.Parent = MorePVPFrame
- TextLabel_6.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- TextLabel_6.Position = UDim2.new(0.155172408, 0, 0.420560747, 0)
- TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
- TextLabel_6.Font = Enum.Font.SourceSans
- TextLabel_6.Text = "Work In Progress!"
- TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_6.TextSize = 14.000
- AttackSpecificPlayer.Name = "AttackSpecificPlayer"
- AttackSpecificPlayer.Parent = PVPFrame
- AttackSpecificPlayer.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- AttackSpecificPlayer.Position = UDim2.new(0.622732759, 0, 0.592682898, 0)
- AttackSpecificPlayer.Size = UDim2.new(0, 224, 0, 50)
- AttackSpecificPlayer.Font = Enum.Font.SourceSans
- AttackSpecificPlayer.Text = "AttackSpecificPlayerGUI"
- AttackSpecificPlayer.TextColor3 = Color3.fromRGB(0, 0, 0)
- AttackSpecificPlayer.TextSize = 14.000
- UICorner_18.Parent = AttackSpecificPlayer
- CSpam.Name = "CSpam"
- CSpam.Parent = PVPFrame
- CSpam.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- CSpam.Position = UDim2.new(0.0236530043, 0, 0.836585402, 0)
- CSpam.Size = UDim2.new(0, 157, 0, 50)
- CSpam.Font = Enum.Font.SourceSans
- CSpam.Text = "C-Spam"
- CSpam.TextColor3 = Color3.fromRGB(0, 0, 0)
- CSpam.TextSize = 14.000
- UICorner_19.Parent = CSpam
- UICorner_20.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.Selected = true
- 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.Active = true
- MiscFrame.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- MiscFrame.Position = UDim2.new(-3.13499999, 0, 1.53999996, 0)
- MiscFrame.Selectable = true
- MiscFrame.Size = UDim2.new(0, 827, 0, 419)
- 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_21.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_22.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_23.Parent = CMDX
- UICorner_24.CornerRadius = UDim.new(0, 9)
- UICorner_24.Parent = MiscFrame_2
- UICorner_25.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_26.Parent = Rejoin
- RainbowRank.Name = "RainbowRank"
- RainbowRank.Parent = MiscFrame
- RainbowRank.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RainbowRank.Size = UDim2.new(0, 200, 0, 50)
- RainbowRank.Selected = true
- RainbowRank.Font = Enum.Font.SourceSans
- RainbowRank.TextColor3 = Color3.fromRGB(0, 0, 0)
- RainbowRank.TextSize = 14.000
- UICorner_27.Parent = RainbowRank
- UICorner_28.Parent = Misc
- -- Scripts:
- local function HWONFTL_fake_script() -- Toggle.LocalScript
- local script = Instance.new('LocalScript', Toggle)
- end
- coroutine.wrap(HWONFTL_fake_script)()
- local function ODGJ_fake_script() -- AntiAfk.LocalScript
- local script = Instance.new('LocalScript', AntiAfk)
- end
- coroutine.wrap(ODGJ_fake_script)()
- local function CVGU_fake_script() -- TrainPsychic.LocalScript
- local script = Instance.new('LocalScript', TrainPsychic)
- end
- coroutine.wrap(CVGU_fake_script)()
- local function BPJYJ_fake_script() -- TrainFist.LocalScript
- local script = Instance.new('LocalScript', TrainFist)
- end
- coroutine.wrap(BPJYJ_fake_script)()
- local function BAVEEB_fake_script() -- FarmSpeed.LocalScript
- local script = Instance.new('LocalScript', FarmSpeed)
- end
- coroutine.wrap(BAVEEB_fake_script)()
- local function XFBGMA_fake_script() -- FarmJump.LocalScript
- local script = Instance.new('LocalScript', FarmJump)
- end
- coroutine.wrap(XFBGMA_fake_script)()
- local function LPLEJX_fake_script() -- FarmStats.LocalScript
- local script = Instance.new('LocalScript', FarmStats)
- end
- coroutine.wrap(LPLEJX_fake_script)()
- local function GPYRPZJ_fake_script() -- Farm.LocalScript
- local script = Instance.new('LocalScript', Farm)
- end
- coroutine.wrap(GPYRPZJ_fake_script)()
- local function XKPGNN_fake_script() -- AntiVoid.LocalScript
- local script = Instance.new('LocalScript', AntiVoid)
- end
- coroutine.wrap(XKPGNN_fake_script)()
- local function PFRE_fake_script() -- ClientBring.LocalScript
- local script = Instance.new('LocalScript', ClientBring)
- end
- coroutine.wrap(PFRE_fake_script)()
- local function LACM_fake_script() -- TpToSafety.LocalScript
- local script = Instance.new('LocalScript', TpToSafety)
- end
- coroutine.wrap(LACM_fake_script)()
- local function HFGIGY_fake_script() -- LoopVoid.LocalScript
- local script = Instance.new('LocalScript', LoopVoid)
- end
- coroutine.wrap(HFGIGY_fake_script)()
- local function XYLDRMF_fake_script() -- AutoRespawn.LocalScript
- local script = Instance.new('LocalScript', AutoRespawn)
- end
- coroutine.wrap(XYLDRMF_fake_script)()
- local function NOPK_fake_script() -- ReapAll.LocalScript
- local script = Instance.new('LocalScript', ReapAll)
- end
- coroutine.wrap(NOPK_fake_script)()
- local function VRVBQJV_fake_script() -- SoulAttackAll.LocalScript
- local script = Instance.new('LocalScript', SoulAttackAll)
- end
- coroutine.wrap(VRVBQJV_fake_script)()
- local function GNFPSI_fake_script() -- RespawnKeepRep.LocalScript
- local script = Instance.new('LocalScript', RespawnKeepRep)
- end
- coroutine.wrap(GNFPSI_fake_script)()
- local function LZGP_fake_script() -- Page2PVP.LocalScript
- local script = Instance.new('LocalScript', Page2PVP)
- end
- coroutine.wrap(LZGP_fake_script)()
- local function UXLJ_fake_script() -- AttackSpecificPlayer.LocalScript
- local script = Instance.new('LocalScript', AttackSpecificPlayer)
- end
- coroutine.wrap(UXLJ_fake_script)()
- local function JUZKYJP_fake_script() -- CSpam.LocalScript
- local script = Instance.new('LocalScript', CSpam)
- end
- coroutine.wrap(JUZKYJP_fake_script)()
- local function AMXR_fake_script() -- PVP.LocalScript
- local script = Instance.new('LocalScript', PVP)
- end
- coroutine.wrap(AMXR_fake_script)()
- local function ALRKK_fake_script() -- ChatSpy.LocalScript
- local script = Instance.new('LocalScript', ChatSpy)
- end
- coroutine.wrap(ALRKK_fake_script)()
- local function ECFKIQ_fake_script() -- InfYield.LocalScript
- local script = Instance.new('LocalScript', InfYield)
- end
- coroutine.wrap(ECFKIQ_fake_script)()
- local function MUQGRK_fake_script() -- CMDX.LocalScript
- local script = Instance.new('LocalScript', CMDX)
- end
- coroutine.wrap(MUQGRK_fake_script)()
- local function HIEC_fake_script() -- Useful.LocalScript
- local script = Instance.new('LocalScript', Useful)
- end
- coroutine.wrap(HIEC_fake_script)()
- local function LYFHHLB_fake_script() -- Rejoin.LocalScript
- local script = Instance.new('LocalScript', Rejoin)
- end
- coroutine.wrap(LYFHHLB_fake_script)()
- local function MXGDT_fake_script() -- RainbowRank.LocalScript
- local script = Instance.new('LocalScript', RainbowRank)
- end
- coroutine.wrap(MXGDT_fake_script)()
- local function RFZGTZ_fake_script() -- Misc.LocalScript
- local script = Instance.new('LocalScript', Misc)
- end
- coroutine.wrap(RFZGTZ_fake_script)()
Add Comment
Please, Sign In to add comment