08-20-2012, 09:50 PM
So you would use it like this:
[lua]
game:httpGet(website url)
[/lua]
My only concern with it is this:
[lua]
while true do
sleep(0.1)
game:httpGet("http://DDoS")
[/lua]
Anyway, I got the source and implanted this myself:
http://buildism.net/forum/Thread-Extreme...4#pid91504
Support?
[lua]
game:httpGet(website url)
[/lua]
My only concern with it is this:
[lua]
while true do
sleep(0.1)
game:httpGet("http://DDoS")
[/lua]
Anyway, I got the source and implanted this myself:
http://buildism.net/forum/Thread-Extreme...4#pid91504
Support?