Advertisement
lucaslulu

Scipt for Camera Simulator

Aug 27th, 2019
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. Exploit used PhotoSmasher
  2.  
  3. --Created by LucasGamingOne (name roblox) Yt LucasGaming (My first created script) Big Grin
  4.  
  5.  
  6.  
  7.  
  8.  
  9. --Free Camera
  10.  
  11.  
  12.  
  13. local Remote = game.ReplicatedStorage.Events['BuyCamera']
  14.  
  15.  
  16.  
  17. local Arguments = {
  18.  
  19. [1] = "Diamond Camera Hammer",
  20.  
  21. [2] = 1
  22.  
  23. }
  24.  
  25.  
  26.  
  27. Remote:FireServer(unpack(Arguments))
  28.  
  29.  
  30.  
  31.  
  32.  
  33. --AutoFarm Regular
  34.  
  35.  
  36.  
  37. _G.LULU = true--change to true or false
  38.  
  39. while _G.LULU do
  40.  
  41. wait(0.1) --if you lag change number 1 or 2
  42.  
  43. local Remote = game.ReplicatedStorage.Events['Add']
  44.  
  45.  
  46.  
  47. local Arguments = {
  48.  
  49. [1] = "Magical Camera"
  50.  
  51. }
  52.  
  53.  
  54.  
  55. Remote:FireServer(unpack(Arguments))
  56.  
  57. end
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. --Free pets
  66.  
  67. --1
  68.  
  69. local Remote = game.ReplicatedStorage.Events['EquipPet']
  70.  
  71.  
  72.  
  73. local Arguments = {
  74.  
  75. [1] = "54"
  76.  
  77. }
  78.  
  79.  
  80.  
  81. Remote:FireServer(unpack(Arguments))
  82.  
  83.  
  84.  
  85. --2
  86.  
  87. local Remote = game.ReplicatedStorage.Events['EquipPet']
  88.  
  89.  
  90.  
  91. local Arguments = {
  92.  
  93. [1] = "53"
  94.  
  95. }
  96.  
  97.  
  98.  
  99. Remote:FireServer(unpack(Arguments))
  100.  
  101.  
  102.  
  103. --3
  104.  
  105. local Remote = game.ReplicatedStorage.Events['EquipPet']
  106.  
  107.  
  108.  
  109. local Arguments = {
  110.  
  111. [1] = "47"
  112.  
  113. }
  114.  
  115.  
  116.  
  117. Remote:FireServer(unpack(Arguments))
  118.  
  119.  
  120.  
  121.  
  122.  
  123. --Free Hat
  124.  
  125. --change number for another hat (1 2 3 4 5...)
  126.  
  127. local Remote = game.ReplicatedStorage.Events['EquipHat']
  128.  
  129.  
  130.  
  131. local Arguments = {
  132.  
  133. [1] = "1"
  134.  
  135. }
  136.  
  137.  
  138.  
  139. Remote:FireServer(unpack(Arguments))
  140.  
  141.  
  142.  
  143.  
  144.  
  145. Give Money
  146.  
  147.  
  148.  
  149.  
  150.  
  151. local Remote = game.ReplicatedStorage.Events['BuyCamera']
  152.  
  153.  
  154.  
  155. local Arguments = {
  156.  
  157. [1] = "4-Sided Camera",
  158.  
  159. [2] = -1e+18
  160.  
  161. }
  162.  
  163.  
  164.  
  165. Remote:FireServer(unpack(Arguments))
  166.  
  167.  
  168.  
  169.  
  170.  
  171. Give Money
  172.  
  173.  
  174.  
  175. local Remote = game.ReplicatedStorage.Events['BuyCamera']
  176.  
  177.  
  178.  
  179. local Arguments = {
  180.  
  181. [1] = "4-Sided Camera",
  182.  
  183. [2] = -1e+18
  184.  
  185. }
  186.  
  187.  
  188.  
  189. Remote:FireServer(unpack(Arguments))
  190.  
  191.  
  192.  
  193.  
  194.  
  195. Auto rebirths
  196.  
  197.  
  198.  
  199. while wait() do
  200.  
  201. game.ReplicatedStorage.Events['BuyCamera']:FireServer("4-Sided Camera", -1e+18) -- give money
  202.  
  203. game.ReplicatedStorage.Events.RebirthInfo['10Rebirth']:FireServer() -- Made 10 rebirth at once
  204. end
  205.  
  206.  
  207.  
  208. --date created 27/8/2019 10am
  209.  
  210. --thank you JB for giving me a little lesson scripted lol
  211.  
  212.  
  213.  
  214.  
  215.  
  216. Discord ☆プロLucasプロ☆#9529
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement