Jump to content

Make money with cryptocurrencies!


Recommended Posts

Posted (edited)

As a sidenote, you have to know some people have to "pay" the pump.

 

It's not magical.

 

If someone makes money, some other loses. And tbh, it's the Discord channel owner which makes the most of it (and his friends, since he gives the coin, he can easily exploit it and fill his own bags), not the regular users.

 

I recommend any people interested by that method to "simulate" before even trying it. That will avoid you to stuck with some pumped shitcoins, due to either your own greediness or your faulty internet, since it's enough to stick 1 min too late to lose money (and not little one, but easily 25%+).

 

I personally won't recommend anyone to use such method, until you use some paid subscriptions to get some advantages over the regular pleb. If you are the pleb, you will basically won't do any money out of those huge pumps (on my own test scenario, barely 15% out of a 100% bar - which is achieved in other, more secured, means).

 

Also, and to be perfectly honest, you should say, @Frank, that you earn something if you recruit people (depending about the channel itself - money for every X members recruited, or/and paid subscriptions).

 

Remember people - if someone wins, someone loses. Don't be the one losing :).

Edited by Tryskell
  • Like 1
Posted

Thanks for the reply Tryskell, it's good to have crypto people here!

It's kinda obvious and common sense that those pump signals will be published a few seconds/minutes later to the regular members of the group and the profit will be much smaller than the group owners' and their friends profit because afterall you pay nothing for those pump signals. However even if you receive the signal 1-2 minutes after the start of the pump, you can still make very nice profits for free and get advantage of the pump situation. I don't know what group you've tested but this one works because the pumps are really huge and you can always set a limit price to sell and get advantage of the people who will buy very late, once the drop will start. Moreover, by inviting people you win higher rank which means faster signals. This group have pumped many coins and there are many proofs for everyone to see, and if you feel unsafe you can just observe and don't invest at all. Personally I wouldn't trust a subscription style group unless there are verified big investors in their team, because in order to pump a coin you need a big amount of money.

I didn't post any proofs because I don't want to affect or influence people to invest their money, I just tried this group, it worked for me and I shared it with all of  you to test and see (even without investing).

Posted
On 12/28/2020 at 2:35 PM, Frank said:

Thanks for the reply Tryskell, it's good to have crypto people here!

It's kinda obvious and common sense that those pump signals will be published a few seconds/minutes later to the regular members of the group and the profit will be much smaller than the group owners' and their friends profit because afterall you pay nothing for those pump signals. However even if you receive the signal 1-2 minutes after the start of the pump, you can still make very nice profits for free and get advantage of the pump situation. I don't know what group you've tested but this one works because the pumps are really huge and you can always set a limit price to sell and get advantage of the people who will buy very late, once the drop will start. Moreover, by inviting people you win higher rank which means faster signals. This group have pumped many coins and there are many proofs for everyone to see, and if you feel unsafe you can just observe and don't invest at all. Personally I wouldn't trust a subscription style group unless there are verified big investors in their team, because in order to pump a coin you need a big amount of money.

I didn't post any proofs because I don't want to affect or influence people to invest their money, I just tried this group, it worked for me and I shared it with all of  you to test and see (even without investing).

 

Well, it's always better to say it even if for you it's "obvious", because for many people - notably the ones you try to pick - it's not.

 

I don't say it doesn't work - even a Ponzi scam such as bitconnect made real money to some of people - but for any pump, you will have actual pumpers which gonna be negative. It's really, simple maths and it's basically more "gambling" than "trading".

 

That's cool you ma(k/d)e money that way, that basically means you click faster on "sell" than either greedy/lagging pumper. But you should also warn than it's risky and you can become negative really, really fast (notably if you enter too late and exit too late).

 

For interested people you can check on TradingView the coin StreamR (DATA) which was pumped by the Discord group I joined in 2019 and left few weeks later (from memory it was the +150% one). It looks like this coin was pumped at least twice.

 

Posted

It seem to be a risk for someone who's gonna join to buy a "pimp" to win small ammount of cash, and who knows if the user will get the money or not? Who will provide him/her that all the above you said are true or not? Those servers sometimes scaming people! :thinking: 

  • Frank locked this topic
Guest
This topic is now closed to further replies.


  • Posts

    • You always find a way to lower the bar. Consistency matters. I admire your dedication to being completely unaware of how little you matter.     at least you are not entirely useless you can always serve as a bad example
    • hahahahahahahahahahahaha this says more about MaxCheaters than about me xD
    • I already finished my panel for change name and gender, anyway need restart, im used schema  $stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?"); for change name... also for change gender i used if ($race == 5) // Kamael race ID; modify this value as per your database { $error = "Gender change is not allowed for Kamael race characters."; } else { $stmt = $conn->prepare(" UPDATE user_data SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0 WHERE char_id = ? AND account_name = ? "); Sorry no idea how to add cached update in myext64 about, not have any  solution for this yet compatible to myext64 code. This is my panel make in php http://177.73.143.43:8080/account/ Cool panel for me, without experience in any code. Without help from any people here 🙄
    • Базы данных от прямых источников!                                  Холодка                 Реги                 Депы                 Богатые физики                                  Много актуальных гео!                 Замена брака!                 Гарант+                                  Контакты                 ТГ - @yashkatsigun    
    • Don't listen to that idiot @Nightw0lf — he doesn't know or understand anything... he just talks nonsense. Here's the solution, just to prove that they're the useless ones giving you meaningless and useless answers.   function disableCharacter($charId){ $buf = pack("cVV", 0x14, $charId, 1); return $this->Send($buf); } function enableCharacter($charId, $accountId){ $buf = pack("cVV", 0x15, $charId, $accountId); return $this->Send($buf); } function kickCharacter($charId) { $buf = pack("cV", 0x05, $charId); $tmp = $this->Send($buf); sleep(2); return $tmp; } //-------------------------------------------------------------------------------- if ($func==7)//DESHABILITAR PERSONAJE { $char_id = $var1; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->disableCharacter($char_id); RegistrarActividad("disableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",0,0,0,0); } else if ($func==8)//HABILITAR PERSONAJE { $char_id = $var1; $account_id = $var2; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->enableCharacter($char_id,$account_id); RegistrarActividad("enableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",$account_id,0,0,0); } //-------------------------------------------------------------------------------- $CACHED->disableCharacter($char_id); $tabla = sqlsrv_query($conexion_lin2world, "UPDATE user_data SET xxxxxxxxxxxx WHERE char_id=".$char_id.""); $CACHED->enableCharacter($char_id,$account_id); Now just compare the stupidity said by that imbecile @Nightw0lf with the answer I gave you... Thanks to people like this, MaxCheaters is in the state it's in... They keep following useless people who are good for nothing 😉  
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock