Advertisement
EVVA_OFFICIAL

EVVA's Script Hub

Mar 24th, 2019
14,387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.07 KB | None | 0 0
  1. local MainScreen = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local TopBar = Instance.new("Frame")
  4. local HubLabel = Instance.new("TextLabel")
  5. local Secret = Instance.new("TextButton")
  6. local TopBarShadow = Instance.new("Frame")
  7. local BalloonSimulator = Instance.new("TextButton")
  8. local PrevPage = Instance.new("TextButton")
  9. local NextPage = Instance.new("TextButton")
  10. local Page = Instance.new("TextLabel")
  11. local BlobSimulator = Instance.new("TextButton")
  12. local JailBreakFarm = Instance.new("TextButton")
  13. local SlayingSimulator = Instance.new("TextButton")
  14. local Close = Instance.new("TextButton")
  15. local Executor = Instance.new("TextButton")
  16. local Strucid = Instance.new("TextButton")
  17. local PFHaxx = Instance.new("TextButton")
  18. local GameSense = Instance.new("TextButton")
  19. local GrabKnife = Instance.new("TextButton")
  20. local Rejoin = Instance.new("TextButton")
  21. local LumberGuis = Instance.new("TextButton")
  22. local Soon11 = Instance.new("TextButton")
  23. local Soon12 = Instance.new("TextButton")
  24. local Soon13 = Instance.new("TextButton")
  25. local Soon14 = Instance.new("TextButton")
  26. local Soon15 = Instance.new("TextButton")
  27. local MainLabel = Instance.new("TextLabel")
  28. local SecretFrame = Instance.new("Frame")
  29. local SecretTopBar = Instance.new("Frame")
  30. local NothingSecret = Instance.new("TextLabel")
  31. local SecretTopBarShadow = Instance.new("Frame")
  32. local SecretLabel = Instance.new("TextLabel")
  33. local SecretClick = Instance.new("TextButton")
  34. local SecretNothing = Instance.new("TextLabel")
  35. local SecretClose = Instance.new("TextButton")
  36. local CloseFrame = Instance.new("Frame")
  37. local CloseButton = Instance.new("TextButton")
  38. local CloseFullButton = Instance.new("TextButton")
  39. local CloseBar = Instance.new("Frame")
  40. local CloseBar2 = Instance.new("Frame")
  41. local LumberFrame = Instance.new("Frame")
  42. local LumberJames = Instance.new("TextButton")
  43. local LumberTop = Instance.new("Frame")
  44. local LumberTopShadow = Instance.new("Frame")
  45. local LumberCreditLabel = Instance.new("TextLabel")
  46. local LumberStercore = Instance.new("TextButton")
  47. local LumberMMB = Instance.new("TextButton")
  48. local LumberWrecker = Instance.new("TextButton")
  49. local LumberAthoi = Instance.new("TextButton")
  50. local LumberMoney = Instance.new("TextButton")
  51. local LumberLabel = Instance.new("TextLabel")
  52. local LumberClose = Instance.new("TextButton")
  53. local InfoFrame = Instance.new("Frame")
  54. local InfoTop = Instance.new("Frame")
  55. local InfoTopShadow = Instance.new("Frame")
  56. local InfoLabel = Instance.new("TextLabel")
  57. local InfoYes = Instance.new("TextButton")
  58. local InfoNo = Instance.new("TextButton")
  59. local ActualInfoFrame = Instance.new("Frame")
  60. local Step1 = Instance.new("TextLabel")
  61. local ActualInfoFrameTop = Instance.new("Frame")
  62. local ActualInfoFrameTopShadow = Instance.new("Frame")
  63. local Step2 = Instance.new("TextLabel")
  64. local Step3 = Instance.new("TextLabel")
  65. local Step4 = Instance.new("TextLabel")
  66. local Step5 = Instance.new("TextLabel")
  67. local Step6 = Instance.new("TextLabel")
  68. local Step7 = Instance.new("TextLabel")
  69. local Step8 = Instance.new("TextLabel")
  70. local Step9 = Instance.new("TextLabel")
  71. local Step10 = Instance.new("TextLabel")
  72. local Step11 = Instance.new("TextLabel")
  73. local InfoDone = Instance.new("TextButton")
  74.  
  75. MainScreen.Parent = game:WaitForChild("CoreGui")
  76. MainScreen.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  77. MainScreen.Name = "EvvaScriptHub"
  78.  
  79. MainFrame.Name = "MainFrame"
  80. MainFrame.Parent = MainScreen
  81. MainFrame.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  82. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  83. MainFrame.Position = UDim2.new(0.388020843, 0, 0.243744209, 0)
  84. MainFrame.Size = UDim2.new(0, 459, 0, 300)
  85. MainFrame.Active = true
  86. MainFrame.Draggable = true
  87.  
  88. TopBar.Name = "TopBar"
  89. TopBar.Parent = MainFrame
  90. TopBar.BackgroundColor3 = Color3.new(0.6, 0, 0)
  91. TopBar.BorderSizePixel = 0
  92. TopBar.Size = UDim2.new(0, 459, 0, 50)
  93.  
  94. HubLabel.Name = "HubLabel"
  95. HubLabel.Parent = TopBar
  96. HubLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  97. HubLabel.BackgroundTransparency = 1
  98. HubLabel.Position = UDim2.new(0, 0, -0.0199999996, 0)
  99. HubLabel.Size = UDim2.new(0, 459, 0, 50)
  100. HubLabel.Font = Enum.Font.SourceSans
  101. HubLabel.Text = "Evva's Script Hub"
  102. HubLabel.TextColor3 = Color3.new(1, 1, 1)
  103. HubLabel.TextScaled = true
  104. HubLabel.TextSize = 14
  105. HubLabel.TextWrapped = true
  106.  
  107. Secret.Name = "Secret"
  108. Secret.Parent = TopBar
  109. Secret.BackgroundColor3 = Color3.new(1, 1, 1)
  110. Secret.BackgroundTransparency = 1
  111. Secret.BorderSizePixel = 0
  112. Secret.Size = UDim2.new(0, 411, 0, 50)
  113. Secret.Font = Enum.Font.SourceSans
  114. Secret.Text = ""
  115. Secret.TextColor3 = Color3.new(1, 1, 1)
  116. Secret.TextScaled = true
  117. Secret.TextSize = 14
  118. Secret.TextWrapped = true
  119.  
  120. TopBarShadow.Name = "TopBarShadow"
  121. TopBarShadow.Parent = MainFrame
  122. TopBarShadow.BackgroundColor3 = Color3.new(0.258824, 0, 0)
  123. TopBarShadow.BorderSizePixel = 0
  124. TopBarShadow.Position = UDim2.new(0, 0, 0.166666672, 0)
  125. TopBarShadow.Size = UDim2.new(0, 459, 0, 6)
  126.  
  127. BalloonSimulator.Name = "BalloonSimulator"
  128. BalloonSimulator.Parent = MainFrame
  129. BalloonSimulator.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  130. BalloonSimulator.BorderColor3 = Color3.new(0.258824, 0, 0)
  131. BalloonSimulator.BorderSizePixel = 2
  132. BalloonSimulator.Position = UDim2.new(0.0131909074, 0, 0.206666663, 0)
  133. BalloonSimulator.Size = UDim2.new(0, 90, 0, 60)
  134. BalloonSimulator.Font = Enum.Font.SourceSans
  135. BalloonSimulator.Text = "Balloon Simulator"
  136. BalloonSimulator.TextColor3 = Color3.new(1, 1, 1)
  137. BalloonSimulator.TextScaled = true
  138. BalloonSimulator.TextSize = 14
  139. BalloonSimulator.TextWrapped = true
  140.  
  141. PrevPage.Name = "PrevPage"
  142. PrevPage.Parent = MainFrame
  143. PrevPage.BackgroundColor3 = Color3.new(1, 1, 1)
  144. PrevPage.BackgroundTransparency = 1
  145. PrevPage.BorderSizePixel = 0
  146. PrevPage.Position = UDim2.new(0.0131909074, 0, 0.855243146, 0)
  147. PrevPage.Size = UDim2.new(0, 18, 0, 43)
  148. PrevPage.Font = Enum.Font.SourceSans
  149. PrevPage.Text = "<"
  150. PrevPage.TextColor3 = Color3.new(0, 0, 0)
  151. PrevPage.TextScaled = true
  152. PrevPage.TextSize = 14
  153. PrevPage.TextWrapped = true
  154. PrevPage.TextXAlignment = Enum.TextXAlignment.Left
  155.  
  156. NextPage.Name = "NextPage"
  157. NextPage.Parent = MainFrame
  158. NextPage.BackgroundColor3 = Color3.new(1, 1, 1)
  159. NextPage.BackgroundTransparency = 1
  160. NextPage.BorderSizePixel = 0
  161. NextPage.Position = UDim2.new(0.951786458, 0, 0.855243146, 0)
  162. NextPage.Size = UDim2.new(0, 20, 0, 43)
  163. NextPage.Font = Enum.Font.SourceSans
  164. NextPage.Text = ">"
  165. NextPage.TextColor3 = Color3.new(1, 1, 1)
  166. NextPage.TextScaled = true
  167. NextPage.TextSize = 14
  168. NextPage.TextWrapped = true
  169. NextPage.TextXAlignment = Enum.TextXAlignment.Right
  170.  
  171. Page.Name = "Page"
  172. Page.Parent = MainFrame
  173. Page.BackgroundColor3 = Color3.new(1, 1, 1)
  174. Page.BackgroundTransparency = 1
  175. Page.Position = UDim2.new(0.281045765, 0, 0.848576486, 0)
  176. Page.Size = UDim2.new(0, 200, 0, 42)
  177. Page.Font = Enum.Font.SourceSans
  178. Page.Text = "Page 1 of 2"
  179. Page.TextColor3 = Color3.new(1, 1, 1)
  180. Page.TextScaled = true
  181. Page.TextSize = 14
  182. Page.TextWrapped = true
  183.  
  184. BlobSimulator.Name = "BlobSimulator"
  185. BlobSimulator.Parent = MainFrame
  186. BlobSimulator.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  187. BlobSimulator.BorderColor3 = Color3.new(0.258824, 0, 0)
  188. BlobSimulator.BorderSizePixel = 2
  189. BlobSimulator.Position = UDim2.new(0.257199645, 0, 0.206666663, 0)
  190. BlobSimulator.Size = UDim2.new(0, 90, 0, 60)
  191. BlobSimulator.Font = Enum.Font.SourceSans
  192. BlobSimulator.Text = "Blob Simulator"
  193. BlobSimulator.TextColor3 = Color3.new(1, 1, 1)
  194. BlobSimulator.TextScaled = true
  195. BlobSimulator.TextSize = 14
  196. BlobSimulator.TextWrapped = true
  197.  
  198. JailBreakFarm.Name = "JailbreakFarm"
  199. JailBreakFarm.Parent = MainFrame
  200. JailBreakFarm.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  201. JailBreakFarm.BorderColor3 = Color3.new(0.258824, 0, 0)
  202. JailBreakFarm.BorderSizePixel = 2
  203. JailBreakFarm.Position = UDim2.new(0.492493749, 0, 0.206666663, 0)
  204. JailBreakFarm.Size = UDim2.new(0, 90, 0, 60)
  205. JailBreakFarm.Font = Enum.Font.SourceSans
  206. JailBreakFarm.Text = "JailBreak Auto Farm"
  207. JailBreakFarm.TextColor3 = Color3.new(1, 1, 1)
  208. JailBreakFarm.TextScaled = true
  209. JailBreakFarm.TextSize = 14
  210. JailBreakFarm.TextWrapped = true
  211.  
  212. SlayingSimulator.Name = "SlayingSimulator"
  213. SlayingSimulator.Parent = MainFrame
  214. SlayingSimulator.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  215. SlayingSimulator.BorderColor3 = Color3.new(0.258824, 0, 0)
  216. SlayingSimulator.BorderSizePixel = 2
  217. SlayingSimulator.Position = UDim2.new(0.736502528, 0, 0.206666663, 0)
  218. SlayingSimulator.Size = UDim2.new(0, 90, 0, 60)
  219. SlayingSimulator.Font = Enum.Font.SourceSans
  220. SlayingSimulator.Text = "Slaying Simulator"
  221. SlayingSimulator.TextColor3 = Color3.new(1, 1, 1)
  222. SlayingSimulator.TextScaled = true
  223. SlayingSimulator.TextSize = 14
  224. SlayingSimulator.TextWrapped = true
  225.  
  226. Executor.Name = "Executor"
  227. Executor.Parent = MainFrame
  228. Executor.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  229. Executor.BorderColor3 = Color3.new(0.258824, 0, 0)
  230. Executor.BorderSizePixel = 2
  231. Executor.Position = UDim2.new(0.0110123158, 0, 0.443333328, 0)
  232. Executor.Size = UDim2.new(0, 90, 0, 60)
  233. Executor.Font = Enum.Font.SourceSans
  234. Executor.Text = "Executor"
  235. Executor.TextColor3 = Color3.new(1, 1, 1)
  236. Executor.TextScaled = true
  237. Executor.TextSize = 14
  238. Executor.TextWrapped = true
  239.  
  240. Strucid.Name = "Strucid"
  241. Strucid.Parent = MainFrame
  242. Strucid.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  243. Strucid.BorderColor3 = Color3.new(0.258824, 0, 0)
  244. Strucid.BorderSizePixel = 2
  245. Strucid.Position = UDim2.new(0.257199675, 0, 0.443333328, 0)
  246. Strucid.Size = UDim2.new(0, 90, 0, 60)
  247. Strucid.Font = Enum.Font.SourceSans
  248. Strucid.Text = "Strucid"
  249. Strucid.TextColor3 = Color3.new(1, 1, 1)
  250. Strucid.TextScaled = true
  251. Strucid.TextSize = 14
  252. Strucid.TextWrapped = true
  253.  
  254. PFHaxx.Name = "PFHaxx"
  255. PFHaxx.Parent = MainFrame
  256. PFHaxx.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  257. PFHaxx.BorderColor3 = Color3.new(0.258824, 0, 0)
  258. PFHaxx.BorderSizePixel = 2
  259. PFHaxx.Position = UDim2.new(0.492493808, 0, 0.443333328, 0)
  260. PFHaxx.Size = UDim2.new(0, 90, 0, 60)
  261. PFHaxx.Font = Enum.Font.SourceSans
  262. PFHaxx.Text = "PFHaxx"
  263. PFHaxx.TextColor3 = Color3.new(1, 1, 1)
  264. PFHaxx.TextScaled = true
  265. PFHaxx.TextSize = 14
  266. PFHaxx.TextWrapped = true
  267.  
  268. GameSense.Name = "GameSense"
  269. GameSense.Parent = MainFrame
  270. GameSense.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  271. GameSense.BorderColor3 = Color3.new(0.258824, 0, 0)
  272. GameSense.BorderSizePixel = 2
  273. GameSense.Position = UDim2.new(0.736502528, 0, 0.443333328, 0)
  274. GameSense.Size = UDim2.new(0, 90, 0, 60)
  275. GameSense.Font = Enum.Font.SourceSans
  276. GameSense.Text = "GameSense Aimbot"
  277. GameSense.TextColor3 = Color3.new(1, 1, 1)
  278. GameSense.TextScaled = true
  279. GameSense.TextSize = 14
  280. GameSense.TextWrapped = true
  281.  
  282. GrabKnife.Name = "GrabKnife"
  283. GrabKnife.Parent = MainFrame
  284. GrabKnife.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  285. GrabKnife.BorderColor3 = Color3.new(0.258824, 0, 0)
  286. GrabKnife.BorderSizePixel = 2
  287. GrabKnife.Position = UDim2.new(0.0131909074, 0, 0.206666663, 0)
  288. GrabKnife.Size = UDim2.new(0, 90, 0, 60)
  289. GrabKnife.Font = Enum.Font.SourceSans
  290. GrabKnife.Text = "GrabKnife V4"
  291. GrabKnife.TextColor3 = Color3.new(1, 1, 1)
  292. GrabKnife.TextScaled = true
  293. GrabKnife.TextSize = 14
  294. GrabKnife.TextWrapped = true
  295. GrabKnife.Visible = false
  296.  
  297. Rejoin.Name = "Rejoin"
  298. Rejoin.Parent = MainFrame
  299. Rejoin.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  300. Rejoin.BorderColor3 = Color3.new(0.258824, 0, 0)
  301. Rejoin.BorderSizePixel = 2
  302. Rejoin.Position = UDim2.new(0.257199645, 0, 0.206666663, 0)
  303. Rejoin.Size = UDim2.new(0, 90, 0, 60)
  304. Rejoin.Font = Enum.Font.SourceSans
  305. Rejoin.Text = "Rejoin Game"
  306. Rejoin.TextColor3 = Color3.new(1, 1, 1)
  307. Rejoin.TextScaled = true
  308. Rejoin.TextSize = 14
  309. Rejoin.TextWrapped = true
  310. Rejoin.Visible = false
  311.  
  312. LumberGuis.Name = "LumberGuis"
  313. LumberGuis.Parent = MainFrame
  314. LumberGuis.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  315. LumberGuis.BorderColor3 = Color3.new(0.258824, 0, 0)
  316. LumberGuis.BorderSizePixel = 2
  317. LumberGuis.Position = UDim2.new(0.492493749, 0, 0.206666663, 0)
  318. LumberGuis.Size = UDim2.new(0, 90, 0, 60)
  319. LumberGuis.Font = Enum.Font.SourceSans
  320. LumberGuis.Text = "Lumber Tycoon 2"
  321. LumberGuis.TextColor3 = Color3.new(1, 1, 1)
  322. LumberGuis.TextScaled = true
  323. LumberGuis.TextSize = 14
  324. LumberGuis.TextWrapped = true
  325. LumberGuis.Visible = false
  326.  
  327. Soon11.Name = "Soon11"
  328. Soon11.Parent = MainFrame
  329. Soon11.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  330. Soon11.BorderColor3 = Color3.new(0.258824, 0, 0)
  331. Soon11.BorderSizePixel = 2
  332. Soon11.Position = UDim2.new(0.736502528, 0, 0.206666663, 0)
  333. Soon11.Size = UDim2.new(0, 90, 0, 60)
  334. Soon11.Font = Enum.Font.SourceSans
  335. Soon11.Text = "Coming Soon..."
  336. Soon11.TextColor3 = Color3.new(1, 1, 1)
  337. Soon11.TextScaled = true
  338. Soon11.TextSize = 14
  339. Soon11.TextWrapped = true
  340. Soon11.Visible = false
  341.  
  342. Soon12.Name = "Soon12"
  343. Soon12.Parent = MainFrame
  344. Soon12.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  345. Soon12.BorderColor3 = Color3.new(0.258824, 0, 0)
  346. Soon12.BorderSizePixel = 2
  347. Soon12.Position = UDim2.new(0.0110123158, 0, 0.443333328, 0)
  348. Soon12.Size = UDim2.new(0, 90, 0, 60)
  349. Soon12.Font = Enum.Font.SourceSans
  350. Soon12.Text = "Coming Soon..."
  351. Soon12.TextColor3 = Color3.new(1, 1, 1)
  352. Soon12.TextScaled = true
  353. Soon12.TextSize = 14
  354. Soon12.TextWrapped = true
  355. Soon12.Visible = false
  356.  
  357. Soon13.Name = "Soon13"
  358. Soon13.Parent = MainFrame
  359. Soon13.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  360. Soon13.BorderColor3 = Color3.new(0.258824, 0, 0)
  361. Soon13.BorderSizePixel = 2
  362. Soon13.Position = UDim2.new(0.257199675, 0, 0.443333328, 0)
  363. Soon13.Size = UDim2.new(0, 90, 0, 60)
  364. Soon13.Font = Enum.Font.SourceSans
  365. Soon13.Text = "Coming Soon..."
  366. Soon13.TextColor3 = Color3.new(1, 1, 1)
  367. Soon13.TextScaled = true
  368. Soon13.TextSize = 14
  369. Soon13.TextWrapped = true
  370. Soon13.Visible = false
  371.  
  372. Soon14.Name = "Soon14"
  373. Soon14.Parent = MainFrame
  374. Soon14.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  375. Soon14.BorderColor3 = Color3.new(0.258824, 0, 0)
  376. Soon14.BorderSizePixel = 2
  377. Soon14.Position = UDim2.new(0.492493808, 0, 0.443333328, 0)
  378. Soon14.Size = UDim2.new(0, 90, 0, 60)
  379. Soon14.Font = Enum.Font.SourceSans
  380. Soon14.Text = "Coming Soon..."
  381. Soon14.TextColor3 = Color3.new(1, 1, 1)
  382. Soon14.TextScaled = true
  383. Soon14.TextSize = 14
  384. Soon14.TextWrapped = true
  385. Soon14.Visible = false
  386.  
  387. Soon15.Name = "Soon15"
  388. Soon15.Parent = MainFrame
  389. Soon15.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  390. Soon15.BorderColor3 = Color3.new(0.258824, 0, 0)
  391. Soon15.BorderSizePixel = 2
  392. Soon15.Position = UDim2.new(0.736502528, 0, 0.443333328, 0)
  393. Soon15.Size = UDim2.new(0, 90, 0, 60)
  394. Soon15.Font = Enum.Font.SourceSans
  395. Soon15.Text = "Coming Soon..."
  396. Soon15.TextColor3 = Color3.new(1, 1, 1)
  397. Soon15.TextScaled = true
  398. Soon15.TextSize = 14
  399. Soon15.TextWrapped = true
  400. Soon15.Visible = false
  401.  
  402. MainLabel.Parent = MainFrame
  403. MainLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  404. MainLabel.BackgroundTransparency = 1
  405. MainLabel.Position = UDim2.new(0.0131909074, 0, 0.680000007, 0)
  406. MainLabel.Size = UDim2.new(0, 442, 0, 50)
  407. MainLabel.Font = Enum.Font.SourceSans
  408. MainLabel.Text = ""
  409. MainLabel.TextColor3 = Color3.new(1, 1, 1)
  410. MainLabel.TextScaled = true
  411. MainLabel.TextSize = 14
  412. MainLabel.TextWrapped = true
  413.  
  414. Close.Name = "Close"
  415. Close.Parent = MainFrame
  416. Close.BackgroundColor3 = Color3.new(0.6, 0, 0)
  417. Close.BorderColor3 = Color3.new(0.6, 0, 0)
  418. Close.Position = UDim2.new(0.903122723, 0, 0.0207778923, 0)
  419. Close.Size = UDim2.new(0, 41, 0, 37)
  420. Close.Font = Enum.Font.SourceSans
  421. Close.Text = "X"
  422. Close.TextColor3 = Color3.new(1, 1, 1)
  423. Close.TextScaled = true
  424. Close.TextSize = 14
  425. Close.TextWrapped = true
  426.  
  427. SecretFrame.Name = "SecretFrame"
  428. SecretFrame.Parent = MainScreen
  429. SecretFrame.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  430. SecretFrame.Position = UDim2.new(0.136979163, 0, 0.243744209, 0)
  431. SecretFrame.Size = UDim2.new(0, 260, 0, 300)
  432. SecretFrame.Visible = false
  433. SecretFrame.Active = true
  434. SecretFrame.Draggable = true
  435.  
  436. SecretTopBar.Name = "SecretTopBar"
  437. SecretTopBar.Parent = SecretFrame
  438. SecretTopBar.BackgroundColor3 = Color3.new(0.6, 0, 0)
  439. SecretTopBar.BorderColor3 = Color3.new(0, 0, 0)
  440. SecretTopBar.Size = UDim2.new(0, 260, 0, 50)
  441.  
  442. NothingSecret.Name = "NothingSecret"
  443. NothingSecret.Parent = SecretTopBar
  444. NothingSecret.BackgroundColor3 = Color3.new(1, 1, 1)
  445. NothingSecret.BackgroundTransparency = 1
  446. NothingSecret.BorderSizePixel = 0
  447. NothingSecret.Position = UDim2.new(0, 0, -0.0199999996, 0)
  448. NothingSecret.Size = UDim2.new(0, 260, 0, 50)
  449. NothingSecret.Font = Enum.Font.SourceSans
  450. NothingSecret.Text = "Evva's Script Hub"
  451. NothingSecret.TextColor3 = Color3.new(1, 1, 1)
  452. NothingSecret.TextSize = 38
  453. NothingSecret.TextWrapped = true
  454. NothingSecret.TextXAlignment = Enum.TextXAlignment.Left
  455.  
  456. SecretTopBarShadow.Name = "SecretTopBarShadow"
  457. SecretTopBarShadow.Parent = SecretFrame
  458. SecretTopBarShadow.BackgroundColor3 = Color3.new(0.258824, 0, 0)
  459. SecretTopBarShadow.BorderSizePixel = 0
  460. SecretTopBarShadow.Position = UDim2.new(0, 0, 0.165544927, 0)
  461. SecretTopBarShadow.Size = UDim2.new(0, 260, 0, 6)
  462.  
  463. SecretLabel.Name = "SecretLabel"
  464. SecretLabel.Parent = SecretFrame
  465. SecretLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  466. SecretLabel.BackgroundTransparency = 1
  467. SecretLabel.BorderSizePixel = 0
  468. SecretLabel.Position = UDim2.new(0, 0, 0.166666672, 0)
  469. SecretLabel.Size = UDim2.new(0, 260, 0, 110)
  470. SecretLabel.Font = Enum.Font.SourceSans
  471. SecretLabel.Text = "Hey, You Found A Secret! Congrats."
  472. SecretLabel.TextColor3 = Color3.new(1, 1, 1)
  473. SecretLabel.TextScaled = true
  474. SecretLabel.TextSize = 14
  475. SecretLabel.TextWrapped = true
  476.  
  477. SecretClick.Name = "SecretClick"
  478. SecretClick.Parent = SecretFrame
  479. SecretClick.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  480. SecretClick.BorderColor3 = Color3.new(0.258824, 0, 0)
  481. SecretClick.BorderSizePixel = 3
  482. SecretClick.Position = UDim2.new(0.284615397, 0, 0.530000091, 0)
  483. SecretClick.Size = UDim2.new(0, 111, 0, 50)
  484. SecretClick.Font = Enum.Font.SourceSans
  485. SecretClick.Text = "Click This!"
  486. SecretClick.TextColor3 = Color3.new(1, 1, 1)
  487. SecretClick.TextScaled = true
  488. SecretClick.TextSize = 14
  489. SecretClick.TextWrapped = true
  490.  
  491. SecretNothing.Name = "SecretNothing"
  492. SecretNothing.Parent = SecretFrame
  493. SecretNothing.BackgroundColor3 = Color3.new(1, 1, 1)
  494. SecretNothing.BackgroundTransparency = 1
  495. SecretNothing.BorderSizePixel = 0
  496. SecretNothing.Position = UDim2.new(0, 0, 0.74333334, 0)
  497. SecretNothing.Size = UDim2.new(0, 260, 0, 77)
  498. SecretNothing.Font = Enum.Font.SourceSans
  499. SecretNothing.Text = ""
  500. SecretNothing.TextColor3 = Color3.new(1, 1, 1)
  501. SecretNothing.TextScaled = true
  502. SecretNothing.TextSize = 14
  503. SecretNothing.TextWrapped = true
  504.  
  505. SecretClose.Name = "SecretClose"
  506. SecretClose.Parent = SecretFrame
  507. SecretClose.BackgroundColor3 = Color3.new(1, 1, 1)
  508. SecretClose.BackgroundTransparency = 1
  509. SecretClose.Position = UDim2.new(0.860454023, 0, 0.0207778923, 0)
  510. SecretClose.Size = UDim2.new(0, 36, 0, 37)
  511. SecretClose.Font = Enum.Font.SourceSans
  512. SecretClose.Text = "X"
  513. SecretClose.TextColor3 = Color3.new(1, 1, 1)
  514. SecretClose.TextScaled = true
  515. SecretClose.TextSize = 14
  516. SecretClose.TextWrapped = true
  517.  
  518. CloseFrame.Name = "CloseFrame"
  519. CloseFrame.Parent = MainScreen
  520. CloseFrame.BackgroundColor3 = Color3.new(0.6, 0, 0)
  521. CloseFrame.BorderColor3 = Color3.new(0, 0, 0)
  522. CloseFrame.Position = UDim2.new(0.00416666688, 0, 0.926389158, 0)
  523. CloseFrame.Size = UDim2.new(0, 208, 0, 48)
  524. CloseFrame.Visible = false
  525. CloseFrame.Active = true
  526. CloseFrame.Draggable = true
  527.  
  528. CloseButton.Name = "CloseButton"
  529. CloseButton.Parent = CloseFrame
  530. CloseButton.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  531. CloseButton.BorderSizePixel = 0
  532. CloseButton.Position = UDim2.new(0, 0, 0.295773864, 0)
  533. CloseButton.Size = UDim2.new(0, 100, 0, 34)
  534. CloseButton.Font = Enum.Font.SourceSans
  535. CloseButton.Text = "Open"
  536. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  537. CloseButton.TextScaled = true
  538. CloseButton.TextSize = 14
  539. CloseButton.TextWrapped = true
  540.  
  541. CloseFullButton.Name = "CloseFullButton"
  542. CloseFullButton.Parent = CloseFrame
  543. CloseFullButton.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  544. CloseFullButton.BorderColor3 = Color3.new(0, 0, 0)
  545. CloseFullButton.BorderSizePixel = 0
  546. CloseFullButton.Position = UDim2.new(0.515459061, 0, 0.295773864, 0)
  547. CloseFullButton.Size = UDim2.new(0, 100, 0, 34)
  548. CloseFullButton.Font = Enum.Font.SourceSans
  549. CloseFullButton.Text = "Close"
  550. CloseFullButton.TextColor3 = Color3.new(1, 1, 1)
  551. CloseFullButton.TextScaled = true
  552. CloseFullButton.TextSize = 14
  553. CloseFullButton.TextWrapped = true
  554.  
  555. CloseBar.Name = "CloseBar"
  556. CloseBar.Parent = CloseFrame
  557. CloseBar.BackgroundColor3 = Color3.new(0.258824, 0, 0)
  558. CloseBar.BorderSizePixel = 0
  559. CloseBar.Position = UDim2.new(0, 0, 0.295774698, 0)
  560. CloseBar.Size = UDim2.new(0, 100, 0, 6)
  561.  
  562. CloseBar2.Name = "CloseBar2"
  563. CloseBar2.Parent = CloseFrame
  564. CloseBar2.BackgroundColor3 = Color3.new(0.258824, 0, 0)
  565. CloseBar2.BorderSizePixel = 0
  566. CloseBar2.Position = UDim2.new(0.480769217, 0, 0.285883576, 0)
  567. CloseBar2.Size = UDim2.new(0, 7, 0, 34)
  568. CloseBar2.ZIndex = 1
  569.  
  570. LumberFrame.Name = "LumberFrame"
  571. LumberFrame.Parent = MainScreen
  572. LumberFrame.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  573. LumberFrame.Position = UDim2.new(0.39745155, 0, 0.309816241, 0)
  574. LumberFrame.Size = UDim2.new(0, 429, 0, 194)
  575. LumberFrame.Visible = false
  576. LumberFrame.Active = true
  577. LumberFrame.Draggable = true
  578.  
  579. LumberJames.Name = "LumberJames"
  580. LumberJames.Parent = LumberFrame
  581. LumberJames.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  582. LumberJames.BorderColor3 = Color3.new(0.258824, 0, 0)
  583. LumberJames.BorderSizePixel = 2
  584. LumberJames.Position = UDim2.new(0.0211743619, 0, 0.243959412, 0)
  585. LumberJames.Size = UDim2.new(0, 63, 0, 61)
  586. LumberJames.Font = Enum.Font.SourceSans
  587. LumberJames.Text = "James LT2 Gui"
  588. LumberJames.TextColor3 = Color3.new(1, 1, 1)
  589. LumberJames.TextScaled = true
  590. LumberJames.TextSize = 14
  591. LumberJames.TextStrokeColor3 = Color3.new(1, 1, 1)
  592. LumberJames.TextWrapped = true
  593.  
  594. LumberTop.Name = "LumberTop"
  595. LumberTop.Parent = LumberFrame
  596. LumberTop.BackgroundColor3 = Color3.new(0.6, 0, 0)
  597. LumberTop.BorderColor3 = Color3.new(0.258824, 0, 0)
  598. LumberTop.BorderSizePixel = 0
  599. LumberTop.Size = UDim2.new(0, 429, 0, 36)
  600.  
  601. LumberTopShadow.Name = "LumberTopShadow"
  602. LumberTopShadow.Parent = LumberTop
  603. LumberTopShadow.BackgroundColor3 = Color3.new(0.258824, 0, 0)
  604. LumberTopShadow.BorderSizePixel = 0
  605. LumberTopShadow.Position = UDim2.new(0, 0, 1, 0)
  606. LumberTopShadow.Size = UDim2.new(0, 429, 0, 6)
  607.  
  608. LumberCreditLabel.Name = "LumberCreditLabel"
  609. LumberCreditLabel.Parent = LumberTop
  610. LumberCreditLabel.BackgroundColor3 = Color3.new(0.6, 0, 0)
  611. LumberCreditLabel.BorderSizePixel = 0
  612. LumberCreditLabel.Size = UDim2.new(0, 387, 0, 36)
  613. LumberCreditLabel.Font = Enum.Font.SourceSans
  614. LumberCreditLabel.Text = " EVVA's Script Hub"
  615. LumberCreditLabel.TextColor3 = Color3.new(1, 1, 1)
  616. LumberCreditLabel.TextScaled = true
  617. LumberCreditLabel.TextSize = 14
  618. LumberCreditLabel.TextWrapped = true
  619.  
  620. LumberStercore.Name = "LumberStercore"
  621. LumberStercore.Parent = LumberFrame
  622. LumberStercore.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  623. LumberStercore.BorderColor3 = Color3.new(0.258824, 0, 0)
  624. LumberStercore.BorderSizePixel = 2
  625. LumberStercore.Position = UDim2.new(0.181818187, 0, 0.243959412, 0)
  626. LumberStercore.Size = UDim2.new(0, 63, 0, 61)
  627. LumberStercore.Font = Enum.Font.SourceSans
  628. LumberStercore.Text = "SterCore v1.2"
  629. LumberStercore.TextColor3 = Color3.new(1, 1, 1)
  630. LumberStercore.TextScaled = true
  631. LumberStercore.TextSize = 14
  632. LumberStercore.TextWrapped = true
  633.  
  634. LumberMMB.Name = "LumberMMB"
  635. LumberMMB.Parent = LumberFrame
  636. LumberMMB.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  637. LumberMMB.BorderColor3 = Color3.new(0.258824, 0, 0)
  638. LumberMMB.BorderSizePixel = 2
  639. LumberMMB.Position = UDim2.new(0.342852682, 0, 0.243959412, 0)
  640. LumberMMB.Size = UDim2.new(0, 63, 0, 61)
  641. LumberMMB.Font = Enum.Font.SourceSans
  642. LumberMMB.Text = "LuckyMMB Gui"
  643. LumberMMB.TextColor3 = Color3.new(1, 1, 1)
  644. LumberMMB.TextScaled = true
  645. LumberMMB.TextSize = 14
  646. LumberMMB.TextStrokeColor3 = Color3.new(1, 1, 1)
  647. LumberMMB.TextWrapped = true
  648.  
  649. LumberWrecker.Name = "LumberWrecker"
  650. LumberWrecker.Parent = LumberFrame
  651. LumberWrecker.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  652. LumberWrecker.BorderColor3 = Color3.new(0.258824, 0, 0)
  653. LumberWrecker.BorderSizePixel = 2
  654. LumberWrecker.Position = UDim2.new(0.503691852, 0, 0.243959412, 0)
  655. LumberWrecker.Size = UDim2.new(0, 63, 0, 61)
  656. LumberWrecker.Font = Enum.Font.SourceSans
  657. LumberWrecker.Text = "Lumber Wrecker"
  658. LumberWrecker.TextColor3 = Color3.new(1, 1, 1)
  659. LumberWrecker.TextScaled = true
  660. LumberWrecker.TextSize = 14
  661. LumberWrecker.TextStrokeColor3 = Color3.new(1, 1, 1)
  662. LumberWrecker.TextWrapped = true
  663.  
  664. LumberAthoi.Name = "LumberAthoi"
  665. LumberAthoi.Parent = LumberFrame
  666. LumberAthoi.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  667. LumberAthoi.BorderColor3 = Color3.new(0.258824, 0, 0)
  668. LumberAthoi.BorderSizePixel = 2
  669. LumberAthoi.Position = UDim2.new(0.666861951, 0, 0.243959412, 0)
  670. LumberAthoi.Size = UDim2.new(0, 63, 0, 61)
  671. LumberAthoi.Font = Enum.Font.SourceSans
  672. LumberAthoi.Text = "Athoi21 Gui"
  673. LumberAthoi.TextColor3 = Color3.new(1, 1, 1)
  674. LumberAthoi.TextScaled = true
  675. LumberAthoi.TextSize = 14
  676. LumberAthoi.TextStrokeColor3 = Color3.new(1, 1, 1)
  677. LumberAthoi.TextWrapped = true
  678.  
  679. LumberMoney.Name = "LumberMoney"
  680. LumberMoney.Parent = LumberFrame
  681. LumberMoney.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  682. LumberMoney.BorderColor3 = Color3.new(0.258824, 0, 0)
  683. LumberMoney.BorderSizePixel = 2
  684. LumberMoney.Position = UDim2.new(0.827701092, 0, 0.243959412, 0)
  685. LumberMoney.Size = UDim2.new(0, 63, 0, 61)
  686. LumberMoney.Font = Enum.Font.SourceSans
  687. LumberMoney.Text = "Money Dupe"
  688. LumberMoney.TextColor3 = Color3.new(1, 1, 1)
  689. LumberMoney.TextScaled = true
  690. LumberMoney.TextSize = 14
  691. LumberMoney.TextStrokeColor3 = Color3.new(1, 1, 1)
  692. LumberMoney.TextWrapped = true
  693.  
  694. LumberLabel.Name = "LumberLabel"
  695. LumberLabel.Parent = LumberFrame
  696. LumberLabel.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  697. LumberLabel.BorderSizePixel = 0
  698. LumberLabel.Position = UDim2.new(0.0211743619, 0, 0.664948463, 0)
  699. LumberLabel.Size = UDim2.new(0, 408, 0, 50)
  700. LumberLabel.Font = Enum.Font.SourceSans
  701. LumberLabel.Text = ""
  702. LumberLabel.TextColor3 = Color3.new(1, 1, 1)
  703. LumberLabel.TextScaled = true
  704. LumberLabel.TextSize = 14
  705. LumberLabel.TextWrapped = true
  706.  
  707. LumberClose.Name = "Close"
  708. LumberClose.Parent = LumberFrame
  709. LumberClose.BackgroundColor3 = Color3.new(1, 1, 1)
  710. LumberClose.BackgroundTransparency = 1
  711. LumberClose.Position = UDim2.new(0.903122723, 0, -0.00499528693, 0)
  712. LumberClose.Size = UDim2.new(0, 41, 0, 36)
  713. LumberClose.Font = Enum.Font.SourceSans
  714. LumberClose.Text = "X"
  715. LumberClose.TextColor3 = Color3.new(1, 1, 1)
  716. LumberClose.TextScaled = true
  717. LumberClose.TextSize = 14
  718. LumberClose.TextWrapped = true
  719.  
  720. InfoFrame.Name = "InfoFrame"
  721. InfoFrame.Parent = MainScreen
  722. InfoFrame.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  723. InfoFrame.Position = UDim2.new(0.66302079, 0, 0.308894992, 0)
  724. InfoFrame.Size = UDim2.new(0, 100, 0, 194)
  725. InfoFrame.Visible = false
  726. InfoFrame.Active = true
  727. InfoFrame.Draggable = true
  728.  
  729. InfoTop.Name = "InfoTop"
  730. InfoTop.Parent = InfoFrame
  731. InfoTop.BackgroundColor3 = Color3.new(0.6, 0, 0)
  732. InfoTop.Size = UDim2.new(0, 100, 0, 42)
  733.  
  734. InfoTopShadow.Name = "InfoTopShadow"
  735. InfoTopShadow.Parent = InfoTop
  736. InfoTopShadow.BackgroundColor3 = Color3.new(0.258824, 0, 0)
  737. InfoTopShadow.BorderSizePixel = 0
  738. InfoTopShadow.Position = UDim2.new(0, 0, 1, 0)
  739. InfoTopShadow.Size = UDim2.new(0, 100, 0, 6)
  740.  
  741. InfoLabel.Name = "InfoLabel"
  742. InfoLabel.Parent = InfoTop
  743. InfoLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  744. InfoLabel.BackgroundTransparency = 1
  745. InfoLabel.Size = UDim2.new(0, 100, 0, 42)
  746. InfoLabel.Font = Enum.Font.SourceSans
  747. InfoLabel.Text = "Need Info?"
  748. InfoLabel.TextColor3 = Color3.new(1, 1, 1)
  749. InfoLabel.TextScaled = true
  750. InfoLabel.TextSize = 14
  751. InfoLabel.TextWrapped = true
  752.  
  753. InfoYes.Name = "InfoYes"
  754. InfoYes.Parent = InfoFrame
  755. InfoYes.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  756. InfoYes.BorderColor3 = Color3.new(0.258824, 0, 0)
  757. InfoYes.BorderSizePixel = 2
  758. InfoYes.Position = UDim2.new(0.0664929152, 0, 0.364432931, 0)
  759. InfoYes.Size = UDim2.new(0, 86, 0, 38)
  760. InfoYes.Font = Enum.Font.SourceSans
  761. InfoYes.Text = "Yes"
  762. InfoYes.TextColor3 = Color3.new(1, 1, 1)
  763. InfoYes.TextScaled = true
  764. InfoYes.TextSize = 14
  765. InfoYes.TextWrapped = true
  766.  
  767. InfoNo.Name = "InfoNo"
  768. InfoNo.Parent = InfoFrame
  769. InfoNo.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  770. InfoNo.BorderColor3 = Color3.new(0.258824, 0, 0)
  771. InfoNo.BorderSizePixel = 2
  772. InfoNo.Position = UDim2.new(0.0664929152, 0, 0.698453188, 0)
  773. InfoNo.Size = UDim2.new(0, 86, 0, 38)
  774. InfoNo.Font = Enum.Font.SourceSans
  775. InfoNo.Text = "No"
  776. InfoNo.TextColor3 = Color3.new(1, 1, 1)
  777. InfoNo.TextScaled = true
  778. InfoNo.TextSize = 14
  779. InfoNo.TextWrapped = true
  780.  
  781. ActualInfoFrame.Name = "ActualInfoFrame"
  782. ActualInfoFrame.Parent = MainScreen
  783. ActualInfoFrame.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  784. ActualInfoFrame.Position = UDim2.new(0.760416687, 0, 0.303985178, 0)
  785. ActualInfoFrame.Size = UDim2.new(0, 347, 0, 291)
  786. ActualInfoFrame.Visible = false
  787. ActualInfoFrame.Active = true
  788. ActualInfoFrame.Draggable = true
  789.  
  790. Step1.Name = "Step1"
  791. Step1.Parent = ActualInfoFrame
  792. Step1.BackgroundColor3 = Color3.new(1, 1, 1)
  793. Step1.BackgroundTransparency = 1
  794. Step1.BorderSizePixel = 0
  795. Step1.Position = UDim2.new(0, 0, 0.0845858306, 0)
  796. Step1.Size = UDim2.new(0, 252, 0, 21)
  797. Step1.Font = Enum.Font.SourceSans
  798. Step1.Text = "1. Make Sure No Slot Is Loaded In"
  799. Step1.TextColor3 = Color3.new(1, 1, 1)
  800. Step1.TextSize = 15
  801. Step1.TextWrapped = true
  802. Step1.TextXAlignment = Enum.TextXAlignment.Left
  803. Step1.TextYAlignment = Enum.TextYAlignment.Top
  804.  
  805. ActualInfoFrameTop.Name = "ActualInfoFrameTop"
  806. ActualInfoFrameTop.Parent = ActualInfoFrame
  807. ActualInfoFrameTop.BackgroundColor3 = Color3.new(0.6, 0, 0)
  808. ActualInfoFrameTop.BorderSizePixel = 0
  809. ActualInfoFrameTop.Size = UDim2.new(0, 347, 0, 15)
  810.  
  811. ActualInfoFrameTopShadow.Name = "ActualInfoFrameTopShadow"
  812. ActualInfoFrameTopShadow.Parent = ActualInfoFrameTop
  813. ActualInfoFrameTopShadow.BackgroundColor3 = Color3.new(0.258824, 0, 0)
  814. ActualInfoFrameTopShadow.BorderSizePixel = 0
  815. ActualInfoFrameTopShadow.Position = UDim2.new(0, 0, 1, 0)
  816. ActualInfoFrameTopShadow.Size = UDim2.new(0, 347, 0, 5)
  817.  
  818. Step2.Name = "Step2"
  819. Step2.Parent = ActualInfoFrame
  820. Step2.BackgroundColor3 = Color3.new(1, 1, 1)
  821. Step2.BackgroundTransparency = 1
  822. Step2.BorderSizePixel = 0
  823. Step2.Position = UDim2.new(0, 0, 0.159018204, 0)
  824. Step2.Size = UDim2.new(0, 252, 0, 19)
  825. Step2.Font = Enum.Font.SourceSans
  826. Step2.Text = "2. Type !bs in chat"
  827. Step2.TextColor3 = Color3.new(1, 1, 1)
  828. Step2.TextSize = 15
  829. Step2.TextWrapped = true
  830. Step2.TextXAlignment = Enum.TextXAlignment.Left
  831. Step2.TextYAlignment = Enum.TextYAlignment.Top
  832.  
  833. Step3.Name = "Step3"
  834. Step3.Parent = ActualInfoFrame
  835. Step3.BackgroundColor3 = Color3.new(1, 1, 1)
  836. Step3.BackgroundTransparency = 1
  837. Step3.BorderSizePixel = 0
  838. Step3.Position = UDim2.new(0, 0, 0.22698307, 0)
  839. Step3.Size = UDim2.new(0, 252, 0, 19)
  840. Step3.Font = Enum.Font.SourceSans
  841. Step3.Text = "3. Load In Slot"
  842. Step3.TextColor3 = Color3.new(1, 1, 1)
  843. Step3.TextSize = 15
  844. Step3.TextWrapped = true
  845. Step3.TextXAlignment = Enum.TextXAlignment.Left
  846. Step3.TextYAlignment = Enum.TextYAlignment.Top
  847.  
  848. Step4.Name = "Step4"
  849. Step4.Parent = ActualInfoFrame
  850. Step4.BackgroundColor3 = Color3.new(1, 1, 1)
  851. Step4.BackgroundTransparency = 1
  852. Step4.BorderSizePixel = 0
  853. Step4.Position = UDim2.new(0, 0, 0.293460846, 0)
  854. Step4.Size = UDim2.new(0, 347, 0, 19)
  855. Step4.Font = Enum.Font.SourceSans
  856. Step4.Text = "4. When It Says \"Load Succes\" Type !dmoney \"slot number\""
  857. Step4.TextColor3 = Color3.new(1, 1, 1)
  858. Step4.TextSize = 15
  859. Step4.TextWrapped = true
  860. Step4.TextXAlignment = Enum.TextXAlignment.Left
  861. Step4.TextYAlignment = Enum.TextYAlignment.Top
  862.  
  863. Step5.Name = "Step5"
  864. Step5.Parent = ActualInfoFrame
  865. Step5.BackgroundColor3 = Color3.new(1, 1, 1)
  866. Step5.BackgroundTransparency = 1
  867. Step5.BorderSizePixel = 0
  868. Step5.Position = UDim2.new(0, 0, 0.361425698, 0)
  869. Step5.Size = UDim2.new(0, 347, 0, 19)
  870. Step5.Font = Enum.Font.SourceSans
  871. Step5.Text = "For Example, if I loaded slot 1 in, i would type !dmoney 1"
  872. Step5.TextColor3 = Color3.new(1, 1, 1)
  873. Step5.TextSize = 15
  874. Step5.TextWrapped = true
  875. Step5.TextXAlignment = Enum.TextXAlignment.Left
  876. Step5.TextYAlignment = Enum.TextYAlignment.Top
  877.  
  878. Step6.Name = "Step6"
  879. Step6.Parent = ActualInfoFrame
  880. Step6.BackgroundColor3 = Color3.new(1, 1, 1)
  881. Step6.BackgroundTransparency = 1
  882. Step6.BorderSizePixel = 0
  883. Step6.Position = UDim2.new(0, 0, 0.427903473, 0)
  884. Step6.Size = UDim2.new(0, 301, 0, 19)
  885. Step6.Font = Enum.Font.SourceSans
  886. Step6.Text = "5. Load Slot To A New Plot"
  887. Step6.TextColor3 = Color3.new(1, 1, 1)
  888. Step6.TextSize = 15
  889. Step6.TextWrapped = true
  890. Step6.TextXAlignment = Enum.TextXAlignment.Left
  891. Step6.TextYAlignment = Enum.TextYAlignment.Top
  892.  
  893. Step7.Name = "Step7"
  894. Step7.Parent = ActualInfoFrame
  895. Step7.BackgroundColor3 = Color3.new(1, 1, 1)
  896. Step7.BackgroundTransparency = 1
  897. Step7.BorderSizePixel = 0
  898. Step7.Position = UDim2.new(0, 0, 0.492431939, 0)
  899. Step7.Size = UDim2.new(0, 301, 0, 19)
  900. Step7.Font = Enum.Font.SourceSans
  901. Step7.Text = "6. Type !bs In chat"
  902. Step7.TextColor3 = Color3.new(1, 1, 1)
  903. Step7.TextSize = 15
  904. Step7.TextWrapped = true
  905. Step7.TextXAlignment = Enum.TextXAlignment.Left
  906. Step7.TextYAlignment = Enum.TextYAlignment.Top
  907.  
  908. Step8.Name = "Step8"
  909. Step8.Parent = ActualInfoFrame
  910. Step8.BackgroundColor3 = Color3.new(1, 1, 1)
  911. Step8.BackgroundTransparency = 1
  912. Step8.BorderSizePixel = 0
  913. Step8.Position = UDim2.new(0, 0, 0.54906261, 0)
  914. Step8.Size = UDim2.new(0, 347, 0, 19)
  915. Step8.Font = Enum.Font.SourceSans
  916. Step8.Text = "7. Wait Until It Says , \"LT2: Money Sent, Now Reload Your Slot"
  917. Step8.TextColor3 = Color3.new(1, 1, 1)
  918. Step8.TextSize = 15
  919. Step8.TextWrapped = true
  920. Step8.TextXAlignment = Enum.TextXAlignment.Left
  921. Step8.TextYAlignment = Enum.TextYAlignment.Top
  922.  
  923. Step9.Name = "Step9"
  924. Step9.Parent = ActualInfoFrame
  925. Step9.BackgroundColor3 = Color3.new(1, 1, 1)
  926. Step9.BackgroundTransparency = 1
  927. Step9.BorderSizePixel = 0
  928. Step9.Position = UDim2.new(0, 0, 0.620463908, 0)
  929. Step9.Size = UDim2.new(0, 347, 0, 19)
  930. Step9.Font = Enum.Font.SourceSans
  931. Step9.Text = "8. Go To Menu, Load, [Slot Number], Overwrite Slot"
  932. Step9.TextColor3 = Color3.new(1, 1, 1)
  933. Step9.TextSize = 15
  934. Step9.TextWrapped = true
  935. Step9.TextXAlignment = Enum.TextXAlignment.Left
  936. Step9.TextYAlignment = Enum.TextYAlignment.Top
  937.  
  938. Step10.Name = "Step10"
  939. Step10.Parent = ActualInfoFrame
  940. Step10.BackgroundColor3 = Color3.new(1, 1, 1)
  941. Step10.BackgroundTransparency = 1
  942. Step10.BorderSizePixel = 0
  943. Step10.Position = UDim2.new(0, 0, 0.681555927, 0)
  944. Step10.Size = UDim2.new(0, 347, 0, 19)
  945. Step10.Font = Enum.Font.SourceSans
  946. Step10.Text = "9. It Should Say Load Success And Your Money Will Be Duped"
  947. Step10.TextColor3 = Color3.new(1, 1, 1)
  948. Step10.TextSize = 15
  949. Step10.TextWrapped = true
  950. Step10.TextXAlignment = Enum.TextXAlignment.Left
  951. Step10.TextYAlignment = Enum.TextYAlignment.Top
  952.  
  953. Step11.Name = "Step11"
  954. Step11.Parent = ActualInfoFrame
  955. Step11.BackgroundColor3 = Color3.new(1, 1, 1)
  956. Step11.BackgroundTransparency = 1
  957. Step11.BorderSizePixel = 0
  958. Step11.Position = UDim2.new(0, 0, 0.746084392, 0)
  959. Step11.Size = UDim2.new(0, 347, 0, 19)
  960. Step11.Font = Enum.Font.SourceSans
  961. Step11.Text = "10. Congratulations! You Duped Your Money"
  962. Step11.TextColor3 = Color3.new(1, 1, 1)
  963. Step11.TextSize = 15
  964. Step11.TextWrapped = true
  965. Step11.TextXAlignment = Enum.TextXAlignment.Left
  966. Step11.TextYAlignment = Enum.TextYAlignment.Top
  967.  
  968. InfoDone.Name = "InfoDone"
  969. InfoDone.Parent = ActualInfoFrame
  970. InfoDone.BackgroundColor3 = Color3.new(0.435294, 0, 0)
  971. InfoDone.BorderSizePixel = 2
  972. InfoDone.BorderColor3 = Color3.new(0, 0, 0)
  973. InfoDone.Position = UDim2.new(0.341, 0, 0.83, 0)
  974. InfoDone.Size = UDim2.new(0, 110, 0, 39)
  975. InfoDone.Font = Enum.Font.SourceSans
  976. InfoDone.Text = "Done"
  977. InfoDone.TextColor3 = Color3.new(255, 255, 255)
  978. InfoDone.TextScaled = true
  979. InfoDone.TextXAlignment = Enum.TextXAlignment.Center
  980. InfoDone.TextYAlignment = Enum.TextYAlignment.Center
  981. -- Scripts:
  982. CloseFullButton.MouseButton1Click:Connect(function()
  983. MainScreen:Destroy()
  984. end)
  985.  
  986. LumberAthoi.MouseButton1Click:Connect(function()
  987. loadstring(game:HttpGet(('https://pastebin.com/raw/K3Cmffmm'),true))()
  988. LumberLabel.Text = "Athoi21 Gui Loaded."
  989. wait(3)
  990. LumberLabel.Text = ""
  991. end)
  992.  
  993. LumberStercore.MouseButton1Click:Connect(function()
  994. loadstring(game:HttpGet(('https://pastebin.com/raw/6qpXRSLL'),true))()
  995. LumberLabel.Text = "Stercore v1.2 Loaded."
  996. wait(3)
  997. LumberLabel.Text = ""
  998. end)
  999.  
  1000. LumberJames.MouseButton1Click:Connect(function()
  1001. loadstring(game:HttpGet(('https://pastebin.com/raw/eYSYPjvp'),true))()
  1002. LumberLabel.Text = "James LT2 Gui Loaded."
  1003. wait(3)
  1004. LumberLabel.Text = ""
  1005. end)
  1006.  
  1007. LumberMoney.MouseButton1Click:Connect(function()
  1008. wait(2)
  1009. if LumberLabel.Text == "" then
  1010. LumberLabel.Text = "Not Loaded. Make Sure You Are Using Synapse X."
  1011. wait(3)
  1012. LumberLabel.Text = ""
  1013. end
  1014. end)
  1015.  
  1016. LumberWrecker.MouseButton1Click:connect(function()
  1017. loadstring(game:HttpGet(('https://pastebin.com/raw/m015a4P2'),true))()
  1018. LumberLabel.Text = "LumberWrecker Loaded."
  1019. wait(3)
  1020. LumberLabel.Text = ""
  1021. end)
  1022.  
  1023.  
  1024. LumberWrecker.MouseButton1Click:Connect(function()
  1025. wait(2)
  1026. if LumberLabel.Text == "" then
  1027. LumberLabel.Text = "Not Loaded. Make Sure You Are Using Synapse X."
  1028. wait(3)
  1029. LumberLabel.Text = ""
  1030. end
  1031. end)
  1032.  
  1033. LumberMoney.MouseButton1Click:Connect(function()
  1034. loadstring(game:HttpGet("https://pastebin.com/raw/kVVVeue9",true))()
  1035. InfoFrame.Visible = true
  1036. LumberLabel.Text = "Money Dupe Loaded."
  1037. wait(3)
  1038. LumberLabel.Text = ""
  1039. end)
  1040.  
  1041. LumberMMB.MouseButton1Click:Connect(function()
  1042. loadstring(game:HttpGet("https://pastebin.com/raw/1uCmaKZs", true))()
  1043. LumberLabel.Text = "LuckyMMB Gui Loaded."
  1044. wait(3)
  1045. LumberLabel.Text = ""
  1046. end)
  1047.  
  1048. InfoDone.MouseButton1Click:Connect(function()
  1049. ActualInfoFrame.Visible = false
  1050. end)
  1051.  
  1052. InfoYes.MouseButton1Click:Connect(function()
  1053. ActualInfoFrame.Visible = true
  1054. InfoFrame.Visible = false
  1055. end)
  1056.  
  1057. InfoNo.MouseButton1Click:Connect(function()
  1058. InfoFrame.Visible = false
  1059. end)
  1060.  
  1061. LumberGuis.MouseButton1Click:Connect(function()
  1062. LumberFrame.Visible = true
  1063. LumberA = true
  1064. end)
  1065.  
  1066. LumberA = false
  1067. LumberClose.MouseButton1Click:Connect(function()
  1068. LumberFrame.Visible = false
  1069. LumberA = false
  1070. end)
  1071.  
  1072. CloseButton.MouseButton1Click:Connect(function()
  1073. if LumberA then
  1074. LumberFrame.Visible = true
  1075. MainFrame.Visible = true
  1076. CloseFrame.Visible = false
  1077. else
  1078. MainFrame.Visible = true
  1079. CloseFrame.Visible = false
  1080. end
  1081. end)
  1082.  
  1083. Rejoin.MouseButton1Click:Connect(function()
  1084. MainLabel.Text = "Rejoining Game."
  1085. wait(0.3)
  1086. MainLabel.Text = "Rejoining Game.."
  1087. wait(0.3)
  1088. MainLabel.Text = "Rejoining Game..."
  1089. wait(0.3)
  1090. MainLabel.Text = "Rejoining Game."
  1091. wait(0.3)
  1092. MainLabel.Text = "Rejoining Game.."
  1093. wait(0.3)
  1094. MainLabel.Text = "Rejoining Game..."
  1095. game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer)
  1096. end)
  1097.  
  1098. PFHaxx.MouseButton1Click:Connect(function()
  1099. loadstring(game:HttpGet(('https://pastebin.com/raw/vSDTzmAX'),true))()
  1100. MainLabel.Text = "PFHaxx Loaded. Press P To Toggle."
  1101. wait(3)
  1102. MainLabel.Text = ""
  1103. end)
  1104.  
  1105. GrabKnife.MouseButton1Click:Connect(function()
  1106. MainLabel.Text = "GrabKnife V4 Loaded."
  1107. loadstring(game:HttpGet(('https://pastebin.com/raw/iBeikSkL'),true))()
  1108. wait(3)
  1109. MainLabel.Text = ""
  1110. end)
  1111.  
  1112. GameSense.MouseButton1Click:Connect(function()
  1113. MainLabel.Text = "GameSense Loaded. Works For Most Shooter Games."
  1114. loadstring(game:HttpGet(('https://pastebin.com/raw/cdPJxGDU'),true))()
  1115. wait(3)
  1116. MainLabel.Text = ""
  1117. end)
  1118.  
  1119. Close.MouseButton1Click:Connect(function()
  1120. MainFrame.Visible = false
  1121. SecretFrame.Visible = false
  1122. LumberFrame.Visible = false
  1123. CloseFrame.Visible = true
  1124. end)
  1125.  
  1126. Secret.MouseButton1Click:Connect(function()
  1127. SecretFrame.Visible = true
  1128. SecretA = true
  1129. end)
  1130.  
  1131. SecretA = false
  1132. CloseButton.MouseButton1Click:Connect(function()
  1133. if SecretA then
  1134. SecretFrame.Visible = true
  1135. MainFrame.Visible = true
  1136. CloseFrame.Visible = false
  1137. else
  1138. MainFrame.Visible = true
  1139. CloseFrame.Visible = false
  1140. end
  1141. end)
  1142.  
  1143. SecretClose.MouseButton1Click:Connect(function()
  1144. SecretFrame.Visible = false
  1145. SecretA = false
  1146. end)
  1147.  
  1148. Strucid.MouseButton1Click:Connect(function ()
  1149. MainLabel.Text = "Strucid Haxx Loaded. Press Right Ctrl."
  1150. loadstring(game:HttpGet(('https://pastebin.com/raw/UFaUDuEH'),true))()
  1151. wait(3)
  1152. MainLabel.Text = ""
  1153. end)
  1154.  
  1155. Executor.MouseButton1Click:Connect(function()
  1156. loadstring(game:HttpGet(('https://pastebin.com/raw/11ia8PPg'),true))()
  1157. MainLabel.Text = "Executor Loaded"
  1158. wait(3)
  1159. MainLabel.Text = ""
  1160. end)
  1161.  
  1162. BlobSimulator.MouseButton1Click:Connect(function()
  1163. loadstring(game:HttpGet(('https://pastebin.com/raw/SeAyzmQc'),true))()
  1164. MainLabel.Text = "Blob Killer Loaded"
  1165. wait(3)
  1166. MainLabel.Text = ""
  1167. end)
  1168.  
  1169. BalloonSimulator.MouseButton1Click:Connect(function()
  1170. loadstring(game:HttpGet(('https://pastebin.com/raw/nKjjVcFW'),true))()
  1171. MainLabel.Text = "Balloon Killer Loaded"
  1172. wait(3)
  1173. MainLabel.Text = ""
  1174. end)
  1175.  
  1176. SecretClick.MouseButton1Click:Connect(function()
  1177. SecretNothing.Text = "This Does Nothing"
  1178. wait(3)
  1179. SecretNothing.Text = ""
  1180. end)
  1181.  
  1182. JailBreakFarm.MouseButton1Click:Connect(function()
  1183. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  1184. MainLabel.Text = "JailBreak AutoFarm Loaded"
  1185. wait(3)
  1186. MainLabel.Text = ""
  1187. end)
  1188.  
  1189. SlayingSimulator.MouseButton1Click:Connect(function()
  1190. loadstring(game:HttpGet(('https://pastebin.com/raw/4rvW3Zry'),true))()
  1191. MainLabel.Text = "Slaying AutoFarm Loaded"
  1192. wait(3)
  1193. MainLabel.Text = ""
  1194. end)
  1195.  
  1196. NextPage.MouseButton1Click:Connect(function()
  1197. NextPage.TextColor3 = Color3.new(0, 0, 0)
  1198. Page.Text = "Page 2 of 2"
  1199. PrevPage.TextColor3 = Color3.new(255, 255, 255)
  1200. BalloonSimulator.Visible = false
  1201. JailBreakFarm.Visible = false
  1202. BlobSimulator.Visible = false
  1203. SlayingSimulator.Visible = false
  1204. Executor.Visible = false
  1205. Strucid.Visible = false
  1206. PFHaxx.Visible = false
  1207. GameSense.Visible = false
  1208. GrabKnife.Visible = true
  1209. Rejoin.Visible = true
  1210. LumberGuis.Visible = true
  1211. Soon11.Visible = true
  1212. Soon12.Visible = true
  1213. Soon13.Visible = true
  1214. Soon14.Visible = true
  1215. Soon15.Visible = true
  1216. end)
  1217.  
  1218. PrevPage.MouseButton1Click:Connect(function()
  1219. NextPage.TextColor3 = Color3.new(255, 255, 255)
  1220. Page.Text = "Page 1 of 2"
  1221. PrevPage.TextColor3 = Color3.new(0, 0, 0)
  1222. BalloonSimulator.Visible = true
  1223. JailBreakFarm.Visible = true
  1224. BlobSimulator.Visible = true
  1225. SlayingSimulator.Visible = true
  1226. Executor.Visible = true
  1227. Strucid.Visible = true
  1228. PFHaxx.Visible = true
  1229. GameSense.Visible = true
  1230. GrabKnife.Visible = false
  1231. Rejoin.Visible = false
  1232. LumberGuis.Visible = false
  1233. Soon11.Visible = false
  1234. Soon12.Visible = false
  1235. Soon13.Visible = false
  1236. Soon14.Visible = false
  1237. Soon15.Visible = false
  1238. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement