epicllllllllllllllll

become animal gui 4nn1s place only

Jan 19th, 2025 (edited)
157
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.48 KB | None | 0 0
  1. local plrs = game:GetService("Players")
  2. local plr = plrs.LocalPlayer
  3. local screenGui = Instance.new("ScreenGui", plr:WaitForChild("PlayerGui"))
  4.  
  5. local button1 = Instance.new("TextButton")
  6. button1.Size = UDim2.new(0, 100, 0, 50)
  7. button1.Position = UDim2.new(0.1, 0, 0.1, 0)
  8. button1.Text = "turn into muffy"
  9. button1.Parent = screenGui
  10.  
  11. local button2 = Instance.new("TextButton")
  12. button2.Size = UDim2.new(0, 100, 0, 50)
  13. button2.Position = UDim2.new(0.1, 0, 0.2, 0)
  14. button2.Text = "turn into doge"
  15. button2.Parent = screenGui
  16.  
  17. local button3 = Instance.new("TextButton")
  18. button3.Size = UDim2.new(0, 100, 0, 50)
  19. button3.Position = UDim2.new(0.1, 0, 0.3, 0)
  20. button3.Text = "turn into socky"
  21. button3.Parent = screenGui
  22.  
  23. -- Button 1 Click Event
  24. button1.MouseButton1Click:Connect(function()
  25. print("re execute if you die")
  26. local plrs = game:GetService("Players")
  27. local plr = plrs.LocalPlayer
  28. local char = plr.Character
  29. local hrp = char.HumanoidRootPart
  30. local pname = plr.Name
  31. local nname = "muffy" -- change cat if you want
  32. local ccat = Instance.new("StringValue")
  33. local tname = ""
  34.  
  35.  
  36. -- Settings
  37.  
  38. local serverexp_oncontrol = false
  39.  
  40. -- Value checks
  41.  
  42. local check1 = false
  43. local dcheck = false
  44. local dcheck2 = false
  45. local breakc = false
  46.  
  47. game:GetService("RunService").Stepped:Connect(function()
  48. if game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.L) then
  49. for _, v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  50. if v:IsA("BasePart") then
  51. v.CanCollide = false
  52. end
  53. end
  54. end
  55. end)
  56.  
  57. function antikill()
  58. local char = plr.Character
  59. local LT = char:FindFirstChild("LowerTorso")
  60.  
  61. if LT then
  62. char.RightHand:Destroy()
  63. else
  64. char["Right Arm"]:Destroy()
  65. end
  66. end
  67.  
  68. function control_cat()
  69. local char = plr.Character
  70. local hrp = char.HumanoidRootPart
  71.  
  72. function clearff()
  73. if char:FindFirstChild("ForceField") then
  74. char.ForceField:Destroy()
  75. end
  76. end
  77.  
  78. function invisible_2()
  79. local tool = plr.Backpack:FindFirstChild("InvisibilityCloak")
  80. tool.Parent = plr.Character
  81. tool:Activate()
  82. tool.Parent = plr.Backpack
  83. wait(2)
  84. tool.Parent = plr.Character
  85. tool.Handle:Destroy()
  86. tool.Script:Destroy()
  87. tool.Parent = plr.Backpack
  88. end
  89.  
  90. function OnCatDied()
  91. dcheck = true
  92. local h = Instance.new("Humanoid", char)
  93. char.HumanoidRootPart.bp:Destroy()
  94. game.Players.LocalPlayer.Character = char
  95. char:BreakJoints()
  96. game.Players.LocalPlayer.Character = game.Workspace[nname]
  97. end
  98.  
  99. function addforce_2()
  100. local npc = plr.Character
  101. local bp = Instance.new("BodyPosition", npc.HumanoidRootPart)
  102. bp.Name = "bp"
  103. bp.MaxForce = Vector3.new(10000, 10000, 10000)
  104. bp.D = 200
  105. bp.P = 20000
  106. end
  107.  
  108. function addforcemain_2()
  109. addforce_2()
  110. wait(0.01)
  111. local char = game.Workspace[nname]
  112. ccat.Value = char.Name
  113. local tr = char.Torso
  114. local npc = plr.Character
  115. local bp = npc.HumanoidRootPart.bp
  116. plr.Character = char
  117. npc.Humanoid:Destroy()
  118. for i, v in next, npc:GetDescendants() do
  119. if v:IsA("BasePart") then
  120. v.CanCollide = false
  121. end
  122. end
  123. while true do
  124. bp.Position = tr.Position
  125. npc.HumanoidRootPart.Velocity = tr.Velocity
  126. wait(0.01)
  127. if not game.Workspace:FindFirstChild(nname) then
  128. OnCatDied()
  129. end
  130. end
  131. end
  132.  
  133. function rkey()
  134. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
  135. if key == "r" and dcheck == false then
  136. if serverexp_oncontrol == true then
  137. for i, v in pairs(game:GetService("Workspace")[" "]:GetChildren()) do
  138. firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 0)
  139. firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 1)
  140. end
  141. else
  142. game.Workspace[ccat.Value].Head:Destroy()
  143. end
  144. end
  145. end)
  146. end
  147.  
  148. function tkey()
  149. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
  150. if key == "t" and dcheck == false then
  151. hrp.CFrame = game.Workspace[nname].Torso.CFrame
  152. hrp.Velocity = Vector3.new(0, 0, 0)
  153. else
  154. end
  155. end)
  156. end
  157.  
  158. clearff()
  159. invisible_2()
  160. antikill()
  161. hrp.CFrame = game.Workspace[nname].Torso.CFrame
  162. rkey() tkey()
  163. game.Workspace.Camera.CameraSubject = game.Workspace[nname].Humanoid
  164. dcheck = false
  165. addforcemain_2()
  166.  
  167. end
  168. control_cat()
  169.  
  170. wait(0.5)
  171.  
  172. pcall(game.Players.LocalPlayer.Character.Head:Destroy())
  173.  
  174. end)
  175.  
  176. -- Button 2 Click Event
  177. button2.MouseButton1Click:Connect(function()
  178. local plrs = game:GetService("Players")
  179. local plr = plrs.LocalPlayer
  180. local char = plr.Character
  181. local hrp = char.HumanoidRootPart
  182. local pname = plr.Name
  183. local nname = "Doge" -- change cat if you want
  184. local ccat = Instance.new("StringValue")
  185. local tname = ""
  186.  
  187.  
  188. -- Settings
  189.  
  190. local serverexp_oncontrol = false
  191.  
  192. -- Value checks
  193.  
  194. local check1 = false
  195. local dcheck = false
  196. local dcheck2 = false
  197. local breakc = false
  198.  
  199. game:GetService("RunService").Stepped:Connect(function()
  200. if game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.L) then
  201. for _, v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  202. if v:IsA("BasePart") then
  203. v.CanCollide = false
  204. end
  205. end
  206. end
  207. end)
  208.  
  209. function antikill()
  210. local char = plr.Character
  211. local LT = char:FindFirstChild("LowerTorso")
  212.  
  213. if LT then
  214. char.RightHand:Destroy()
  215. else
  216. char["Right Arm"]:Destroy()
  217. end
  218. end
  219.  
  220. function control_cat()
  221. local char = plr.Character
  222. local hrp = char.HumanoidRootPart
  223.  
  224. function clearff()
  225. if char:FindFirstChild("ForceField") then
  226. char.ForceField:Destroy()
  227. end
  228. end
  229.  
  230. function invisible_2()
  231. local tool = plr.Backpack:FindFirstChild("InvisibilityCloak")
  232. tool.Parent = plr.Character
  233. tool:Activate()
  234. tool.Parent = plr.Backpack
  235. wait(2)
  236. tool.Parent = plr.Character
  237. tool.Handle:Destroy()
  238. tool.Script:Destroy()
  239. tool.Parent = plr.Backpack
  240. end
  241.  
  242. function OnCatDied()
  243. dcheck = true
  244. local h = Instance.new("Humanoid", char)
  245. char.HumanoidRootPart.bp:Destroy()
  246. game.Players.LocalPlayer.Character = char
  247. char:BreakJoints()
  248. game.Players.LocalPlayer.Character = game.Workspace[nname]
  249. end
  250.  
  251. function addforce_2()
  252. local npc = plr.Character
  253. local bp = Instance.new("BodyPosition", npc.HumanoidRootPart)
  254. bp.Name = "bp"
  255. bp.MaxForce = Vector3.new(10000, 10000, 10000)
  256. bp.D = 200
  257. bp.P = 20000
  258. end
  259.  
  260. function addforcemain_2()
  261. addforce_2()
  262. wait(0.01)
  263. local char = game.Workspace[nname]
  264. ccat.Value = char.Name
  265. local tr = char.Torso
  266. local npc = plr.Character
  267. local bp = npc.HumanoidRootPart.bp
  268. plr.Character = char
  269. npc.Humanoid:Destroy()
  270. for i, v in next, npc:GetDescendants() do
  271. if v:IsA("BasePart") then
  272. v.CanCollide = false
  273. end
  274. end
  275. while true do
  276. bp.Position = tr.Position
  277. npc.HumanoidRootPart.Velocity = tr.Velocity
  278. wait(0.01)
  279. if not game.Workspace:FindFirstChild(nname) then
  280. OnCatDied()
  281. end
  282. end
  283. end
  284.  
  285. function rkey()
  286. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
  287. if key == "r" and dcheck == false then
  288. if serverexp_oncontrol == true then
  289. for i, v in pairs(game:GetService("Workspace")[" "]:GetChildren()) do
  290. firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 0)
  291. firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 1)
  292. end
  293. else
  294. game.Workspace[ccat.Value].Head:Destroy()
  295. end
  296. end
  297. end)
  298. end
  299.  
  300. function tkey()
  301. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
  302. if key == "t" and dcheck == false then
  303. hrp.CFrame = game.Workspace[nname].Torso.CFrame
  304. hrp.Velocity = Vector3.new(0, 0, 0)
  305. else
  306. end
  307. end)
  308. end
  309.  
  310. clearff()
  311. invisible_2()
  312. antikill()
  313. hrp.CFrame = game.Workspace[nname].Torso.CFrame
  314. rkey() tkey()
  315. game.Workspace.Camera.CameraSubject = game.Workspace[nname].Humanoid
  316. dcheck = false
  317. addforcemain_2()
  318.  
  319. end
  320. control_cat()
  321.  
  322. wait(0.5)
  323.  
  324. pcall(game.Players.LocalPlayer.Character.Head:Destroy())
  325.  
  326. end)
  327.  
  328. button3.MouseButton1Click:Connect(function()
  329. print("re execute if you die")
  330. local plrs = game:GetService("Players")
  331. local plr = plrs.LocalPlayer
  332. local char = plr.Character
  333. local hrp = char.HumanoidRootPart
  334. local pname = plr.Name
  335. local nname = "socky" -- change cat if you want
  336. local ccat = Instance.new("StringValue")
  337. local tname = ""
  338.  
  339.  
  340. -- Settings
  341.  
  342. local serverexp_oncontrol = false
  343.  
  344. -- Value checks
  345.  
  346. local check1 = false
  347. local dcheck = false
  348. local dcheck2 = false
  349. local breakc = false
  350.  
  351. game:GetService("RunService").Stepped:Connect(function()
  352. if game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.L) then
  353. for _, v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  354. if v:IsA("BasePart") then
  355. v.CanCollide = false
  356. end
  357. end
  358. end
  359. end)
  360.  
  361. function antikill()
  362. local char = plr.Character
  363. local LT = char:FindFirstChild("LowerTorso")
  364.  
  365. if LT then
  366. char.RightHand:Destroy()
  367. else
  368. char["Right Arm"]:Destroy()
  369. end
  370. end
  371.  
  372. function control_cat()
  373. local char = plr.Character
  374. local hrp = char.HumanoidRootPart
  375.  
  376. function clearff()
  377. if char:FindFirstChild("ForceField") then
  378. char.ForceField:Destroy()
  379. end
  380. end
  381.  
  382. function invisible_2()
  383. local tool = plr.Backpack:FindFirstChild("InvisibilityCloak")
  384. tool.Parent = plr.Character
  385. tool:Activate()
  386. tool.Parent = plr.Backpack
  387. wait(2)
  388. tool.Parent = plr.Character
  389. tool.Handle:Destroy()
  390. tool.Script:Destroy()
  391. tool.Parent = plr.Backpack
  392. end
  393.  
  394. function OnCatDied()
  395. dcheck = true
  396. local h = Instance.new("Humanoid", char)
  397. char.HumanoidRootPart.bp:Destroy()
  398. game.Players.LocalPlayer.Character = char
  399. char:BreakJoints()
  400. game.Players.LocalPlayer.Character = game.Workspace[nname]
  401. end
  402.  
  403. function addforce_2()
  404. local npc = plr.Character
  405. local bp = Instance.new("BodyPosition", npc.HumanoidRootPart)
  406. bp.Name = "bp"
  407. bp.MaxForce = Vector3.new(10000, 10000, 10000)
  408. bp.D = 200
  409. bp.P = 20000
  410. end
  411.  
  412. function addforcemain_2()
  413. addforce_2()
  414. wait(0.01)
  415. local char = game.Workspace[nname]
  416. ccat.Value = char.Name
  417. local tr = char.Torso
  418. local npc = plr.Character
  419. local bp = npc.HumanoidRootPart.bp
  420. plr.Character = char
  421. npc.Humanoid:Destroy()
  422. for i, v in next, npc:GetDescendants() do
  423. if v:IsA("BasePart") then
  424. v.CanCollide = false
  425. end
  426. end
  427. while true do
  428. bp.Position = tr.Position
  429. npc.HumanoidRootPart.Velocity = tr.Velocity
  430. wait(0.01)
  431. if not game.Workspace:FindFirstChild(nname) then
  432. OnCatDied()
  433. end
  434. end
  435. end
  436.  
  437. function rkey()
  438. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
  439. if key == "r" and dcheck == false then
  440. if serverexp_oncontrol == true then
  441. for i, v in pairs(game:GetService("Workspace")[" "]:GetChildren()) do
  442. firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 0)
  443. firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 1)
  444. end
  445. else
  446. game.Workspace[ccat.Value].Head:Destroy()
  447. end
  448. end
  449. end)
  450. end
  451.  
  452. function tkey()
  453. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
  454. if key == "t" and dcheck == false then
  455. hrp.CFrame = game.Workspace[nname].Torso.CFrame
  456. hrp.Velocity = Vector3.new(0, 0, 0)
  457. else
  458. end
  459. end)
  460. end
  461.  
  462. clearff()
  463. invisible_2()
  464. antikill()
  465. hrp.CFrame = game.Workspace[nname].Torso.CFrame
  466. rkey() tkey()
  467. game.Workspace.Camera.CameraSubject = game.Workspace[nname].Humanoid
  468. dcheck = false
  469. addforcemain_2()
  470.  
  471. end
  472. control_cat()
  473.  
  474. wait(0.5)
  475.  
  476. pcall(game.Players.LocalPlayer.Character.Head:Destroy())
  477.  
  478. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment