Advertisement
Guest User

God simulator

a guest
Mar 23rd, 2019
1,004
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.46 KB | None | 0 0
  1. local GodSimMainGUI = Instance.new("ScreenGui")
  2. local GuiFrame = Instance.new("Frame")
  3. local TopBar1 = Instance.new("Frame")
  4. local GodSimGuiTitle = Instance.new("TextLabel")
  5. local TopBar2 = Instance.new("Frame")
  6. local PromotionStuff = Instance.new("Frame")
  7. local Credits = Instance.new("TextLabel")
  8. local Credits2 = Instance.new("TextLabel")
  9. local Hades = Instance.new("TextButton")
  10. local Artemis = Instance.new("TextButton")
  11. local Ares = Instance.new("TextButton")
  12. local Zeus = Instance.new("TextButton")
  13. local DeleteButton = Instance.new("TextButton")
  14. local Controls = Instance.new("TextLabel")
  15. --Properties:
  16. GodSimMainGUI.Name = "GodSimMainGUI"
  17. GodSimMainGUI.Parent = game.CoreGui
  18.  
  19. GuiFrame.Name = "GuiFrame"
  20. GuiFrame.Parent = GodSimMainGUI
  21. GuiFrame.Active = true
  22. GuiFrame.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  23. GuiFrame.Position = UDim2.new(0.402848393, 0, 0.0478087664, 0)
  24. GuiFrame.Size = UDim2.new(0, 288, 0, 375)
  25. GuiFrame.Visible = true
  26. GuiFrame.Draggable = true
  27.  
  28. TopBar1.Name = "TopBar1"
  29. TopBar1.Parent = GuiFrame
  30. TopBar1.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  31. TopBar1.Size = UDim2.new(0, 288, 0, 50)
  32.  
  33. GodSimGuiTitle.Name = "GodSimGuiTitle"
  34. GodSimGuiTitle.Parent = TopBar1
  35. GodSimGuiTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  36. GodSimGuiTitle.BackgroundTransparency = 1
  37. GodSimGuiTitle.Size = UDim2.new(0, 253, 0, 50)
  38. GodSimGuiTitle.Font = Enum.Font.SourceSansBold
  39. GodSimGuiTitle.Text = "God Simulator Gui"
  40. GodSimGuiTitle.TextColor3 = Color3.new(0, 0, 0)
  41. GodSimGuiTitle.TextScaled = true
  42. GodSimGuiTitle.TextSize = 14
  43. GodSimGuiTitle.TextWrapped = true
  44.  
  45. TopBar2.Name = "TopBar2"
  46. TopBar2.Parent = GuiFrame
  47. TopBar2.BackgroundColor3 = Color3.new(0.713726, 0.47451, 0)
  48. TopBar2.Position = UDim2.new(0, 0, 0.128247365, 0)
  49. TopBar2.Size = UDim2.new(0, 288, 0, 10)
  50.  
  51. PromotionStuff.Name = "PromotionStuff"
  52. PromotionStuff.Parent = GuiFrame
  53. PromotionStuff.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  54. PromotionStuff.Position = UDim2.new(0.00347222225, 0, 0.783456922, 0)
  55. PromotionStuff.Size = UDim2.new(0, 287, 0, 81)
  56.  
  57. Credits.Name = "Credits"
  58. Credits.Parent = PromotionStuff
  59. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Credits.BackgroundTransparency = 1
  61. Credits.Position = UDim2.new(0.0104529615, 0, -0.00562804425, 0)
  62. Credits.Size = UDim2.new(0, 288, 0, 39)
  63. Credits.Font = Enum.Font.SourceSansBold
  64. Credits.Text = "Gui Made by [YT] HOCK HENG LIM#7160/IamDaWay @ V3rm"
  65. Credits.TextColor3 = Color3.new(0, 0, 0)
  66. Credits.TextScaled = true
  67. Credits.TextSize = 14
  68. Credits.TextWrapped = true
  69.  
  70. Credits2.Name = "Credits2"
  71. Credits2.Parent = PromotionStuff
  72. Credits2.BackgroundColor3 = Color3.new(1, 1, 1)
  73. Credits2.BackgroundTransparency = 1
  74. Credits2.Position = UDim2.new(0, 0, 0.557828486, 0)
  75. Credits2.Size = UDim2.new(0, 288, 0, 36)
  76. Credits2.Font = Enum.Font.SourceSansBold
  77. Credits2.Text = "Credits to Akem Manah @ V3rm for the scripts"
  78. Credits2.TextColor3 = Color3.new(0, 0, 0)
  79. Credits2.TextScaled = true
  80. Credits2.TextSize = 14
  81. Credits2.TextWrapped = true
  82.  
  83. Hades.Name = "Hades"
  84. Hades.Parent = GuiFrame
  85. Hades.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  86. Hades.Position = UDim2.new(0.0148975793, 0, 0.182713121, 0)
  87. Hades.Size = UDim2.new(0, 125, 0, 50)
  88. Hades.Font = Enum.Font.GothamBold
  89. Hades.Text = "Hades"
  90. Hades.TextColor3 = Color3.new(1, 1, 1)
  91. Hades.TextScaled = true
  92. Hades.TextSize = 14
  93. Hades.TextWrapped = true
  94. Hades.MouseButton1Down:connect(function()
  95. mouse = game.Players.LocalPlayer:GetMouse()
  96.  
  97. function GetEvent()
  98. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  99. if v.ClassName == 'RemoteEvent' then
  100. return v
  101. end
  102. end
  103. end
  104. function GetFunction()
  105. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  106. if v.ClassName == 'RemoteFunction' then
  107. return v
  108. end
  109. end
  110. end
  111. function a(Ability)
  112. local tbl_main =
  113. {
  114. "UseAbility",
  115. "Hades",
  116. Ability,--"Hellfire",
  117. mouse.Hit,
  118. mouse.Target
  119. }
  120. GetEvent():FireServer(unpack(tbl_main))
  121. end
  122. uip = game:GetService'UserInputService'
  123. while wait() do
  124. if game:GetService'Workspace':FindFirstChild'EffectFolder' then
  125. workspace:FindFirstChild'EffectFolder':ClearAllChildren()
  126. end
  127. if uip:IsKeyDown(Enum.KeyCode.E) then
  128. print(mouse.Target:GetFullName())
  129. a('Hellfire')
  130. end
  131. if uip:IsKeyDown(Enum.KeyCode.R) then
  132. a('Effluvial Burst')
  133. end
  134. if uip:IsKeyDown(Enum.KeyCode.Q) then
  135. local pos = game.Players.LocalPlayer.Character.Head.Position
  136. wait()
  137. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-82,55,33))
  138. wait(.5)
  139. game.Players.LocalPlayer.Character:MoveTo(pos)
  140. end
  141. end
  142. end)
  143.  
  144. Artemis.Name = "Artemis"
  145. Artemis.Parent = GuiFrame
  146. Artemis.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  147. Artemis.Position = UDim2.new(0.535013199, 0, 0.391182184, 0)
  148. Artemis.Size = UDim2.new(0, 125, 0, 50)
  149. Artemis.Font = Enum.Font.GothamBold
  150. Artemis.Text = "Artemis"
  151. Artemis.TextColor3 = Color3.new(1, 1, 1)
  152. Artemis.TextScaled = true
  153. Artemis.TextSize = 14
  154. Artemis.TextWrapped = true
  155. Artemis.MouseButton1Down:connect(function()
  156. mouse = game.Players.LocalPlayer:GetMouse()
  157.  
  158. function GetEvent()
  159. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  160. if v.ClassName == 'RemoteEvent' then
  161. return v
  162. end
  163. end
  164. end
  165. function GetFunction()
  166. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  167. if v.ClassName == 'RemoteFunction' then
  168. return v
  169. end
  170. end
  171. end
  172. function a(Ability)
  173. local tbl_main =
  174. {
  175. "UseAbility",
  176. "Artemis",
  177. Ability,--"Hellfire",
  178. mouse.Hit,
  179. mouse.Target
  180. }
  181. GetEvent():FireServer(unpack(tbl_main))
  182. end
  183. uip = game:GetService'UserInputService'
  184. while wait() do
  185. if game:GetService'Workspace':FindFirstChild'EffectFolder' then
  186. workspace:FindFirstChild'EffectFolder':ClearAllChildren()
  187. end
  188. if uip:IsKeyDown(Enum.KeyCode.E) then
  189. print(mouse.Target:GetFullName())
  190. a('Rapid Fire')
  191. end
  192. if uip:IsKeyDown(Enum.KeyCode.R) then
  193. a('Quickshot')
  194. end
  195. if uip:IsKeyDown(Enum.KeyCode.Q) then
  196. local pos = game.Players.LocalPlayer.Character.Head.Position
  197. wait()
  198. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-82,55,33))
  199. wait(.5)
  200. game.Players.LocalPlayer.Character:MoveTo(pos)
  201. end
  202. if uip:IsKeyDown(Enum.KeyCode.T) then
  203. a('Light Blast')
  204. end
  205. if uip:IsKeyDown(Enum.KeyCode.Y) then
  206. a('Snipe')
  207. end
  208. end
  209. end)
  210.  
  211. Ares.Name = "Ares"
  212. Ares.Parent = GuiFrame
  213. Ares.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  214. Ares.Position = UDim2.new(0.537767708, 0, 0.182713062, 0)
  215. Ares.Size = UDim2.new(0, 125, 0, 50)
  216. Ares.Font = Enum.Font.GothamBold
  217. Ares.Text = "Ares"
  218. Ares.TextColor3 = Color3.new(1, 1, 1)
  219. Ares.TextScaled = true
  220. Ares.TextSize = 14
  221. Ares.TextWrapped = true
  222. Ares.MouseButton1Down:connect(function()
  223. mouse = game.Players.LocalPlayer:GetMouse()
  224.  
  225. function GetEvent()
  226. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  227. if v.ClassName == 'RemoteEvent' then
  228. return v
  229. end
  230. end
  231. end
  232. function GetFunction()
  233. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  234. if v.ClassName == 'RemoteFunction' then
  235. return v
  236. end
  237. end
  238. end
  239. function a(Ability)
  240. local tbl_main =
  241. {
  242. "UseAbility",
  243. "Ares",
  244. Ability,--"Hellfire",
  245. mouse.Hit,
  246. mouse.Target
  247. }
  248. GetEvent():FireServer(unpack(tbl_main))
  249. end
  250. uip = game:GetService'UserInputService'
  251. while wait() do
  252. if game:GetService'Workspace':FindFirstChild'EffectFolder' then
  253. workspace:FindFirstChild'EffectFolder':ClearAllChildren()
  254. end
  255. if uip:IsKeyDown(Enum.KeyCode.E) then
  256. print(mouse.Target:GetFullName())
  257. a('Spear Throw')
  258. end
  259. if uip:IsKeyDown(Enum.KeyCode.R) then
  260. a('Axe Flurry')
  261. end
  262. if uip:IsKeyDown(Enum.KeyCode.Q) then
  263. local pos = game.Players.LocalPlayer.Character.Head.Position
  264. wait()
  265. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-82,55,33))
  266. wait(.5)
  267. game.Players.LocalPlayer.Character:MoveTo(pos)
  268. end
  269. if uip:IsKeyDown(Enum.KeyCode.T) then
  270. a('Sword Jab')
  271. end
  272. if uip:IsKeyDown(Enum.KeyCode.Y) then
  273. a('Meteor Crash')
  274. end
  275. end
  276. end)
  277.  
  278. Zeus.Name = "Zeus"
  279. Zeus.Parent = GuiFrame
  280. Zeus.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  281. Zeus.Position = UDim2.new(0.0146066546, 0, 0.392161548, 0)
  282. Zeus.Size = UDim2.new(0, 125, 0, 50)
  283. Zeus.Font = Enum.Font.GothamBold
  284. Zeus.Text = "Zeus"
  285. Zeus.TextColor3 = Color3.new(1, 1, 1)
  286. Zeus.TextScaled = true
  287. Zeus.TextSize = 14
  288. Zeus.TextWrapped = true
  289. Zeus.MouseButton1Down:connect(function()
  290. mouse = game.Players.LocalPlayer:GetMouse()
  291.  
  292. function GetEvent()
  293. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  294. if v.ClassName == 'RemoteEvent' then
  295. return v
  296. end
  297. end
  298. end
  299. function GetFunction()
  300. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  301. if v.ClassName == 'RemoteFunction' then
  302. return v
  303. end
  304. end
  305. end
  306. function a(Ability)
  307. local tbl_main =
  308. {
  309. "UseAbility",
  310. "Zeus",
  311. Ability,--"Hellfire",
  312. mouse.Hit,
  313. mouse.Target
  314. }
  315. GetEvent():FireServer(unpack(tbl_main))
  316. end
  317. uip = game:GetService'UserInputService'
  318. while wait() do
  319. if game:GetService'Workspace':FindFirstChild'EffectFolder' then
  320. workspace:FindFirstChild'EffectFolder':ClearAllChildren()
  321. end
  322. if uip:IsKeyDown(Enum.KeyCode.E) then
  323. print(mouse.Target:GetFullName())
  324. a('Lightning Bolt Throw')
  325. end
  326. if uip:IsKeyDown(Enum.KeyCode.R) then
  327. a('Lightning Balls')
  328. end
  329. if uip:IsKeyDown(Enum.KeyCode.Q) then
  330. local pos = game.Players.LocalPlayer.Character.Head.Position
  331. wait()
  332. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-82,55,33))
  333. wait(.5)
  334. game.Players.LocalPlayer.Character:MoveTo(pos)
  335. end
  336. if uip:IsKeyDown(Enum.KeyCode.T) then
  337. a('Thunder Blast')
  338. end
  339. if uip:IsKeyDown(Enum.KeyCode.Y) then
  340. a('Lightning Burst')
  341. end
  342. end
  343. end)
  344.  
  345. DeleteButton.Name = "DeleteButton"
  346. DeleteButton.Parent = GuiFrame
  347. DeleteButton.BackgroundColor3 = Color3.new(1, 1, 1)
  348. DeleteButton.BackgroundTransparency = 1
  349. DeleteButton.Position = UDim2.new(0.878472209, 0, 0, 0)
  350. DeleteButton.Size = UDim2.new(0, 34, 0, 50)
  351. DeleteButton.Font = Enum.Font.SourceSans
  352. DeleteButton.Text = "X"
  353. DeleteButton.TextColor3 = Color3.new(0, 0, 0)
  354. DeleteButton.TextScaled = true
  355. DeleteButton.TextSize = 14
  356. DeleteButton.TextWrapped = true
  357. DeleteButton.MouseButton1Down:connect(function()
  358. GuiFrame:Destroy()
  359. end)
  360.  
  361. Controls.Name = "Controls"
  362. Controls.Parent = GuiFrame
  363. Controls.BackgroundColor3 = Color3.new(1, 1, 1)
  364. Controls.BackgroundTransparency = 1
  365. Controls.Position = UDim2.new(0.149124146, 0, 0.55710727, 0)
  366. Controls.Size = UDim2.new(0, 201, 0, 73)
  367. Controls.Font = Enum.Font.GothamSemibold
  368. Controls.Text = "Q for sell\nE for the first move\nR for the third mode\nT and Y for higher lvl moves"
  369. Controls.TextColor3 = Color3.new(1, 1, 1)
  370. Controls.TextScaled = true
  371. Controls.TextSize = 14
  372. Controls.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement