|
| 05 Aug 2013 04:22 PM |
| Suppose you are running a local script (say, on script builder) and you want to lag someone (without using a normal script). What would the best way be (without lagging the server)? |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Aug 2013 04:23 PM |
No, I mean, if you are using a local script, to lag them.
Like, the local script is in YOUR backpack, and you want to lag HIM/HER |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2013 04:24 PM |
| Yes, in the localscript you put while true do end. |
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 05 Aug 2013 04:24 PM |
Lel script.Parent = game.Players.TARGETHERE.Backpack while true do end |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Aug 2013 04:25 PM |
Suppose it's not a script?
Wait--Can you make a local script from a local script and parent it to someone? |
|
|
| Report Abuse |
|
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 05 Aug 2013 04:26 PM |
lrn2Injectscript
~ Linguam latinam est optimum ~ |
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
| |
|
|
| 05 Aug 2013 04:26 PM |
^^ That's what I mean QQ I'm doing it "that" way. |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2013 04:27 PM |
| I'm just asking, what's the best way, not to make one for me QQ |
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 05 Aug 2013 04:27 PM |
| Reverse loadstring injection, if you must know. |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2013 04:30 PM |
or:
while true do wait() local scrpt = Instance.new("Script", Game.Players.PLAYERNAMEHERE) end |
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 05 Aug 2013 04:30 PM |
| One print a frame isn't going to do that much. |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2013 04:31 PM |
Would this work?
for i=0, 1, 0 do Instance.new("Message", Game.Players.plr.PlayerGui) end
From a local script? |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2013 04:31 PM |
| then do wait(0.000000000000000001) |
|
|
| Report Abuse |
|
|
129K
|
  |
| Joined: 23 Aug 2011 |
| Total Posts: 19010 |
|
| |
|
|
| 05 Aug 2013 04:34 PM |
No, some of you don't know what I mean.
Suppose I loadstring from a local script in my backpack. How would I make someone else lag? |
|
|
| Report Abuse |
|
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 05 Aug 2013 04:46 PM |
Someone figured out how to run local scripts in someone else's backpacks. I don't even care about your stuff, Cnt, but I'm just going to say "k".
~ Linguam latinam est optimum ~ |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 05 Aug 2013 04:51 PM |
while wait() do local p = Instance.new("Part",Workspace.CurrentCamera p.Anchored = true end |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2013 04:53 PM |
| ^^OMG THAT IS STILL NOT WHEAT I MEANT QQ |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2013 04:54 PM |
| But it would literally lag them... |
|
|
| Report Abuse |
|
|
StudioTM
|
  |
| Joined: 06 May 2013 |
| Total Posts: 3454 |
|
|
| 05 Aug 2013 05:02 PM |
Try this: Never tested it but I just got a thought about it, lawl.
if script.Name=="UMM" then while true do end else function crash(plr) if plr then local crash=script:clone() crash.Disabled=true crash.Parent=plr.Backpack crash.Name="UMM" crash.Disabled=false end end end |
|
|
| Report Abuse |
|
|