Advertisement
Guest User

Untitled

a guest
Apr 28th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.29 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Craftwars = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local ScrollingFrame = Instance.new("ScrollingFrame")
  8. local OmegaScythe = Instance.new("TextButton")
  9. local Viridis = Instance.new("TextButton")
  10. local GiveAllItems = Instance.new("TextButton")
  11. local GiveMoneyAll = Instance.new("TextButton")
  12. local TextButton = Instance.new("TextButton")
  13. local TextButton_2 = Instance.new("TextButton")
  14. local TextButton_3 = Instance.new("TextButton")
  15. local Shard = Instance.new("TextButton")
  16. local MeteorStaff = Instance.new("TextButton")
  17. local RemoveMoneyAll = Instance.new("TextButton")
  18. local P1 = Instance.new("Frame")
  19. local Start = Instance.new("TextButton")
  20. local Stop = Instance.new("TextButton")
  21. local P3 = Instance.new("Frame")
  22. local X = Instance.new("TextButton")
  23. local P2 = Instance.new("Frame")
  24. local Start_2 = Instance.new("TextButton")
  25. local Stop_2 = Instance.new("TextButton")
  26. local Value = Instance.new("TextBox")
  27. local Open = Instance.new("TextButton")
  28. local Login = Instance.new("Frame")
  29. local TextLabel_2 = Instance.new("TextLabel")
  30. local Username = Instance.new("TextBox")
  31. local Password = Instance.new("TextBox")
  32. local Login_2 = Instance.new("TextButton")
  33. local X_2 = Instance.new("TextButton")
  34. --Properties:
  35. Craftwars.Name = "Craftwars"
  36. Craftwars.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37. Craftwars.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. MainFrame.Name = "MainFrame"
  40. MainFrame.Parent = Craftwars
  41. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  42. MainFrame.BorderSizePixel = 0
  43. MainFrame.Position = UDim2.new(0.173441738, 0, 0.214285716, 0)
  44. MainFrame.Size = UDim2.new(0, 501, 0, 353)
  45. MainFrame.Visible = false
  46.  
  47. TextLabel.Parent = MainFrame
  48. TextLabel.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  49. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  50. TextLabel.Position = UDim2.new(0.0106267566, 0, 0, 0)
  51. TextLabel.Size = UDim2.new(0, 495, 0, 41)
  52. TextLabel.Font = Enum.Font.SourceSans
  53. TextLabel.Text = "Plain GUI"
  54. TextLabel.TextColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  55. TextLabel.TextScaled = true
  56. TextLabel.TextSize = 14
  57. TextLabel.TextWrapped = true
  58.  
  59. ScrollingFrame.Parent = MainFrame
  60. ScrollingFrame.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  61. ScrollingFrame.BorderSizePixel = 0
  62. ScrollingFrame.Size = UDim2.new(0, 93, 0, 353)
  63. ScrollingFrame.Visible = false
  64.  
  65. OmegaScythe.Name = "OmegaScythe"
  66. OmegaScythe.Parent = ScrollingFrame
  67. OmegaScythe.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  68. OmegaScythe.BorderSizePixel = 0
  69. OmegaScythe.Position = UDim2.new(0.0572473146, 0, 0.249164313, 0)
  70. OmegaScythe.Size = UDim2.new(0, 68, 0, 41)
  71. OmegaScythe.Font = Enum.Font.SourceSans
  72. OmegaScythe.Text = "Omega Scythe"
  73. OmegaScythe.TextColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  74. OmegaScythe.TextScaled = true
  75. OmegaScythe.TextSize = 14
  76. OmegaScythe.TextWrapped = true
  77.  
  78. Viridis.Name = "Viridis"
  79. Viridis.Parent = ScrollingFrame
  80. Viridis.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  81. Viridis.BorderSizePixel = 0
  82. Viridis.Position = UDim2.new(0.0572473146, 0, 0.319818676, 0)
  83. Viridis.Size = UDim2.new(0, 68, 0, 41)
  84. Viridis.Font = Enum.Font.SourceSans
  85. Viridis.Text = "Viridis"
  86. Viridis.TextColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  87. Viridis.TextScaled = true
  88. Viridis.TextSize = 14
  89. Viridis.TextWrapped = true
  90.  
  91. GiveAllItems.Name = "GiveAllItems"
  92. GiveAllItems.Parent = ScrollingFrame
  93. GiveAllItems.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  94. GiveAllItems.BorderSizePixel = 0
  95. GiveAllItems.Position = UDim2.new(0.0677419677, 0, 0.175637186, 0)
  96. GiveAllItems.Size = UDim2.new(0, 68, 0, 41)
  97. GiveAllItems.Font = Enum.Font.SourceSans
  98. GiveAllItems.Text = "Give All Items"
  99. GiveAllItems.TextColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  100. GiveAllItems.TextScaled = true
  101. GiveAllItems.TextSize = 14
  102. GiveAllItems.TextWrapped = true
  103.  
  104. GiveMoneyAll.Name = "GiveMoneyAll"
  105. GiveMoneyAll.Parent = ScrollingFrame
  106. GiveMoneyAll.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  107. GiveMoneyAll.BorderSizePixel = 0
  108. GiveMoneyAll.Position = UDim2.new(0.0677419677, 0, 0.0339943357, 0)
  109. GiveMoneyAll.Size = UDim2.new(0, 68, 0, 41)
  110. GiveMoneyAll.Font = Enum.Font.SourceSans
  111. GiveMoneyAll.Text = "Give All Money"
  112. GiveMoneyAll.TextColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  113. GiveMoneyAll.TextScaled = true
  114. GiveMoneyAll.TextSize = 14
  115. GiveMoneyAll.TextWrapped = true
  116.  
  117. TextButton.Parent = ScrollingFrame
  118. TextButton.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  119. TextButton.BorderSizePixel = 0
  120. TextButton.Position = UDim2.new(0.0572473146, 0, 0.603271961, 0)
  121. TextButton.Size = UDim2.new(0, 68, 0, 41)
  122. TextButton.Font = Enum.Font.SourceSans
  123. TextButton.TextColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  124. TextButton.TextScaled = true
  125. TextButton.TextSize = 14
  126. TextButton.TextWrapped = true
  127.  
  128. TextButton_2.Parent = ScrollingFrame
  129. TextButton_2.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  130. TextButton_2.BorderSizePixel = 0
  131. TextButton_2.Position = UDim2.new(0.0572473146, 0, 0.673926353, 0)
  132. TextButton_2.Size = UDim2.new(0, 68, 0, 41)
  133. TextButton_2.Font = Enum.Font.SourceSans
  134. TextButton_2.TextColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  135. TextButton_2.TextScaled = true
  136. TextButton_2.TextSize = 14
  137. TextButton_2.TextWrapped = true
  138.  
  139. TextButton_3.Parent = ScrollingFrame
  140. TextButton_3.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  141. TextButton_3.BorderSizePixel = 0
  142. TextButton_3.Position = UDim2.new(0.0677419677, 0, 0.529744864, 0)
  143. TextButton_3.Size = UDim2.new(0, 68, 0, 41)
  144. TextButton_3.Font = Enum.Font.SourceSans
  145. TextButton_3.TextColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  146. TextButton_3.TextScaled = true
  147. TextButton_3.TextSize = 14
  148. TextButton_3.TextWrapped = true
  149.  
  150. Shard.Name = "Shard"
  151. Shard.Parent = ScrollingFrame
  152. Shard.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  153. Shard.BorderSizePixel = 0
  154. Shard.Position = UDim2.new(0.0677419677, 0, 0.388101995, 0)
  155. Shard.Size = UDim2.new(0, 68, 0, 41)
  156. Shard.Font = Enum.Font.SourceSans
  157. Shard.Text = "Shard of Universe"
  158. Shard.TextColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  159. Shard.TextScaled = true
  160. Shard.TextSize = 14
  161. Shard.TextWrapped = true
  162.  
  163. MeteorStaff.Name = "MeteorStaff"
  164. MeteorStaff.Parent = ScrollingFrame
  165. MeteorStaff.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  166. MeteorStaff.BorderSizePixel = 0
  167. MeteorStaff.Position = UDim2.new(0.0677419677, 0, 0.460067987, 0)
  168. MeteorStaff.Size = UDim2.new(0, 68, 0, 41)
  169. MeteorStaff.Font = Enum.Font.SourceSans
  170. MeteorStaff.Text = "Meteor Staff"
  171. MeteorStaff.TextColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  172. MeteorStaff.TextScaled = true
  173. MeteorStaff.TextSize = 14
  174. MeteorStaff.TextWrapped = true
  175.  
  176. RemoveMoneyAll.Name = "RemoveMoneyAll"
  177. RemoveMoneyAll.Parent = ScrollingFrame
  178. RemoveMoneyAll.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  179. RemoveMoneyAll.BorderSizePixel = 0
  180. RemoveMoneyAll.Position = UDim2.new(0.0677419677, 0, 0.105960324, 0)
  181. RemoveMoneyAll.Size = UDim2.new(0, 68, 0, 41)
  182. RemoveMoneyAll.Font = Enum.Font.SourceSans
  183. RemoveMoneyAll.Text = "Remove All Money"
  184. RemoveMoneyAll.TextColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  185. RemoveMoneyAll.TextScaled = true
  186. RemoveMoneyAll.TextSize = 14
  187. RemoveMoneyAll.TextWrapped = true
  188.  
  189. P1.Name = "P1"
  190. P1.Parent = MainFrame
  191. P1.BackgroundColor3 = Color3.new(1, 1, 1)
  192. P1.BorderSizePixel = 0
  193. P1.Position = UDim2.new(0.185628742, 0, 0.211920634, 0)
  194. P1.Size = UDim2.new(0, 408, 0, 278)
  195. P1.Visible = false
  196.  
  197. Start.Name = "Start"
  198. Start.Parent = P1
  199. Start.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  200. Start.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  201. Start.BorderSizePixel = 0
  202. Start.Position = UDim2.new(0.230392158, 0, 0.111510791, 0)
  203. Start.Size = UDim2.new(0, 200, 0, 49)
  204. Start.Font = Enum.Font.SourceSans
  205. Start.Text = "Start"
  206. Start.TextColor3 = Color3.new(0.203922, 0.619608, 0)
  207. Start.TextScaled = true
  208. Start.TextSize = 14
  209. Start.TextWrapped = true
  210.  
  211. Stop.Name = "Stop"
  212. Stop.Parent = P1
  213. Stop.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  214. Stop.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  215. Stop.BorderSizePixel = 0
  216. Stop.Position = UDim2.new(0.230392158, 0, 0.327338129, 0)
  217. Stop.Size = UDim2.new(0, 200, 0, 49)
  218. Stop.Font = Enum.Font.SourceSans
  219. Stop.Text = "Stop"
  220. Stop.TextColor3 = Color3.new(0.72549, 0, 0)
  221. Stop.TextScaled = true
  222. Stop.TextSize = 14
  223. Stop.TextWrapped = true
  224.  
  225. P3.Name = "P3"
  226. P3.Parent = MainFrame
  227. P3.BackgroundColor3 = Color3.new(1, 1, 1)
  228. P3.BorderSizePixel = 0
  229. P3.Position = UDim2.new(0.185628742, 0, 0.211920634, 0)
  230. P3.Size = UDim2.new(0, 408, 0, 278)
  231. P3.Visible = false
  232.  
  233. X.Name = "X"
  234. X.Parent = MainFrame
  235. X.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  236. X.BorderSizePixel = 0
  237. X.Position = UDim2.new(0.918163657, 0, 0, 0)
  238. X.Size = UDim2.new(0, 41, 0, 41)
  239. X.Font = Enum.Font.SourceSans
  240. X.Text = "X"
  241. X.TextColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  242. X.TextScaled = true
  243. X.TextSize = 14
  244. X.TextWrapped = true
  245.  
  246. P2.Name = "P2"
  247. P2.Parent = MainFrame
  248. P2.BackgroundColor3 = Color3.new(1, 1, 1)
  249. P2.BorderSizePixel = 0
  250. P2.Position = UDim2.new(0.185628742, 0, 0.211920634, 0)
  251. P2.Size = UDim2.new(0, 408, 0, 278)
  252. P2.Visible = false
  253.  
  254. Start_2.Name = "Start"
  255. Start_2.Parent = P2
  256. Start_2.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  257. Start_2.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  258. Start_2.BorderSizePixel = 0
  259. Start_2.Position = UDim2.new(0.230392158, 0, 0.111510791, 0)
  260. Start_2.Size = UDim2.new(0, 200, 0, 49)
  261. Start_2.Font = Enum.Font.SourceSans
  262. Start_2.Text = "Start"
  263. Start_2.TextColor3 = Color3.new(0.203922, 0.619608, 0)
  264. Start_2.TextScaled = true
  265. Start_2.TextSize = 14
  266. Start_2.TextWrapped = true
  267.  
  268. Stop_2.Name = "Stop"
  269. Stop_2.Parent = P2
  270. Stop_2.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  271. Stop_2.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  272. Stop_2.BorderSizePixel = 0
  273. Stop_2.Position = UDim2.new(0.230392158, 0, 0.327338129, 0)
  274. Stop_2.Size = UDim2.new(0, 200, 0, 49)
  275. Stop_2.Font = Enum.Font.SourceSans
  276. Stop_2.Text = "Stop"
  277. Stop_2.TextColor3 = Color3.new(0.72549, 0, 0)
  278. Stop_2.TextScaled = true
  279. Stop_2.TextSize = 14
  280. Stop_2.TextWrapped = true
  281.  
  282. Value.Name = "Value"
  283. Value.Parent = P2
  284. Value.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  285. Value.Position = UDim2.new(0, 0, -0.118000001, 0)
  286. Value.Size = UDim2.new(0, 408, 0, 32)
  287. Value.Font = Enum.Font.SourceSans
  288. Value.PlaceholderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  289. Value.Text = "Value"
  290. Value.TextColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  291. Value.TextScaled = true
  292. Value.TextSize = 14
  293. Value.TextWrapped = true
  294.  
  295. Open.Name = "Open"
  296. Open.Parent = Craftwars
  297. Open.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  298. Open.BorderSizePixel = 0
  299. Open.Position = UDim2.new(0.00135501358, 0, 0.937282026, 0)
  300. Open.Size = UDim2.new(0, 132, 0, 36)
  301. Open.Font = Enum.Font.SourceSans
  302. Open.Text = "Open"
  303. Open.TextColor3 = Color3.new(0, 0, 0)
  304. Open.TextScaled = true
  305. Open.TextSize = 14
  306. Open.TextWrapped = true
  307.  
  308. Login.Name = "Login"
  309. Login.Parent = Craftwars
  310. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  311. Login.BorderSizePixel = 0
  312. Login.Position = UDim2.new(0.173441738, 0, 0.214285716, 0)
  313. Login.Size = UDim2.new(0, 501, 0, 353)
  314. Login.Visible = false
  315.  
  316. TextLabel_2.Parent = Login
  317. TextLabel_2.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  318. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  319. TextLabel_2.BorderSizePixel = 0
  320. TextLabel_2.Position = UDim2.new(-0.00242035091, 0, -0.00101172924, 0)
  321. TextLabel_2.Size = UDim2.new(0, 501, 0, 41)
  322. TextLabel_2.Font = Enum.Font.SourceSans
  323. TextLabel_2.Text = "Plain GUI"
  324. TextLabel_2.TextColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  325. TextLabel_2.TextScaled = true
  326. TextLabel_2.TextSize = 14
  327. TextLabel_2.TextWrapped = true
  328.  
  329. Username.Name = "Username"
  330. Username.Parent = Login
  331. Username.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  332. Username.BorderSizePixel = 0
  333. Username.Position = UDim2.new(0.303393215, 0, 0.286118984, 0)
  334. Username.Size = UDim2.new(0, 200, 0, 50)
  335. Username.Font = Enum.Font.SourceSans
  336. Username.Text = "Username"
  337. Username.TextColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  338. Username.TextScaled = true
  339. Username.TextSize = 14
  340. Username.TextWrapped = true
  341.  
  342. Password.Name = "Password"
  343. Password.Parent = Login
  344. Password.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  345. Password.BorderSizePixel = 0
  346. Password.Position = UDim2.new(0.303393215, 0, 0.484419286, 0)
  347. Password.Size = UDim2.new(0, 200, 0, 50)
  348. Password.Font = Enum.Font.SourceSans
  349. Password.Text = "Password"
  350. Password.TextColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  351. Password.TextScaled = true
  352. Password.TextSize = 14
  353. Password.TextWrapped = true
  354.  
  355. Login_2.Name = "Login"
  356. Login_2.Parent = Login
  357. Login_2.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  358. Login_2.BorderSizePixel = 0
  359. Login_2.Position = UDim2.new(0.229540914, 0, 0.725212455, 0)
  360. Login_2.Size = UDim2.new(0, 286, 0, 36)
  361. Login_2.Font = Enum.Font.SourceSans
  362. Login_2.Text = "Login!"
  363. Login_2.TextColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  364. Login_2.TextScaled = true
  365. Login_2.TextSize = 14
  366. Login_2.TextWrapped = true
  367.  
  368. X_2.Name = "X"
  369. X_2.Parent = Login
  370. X_2.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  371. X_2.BorderSizePixel = 0
  372. X_2.Position = UDim2.new(0.917968929, 0, -0.0027538985, 0)
  373. X_2.Size = UDim2.new(0, 41, 0, 41)
  374. X_2.Font = Enum.Font.SourceSans
  375. X_2.Text = "X"
  376. X_2.TextColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  377. X_2.TextScaled = true
  378. X_2.TextSize = 14
  379. X_2.TextWrapped = true
  380. -- Scripts:
  381. function SCRIPT_CIJY75_FAKESCRIPT() -- OmegaScythe.LocalScript
  382. getfenv().script = Instance.new('LocalScript', OmegaScythe)
  383.  
  384. script.Parent.MouseButton1Click:connect(function()
  385. game.Players.LocalPlayer.PlayerGui.Inventory.GuiControl:Invoke({command="insert", id = 330})
  386. end)
  387.  
  388. end
  389. coroutine.resume(coroutine.create(SCRIPT_CIJY75_FAKESCRIPT))
  390. function SCRIPT_ORKA86_FAKESCRIPT() -- Viridis.LocalScript
  391. getfenv().script = Instance.new('LocalScript', Viridis)
  392.  
  393. script.Parent.MouseButton1Click:connect(function()
  394. game.Players.LocalPlayer.PlayerGui.Inventory.GuiControl:Invoke({command="insert", id = 98})
  395. end)
  396.  
  397. end
  398. coroutine.resume(coroutine.create(SCRIPT_ORKA86_FAKESCRIPT))
  399. function SCRIPT_MLHN72_FAKESCRIPT() -- GiveMoneyAll.LocalScript
  400. getfenv().script = Instance.new('LocalScript', GiveMoneyAll)
  401.  
  402. script.Parent.MouseButton1Click:connect(function()
  403. if script.Parent.Parent.Parent.P1.Visible == true or script.Parent.Parent.Parent.P2.Visible == true then
  404. script.Parent.Parent.Parent.P1.Visible = false
  405. script.Parent.Parent.Parent.P2.Visible = false
  406. script.Parent.Parent.Parent.P1.Visible = true
  407. end
  408. end)
  409.  
  410. end
  411. coroutine.resume(coroutine.create(SCRIPT_MLHN72_FAKESCRIPT))
  412. function SCRIPT_CCOH77_FAKESCRIPT() -- Shard.LocalScript
  413. getfenv().script = Instance.new('LocalScript', Shard)
  414.  
  415. script.Parent.MouseButton1Click:connect(function()
  416. game.Players.LocalPlayer.PlayerGui.Inventory.GuiControl:Invoke({command="insert", id = 291})
  417. end)
  418.  
  419. end
  420. coroutine.resume(coroutine.create(SCRIPT_CCOH77_FAKESCRIPT))
  421. function SCRIPT_BZVS85_FAKESCRIPT() -- RemoveMoneyAll.LocalScript
  422. getfenv().script = Instance.new('LocalScript', RemoveMoneyAll)
  423.  
  424. script.Parent.MouseButton1Click:connect(function()
  425. if script.Parent.Parent.Parent.P1.Visible == true or script.Parent.Parent.Parent.P2.Visible == true then
  426. script.Parent.Parent.Parent.P1.Visible = false
  427. script.Parent.Parent.Parent.P2.Visible = false
  428. script.Parent.Parent.Parent.P2.Visible = true
  429. end
  430. end)
  431.  
  432. end
  433. coroutine.resume(coroutine.create(SCRIPT_BZVS85_FAKESCRIPT))
  434. function SCRIPT_LEFQ82_FAKESCRIPT() -- Start.LocalScript
  435. getfenv().script = Instance.new('LocalScript', Start)
  436.  
  437. script.Parent.Parent.Start.LocalScript.Disabled = false
  438. local maincontrol = game:GetService("ReplicatedStorage"):WaitForChild("MainControl")
  439. setValue = function(p,v)
  440. maincontrol:InvokeServer({
  441. command = "setvalue",
  442. instance = p,
  443. value = v,
  444. })
  445. return("done");
  446. end
  447. script.Parent.MouseButton1Click:connect(function()
  448.  
  449. while wait() do
  450. for i,v in pairs(game.Players:GetChildren()) do
  451. setValue(v.realstats.Cash,v.realstats.Cash.Value + 200000000)
  452. end
  453. end
  454. end)
  455.  
  456.  
  457. end
  458. coroutine.resume(coroutine.create(SCRIPT_LEFQ82_FAKESCRIPT))
  459. function SCRIPT_XOGL72_FAKESCRIPT() -- Start.LocalScript
  460. getfenv().script = Instance.new('LocalScript', Start)
  461.  
  462. script.Parent.MouseButton1Click:connect(function()
  463. script.Parent.Parent.Start.LocalScript.Disabled = false
  464. end)
  465.  
  466. end
  467. coroutine.resume(coroutine.create(SCRIPT_XOGL72_FAKESCRIPT))
  468. function SCRIPT_SDOJ67_FAKESCRIPT() -- Stop.LocalScript
  469. getfenv().script = Instance.new('LocalScript', Stop)
  470.  
  471. script.Parent.MouseButton1Click:connect(function()
  472. script.Parent.Parent.Start.LocalScript.Disabled = true
  473. end)
  474.  
  475. end
  476. coroutine.resume(coroutine.create(SCRIPT_SDOJ67_FAKESCRIPT))
  477. function SCRIPT_BMZD88_FAKESCRIPT() -- X.LocalScript
  478. getfenv().script = Instance.new('LocalScript', X)
  479.  
  480. script.Parent.MouseButton1Click:connect(function()
  481. script.Parent.Parent.Parent.MainFrame.Visible = false
  482. end)
  483.  
  484. end
  485. coroutine.resume(coroutine.create(SCRIPT_BMZD88_FAKESCRIPT))
  486. function SCRIPT_VRBE76_FAKESCRIPT() -- Start_2.LocalScript
  487. getfenv().script = Instance.new('LocalScript', Start_2)
  488.  
  489. script.Parent.Parent.Start.LocalScript.Disabled = false
  490. local maincontrol = game:GetService("ReplicatedStorage"):WaitForChild("MainControl")
  491. setValue = function(p,v)
  492. maincontrol:InvokeServer({
  493. command = "setvalue",
  494. instance = p,
  495. value = v,
  496. })
  497. return("done");
  498. end
  499. script.Parent.MouseButton1Click:connect(function()
  500.  
  501. while wait() do
  502. for i,v in pairs(game.Players:GetChildren()) do
  503. setValue(v.realstats.Cash,v.realstats.Cash.Value - script.Parent.Parent.Value.Text)
  504. end
  505. end
  506. end)
  507.  
  508.  
  509. end
  510. coroutine.resume(coroutine.create(SCRIPT_VRBE76_FAKESCRIPT))
  511. function SCRIPT_JTDM80_FAKESCRIPT() -- Start_2.LocalScript
  512. getfenv().script = Instance.new('LocalScript', Start_2)
  513.  
  514. script.Parent.MouseButton1Click:connect(function()
  515. script.Parent.Parent.Start.LocalScript.Disabled = false
  516. end)
  517.  
  518. end
  519. coroutine.resume(coroutine.create(SCRIPT_JTDM80_FAKESCRIPT))
  520. function SCRIPT_CFCE72_FAKESCRIPT() -- Open.LocalScript
  521. getfenv().script = Instance.new('LocalScript', Open)
  522.  
  523. script.Parent.MouseButton1Click:connect(function()
  524. script.Parent.Parent.Login.Visible = true
  525. end)
  526.  
  527. end
  528. coroutine.resume(coroutine.create(SCRIPT_CFCE72_FAKESCRIPT))
  529. function SCRIPT_DANE88_FAKESCRIPT() -- Login_2.LocalScript
  530. getfenv().script = Instance.new('LocalScript', Login_2)
  531.  
  532. local Key = "jojo"
  533. local User = "jojo"
  534. script.Parent.MouseButton1Click:connect(function()
  535. if script.Parent.Parent.Password.Text == Key and script.Parent.Parent.Username.Text == User then
  536. script.Parent.Parent.Parent.MainFrame.Visible = true
  537. script.Parent.Parent.Parent.Login.Visible = false
  538. else
  539. script.Parent.Parent.Password.Text = "Error"
  540. script.Parent.Parent.Username.Text = "Error"
  541. end
  542. end)
  543.  
  544.  
  545.  
  546. end
  547. coroutine.resume(coroutine.create(SCRIPT_DANE88_FAKESCRIPT))
  548. function SCRIPT_EIRB79_FAKESCRIPT() -- X_2.LocalScript
  549. getfenv().script = Instance.new('LocalScript', X_2)
  550.  
  551. script.Parent.MouseButton1Click:connect(function()
  552. script.Parent.Parent.Parent.Login.Visible = false
  553. end)
  554.  
  555. end
  556. coroutine.resume(coroutine.create(SCRIPT_EIRB79_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement