Advertisement
p_z

scripteria_collection_gui_v1.1_p-r_v1.02&fvsv=2.01

p_z
Mar 26th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 16.41 KB | None | 0 0
  1. -- === [[ F.O.E ]] ===
  2. -- Scripteria
  3. -- collection_guiv1.1_p-r_v2.01
  4. -- This is the early public-release. There are things to be added.
  5. local p = game.Players.LocalPlayer
  6.  
  7. local gui = Instance.new("ScreenGui",p.PlayerGui)
  8. gui.Name = "dora the geologist"
  9.  
  10. local foe_intro = Instance.new("Frame",gui)
  11. foe_intro.Name = "please don't remove, give credit. You can remove if it's not being publically released on some sort of video or picture"
  12. foe_intro.Visible = true
  13. foe_intro.BackgroundColor3 = Color3.new(0,0,0)
  14. foe_intro.BorderColor3 = Color3.new(0,0,0)
  15. foe_intro.Size = UDim2.new(0,187,0,181)
  16. foe_intro.Position = UDim2.new(0.383,0,0.373,0)
  17. foe_intro.Active = true
  18. foe_intro.Draggable = true
  19.  
  20. local continue = Instance.new("TextButton",foe_intro)
  21. continue.Name = "mommy!"
  22. continue.Visible = true
  23. continue.BackgroundColor3 = Color3.new(0,0,0)
  24. continue.BorderColor3 = Color3.new(170,0,0)
  25. continue.Size = UDim2.new(0,187,0,34)
  26. continue.Position = UDim2.new(0,0,0.812,0)
  27. continue.Font = 'GothamSemibold'
  28. continue.Text = "CLOSE"
  29. continue.TextColor3 = Color3.new(170,0,0)
  30. continue.TextScaled = true
  31.  
  32. local itxt = Instance.new("TextLabel",foe_intro)
  33. itxt.Name = "i_am_c00l"
  34. itxt.Visible = true
  35. itxt.BackgroundColor3 = Color3.new(0,0,0)
  36. itxt.BorderColor3 = Color3.new(170,0,0)
  37. itxt.Size = UDim2.new(0,187,0,103)
  38. itxt.Position = UDim2.new(0,0,0.243,0)
  39. itxt.Text = "Greetings, "..p.Name.."! GUI by Scripteria"
  40. itxt.TextColor3 = Color3.new(170,0,0)
  41. itxt.TextScaled = true
  42. itxt.Font = "Code"
  43.  
  44. local log0 = Instance.new("TextLabel",foe_intro)
  45. log0.Name = "spy"
  46. log0.Visible = true
  47. log0.BackgroundColor3 = Color3.new(0,0,0)
  48. log0.BorderColor3 = Color3.new(170,0,0)
  49. log0.Size = UDim2.new(0,187,0,44)
  50. log0.Position = UDim2.new(0,0,0,0)
  51. log0.Font = "Code"
  52. log0.Text = "===[[F.O.E]]==="
  53. log0.TextColor3 = Color3.new(170,0,0)
  54. log0.TextScaled = true
  55.  
  56. local opt = Instance.new("Frame",gui)
  57. opt.Name = "options"
  58. opt.Visible = false
  59. opt.BackgroundColor3 = Color3.new(0,0,0)
  60. opt.BorderColor3 = Color3.new(170,0,0)
  61. opt.Size = UDim2.new(0,160,0,281)
  62. opt.Position = UDim2.new(0.015,0,0.198,0)
  63. opt.Active = true
  64. opt.Draggable = true
  65.  
  66. local tit = Instance.new("TextLabel",opt)
  67. tit.Name = "title"
  68. tit.Visible = false
  69. tit.BackgroundColor3 = Color3.new(0,0,0)
  70. tit.BorderColor3 = Color3.new(170,0,0)
  71. tit.Size = UDim2.new(0,160,0,34)
  72. tit.Position = UDim2.new(0,0,0,0)
  73. tit.Font = "Bodoni"
  74. tit.Text = "=== [[ F.O.E ]] ==="
  75. tit.TextColor3 = Color3.new(170,0,0)
  76. tit.TextScaled = true
  77.  
  78. local set = Instance.new("Frame",opt)
  79. set.Name = "set" --no it's not settings
  80. set.Visible = false
  81. set.BackgroundColor3 = Color3.new(0,0,0)
  82. set.BorderColor3 = Color3.new(170,0,0)
  83. set.Size = UDim2.new(0,160,0,212)
  84. set.Position = UDim2.new(0,0,0.246,0)
  85.  
  86. local hme = Instance.new("TextLabel",set)
  87. hme.Name = "Clarence"
  88. hme.Visible = false
  89. hme.BackgroundColor3 = Color3.new(0,0,0)
  90. hme.BorderColor3 = Color3.new(170,0,0)
  91. hme.Size = UDim2.new(0,160,0,212)
  92. hme.Position = UDim2.new(0,0,0,0)
  93. hme.Font = "Code"
  94. hme.Text = "Click an option above (for example Home) to start using this GUI. Enjoy -"..p.Name.."!"
  95. hme.TextColor3 = Color3.new(170,0,0)
  96. hme.TextScaled = true
  97.  
  98. local home = Instance.new("TextButton",opt)
  99. home.Name = "bring me home daddy"
  100. home.Visible = false
  101. home.BackgroundColor3 = Color3.new(0,0,0)
  102. home.BorderColor3 = Color3.new(170,0,0)
  103. home.Size = UDim2.new(0,43,0,16)
  104. home.Position = UDim2.new(0,0,0.121,0)
  105. home.Font = "Code"
  106. home.Text = "Home"
  107. home.TextColor3 = Color3.new(170,0,0)
  108. home.TextScaled = true
  109.  
  110. local gane = Instance.new("TextButton",opt)
  111. gane.Name = "bring me home daddy"
  112. gane.Visible = false
  113. gane.BackgroundColor3 = Color3.new(0,0,0)
  114. gane.BorderColor3 = Color3.new(170,0,0)
  115. gane.Size = UDim2.new(0,43,0,16)
  116. gane.Position = UDim2.new(0.269,0,0.121,0)
  117. gane.Font = "Code"
  118. gane.Text = "Game"
  119. gane.TextColor3 = Color3.new(170,0,0)
  120. gane.TextScaled = true
  121.  
  122. local play = Instance.new("TextButton",opt)
  123. play.Name = "bring me home daddy"
  124. play.Visible = false
  125. play.BackgroundColor3 = Color3.new(0,0,0)
  126. play.BorderColor3 = Color3.new(170,0,0)
  127. play.Size = UDim2.new(0,43,0,16)
  128. play.Position = UDim2.new(0.538,0,0.121,0)
  129. play.Font = "Code"
  130. play.Text = "Me"
  131. play.TextColor3 = Color3.new(170,0,0)
  132. play.TextScaled = true
  133.  
  134. local gf = Instance.new("Frame",opt)
  135. gf.Name = "game_frame"
  136. gf.Visible = false
  137. gf.BackgroundColor3 = Color3.new(0,0,0)
  138. gf.BorderColor3 = Color3.new(170,0,0)
  139. gf.Size = UDim2.new(0,160,0,25)
  140. gf.Position = UDim2.new(0,0,0.246,0)
  141.  
  142. local fe_status = Instance.new("TextLabel",gf)
  143. fe_status.Name = "FE?"
  144. if gf.Visible == true then
  145.     fe_status.Visible = true
  146. end
  147. fe_status.BackgroundColor3 = Color3.new(0,0,0)
  148. fe_status.BorderColor3 = Color3.new(170,0,0)
  149. fe_status.Size = UDim2.new(0,160,0,31)
  150. fe_status.Position = UDim2.new(0,0,3.6,0)
  151. fe_status.Font = "Code"
  152. if game:GetService("Workspace").FilteringEnabled == true then
  153.     fe_status.Text = "FE Status: On"
  154. else
  155.     fe_status.Text = "FE Status: Off"
  156. end
  157. fe_status.TextColor3 = Color3.new(170,0,0)
  158. fe_status.TextScaled = true
  159.  
  160. local gft = Instance.new("TextLabel",gf)
  161. gft.Name = "title"
  162. if gf.Visible == true then
  163.     gft.Visible = true
  164. end
  165. gft.BackgroundColor3 = Color3.new(0,0,0)
  166. gft.BorderColor3 = Color3.new(170,0,0)
  167. gft.Size = UDim2.new(0,160,0,25)
  168. gft.Position = UDim2.new(0,0,0,0)
  169. gft.Font = "Code"
  170. gft.Text = "General/Games-Page"
  171. gft.TextColor3 = Color3.new(170,0,0)
  172. gft.TextScaled = true
  173.  
  174. local homie = Instance.new("Frame",opt)
  175. homie.Name = "home_frame"
  176. homie.Visible = false
  177. homie.BackgroundColor3 = Color3.new(0,0,0)
  178. homie.BorderColor3 = Color3.new(170,0,0)
  179. homie.Size = UDim2.new(0,160,0,212)
  180. homie.Position = UDim2.new(0,0,0.246,0)
  181.  
  182. local close = Instance.new("TextButton",homie)
  183. close.Name = "XXxXXx"
  184. if homie.Visible == true then
  185.     close.Visible = true
  186. end
  187. close.BackgroundColor3 = Color3.new(0,0,0)
  188. close.BorderColor3 = Color3.new(170,0,0)
  189. close.Size = UDim2.new(0,160,0,33)
  190. close.Position = UDim2.new(0,0,0.67,0)
  191. close.Font = "Code"
  192. close.Text = "Close" -- wow, I know, creative
  193. close.TextColor3 = Color3.new(170,0,0)
  194. close.TextScaled = true
  195.  
  196. local credits = Instance.new("TextButton",homie)
  197. credits.Name = "credits"
  198. if homie.Visible == true then
  199.     credits.Visible = true
  200. end
  201. credits.BackgroundColor3 = Color3.new(0,0,0)
  202. credits.BorderColor3 = Color3.new(170,0,0)
  203. credits.Size = UDim2.new(0,160,0,33)
  204. credits.Position = UDim2.new(0,0,0.179,0)
  205. credits.Font = "Code"
  206. credits.Text = "Credits"
  207. credits.TextColor3 = Color3.new(170,0,0)
  208. credits.TextScaled = true
  209.  
  210. local cr = Instance.new("TextButton",homie)
  211. cr.Name = "credits_kill"
  212. cr.Visible = false
  213. cr.BackgroundColor3 = Color3.new(0,0,0)
  214. cr.BorderColor3 = Color3.new(170,0,0)
  215. cr.Size = UDim2.new(0,160,0,33)
  216. cr.Position = UDim2.new(0,0,0.179,0)
  217. cr.Font = "Code"
  218. cr.Text = "Credits"
  219. cr.TextColor3 = Color3.new(170,0,0)
  220. cr.TextScaled = true
  221.  
  222. local mini = Instance.new("TextButton",homie)
  223. mini.Name = "minimise"
  224. if homie.Visible == true then
  225.     mini.Visible = true
  226. end
  227. mini.BackgroundColor3 = Color3.new(0,0,0)
  228. mini.BorderColor3 = Color3.new(170,0,0)
  229. mini.Size = UDim2.new(0,160,0,33)
  230. mini.Position = UDim2.new(0,0,0.42,0)
  231. mini.Font = "Code"
  232. mini.Text = "Minimise"
  233. mini.TextColor3 = Color3.new(170,0,0)
  234. mini.TextScaled = true
  235.  
  236. local mii = Instance.new("TextButton",gui)
  237. mii.Name = "maximise"
  238. mii.Visible = false
  239. mii.BackgroundColor3 = Color3.new(0,0,0)
  240. mii.BorderColor3 = Color3.new(170,0,0)
  241. mii.Size = UDim2.new(0,160,0,33)
  242. mii.Position = UDim2.new(0,0,0.42,0)
  243. mii.Font = "Code"
  244. mii.Text = "Maximise"
  245. mii.TextColor3 = Color3.new(170,0,0)
  246. mii.TextScaled = true
  247.  
  248. local tit2 = Instance.new("TextLabel",homie)
  249. tit2.Name = "title"
  250. if homie.Visible == true then
  251.     tit2.Visible = true
  252. end
  253. tit2.BackgroundColor3 = Color3.new(0,0,0)
  254. tit2.BorderColor3 = Color3.new(170,0,0)
  255. tit2.Size = UDim2.new(0,160,0,25)
  256. tit2.Position = UDim2.new(0,0,0,0)
  257. tit2.Font = "Code"
  258. tit2.Text = "Home-Page"
  259. tit2.TextColor3 = Color3.new(170,0,0)
  260. tit2.TextScaled = true
  261.  
  262. local pf = Instance.new("Frame",opt)
  263. pf.Name = "humanoid_frame"
  264. pf.Visible = false
  265. pf.BackgroundColor3 = Color3.new(0,0,0)
  266. pf.BorderColor3 = Color3.new(170,0,0)
  267. pf.Size = UDim2.new(0,160,0,212)
  268. pf.Position = UDim2.new(0,0,0.246,0)
  269.  
  270. local tit3 = Instance.new("TextLabel",pf)
  271. tit3.Name = "title"
  272. if pf.Visible == true then
  273.     tit3.Visible = true
  274. end
  275. tit3.BackgroundColor3 = Color3.new(0,0,0)
  276. tit3.BorderColor3 = Color3.new(170,0,0)
  277. tit3.Size = UDim2.new(0,160,0,25)
  278. tit3.Position = UDim2.new(0,0,0,0)
  279. tit3.Font = "Code"
  280. tit3.Text = "Humanoid-Page"
  281. tit3.TextColor3 = Color3.new(170,0,0)
  282. tit3.TextScaled = true
  283.  
  284. local ws = Instance.new("TextLabel",pf)
  285. ws.Name = "walkspeed_label"
  286. if pf.Visible == true then
  287.     ws.Visible = true
  288. end
  289. ws.BackgroundColor3 = Color3.new(0,0,0)
  290. ws.BorderColor3 = Color3.new(170,0,0)
  291. ws.Size = UDim2.new(0,160,0,23)
  292. ws.Position = UDim2.new(0,0,0.118,0)
  293. ws.Font = "Code"
  294. ws.TextColor3 = Color3.new(170,0,0)
  295. ws.TextScaled = true
  296.  
  297. local jp = Instance.new("TextLabel",pf)
  298. jp.Name = "jumppower_label"
  299. if pf.Visible == true then
  300.     jp.Visible = true
  301. end
  302. jp.BackgroundColor3 = Color3.new(0,0,0)
  303. jp.BorderColor3 = Color3.new(170,0,0)
  304. jp.Size = UDim2.new(0,160,0,23)
  305. jp.Position = UDim2.new(0,0,0.34,0)
  306. jp.Font = "Code"
  307. jp.TextColor3 = Color3.new(170,0,0)
  308. jp.TextScaled = true
  309.  
  310. local hp = Instance.new("TextLabel",pf)
  311. hp.Name = "health_label"
  312. if pf.Visible == true then
  313.     hp.Visible = true
  314. end
  315. hp.BackgroundColor3 = Color3.new(0,0,0)
  316. hp.BorderColor3 = Color3.new(170,0,0)
  317. hp.Size = UDim2.new(0,80,0,23)
  318. hp.Position = UDim2.new(0,0,0.561,0)
  319. hp.Font = "Code"
  320. hp.TextColor3 = Color3.new(170,0,0)
  321. hp.TextScaled = true
  322.  
  323. local mh = Instance.new("TextLabel",pf)
  324. mh.Name = "max_health_label"
  325. if pf.Visible == true then
  326.     mh.Visible = true
  327. end
  328. mh.BackgroundColor3 = Color3.new(0,0,0)
  329. mh.BorderColor3 = Color3.new(170,0,0)
  330. mh.Size = UDim2.new(0,80,0,23)
  331. mh.Position = UDim2.new(0.5,0,0.561,0)
  332. mh.Font = "Code"
  333. mh.TextColor3 = Color3.new(170,0,0)
  334. mh.TextScaled = true
  335.  
  336. local name = Instance.new("TextLabel",pf)
  337. name.Name = "insert[username]"
  338. if pf.Visible == true then
  339.     name.Visible = true
  340. end
  341. name.BackgroundColor3 = Color3.new(0,0,0)
  342. name.BorderColor3 = Color3.new(170,0,0)
  343. name.Size = UDim2.new(0,160,0,22)
  344. name.Position = UDim2.new(0,0,0.896,0)
  345. name.Font = "Fantasy"
  346. name.Text = "Name: "..p.Name
  347. name.TextColor3 = Color3.new(170,0,0)
  348. name.TextScaled = true
  349.  
  350. local wsp = Instance.new("TextButton",pf)
  351. wsp.Name = "walkspeed_add"
  352. if pf.Visible == true then
  353.     wsp.Visible = true
  354. end
  355. wsp.BackgroundColor3 = Color3.new(0,0,0)
  356. wsp.BorderColor3 = Color3.new(170,0,0)
  357. wsp.Size = UDim2.new(0,80,0,24)
  358. wsp.Position = UDim2.new(0,0,0.226,0)
  359. wsp.Font = "Code"
  360. wsp.Text = "+10"
  361. wsp.TextColor3 = Color3.new(170,0,0)
  362. wsp.TextScaled = true
  363.  
  364. local wst = Instance.new("TextButton",pf)
  365. wst.Name = "walkspeed_take"
  366. if pf.Visible == true then
  367.     wst.Visible = true
  368. end
  369. wst.BackgroundColor3 = Color3.new(0,0,0)
  370. wst.BorderColor3 = Color3.new(170,0,0)
  371. wst.Size = UDim2.new(0,80,0,24)
  372. wst.Position = UDim2.new(0.5,0,0.226,0)
  373. wst.Font = "Code"
  374. wst.Text = "-10"
  375. wst.TextColor3 = Color3.new(170,0,0)
  376. wst.TextScaled = true
  377.  
  378. local jpp = Instance.new("TextButton",pf)
  379. jpp.Name = "jumppower_add"
  380. if pf.Visible == true then
  381.     jpp.Visible = true
  382. end
  383. jpp.BackgroundColor3 = Color3.new(0,0,0)
  384. jpp.BorderColor3 = Color3.new(170,0,0)
  385. jpp.Size = UDim2.new(0,80,0,24)
  386. jpp.Position = UDim2.new(0,0,0.448,0)
  387. jpp.Font = "Code"
  388. jpp.Text = "+10"
  389. jpp.TextColor3 = Color3.new(170,0,0)
  390. jpp.TextScaled = true
  391.  
  392. local jpt = Instance.new("TextButton",pf)
  393. jpt.Name = "jumppower_take"
  394. if pf.Visible == true then
  395.     jpt.Visible = true
  396. end
  397. jpt.BackgroundColor3 = Color3.new(0,0,0)
  398. jpt.BorderColor3 = Color3.new(170,0,0)
  399. jpt.Size = UDim2.new(0,80,0,24)
  400. jpt.Position = UDim2.new(0.5,0,0.448,0)
  401. jpt.Font = "Code"
  402. jpt.Text = "+10"
  403. jpt.TextColor3 = Color3.new(170,0,0)
  404. jpt.TextScaled = true
  405.  
  406. local hpp = Instance.new("TextButton",pf)
  407. hpp.Name = "health_add"
  408. if pf.Visible == true then
  409.     hpp.Visible = true
  410. end
  411. hpp.BackgroundColor3 = Color3.new(0,0,0)
  412. hpp.BorderColor3 = Color3.new(170,0,0)
  413. hpp.Size = UDim2.new(0,80,0,24)
  414. hpp.Position = UDim2.new(0,0,0.67,0)
  415. hpp.Font = "Code"
  416. hpp.Text = "+10"
  417. hpp.TextColor3 = Color3.new(170,0,0)
  418. hpp.TextScaled = true
  419.  
  420. local hpt = Instance.new("TextButton",pf)
  421. hpt.Name = "health_take"
  422. if pf.Visible == true then
  423.     hpt.Visible = true
  424. end
  425. hpt.BackgroundColor3 = Color3.new(0,0,0)
  426. hpt.BorderColor3 = Color3.new(170,0,0)
  427. hpt.Size = UDim2.new(0,80,0,24)
  428. hpt.Position = UDim2.new(0,0,0.783,0)
  429. hpt.Font = "Code"
  430. hpt.Text = "-10"
  431. hpt.TextColor3 = Color3.new(170,0,0)
  432. hpt.TextScaled = true
  433.  
  434. local mhp = Instance.new("TextButton",pf)
  435. mhp.Name = "maxhealth_add"
  436. if pf.Visible == true then
  437.     mhp.Visible = true
  438. end
  439. mhp.BackgroundColor3 = Color3.new(0,0,0)
  440. mhp.BorderColor3 = Color3.new(170,0,0)
  441. mhp.Size = UDim2.new(0,80,0,24)
  442. mhp.Position = UDim2.new(0.5,0,0.67,0)
  443. mhp.Font = "Code"
  444. mhp.Text = "+10"
  445. mhp.TextColor3 = Color3.new(170,0,0)
  446. mhp.TextScaled = true
  447.  
  448. local mht = Instance.new("TextButton",pf)
  449. mht.Name = "maxhealth_take"
  450. if pf.Visible == true then
  451.     mht.Visible = true
  452. end
  453. mht.BackgroundColor3 = Color3.new(0,0,0)
  454. mht.BorderColor3 = Color3.new(170,0,0)
  455. mht.Size = UDim2.new(0,80,0,24)
  456. mht.Position = UDim2.new(0.5,0,0.783,0)
  457. mht.Font = "Code"
  458. mht.Text = "-10"
  459. mht.TextColor3 = Color3.new(170,0,0)
  460. mht.TextScaled = true
  461.  
  462. local moto = Instance.new("TextLabel",opt)
  463. moto.Name = "title"
  464. if opt.Visible == true then
  465.     moto.Visible = true
  466. end
  467. moto.BackgroundColor3 = Color3.new(0,0,0)
  468. moto.BorderColor3 = Color3.new(170,0,0)
  469. moto.Size = UDim2.new(0,160,0,34)
  470. moto.Position = UDim2.new(0,0,0,0)
  471. moto.Font = "GothamSemibold"
  472. moto.Text = "=== [[ F.O.E ]] ==="
  473. moto.TextColor3 = Color3.new(170,0,0)
  474. moto.TextScaled = true
  475.  
  476. local creditz = Instance.new("TextLabel",gui)
  477. creditz.Name = "idk"
  478. creditz.Visible = false
  479. creditz.BackgroundColor3 = Color3.new(0,0,0)
  480. creditz.BorderColor3 = Color3.new(170,0,0)
  481. creditz.Size = UDim2.new(0,281,0,69)
  482. creditz.Position = UDim2.new(0,0,0,0)
  483. creditz.Font = "Code"
  484. creditz.Text = "GUI made by Scripteria, thank you, "..p.Name.."!"
  485. creditz.TextColor3 = Color3.new(170,0,0)
  486. creditz.TextScaled = true
  487.  
  488. continue.MouseButton1Down:Connect(function()
  489.     foe_intro:Destroy()
  490.     opt.Visible = true
  491.     set.Visible = true
  492.     hme.Visible = true
  493.     gane.Visible = true
  494.     home.Visible = true
  495.     play.Visible = true
  496.     moto.Visible = true
  497. end)
  498.  
  499. home.MouseButton1Down:Connect(function()
  500.     homie.Visible = true
  501.     set.Visible = false
  502.     gf.Visible = false
  503.     pf.Visible = false
  504. end)
  505.  
  506. gane.MouseButton1Down:Connect(function()
  507.     homie.Visible = false
  508.     set.Visible = false
  509.     gf.Visible = true
  510.     pf.Visible = false
  511. end)
  512.  
  513. play.MouseButton1Down:Connect(function()
  514.     set.Visible = false
  515.     gf.Visible = false
  516.     homie.Visible = false
  517.     pf.Visible = true
  518. end)
  519.  
  520. if set.Visible == true then
  521.     hme.Visible = true
  522. end
  523.  
  524. credits.MouseButton1Down:Connect(function()
  525.     creditz.Visible = true
  526.     cr.Visible = true
  527.     credits.Visible = false
  528. end)
  529.  
  530. cr.MouseButton1Down:Connect(function()
  531.     creditz.Visible = false
  532.     cr.Visible = false
  533.     credits.Visible = true
  534. end)
  535.  
  536. close.MouseButton1Down:Connect(function()
  537.     opt:Destroy()
  538. end)
  539.  
  540. mini.MouseButton1Down:Connect(function()
  541.     opt.Visible = false
  542.     mii.Visible = true
  543. end)
  544.  
  545. mii.MouseButton1Down:Connect(function()
  546.     opt.Visible = true
  547.     mii.Visible = false
  548. end)
  549.  
  550. wsp.MouseButton1Down:Connect(function()
  551.     p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
  552. end)
  553.  
  554. wst.MouseButton1Down:Connect(function()
  555.     p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed - 10
  556. end)
  557.  
  558. jpp.MouseButton1Down:Connect(function()
  559.     p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower + 10
  560. end)
  561.  
  562. jpt.MouseButton1Down:Connect(function()
  563.     p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower - 10
  564. end)
  565.  
  566. hpp.MouseButton1Down:Connect(function()
  567.     p.Character.Humanoid.Health = p.Character.Humanoid.Health + 10
  568. end)
  569.  
  570. hpt.MouseButton1Down:Connect(function()
  571.     p.Character.Humanoid.Health = p.Character.Humanoid.Health - 10
  572. end)
  573.  
  574. mhp.MouseButton1Down:Connect(function()
  575.     p.Character.Humanoid.MaxHealth = p.Character.Humanoid.MaxHealth + 10
  576. end)
  577.  
  578. mht.MouseButton1Down:Connect(function()
  579.     p.Character.Humanoid.MaxHealth = p.Character.Humanoid.MaxHealth - 10
  580. end)
  581.  
  582. while true do
  583.     wait(0.1)
  584.     ws.Text = "WalkSpeed:"..p.Character.Humanoid.WalkSpeed
  585.     jp.Text = "JumpPower:"..p.Character.Humanoid.JumpPower
  586.     hp.Text = "Health:"..p.Character.Humanoid.Health
  587.     mh.Text = "MaxHealth:"..p.Character.Humanoid.MaxHealth
  588. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement