isakk12

God cat and Rainbow king FE (roblox exploit)

Dec 24th, 2021 (edited)
748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.78 KB | None | 0 0
  1. --[[
  2. Items needed for both scripts:
  3. https://www.roblox.com/catalog/6154922496/Black-Demonic-Horns
  4. https://www.roblox.com/catalog/5100070995/Mk-73-Big-Laser
  5. https://www.roblox.com/catalog/4087527067/The-Spooks-Hood
  6. https://www.roblox.com/catalog/451220849/Lavender-Updo
  7. https://www.roblox.com/catalog/48474294/ROBLOX-Girl-Hair
  8. https://www.roblox.com/catalog/63690008/Pal-Hair
  9. https://www.roblox.com/catalog/62724852/Chestnut-Bun
  10. https://www.roblox.com/catalog/62234425/Brown-Hair
  11. https://www.roblox.com/catalog/48474313/Red-Roblox-Cap
  12. ]]
  13.  
  14. --[[
  15. if you want to run God cat then set GodCat to true and RainbowKing to false
  16. if you want to run Rainbow king then set RainbowKing to true and GodCat to false
  17. setting both to false or both to true will result in you just ReAnimating
  18.  
  19. if you only want to see what other people see then set InvisibleClientParts to true
  20.  
  21. also, i think this only works with synapse im not sure
  22. ]]
  23.  
  24. local GodCat = true
  25. local RainbowKing = false
  26. local InvisibleClientParts = false
  27.  
  28. --Net--
  29.  
  30. sethiddenproperty(game.Players.LocalPlayer,"MaximumSimulationRadius",math.huge)
  31. sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",1.0000000331814e+32)
  32.  
  33. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  34. if v:IsA("BasePart") then--and v.Name ~="HumanoidRootPart" then
  35. game:GetService("RunService").Heartbeat:connect(function()
  36. v.Velocity = Vector3.new(0,-25.05,0)
  37. wait(0.5)
  38. end)
  39. end
  40. end
  41.  
  42. wait(1.5)
  43.  
  44. --ReAnimation--
  45.  
  46. repeat
  47.     wait()
  48. until game:GetService("Players").LocalPlayer.Character
  49. game:GetService("Players").LocalPlayer.Character.Archivable = true
  50. local char = game:GetService("Players").LocalPlayer.Character:Clone()
  51. local lplrChar = game:GetService("Players").LocalPlayer.Character
  52. for i,v in pairs(char:GetDescendants()) do
  53.     if v:IsA("LocalScript") or v:IsA("Script") or v:IsA("BodyColors") or v:IsA("Shirt") or v:IsA("Pants") then
  54.         v:Destroy()
  55.     elseif v:IsA("Accessory") then
  56.         v.Handle.Transparency = 1
  57.     end
  58. end
  59.  
  60. char.Parent = lplrChar
  61.  
  62. local la = lplrChar.LavanderHair.Handle
  63. local ra = lplrChar["Pal Hair"].Handle
  64. local ll = lplrChar.Robloxclassicred.Handle
  65. local rl = lplrChar.Hat1.Handle
  66. local lt = lplrChar["Pink Hair"].Handle
  67. local rt = lplrChar["Kate Hair"].Handle
  68. local head = lplrChar.TheSpookHood.Handle
  69. local horns = lplrChar.Horns.Handle
  70. local gun = lplrChar.RightMk73LP.Handle
  71.  
  72. la:FindFirstChildOfClass("SpecialMesh"):Destroy()
  73. la:FindFirstChildOfClass("Weld"):Destroy()
  74.  
  75. ra:FindFirstChildOfClass("SpecialMesh"):Destroy()
  76. ra:FindFirstChildOfClass("Weld"):Destroy()
  77.  
  78. ll:FindFirstChildOfClass("SpecialMesh"):Destroy()
  79. ll:FindFirstChildOfClass("Weld"):Destroy()
  80.  
  81. rl:FindFirstChildOfClass("SpecialMesh"):Destroy()
  82. rl:FindFirstChildOfClass("Weld"):Destroy()
  83.  
  84. rt:FindFirstChildOfClass("SpecialMesh"):Destroy()
  85. rt:FindFirstChildOfClass("Weld"):Destroy()
  86. lt:FindFirstChildOfClass("SpecialMesh"):Destroy()
  87. lt:FindFirstChildOfClass("Weld"):Destroy()
  88.  
  89. head:FindFirstChildOfClass("Weld"):Destroy()
  90. horns:FindFirstChildOfClass("Weld"):Destroy()
  91. gun:FindFirstChildOfClass("Weld"):Destroy()
  92.  
  93. function fixPos(part,fixPos,ori,offsetx,offsety,offsetz,oriy,name)
  94.     if offsetz == nil then offsetz = 0 end
  95.     if oriy == nil then oriy = 0 end
  96.     local ao = Instance.new("AlignOrientation",part)
  97.     local ap = Instance.new("AlignPosition",part)
  98.     local at0 = Instance.new("Attachment",part)
  99.     local at1 = Instance.new("Attachment")
  100.     at1.Name = name
  101.     at1.Parent = fixPos
  102.     ao.RigidityEnabled = false
  103.     ap.RigidityEnabled = false
  104.     ao.MaxTorque = 1000000000
  105.     ao.Responsiveness = 200
  106.     ap.MaxForce = 1000000000
  107.     ap.Responsiveness = 200
  108.  
  109.     ao.Attachment0 = at0
  110.     ao.Attachment1 = at1
  111.     ap.Attachment0 = at0
  112.     ap.Attachment1 = at1
  113.  
  114.     at1.Position = Vector3.new(offsetx,offsety,offsetz)
  115.     at1.Orientation = Vector3.new(ori,oriy,0)
  116.  
  117.     part.CanCollide = false
  118. end
  119.  
  120. fixPos(ll,char["Left Leg"],90,0,0,0,0,"b")
  121. fixPos(rl,char["Right Leg"],90,0,0,0,0,"b")
  122. fixPos(rt,char.Torso,90,.5,0,0,0,"b")
  123. fixPos(lt,char.Torso,90,-.5,0,0,0,"b")
  124. fixPos(ra,char["Right Arm"],90,0,0,0,0,"b")
  125. fixPos(la,char["Left Arm"],90,0,0,0,0,"b")
  126. fixPos(head,char.Head,0,0,.2,0,0,"b")
  127. fixPos(horns,char.Head,0,0,1.55,-.75,180,"b")
  128. fixPos(gun,char["Right Arm"],0,0,-1.4,-.5,180,"FeGun")
  129.  
  130. for i,v in pairs(lplrChar.Torso:GetChildren()) do
  131.     if v:IsA("Motor6D") and v.Name ~= "Neck" then
  132.         v:Destroy()
  133.     end
  134. end
  135.  
  136. workspace.CurrentCamera.CameraSubject = char:FindFirstChildOfClass("Humanoid")
  137. game:GetService("Players").LocalPlayer.Character = char
  138.  
  139. wait(.1)
  140.  
  141. local bodyPos = Instance.new("BodyPosition",lplrChar.Torso)
  142. bodyPos.MaxForce = Vector3.new(99999997781963083612160, 99999997781963083612160, 99999997781963083612160)
  143. bodyPos.P = 99999997952
  144. bodyPos.D = 1000000
  145. bodyPos.Position = char.Torso.Position
  146.  
  147. local bodyFling = Instance.new("BodyThrust",lplrChar.Torso)
  148. bodyFling.Location = Vector3.new(25,0,0)
  149. bodyFling.Force = Vector3.new(2500,2500,2500)
  150.  
  151. local function NoclipLoop()
  152.     for _, v in pairs(lplrChar:GetDescendants()) do
  153.         if v:IsA("BasePart") then
  154.             v.CanCollide = false
  155.         end
  156.     end
  157. end
  158.  
  159. game:GetService("RunService").Stepped:Connect(function()
  160.     NoclipLoop()
  161.     game:GetService("Players").LocalPlayer:GetMouse().TargetFilter = lplrChar
  162. end)
  163.  
  164. bodyPos.Position = Vector3.new(0,1000,0)
  165.  
  166. if InvisibleClientParts then
  167.     game:GetService("RunService").RenderStepped:Connect(function()
  168.         for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  169.             if v:IsA("BasePart") or v:IsA("Decal") then
  170.                 v.Transparency = 1
  171.             end
  172.         end
  173.     end)
  174. end
  175.  
  176. if GodCat and not RainbowKing then
  177.     loadstring(game:HttpGet(('https://pastebin.com/raw/2pabwPCV'),true))()
  178. elseif RainbowKing and not GodCat then
  179.     loadstring(game:HttpGet(('https://pastebin.com/raw/R7QVvuyH'),true))()
  180. end
Add Comment
Please, Sign In to add comment