plem

PIM ROBLOX PIM SCRIPT LUA

May 3rd, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.09 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local PIM = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("ScrollingFrame")
  6. local By = Instance.new("TextButton")
  7. local aimbot = Instance.new("TextButton")
  8. local noclip = Instance.new("TextButton")
  9. local teleport = Instance.new("TextButton")
  10. local sprint = Instance.new("TextButton")
  11. local COOMINGSOON = Instance.new("TextButton")
  12. --Properties:
  13. PIM.Name = "PIM"
  14. PIM.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. PIM.ResetOnSpawn = false
  16.  
  17. MainFrame.Name = "MainFrame"
  18. MainFrame.Parent = PIM
  19. MainFrame.Active = true
  20. MainFrame.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  21. MainFrame.BackgroundTransparency = 0.20000000298023
  22. MainFrame.BorderSizePixel = 0
  23. MainFrame.Position = UDim2.new(0.047128275, 0, 0.393572658, 0)
  24. MainFrame.Size = UDim2.new(0, 144, 0, 238)
  25.  
  26. By.Name = "By"
  27. By.Parent = MainFrame
  28. By.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  29. By.BorderSizePixel = 0
  30. By.Size = UDim2.new(0, 131, 0, 17)
  31. By.Font = Enum.Font.Cartoon
  32. By.Text = "PIM | BY plem#7777"
  33. By.TextColor3 = Color3.new(1, 1, 1)
  34. By.TextScaled = true
  35. By.TextSize = 14
  36. By.TextWrapped = true
  37.  
  38. aimbot.Name = "aimbot"
  39. aimbot.Parent = MainFrame
  40. aimbot.Active = false
  41. aimbot.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  42. aimbot.BorderSizePixel = 0
  43. aimbot.Position = UDim2.new(0, 0, 0.0299362093, 0)
  44. aimbot.Size = UDim2.new(0, 131, 0, 22)
  45. aimbot.Font = Enum.Font.Cartoon
  46. aimbot.Text = "AIMBOT | ESP"
  47. aimbot.TextColor3 = Color3.new(1, 1, 1)
  48. aimbot.TextScaled = true
  49. aimbot.TextSize = 14
  50. aimbot.TextWrapped = true
  51.  
  52. noclip.Name = "noclip"
  53. noclip.Parent = MainFrame
  54. noclip.Active = false
  55. noclip.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  56. noclip.BorderSizePixel = 0
  57. noclip.Position = UDim2.new(0, 0, 0.0500000007, 0)
  58. noclip.Size = UDim2.new(0, 131, 0, 22)
  59. noclip.Font = Enum.Font.Cartoon
  60. noclip.Text = "NOCLIP"
  61. noclip.TextColor3 = Color3.new(1, 1, 1)
  62. noclip.TextScaled = true
  63. noclip.TextSize = 14
  64. noclip.TextWrapped = true
  65.  
  66. teleport.Name = "teleport"
  67. teleport.Parent = MainFrame
  68. teleport.Active = false
  69. teleport.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  70. teleport.BorderSizePixel = 0
  71. teleport.Position = UDim2.new(0, 0, 0.0700000003, 0)
  72. teleport.Size = UDim2.new(0, 131, 0, 22)
  73. teleport.Font = Enum.Font.Cartoon
  74. teleport.Text = "TP TO PLAYER"
  75. teleport.TextColor3 = Color3.new(1, 1, 1)
  76. teleport.TextScaled = true
  77. teleport.TextSize = 14
  78. teleport.TextWrapped = true
  79.  
  80. sprint.Name = "sprint"
  81. sprint.Parent = MainFrame
  82. sprint.Active = false
  83. sprint.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  84. sprint.BorderSizePixel = 0
  85. sprint.Position = UDim2.new(0, 0, 0.0900000036, 0)
  86. sprint.Size = UDim2.new(0, 131, 0, 22)
  87. sprint.Font = Enum.Font.Cartoon
  88. sprint.Text = "SPRINT"
  89. sprint.TextColor3 = Color3.new(1, 1, 1)
  90. sprint.TextScaled = true
  91. sprint.TextSize = 14
  92. sprint.TextWrapped = true
  93.  
  94. COOMINGSOON.Name = "COOMING SOON"
  95. COOMINGSOON.Parent = MainFrame
  96. COOMINGSOON.Active = false
  97. COOMINGSOON.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  98. COOMINGSOON.BorderSizePixel = 0
  99. COOMINGSOON.Position = UDim2.new(0, 0, 0.109999999, 0)
  100. COOMINGSOON.Size = UDim2.new(0, 131, 0, 22)
  101. COOMINGSOON.Font = Enum.Font.Cartoon
  102. COOMINGSOON.Text = "COOMING SOON"
  103. COOMINGSOON.TextColor3 = Color3.new(1, 1, 1)
  104. COOMINGSOON.TextScaled = true
  105. COOMINGSOON.TextSize = 14
  106. COOMINGSOON.TextWrapped = true
  107. -- Scripts:
  108. local ColorEnabled = Color3.new(0, 255, 0)
  109. local ColorDisabled = Color3.new(255, 255, 255)
  110. _G.Enabled = false
  111.  
  112. aimbot.MouseButton1Down:connect(function()
  113. loadstring(game:HttpGet("https://pastebin.com/raw/rPpWbydV", true))()
  114. end)
  115.  
  116. noclip.MouseButton1Down:connect(function()
  117. loadstring(game:HttpGet("https://pastebin.com/raw/hrFNXLqB", true))()
  118. end)
  119.  
  120. teleport.MouseButton1Down:connect(function()
  121. loadstring(game:HttpGet("https://pastebin.com/raw/yVrvuAqY", true))()
  122. end)
  123.  
  124. sprint.MouseButton1Down:connect(function()
  125. loadstring(game:HttpGet("https://pastebin.com/raw/V17XRrm7", true))()
  126. end)
  127.  
  128. coroutine.resume(coroutine.create(SCRIPT_ZCAS82_FAKESCRIPT))
Add Comment
Please, Sign In to add comment