SnowyShiro

s e y

Sep 13th, 2020 (edited)
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1. if game.CoreGui:FindFirstChild("PhantomForces") then game.CoreGui:FindFirstChild("PhantomForces"):Destroy();end;
  2. local IcyHub = Instance.new("ScreenGui");
  3. local PhantomForces = Instance.new("ImageLabel");
  4. local Header = Instance.new("ImageLabel");
  5. local Title = Instance.new("TextLabel");
  6. local Minimize = Instance.new("TextButton");
  7. local Upline = Instance.new("Frame");
  8. local Objectframe = Instance.new("Frame");
  9. local SilentAim = Instance.new("Frame");
  10. local SilentAimText = Instance.new("TextLabel");
  11. local SilentAimTog = Instance.new("ImageLabel");
  12. local SilentAimToggle = Instance.new("TextButton");
  13.  
  14. IcyHub.Name = "IcyHub"
  15. IcyHub.Parent = game.CoreGui
  16. IcyHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. PhantomForces.Name = "PhantomForces"
  19. PhantomForces.Parent = IcyHub
  20. PhantomForces.AnchorPoint = Vector2.new(0.5, 0.5)
  21. PhantomForces.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  22. PhantomForces.BackgroundTransparency = 1.000
  23. PhantomForces.BorderSizePixel = 0
  24. PhantomForces.Position = UDim2.new(0, 110, 0, 135)
  25. PhantomForces.Size = UDim2.new(0, 200, 0, 260)
  26. PhantomForces.Image = "rbxassetid://3570695787"
  27. PhantomForces.ImageColor3 = Color3.fromRGB(0, 77, 153)
  28. PhantomForces.ScaleType = Enum.ScaleType.Slice
  29. PhantomForces.SliceCenter = Rect.new(100, 100, 100, 100)
  30. PhantomForces.SliceScale = 0.040
  31. PhantomForces.ClipsDescendants = true;
  32.  
  33. Header.Name = "Header"
  34. Header.Parent = PhantomForces
  35. Header.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  36. Header.BackgroundTransparency = 1.000
  37. Header.BorderSizePixel = 0
  38. Header.Size = UDim2.new(1, 0, 0, 30)
  39. Header.Image = "rbxassetid://3570695787"
  40. Header.ImageColor3 = Color3.fromRGB(0, 0, 0)
  41. Header.ScaleType = Enum.ScaleType.Slice
  42. Header.SliceCenter = Rect.new(100, 100, 100, 100)
  43. Header.SliceScale = 0.040
  44.  
  45. Title.Name = "Title"
  46. Title.Parent = Header
  47. Title.BackgroundColor3 = Color3.fromRGB(225, 231, 228)
  48. Title.BackgroundTransparency = 1.000
  49. Title.BorderSizePixel = 0
  50. Title.Position = UDim2.new(0, 3, 0, 0)
  51. Title.Size = UDim2.new(1, -20, 0, 30)
  52. Title.Font = Enum.Font.GothamBlack
  53. Title.Text = "Phantom Forces"
  54. Title.TextColor3 = Color3.fromRGB(225, 231, 228)
  55. Title.TextScaled = true
  56. Title.TextSize = 14.000
  57. Title.TextWrapped = true
  58.  
  59. Minimize.Name = "Minimize"
  60. Minimize.Parent = Title
  61. Minimize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. Minimize.BackgroundTransparency = 1.000
  63. Minimize.BorderSizePixel = 0
  64. Minimize.Position = UDim2.new(1, -3, 0, 5)
  65. Minimize.Size = UDim2.new(0, 20, 0, 20)
  66. Minimize.Font = Enum.Font.GothamBlack
  67. Minimize.Text = "-"
  68. Minimize.TextColor3 = Color3.fromRGB(255, 255, 0)
  69. Minimize.TextScaled = true
  70. Minimize.TextSize = 14.000
  71. Minimize.TextWrapped = true
  72.  
  73. Upline.Name = "Upline"
  74. Upline.Parent = Header
  75. Upline.BackgroundColor3 = Color3.fromRGB(225, 231, 228)
  76. Upline.BorderSizePixel = 0
  77. Upline.Position = UDim2.new(0, 0, 1, -2)
  78. Upline.Size = UDim2.new(1, 0, 0, 2)
  79.  
  80. Objectframe.Name = "Objectframe"
  81. Objectframe.Parent = PhantomForces
  82. Objectframe.BackgroundColor3 = Color3.fromRGB(0, 77, 153)
  83. Objectframe.BackgroundTransparency = 1.000
  84. Objectframe.BorderSizePixel = 0
  85. Objectframe.Position = UDim2.new(0, 0, 0, 30)
  86. Objectframe.Size = UDim2.new(0, 200, 0, 230)
  87.  
  88. SilentAim.Name = "SilentAim"
  89. SilentAim.Parent = Objectframe
  90. SilentAim.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  91. SilentAim.BackgroundTransparency = 1.000
  92. SilentAim.BorderSizePixel = 0
  93. SilentAim.Position = UDim2.new(0, 3, 0, 3)
  94. SilentAim.Size = UDim2.new(1, -6, -0.0434782617, 35)
  95.  
  96. SilentAimText.Name = "SilentAimText"
  97. SilentAimText.Parent = SilentAim
  98. SilentAimText.BackgroundColor3 = Color3.fromRGB(225, 231, 228)
  99. SilentAimText.BackgroundTransparency = 1.000
  100. SilentAimText.BorderSizePixel = 0
  101. SilentAimText.Size = UDim2.new(0, 165, 1, 0)
  102. SilentAimText.Font = Enum.Font.GothamBold
  103. SilentAimText.Text = "Silent Aim"
  104. SilentAimText.TextColor3 = Color3.fromRGB(225, 231, 228)
  105. SilentAimText.TextSize = 25.000
  106. SilentAimText.TextWrapped = true
  107. SilentAimText.TextXAlignment = Enum.TextXAlignment.Left
  108.  
  109. SilentAimTog.Name = "SilentAimTog"
  110. SilentAimTog.Parent = SilentAim
  111. SilentAimTog.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  112. SilentAimTog.BackgroundTransparency = 1.000
  113. SilentAimTog.BorderSizePixel = 0
  114. SilentAimTog.Position = UDim2.new(1, -25, 0, 0)
  115. SilentAimTog.Size = UDim2.new(0, 25, 0, 25)
  116. SilentAimTog.Image = "rbxassetid://3570695787"
  117. SilentAimTog.ImageColor3 = Color3.fromRGB(222, 0, 0)
  118. SilentAimTog.ScaleType = Enum.ScaleType.Slice
  119. SilentAimTog.SliceCenter = Rect.new(100, 100, 100, 100)
  120. SilentAimTog.SliceScale = 0.040
  121.  
  122. SilentAimToggle.Name = "SilentAimToggle"
  123. SilentAimToggle.Parent = SilentAim
  124. SilentAimToggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  125. SilentAimToggle.BackgroundTransparency = 1.000
  126. SilentAimToggle.BorderSizePixel = 0
  127. SilentAimToggle.Size = UDim2.new(1, 0, 1, 0)
  128. SilentAimToggle.AutoButtonColor = false
  129. SilentAimToggle.Font = Enum.Font.SourceSans
  130. SilentAimToggle.Text = ""
  131. SilentAimToggle.TextColor3 = Color3.fromRGB(0, 0, 0)
  132. SilentAimToggle.TextSize = 14.000
  133. SilentAim=false;
  134. Minimize.MouseButton1Click:connect(function()
  135. if PhantomForces.Size==UDim2.new(0,200,0,260)then
  136. PhantomForces:TweenSize(UDim2.new(0,200,0,30),"Out","Linear",0.2,true);
  137. elseif PhantomForces.Size==UDim2.new(0,200,0,30)then
  138. PhantomForces:TweenSize(UDim2.new(0,200,0,260),"Out","Linear",0.2,true);
  139. end;
  140. end);
  141. SilentAimToggle.MouseButton1Click:connect(function()
  142. SilentAim=not SilentAim;
  143. if SilentAim==true then loadstring(game:HttpGet("https://pastebin.com/raw/1McuqKm7"))();end;
  144. SilentAimTog.ImageColor3=SilentAim and Color3.fromRGB(85,255,0)or Color3.fromRGB(222,0,0)
  145. end);
Add Comment
Please, Sign In to add comment