_Pandora_

Scouter 2 - Dragon Blox: X

Jul 16th, 2024
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 17.98 KB | Gaming | 0 0
  1. -- Roblox user: leticia2009ffg1
  2. -- Instances:
  3. local Scouter = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local PlrList = Instance.new("ScrollingFrame")
  6. local UIGridLayout = Instance.new("UIGridLayout")
  7. local ScouterName = Instance.new("TextLabel")
  8. local ShowHideBtn = Instance.new("TextButton")
  9. --Properties:
  10. Scouter.Name = "Scouter"
  11. Scouter.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. Scouter.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. Main.Name = "Main"
  15. Main.Parent = Scouter
  16. Main.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  17. Main.BackgroundTransparency = 0.20000000298023
  18. Main.BorderSizePixel = 0
  19. Main.Position = UDim2.new(0.890999973, 0, 0.273999989, 0)
  20. Main.Size = UDim2.new(0.108000003, 0, 0.5, 0)
  21.  
  22. PlrList.Name = "PlrList"
  23. PlrList.Parent = Main
  24. PlrList.BackgroundColor3 = Color3.new(1, 1, 1)
  25. PlrList.BackgroundTransparency = 1
  26. PlrList.BorderSizePixel = 0
  27. PlrList.Position = UDim2.new(0, 0, 0.0834355801, 0)
  28. PlrList.Size = UDim2.new(1, 0, 0.916564405, 0)
  29.  
  30. UIGridLayout.Parent = PlrList
  31. UIGridLayout.CellPadding = UDim2.new(0, 0, 0, 15)
  32. UIGridLayout.CellSize = UDim2.new(0.899999976, 0, 0.0700000003, 0)
  33.  
  34. ScouterName.Name = "ScouterName"
  35. ScouterName.Parent = Main
  36. ScouterName.BackgroundColor3 = Color3.new(1, 1, 1)
  37. ScouterName.BackgroundTransparency = 0.89999997615814
  38. ScouterName.BorderSizePixel = 0
  39. ScouterName.Position = UDim2.new(-0.0038191122, 0, 0, 0)
  40. ScouterName.Size = UDim2.new(0, 138, 0, 34)
  41. ScouterName.Font = Enum.Font.SourceSans
  42. ScouterName.Text = "Scouter"
  43. ScouterName.TextColor3 = Color3.new(1, 1, 1)
  44. ScouterName.TextScaled = true
  45. ScouterName.TextSize = 14
  46. ScouterName.TextWrapped = true
  47.  
  48. ShowHideBtn.Name = "ShowHideBtn"
  49. ShowHideBtn.Parent = Scouter
  50. ShowHideBtn.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  51. ShowHideBtn.BackgroundTransparency = 0.20000000298023
  52. ShowHideBtn.BorderSizePixel = 0
  53. ShowHideBtn.Position = UDim2.new(0.947193146, 0, 0.240490824, 0)
  54. ShowHideBtn.Size = UDim2.new(0.05078125, 0, 0.0322822444, 0)
  55. ShowHideBtn.Font = Enum.Font.SourceSans
  56. ShowHideBtn.Text = "Show/Hide"
  57. ShowHideBtn.TextColor3 = Color3.new(1, 1, 1)
  58. ShowHideBtn.TextScaled = true
  59. ShowHideBtn.TextSize = 14
  60. ShowHideBtn.TextWrapped = true
  61. -- Scripts:
  62. function SCRIPT_BDDW75_FAKESCRIPT() -- PlrList.LocalScript
  63.     local script = Instance.new('LocalScript')
  64.     script.Parent = PlrList
  65.     for _,c in pairs(game.Players:GetChildren()) do
  66.         local TextButton = Instance.new("TextButton")
  67.     TextButton.Parent = script.Parent
  68.     TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  69.     TextButton.BackgroundTransparency = 0.69999998807907
  70.     TextButton.BorderSizePixel = 0
  71.     TextButton.Size = UDim2.new(0, 200, 0, 50)
  72.     TextButton.Font = Enum.Font.Fantasy
  73.     TextButton.TextColor3 = Color3.new(1, 1, 1)
  74.     TextButton.TextScaled = true
  75.     TextButton.TextSize = 14
  76.     TextButton.TextWrapped = true
  77.     TextButton.Text = c.Name
  78.     TextButton.Name = c.Name
  79.    
  80.     local Delete = Instance.new("TextButton")
  81.     --Properties:
  82.     Delete.Name = "Delete"
  83.     Delete.Parent = TextButton
  84.     Delete.BackgroundColor3 = Color3.new(1, 0, 0)
  85.     Delete.BackgroundTransparency = 0.5
  86.     Delete.Position = UDim2.new(0, 0, 1.00000024, 0)
  87.     Delete.Size = UDim2.new(1, 0, 0.260736138, 0)
  88.     Delete.Font = Enum.Font.SourceSans
  89.     Delete.Text = "X"
  90.     Delete.TextColor3 = Color3.new(0, 0, 0)
  91.     Delete.TextScaled = true
  92.     Delete.TextSize = 14
  93.     Delete.TextWrapped = true
  94.     -- Scripts:
  95.     function SCRIPT_UZFC81_FAKESCRIPT() -- Delete.LocalScript
  96.         local script = Instance.new('LocalScript')
  97.         script.Parent = Delete
  98.         script.Parent.MouseButton1Click:Connect(function()
  99.             game.Players[script.Parent.Parent.Text].Character.Head.BillboardGui:remove()
  100.         end)
  101.    
  102.     end
  103.     coroutine.resume(coroutine.create(SCRIPT_UZFC81_FAKESCRIPT))
  104.    
  105.    
  106.    
  107.     TextButton.MouseButton1Click:connect(function()
  108.         local BillboardGui = Instance.new("BillboardGui")
  109.     local Main = Instance.new("Frame")
  110.     local PlrName = Instance.new("TextLabel")
  111.     local Stats = Instance.new("Frame")
  112.     local Strength = Instance.new("TextLabel")
  113.     local Speed = Instance.new("TextLabel")
  114.     local Ki = Instance.new("TextLabel")
  115.     local Rebirth = Instance.new("TextLabel")
  116.     local PowerLevel = Instance.new("TextLabel")
  117.     local Limit = Instance.new("TextLabel")
  118.     local Endurance = Instance.new("TextLabel")
  119.     local Topwins = Instance.new("TextLabel")
  120.     --Properties:
  121.     BillboardGui.Parent = game.Workspace[c.Name].Head
  122.     BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  123.     BillboardGui.Active = true
  124.     BillboardGui.LightInfluence = 1
  125.     BillboardGui.Size = UDim2.new(5, 0, 5, 0)
  126.     BillboardGui.StudsOffset = Vector3.new(0, 4, 0)
  127.    
  128.     Main.Name = "Main"
  129.     Main.Parent = BillboardGui
  130.     Main.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  131.     Main.Size = UDim2.new(2, 0, 1, 0)
  132.    
  133.     PlrName.Name = "PlrName"
  134.     PlrName.Parent = Main
  135.     PlrName.BackgroundColor3 = Color3.new(1, 1, 1)
  136.     PlrName.BackgroundTransparency = 1
  137.     PlrName.Size = UDim2.new(1, 0, 0.0799999982, 0)
  138.     PlrName.Font = Enum.Font.SourceSans
  139.     PlrName.Text = "PlrName"
  140.     PlrName.TextColor3 = Color3.new(1, 1, 1)
  141.     PlrName.TextScaled = true
  142.     PlrName.TextSize = 14
  143.     PlrName.TextWrapped = true
  144.    
  145.     Stats.Name = "Stats"
  146.     Stats.Parent = Main
  147.     Stats.BackgroundColor3 = Color3.new(1, 1, 1)
  148.     Stats.BackgroundTransparency = 1
  149.     Stats.Position = UDim2.new(0, 0, 0.0871165618, 0)
  150.     Stats.Size = UDim2.new(1, 0, 0.912883461, 0)
  151.    
  152.     Strength.Name = "Strength"
  153.     Strength.Parent = Stats
  154.     Strength.BackgroundColor3 = Color3.new(1, 1, 1)
  155.     Strength.BackgroundTransparency = 1
  156.     Strength.Position = UDim2.new(0, 0, 0.0604838803, 3)
  157.     Strength.Size = UDim2.new(1, 0, 0.150748894, 0)
  158.     Strength.Font = Enum.Font.SourceSans
  159.     Strength.Text = "Strength:"
  160.     Strength.TextColor3 = Color3.new(1, 0, 0)
  161.     Strength.TextScaled = true
  162.     Strength.TextSize = 14
  163.     Strength.TextWrapped = true
  164.    
  165.     Endurance.Name = "Endurance"
  166.     Endurance.Parent = Stats
  167.     Endurance.BackgroundColor3 = Color3.new(1, 1, 1)
  168.     Endurance.BackgroundTransparency = 1
  169.     Endurance.Position = UDim2.new(0, 0, 0.0604838803, -15)
  170.     Endurance.Size = UDim2.new(1, 0, 0.150748894, 0)
  171.     Endurance.Font = Enum.Font.SourceSans
  172.     Endurance.Text = "Endurance:"
  173.     Endurance.TextColor3 = Color3.new(1, 0, 0)
  174.     Endurance.TextScaled = true
  175.     Endurance.TextSize = 14
  176.     Endurance.TextWrapped = true
  177.    
  178.     Speed.Name = "Speed"
  179.     Speed.Parent = Stats
  180.     Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  181.     Speed.BackgroundTransparency = 1
  182.     Speed.Position = UDim2.new(0, 0, 0.258589298, -10)
  183.     Speed.Size = UDim2.new(1, 0, 0.150748894, 0)
  184.     Speed.Font = Enum.Font.SourceSans
  185.     Speed.Text = "Speed:"
  186.     Speed.TextColor3 = Color3.new(0.333333, 1, 0)
  187.     Speed.TextScaled = true
  188.     Speed.TextSize = 14
  189.     Speed.TextWrapped = true
  190.    
  191.     Ki.Name = "Ki"
  192.     Ki.Parent = Stats
  193.     Ki.BackgroundColor3 = Color3.new(1, 1, 1)
  194.     Ki.BackgroundTransparency = 1
  195.     Ki.Position = UDim2.new(0, 0, 0.457948744, -23)
  196.     Ki.Size = UDim2.new(1, 0, 0.150748894, 0)
  197.     Ki.Font = Enum.Font.SourceSans
  198.     Ki.Text = "Ki:"
  199.     Ki.TextColor3 = Color3.new(0, 1, 1)
  200.     Ki.TextScaled = true
  201.     Ki.TextSize = 14
  202.     Ki.TextWrapped = true
  203.    
  204.     Rebirth.Name = "Rebirth"
  205.     Rebirth.Parent = Stats
  206.     Rebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  207.     Rebirth.BackgroundTransparency = 1
  208.     Rebirth.Position = UDim2.new(0, 0, 0.671151936, -40)
  209.     Rebirth.Size = UDim2.new(1, 0, 0.150748894, 0)
  210.     Rebirth.Font = Enum.Font.SourceSans
  211.     Rebirth.Text = "Rebirth:"
  212.     Rebirth.TextColor3 = Color3.new(1, 1, 0)
  213.     Rebirth.TextScaled = true
  214.     Rebirth.TextSize = 14
  215.     Rebirth.TextWrapped = true
  216.    
  217.     PowerLevel.Name = "PowerLevel"
  218.     PowerLevel.Parent = Stats
  219.     PowerLevel.BackgroundColor3 = Color3.new(1, 1, 1)
  220.     PowerLevel.BackgroundTransparency = 1
  221.     PowerLevel.Position = UDim2.new(0, 0, 0.858717859, -50)
  222.     PowerLevel.Size = UDim2.new(1, 0, 0.141282082, 0)
  223.     PowerLevel.Font = Enum.Font.SourceSans
  224.     PowerLevel.Text = "PowerLevel:"
  225.     PowerLevel.TextColor3 = Color3.new(0, 0.333333, 1)
  226.     PowerLevel.TextScaled = true
  227.     PowerLevel.TextSize = 14
  228.     PowerLevel.TextWrapped = true
  229.    
  230.     Limit.Name = "Limit"
  231.     Limit.Parent = Stats
  232.     Limit.BackgroundColor3 = Color3.new(1, 1, 1)
  233.     Limit.BackgroundTransparency = 1
  234.     Limit.Position = UDim2.new(0, 0, 0.858717859, -30)
  235.     Limit.Size = UDim2.new(1, 0, 0.141282082, 0)
  236.     Limit.Font = Enum.Font.SourceSans
  237.     Limit.Text = "Limit:"
  238.     Limit.TextColor3 = Color3.new(0, 0.333333, 1)
  239.     Limit.TextScaled = true
  240.     Limit.TextSize = 14
  241.     Limit.TextWrapped = true
  242.    
  243.     Topwins.Name = "Topwins"
  244.     Topwins.Parent = Stats
  245.     Topwins.BackgroundColor3 = Color3.new(1, 1, 1)
  246.     Topwins.BackgroundTransparency = 1
  247.     Topwins.Position = UDim2.new(0, 0, 0.858717859, -10)
  248.     Topwins.Size = UDim2.new(1, 0, 0.141282082, 0)
  249.     Topwins.Font = Enum.Font.SourceSans
  250.     Topwins.Text = "Top Wins:"
  251.     Topwins.TextColor3 = Color3.new(0, 0.333333, 1)
  252.     Topwins.TextScaled = true
  253.     Topwins.TextSize = 14
  254.     Topwins.TextWrapped = true
  255.     -- Scripts:
  256.     local function SCRIPT_YUKB80_FAKESCRIPT() -- Main.Script
  257.         local script = Instance.new('Script')
  258.         script.Parent = Main
  259.         local playername = script.Parent.Parent.Parent.Parent.Name
  260.         local Datas = game.ReplicatedStorage.Datas
  261.         script.Parent.PlrName.Text = script.Parent.Parent.Parent.Parent.Name
  262.         while wait() do
  263.         can = game.Players[c.Name].Character
  264.             script.Parent.Stats.Strength.Text = "Strength: "..Datas[playername].Strength.Value
  265.             script.Parent.Stats.Speed.Text = "Speed: "..Datas[playername].Speed.Value
  266.             script.Parent.Stats.Ki.Text = "Ki: "..Datas[playername].Ki.Value
  267.             script.Parent.Stats.Rebirth.Text = "Rebirth: "..Datas[playername].Rebirth.Value
  268.             script.Parent.Stats.PowerLevel.Text = "PowerLevel: "..((Datas[playername].Rebirth.Value/10*Datas[playername].Strength.Value+Datas[playername].Strength.Value) *can.Humanoid.Health/100)
  269.             script.Parent.Stats.Endurance.Text = "Endurance: "..tostring(math.floor(can.Humanoid.Health).."/"..(can.Humanoid.MaxHealth))
  270.             script.Parent.Stats.Limit.Text = "2x Exp Boost: "..Datas[playername].Limit.Value
  271.             script.Parent.Stats.Topwins.Text = "Top Wins: "..Datas[playername].PowerLevel.Value
  272.         end
  273.    
  274.     end
  275.     coroutine.resume(coroutine.create(SCRIPT_YUKB80_FAKESCRIPT))
  276.    
  277.     end)
  278.     end
  279.     game.Players.ChildAdded:Connect(function(inst)
  280.        
  281.        
  282.        
  283.         local TextButton2 = Instance.new("TextButton")
  284.     TextButton2.Parent = script.Parent
  285.     TextButton2.BackgroundColor3 = Color3.new(0, 0, 0)
  286.     TextButton2.BackgroundTransparency = 0.69999998807907
  287.     TextButton2.BorderSizePixel = 0
  288.     TextButton2.Size = UDim2.new(0, 200, 0, 50)
  289.     TextButton2.Font = Enum.Font.Fantasy
  290.     TextButton2.TextColor3 = Color3.new(1, 1, 1)
  291.     TextButton2.TextScaled = true
  292.     TextButton2.TextSize = 14
  293.     TextButton2.TextWrapped = true
  294.     TextButton2.Text = inst.Name
  295.     TextButton2.Name = inst.Name
  296.    
  297.     local Delete = Instance.new("TextButton")
  298.     --Properties:
  299.     Delete.Name = "Delete"
  300.     Delete.Parent = TextButton2
  301.     Delete.BackgroundColor3 = Color3.new(1, 0, 0)
  302.     Delete.BackgroundTransparency = 0.5
  303.     Delete.Position = UDim2.new(0, 0, 1.00000024, 0)
  304.     Delete.Size = UDim2.new(1, 0, 0.260736138, 0)
  305.     Delete.Font = Enum.Font.SourceSans
  306.     Delete.Text = "X"
  307.     Delete.TextColor3 = Color3.new(0, 0, 0)
  308.     Delete.TextScaled = true
  309.     Delete.TextSize = 14
  310.     Delete.TextWrapped = true
  311.     -- Scripts:
  312.     function SCRIPT_UZFC81_FAKESCRIPT() -- Delete.LocalScript
  313.         local script = Instance.new('LocalScript')
  314.         script.Parent = Delete
  315.         script.Parent.MouseButton1Click:Connect(function()
  316.             game.Players[script.Parent.Parent.Text].Character.Head.BillboardGui:remove()
  317.         end)
  318.    
  319.     end
  320.     coroutine.resume(coroutine.create(SCRIPT_UZFC81_FAKESCRIPT))
  321.    
  322.    
  323.    
  324.     TextButton2.MouseButton1Click:connect(function()
  325.         local BillboardGui = Instance.new("BillboardGui")
  326.     local Main = Instance.new("Frame")
  327.     local PlrName = Instance.new("TextLabel")
  328.     local Stats = Instance.new("Frame")
  329.     local Strength = Instance.new("TextLabel")
  330.     local Speed = Instance.new("TextLabel")
  331.     local Ki = Instance.new("TextLabel")
  332.     local Rebirth = Instance.new("TextLabel")
  333.     local PowerLevel = Instance.new("TextLabel")
  334.     --Properties:
  335.     BillboardGui.Parent = game.Workspace[inst.Name].Head
  336.     BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  337.     BillboardGui.Active = true
  338.     BillboardGui.LightInfluence = 1
  339.     BillboardGui.Size = UDim2.new(5, 0, 5, 0)
  340.     BillboardGui.StudsOffset = Vector3.new(0, 4, 0)
  341.    
  342.     Main.Name = "Main"
  343.     Main.Parent = BillboardGui
  344.     Main.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  345.     Main.BackgroundTransparency = 0.5
  346.     Main.Size = UDim2.new(1, 0, 1, 0)
  347.    
  348.     PlrName.Name = "PlrName"
  349.     PlrName.Parent = Main
  350.     PlrName.BackgroundColor3 = Color3.new(1, 1, 1)
  351.     PlrName.BackgroundTransparency = 1
  352.     PlrName.Size = UDim2.new(1, 0, 0.0799999982, 0)
  353.     PlrName.Font = Enum.Font.SourceSans
  354.     PlrName.Text = "PlrName"
  355.     PlrName.TextColor3 = Color3.new(1, 1, 1)
  356.     PlrName.TextScaled = true
  357.     PlrName.TextSize = 14
  358.     PlrName.TextWrapped = true
  359.    
  360.     Stats.Name = "Stats"
  361.     Stats.Parent = Main
  362.     Stats.BackgroundColor3 = Color3.new(1, 1, 1)
  363.     Stats.BackgroundTransparency = 1
  364.     Stats.Position = UDim2.new(0, 0, 0.0871165618, 0)
  365.     Stats.Size = UDim2.new(1, 0, 0.912883461, 0)
  366.    
  367.     Strength.Name = "Strength"
  368.     Strength.Parent = Stats
  369.     Strength.BackgroundColor3 = Color3.new(1, 1, 1)
  370.     Strength.BackgroundTransparency = 1
  371.     Strength.Position = UDim2.new(0, 0, 0.0604838803, 3)
  372.     Strength.Size = UDim2.new(1, 0, 0.150748894, 0)
  373.     Strength.Font = Enum.Font.SourceSans
  374.     Strength.Text = "Strength:"
  375.     Strength.TextColor3 = Color3.new(1, 0, 0)
  376.     Strength.TextScaled = true
  377.     Strength.TextSize = 14
  378.     Strength.TextWrapped = true
  379.    
  380.     Speed.Name = "Speed"
  381.     Speed.Parent = Stats
  382.     Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  383.     Speed.BackgroundTransparency = 1
  384.     Speed.Position = UDim2.new(0, 0, 0.258589298, -10)
  385.     Speed.Size = UDim2.new(1, 0, 0.150748894, 0)
  386.     Speed.Font = Enum.Font.SourceSans
  387.     Speed.Text = "Speed:"
  388.     Speed.TextColor3 = Color3.new(0.333333, 1, 0)
  389.     Speed.TextScaled = true
  390.     Speed.TextSize = 14
  391.     Speed.TextWrapped = true
  392.    
  393.     Ki.Name = "Ki"
  394.     Ki.Parent = Stats
  395.     Ki.BackgroundColor3 = Color3.new(1, 1, 1)
  396.     Ki.BackgroundTransparency = 1
  397.     Ki.Position = UDim2.new(0, 0, 0.457948744, -23)
  398.     Ki.Size = UDim2.new(1, 0, 0.150748894, 0)
  399.     Ki.Font = Enum.Font.SourceSans
  400.     Ki.Text = "Ki:"
  401.     Ki.TextColor3 = Color3.new(0, 1, 1)
  402.     Ki.TextScaled = true
  403.     Ki.TextSize = 14
  404.     Ki.TextWrapped = true
  405.    
  406.     Rebirth.Name = "Rebirth"
  407.     Rebirth.Parent = Stats
  408.     Rebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  409.     Rebirth.BackgroundTransparency = 1
  410.     Rebirth.Position = UDim2.new(0, 0, 0.671151936, -40)
  411.     Rebirth.Size = UDim2.new(1, 0, 0.150748894, 0)
  412.     Rebirth.Font = Enum.Font.SourceSans
  413.     Rebirth.Text = "Rebirth:"
  414.     Rebirth.TextColor3 = Color3.new(1, 1, 0)
  415.     Rebirth.TextScaled = true
  416.     Rebirth.TextSize = 14
  417.     Rebirth.TextWrapped = true
  418.    
  419.     Endurance.Name = "Endurance"
  420.     Endurance.Parent = Stats
  421.     Endurance.BackgroundColor3 = Color3.new(1, 1, 1)
  422.     Endurance.BackgroundTransparency = 1
  423.     Endurance.Position = UDim2.new(0, 0, 0.0604838803, -15)
  424.     Endurance.Size = UDim2.new(1, 0, 0.150748894, 0)
  425.     Endurance.Font = Enum.Font.SourceSans
  426.     Endurance.Text = "Endurance:"
  427.     Endurance.TextColor3 = Color3.new(1, 0, 0)
  428.     Endurance.TextScaled = true
  429.     Endurance.TextSize = 14
  430.     Endurance.TextWrapped = true
  431.    
  432.     PowerLevel.Name = "PowerLevel"
  433.     PowerLevel.Parent = Stats
  434.     PowerLevel.BackgroundColor3 = Color3.new(1, 1, 1)
  435.     PowerLevel.BackgroundTransparency = 1
  436.     PowerLevel.Position = UDim2.new(0, 0, 0.858717859, -50)
  437.     PowerLevel.Size = UDim2.new(1, 0, 0.141282082, 0)
  438.     PowerLevel.Font = Enum.Font.SourceSans
  439.     PowerLevel.Text = "PowerLevel:"
  440.     PowerLevel.TextColor3 = Color3.new(0, 0.333333, 1)
  441.     PowerLevel.TextScaled = true
  442.     PowerLevel.TextSize = 14
  443.     PowerLevel.TextWrapped = true
  444.    
  445.    
  446.     Limit.Name = "Limit"
  447.     Limit.Parent = Stats
  448.     Limit.BackgroundColor3 = Color3.new(1, 1, 1)
  449.     Limit.BackgroundTransparency = 1
  450.     Limit.Position = UDim2.new(0, 0, 0.858717859, -30)
  451.     Limit.Size = UDim2.new(1, 0, 0.141282082, 0)
  452.     Limit.Font = Enum.Font.SourceSans
  453.     Limit.Text = "Limit:"
  454.     Limit.TextColor3 = Color3.new(0, 0.333333, 1)
  455.     Limit.TextScaled = true
  456.     Limit.TextSize = 14
  457.     Limit.TextWrapped = true
  458.    
  459.     Topwins.Name = "Topwins"
  460.     Topwins.Parent = Stats
  461.     Topwins.BackgroundColor3 = Color3.new(1, 1, 1)
  462.     Topwins.BackgroundTransparency = 1
  463.     Topwins.Position = UDim2.new(0, 0, 0.858717859, -10)
  464.     Topwins.Size = UDim2.new(1, 0, 0.141282082, 0)
  465.     Topwins.Font = Enum.Font.SourceSans
  466.     Topwins.Text = "Top Wins:"
  467.     Topwins.TextColor3 = Color3.new(0, 0.333333, 1)
  468.     Topwins.TextScaled = true
  469.     Topwins.TextSize = 14
  470.     Topwins.TextWrapped = true
  471.     -- Scripts:
  472.     local function SCRIPT_YUKB80_FAKESCRIPT() -- Main.Script
  473.         local script = Instance.new('Script')
  474.         script.Parent = Main
  475.         local playername = script.Parent.Parent.Parent.Parent.Name
  476.         local Datas = game.ReplicatedStorage.Datas
  477.         script.Parent.PlrName.Text = script.Parent.Parent.Parent.Parent.Name
  478.         while wait() do
  479.         can = game.Players[c.Name].Character
  480.             script.Parent.Stats.Strength.Text = "Strength: "..Datas[playername].Strength.Value
  481.             script.Parent.Stats.Speed.Text = "Speed: "..Datas[playername].Speed.Value
  482.             script.Parent.Stats.Ki.Text = "Ki: "..Datas[playername].Ki.Value
  483.             script.Parent.Stats.Rebirth.Text = "Rebirth: "..Datas[playername].Rebirth.Value
  484.             script.Parent.Stats.PowerLevel.Text = "PowerLevel: "..((Datas[playername].Rebirth.Value/10*Datas[playername].Strength.Value+Datas[playername].Strength.Value) *can.Humanoid.Health/100)
  485.             script.Parent.Stats.Endurance.Text = "Endurance: "..tostring(math.floor(can.Humanoid.Health).."/"..(can.Humanoid.MaxHealth))
  486.                 script.Parent.Stats.Limit.Text = "2x Exp Boost: "..Datas[playername].Limit.Value   
  487.                 script.Parent.Stats.Topwins.Text = "Top Wins: "..Datas[playername].PowerLevel.Value
  488.         end
  489.    
  490.     end
  491.     coroutine.resume(coroutine.create(SCRIPT_YUKB80_FAKESCRIPT))
  492.     end)
  493.     end)
  494.     game.Players.ChildRemoved:Connect(function(insta)
  495.    
  496.         script.Parent[insta.Name]:Remove()
  497.     end)
  498.  
  499. end
  500. coroutine.resume(coroutine.create(SCRIPT_BDDW75_FAKESCRIPT))
  501. function SCRIPT_KYXM75_FAKESCRIPT() -- ShowHideBtn.LocalScript
  502.     local script = Instance.new('LocalScript')
  503.     script.Parent = ShowHideBtn
  504.     script.Parent.MouseButton1Click:Connect(function()
  505.     script.Parent.Parent.Main.Visible = not script.Parent.Parent.Main.Visible
  506.     end)
  507. end
  508. coroutine.resume(coroutine.create(SCRIPT_KYXM75_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment