Advertisement
sodeepx2

Power Simulator

Jul 28th, 2019
12,640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local BDA1 = Instance.new("Frame")
  9. local BDA2 = Instance.new("Frame")
  10. local Close = Instance.new("TextButton")
  11. local TEST = Instance.new("TextLabel")
  12. local Credit = Instance.new("TextLabel")
  13. local AutoFarm = Instance.new("TextButton")
  14. local AFK = Instance.new("TextButton")
  15. --Properties:
  16. ScreenGui.Parent = game.CoreGui
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. OpenFrame.Name = "OpenFrame"
  20. OpenFrame.Parent = ScreenGui
  21. OpenFrame.Active = true
  22. OpenFrame.BackgroundColor3 = Color3.new(0, 0.8, 0.384314)
  23. OpenFrame.BorderSizePixel = 0
  24. OpenFrame.Position = UDim2.new(0.00633579772, 0, 0.145110399, 0)
  25. OpenFrame.Size = UDim2.new(0, 112, 0, 75)
  26.  
  27. Open.Name = "Open"
  28. Open.Parent = OpenFrame
  29. Open.BackgroundColor3 = Color3.new(0, 0.8, 0.384314)
  30. Open.BorderSizePixel = 0
  31. Open.Position = UDim2.new(0, 0, 0.159999996, 0)
  32. Open.Size = UDim2.new(0, 112, 0, 50)
  33. Open.Font = Enum.Font.Cartoon
  34. Open.Text = "Open"
  35. Open.TextColor3 = Color3.new(0, 0, 0)
  36. Open.TextScaled = true
  37. Open.TextSize = 14
  38. Open.TextWrapped = true
  39. Open.MouseButton1Down:connect(function()
  40. Main.Visible = true
  41. OpenFrame.Visible = false
  42. end)
  43.  
  44. Main.Name = "Main"
  45. Main.Parent = ScreenGui
  46. Main.Active = true
  47. Main.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  48. Main.BorderSizePixel = 0
  49. Main.Position = UDim2.new(0.294614583, 0, 0.0394321755, 0)
  50. Main.Size = UDim2.new(0, 509, 0, 585)
  51. Main.Visible = false
  52. Main.Draggable = true
  53.  
  54. BDA1.Name = "BDA1"
  55. BDA1.Parent = Main
  56. BDA1.BackgroundColor3 = Color3.new(0.215686, 0.678431, 0.286275)
  57. BDA1.BorderSizePixel = 0
  58. BDA1.Size = UDim2.new(0, 509, 0, 79)
  59.  
  60. BDA2.Name = "BDA2"
  61. BDA2.Parent = Main
  62. BDA2.BackgroundColor3 = Color3.new(0.215686, 0.678431, 0.286275)
  63. BDA2.BorderSizePixel = 0
  64. BDA2.Position = UDim2.new(0, 0, 0.864957273, 0)
  65. BDA2.Size = UDim2.new(0, 509, 0, 79)
  66.  
  67. Close.Name = "Close"
  68. Close.Parent = Main
  69. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Close.BackgroundTransparency = 1
  71. Close.BorderSizePixel = 0
  72. Close.Position = UDim2.new(0.813359499, 0, 0.0136752138, 0)
  73. Close.Size = UDim2.new(0, 95, 0, 71)
  74. Close.Font = Enum.Font.Cartoon
  75. Close.Text = "X"
  76. Close.TextColor3 = Color3.new(1, 0, 0)
  77. Close.TextScaled = true
  78. Close.TextSize = 14
  79. Close.TextWrapped = true
  80. Close.MouseButton1Down:connect(function()
  81. OpenFrame.Visible = true
  82. Main.Visible = false
  83. end)
  84.  
  85. TEST.Name = "TEST"
  86. TEST.Parent = Main
  87. TEST.BackgroundColor3 = Color3.new(1, 1, 1)
  88. TEST.BackgroundTransparency = 1
  89. TEST.BorderSizePixel = 0
  90. TEST.Position = UDim2.new(0.172888011, 0, 0, 0)
  91. TEST.Size = UDim2.new(0, 318, 0, 79)
  92. TEST.Font = Enum.Font.Cartoon
  93. TEST.Text = "Power Simulator"
  94. TEST.TextColor3 = Color3.new(0, 0, 0)
  95. TEST.TextScaled = true
  96. TEST.TextSize = 14
  97. TEST.TextWrapped = true
  98.  
  99. Credit.Name = "Credit"
  100. Credit.Parent = Main
  101. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  102. Credit.BackgroundTransparency = 1
  103. Credit.BorderSizePixel = 0
  104. Credit.Position = UDim2.new(0, 0, 0.864957273, 0)
  105. Credit.Size = UDim2.new(0, 509, 0, 79)
  106. Credit.Font = Enum.Font.Cartoon
  107. Credit.Text = "By ERROR Hack"
  108. Credit.TextColor3 = Color3.new(0, 0, 0)
  109. Credit.TextScaled = true
  110. Credit.TextSize = 14
  111. Credit.TextWrapped = true
  112.  
  113. AutoFarm.Name = "AutoFarm"
  114. AutoFarm.Parent = Main
  115. AutoFarm.BackgroundColor3 = Color3.new(0, 0.8, 0.384314)
  116. AutoFarm.BorderSizePixel = 0
  117. AutoFarm.Position = UDim2.new(0.184675843, 0, 0.189743593, 0)
  118. AutoFarm.Size = UDim2.new(0, 320, 0, 115)
  119. AutoFarm.Font = Enum.Font.Cartoon
  120. AutoFarm.Text = "AutoFarm"
  121. AutoFarm.TextColor3 = Color3.new(0, 0, 0)
  122. AutoFarm.TextScaled = true
  123. AutoFarm.TextSize = 14
  124. AutoFarm.TextWrapped = true
  125. AutoFarm.MouseButton1Down:connect(function()
  126. _G.On = true
  127.  
  128. game:GetService"RunService".RenderStepped:Connect(function()
  129. if _G.On then
  130. game:GetService"ReplicatedStorage".IncreaseAbilities:FireServer("Swiftness")
  131. game:GetService"ReplicatedStorage".IncreaseAbilities:FireServer("PunchPower")
  132. game:GetService"ReplicatedStorage".IncreaseAbilities:FireServer("Endurance")
  133. game:GetService"ReplicatedStorage".IncreaseAbilities:FireServer("Agility")
  134. game:GetService"ReplicatedStorage".IncreaseAbilities:FireServer("PsychicForce")
  135. end
  136. end)
  137. end)
  138.  
  139. AFK.Name = "AFK"
  140. AFK.Parent = Main
  141. AFK.BackgroundColor3 = Color3.new(0, 0.8, 0.384314)
  142. AFK.BorderSizePixel = 0
  143. AFK.Position = UDim2.new(0.184675843, 0, 0.540170968, 0)
  144. AFK.Size = UDim2.new(0, 320, 0, 115)
  145. AFK.Font = Enum.Font.Cartoon
  146. AFK.Text = "AntiAFK"
  147. AFK.TextColor3 = Color3.new(0, 0, 0)
  148. AFK.TextScaled = true
  149. AFK.TextSize = 14
  150. AFK.TextWrapped = true
  151. AFK.MouseButton1Down:connect(function()
  152. local vu = game:GetService("VirtualUser")
  153. game:GetService("Players").LocalPlayer.Idled:connect(function()
  154. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  155. wait(1)
  156. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  157. end)
  158. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement