Advertisement
Guest User

Godpler v.2.0 by MoXPer :d

a guest
Mar 24th, 2019
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.21 KB | None | 0 0
  1. --lol new version of Godpler
  2. --added AutoFarm and more good design
  3. --Made by MoXPer :d | Discord: Nikita (scripter)#0267
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local NameOfGui = Instance.new("TextLabel")
  7. local Zeuz = Instance.new("TextButton")
  8. local Hades = Instance.new("TextButton")
  9. local Artemis = Instance.new("TextButton")
  10. local Ares = Instance.new("TextButton")
  11. local Credits = Instance.new("TextLabel")
  12. local CloseGUI = Instance.new("ImageButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextButton = Instance.new("TextButton")
  15. local Open = Instance.new("TextButton")
  16. local OpenBuutton = Instance.new("TextButton")
  17. local Buttons = Instance.new("Frame")
  18. local controls = Instance.new("TextButton")
  19. local ControlsBuutton = Instance.new("TextButton")
  20. local menu = Instance.new("TextButton")
  21. local MenuBuutton = Instance.new("TextButton")
  22. local Econtrol = Instance.new("TextLabel")
  23. local Qcontrol = Instance.new("TextLabel")
  24. local Rcontrol = Instance.new("TextLabel")
  25. local TandYcontrol = Instance.new("TextLabel")
  26. local CloseCONTROLS = Instance.new("TextButton")
  27. local CloseButtons = Instance.new("TextButton")
  28. --Properties:
  29. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  30. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31.  
  32. Frame.Parent = ScreenGui
  33. Frame.Active = true
  34. Frame.BackgroundColor3 = Color3.new(0.223529, 0.301961, 0.152941)
  35. Frame.BackgroundTransparency = 0.10000000149012
  36. Frame.BorderSizePixel = 0
  37. Frame.Position = UDim2.new(0.377560139, 0, 0.44064799, 0)
  38. Frame.Selectable = true
  39. Frame.Size = UDim2.new(0, 289, 0, 199)
  40. Frame.Draggable = true
  41.  
  42. NameOfGui.Name = "NameOfGui"
  43. NameOfGui.Parent = Frame
  44. NameOfGui.BackgroundColor3 = Color3.new(0.415686, 0.560784, 0.282353)
  45. NameOfGui.BorderSizePixel = 0
  46. NameOfGui.Position = UDim2.new(-0.0416804627, 0, -0.128072709, 0)
  47. NameOfGui.Size = UDim2.new(0, 313, 0, 29)
  48. NameOfGui.Font = Enum.Font.SourceSans
  49. NameOfGui.Text = "God Simulator"
  50. NameOfGui.TextColor3 = Color3.new(0, 0.835294, 0)
  51. NameOfGui.TextScaled = true
  52. NameOfGui.TextSize = 14
  53. NameOfGui.TextStrokeColor3 = Color3.new(0, 0.835294, 0)
  54. NameOfGui.TextStrokeTransparency = 0.40000000596046
  55. NameOfGui.TextTransparency = 0.20000000298023
  56. NameOfGui.TextWrapped = true
  57.  
  58. Zeuz.Name = "Zeuz"
  59. Zeuz.Parent = Frame
  60. Zeuz.BackgroundColor3 = Color3.new(0.196078, 0.729412, 0.0313726)
  61. Zeuz.BorderSizePixel = 0
  62. Zeuz.Position = UDim2.new(0.550568581, 0, 0.0796383023, 0)
  63. Zeuz.Size = UDim2.new(0, 96, 0, 52)
  64. Zeuz.Font = Enum.Font.Fantasy
  65. Zeuz.Text = "Zeuz"
  66. Zeuz.TextColor3 = Color3.new(0, 0, 0)
  67. Zeuz.TextSize = 35
  68. Zeuz.TextStrokeTransparency = 0.60000002384186
  69. Zeuz.TextWrapped = true
  70. Zeuz.MouseButton1Down:connect(function()
  71. mouse = game.Players.LocalPlayer:GetMouse()
  72.  
  73. function GetEvent()
  74. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  75. if v.ClassName == 'RemoteEvent' then
  76. return v
  77. end
  78. end
  79. end
  80. function GetFunction()
  81. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  82. if v.ClassName == 'RemoteFunction' then
  83. return v
  84. end
  85. end
  86. end
  87. function a(Ability)
  88. local tbl_main =
  89. {
  90. "UseAbility",
  91. "Zeus",
  92. Ability,--"Hellfire",
  93. mouse.Hit,
  94. mouse.Target
  95. }
  96. GetEvent():FireServer(unpack(tbl_main))
  97. end
  98. uip = game:GetService'UserInputService'
  99. while wait() do
  100. if game:GetService'Workspace':FindFirstChild'EffectFolder' then
  101. workspace:FindFirstChild'EffectFolder':ClearAllChildren()
  102. end
  103. if uip:IsKeyDown(Enum.KeyCode.E) then
  104. print(mouse.Target:GetFullName())
  105. a('Lightning Bolt Throw')
  106. end
  107. if uip:IsKeyDown(Enum.KeyCode.R) then
  108. a('Lightning Balls')
  109. end
  110. if uip:IsKeyDown(Enum.KeyCode.Q) then
  111. local pos = game.Players.LocalPlayer.Character.Head.Position
  112. wait()
  113. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-82,55,33))
  114. wait(.5)
  115. game.Players.LocalPlayer.Character:MoveTo(pos)
  116. end
  117. if uip:IsKeyDown(Enum.KeyCode.T) then
  118. a('Thunder Blast')
  119. end
  120. if uip:IsKeyDown(Enum.KeyCode.Y) then
  121. a('Lightning Burst')
  122. end
  123. end
  124. end)
  125.  
  126. Hades.Name = "Hades"
  127. Hades.Parent = Frame
  128. Hades.BackgroundColor3 = Color3.new(0.196078, 0.729412, 0.0313726)
  129. Hades.BorderSizePixel = 0
  130. Hades.Position = UDim2.new(0.115558557, 0, 0.487594187, 0)
  131. Hades.Size = UDim2.new(0, 96, 0, 52)
  132. Hades.Font = Enum.Font.Garamond
  133. Hades.Text = "Hades"
  134. Hades.TextColor3 = Color3.new(0, 0, 0)
  135. Hades.TextSize = 35
  136. Hades.TextStrokeTransparency = 0.60000002384186
  137. Hades.TextWrapped = true
  138. Hades.MouseButton1Down:connect(function()
  139. mouse = game.Players.LocalPlayer:GetMouse()
  140.  
  141. function GetEvent()
  142. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  143. if v.ClassName == 'RemoteEvent' then
  144. return v
  145. end
  146. end
  147. end
  148. function GetFunction()
  149. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  150. if v.ClassName == 'RemoteFunction' then
  151. return v
  152. end
  153. end
  154. end
  155. function a(Ability)
  156. local tbl_main =
  157. {
  158. "UseAbility",
  159. "Hades",
  160. Ability,--"Hellfire",
  161. mouse.Hit,
  162. mouse.Target
  163. }
  164. GetEvent():FireServer(unpack(tbl_main))
  165. end
  166. uip = game:GetService'UserInputService'
  167. while wait() do
  168. if game:GetService'Workspace':FindFirstChild'EffectFolder' then
  169. workspace:FindFirstChild'EffectFolder':ClearAllChildren()
  170. end
  171. if uip:IsKeyDown(Enum.KeyCode.E) then
  172. print(mouse.Target:GetFullName())
  173. a('Hellfire')
  174. end
  175. if uip:IsKeyDown(Enum.KeyCode.R) then
  176. a('Effluvial Burst')
  177. end
  178. if uip:IsKeyDown(Enum.KeyCode.Q) then
  179. local pos = game.Players.LocalPlayer.Character.Head.Position
  180. wait()
  181. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-82,55,33))
  182. wait(.5)
  183. game.Players.LocalPlayer.Character:MoveTo(pos)
  184. end
  185. end
  186. end)
  187.  
  188. Artemis.Name = "Artemis"
  189. Artemis.Parent = Frame
  190. Artemis.BackgroundColor3 = Color3.new(0.196078, 0.729412, 0.0313726)
  191. Artemis.BorderSizePixel = 0
  192. Artemis.Position = UDim2.new(0.550568581, 0, 0.487594187, 0)
  193. Artemis.Size = UDim2.new(0, 96, 0, 52)
  194. Artemis.Font = Enum.Font.Code
  195. Artemis.Text = "Artemis"
  196. Artemis.TextColor3 = Color3.new(0, 0, 0)
  197. Artemis.TextScaled = true
  198. Artemis.TextSize = 27
  199. Artemis.TextStrokeTransparency = 0.60000002384186
  200. Artemis.TextWrapped = true
  201. Artemis.MouseButton1Down:connect(function()
  202. mouse = game.Players.LocalPlayer:GetMouse()
  203.  
  204. function GetEvent()
  205. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  206. if v.ClassName == 'RemoteEvent' then
  207. return v
  208. end
  209. end
  210. end
  211. function GetFunction()
  212. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  213. if v.ClassName == 'RemoteFunction' then
  214. return v
  215. end
  216. end
  217. end
  218. function a(Ability)
  219. local tbl_main =
  220. {
  221. "UseAbility",
  222. "Artemis",
  223. Ability,--"Hellfire",
  224. mouse.Hit,
  225. mouse.Target
  226. }
  227. GetEvent():FireServer(unpack(tbl_main))
  228. end
  229. uip = game:GetService'UserInputService'
  230. while wait() do
  231. if game:GetService'Workspace':FindFirstChild'EffectFolder' then
  232. workspace:FindFirstChild'EffectFolder':ClearAllChildren()
  233. end
  234. if uip:IsKeyDown(Enum.KeyCode.E) then
  235. print(mouse.Target:GetFullName())
  236. a('Rapid Fire')
  237. end
  238. if uip:IsKeyDown(Enum.KeyCode.R) then
  239. a('Quickshot')
  240. end
  241. if uip:IsKeyDown(Enum.KeyCode.Q) then
  242. local pos = game.Players.LocalPlayer.Character.Head.Position
  243. wait()
  244. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-82,55,33))
  245. wait(.5)
  246. game.Players.LocalPlayer.Character:MoveTo(pos)
  247. end
  248. if uip:IsKeyDown(Enum.KeyCode.T) then
  249. a('Light Blast')
  250. end
  251. if uip:IsKeyDown(Enum.KeyCode.Y) then
  252. a('Snipe')
  253. end
  254. end
  255. end)
  256.  
  257. Ares.Name = "Ares"
  258. Ares.Parent = Frame
  259. Ares.BackgroundColor3 = Color3.new(0.196078, 0.729412, 0.0313726)
  260. Ares.BorderSizePixel = 0
  261. Ares.Position = UDim2.new(0.115558557, 0, 0.0810939446, 0)
  262. Ares.Size = UDim2.new(0, 96, 0, 52)
  263. Ares.Font = Enum.Font.Gotham
  264. Ares.Text = "Ares"
  265. Ares.TextColor3 = Color3.new(0, 0, 0)
  266. Ares.TextSize = 35
  267. Ares.TextStrokeTransparency = 0.60000002384186
  268. Ares.TextWrapped = true
  269. Ares.MouseButton1Down:connect(function()
  270. mouse = game.Players.LocalPlayer:GetMouse()
  271.  
  272. function GetEvent()
  273. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  274. if v.ClassName == 'RemoteEvent' then
  275. return v
  276. end
  277. end
  278. end
  279. function GetFunction()
  280. for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  281. if v.ClassName == 'RemoteFunction' then
  282. return v
  283. end
  284. end
  285. end
  286. function a(Ability)
  287. local tbl_main =
  288. {
  289. "UseAbility",
  290. "Ares",
  291. Ability,--"Hellfire",
  292. mouse.Hit,
  293. mouse.Target
  294. }
  295. GetEvent():FireServer(unpack(tbl_main))
  296. end
  297. uip = game:GetService'UserInputService'
  298. while wait() do
  299. if game:GetService'Workspace':FindFirstChild'EffectFolder' then
  300. workspace:FindFirstChild'EffectFolder':ClearAllChildren()
  301. end
  302. if uip:IsKeyDown(Enum.KeyCode.E) then
  303. print(mouse.Target:GetFullName())
  304. a('Spear Throw')
  305. end
  306. if uip:IsKeyDown(Enum.KeyCode.R) then
  307. a('Axe Flurry')
  308. end
  309. if uip:IsKeyDown(Enum.KeyCode.Q) then
  310. local pos = game.Players.LocalPlayer.Character.Head.Position
  311. wait()
  312. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-82,55,33))
  313. wait(.5)
  314. game.Players.LocalPlayer.Character:MoveTo(pos)
  315. end
  316. if uip:IsKeyDown(Enum.KeyCode.T) then
  317. a('Sword Jab')
  318. end
  319. if uip:IsKeyDown(Enum.KeyCode.Y) then
  320. a('Meteor Crash')
  321. end
  322. end
  323. end)
  324.  
  325. Credits.Name = "Credits"
  326. Credits.Parent = Frame
  327. Credits.BackgroundColor3 = Color3.new(0.415686, 0.560784, 0.282353)
  328. Credits.BorderSizePixel = 0
  329. Credits.Position = UDim2.new(-0.0416804627, 0, 0.997555435, 0)
  330. Credits.Size = UDim2.new(0, 313, 0, 29)
  331. Credits.Font = Enum.Font.Fantasy
  332. Credits.Text = "Made by MoXPer :d"
  333. Credits.TextColor3 = Color3.new(0, 0.835294, 0)
  334. Credits.TextScaled = true
  335. Credits.TextSize = 14
  336. Credits.TextStrokeColor3 = Color3.new(0, 0.835294, 0)
  337. Credits.TextStrokeTransparency = 0.40000000596046
  338. Credits.TextTransparency = 0.20000000298023
  339. Credits.TextWrapped = true
  340.  
  341. CloseGUI.Name = "CloseGUI"
  342. CloseGUI.Parent = Frame
  343. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  344. CloseGUI.BackgroundTransparency = 1
  345. CloseGUI.Position = UDim2.new(0.83044982, 0, -0.253700912, 0)
  346. CloseGUI.Size = UDim2.new(0, 75, 0, 69)
  347. CloseGUI.Selected = true
  348. CloseGUI.Image = "rbxassetid://386342344"
  349. CloseGUI.ImageColor3 = Color3.new(0.239216, 0.290196, 1)
  350. CloseGUI.MouseButton1Down:connect(function()
  351. Frame.Visible = false
  352. Open.Visible = true
  353. end)
  354.  
  355. TextLabel.Parent = CloseGUI
  356. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  357. TextLabel.BackgroundTransparency = 1
  358. TextLabel.Position = UDim2.new(0.173438311, 0, 0.292143434, 0)
  359. TextLabel.Size = UDim2.new(0, 48, 0, 27)
  360. TextLabel.Font = Enum.Font.SourceSans
  361. TextLabel.Text = "Close"
  362. TextLabel.TextColor3 = Color3.new(0.976471, 0, 0)
  363. TextLabel.TextScaled = true
  364. TextLabel.TextSize = 14
  365. TextLabel.TextStrokeColor3 = Color3.new(0.976471, 0, 0)
  366. TextLabel.TextStrokeTransparency = 0.5
  367. TextLabel.TextWrapped = true
  368.  
  369. TextButton.Parent = Frame
  370. TextButton.BackgroundColor3 = Color3.new(0.196078, 0.729412, 0.0313726)
  371. TextButton.BorderSizePixel = 0
  372. TextButton.Position = UDim2.new(0.359861583, 0, 0.798995018, 0)
  373. TextButton.Size = UDim2.new(0, 79, 0, 28)
  374. TextButton.Font = Enum.Font.Antique
  375. TextButton.Text = "AutoFarm"
  376. TextButton.TextColor3 = Color3.new(1, 1, 0)
  377. TextButton.TextScaled = true
  378. TextButton.TextSize = 14
  379. TextButton.TextStrokeColor3 = Color3.new(1, 1, 0)
  380. TextButton.TextStrokeTransparency = 0.60000002384186
  381. TextButton.TextWrapped = true
  382. TextButton.MouseButton1Down:connect(function()
  383. _G.Area = "Farm"
  384.  
  385. local Event = game:GetService("ReplicatedStorage")["\240\159\148\165"]
  386. local EntityList = require(game.ReplicatedStorage.Info.EntityList)
  387. local Sell = workspace.Activation.EssenceReturn.Root
  388. local Targets = workspace.DestructableObjects
  389.  
  390. local Player = game.Players.LocalPlayer
  391. local Character = Player.Character
  392.  
  393. local Ability = Player.PlayerGui.MainGui.MainFrame.AbilityButtons.Ability1.aname
  394.  
  395. local Effects = workspace:WaitForChild("EffectFolder")
  396.  
  397. spawn(function()
  398. while wait() do
  399. Sell.Position = Character.HumanoidRootPart.Position
  400. end
  401. end)
  402.  
  403. while wait() do
  404. local c = Targets:GetChildren()
  405. for i = 1, #c do
  406. if (c[i]:FindFirstChild("ID") and c[i]:FindFirstChild("Alive")) then
  407. if (c[i].Alive.Value == true) then
  408. local EntityOnList = EntityList.Entitys[c[i].ID.Value]
  409. if (EntityOnList and EntityOnList.area == _G.Area) then
  410. local Box = c[i]:FindFirstChild("BoundingBox")
  411. if (Box) then
  412. Character:MoveTo(Box.Position)
  413. Effects:ClearAllChildren()
  414. Event:FireServer("UseAbility", Character.Name, Ability.Text, Box.CFrame, Box)
  415. Effects:ClearAllChildren()
  416. end
  417. end
  418. end
  419. end
  420. end
  421. end
  422. end)
  423.  
  424. Open.Name = "Open"
  425. Open.Parent = ScreenGui
  426. Open.Active = false
  427. Open.BackgroundColor3 = Color3.new(0.101961, 0.345098, 0.0117647)
  428. Open.BorderSizePixel = 0
  429. Open.Position = UDim2.new(0.0365853608, 0, 0.26303491, 0)
  430. Open.Selectable = false
  431. Open.Size = UDim2.new(0, 161, 0, 48)
  432. Open.Visible = false
  433. Open.AutoButtonColor = false
  434. Open.Font = Enum.Font.SourceSans
  435. Open.TextColor3 = Color3.new(0, 0, 0)
  436. Open.TextSize = 14
  437.  
  438. OpenBuutton.Name = "OpenBuutton"
  439. OpenBuutton.Parent = Open
  440. OpenBuutton.BackgroundColor3 = Color3.new(0.196078, 0.729412, 0.0313726)
  441. OpenBuutton.BorderSizePixel = 0
  442. OpenBuutton.Position = UDim2.new(-0.0640587211, 0, -0.185208127, 0)
  443. OpenBuutton.Size = UDim2.new(0, 160, 0, 47)
  444. OpenBuutton.Font = Enum.Font.Highway
  445. OpenBuutton.Text = "Open"
  446. OpenBuutton.TextColor3 = Color3.new(0, 0, 0)
  447. OpenBuutton.TextScaled = true
  448. OpenBuutton.TextSize = 14
  449. OpenBuutton.TextWrapped = true
  450. OpenBuutton.MouseButton1Down:connect(function()
  451. Buttons.Visible = true
  452. end)
  453.  
  454. Buttons.Name = "Buttons"
  455. Buttons.Parent = ScreenGui
  456. Buttons.BackgroundColor3 = Color3.new(1, 1, 1)
  457. Buttons.BackgroundTransparency = 1
  458. Buttons.Position = UDim2.new(0.0413398221, 0, 0.372662038, 0)
  459. Buttons.Size = UDim2.new(0, 302, 0, 41)
  460. Buttons.Visible = false
  461. Buttons.Draggable = true
  462.  
  463. controls.Name = "controls"
  464. controls.Parent = Buttons
  465. controls.Active = false
  466. controls.BackgroundColor3 = Color3.new(0.101961, 0.345098, 0.0117647)
  467. controls.BorderSizePixel = 0
  468. controls.Position = UDim2.new(0.0745970607, 0, 0.330150366, 0)
  469. controls.Selectable = false
  470. controls.Size = UDim2.new(0, 111, 0, 48)
  471. controls.AutoButtonColor = false
  472. controls.Font = Enum.Font.SourceSans
  473. controls.TextColor3 = Color3.new(0, 0, 0)
  474. controls.TextSize = 14
  475.  
  476. ControlsBuutton.Name = "ControlsBuutton"
  477. ControlsBuutton.Parent = controls
  478. ControlsBuutton.BackgroundColor3 = Color3.new(0.196078, 0.729412, 0.0313726)
  479. ControlsBuutton.BorderSizePixel = 0
  480. ControlsBuutton.Position = UDim2.new(-0.0640585944, 0, -0.185208008, 0)
  481. ControlsBuutton.Size = UDim2.new(0, 104, 0, 47)
  482. ControlsBuutton.Font = Enum.Font.Highway
  483. ControlsBuutton.Text = "controls"
  484. ControlsBuutton.TextColor3 = Color3.new(0, 0, 0)
  485. ControlsBuutton.TextScaled = true
  486. ControlsBuutton.TextSize = 14
  487. ControlsBuutton.TextWrapped = true
  488. ControlsBuutton.MouseButton1Down:connect(function()
  489. CloseCONTROLS.Visible = true
  490. Econtrol.Visible = true
  491. Qcontrol.Visible = true
  492. Rcontrol.Visible = true
  493. TandYcontrol.Visible = true
  494. end)
  495.  
  496. menu.Name = "menu"
  497. menu.Parent = Buttons
  498. menu.Active = false
  499. menu.BackgroundColor3 = Color3.new(0.101961, 0.345098, 0.0117647)
  500. menu.BorderSizePixel = 0
  501. menu.Position = UDim2.new(0.548933566, 0, 0.327664554, 0)
  502. menu.Selectable = false
  503. menu.Size = UDim2.new(0, 111, 0, 48)
  504. menu.AutoButtonColor = false
  505. menu.Font = Enum.Font.SourceSans
  506. menu.TextColor3 = Color3.new(0, 0, 0)
  507. menu.TextSize = 14
  508.  
  509. MenuBuutton.Name = "MenuBuutton"
  510. MenuBuutton.Parent = menu
  511. MenuBuutton.BackgroundColor3 = Color3.new(0.196078, 0.729412, 0.0313726)
  512. MenuBuutton.BorderSizePixel = 0
  513. MenuBuutton.Position = UDim2.new(-0.0640585944, 0, -0.185208008, 0)
  514. MenuBuutton.Size = UDim2.new(0, 104, 0, 47)
  515. MenuBuutton.Font = Enum.Font.Highway
  516. MenuBuutton.Text = "menu"
  517. MenuBuutton.TextColor3 = Color3.new(0, 0, 0)
  518. MenuBuutton.TextScaled = true
  519. MenuBuutton.TextSize = 14
  520. MenuBuutton.TextWrapped = true
  521. MenuBuutton.MouseButton1Down:connect(function()
  522. Frame.Visible = true
  523. end)
  524.  
  525. Econtrol.Name = "Econtrol"
  526. Econtrol.Parent = Buttons
  527. Econtrol.BackgroundColor3 = Color3.new(1, 1, 1)
  528. Econtrol.BackgroundTransparency = 1
  529. Econtrol.Position = UDim2.new(0.440948725, 0, -2.93386388, 0)
  530. Econtrol.Size = UDim2.new(0, 175, 0, 51)
  531. Econtrol.Font = Enum.Font.SourceSans
  532. Econtrol.Text = "E for first move."
  533. Econtrol.TextColor3 = Color3.new(0.329412, 1, 0.12549)
  534. Econtrol.TextSize = 20
  535. Econtrol.TextStrokeColor3 = Color3.new(0.329412, 1, 0.12549)
  536. Econtrol.TextStrokeTransparency = 0.69999998807907
  537. Econtrol.Visible = false
  538.  
  539. Qcontrol.Name = "Qcontrol"
  540. Qcontrol.Parent = Buttons
  541. Qcontrol.BackgroundColor3 = Color3.new(1, 1, 1)
  542. Qcontrol.BackgroundTransparency = 1
  543. Qcontrol.Position = UDim2.new(0.522714794, 0, -2.51212978, 0)
  544. Qcontrol.Size = UDim2.new(0, 153, 0, 89)
  545. Qcontrol.Font = Enum.Font.SourceSans
  546. Qcontrol.Text = "Q for teleport to Sell."
  547. Qcontrol.TextColor3 = Color3.new(0.329412, 1, 0.12549)
  548. Qcontrol.TextSize = 20
  549. Qcontrol.TextStrokeColor3 = Color3.new(0.329412, 1, 0.12549)
  550. Qcontrol.TextStrokeTransparency = 0.69999998807907
  551. Qcontrol.Visible = false
  552.  
  553. Rcontrol.Name = "Rcontrol"
  554. Rcontrol.Parent = Buttons
  555. Rcontrol.BackgroundColor3 = Color3.new(1, 1, 1)
  556. Rcontrol.BackgroundTransparency = 1
  557. Rcontrol.Position = UDim2.new(0.546954036, 0, -2.54878807, 0)
  558. Rcontrol.Size = UDim2.new(0, 140, 0, 57)
  559. Rcontrol.Font = Enum.Font.SourceSans
  560. Rcontrol.Text = "R for the third mode."
  561. Rcontrol.TextColor3 = Color3.new(0.329412, 1, 0.12549)
  562. Rcontrol.TextSize = 20
  563. Rcontrol.TextStrokeColor3 = Color3.new(0.329412, 1, 0.12549)
  564. Rcontrol.TextStrokeTransparency = 0.69999998807907
  565. Rcontrol.Visible = false
  566.  
  567. TandYcontrol.Name = "TandYcontrol"
  568. TandYcontrol.Parent = Buttons
  569. TandYcontrol.BackgroundColor3 = Color3.new(1, 1, 1)
  570. TandYcontrol.BackgroundTransparency = 1
  571. TandYcontrol.Position = UDim2.new(0.593623996, 0, -2.29261732, 0)
  572. TandYcontrol.Size = UDim2.new(0, 162, 0, 113)
  573. TandYcontrol.Font = Enum.Font.SourceSans
  574. TandYcontrol.Text = "T and Y for higher lvl moves."
  575. TandYcontrol.TextColor3 = Color3.new(0.329412, 1, 0.12549)
  576. TandYcontrol.TextSize = 20
  577. TandYcontrol.TextStrokeColor3 = Color3.new(0.329412, 1, 0.12549)
  578. TandYcontrol.TextStrokeTransparency = 0.69999998807907
  579. TandYcontrol.Visible = false
  580.  
  581. CloseCONTROLS.Name = "CloseCONTROLS"
  582. CloseCONTROLS.Parent = Buttons
  583. CloseCONTROLS.BackgroundColor3 = Color3.new(0.211765, 0.639216, 0)
  584. CloseCONTROLS.BorderSizePixel = 0
  585. CloseCONTROLS.Position = UDim2.new(0.960264921, 0, -3.29268289, 0)
  586. CloseCONTROLS.Size = UDim2.new(0, 43, 0, 41)
  587. CloseCONTROLS.Font = Enum.Font.SourceSans
  588. CloseCONTROLS.Text = "X"
  589. CloseCONTROLS.TextColor3 = Color3.new(1, 0, 0)
  590. CloseCONTROLS.TextScaled = true
  591. CloseCONTROLS.TextSize = 14
  592. CloseCONTROLS.TextStrokeColor3 = Color3.new(1, 0, 0)
  593. CloseCONTROLS.TextStrokeTransparency = 0.60000002384186
  594. CloseCONTROLS.TextWrapped = true
  595. CloseCONTROLS.Visible = false
  596. CloseCONTROLS.MouseButton1Down:connect(function()
  597. CloseCONTROLS.Visible = false
  598. Econtrol.Visible = false
  599. Qcontrol.Visible = false
  600. Rcontrol.Visible = false
  601. TandYcontrol.Visible = false
  602. end)
  603.  
  604. CloseButtons.Name = "CloseButtons"
  605. CloseButtons.Parent = Buttons
  606. CloseButtons.BackgroundColor3 = Color3.new(0.211765, 0.639216, 0)
  607. CloseButtons.BorderSizePixel = 0
  608. CloseButtons.Position = UDim2.new(0.413907319, 0, -2.95121956, 0)
  609. CloseButtons.Size = UDim2.new(0, 33, 0, 34)
  610. CloseButtons.Font = Enum.Font.SourceSans
  611. CloseButtons.Text = "X"
  612. CloseButtons.TextColor3 = Color3.new(1, 0, 0)
  613. CloseButtons.TextScaled = true
  614. CloseButtons.TextSize = 14
  615. CloseButtons.TextStrokeColor3 = Color3.new(1, 0, 0)
  616. CloseButtons.TextStrokeTransparency = 0.60000002384186
  617. CloseButtons.TextWrapped = true
  618. CloseButtons.Visible = false
  619. CloseButtons.MouseButton1Down:connect(function()
  620. Buttons.Visible = false
  621. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement