Advertisement
ElKoaxV2

Untitled

Jan 27th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.05 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local FAutos = Instance.new("Frame")
  5. local FA = Instance.new("Frame")
  6. local NLAutos = Instance.new("TextLabel")
  7. local Ex1 = Instance.new("TextButton")
  8. local AutoSwing = Instance.new("TextButton")
  9. local AutoSell = Instance.new("TextButton")
  10. local AutoSword = Instance.new("TextButton")
  11. local AutoBelt = Instance.new("TextButton")
  12. local AutoSkills = Instance.new("TextButton")
  13. local InfJump = Instance.new("TextButton")
  14. local AutoCoins = Instance.new("TextButton")
  15. local FPlaces = Instance.new("Frame")
  16. local FP = Instance.new("Frame")
  17. local NLPlaces = Instance.new("TextLabel")
  18. local Ex2 = Instance.new("TextButton")
  19. local Astral = Instance.new("TextButton")
  20. local Mystical = Instance.new("TextButton")
  21. local Space = Instance.new("TextButton")
  22. local Thundra = Instance.new("TextButton")
  23. local SandStorm = Instance.new("TextButton")
  24. local AncientII = Instance.new("TextButton")
  25. local Thunderstorm = Instance.new("TextButton")
  26. local FMain = Instance.new("Frame")
  27. local FM = Instance.new("Frame")
  28. local NLMain = Instance.new("TextLabel")
  29. local Ex3 = Instance.new("TextButton")
  30. local Autos = Instance.new("TextButton")
  31. local Places = Instance.new("TextButton")
  32. local Others = Instance.new("TextButton")
  33. local TextLabel = Instance.new("TextLabel")
  34. local FScripts = Instance.new("Frame")
  35. local FS = Instance.new("Frame")
  36. local OtherScripts = Instance.new("TextLabel")
  37. local Ex4 = Instance.new("TextButton")
  38. local Dex = Instance.new("TextButton")
  39. local Esp = Instance.new("TextButton")
  40. local openclose = Instance.new("Frame")
  41. local open = Instance.new("TextButton")
  42.  
  43. -- Variables
  44.  
  45. local lp = game.Players.LocalPlayer
  46. local ExitToggle = false
  47. local AutoSellToggle = false
  48. local Selldb = false
  49. local AutoSwingToggle = false
  50. local AutoBeltToggle = false
  51. local AutoSwordToggle = false
  52. local AutoSkillsToggle = false
  53. local CoinsToggle = false
  54. local HoopsToggle = false
  55. local JumpToggle = false
  56.  
  57. -- Properties
  58.  
  59. ScreenGui.Parent = game.CoreGui
  60. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  61.  
  62. FAutos.Name = "FAutos"
  63. FAutos.Parent = ScreenGui
  64. FAutos.Active = true
  65. FAutos.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  66. FAutos.BorderColor3 = Color3.new(0, 0, 0)
  67. FAutos.Position = UDim2.new(0.229482085, 0, 0.138794079, 0)
  68. FAutos.Size = UDim2.new(0, 279, 0, 252)
  69. FAutos.Visible = false
  70.  
  71. FA.Name = "FA"
  72. FA.Parent = FAutos
  73. FA.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  74. FA.BorderSizePixel = 0
  75. FA.Size = UDim2.new(0, 279, 0, 35)
  76.  
  77. NLAutos.Name = "NL Autos"
  78. NLAutos.Parent = FA
  79. NLAutos.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  80. NLAutos.BorderSizePixel = 0
  81. NLAutos.Position = UDim2.new(0.139784947, 0, 0, 0)
  82. NLAutos.Size = UDim2.new(0, 196, 0, 35)
  83. NLAutos.Font = Enum.Font.SciFi
  84. NLAutos.Text = "NL Auto's"
  85. NLAutos.TextColor3 = Color3.new(1, 1, 1)
  86. NLAutos.TextSize = 14
  87.  
  88. Ex1.Name = "Ex1"
  89. Ex1.Parent = FA
  90. Ex1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  91. Ex1.BorderSizePixel = 0
  92. Ex1.Position = UDim2.new(0.842293918, 0, 0, 0)
  93. Ex1.Size = UDim2.new(0, 43, 0, 35)
  94. Ex1.Text = "X"
  95. Ex1.TextColor3 = Color3.new(1, 1, 1)
  96. Ex1.TextSize = 14
  97.  
  98. AutoSwing.Name = "AutoSwing"
  99. AutoSwing.Parent = FAutos
  100. AutoSwing.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  101. AutoSwing.BorderSizePixel = 0
  102. AutoSwing.Position = UDim2.new(0.0716845915, 0, 0.198412701, 0)
  103. AutoSwing.Size = UDim2.new(0, 114, 0, 32)
  104. AutoSwing.Font = Enum.Font.SciFi
  105. AutoSwing.Text = "Auto Swing"
  106. AutoSwing.TextColor3 = Color3.new(1, 1, 1)
  107. AutoSwing.TextSize = 14
  108.  
  109. AutoSell.Name = "AutoSell"
  110. AutoSell.Parent = FAutos
  111. AutoSell.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  112. AutoSell.BorderSizePixel = 0
  113. AutoSell.Position = UDim2.new(0.519713283, 0, 0.198412701, 0)
  114. AutoSell.Size = UDim2.new(0, 114, 0, 32)
  115. AutoSell.Font = Enum.Font.SciFi
  116. AutoSell.Text = "Auto Sell"
  117. AutoSell.TextColor3 = Color3.new(1, 1, 1)
  118. AutoSell.TextSize = 14
  119.  
  120. AutoSword.Name = "AutoSword"
  121. AutoSword.Parent = FAutos
  122. AutoSword.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  123. AutoSword.BorderSizePixel = 0
  124. AutoSword.Position = UDim2.new(0.0716845989, 0, 0.349206328, 0)
  125. AutoSword.Size = UDim2.new(0, 114, 0, 32)
  126. AutoSword.Font = Enum.Font.SciFi
  127. AutoSword.Text = "Auto Sword"
  128. AutoSword.TextColor3 = Color3.new(1, 1, 1)
  129. AutoSword.TextSize = 14
  130.  
  131. AutoBelt.Name = "AutoBelt"
  132. AutoBelt.Parent = FAutos
  133. AutoBelt.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  134. AutoBelt.BorderSizePixel = 0
  135. AutoBelt.Position = UDim2.new(0.519713283, 0, 0.349206328, 0)
  136. AutoBelt.Size = UDim2.new(0, 114, 0, 32)
  137. AutoBelt.Font = Enum.Font.SciFi
  138. AutoBelt.Text = "Auto Belt"
  139. AutoBelt.TextColor3 = Color3.new(1, 1, 1)
  140. AutoBelt.TextSize = 14
  141.  
  142. AutoSkills.Name = "AutoSkills"
  143. AutoSkills.Parent = FAutos
  144. AutoSkills.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  145. AutoSkills.BorderSizePixel = 0
  146. AutoSkills.Position = UDim2.new(0.0716845989, 0, 0.49999997, 0)
  147. AutoSkills.Size = UDim2.new(0, 114, 0, 32)
  148. AutoSkills.Font = Enum.Font.SciFi
  149. AutoSkills.Text = "Auto Skills"
  150. AutoSkills.TextColor3 = Color3.new(1, 1, 1)
  151. AutoSkills.TextSize = 14
  152.  
  153. InfJump.Name = "InfJump"
  154. InfJump.Parent = FAutos
  155. InfJump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  156. InfJump.BorderSizePixel = 0
  157. InfJump.Position = UDim2.new(0.0716845915, 0, 0.650793672, 0)
  158. InfJump.Size = UDim2.new(0, 238, 0, 32)
  159. InfJump.Font = Enum.Font.SciFi
  160. InfJump.Text = "Inf Jump"
  161. InfJump.TextColor3 = Color3.new(1, 1, 1)
  162. InfJump.TextSize = 14
  163.  
  164. AutoCoins.Name = "AutoCoins"
  165. AutoCoins.Parent = FAutos
  166. AutoCoins.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  167. AutoCoins.BorderSizePixel = 0
  168. AutoCoins.Position = UDim2.new(0.519713283, 0, 0.49999997, 0)
  169. AutoCoins.Size = UDim2.new(0, 114, 0, 32)
  170. AutoCoins.Font = Enum.Font.SciFi
  171. AutoCoins.Text = "Auto Coins"
  172. AutoCoins.TextColor3 = Color3.new(1, 1, 1)
  173. AutoCoins.TextSize = 14
  174.  
  175. FPlaces.Name = "FPlaces"
  176. FPlaces.Parent = ScreenGui
  177. FPlaces.Active = true
  178. FPlaces.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  179. FPlaces.BorderColor3 = Color3.new(0, 0, 0)
  180. FPlaces.Position = UDim2.new(0.484462142, 0, 0.138794079, 0)
  181. FPlaces.Size = UDim2.new(0, 279, 0, 252)
  182. FPlaces.Visible = false
  183.  
  184. FP.Name = "FP"
  185. FP.Parent = FPlaces
  186. FP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  187. FP.BorderSizePixel = 0
  188. FP.Size = UDim2.new(0, 279, 0, 35)
  189.  
  190. NLPlaces.Name = "NL Places"
  191. NLPlaces.Parent = FP
  192. NLPlaces.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  193. NLPlaces.BorderSizePixel = 0
  194. NLPlaces.Position = UDim2.new(0.139784947, 0, 0, 0)
  195. NLPlaces.Size = UDim2.new(0, 196, 0, 35)
  196. NLPlaces.Font = Enum.Font.SciFi
  197. NLPlaces.Text = "NL Place's"
  198. NLPlaces.TextColor3 = Color3.new(1, 1, 1)
  199. NLPlaces.TextSize = 14
  200.  
  201. Ex2.Name = "Ex2"
  202. Ex2.Parent = FP
  203. Ex2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  204. Ex2.BorderSizePixel = 0
  205. Ex2.Position = UDim2.new(0.842293918, 0, 0, 0)
  206. Ex2.Size = UDim2.new(0, 43, 0, 35)
  207. Ex2.Text = "X"
  208. Ex2.TextColor3 = Color3.new(1, 1, 1)
  209. Ex2.TextSize = 14
  210.  
  211. Astral.Name = "Astral"
  212. Astral.Parent = FPlaces
  213. Astral.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  214. Astral.BorderSizePixel = 0
  215. Astral.Position = UDim2.new(0.0716845915, 0, 0.198412701, 0)
  216. Astral.Size = UDim2.new(0, 114, 0, 32)
  217. Astral.Font = Enum.Font.SciFi
  218. Astral.Text = "Astral"
  219. Astral.TextColor3 = Color3.new(1, 1, 1)
  220. Astral.TextSize = 14
  221.  
  222. Mystical.Name = "Mystical"
  223. Mystical.Parent = FPlaces
  224. Mystical.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  225. Mystical.BorderSizePixel = 0
  226. Mystical.Position = UDim2.new(0.519713283, 0, 0.198412701, 0)
  227. Mystical.Size = UDim2.new(0, 114, 0, 32)
  228. Mystical.Font = Enum.Font.SciFi
  229. Mystical.Text = "Mystical"
  230. Mystical.TextColor3 = Color3.new(1, 1, 1)
  231. Mystical.TextSize = 14
  232.  
  233. Space.Name = "Space"
  234. Space.Parent = FPlaces
  235. Space.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  236. Space.BorderSizePixel = 0
  237. Space.Position = UDim2.new(0.0716845989, 0, 0.349206358, 0)
  238. Space.Size = UDim2.new(0, 114, 0, 32)
  239. Space.Font = Enum.Font.SciFi
  240. Space.Text = "Space"
  241. Space.TextColor3 = Color3.new(1, 1, 1)
  242. Space.TextSize = 14
  243.  
  244. Thundra.Name = "Thundra"
  245. Thundra.Parent = FPlaces
  246. Thundra.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  247. Thundra.BorderSizePixel = 0
  248. Thundra.Position = UDim2.new(0.519713283, 0, 0.349206358, 0)
  249. Thundra.Size = UDim2.new(0, 114, 0, 32)
  250. Thundra.Font = Enum.Font.SciFi
  251. Thundra.Text = "Thundra"
  252. Thundra.TextColor3 = Color3.new(1, 1, 1)
  253. Thundra.TextSize = 14
  254.  
  255. SandStorm.Name = "SandStorm"
  256. SandStorm.Parent = FPlaces
  257. SandStorm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  258. SandStorm.BorderSizePixel = 0
  259. SandStorm.Position = UDim2.new(0.0716845989, 0, 0.5, 0)
  260. SandStorm.Size = UDim2.new(0, 114, 0, 32)
  261. SandStorm.Font = Enum.Font.SciFi
  262. SandStorm.Text = "Sandstorm"
  263. SandStorm.TextColor3 = Color3.new(1, 1, 1)
  264. SandStorm.TextSize = 14
  265.  
  266. AncientII.Name = "Ancient I.I"
  267. AncientII.Parent = FPlaces
  268. AncientII.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  269. AncientII.BorderSizePixel = 0
  270. AncientII.Position = UDim2.new(0.519713283, 0, 0.5, 0)
  271. AncientII.Size = UDim2.new(0, 114, 0, 32)
  272. AncientII.Font = Enum.Font.SciFi
  273. AncientII.Text = "Ancient I.I"
  274. AncientII.TextColor3 = Color3.new(1, 1, 1)
  275. AncientII.TextSize = 14
  276.  
  277. Thunderstorm.Name = "Thunderstorm"
  278. Thunderstorm.Parent = FPlaces
  279. Thunderstorm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  280. Thunderstorm.BorderSizePixel = 0
  281. Thunderstorm.Position = UDim2.new(0.0716845915, 0, 0.650793672, 0)
  282. Thunderstorm.Size = UDim2.new(0, 239, 0, 32)
  283. Thunderstorm.Font = Enum.Font.SciFi
  284. Thunderstorm.Text = "Thunderstorm"
  285. Thunderstorm.TextColor3 = Color3.new(1, 1, 1)
  286. Thunderstorm.TextSize = 14
  287.  
  288. FMain.Name = "FMain"
  289. FMain.Parent = ScreenGui
  290. FMain.Active = true
  291. FMain.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  292. FMain.BorderColor3 = Color3.new(0, 0, 0)
  293. FMain.Position = UDim2.new(0.237450212, 0, 0.439135343, 0)
  294. FMain.Size = UDim2.new(0, 261, 0, 234)
  295.  
  296. FM.Name = "FM"
  297. FM.Parent = FMain
  298. FM.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  299. FM.BorderSizePixel = 0
  300. FM.Size = UDim2.new(0, 260, 0, 35)
  301.  
  302. NLMain.Name = "NL Main"
  303. NLMain.Parent = FM
  304. NLMain.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  305. NLMain.BorderSizePixel = 0
  306. NLMain.Position = UDim2.new(0.143631101, 0, 0, 0)
  307. NLMain.Size = UDim2.new(0, 185, 0, 35)
  308. NLMain.Font = Enum.Font.SciFi
  309. NLMain.Text = "NL Main"
  310. NLMain.TextColor3 = Color3.new(1, 1, 1)
  311. NLMain.TextSize = 14
  312.  
  313. Ex3.Name = "Ex3"
  314. Ex3.Parent = FM
  315. Ex3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  316. Ex3.BorderSizePixel = 0
  317. Ex3.Position = UDim2.new(0.855169535, 0, 0, 0)
  318. Ex3.Size = UDim2.new(0, 37, 0, 35)
  319. Ex3.Text = "X"
  320. Ex3.TextColor3 = Color3.new(1, 1, 1)
  321. Ex3.TextSize = 14
  322.  
  323. Autos.Name = "Autos"
  324. Autos.Parent = FMain
  325. Autos.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  326. Autos.BorderSizePixel = 0
  327. Autos.Position = UDim2.new(0.278581142, 0, 0.241147742, 0)
  328. Autos.Size = UDim2.new(0, 114, 0, 32)
  329. Autos.Font = Enum.Font.SciFi
  330. Autos.Text = "Auto's"
  331. Autos.TextColor3 = Color3.new(1, 1, 1)
  332. Autos.TextSize = 14
  333.  
  334. Places.Name = "Places"
  335. Places.Parent = FMain
  336. Places.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  337. Places.BorderSizePixel = 0
  338. Places.Position = UDim2.new(0.278581142, 0, 0.429181933, 0)
  339. Places.Size = UDim2.new(0, 114, 0, 32)
  340. Places.Font = Enum.Font.SciFi
  341. Places.Text = "Place's"
  342. Places.TextColor3 = Color3.new(1, 1, 1)
  343. Places.TextSize = 14
  344.  
  345. Others.Name = "Others"
  346. Others.Parent = FMain
  347. Others.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  348. Others.BorderSizePixel = 0
  349. Others.Position = UDim2.new(0.278581142, 0, 0.621489644, 0)
  350. Others.Size = UDim2.new(0, 114, 0, 32)
  351. Others.Font = Enum.Font.SciFi
  352. Others.Text = "Other's"
  353. Others.TextColor3 = Color3.new(1, 1, 1)
  354. Others.TextSize = 14
  355.  
  356. TextLabel.Parent = FMain
  357. TextLabel.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  358. TextLabel.BorderSizePixel = 0
  359. TextLabel.Position = UDim2.new(0, 0, 0.850427508, 0)
  360. TextLabel.Size = UDim2.new(0, 261, 0, 35)
  361. TextLabel.Text = "Script Made By 0x45#8396"
  362. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  363. TextLabel.TextSize = 14
  364.  
  365. FScripts.Name = "FScripts"
  366. FScripts.Parent = ScreenGui
  367. FScripts.Active = true
  368. FScripts.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  369. FScripts.BorderColor3 = Color3.new(0, 0, 0)
  370. FScripts.Position = UDim2.new(0.725099564, 0, 0.138794079, 0)
  371. FScripts.Size = UDim2.new(0, 279, 0, 252)
  372. FScripts.Visible = false
  373.  
  374. FS.Name = "FS"
  375. FS.Parent = FScripts
  376. FS.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  377. FS.BorderSizePixel = 0
  378. FS.Size = UDim2.new(0, 279, 0, 35)
  379.  
  380. OtherScripts.Name = "Other Scripts"
  381. OtherScripts.Parent = FS
  382. OtherScripts.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  383. OtherScripts.BorderSizePixel = 0
  384. OtherScripts.Position = UDim2.new(0.139784947, 0, 0, 0)
  385. OtherScripts.Size = UDim2.new(0, 196, 0, 35)
  386. OtherScripts.Font = Enum.Font.SciFi
  387. OtherScripts.Text = "Other Scripts"
  388. OtherScripts.TextColor3 = Color3.new(1, 1, 1)
  389. OtherScripts.TextSize = 14
  390.  
  391. Ex4.Name = "Ex4"
  392. Ex4.Parent = FS
  393. Ex4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  394. Ex4.BorderSizePixel = 0
  395. Ex4.Position = UDim2.new(0.842293918, 0, 0, 0)
  396. Ex4.Size = UDim2.new(0, 43, 0, 35)
  397. Ex4.Text = "X"
  398. Ex4.TextColor3 = Color3.new(1, 1, 1)
  399. Ex4.TextSize = 14
  400.  
  401. Dex.Name = "Dex"
  402. Dex.Parent = FScripts
  403. Dex.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  404. Dex.BorderSizePixel = 0
  405. Dex.Position = UDim2.new(0.0716845989, 0, 0.198412701, 0)
  406. Dex.Size = UDim2.new(0, 114, 0, 32)
  407. Dex.Font = Enum.Font.SciFi
  408. Dex.Text = "Dex v1.1.0"
  409. Dex.TextColor3 = Color3.new(1, 1, 1)
  410. Dex.TextSize = 14
  411.  
  412. Esp.Name = "Esp"
  413. Esp.Parent = FScripts
  414. Esp.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  415. Esp.BorderSizePixel = 0
  416. Esp.Position = UDim2.new(0.519713283, 0, 0.198412701, 0)
  417. Esp.Size = UDim2.new(0, 114, 0, 32)
  418. Esp.Font = Enum.Font.SciFi
  419. Esp.Text = "Esp"
  420. Esp.TextColor3 = Color3.new(1, 1, 1)
  421. Esp.TextSize = 14
  422.  
  423. openclose.Name = "openclose"
  424. openclose.Parent = ScreenGui
  425. openclose.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  426. openclose.BorderColor3 = Color3.new(0, 0, 0)
  427. openclose.Position = UDim2.new(0, 0, 0.515358388, 0)
  428. openclose.Size = UDim2.new(0, 84, 0, 42)
  429. openclose.Visible = false
  430.  
  431. open.Name = "open"
  432. open.Parent = openclose
  433. open.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  434. open.BorderColor3 = Color3.new(0, 0, 0)
  435. open.Size = UDim2.new(0, 84, 0, 42)
  436. open.Font = Enum.Font.SciFi
  437. open.Text = "Open"
  438. open.TextColor3 = Color3.new(1, 1, 1)
  439. open.TextSize = 14
  440.  
  441. -- Underlines
  442.  
  443. for a, b in pairs(FAutos:GetChildren()) do
  444. local Uline = Instance.new("TextLabel", b)
  445. Uline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  446. Uline.Position = UDim2.new(0,0,1,0)
  447. Uline.Size = UDim2.new(1,0,0,5)
  448. Uline.BorderSizePixel = 0
  449. Uline.Name = "Underline"
  450. Uline.Text = ""
  451. end
  452.  
  453. for a, b in pairs(FPlaces:GetChildren()) do
  454. local Uline = Instance.new("TextLabel", b)
  455. Uline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  456. Uline.Position = UDim2.new(0,0,1,0)
  457. Uline.Size = UDim2.new(1,0,0,5)
  458. Uline.BorderSizePixel = 0
  459. Uline.Name = "Underline"
  460. Uline.Text = ""
  461. end
  462.  
  463. -- Move Code
  464.  
  465. FAutos.Draggable = true
  466. FPlaces.Draggable = true
  467. FMain.Draggable = true
  468. FScripts.Draggable = true
  469.  
  470. -- Close Code
  471.  
  472. Ex1.MouseButton1Click:Connect(function()
  473. FAutos.Visible = false
  474. FMain.Visible = true
  475. end)
  476. Ex2.MouseButton1Click:Connect(function()
  477. FPlaces.Visible = false
  478. FMain.Visible = true
  479. end)
  480. Ex3.MouseButton1Click:Connect(function()
  481. FMain.Visible = false
  482. openclose.Visible = true
  483. end)
  484. Ex4.MouseButton1Click:Connect(function()
  485. FScripts.Visible = false
  486. FMain.Visible = true
  487. end)
  488.  
  489. -- Open Code
  490.  
  491. Autos.MouseButton1Click:Connect(function()
  492. FMain.Visible = false
  493. FAutos.Visible = true
  494. end)
  495. Places.MouseButton1Click:Connect(function()
  496. FMain.Visible = false
  497. FPlaces.Visible = true
  498. end)
  499. Others.MouseButton1Click:Connect(function()
  500. FMain.Visible = false
  501. FScripts.Visible = true
  502. end)
  503. open.MouseButton1Click:Connect(function()
  504. FMain.Visible = true
  505. openclose.Visible = false
  506. end)
  507.  
  508. -- FScripts Code
  509.  
  510. Dex.MouseButton1Click:Connect(function()
  511. loadstring(game:HttpGet('https://pastebin.com/raw/hWvyArmF', true))()
  512. end)
  513. Esp.MouseButton1Click:Connect(function()
  514. loadstring(game:HttpGet('https://pastebin.com/raw/vcHYhrLA', true))()
  515. end)
  516.  
  517. -- FPlaces Code
  518.  
  519. Astral.MouseButton1Click:Connect(function()
  520. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(247.098946, 2032.1961669922, 347.20889282227)
  521. end)
  522. Mystical.MouseButton1Click:Connect(function()
  523. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(162.74206542969, 4065.7980957031, 13.378257751465)
  524. end)
  525. Space.MouseButton1Click:Connect(function()
  526. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(199.76847839355, 5675.296875, 12.937899589539)
  527. end)
  528. Thundra.MouseButton1Click:Connect(function()
  529. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(199.76847839355, 9303.296875, 12.937899589539)
  530. end)
  531. SandStorm.MouseButton1Click:Connect(function()
  532. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(199.76847839355, 17704.447265625, 12.937899589539)
  533. end)
  534. AncientII.MouseButton1Click:Connect(function()
  535. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197.86853027344, 28274.412109375, 7.0380868911743)
  536. end)
  537. Thunderstorm.MouseButton1Click:Connect(function()
  538. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(199.76847839355, 24088.140625, 12.937899589539)
  539. end)
  540.  
  541. -- FAutos Code
  542.  
  543. AutoSwing.MouseButton1Click:Connect(function()
  544. AutoSwingToggle = not AutoSwingToggle
  545.  
  546. while AutoSwingToggle do wait()
  547. AutoSwing.Underline.BackgroundColor3 = Color3.fromRGB(0, 225, 0)
  548.  
  549. local tbl_main =
  550. {
  551. "swingKatana"
  552. }
  553. lp.ninjaEvent:FireServer(unpack(tbl_main))
  554. end
  555.  
  556. if not AutoSwingToggle then
  557. AutoSwing.Underline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  558. end
  559. end)
  560. AutoSell.MouseButton1Click:Connect(function()
  561. AutoSellToggle = not AutoSellToggle
  562.  
  563. while AutoSellToggle do wait(1)
  564. AutoSell.Underline.BackgroundColor3 = Color3.fromRGB(0, 225, 0)
  565. wait()
  566. game.workspace["sellAreaCircles"].sellAreaCircle.circleFakeInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  567. game.workspace["sellAreaCircles"].sellAreaCircle.circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  568. end
  569.  
  570. if not AutoSellToggle then
  571. AutoSell.Underline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  572. end
  573. end)
  574. AutoSword.MouseButton1Click:Connect(function()
  575. AutoSwordToggle = not AutoSwordToggle
  576.  
  577. while AutoSwordToggle do wait()
  578. AutoSword.Underline.BackgroundColor3 = Color3.fromRGB(0, 225, 0)
  579.  
  580. local oh1 = "buyAllSwords"
  581. local oh2 = {"Ground", "Astral Island", "Space Island"}
  582. for i = 1, #oh2 do
  583. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  584. end
  585. end
  586.  
  587. if not AutoSwordToggle then
  588. AutoSword.Underline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  589. end
  590. end)
  591. AutoBelt.MouseButton1Click:Connect(function()
  592. AutoBeltToggle = not AutoBeltToggle
  593.  
  594. while AutoBeltToggle do wait()
  595. AutoBelt.Underline.BackgroundColor3 = Color3.fromRGB(0, 225, 0)
  596.  
  597. local oh1 = "buyAllBelts"
  598. local oh2 = {"Ground", "Astral Island", "Space Island"}
  599. for i = 1, #oh2 do
  600. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  601. end
  602. end
  603.  
  604. if not AutoBeltToggle then
  605. AutoBelt.Underline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  606. end
  607. end)
  608. AutoSkills.MouseButton1Click:Connect(function()
  609. AutoSkillsToggle = not AutoSkillsToggle
  610.  
  611. while AutoSkillsToggle do wait()
  612. AutoSkills.Underline.BackgroundColor3 = Color3.fromRGB(0, 225, 0)
  613.  
  614. local oh1 = "buyAllSkills"
  615. local oh2 = {"Ground", "Astral Island", "Space Island"}
  616. for i = 1, #oh2 do
  617. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  618. end
  619. end
  620.  
  621. if not AutoSkillsToggle then
  622. AutoSkills.Underline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  623. end
  624. end)
  625. InfJump.MouseButton1Click:Connect(function()
  626. JumpToggle = not JumpToggle
  627.  
  628. local oldJump = game.Players.LocalPlayer.multiJumpCount.Value
  629. if JumpToggle then
  630. InfJump.Underline.BackgroundColor3 = Color3.fromRGB(0, 225, 0)
  631. game.Players.LocalPlayer.multiJumpCount.Value = 999
  632. else
  633. InfJump.Underline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  634. game.Players.LocalPlayer.multiJumpCount.Value = oldJump
  635. end
  636. end)
  637. AutoCoins.MouseButton1Click:Connect(function()
  638. CoinsToggle = not CoinsToggle
  639.  
  640. while CoinsToggle do wait(0.1)
  641. AutoCoins.Underline.BackgroundColor3 = Color3.fromRGB(0, 225, 0)
  642.  
  643. for i, v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  644. wait(0.1)
  645. if CoinsToggle then
  646. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  647. end
  648. end
  649. end
  650.  
  651. if not CoinsToggle then
  652. AutoCoins.Underline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  653. end
  654. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement