[Release]PowerUp Spammer!!

07/13/2013 23:25 notification006#31
Quote:
Originally Posted by shotgun81 View Post
silver hit the hay, you are sleepy

do you have any friends here ? no

what are you looking for? convo ?

so tell that to the marines! bugger off you clown
Why do you ask questions when you answer them? .. "Error in Logic"

BTW, your signature... That cute creature, I always wondered what is it, but, actually, I got it now.. It's you!
07/14/2013 10:24 metalloid#32
Quote:
Originally Posted by aly1234 View Post
Yes.This is the only disadvantage.
However you can use infinite powerups from any good NFSW hack and keep them at their current
level. I assume that this bot does not interfere with the working game-hacks?
With that being true, there does not need to be a loss of powerups :)
07/14/2013 10:32 Fabio12345678#33
Metalloid the infinite powerups hack is patched
07/14/2013 11:23 salooh#34
thank u i get 2000 nitro so i can put it
07/14/2013 12:52 metalloid#35
Quote:
Originally Posted by Fabio12345678 View Post
Metalloid the infinite powerups hack is patched
I've just seen that it's not in GmZ's hack anymore also. Thanks for the corr.
That may mean that NOS powerups ammount are now stored server side?
That was the only reason why I used any hacks. To save my NOS while spamming
it when I encountered rammers.

I've not played for a while. Also I missed the concept free car. Code fails now too :mad:
07/14/2013 13:15 newbliss#36
EA failed with the Miura Concept code, they deactivated it after 2 days.
07/15/2013 01:57 elsa3dany1#37
I will do like i didn't see what happened here
and i will say thanks
for who rate this hack with low stars
u need to open window mode .. and 600 by 800 or what ever it is :)
07/15/2013 03:12 Boostkiddie#38
Quote:
Originally Posted by metalloid View Post
That may mean that NOS powerups ammount are now stored server side?
Yes it always was and is stored in your profile on the Servers. It doesn't matter on what PC in the real World you log into NFSW, it downloads your profile data (Powerups, cars etc) and there you go.

Whenever you activate a powerup, its 12-digit ID will be sent to the Servers, then the repective amount (nos, slingshot etc) will be shortened by 1, the Servers sent ACK (to explain it simply) and THEN your powerup comes to life and you see it.

Sometimes the Servers are overloaded. Quite simple to see because the Zing Sound from a collected diamond then appears seconds to minutes later or your powerup effect isn't instantly there. This then is because your command is in a data queue.
07/15/2013 08:15 peshe12357#39
niceeeeeeee!since it was updated i gathered like 30.000 nitro,ready,jugernait etc i washoping to be released againand i realy needit i have to get rid of at least 50.000 powerups,my console will get stuck ! :) mersi Aly! nota 10*
07/15/2013 11:01 berkay2578#40
Quote:
Originally Posted by Boostkiddie View Post
Yes it always was and is stored in your profile on the Servers. It doesn't matter on what PC in the real World you log into NFSW, it downloads your profile data (Powerups, cars etc) and there you go.

Whenever you activate a powerup, its 12-digit ID will be sent to the Servers, then the repective amount (nos, slingshot etc) will be shortened by 1, the Servers sent ACK (to explain it simply) and THEN your powerup comes to life and you see it..
You have no idea what you are talking about, do you?

1) NFSW doesn't download "data", your profile has an XML on the server. It reads it on fly.
2) When you activate powerup there is no "12 digit ID" being sent. 12-Digit ID is stored in your game SETTINGS file so that game could read them easily.
3) Server doesn't return ACK(wtf is ACK anyways), client sends "usage of powerup C-1(powerup console nr1)" to server, & server decrypts it, if EA certificate is found in the decrypted text it sends a simple "true" boolean to the client.
07/15/2013 12:04 aly1234#41
Quote:
Originally Posted by peshe12357 View Post
niceeeeeeee!since it was updated i gathered like 30.000 nitro,ready,jugernait etc i washoping to be released againand i realy needit i have to get rid of at least 50.000 powerups,my console will get stuck ! :) mersi Aly! nota 10*
Si eu iti multumesc :) Bafta.
Thanks.
07/15/2013 12:56 grimm.reapper#42
cel mai tare coder si mai e si roman :))
multam alyyy
07/15/2013 13:00 aly1234#43
Quote:
Originally Posted by grimm.reapper View Post
cel mai tare coder si mai e si roman :))
multam alyyy
Cu placere! ;)
Dar trebuie sa iti zic ca am avut si ajutor.
welcome.
07/15/2013 14:23 Boostkiddie#44
Quote:
Originally Posted by berkay2578 View Post
You have no idea what you are talking about, do you?

3) Server doesn't return ACK(wtf is ACK anyways)
I'm not into NFSWs' code like you and some others but I do know that it somehow has to work the way I explained. Thank you for correcting me, that's good to know but doesn't change the way it works.

The client HAS to send a command about the usage of a powerup and the Server has to confirm this. And that is where ACK comes in. ACK stands for ACKNOWLEDGED. Just a simple flag.
07/15/2013 15:09 berkay2578#45
Quote:
Originally Posted by Boostkiddie View Post
I'm not into NFSWs' code like you and some others but I do know that it somehow has to work the way I explained. Thank you for correcting me, that's good to know but doesn't change the way it works.

The client HAS to send a command about the usage of a powerup and the Server has to confirm this. And that is where ACK comes in. ACK stands for ACKNOWLEDGED. Just a simple flag.
Few months back, client was handling the powerups. The only thing server was doing is sending bools. But now, server sends everything. Such as "dec eax,00001" - server sends the code, client executes them.