Advertisement
SQUIDMAN740

JOJO gui

Mar 19th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 17.34 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. local Main = Instance.new("ScreenGui")
  4. local GUI = Instance.new("Frame")
  5. local namegui = Instance.new("TextLabel")
  6. local shop = Instance.new("TextButton")
  7. local admin = Instance.new("TextButton")
  8. local stats = Instance.new("TextButton")
  9. local scripts = Instance.new("TextButton")
  10. local closesgui = Instance.new("TextButton")
  11. local ShopGui = Instance.new("Frame")
  12. local nameshop = Instance.new("TextLabel")
  13. local roka = Instance.new("TextButton")
  14. local arrow = Instance.new("TextButton")
  15. local crab = Instance.new("TextButton")
  16. local apple = Instance.new("TextButton")
  17. local closeshop = Instance.new("TextButton")
  18. local ScriptGui = Instance.new("Frame")
  19. local namescript = Instance.new("TextLabel")
  20. local deletegui = Instance.new("TextButton")
  21. local startstandfarm = Instance.new("TextButton")
  22. local printstands = Instance.new("TextButton")
  23. local standbox = Instance.new("TextBox")
  24. local closescript = Instance.new("TextButton")
  25. local ChangeGui = Instance.new("Frame")
  26. local namechange = Instance.new("TextLabel")
  27. local SetPower = Instance.new("TextButton")
  28. local SetSpecial = Instance.new("TextButton")
  29. local closechange = Instance.new("TextButton")
  30. local Pvalue = Instance.new("TextBox")
  31. local SValue = Instance.new("TextBox")
  32. --Properties:
  33. Main.Name = "Main"
  34. Main.Parent = game.CoreGui
  35.  
  36. GUI.Name = "GUI"
  37. GUI.Parent = Main
  38. GUI.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  39. GUI.BorderSizePixel = 5
  40. GUI.Position = UDim2.new(0.00912407879, 0, 0.51171875, 0)
  41. GUI.Size = UDim2.new(0, 232, 0, 236)
  42.  
  43. namegui.Name = "namegui"
  44. namegui.Parent = GUI
  45. namegui.BackgroundColor3 = Color3.new(0.901961, 0.87451, 0.0392157)
  46. namegui.Size = UDim2.new(0, 184, 0, 32)
  47. namegui.Font = Enum.Font.SourceSansLight
  48. namegui.Text = "Project Jojo Gui"
  49. namegui.TextColor3 = Color3.new(0, 0, 0)
  50. namegui.TextScaled = true
  51. namegui.TextSize = 14
  52. namegui.TextWrapped = true
  53.  
  54. shop.Name = "shop"
  55. shop.Parent = GUI
  56. shop.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  57. shop.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  58. shop.BorderSizePixel = 5
  59. shop.Position = UDim2.new(0.12068966, 0, 0.216101691, 0)
  60. shop.Size = UDim2.new(0, 176, 0, 22)
  61. shop.Font = Enum.Font.SourceSansLight
  62. shop.Text = "Shop"
  63. shop.TextColor3 = Color3.new(0, 0, 0)
  64. shop.TextScaled = true
  65. shop.TextSize = 20
  66. shop.TextWrapped = true
  67.  
  68. admin.Name = "admin"
  69. admin.Parent = GUI
  70. admin.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  71. admin.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  72. admin.BorderSizePixel = 5
  73. admin.Position = UDim2.new(0.12068966, 0, 0.411016941, 0)
  74. admin.Size = UDim2.new(0, 176, 0, 22)
  75. admin.Font = Enum.Font.SourceSansLight
  76. admin.Text = "Admin"
  77. admin.TextColor3 = Color3.new(0, 0, 0)
  78. admin.TextScaled = true
  79. admin.TextSize = 20
  80. admin.TextWrapped = true
  81.  
  82. stats.Name = "stats"
  83. stats.Parent = GUI
  84. stats.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  85. stats.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  86. stats.BorderSizePixel = 5
  87. stats.Position = UDim2.new(0.12068966, 0, 0.593220353, 0)
  88. stats.Size = UDim2.new(0, 176, 0, 22)
  89. stats.Font = Enum.Font.SourceSansLight
  90. stats.Text = "Change Stats"
  91. stats.TextColor3 = Color3.new(0, 0, 0)
  92. stats.TextScaled = true
  93. stats.TextSize = 20
  94. stats.TextWrapped = true
  95.  
  96. scripts.Name = "scripts"
  97. scripts.Parent = GUI
  98. scripts.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  99. scripts.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  100. scripts.BorderSizePixel = 5
  101. scripts.Position = UDim2.new(0.12068966, 0, 0.792372882, 0)
  102. scripts.Size = UDim2.new(0, 176, 0, 22)
  103. scripts.Font = Enum.Font.SourceSansLight
  104. scripts.Text = "Scripts"
  105. scripts.TextColor3 = Color3.new(0, 0, 0)
  106. scripts.TextScaled = true
  107. scripts.TextSize = 20
  108. scripts.TextWrapped = true
  109.  
  110. closesgui.Name = "closesgui"
  111. closesgui.Parent = GUI
  112. closesgui.BackgroundColor3 = Color3.new(0.776471, 0.0235294, 0)
  113. closesgui.BorderSizePixel = 2
  114. closesgui.Position = UDim2.new(0.820412815, 0, -0.000993132591, 0)
  115. closesgui.Size = UDim2.new(0, 42, 0, 32)
  116. closesgui.Font = Enum.Font.ArialBold
  117. closesgui.Text = "X"
  118. closesgui.TextColor3 = Color3.new(0, 0, 0)
  119. closesgui.TextSize = 14
  120.  
  121. ShopGui.Name = "ShopGui"
  122. ShopGui.Parent = Main
  123. ShopGui.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  124. ShopGui.BorderSizePixel = 5
  125. ShopGui.Position = UDim2.new(0.248175219, 0, 0.59765625, 0)
  126. ShopGui.Size = UDim2.new(0, 230, 0, 192)
  127.  
  128. nameshop.Name = "nameshop"
  129. nameshop.Parent = ShopGui
  130. nameshop.BackgroundColor3 = Color3.new(0.901961, 0.87451, 0.0392157)
  131. nameshop.Position = UDim2.new(0, 0, 0.010416667, 0)
  132. nameshop.Size = UDim2.new(0, 192, 0, 32)
  133. nameshop.Font = Enum.Font.SourceSansLight
  134. nameshop.Text = "Project Jojo Shop"
  135. nameshop.TextColor3 = Color3.new(0, 0, 0)
  136. nameshop.TextScaled = true
  137. nameshop.TextSize = 14
  138. nameshop.TextWrapped = true
  139.  
  140. roka.Name = "roka"
  141. roka.Parent = ShopGui
  142. roka.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  143. roka.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  144. roka.BorderSizePixel = 5
  145. roka.Position = UDim2.new(0.12068966, 0, 0.216101691, 0)
  146. roka.Size = UDim2.new(0, 176, 0, 22)
  147. roka.Font = Enum.Font.SourceSansLight
  148. roka.Text = "Rokakaka Fruit $1000"
  149. roka.TextColor3 = Color3.new(0, 0, 0)
  150. roka.TextScaled = true
  151. roka.TextSize = 20
  152. roka.TextWrapped = true
  153.  
  154. arrow.Name = "arrow"
  155. arrow.Parent = ShopGui
  156. arrow.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  157. arrow.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  158. arrow.BorderSizePixel = 5
  159. arrow.Position = UDim2.new(0.12068966, 0, 0.411016941, 0)
  160. arrow.Size = UDim2.new(0, 176, 0, 22)
  161. arrow.Font = Enum.Font.SourceSansLight
  162. arrow.Text = "Stand Arrow $2000"
  163. arrow.TextColor3 = Color3.new(0, 0, 0)
  164. arrow.TextScaled = true
  165. arrow.TextSize = 20
  166. arrow.TextWrapped = true
  167.  
  168. crab.Name = "crab"
  169. crab.Parent = ShopGui
  170. crab.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  171. crab.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  172. crab.BorderSizePixel = 5
  173. crab.Position = UDim2.new(0.12068966, 0, 0.593220353, 0)
  174. crab.Size = UDim2.new(0, 176, 0, 22)
  175. crab.Font = Enum.Font.SourceSansLight
  176. crab.Text = "Crab $500"
  177. crab.TextColor3 = Color3.new(0, 0, 0)
  178. crab.TextScaled = true
  179. crab.TextSize = 20
  180. crab.TextWrapped = true
  181.  
  182. apple.Name = "apple"
  183. apple.Parent = ShopGui
  184. apple.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  185. apple.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  186. apple.BorderSizePixel = 5
  187. apple.Position = UDim2.new(0.12068966, 0, 0.792372882, 0)
  188. apple.Size = UDim2.new(0, 176, 0, 22)
  189. apple.Font = Enum.Font.SourceSansLight
  190. apple.Text = "Apple $100"
  191. apple.TextColor3 = Color3.new(0, 0, 0)
  192. apple.TextScaled = true
  193. apple.TextSize = 20
  194. apple.TextWrapped = true
  195.  
  196. closeshop.Name = "closeshop"
  197. closeshop.Parent = ShopGui
  198. closeshop.BackgroundColor3 = Color3.new(0.776471, 0.0235294, 0)
  199. closeshop.BorderSizePixel = 2
  200. closeshop.Position = UDim2.new(0.8536973, 0, 0.0078125149, 0)
  201. closeshop.Size = UDim2.new(0, 34, 0, 32)
  202. closeshop.Font = Enum.Font.ArialBold
  203. closeshop.Text = "X"
  204. closeshop.TextColor3 = Color3.new(0, 0, 0)
  205. closeshop.TextSize = 14
  206.  
  207. ScriptGui.Name = "ScriptGui"
  208. ScriptGui.Parent = Main
  209. ScriptGui.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  210. ScriptGui.BorderSizePixel = 5
  211. ScriptGui.Position = UDim2.new(0.483576655, 0, 0.59765625, 0)
  212. ScriptGui.Size = UDim2.new(0, 230, 0, 192)
  213.  
  214. namescript.Name = "namescript"
  215. namescript.Parent = ScriptGui
  216. namescript.BackgroundColor3 = Color3.new(0.901961, 0.87451, 0.0392157)
  217. namescript.Size = UDim2.new(0, 186, 0, 32)
  218. namescript.Font = Enum.Font.SourceSansLight
  219. namescript.Text = "Project Jojo Scripts"
  220. namescript.TextColor3 = Color3.new(0, 0, 0)
  221. namescript.TextScaled = true
  222. namescript.TextSize = 14
  223. namescript.TextWrapped = true
  224.  
  225. deletegui.Name = "deletegui"
  226. deletegui.Parent = ScriptGui
  227. deletegui.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  228. deletegui.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  229. deletegui.BorderSizePixel = 5
  230. deletegui.Position = UDim2.new(0.121739127, 0, 0.213541672, 0)
  231. deletegui.Size = UDim2.new(0, 176, 0, 38)
  232. deletegui.Font = Enum.Font.SourceSansLight
  233. deletegui.Text = "Delete Player & Delete Map Gui"
  234. deletegui.TextColor3 = Color3.new(0, 0, 0)
  235. deletegui.TextScaled = true
  236. deletegui.TextSize = 20
  237. deletegui.TextWrapped = true
  238.  
  239. startstandfarm.Name = "startstandfarm"
  240. startstandfarm.Parent = ScriptGui
  241. startstandfarm.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  242. startstandfarm.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  243. startstandfarm.BorderSizePixel = 5
  244. startstandfarm.Position = UDim2.new(0.12068966, 0, 0.499470353, 0)
  245. startstandfarm.Size = UDim2.new(0, 176, 0, 22)
  246. startstandfarm.Font = Enum.Font.SourceSansLight
  247. startstandfarm.Text = "Start Farming Stand"
  248. startstandfarm.TextColor3 = Color3.new(0, 0, 0)
  249. startstandfarm.TextScaled = true
  250. startstandfarm.TextSize = 20
  251. startstandfarm.TextWrapped = true
  252.  
  253. printstands.Name = "printstands"
  254. printstands.Parent = ScriptGui
  255. printstands.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  256. printstands.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  257. printstands.BorderSizePixel = 5
  258. printstands.Position = UDim2.new(0.552173913, 0, 0.708333313, 0)
  259. printstands.Size = UDim2.new(0, 86, 0, 45)
  260. printstands.Font = Enum.Font.SourceSansLight
  261. printstands.Text = "Print All Stands"
  262. printstands.TextColor3 = Color3.new(0, 0, 0)
  263. printstands.TextScaled = true
  264. printstands.TextSize = 20
  265. printstands.TextWrapped = true
  266.  
  267. standbox.Name = "standbox"
  268. standbox.Parent = ScriptGui
  269. standbox.BackgroundColor3 = Color3.new(1, 0.698039, 0.521569)
  270. standbox.BorderColor3 = Color3.new(0.552941, 0.12549, 0.12549)
  271. standbox.BorderSizePixel = 5
  272. standbox.Position = UDim2.new(0.0652173907, 0, 0.6875, 0)
  273. standbox.Size = UDim2.new(0, 92, 0, 52)
  274. standbox.Font = Enum.Font.Code
  275. standbox.Text = "Stand Name Here"
  276. standbox.TextColor3 = Color3.new(0, 0, 0)
  277. standbox.TextScaled = true
  278. standbox.TextSize = 14
  279. standbox.TextWrapped = true
  280.  
  281. closescript.Name = "closescript"
  282. closescript.Parent = ScriptGui
  283. closescript.BackgroundColor3 = Color3.new(0.776471, 0.0235294, 0)
  284. closescript.BorderSizePixel = 2
  285. closescript.Position = UDim2.new(0.8536973, 0, 0.0078125149, 0)
  286. closescript.Size = UDim2.new(0, 34, 0, 32)
  287. closescript.Font = Enum.Font.ArialBold
  288. closescript.Text = "X"
  289. closescript.TextColor3 = Color3.new(0, 0, 0)
  290. closescript.TextSize = 14
  291.  
  292. ChangeGui.Name = "ChangeGui"
  293. ChangeGui.Parent = Main
  294. ChangeGui.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  295. ChangeGui.BorderSizePixel = 5
  296. ChangeGui.Position = UDim2.new(0.721715391, 0, 0.59765625, 0)
  297. ChangeGui.Size = UDim2.new(0, 230, 0, 192)
  298.  
  299. namechange.Name = "namechange"
  300. namechange.Parent = ChangeGui
  301. namechange.BackgroundColor3 = Color3.new(0.901961, 0.87451, 0.0392157)
  302. namechange.Size = UDim2.new(0, 188, 0, 32)
  303. namechange.Font = Enum.Font.SourceSansLight
  304. namechange.Text = "Project Jojo Change Stat"
  305. namechange.TextColor3 = Color3.new(0, 0, 0)
  306. namechange.TextScaled = true
  307. namechange.TextSize = 14
  308. namechange.TextWrapped = true
  309.  
  310. SetPower.Name = "SetPower"
  311. SetPower.Parent = ChangeGui
  312. SetPower.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  313. SetPower.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  314. SetPower.BorderSizePixel = 5
  315. SetPower.Position = UDim2.new(0.0652173907, 0, 0.213541672, 0)
  316. SetPower.Size = UDim2.new(0, 94, 0, 55)
  317. SetPower.Font = Enum.Font.SourceSansLight
  318. SetPower.Text = "Apply Power"
  319. SetPower.TextColor3 = Color3.new(0, 0, 0)
  320. SetPower.TextScaled = true
  321. SetPower.TextSize = 20
  322. SetPower.TextWrapped = true
  323.  
  324. SetSpecial.Name = "SetSpecial"
  325. SetSpecial.Parent = ChangeGui
  326. SetSpecial.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  327. SetSpecial.BorderColor3 = Color3.new(0.101961, 0.368627, 0.384314)
  328. SetSpecial.BorderSizePixel = 5
  329. SetSpecial.Position = UDim2.new(0.543478251, 0, 0.213541672, 0)
  330. SetSpecial.Size = UDim2.new(0, 95, 0, 55)
  331. SetSpecial.Font = Enum.Font.SourceSansLight
  332. SetSpecial.Text = "Apply Special"
  333. SetSpecial.TextColor3 = Color3.new(0, 0, 0)
  334. SetSpecial.TextScaled = true
  335. SetSpecial.TextSize = 20
  336. SetSpecial.TextWrapped = true
  337.  
  338. closechange.Name = "closechange"
  339. closechange.Parent = ChangeGui
  340. closechange.BackgroundColor3 = Color3.new(0.776471, 0.0235294, 0)
  341. closechange.BorderSizePixel = 2
  342. closechange.Position = UDim2.new(0.852173924, 0, 0, 0)
  343. closechange.Size = UDim2.new(0, 34, 0, 32)
  344. closechange.Font = Enum.Font.ArialBold
  345. closechange.Text = "X"
  346. closechange.TextColor3 = Color3.new(0, 0, 0)
  347. closechange.TextSize = 14
  348.  
  349. Pvalue.Name = "Pvalue"
  350. Pvalue.Parent = ChangeGui
  351. Pvalue.BackgroundColor3 = Color3.new(1, 0.698039, 0.521569)
  352. Pvalue.BorderColor3 = Color3.new(0.552941, 0.12549, 0.12549)
  353. Pvalue.BorderSizePixel = 5
  354. Pvalue.Position = UDim2.new(0.0633131862, 0, 0.591145813, 0)
  355. Pvalue.Size = UDim2.new(0, 92, 0, 67)
  356. Pvalue.Font = Enum.Font.Code
  357. Pvalue.Text = "Power"
  358. Pvalue.TextColor3 = Color3.new(0, 0, 0)
  359. Pvalue.TextScaled = true
  360. Pvalue.TextSize = 14
  361. Pvalue.TextWrapped = true
  362.  
  363. SValue.Name = "SValue"
  364. SValue.Parent = ChangeGui
  365. SValue.BackgroundColor3 = Color3.new(1, 0.698039, 0.521569)
  366. SValue.BorderColor3 = Color3.new(0.552941, 0.12549, 0.12549)
  367. SValue.BorderSizePixel = 5
  368. SValue.Position = UDim2.new(0.544462025, 0, 0.591145813, 0)
  369. SValue.Size = UDim2.new(0, 92, 0, 67)
  370. SValue.Font = Enum.Font.Code
  371. SValue.Text = "Special"
  372. SValue.TextColor3 = Color3.new(0, 0, 0)
  373. SValue.TextScaled = true
  374. SValue.TextSize = 14
  375. SValue.TextWrapped = true
  376.  
  377. ShopGui.Visible = false
  378. ScriptGui.Visible = false
  379. ChangeGui.Visible = false
  380. ShopGui.Draggable = true
  381. ShopGui.Active = true
  382. ScriptGui.Draggable = true
  383. ScriptGui.Active = true
  384. ChangeGui.Draggable = true
  385. ChangeGui.Active = true
  386. GUI.Active = true
  387. GUI.Draggable = true
  388.  
  389. function SetP()
  390.     game.Players.LocalPlayer.Power.Value = Pvalue.Text
  391. end
  392.  
  393. function SetS()
  394.     game.Players.LocalPlayer.Special.Value = SValue.Text
  395. end
  396.  
  397. function RemoveGui()
  398.     game.CoreGui.Main:Destroy()
  399. end
  400.  
  401. function CloseChange()
  402.     ChangeGui.Visible = false
  403. end
  404.  
  405. function CloseScript()
  406.     ScriptGui.Visible = false
  407. end
  408.  
  409. function DestroyGui()
  410.     game.CoreGui.Main:Destroy()
  411. end
  412.  
  413. function CloseShop()
  414.     ShopGui.Visible = false
  415. end
  416.  
  417. function SetPow()
  418.     game.Players.LocalPlayer.Power.Value = Pvalue.Text
  419. end
  420.  
  421. function SetSpec()
  422.     game.Players.LocalPlayr.Special.Value = SValue.Text
  423. end
  424.  
  425. function Admin()
  426.     loadstring(game:HttpGet(('https://pastebin.com/raw/gn2qc98m'),true))()
  427. end
  428.  
  429. function OpenShop()
  430.     ShopGui.Visible = true
  431. end
  432.  
  433. function OpenScript()
  434.     ScriptGui.Visible = true
  435. end
  436.  
  437. function OpenChange()
  438.     ChangeGui.Visible = true
  439. end
  440.  
  441. function AmnesiasGui()
  442.     loadstring(game:GetObjects("rbxassetid://02084760380")[1].Source)() --MADE BY AMNESIA
  443. end
  444.  
  445. function Roka()
  446.     game.ReplicatedStorage.Logic.giveitem:FireServer("RpkakakaFruit")
  447. end
  448.  
  449. function Arrow()
  450.     game.ReplicatedStorage.Logic.giveitem:FireServer("StandArrow")
  451. end
  452.  
  453. function Crab()
  454.     game.ReplicatedStorage.Logic.giveitem:FireServer("Crab")
  455. end
  456.  
  457. function Apple()
  458.     game.ReplicatedStorage.Logic.giveitem:FireServer("Apple")
  459. end
  460.  
  461. function StandPrint()
  462.     for i,v in pairs(game.ReplicatedStorage.Stands:GetChildren()) do
  463.     print(v.Name)
  464.     end
  465. end
  466.  
  467. function StandFarm()
  468.     local function TryStand(name)
  469.    local player = game.Players.LocalPlayer
  470.    local Done = false
  471.    local HasStand = true
  472.    if player:FindFirstChild('Stand').Value == 'None' then HasStand = false end
  473.    local function DoThing()
  474.        if Done == false then
  475.            if HasStand == true then
  476.                game.ReplicatedStorage.Logic.giveitem:FireServer('RokakakaFruit')
  477.  
  478.                repeat wait() until player.Backpack:FindFirstChild('RokakakaFruit')
  479.  
  480.                local Roka = player.Backpack:FindFirstChild('RokakakaFruit')
  481.  
  482.                repeat wait() until player:FindFirstChild('Stand').Value == 'None'
  483.  
  484.                player.Character.Name = 'hi'
  485.  
  486.                game.ReplicatedStorage.Logic.misc:FireServer(12,player)
  487.  
  488.                repeat wait() until player.Character.Name == player.Name
  489.  
  490.                HasStand = false
  491.            elseif HasStand == false then
  492.                game.ReplicatedStorage.Logic.giveitem:FireServer('StandArrow')
  493.  
  494.                repeat wait() until player.Backpack:FindFirstChild('StandArrow')
  495.  
  496.                local Arrow = player.Backpack:FindFirstChild('StandArrow')
  497.  
  498.                repeat wait() until player:FindFirstChild('Stand').Value ~= 'None'
  499.                print(player:FindFirstChild('Stand').Value)
  500.                if player:FindFirstChild('Stand').Value == name then
  501.                    Done = true
  502.                end
  503.  
  504.                player.Character.Name = 'hi'
  505.  
  506.  
  507.                repeat wait() until player.Character.Name == player.Name
  508.  
  509.                HasStand = true
  510.            end
  511.        end
  512.    end
  513.  
  514.    repeat DoThing() until Done == true
  515.  
  516. end
  517.  
  518. TryStand(standbox)
  519.     end
  520.  
  521. deletegui.MouseButton1Click:connect(AmnesiasGui)
  522.  
  523. stats.MouseButton1Click:connect(OpenChange)
  524.  
  525. shop.MouseButton1Click:connect(OpenShop)
  526.  
  527. scripts.MouseButton1Click:connect(OpenScript)
  528.  
  529. admin.MouseButton1Click:connect(Admin)
  530.  
  531. printstands.MouseButton1Click:connect(StandPrint)
  532.  
  533. closeshop.MouseButton1Click:connect(CloseShop)
  534.  
  535. closechange.MouseButton1Click:connect(CloseChange)
  536.  
  537. closesgui.MouseButton1Click:connect(DestroyGui)
  538.  
  539. closescript.MouseButton1Click:connect(CloseScript)
  540.  
  541. startstandfarm.MouseButton1Click:connect(StandFarm)
  542.  
  543. apple.MouseButton1Click:connect(Apple)
  544.  
  545. roka.MouseButton1Click:connect(Roka)
  546.  
  547. arrow.MouseButton1Click:connect(Arrow)
  548.  
  549. crab.MouseButton1Click:connect(Crab)
  550.  
  551. SetPower.MouseButton1Click:connect(SetP)
  552.  
  553. SetSpecial.MouseButton1Click:connect(SetS)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement