ultrascreamboss

Pet Ranch Simulator 2 Hack (NOT MY SCRIPT)

Feb 22nd, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.04 KB | None | 0 0
  1. -- credits:TEOHACKSYT
  2. -- NAME4YOU#1192 (for making Gamepasses script & Teleport Pet script)
  3. -- and who made the script
  4.  
  5. -- Instance:
  6. local plr = game.Players.LocalPlayer.Name
  7. local statdisplay = game.ReplicatedStorage[plr.."StatDisplay"]
  8.  
  9. -- Fungsi
  10. Open = false
  11. AFKMODE = false
  12. tlol = false
  13. pete = false
  14. ewe = false
  15. puki = false
  16. mekis = false
  17. kntols = false
  18. pukise = false
  19. mekiser = false
  20. regix = false
  21. mmk = false
  22. kntle = false
  23.  
  24.  
  25. -- Instances:
  26. local Petkeran = Instance.new("ScreenGui")
  27. local Frame = Instance.new("Frame")
  28. local judul = Instance.new("TextLabel")
  29. local OG = Instance.new("TextButton")
  30. local AF = Instance.new("TextButton")
  31. local RB = Instance.new("TextButton")
  32. local GMPS = Instance.new("TextButton")
  33. local Equiped = Instance.new("TextButton")
  34. local TPETS = Instance.new("TextButton")
  35. local Basic = Instance.new("TextButton")
  36. local Elist = Instance.new("ScrollingFrame")
  37. local T1 = Instance.new("TextButton")
  38. local T2 = Instance.new("TextButton")
  39. local T3 = Instance.new("TextButton")
  40. local T4 = Instance.new("TextButton")
  41. local T5 = Instance.new("TextButton")
  42. local Regg = Instance.new("TextButton")
  43. local Basic_2 = Instance.new("Frame")
  44. local WS = Instance.new("TextButton")
  45. local JP = Instance.new("TextButton")
  46. local WST = Instance.new("TextBox")
  47. local JPT = Instance.new("TextBox")
  48. --Properties:
  49. Petkeran.Name = "Petkeran"
  50. Petkeran.Parent = game.CoreGui
  51.  
  52. Frame.Parent = Petkeran
  53. Frame.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  54. Frame.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  55. Frame.BorderSizePixel = 3
  56. Frame.Position = UDim2.new(0.302752286, 0, 0.280523241, 0)
  57. Frame.Size = UDim2.new(0, 427, 0, 338)
  58. Frame.Active = true
  59. Frame.Draggable = true
  60.  
  61. judul.Name = "judul"
  62. judul.Parent = Frame
  63. judul.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  64. judul.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  65. judul.BorderSizePixel = 4
  66. judul.Position = UDim2.new(0, 0, -0.000834267528, 0)
  67. judul.Size = UDim2.new(0, 427, 0, 48)
  68. judul.Font = Enum.Font.GothamBold
  69. judul.Text = "Pet Ranch Simulator"
  70. judul.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  71. judul.TextSize = 31
  72.  
  73. OG.Name = "OG"
  74. OG.Parent = Frame
  75. OG.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  76. OG.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  77. OG.BorderSizePixel = 4
  78. OG.Position = UDim2.new(0.0163934417, 0, 0.204142019, 0)
  79. OG.Size = UDim2.new(0, 159, 0, 48)
  80. OG.Font = Enum.Font.GothamBold
  81. OG.Text = "OpenEgg"
  82. OG.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  83. OG.TextSize = 21
  84. OG.MouseButton1Down:connect(function()
  85.  
  86. if Open == true then
  87. Open = false
  88. OG.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  89. Elist.Visible = false
  90. else
  91. Open = true
  92. OG.BackgroundColor3 = Color3.new(40, 127, 71)
  93. Elist.Visible = true
  94. end
  95. end)
  96.  
  97. AF.Name = "AF"
  98. AF.Parent = Frame
  99. AF.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  100. AF.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  101. AF.BorderSizePixel = 4
  102. AF.Position = UDim2.new(0.0163934417, 0, 0.396449685, 0)
  103. AF.Size = UDim2.new(0, 159, 0, 48)
  104. AF.Font = Enum.Font.GothamBold
  105. AF.Text = "AntiAFK"
  106. AF.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  107. AF.TextSize = 21
  108. AF.MouseButton1Down:connect(function()
  109.  
  110. if AFKMODE == true then
  111. AFKMODE = false
  112. AF.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  113. else
  114. AFKMODE = true
  115. AF.BackgroundColor3 = Color3.new(40, 127, 71)
  116. local VirtualUser=game:service'VirtualUser'
  117. game:service'Players'.LocalPlayer.Idled:connect(function()
  118. VirtualUser:CaptureController()
  119. VirtualUser:ClickButton2(Vector2.new())
  120. end)
  121. end
  122. end)
  123.  
  124. RB.Name = "RB"
  125. RB.Parent = Frame
  126. RB.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  127. RB.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  128. RB.BorderSizePixel = 4
  129. RB.Position = UDim2.new(0.313817322, 0, 0.831360877, 0)
  130. RB.Size = UDim2.new(0, 159, 0, 48)
  131. RB.Font = Enum.Font.GothamBold
  132. RB.Text = "Rainbow"
  133. RB.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  134. RB.TextSize = 21
  135. RB.MouseButton1Down:connect(function()
  136.  
  137. if Rainbow == true then
  138. Rainbow = false
  139. RB.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  140. else
  141. Rainbow = true
  142. RB.BackgroundColor3 = Color3.new(40, 127, 71)
  143. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  144. local counter1 = 1
  145. while wait(0.1) do
  146. Frame.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  147. Basic.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  148. Elist.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  149. OG.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  150. AF.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  151. Equiped.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  152. TPETS.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  153. RB.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  154. GMPS.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  155. judul.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  156. WST.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  157. WS.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  158. JP.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  159. JPT.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  160. T1.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  161. T2.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  162. T3.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  163. T4.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  164. T5.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  165. Regg.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  166. counter1 = counter1 + 0.01
  167. end
  168. end
  169. end)
  170.  
  171. GMPS.Name = "GMPS"
  172. GMPS.Parent = Frame
  173. GMPS.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  174. GMPS.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  175. GMPS.BorderSizePixel = 4
  176. GMPS.Position = UDim2.new(0.0163934268, 0, 0.588757336, 0)
  177. GMPS.Size = UDim2.new(0, 159, 0, 48)
  178. GMPS.Font = Enum.Font.GothamBold
  179. GMPS.Text = "GamePass"
  180. GMPS.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  181. GMPS.TextSize = 21
  182. GMPS.MouseButton1Down:connect(function()
  183.  
  184. if tlol == true then
  185. tlol = false
  186. GMPS.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  187. statdisplay["Gamepass_2xCoins"].Value = false
  188. statdisplay["Rebirth Token"].Value = false
  189. statdisplay["Gamepass_Lucky"].Value = false
  190. else
  191. tlol = true
  192. GMPS.BackgroundColor3 = Color3.new(40, 127, 71)
  193. statdisplay["Gamepass_2xCoins"].Value = true
  194. statdisplay["Rebirth Token"].Value = true
  195. statdisplay["Gamepass_Lucky"].Value = true
  196. end
  197. end)
  198.  
  199. Equiped.Name = "Equiped"
  200. Equiped.Parent = Frame
  201. Equiped.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  202. Equiped.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  203. Equiped.BorderSizePixel = 4
  204. Equiped.Position = UDim2.new(0.608899295, 0, 0.204141945, 0)
  205. Equiped.Size = UDim2.new(0, 159, 0, 48)
  206. Equiped.Font = Enum.Font.GothamBold
  207. Equiped.Text = "MaxPet"
  208. Equiped.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  209. Equiped.TextSize = 21
  210. Equiped.MouseButton1Down:connect(function()
  211.  
  212. if pete == true then
  213. pete = false
  214. Equiped.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  215. else
  216. pete = true
  217. Equiped.BackgroundColor3 = Color3.new(40, 127, 71)
  218. Equiplel()
  219. end
  220. end)
  221.  
  222. TPETS.Name = "TPETS"
  223. TPETS.Parent = Frame
  224. TPETS.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  225. TPETS.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  226. TPETS.BorderSizePixel = 4
  227. TPETS.Position = UDim2.new(0.608899295, 0, 0.396449625, 0)
  228. TPETS.Size = UDim2.new(0, 159, 0, 48)
  229. TPETS.Font = Enum.Font.GothamBold
  230. TPETS.Text = "TPPetsToYou"
  231. TPETS.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  232. TPETS.TextSize = 21
  233. TPETS.MouseButton1Down:connect(function()
  234.  
  235. if ewe == true then
  236. ewe = false
  237. TPETS.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  238. else
  239. ewe = true
  240. TPETS.BackgroundColor3 = Color3.new(40, 127, 71)
  241. Tepepet()
  242. end
  243. end)
  244.  
  245. Basic.Name = "Basic"
  246. Basic.Parent = Frame
  247. Basic.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  248. Basic.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  249. Basic.BorderSizePixel = 4
  250. Basic.Position = UDim2.new(0.608899295, 0, 0.588757336, 0)
  251. Basic.Size = UDim2.new(0, 159, 0, 48)
  252. Basic.Font = Enum.Font.GothamBold
  253. Basic.Text = "LocalCharacter"
  254. Basic.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  255. Basic.TextSize = 21
  256. Basic.MouseButton1Down:connect(function()
  257.  
  258. if mmk == true then
  259. mmk = false
  260. Basic.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  261. Basic_2.Visible = false
  262. else
  263. mmk = true
  264. Basic.BackgroundColor3 = Color3.new(40, 127, 71)
  265. Basic_2.Visible = true
  266. end
  267. end)
  268.  
  269. Elist.Name = "Elist"
  270. Elist.Parent = Frame
  271. Elist.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  272. Elist.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  273. Elist.BorderSizePixel = 4
  274. Elist.Position = UDim2.new(-0.477751762, 0, -9.31322575e-10, 0)
  275. Elist.Size = UDim2.new(0, 190, 0, 338)
  276. Elist.Visible = false
  277.  
  278. T1.Name = "T1"
  279. T1.Parent = Elist
  280. T1.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  281. T1.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  282. T1.BorderSizePixel = 4
  283. T1.Position = UDim2.new(0.0789473727, 0, 0.00739645027, 0)
  284. T1.Size = UDim2.new(0, 145, 0, 42)
  285. T1.Font = Enum.Font.GothamBold
  286. T1.Text = "Tier1"
  287. T1.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  288. T1.TextSize = 31
  289. T1.MouseButton1Down:connect(function()
  290.  
  291. if puki == true then
  292. puki = false
  293. T1.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  294. else
  295. puki = true
  296. T1.BackgroundColor3 = Color3.new(40, 127, 71)
  297. while puki do
  298. wait()
  299. local tbl_main =
  300. {
  301. "BuyEgg",
  302. "Tier1Egg"
  303. }
  304. game:GetService("ReplicatedStorage").RemoteFunctions.MainRemoteFunction:InvokeServer(unpack(tbl_main))
  305. end
  306. end
  307. end)
  308.  
  309. T2.Name = "T2"
  310. T2.Parent = Elist
  311. T2.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  312. T2.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  313. T2.BorderSizePixel = 4
  314. T2.Position = UDim2.new(0.0789473727, 0, 0.0902366862, 0)
  315. T2.Size = UDim2.new(0, 145, 0, 42)
  316. T2.Font = Enum.Font.GothamBold
  317. T2.Text = "Tier2"
  318. T2.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  319. T2.TextSize = 31
  320. T2.MouseButton1Down:connect(function()
  321.  
  322. if mekis == true then
  323. mekis = false
  324. T2.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  325. else
  326. mekis = true
  327. T2.BackgroundColor3 = Color3.new(40, 127, 71)
  328. while mekis do
  329. wait()
  330. local tbl_main =
  331. {
  332. "BuyEgg",
  333. "Tier2Egg"
  334. }
  335. game:GetService("ReplicatedStorage").RemoteFunctions.MainRemoteFunction:InvokeServer(unpack(tbl_main))
  336. end
  337. end
  338. end)
  339.  
  340. T3.Name = "T3"
  341. T3.Parent = Elist
  342. T3.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  343. T3.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  344. T3.BorderSizePixel = 4
  345. T3.Position = UDim2.new(0.0789473727, 0, 0.17159763, 0)
  346. T3.Size = UDim2.new(0, 145, 0, 42)
  347. T3.Font = Enum.Font.GothamBold
  348. T3.Text = "Tier3"
  349. T3.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  350. T3.TextSize = 31
  351. T3.MouseButton1Down:connect(function()
  352.  
  353. if kntols == true then
  354. kntols = false
  355. T3.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  356. else
  357. kntols = true
  358. T3.BackgroundColor3 = Color3.new(40, 127, 71)
  359. while kntols do
  360. wait()
  361. local tbl_main =
  362. {
  363. "BuyEgg",
  364. "Tier3Egg"
  365. }
  366. game:GetService("ReplicatedStorage").RemoteFunctions.MainRemoteFunction:InvokeServer(unpack(tbl_main))
  367. end
  368. end
  369. end)
  370.  
  371. T4.Name = "T4"
  372. T4.Parent = Elist
  373. T4.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  374. T4.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  375. T4.BorderSizePixel = 4
  376. T4.Position = UDim2.new(0.0789473727, 0, 0.251479298, 0)
  377. T4.Size = UDim2.new(0, 145, 0, 42)
  378. T4.Font = Enum.Font.GothamBold
  379. T4.Text = "Tier4"
  380. T4.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  381. T4.TextSize = 31
  382. T4.MouseButton1Down:connect(function()
  383.  
  384. if pukise == true then
  385. pukise = false
  386. T4.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  387. else
  388. pukise = true
  389. T4.BackgroundColor3 = Color3.new(40, 127, 71)
  390. while pukise do
  391. wait()
  392. local tbl_main =
  393. {
  394. "BuyEgg",
  395. "Tier4Egg"
  396. }
  397. game:GetService("ReplicatedStorage").RemoteFunctions.MainRemoteFunction:InvokeServer(unpack(tbl_main))
  398. end
  399. end
  400. end)
  401.  
  402. T5.Name = "T5"
  403. T5.Parent = Elist
  404. T5.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  405. T5.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  406. T5.BorderSizePixel = 4
  407. T5.Position = UDim2.new(0.0789473727, 0, 0.331360936, 0)
  408. T5.Size = UDim2.new(0, 145, 0, 42)
  409. T5.Font = Enum.Font.GothamBold
  410. T5.Text = "Tier5"
  411. T5.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  412. T5.TextSize = 31
  413. T5.MouseButton1Down:connect(function()
  414.  
  415. if mekiser == true then
  416. mekiser = false
  417. T5.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  418. else
  419. mekiser = true
  420. T5.BackgroundColor3 = Color3.new(40, 127, 71)
  421. while mekiser do
  422. wait()
  423. local tbl_main =
  424. {
  425. "BuyEgg",
  426. "Tier5Egg"
  427. }
  428. game:GetService("ReplicatedStorage").RemoteFunctions.MainRemoteFunction:InvokeServer(unpack(tbl_main))
  429. end
  430. end
  431. end)
  432.  
  433. Regg.Name = "Regg"
  434. Regg.Parent = Elist
  435. Regg.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  436. Regg.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  437. Regg.BorderSizePixel = 4
  438. Regg.Position = UDim2.new(0.0789473727, 0, 0.41420117, 0)
  439. Regg.Size = UDim2.new(0, 145, 0, 42)
  440. Regg.Font = Enum.Font.GothamBold
  441. Regg.Text = "RebirthEgg"
  442. Regg.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  443. Regg.TextSize = 21
  444. Regg.MouseButton1Down:connect(function()
  445.  
  446. if regix == true then
  447. regix = false
  448. Regg.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  449. else
  450. regix = true
  451. Regg.BackgroundColor3 = Color3.new(40, 127, 71)
  452. while puki do
  453. wait()
  454. local tbl_main =
  455. {
  456. "BuyEgg",
  457. "RebirthEgg"
  458. }
  459. game:GetService("ReplicatedStorage").RemoteFunctions.MainRemoteFunction:InvokeServer(unpack(tbl_main))
  460. end
  461. end
  462. end)
  463.  
  464. Basic_2.Name = "Basic"
  465. Basic_2.Parent = Frame
  466. Basic_2.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  467. Basic_2.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  468. Basic_2.BorderSizePixel = 4
  469. Basic_2.Position = UDim2.new(1.02576113, 0, 0, 0)
  470. Basic_2.Size = UDim2.new(0, 158, 0, 339)
  471. Basic_2.Visible = false
  472.  
  473. WS.Name = "WS"
  474. WS.Parent = Basic_2
  475. WS.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  476. WS.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  477. WS.BorderSizePixel = 4
  478. WS.Position = UDim2.new(0.0796844885, 0, 0.227740899, 0)
  479. WS.Size = UDim2.new(0, 131, 0, 48)
  480. WS.Font = Enum.Font.GothamBold
  481. WS.Text = "WalkSpeed"
  482. WS.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  483. WS.TextSize = 21
  484. WS.MouseButton1Down:connect(function()
  485.  
  486. if kntle == true then
  487. kntle = false
  488. WS.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  489. else
  490. kntle = true
  491. WS.BackgroundColor3 = Color3.new(40, 127, 71)
  492. local x = WST.Text
  493. game.workspace[game.Players.LocalPlayer.Name].Humanoid.WalkSpeed = x
  494. end
  495. end)
  496.  
  497. JP.Name = "JP"
  498. JP.Parent = Basic_2
  499. JP.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  500. JP.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  501. JP.BorderSizePixel = 4
  502. JP.Position = UDim2.new(0.0796844885, 0, 0.782313168, 0)
  503. JP.Size = UDim2.new(0, 131, 0, 48)
  504. JP.Font = Enum.Font.GothamBold
  505. JP.Text = "JumpPower"
  506. JP.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  507. JP.TextSize = 21
  508. JP.MouseButton1Down:connect(function()
  509.  
  510. if eeq == true then
  511. eeq = false
  512. JP.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  513. else
  514. eeq = true
  515. JP.BackgroundColor3 = Color3.new(40, 127, 71)
  516. local c = JPT.Text
  517. game.workspace[game.Players.LocalPlayer.Name].Humanoid.JumpHeight = c
  518. end
  519. end)
  520.  
  521. WST.Name = "WST"
  522. WST.Parent = Basic_2
  523. WST.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  524. WST.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  525. WST.BorderSizePixel = 3
  526. WST.Position = UDim2.new(0.0759493634, 0, 0.0324483775, 0)
  527. WST.Size = UDim2.new(0, 132, 0, 50)
  528. WST.Font = Enum.Font.GothamBold
  529. WST.Text = "160"
  530. WST.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  531. WST.TextSize = 31
  532.  
  533. JPT.Name = "JPT"
  534. JPT.Parent = Basic_2
  535. JPT.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  536. JPT.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  537. JPT.BorderSizePixel = 3
  538. JPT.Position = UDim2.new(0.0696202517, 0, 0.587020636, 0)
  539. JPT.Size = UDim2.new(0, 132, 0, 50)
  540. JPT.Font = Enum.Font.GothamBold
  541. JPT.Text = "15"
  542. JPT.TextColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  543. JPT.TextSize = 31
  544. -- Scripts:
  545.  
  546. -- Pet
  547.  
  548. function Equiplel()
  549. for _,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.CenterUIFrame.PetInventory.PetInventoryInnerFrame.PetInventoryScrollingFrame:GetChildren()) do
  550. game:GetService("ReplicatedStorage").RemoteFunctions.MainRemoteFunction:InvokeServer("CreatePet", v.Name)
  551. end
  552. end
  553.  
  554. -- TepePet
  555.  
  556. function Tepepet()
  557. while ewe do
  558. for _,v in pairs(game.Workspace:GetChildren()) do
  559. if v.ClassName == "MeshPart" then
  560. v.Anchored = true
  561. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector * 3
  562. end
  563. end
  564. end
  565. end
Add Comment
Please, Sign In to add comment