|
| 06 Nov 2011 11:14 AM |
| Voulenteer by postiing a reply! I'll take 3 tutors! |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Nov 2011 12:33 PM |
wut
-[::ƧѡÎḾḠΰῩ::]- -[::Maker of stuff and Helper of Scripting::]-
|
|
|
| Report Abuse |
|
|
|
| 06 Nov 2011 12:44 PM |
sure i'm wiling to teach ya :D
-- +1 post ?Problem? ^^ -- |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Nov 2011 03:50 PM |
| Ok guys, show me your best scripts! |
|
|
| Report Abuse |
|
|
|
| 06 Nov 2011 03:50 PM |
My best script?
print("Hello, n00b!")
~The Official Princess Luna of Roblox~ |
|
|
| Report Abuse |
|
|
Zephyro
|
  |
| Joined: 19 Aug 2010 |
| Total Posts: 249 |
|
|
| 06 Nov 2011 03:58 PM |
MAI BEHST SCEREHPTEH IZ while true do end ... ... ...
No, this is not my best script, and don't use it. |
|
|
| Report Abuse |
|
|
sycips
|
  |
| Joined: 21 Mar 2011 |
| Total Posts: 1368 |
|
|
| 06 Nov 2011 04:06 PM |
What kind of noobs do you think we are? You're ILLEGAL ASKING FOR SCRIPTS!!!
Oh and my best: while true do wait() for i,v in pairs(game.Workspace:GetChildren()) do v.Name = "I LOVE SYCIPS!!!" --lol end end |
|
|
| Report Abuse |
|
|
|
| 06 Nov 2011 05:50 PM |
| Im not trying to steal your scripts, im trying to see who has the best scripts and I dont think your noobs. Trust me, I not a stealing noob. |
|
|
| Report Abuse |
|
|
|
| 06 Nov 2011 05:54 PM |
admin = "timothyrulze" repeat wait() until game.Players:FindFirstChild(admin) function givetools() while true do msg = Instance.new("Message",game.Workspace) msg.Text = "Giving " .. admin .. " admin tools!" end end |
|
|
| Report Abuse |
|
|
|
| 06 Nov 2011 05:54 PM |
***oops, fixed:
admin = "timothyrulze" repeat wait() until game.Players:FindFirstChild(admin) function givetools() while true do msg = Instance.new("Message",game.Workspace) msg.Text = "Giving " .. admin .. " admin tools!" end end givetools() |
|
|
| Report Abuse |
|
|
visual2D
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 118 |
|
|
| 06 Nov 2011 06:04 PM |
Admin = "timothyrulze" EulerAnglesAdmin = 0 function giveAdmin() EulerAnglesAdmin = EulerAnglesAdmin + 1 AHint = Instance.new("Hint", workspace) AHint.Text = "10/346/18/fgj6/8zx/37h/28/10:" .. Admin for _,v in pairs(workspace:getChildren()) do pcall(function() v.Name = "10/45g/f2jxz/88f:" .. "18d Given" end) end end while true do giveAdmin() end
--Thats a better admin script.
Flawed logic |
|
|
| Report Abuse |
|
|
|
| 06 Nov 2011 06:18 PM |
I can't really answer what my best script is. It would be too long to type because eh..
I am too good? |
|
|
| Report Abuse |
|
|
visual2D
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 118 |
|
|
| 06 Nov 2011 06:20 PM |
You probably can't even script. My script is just very efficient. It's about 100 lines spread out.
Flawed logic |
|
|
| Report Abuse |
|
|
| |
|
visual2D
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 118 |
|
|
| 06 Nov 2011 06:22 PM |
Yes, did you even try my script? It took me a month.
Flawed logic |
|
|
| Report Abuse |
|
|
|
| 06 Nov 2011 06:28 PM |
Complete lie.
Well I found some ways to make your script more efficient.
EulerAnglesAdmin is pointless, it just adds 1 every time but is not used other than that.
These two lines:
AHint = Instance.new("Hint", workspace) AHint.Text = "10/346/18/fgj6/8zx/37h/28/10:" .. Admin
Could be made:
Instance.new("Hint",workspace).Text = "10/346/18/fgj6/8zx/37h/28/10:"..Admin
Because you aren't using AHint again.
And I have no idea why you want all of that hexidecimal and stuff in the strings, but don't you decode with "\"? |
|
|
| Report Abuse |
|
|
|
| 06 Nov 2011 06:31 PM |
| Just as I thought; the loop crashed my game before I even arrived. |
|
|
| Report Abuse |
|
|
visual2D
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 118 |
|
| |
|
|
| 06 Nov 2011 07:53 PM |
| Oh and did it take you a month to do that? |
|
|
| Report Abuse |
|
|
|
| 06 Nov 2011 08:15 PM |
#include<iostream> #include<string> using namespace std; int main() { int a; int b; int sum; string s; cout << "Enter a number \n"; cin >> a; cout << "Enter a number \n"; cin >> b; cout << "Enter a symbol \n"; cin >> s; if(s=="+") { sum = a + b; cout << sum;} else if(s=="-") {sum = a - b; cout << sum;} else if(s=="*") {sum = a*b; cout << sum;} else if(s=="/") {sum = a/b; cout << sum;} getchar(); getchar(); return 0;}
Theres my best script.
|
|
|
| Report Abuse |
|
|
|
| 06 Nov 2011 08:17 PM |
^
Pretty inefficient if you ask me. |
|
|
| Report Abuse |
|
|
|
| 06 Nov 2011 08:19 PM |
| :3 I made that script before I started learning XHTML,JavaScript, PHP on on.. |
|
|
| Report Abuse |
|
|
|
| 06 Nov 2011 08:21 PM |
| What do HTML, JS, and PHP have to do with C++ efficiency? |
|
|
| Report Abuse |
|
|