Advertisement
PokiHero

Untitled

Mar 23rd, 2019
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.81 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local GodSim = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextBox = Instance.new("TextBox")
  8. local TextButton = Instance.new("TextButton")
  9. local TextButton_2 = Instance.new("TextButton")
  10. local TextButton_3 = Instance.new("TextButton")
  11. --Properties:
  12. GodSim.Name = "GodSim"
  13. GodSim.Parent = game.CoreGui
  14. GodSim.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Frame.Parent = GodSim
  17. Frame.BackgroundColor3 = Color3.new(0.65098, 0.658824, 0.0392157)
  18. Frame.BorderSizePixel = 0
  19. Frame.Position = UDim2.new(0.440575331, 0, 0.354599416, 0)
  20. Frame.Size = UDim2.new(0.150643453, 0, 0.442136496, 0)
  21.  
  22. TextLabel.Parent = Frame
  23. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  24. TextLabel.BackgroundTransparency = 1
  25. TextLabel.BorderSizePixel = 0
  26. TextLabel.Size = UDim2.new(1, 0, 0.164429531, 0)
  27. TextLabel.Font = Enum.Font.Fantasy
  28. TextLabel.Text = "God Simulator"
  29. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  30. TextLabel.TextScaled = true
  31. TextLabel.TextSize = 14
  32. TextLabel.TextWrapped = true
  33.  
  34. TextBox.Parent = Frame
  35. TextBox.BackgroundColor3 = Color3.new(0.890196, 0.890196, 0.0509804)
  36. TextBox.BorderSizePixel = 0
  37. TextBox.Position = UDim2.new(0, 0, 0.228187919, 0)
  38. TextBox.Size = UDim2.new(1, 0, 0.164429531, 0)
  39. TextBox.Font = Enum.Font.Fantasy
  40. TextBox.PlaceholderText = "Your god name"
  41. TextBox.Text = ""
  42. TextBox.TextColor3 = Color3.new(0, 0, 0)
  43. TextBox.TextScaled = true
  44. TextBox.TextSize = 14
  45. TextBox.TextWrapped = true
  46.  
  47. TextButton.Parent = Frame
  48. TextButton.BackgroundColor3 = Color3.new(0.890196, 0.890196, 0.0509804)
  49. TextButton.BorderSizePixel = 0
  50. TextButton.Position = UDim2.new(0, 0, 0.429530203, 0)
  51. TextButton.Size = UDim2.new(1, 0, 0.164429531, 0)
  52. TextButton.Font = Enum.Font.Fantasy
  53. TextButton.Text = "Auto-Attack - Off"
  54. TextButton.TextColor3 = Color3.new(0, 0, 0)
  55. TextButton.TextScaled = true
  56. TextButton.TextSize = 14
  57. TextButton.TextWrapped = true
  58.  
  59. TextButton_2.Parent = Frame
  60. TextButton_2.BackgroundColor3 = Color3.new(0.890196, 0.890196, 0.0509804)
  61. TextButton_2.BorderSizePixel = 0
  62. TextButton_2.Position = UDim2.new(0, 0, 0.832214773, 0)
  63. TextButton_2.Size = UDim2.new(1, 0, 0.164429531, 0)
  64. TextButton_2.Font = Enum.Font.Fantasy
  65. TextButton_2.Text = "Auto-Sell"
  66. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  67. TextButton_2.TextScaled = true
  68. TextButton_2.TextSize = 14
  69. TextButton_2.TextWrapped = true
  70.  
  71. TextButton_3.Parent = Frame
  72. TextButton_3.BackgroundColor3 = Color3.new(0.890196, 0.890196, 0.0509804)
  73. TextButton_3.BorderSizePixel = 0
  74. TextButton_3.Position = UDim2.new(0, 0, 0.630872488, 0)
  75. TextButton_3.Size = UDim2.new(1, 0, 0.164429531, 0)
  76. TextButton_3.Font = Enum.Font.Fantasy
  77. TextButton_3.Text = "Auto-Quest"
  78. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  79. TextButton_3.TextScaled = true
  80. TextButton_3.TextSize = 14
  81. TextButton_3.TextWrapped = true
  82. -- Scripts:
  83. function SCRIPT_DVCJ71_FAKESCRIPT() -- TextButton.LocalScript
  84. local script = Instance.new('LocalScript')
  85. script.Parent = TextButton
  86. local on = false
  87. script.Parent.MouseButton1Click:Connect(function()
  88. on = not on
  89. if on == false then
  90. script.Parent.Text = 'Auto-Attack - Off'
  91. else
  92. script.Parent.Text = 'Auto-Attack - On'
  93. end
  94. repeat
  95. wait()
  96. local god = script.Parent.Parent.TextBox.Text
  97.  
  98.  
  99. for _,v in pairs(game.Workspace.DestructableObjects:GetChildren()) do
  100. if v:FindFirstChildOfClass("Part") ~= nil then
  101. for _,b in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.MainFrame:GetDescendants()) do
  102. if b.Name== 'aname' then
  103. if on == true then
  104. local A_1 = "PDS"
  105. local A_2 = "cdCheck"
  106. local A_3 = b.Text
  107. local A_4 = b.Parent.Push.Text
  108. local Event = game:GetService("ReplicatedStorage")["👌"]
  109. Event:InvokeServer(A_1, A_2, A_3, A_4)
  110.  
  111. local A_1 = "UseAbility"
  112. local A_2 = god
  113. local A_3 = b.Text
  114. local A_4 = v:FindFirstChildOfClass("Part").CFrame
  115. local A_5 = v
  116. local Event = game:GetService("ReplicatedStorage")["🔥"]
  117. Event:FireServer(A_1, A_2, A_3, A_4, A_5)
  118. warn("attacking "..v.Name.." with "..b.Text)
  119. else
  120. break
  121. end
  122. end
  123. end
  124. end
  125. end
  126.  
  127. until on == false
  128. end)
  129.  
  130. end
  131. coroutine.resume(coroutine.create(SCRIPT_DVCJ71_FAKESCRIPT))
  132. function SCRIPT_NRJN89_FAKESCRIPT() -- Frame.LocalScript
  133. local script = Instance.new('LocalScript')
  134. script.Parent = Frame
  135. script.Parent.Active =true
  136. script.Parent.Draggable = true
  137.  
  138. end
  139. coroutine.resume(coroutine.create(SCRIPT_NRJN89_FAKESCRIPT))
  140. function SCRIPT_DGMW68_FAKESCRIPT() -- TextButton_2.LocalScript
  141. local script = Instance.new('LocalScript')
  142. script.Parent = TextButton_2
  143. script.Parent.MouseButton1Click:Connect(function()
  144. while wait() do
  145. if game.Players.LocalPlayer.PlayerGui.MainGui.MainFrame.EssenceFull.Visible == true then
  146. game.Players.LocalPlayer.PlayerGui.MainGui.MainFrame.EssenceFull.Visible = false
  147. local pos = game.Players.LocalPlayer.Character.Head.Position
  148. wait()
  149. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-82,55,33))
  150. wait(.5)
  151. game.Players.LocalPlayer.Character:MoveTo(pos)
  152. end
  153. end
  154. end)
  155.  
  156. end
  157. coroutine.resume(coroutine.create(SCRIPT_DGMW68_FAKESCRIPT))
  158. function SCRIPT_WYBT84_FAKESCRIPT() -- TextButton_3.LocalScript
  159. local script = Instance.new('LocalScript')
  160. script.Parent = TextButton_3
  161. script.Parent.MouseButton1Click:Connect(function()
  162. while wait() do
  163.  
  164.  
  165. local A_1 = "PDS"
  166. local A_2 = "NewQuest"
  167. local Event = game:GetService("ReplicatedStorage")["👌"]
  168. Event:InvokeServer(A_1, A_2)
  169.  
  170. local A_1 = "PDS"
  171. local A_2 = "QuestRewards"
  172. local Event = game:GetService("ReplicatedStorage")["👌"]
  173. Event:InvokeServer(A_1, A_2)
  174.  
  175. end
  176. end)
  177.  
  178. end
  179. coroutine.resume(coroutine.create(SCRIPT_WYBT84_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement